@charset "utf-8";

.sp {
	display: none;
}

.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: underline; color: #000; }
a:active { text-decoration: none; color: #000; }

a{
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
	position: relative;
	height: 100%;
	width:100%;
	margin:0;
	padding:0;
}

body {
	background: #FFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	height: 100%;
	width:100%;
}

#container {
	position: relative;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.6;
	height: 100%;
	width:100%;
}


/* COMMON */
/* -------------------------------------------------- */
.inner{
	width:1000px;
	margin:0px auto;
	position:relative;
}
.inner_s{
	width:800px;
	margin:0px auto;
	position:relative;
}
/*header*/
header{
	background:rgba(255,255,255,0.85);
	position:fixed;
	width:100%;
	z-index:9999;
	height:70px;
	box-shadow: 0px 5px 2px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 2px -2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 2px -2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 5px 2px -2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 5px 2px -2px rgba(0, 0, 0, 0.1);
	padding:0;
}
.header_logo{
	float:left;
	margin:15px 0 0 30px;
}
.header_menu{
	float:right;
	position: relative; 
	overflow: hidden;
	margin:20px 25px 0 0;
	font-weight:bold;
}
.header_menu ul{
	position: relative;
	left: 50%;
	float: left;
}

.header_menu li{
	position: relative;
	left: -50%;
	float:left;
	font-size: 14px;
	font-size: 1.4rem;
	margin:0 0 0 25px;
}
.header_menu li:first-child{
	margin:0;
}
.header_mark{
	float:right;
	width:300px;
	margin:0 20px 0 0;
}
.header_mark img{
	float:left;
	margin:5px 10px 0 0;
}
.header_mark p{
	margin:12px 0 0 0;
	font-weight:bold;
}
@media screen and (max-width: 1080px) {
	.header_logo{
		margin:15px 0 0 5px;
	}
	.header_logo img{
		width:100%;
	}
	.header_menu{
		margin:20px 15px 0 0;
	}
	.header_menu li{
		margin:0 0 0 10px;
	}
	.header_mark{
		margin:0;
	}
}
@media screen and (max-width: 950px) {
	.header_logo{
		width:14%;
		margin:20px 0 0 5px;
	}
	.header_logo img{
		width:100%;
	}
	.header_menu{
		width:60%;
		margin:20px 0 0 0;
	}
	.header_menu li{
		margin:0 10px;
	}
	.header_mark{
		width:25%;
	}
	.header_mark img{
		margin:5px 5px 0 0;
	}
	.header_mark p{
		font-size: 11px;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 850px) {
	.header_menu li{
		margin:0 5px;
	}
	.header_mark img{
		width:30%;
		margin:10px 0 0 0;
	}
	.header_mark p{
		margin:5px 0 0 0;
	}
}
@media screen and (max-width: 760px) {
	.header_menu{
		width:61%;
	}
	.header_mark{
		width:24%;
	}
}
/*footer*/
footer{
	position:relative;
	width:100%;
	background:#FFF;
	height:70px;
}

#page_top{
}
#page_top a img{
	position:absolute;
	top:-50px;
	right:30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#page_top a:hover img{
	top:-60px;
}
#footer_copy{
	text-align:center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:70px;
}

/* パンくず */
#bread{
	margin:30px 0 50px auto;
	color:#666666;
	padding:0 0 25px 0;
	border-bottom:1px solid #000000;
}
#bread li{
	float:left;
	margin-right:5px;
	font-size: 14px;
	font-size: 1.4rem;
}

#bread li a{
	color:#666666;
}
#bread li a:hover{
	text-decoration:underline;
}
#bread li:after{
	display:inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	content: "";
	margin:0 10px;
}
#bread li:last-child:after{
	content:none;
	margin:0;
}

/*タイトル*/
.title,
.title2{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align:center;
	position:relative;
	color:#000000;
	line-height:110%;
	padding:0 0 20px 0;
	letter-spacing:1px;
}
.title span,
.title2 span{
	font-family:"Yu Mincho", "游明朝 Regular", YuMincho, "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing:0px;
}
.title:after,
.title2:after{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	border-bottom:3px solid #000;
	width:90px;
	content:"";
}
.title2{
	color:#FFF;
	letter-spacing:5px;
}
.title2:after{
	border-bottom:3px solid #FFF;
}

/* -------------------------------------------------- */
.top_img{
	position: relative;
	width:100%;
	height:768px;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	background:#d2d2d2;
}
.top_img .slider_pc img{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
	opacity:0;
}
.top_img_moji{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height:130px;
	text-align:center;
}

/* ------------ */

#top_comment{
	width:100%;
/*
	background:url(../img/top_comment_bk.jpg) repeat 0 0;
*/
}
#top_flow h2,
#top_comment h2{
	height:80px;
	line-height:80px;
	background:#1a305c;
	text-align:center;
	color:#FFF;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight:bold;
}
.top_comment_box{
	float:left;
	width:620px;
	font-size: 17px;
	font-size: 1.7rem;
	margin:50px 0 0 0;
	line-height:200%;
}
.top_comment_img{
	float:right;
	margin:10px 0;
}

/* ------------ */

#top_about{
	width:100%;
	background:url(../img/top_about_bk.jpg) repeat 0 0;
}

.top_about_box{
	margin:40px 0 0 0;
}
.top_about_box h2{
	color:#2a406e;
	font-weight:bold;
	text-align:center;
	font-size: 24px;
	font-size: 2.4rem;
	margin:0 0 20px 0;
}
.top_about_box p{
	text-align:center;
	margin:0 0 30px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.top_about_box ul{
	margin:0 0 20px -40px;
}
.top_about_box ul li{
	float:left;
	margin:0 0 0 40px;
}

/* ------------ */

.top_about_lesson{
	background:#FFF;
	border:1px dashed #000;
	position: relative;
	margin:90px 0 0 0;
	padding:80px 300px 20px 70px;
}
.top_about_lesson h2{
	position:absolute;
	top:-50px;
	left:40px;
}
.top_about_lesson_img{
	position:absolute;
	top:35px;
	right:70px;
}
.top_about_lesson_img p{
	margin:0 0 25px 0;
}
.top_about_lesson ol{
	counter-reset:number;
	list-style:none;
	margin:0;
	padding:0;

}
.top_about_lesson ol li:before{
	counter-increment: number;
	content: counter(number);
	background:#b00000;
	color:#FFF;
	width:26px;
	height:26px;
	line-height:26px;
	display:inline-block;
	float:left;
	text-align:center;
	margin:0 5px 0 0;
}
.top_about_lesson ol li h3{
	color:#18346e;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	line-height:26px;
}
.top_about_lesson ol li h3 span{
	background:#e5e5e5;
	color:#000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:normal;
	margin:0 0 0 5px;
	padding:0 5px;
}
.top_about_lesson ol li p{
	font-size: 16px;
	font-size: 1.6rem;
	margin:0 0 30px 0;
}

/* ------------ */

.top_kouka{
	margin:100px 0 90px 0;
}
.top_kouka h2{
	position: relative;
	text-align:center;
	font-size: 28px;
	font-size: 2.8rem;
	padding:0 0 0 50px;
	font-weight:bold;
}
.top_kouka h2 span{
	color:#18346e;
}
.top_kouka h2 img{
	position:absolute;
	top:-50px;
	left:220px;
}

.top_kouka ul{
	margin:30px 0 0 0;
}
.top_kouka ul li{
	position: relative;
	margin:0 0 50px 0;
	height:170px;
	background:rgba(255,254,185,0.7);
	padding:0 40px 0 270px;
	border-radius:20px 0px 20px 0px;
    -webkit-border-radius:20px 0px 20px 0px;
    -moz-border-radius:20px 0px 20px 0px;
}
.top_kouka ul li img{
	position:absolute;
	top:-20px;
	left:20px;
}
.top_kouka ul li h3{
	color:#18346e;
	font-weight:bold;
	font-size: 20px;
	font-size: 2.0rem;
	padding:25px 0 10px 0;
}
.top_kouka ul li p{
	font-size: 16px;
	font-size: 1.6rem;
}

/* ------------ */

#top_chenge{
	padding:0 0 50px 0;
}
#top_chenge h2{
	background:#1a305c;
	height:80px;
	width:100%;
	text-align:center;
}
#top_chenge h2 img{
	margin:10px 0 0 0;
}
.top_chenge_ti{
	margin:50px auto 20px auto;
	text-align:center;
}
.top_chenge_ti h3{
	color:#18346e;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
	border-bottom:2px dashed #18346e;
	display:inline-block;
	padding:0 0 0 5px;
}
#top_chenge p{
	text-align:center;
	font-size: 18px;
	font-size: 1.8rem;
	margin:0 0 20px 0;
}
#top_chenge p.img{
	margin:50px 0 20px 0;
}
#top_chenge p span.red{
	color:#b00000;
	font-weight:bold;
}
#top_chenge ul{
	margin:40px 0 0 -40px;
}
#top_chenge ul li{
	width:480px;
	float:left;
	margin:0 0 40px 40px;
}
#top_chenge ul li h3{
}
.sisei_box{
	background:#eeeeee;
	padding:15px 0 0 0;
	position: relative;
	height:275px;
}
.sisei_box h3{
	background:url(../img/sisei_title.jpg) no-repeat 0 0;
	height:50px;
	color:#FFF;
	margin:0 0 0 40px;
	font-weight:bold;
	font-size: 20px;
	font-size: 2.0rem;
	padding:15px 0 0 42px;
}
#top_chenge .sisei_box p{
	text-align:left;
	font-size: 18px;
	font-size: 1.8rem;
	margin:0 0 0 40px;
	padding:0 180px 0 0;
}
#top_chenge .sisei_box p.img{
	position:absolute;
	right:30px;
	top:80px;
	padding:0;
	margin:0;
	z-index:1;
}
#top_chenge .sisei_box ul{
	margin:15px 0 15px 35px;
	color:#3c5381;
	position:relative;
	z-index:5;
}
#top_chenge .sisei_box ul li{
	float:none;
	margin:0 0 0 30px;
	padding:0;
	font-weight:bold;
	font-size: 20px;
	font-size: 2.0rem;
	line-height:120%;
	list-style-type:disc;
}
#top_chenge .sisei_imglist h4{
	margin:0 0 5px 40px;
	color:#b00000;
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
}
#top_chenge .sisei_imglist{
	background:#eeeeee;
	position: relative;
	padding:0 0 30px 0;
}
#top_chenge .sisei_imglist ul{
	margin:0;
	padding:0;
	margin:0 0 0 20px;
}
#top_chenge .sisei_imglist ul li{
	float:left;
	width:190px;
	list-style-type:none;
	background:#FFF;
	text-align:center;
	padding:5px 0;
	margin:0 0 0 20px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-ms-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
}
.sisei_last{
	text-align:center;
	margin:15px 0 20px 0;
}

.top_corona{
	margin:0 0 50px 0;
	background:#ebf1f9;
	padding:30px 200px;
}
.top_corona h2{
	font-size: 26px;
	font-size: 2.6rem;
	color:#13305f;
	font-weight:bold;
	text-align:center;
	line-height:120%;
	margin:0 0 30px 0;
}
.top_corona h2 span{
	font-size: 20px;
	font-size: 2.0rem;
}
.top_corona ul li{
	font-size: 20px;
	font-size: 2.0rem;
}


/* ------------ */

#top_price{
	background:url(../img/price_bk.jpg) #13305f no-repeat center 0;
	background:-size:cover;
	padding:65px 0 80px 0;
}
#top_price h2{
	text-align:center;
	color:#FFF;
	margin:0 0 40px 0;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing:5px;
}
.top_price_box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:10px solid #7a859d;
	background:#FFF;
	padding:50px 90px;
}
.top_price_box table{
	width:100%;
	border-top:1px solid #bfbfbf;
	margin:0 0 30px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.top_price_box table th{
	background:#eeeeee;
	border-left:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	width:190px;
	padding:15px 0 15px 30px;
}
.top_price_box table td{
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	padding:15px 0 15px 30px;
}

.top_price_box table td .red{
	color:#b00000;
	font-weight:bold;
}
.top_price_box table td span.torikeshi{
	text-decoration: line-through;
}

.top_price_box h3{
	color:#1a305c;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	margin:0 0 5px 0;
}

.top_price_box h4{
	color:#1a305c;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom:1px solid #bfbfbf;
	margin:30px 0 10px 0;
	padding:0 0 5px 0;
}

.top_price_right{
	text-align:right;
}

/* ------------ */

#top_time{
	background:url(../img/top_time_bk.jpg) repeat 0 0;
	padding:50px 0;
}
#top_time h2{
	text-align:center;
	color:#000;
	margin:0 0 40px 0;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing:5px;
}

#top_time table{
	width:100%;
	border-right:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
}
#top_time table th{
	width:14.28%;
	background:#eeeeee;
	text-align:center;
	padding:15px 0;
	border-left:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	font-weight:bold;
}
#top_time table td{
	background:#FFF;
	text-align:center;
	border-left:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	height:50px;
	line-height:50px;
}
#top_time table td.blue{
	background:#5973a8;
	color:#FFF;
}
#top_time table td.yellow{
	background:#fffeb9;
	color:#000;
}
#top_time ul{
	margin:25px 0 0 0;
}
#top_time ul li{
	float:left;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	margin:0 15px 0 0;
}
#top_time ul li.blue:before{
	background:#5973a8;
	content:"";
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:0 5px 0 0;
}
#top_time ul li.yellow:before{
	background:#fffeb9;
	content:"";
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:0 5px 0 0;
}
#top_time p{
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
}

/* ------------ */

#top_trainar{
	background:url(../img/trainar_bk.jpg) repeat 0 0;
	padding:60px 0 0 0;
}
#top_trainar .inner{
	height:340px;
}
#top_trainar h2{
	text-align:center;
	color:#000;
	margin:0 0 40px 0;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing:5px;
}
.top_trainar_img{
	position:absolute;
	left:110px;
	bottom:0;
}
.top_trainar_box{
	padding:0 0 0 375px;
}
.top_trainar_box h3{
	background:url(../img/trainar_title_bk.png) no-repeat 0 0;
	width:450px;
	height:60px;
	text-align:center;
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin:0 0 40px 0;
}
.top_trainar_box .name_box{
	background:url(../img/trainar_title_bk2.png) no-repeat 0 0;
	width:300px;
	height:73px;
	margin:0 0 20px 80px;
	text-align:center;
}
.top_trainar_box .name_box h4{
	color:#1a305c;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	padding:15px 0 0 0;
}

/* ------------ */

#top_access{
	width:100%;
	padding:55px 0 0 0;
}
#top_access h2{
	text-align:center;
	color:#000;
	margin:0 0 40px 0;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing:5px;
}
#top_access #map{
	width:100%;
	height:500px;
	background:#EEEEEE;
}

/* ------------ */

#top_bottom{
	padding:30px 0 50px 0;
}
.top_bottom_left{
	float:left;
	font-size: 16px;
	font-size: 1.6rem;
}
.top_bottom_right{
	float:right;
	width:420px;
	margin:0 30px 0 0;
	border:1px solid  #bfbfbf;
}
.top_bottom_right img{
	float:left;
	margin:5px 15px 5px 15px;
}
.top_bottom_right p{
	margin:15px 0 0 0;
}

/* ------------ */

#top_contact{
	background:url(../img/contact_bk.jpg) repeat 0 0;
	color:#FFF;
	padding:80px 0;
}
#top_contact h2{
	text-align:center;
	color:#FFF;
	margin:0 0 50px 0;
	font-weight:bold;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing:2px;
}
.top_contact_inner{
	width:660px;
	margin:0px auto;
}
#top_contact ul{
	margin:0 0 0 -40px;
}
#top_contact ul li{
	width:305px;
	height:50px;
	line-height:50px;
	text-align:center;
	float:left;
	margin:0 0 0 40px;
}
#top_contact ul li.btn{
}
#top_contact p.btn{
	width:305px;
	height:50px;
	line-height:50px;
	text-align:center;
	margin:0px auto;
}
#top_contact p.btn a,
#top_contact ul li.btn a{
	display:block;
	background:#5973a8;
	color:#FFF;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
}
#top_contact p.btn a:hover,
#top_contact ul li.btn a:hover{
	background:#FFF;
	color:#1a305c;
	text-decoration:none;
}
#top_contact ul li.tel{
	background:#FFF;
	color:#000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:bold;
}

/* contact */
/* -------------------------------------------------- */
#contact{
	padding:70px 0;
	border-bottom:1px solid #DDDDDD;
}

.contact_title{
	margin:0;
	background:url(../img/contact_bk.jpg) repeat 0 0;
	height:150px;
}
.contact_title h2{
	display:block;
	text-align:center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight:bold;
	color:#FFF;
	padding:60px 0 0 0;
	position:relative;
}
.contact_title h2:before{
	content:url(../img/contact_logo.png);
	position:absolute;
	top:20px;
	margin:0 0 0 -80px;
}

.contact_inner{
	width:720px;
	margin:0px auto;
}

.contact_p{
	font-size: 15px;
	font-size: 1.5rem;
	margin:40px 0;
	text-align:center;
}

.contact_tbl{
	width:100%;
	font-size: 16px;
	font-size: 1.6rem;
}
.contact_tbl th{
	width:170px;
	padding:10px 0;
	font-weight:bold;
}
.contact_tbl td{
	padding:10px 0;
	position:relative;
	vertical-align: top;
}
.contact_tbl td span{
	display:block;
	background:#b00000;
	width:58px;
	text-align:center;
	color:#FFF;
	font-size: 14px;
	font-size: 1.4rem;
	padding:5px 0;
	margin:7px 18px 0 0;
}
input[type='text']{
	width:470px;
	height:50px;
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea{
	width:100%;
	height:200px;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_err{
	color:#b00000;
}

.date_box{
	margin:10px 0;
}
.date_box input[type='text']{
	width:150px;
	padding:0 15px;
}
.date_box select{
	height:54px;
	min-width:100px;
}
.date_box p{
	font-weight:bold;
	float:left;
	line-height:54px;
}
.contact_h3{
	background:#eeeeee;
	color:#000;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	height:50px;
	line-height:50px;
	padding:0 20px;
	margin:20px 0;
}
.contact_last{
	margin:40px 0 20px 0;
	text-align:center;
}
.btnarea{
	text-align:center;
}
.contact_btn{
	width:350px;
	height:50px;
	line-height:46px;
	background:#1a305c;
	color:#FFF;
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor: pointer;
	border:2px solid #1a305c;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:0;
}
.contact_btn:hover{
	background:#FFF;
	color:#1a305c;
}

/* ------------ */

.conf_tbl{
	width:100%;
	font-size: 16px;
	font-size: 1.6rem;
	margin:0 0 40px 0;
}
.conf_tbl th{
	width:170px;
	padding:20px 15px;
	font-weight:bold;
	border-bottom:1px solid #c9c9c9;
}
.conf_tbl td{
	padding:20px 15px;
	position:relative;
	border-bottom:1px solid #c9c9c9;
}

.back_btn{
	width:150px;
	height:50px;
	line-height:46px;
	border:none;
	background:#CCCCCC;
	color:#FFF;
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor: pointer;
	border:2px solid #CCCCCC;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin:0 10px 0 0;
}
.back_btn:hover{
	background:#FFF;
	color:#CCCCCC;
}

/* ------------ */
.contact_thanks{
	text-align:center;
	color:#b00000;
	font-weight:bold;
	font-size: 19px;
	font-size: 1.9rem;
	margin:60px 0 20px 0;
}

.contact_thanks_p{
	text-align:center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
}

.contact_thanks_p2{
	font-size: 16px;
	font-size: 1.6rem;
	margin:50px 0 30px 0;
}

/* ------------ */

#top_txt{
	background:#ebf1f9;
	text-align:center;
	padding:40px 0;
}

#top_flow{
	padding:0 0 50px 0;
}
#top_flow .top_flow_title{
	text-align:center;
	color:#13305f;
	font-size: 30px;
	font-size: 3.0rem;
	margin:50px 0 20px 0;
	font-weight:bold;
}
#top_flow .top_flow_title span{
	font-size: 40px;
	font-size: 4.0rem;
}

.top_flow_box{
	margin:0 0 50px 0;
}
.top_flow_box h3{
	position:relative;
	padding:10px 0 0 100px;
	min-height:84px;
	margin:20px 0;
	font-size: 20px;
	font-size: 2.0rem;
}
.top_flow_box h3 img{
	position:absolute;
	top:0;
	left:0;
}
.top_flow_box h3 span{
	color:#13305f;
	font-weight:bold;
	font-size: 25px;
	font-size: 2.5rem;
}
.top_flow_box h3.last{
	padding:25px 0 0 100px;
}
.top_flow_box h4{
	background:url(../img/sisei_title_large.png) no-repeat 0 0;
	height:70px;
	color:#FFF;
	font-weight:bold;
	font-size: 24px;
	font-size: 2.4rem;
	padding:20px 0 0 42px;
}

.h4_box{
	position:relative;
	min-height:230px;
	margin:0 0 30px 0;
	padding:0 530px 0 0;
}
.h4_box .img_box{
	position:absolute;
	right:0;
	top:0;
}
.h4_box .img_box img{
	margin:0 25px;
}
.h4_box .img_box_l img{
	margin:0;
}
.h4_box p{
	font-size: 20px;
	font-size: 2.0rem;
	margin:0 0 20px 0;
	line-height:150%;
}
.h4_box ul{
	font-size: 20px;
	font-size: 2.0rem;
	color:#13305f;
}
.h4_box ul li{
	list-style: disc;
	margin:0 0 0 30px;
}
