@charset "utf-8";
/* reset　*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	}
	
body{
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#323232;
	line-height:21px;
	}
	
h1, h2, h3, h4, h5, h6 {
	}
	
ol, ul {
	list-style: none outside none;
	}
	
fieldset, img {
	vertical-align: bottom;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
	}
	
ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}
	
br {
	letter-spacing: 0;
	}
	
hr {
	color: #000;
	}
	
select, input, textarea {
	font-size: 99%;
	}
	
pre, code {
	font: 100% monospace;
	}



/*------------------------------------------------------------*/

.cf:after{
 	content:".";
	display:block;
 	height:0;
 	clear:both;
	visibility:hidden;  
	}

.fl{
	float:left;
	}

.fr{
	float:right;
	}
	
/*------------------------------------------------------------*/

/* ================== */
/*  ヘッダー　　　　  */
/* ================== */


#header {
	background:#fff;
	padding:0 0 20px 0;
margin:0 0 30px 0;
	border-bottom:6px solid #169fe6;
	}
	
#header .header01{
	width:960px;
	padding:10px 0 0 0;
	margin:0 auto;
	}
	
#header .header01 h1, .ttl-site{
	font-size:11px;
	font-weight:normal;
	color:#b1b0a8;
	line-height:1;
	float:left;
	}

.under_h1{
	font-size:11px;
	font-weight:normal;
	color:#b1b0a8;
	line-height:1;
	float:left;
}


#header .header01 a{
	font-size:11px;
	color:#b1b0a8;
	line-height:1;
	text-decoration: underline;
	float:right;
	}
	
#header .header01 a:hover{
	text-decoration:none;
	}
	
	
#header .header02{
	width:960px;
	padding:20px 0 0 0;
	margin:0 auto;
	}
	
#header .header02 img{
	float:left;
	}

#header .header02 p{
	padding:35px 0 0 0 ;
	font-size:12px;
	line-height:19px;
	float:right;
	}

/* ================== */
/*  パンくずリスト　  */
/* ================== */

#pankuzu {
	font-size: 11px;
	margin: 10px auto 30px;
	width: 981px;
	}
	
#pankuzu a {
	color: #03C;
	text-decoration: underline;
	}
	
#pankuzu a:hover {
	color: #09F;
	text-decoration: underline;
	}
	
/* ================== */
/*  コンテンツ　　　　*/
/* ================== */

#contents {
	margin:0 auto 30px;
padding:0 0 30px 0;
	width: 960px;
	}
	
#contents_low {
	margin:0 auto;
	width: 960px;
	}
	
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
#wrapper{
	background:#f6f6f3;
	}
	
.sns {
	margin-bottom: 20px;
	}
	
.main_top{
	margin:30px 0 0 0;
	}
			
#main, #lower-main {
	width:690px;
	margin:0 0 60px 0;
	float:left;
	}

#main a, #lower-main a {
	text-decoration: underline;
	}	
	
#main a:hover, #lower-main a:hover {
	text-decoration:none;
	}
	
#main h2, #lower-main h1 {
	width:670px;
	height:34px;
	margin:0 0 25px 0;
	padding:16px 0 0 20px;
	background:#169fe6;
	border-radius:25px 0 0 25px;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	}
	
#main h3, #lower-main h2 {
	margin:20px 0 25px 0;
	padding:0 0 5px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom:4px solid #169fe6;
	}
	
#main h4, #lower-main h3,
#main h5, #lower-main h4,
#main h6, #lower-main h5, #lower-main h6 {
	font-size: 16px;
	margin:20px 0 25px 0;
	padding:0 0 2px 0;
	border-bottom:2px solid #169fe6;
color:#169fe6;
	}

#main p, #lower-main p {
	margin: 0px 0px 15px 0px;
}
#main ul, #lower-main ul {
	margin: 0px 0px 15px 40px;
	list-style-type:disc;
	font-size:13px;
	font-weight:bold;
line-height:30px;
	}
	
#main ul, #lower-main ol {
	margin: 0px 0px 15px 40px;
	list-style: decimal outside none;
line-height:30px;
	}

#lower-main a {
	color:#323232;
	text-decoration:underline;
	}
	
#lower-main a:hover {
	color:#323232;
	text-decoration:none;
	}


/* ================== */
/*  テーブル　　　　　*/
/* ================== */

table {
	border:1px solid #ccc;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin: 20px 0px;
	}
	
th {
	background-color:#169fe6;
	border:1px solid #ccc;
	text-align:center;
	padding:10px;
	color:#fff;
	}
	
td {
	border:1px solid #ccc;
	padding: 10px;
	font-size:12px;
	}


/* ================== */
/*  フリースペース　　*/
/* ================== */

.free-bottom {
	background: #CCC;
	margin: 40px 0px 0px;
	padding: 10px;
	}
	
.free-sp {
	background: #CCC;
	margin: 0px 0px 30px;
	padding: 10px;
	}

/* ================== */
/*  サイドカラム　　　*/
/* ================== */

#sub {
	width: 240px;
	float:right;
	}

.cate_btn{
	width:170px;
	height:58px;
	margin:0 0 10px 0;
	padding:22px 0 0 70px;
	background:url(../img/side_btn01.png);
	display:block;
	font-weight:bold;
	color:#0f0f0f;
	line-height:19px;
	text-decoration:none;
	}
	
.cate_btn02{background:url(../img/side_btn02.png);}
.cate_btn03{background:url(../img/side_btn03.png);}	
	
.cate_btn:hover{
	opacity:0.7;
	}

.cate ul{
	padding:5px 0 5px 0;
	background:#245085;
	border-radius:5px;
	}

.cate ul li a{
	margin:0 0 5px 5px;
	padding:27px 0 0 75px;
	width:155px;
	height:43px;
	background:#fff;
	border-radius:5px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#898989;
	line-height:16px;
	text-decoration:none;
	}

.cate ul li a:hover{
	opacity:0.9;}


.cate ul li.li_01 a{background:url(../img/side_li01.png);}
.cate ul li.li_02 a{background:url(../img/side_li02.png);}
.cate ul li.li_03 a{background:url(../img/side_li03.png);}
.cate ul li.li_04 a{background:url(../img/side_li04.png);}
.cate ul li.li_05 a{background:url(../img/side_li05.png);}
.cate ul li.li_06 a{background:url(../img/side_li06.png);}
.cate ul li.li_07 a{background:url(../img/side_li07.png);}

.cate ul li.li_02 a{padding:13px 0 0 75px;height:57px;}
.cate ul li.li_03 a{padding:20px 0 0 75px;height:50px;}
.cate ul li.li_04 a{padding:20px 0 0 75px;height:50px;}
.cate ul li.li_05 a{padding:20px 0 0 75px;height:50px;}
.cate ul li.li_06 a{padding:20px 0 0 75px;height:50px;}
.cate ul li.li_07 a{padding:20px 0 0 75px;height:50px;margin:0 0 0 5px;}









/* ================== */
/*  フッター　　　*/
/* ================== */

#footer{
	padding:0 0 30px 0;
	background:#0092de;
	clear:both;
	}
	
.footer_in{
	width:960px;
	margin:0 auto;
	padding:30px 0 0 0;
	position:relative;
	}

.top{
	position:absolute;
	top:-110px;
	right:30px;
	}
	
.top:hover{
	opacity:0.9 !important;
	}

.footer_in .footer_in_l{
	width:350px;
	}
	
.footer_in .footer_in_r{
	width:550px;
	}
	
.footer_in .footer00 .footer_con{
	}	
	
.footer_in .footer00 .footer_con a.footer_con_a{
	padding:10px 0 0 5px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:1;
	}
	
.footer_in .footer00 .footer_con a.footer_con_a:hover{
	text-decoration:none;
	}
	
.footer_in .footer00 ul{
	margin:0 0 35px 0 !important;
	font-size:12px;
	}
	
.footer_in .footer00 ul li a{
	margin:0 12px 0 0;
	color:#fff;
	text-decoration:none;
	float:left;
	}
	
.footer_in .footer00 ul li a:hover{
	text-decoration:underline;
	}	
	
.footer_link{
	width:550px;
	}
	
.footer_link .footer_link01{
	margin:25px 0 0 0;
	}
	
.footer_link .footer_link01 img{
	float:left;
	}
	
.footer_link .footer_link01 a{
	margin:0 0 0 2px;
	font-size:12px;
	color:#fff;
	line-height:1;
	text-decoration:underline;
	}
	
.footer_link .footer_link01 a:hover{
	text-decoration:none;
	}
		
.footer_link .footer_link02{
	margin:25px 0 0 15px;
	}
	
.footer_in .footer_in_r img.footer_logo{
	}

.footer_in .footer_in_r p{
	margin:15px 0 0 0;
	font-size:11px;
	color:#fff;
	}
	
.footer_in .footer_in_r p a{
	color:#fff;
	text-decoration:underline;
	}
	
.footer_in .footer_in_r p a:hover{
	text-decoration:none;
	}

.footer_logo_all{
	margin:30px 0 0 0;}
	
	
/* ================== */
/*  パーツ　　　　　　*/
/* ================== */
.pagebody-top .waku_02, .Text2 .waku_02 {
	background-color:#d3d3d3;
	margin: 0.5em 10px 1em;
	padding: 0.5em 10px 0 10px;
	}
	
/*------------------------------------------------------------------------------------------------------------------------*/

.main_top{
	width:960px;
	margin:0 auto 40px;
	}

.mt_00p{
	margin:30px 0 30px 0;
	text-align:center}

.mt_01head{
	margin:0 0 25px 0;
	padding:0 0 10px 0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	border-bottom:4px solid #169fe6;
	}
	
.mt_01{
	width:960px;
	height:300px;
	margin:0 0 30px 0;
	background:url(../img/main_back01.jpg);
	position:relative;
	border-radius:5px;
	}
	
.mt_01 h2{
	width:170px;
	height:130px;
	padding:60px 0 0 20px;
	background:url(../img/main_head01.jpg);
	position:absolute;
	top:25px;
	left:25px;
	font-size:22px;
	font-weight:normal;
	color:#fff;
	line-height:35px;
	}

.mt_01 h2 span{
	font-size:90px;
	}

.mt_01p{
	padding:20px 20px 0 120px;
	width:670px;
	height:160px;
	background:#fff;
	position:absolute;
	bottom:25px;
	right:25px;
	opacity:0.9;
	}
	
.mt_01p ul{
	padding:7px 0 7px 30px;
	list-style-type:decimal;
	font-size:13px;
	font-weight:bold;
	}
	
.mt_02 h2{
	padding:0 0 10px 0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	border-bottom:4px solid #169fe6;
	}

.step00{
	margin:50px 0 0 0;
	position:relative;
	}

.step00 .step00logo{
	position:absolute;
	top:-10px;
	left:10px;
	}


.step00 .step_head{
	width:960px;
	height:60px;
	padding:10px 0 0 0;
	background:#bce6fc;
	position:relative;
	}
	
.step00 .step_head02{background:#68c5f5;}	
.step00 .step_head03{background:#1e95d3;}	
		
.step00 .step_head img{
	position:absolute;
	right:200px;
	bottom:0px;
	}	
	
.step00 .step_head h3{
	width:800px;
	height:34px;
	margin:auto;
	padding:16px 0 0 0;
	background:#fff;
	border-radius:25px;
	font-size:22px;
	font-weight:bold;
	color:#245085;
	text-align:center;
	}
	
.step00 .step_left_all{
	float:left;
	}
	
.step00 .step_left{
	width:160px;
	padding:0 0 10px 0;
	background:#bce6fc;
	}
	
.step00 .step_left02{background:#68c5f5;}
.step00 .step_left03{background:#1e95d3;}
	
.step00 .step_left img{
	margin:80px 0 -1px 32px;
	}
	
	
.step00 .step_left dl{
	width:120px;
	margin:0 0 0 10px;
	padding:10px;
	background:#fff;
	}
	
.step00 .step_left dl dt{
	margin:0 0 2px 0;
	font-size:16px;
	font-weight:bold;
	color:#245085;
	text-align:center;
	}
		
.step00 .step_left dl dd{
	font-size:12px;
	color:#898989;
	line-height:18px;
	}
	
.step00 .step_right{
	padding:20px 0 0 0;
	width:780px;
	float:right;
	}

.step00 .step_right .sr_l{
	width:365px;
	padding:20px 10px 25px 10px;
	background:#fff;
	position:relative;
	float:left;
	border-radius:5px;
	}

.step00 .step_right .sr_l p{
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	font-size:16px;
	font-weight:bold;
	color:#245085;
	}

.step00 .step_right .sr_l dl dt{
	margin:5px 0 10px 0;
	font-size:12px;
	color:#898989;
	line-height:18px;
	letter-spacing:1px;
	}

.step00 .step_right .sr_l dl dd a{
	width:325px;
	height:35px;
        margin: 10px 0px 0px 20px !important;
	margin:0 auto;
	padding:15px 0 0 0;
	background:#ffd800;
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#323232;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	}

.step00 .step_right .sr_l dl dd a:hover{
	opacity:0.6;
	}

.step00 .step_right .sr_l img.corner01{
	position:absolute;
	top:-3px;
	left:-3px;
	}

.step00 .step_right .sr_l img.corner02{
	position:absolute;
	bottom:-3px;
	right:-3px;
	}

.step00 .step_right .sr_r{
	float:right;
	}



.step00 .step_right .sr_r .sr_r_top{
	width:365px;
	padding:15px 10px 40px 10px;
	background:#fff;
	border-radius:5px;
	}

.step00 .step_right .sr_r .sr_r_top .sr_r_top_l{
	width:180px;
	float:left;
	}

.step00 .step_right .sr_r .sr_r_top .sr_r_top_l dl dt{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#245085;
	line-height:19px
	}

.step00 .step_right .sr_r .sr_r_top .sr_r_top_l a{
	width:180px;
	height:28px;
	margin:10px 0 0 0;
	padding:9px 0 0 0;
	background:#245085;
	display:block;
	border-radius:5px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:none;
	}

.step00 .step_right .sr_r .sr_r_top .sr_r_top_l a:hover{
	opacity:0.6;
	}

.step00 .step_right .sr_r .sr_r_top p{
	width:175px;
	margin:25px 0 0 0;
	font-size:12px;
	color:#898989;
	line-height:18px;
	float:right;
	letter-spacing:1px;
	}

.step00 .step_right .sr_r .sr_r_bottom{
	margin:10px 0 0 0;
	}

.mt_03{
	width:960px;
	height:410px;
	margin:40px 0 0 0;
	background:url(../img/main_back02.jpg);
	position:relative;
	border-radius:5px;
	}
	
.matome{
	width:190px;
	height:145px;
	padding:45px 0 0 0;
	background:url(../img/main_head01.jpg);
	position:absolute;
	top:25px;
	left:25px;
	font-size:22px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	line-height:1;
	}

.matome span{
	font-size:90px;
	}

.matome_p{
	padding:20px 20px 20px 120px;
	width:670px;
	background:#fff;
	position:absolute;
	top:100px;
	right:25px;
	opacity:0.9;
	}

.mt_03 a{
	position:absolute;
	bottom:40px;
	left:240px;
	}

.mt_03 a:hover{
	opacity:10;
	}

/*------------------------------------------------------------------------------------------------------------------------*/

.m01_01{
	width:690px;
	height:420px;
	margin:0 0 20px 0;
	background:url(../img/main_back03.jpg);
	position:relative;
	}

.sijo_p{
	width:445px;
	height:300px;
	padding:30px 25px 0 70px;
	background:#fff;
	position:absolute;
	bottom:10px;
	right:25px;
	opacity:0.9;
	}

.sijo_blue{
	width:150px;
	height:135px;
	padding:15px 0 0 0;
	background:url(../img/main_head01.jpg);
	position:absolute;
	top:25px;
	left:25px;
	font-size:22px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	line-height:1;
	}

.sijo_blue span{
	font-size:90px;
	}

.m01_02{
	margin:0 0 30px 0;
	background:url(../img/main_back04.jpg);
	}

.sijo_p{
	width:450px;
	height:300px;
	padding:30px 20px 0 70px;
	background:#fff;
	position:absolute;
	bottom:10px;
	right:25px;
	opacity:0.9;
	}

.sijo_blue{
	width:150px;
	height:135px;
	padding:15px 0 0 0;
	background:url(../img/main_head01.jpg);
	position:absolute;
	top:25px;
	left:25px;
	font-size:22px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	line-height:1;
	}

.sijo_blue span{
	font-size:90px;
	}

.keiei_blue{
	letter-spacing:-2px;
	}
	
.m02_top{
	margin:0 0 10px 0;
	}
	
	
.m02_top00{
	width:320px;
	height:360px;
	padding:25px 10px 25px 10px;
	background:#fff;
	border-radius:5px;
	}
	
.m02_top00 a.com_link01{
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#245085;
	text-align:center;
	line-height:1;
	}
	
.m02_top00 img{
	margin:15px 0 10px 0;
	}
	
.m02_top00 dl dt{
	margin:0 0 15px 0;
	font-size:12px;
	color:#898989;
	line-height:18px;
	}

.m02_top00 dl dd a{	
	width:200px;
	height:32px;
	margin:0 auto;
	padding:13px 0 0 0;
	border-radius:5px;
	background:#245085;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none !important;
	text-align:center;
	}

.m02_top00 dl dd a:hover{
	opacity:0.6;
	}
	
.m02_mid{
	margin:0 0 10px 0;
	}
	
.m02_mid00{
	width:204px;
	height:314px;
	background:#fff;
	padding:20px 10px 25px 10px;
	border-radius:5px;
	}
	
.m02_mid00 a.com_link02{
	font-size:16px;
	font-weight:bold;
	color:#245085;
	text-align:center;
	line-height:1;
	display:block;
	}
	
.m02_mid00 img{
	margin:15px 0 10px 0;
	}	
	
.m02_mid00 dl dt{
	margin:0 0 10px 0;
	height:110px;
	font-size:12px;
	color:#898989;
	line-height:18px;
	}
	
.m02_mid00 dl dd a{	
	width:200px;
	height:32px;
	margin:0 auto;
	padding:13px 0 0 0;
	border-radius:5px;
	background:#245085;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none !important;
	text-align:center;
	}
	
.m02_mid00 dl dd a:hover{
	opacity:0.6;
	}

.m02_mid01{
	margin:0 0 0 9px;
	}
	
.m02_bot{
	margin:0 0 10px 0;
	}
	
.m02_bot a{
	width:189px;
	height:39px;
	padding:21px 0 0 35px;
	border-radius:5px;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#245085;
	background:url(../img/main_a.png) no-repeat 10px 22px #fff;
	}
	
.m02_bot01{
	margin:0 9px 0 0;
	}
	
.header02 a img:hover{
opacity:0.6;}
	
	
	
	
	
	
	
	
	
	
	
	
	