@charset "utf-8";

.pc {
	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%;
}

img{
	width:100%;
	height:auto;
}

/* COMMON */
/* -------------------------------------------------- */
.inner{
	width:100%;
	margin:0px auto;
	position:relative;
}
/*header*/
header{
	background:rgba(255,255,255,0.85);
	position:fixed;
	width:100%;
	z-index:9999;
	height:50px;
	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 0;
	height:30px;
	width:100px;
}
.header_logo img{
	width:100%;
	height:auto;
}
.header_menu{
	display:none;
}
.header_menu_sp {
	display:none;
	position: fixed;
	top:50px; 
	overflow: hidden;
	margin:0;
	font-weight:bold;
	background:rgba(0,0,0,0.9);
	width:100%;
	height:100%;
	z-index:9998;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:100px 0 0 0;
}
.header_menu_sp ul{
	width:100%;
}

.header_menu_sp li{
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	text-align:center;
}
.header_menu_sp li a{
	display:block;
	padding:15px;
	color:#FFF;
}
.header_mark{
	float:left;
	margin:0;
	width:190px;
}
.header_mark img{
	width:30px;
	float:left;
	margin:15px 5px 0 0;
}
.header_mark p{
	margin:10px 0 0 0;
	font-weight:bold;
	font-size: 10px;
	font-size: 1.0rem;
}

.header_menu_btn{
	position:absolute;
	right:10px;
	top:15px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 20px;
  height: 16px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/*footer*/
footer{
	position:relative;
	width:100%;
	background:#FFF;
	height:50px;
}

#page_top{
	width:30px;
	position:absolute;
	top:-25px;
	right:5px;
}
#page_top a img{
	-webkit-transition: all .3s;
	transition: all .3s;
}
#footer_copy{
	text-align:center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:50px;
}

/* パンくず */
#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: 20px;
	font-size: 2.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%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}
.top_img .slider_sp img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0;
	z-index:999;
}
.top_img_moji{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height:70px;
	text-align:center;
	z-index:9998;
}

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

#top_comment{
	width:100%;
	background:url(../img/top_comment_bk.jpg) repeat 0 0;
	display:table;
}
#top_flow h2,
#top_comment h2{
	height:40px;
	line-height:40px;
	background:#1a305c;
	text-align:center;
	color:#FFF;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
}
.top_comment_box{
	width:56%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:120%;
	margin:30px 0 25px 3%;
	display:table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px 0 20px 3%;
}
.top_comment_img{
	margin:0 3% 0 0;
	width:36%;
	vertical-align: middle;
	display:table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px 3% 20px 0;
}

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

#top_about{
	width:100%;
	background:url(../img/top_about_bk.jpg) repeat 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 3%;
}

.top_about_box{
	margin:20px 0 0 0;
}
.top_about_box h2{
	color:#2a406e;
	font-weight:bold;
	text-align:center;
	font-size: 16px;
	font-size: 1.6rem;
	margin:0 0 10px 0;
}
.top_about_box p{
	text-align:left;
	margin:0 0 20px 0;
	font-size: 13px;
	font-size: 1.3rem;
}
.top_about_box ul{
	margin:0 0 20px 0;
}
.top_about_box ul li{
	width:48%;
	float:left;
	margin:0 1%;
}

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

.top_about_lesson{
	width:100%;
	background:#FFF;
	border:1px dashed #000;
	position: relative;
	margin:30px auto 0;
	padding:40px 0 20px 0;
}
.top_about_lesson h2{
	position:absolute;
	top:-20px;
	left:10px;
	width:200px;
}
.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:10px;
	padding:0;

}
.top_about_lesson ol li{
	clear:both;
	margin:0 0 20px 0;
}
.top_about_lesson ol li:before{
	counter-increment: number;
	content: counter(number);
	background:#b00000;
	color:#FFF;
	width:22px;
	height:22px;
	line-height:22px;
	display:inline-block;
	float:left;
	text-align:center;
	margin:0 5px 0 0;
}
.top_about_lesson ol li h3{
	color:#18346e;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight:bold;
	margin:0 0 5px 0;
}
.top_about_lesson ol li h3 span{
	background:#e5e5e5;
	color:#000000;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight:normal;
	margin:0 0 0 5px;
	padding:0 5px;
}
.top_about_lesson ol li p{
	font-size: 12px;
	font-size: 1.2rem;
	margin:0
}
.top_about_lesson ol li img{
	width:35%;
	float:right;
	margin:5px 0 0 2%;
}

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

.top_kouka{
	width:100%;
	margin:40px 0 0 0;
}
.top_kouka h2{
	position: relative;
	text-align:center;
	font-size: 16px;
	font-size: 1.6rem;
	padding:30px 0 0 0;
	font-weight:bold;
}
.top_kouka h2 span{
	color:#18346e;
}
.top_kouka h2 img{
	width:130px;
	position:absolute;
	left:0;
	top:-15px;
}

.top_kouka ul{
	margin:5px 0 30px 0;
}
.top_kouka ul li{
	position: relative;
	margin:0 0 10px 0;
	background:rgba(255,254,185,0.7);
	padding:10px;
	border-radius:10px 0px 10px 0px;
    -webkit-border-radius:10px 0px 10px 0px;
    -moz-border-radius:10px 0px 10px 0px;
}
.top_kouka ul li p.img{
	width:30%;
	margin:0 3% 0 0;
	float:left;
}
.top_kouka ul li h3{
	color:#18346e;
	font-weight:bold;
	font-size: 14px;
	font-size: 1.4rem;
	padding:5px 0 10px 0;
}
.top_kouka ul li p{
	width:67%;
	float:left;
	font-size: 12px;
	font-size: 1.2rem;
}

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

#top_chenge{
	width:100%;
}
#top_chenge .inner{
	width:94%;
	margin:0px auto;
}
#top_chenge h2{
	background:#1a305c;
	width:100%;
	text-align:center;
	padding:0 0 10px 0;
}
#top_chenge h2 img{
	width:100%;
	margin:10px 0 0 0;
}
.top_chenge_ti{
	margin:15px auto;
	text-align:center;
}
.top_chenge_ti h3{
	color:#18346e;
	font-weight:bold;
	font-size: 15px;
	font-size: 1.5rem;
	border-bottom:2px dashed #18346e;
	display:inline-block;
	padding:0;
}
#top_chenge p{
	text-align:left;
	font-size: 12px;
	font-size: 1.2rem;
	margin:0 0 10px 0;
}
#top_chenge p span.red{
	color:#b00000;
	font-weight:bold;
}
#top_chenge ul{
	margin:10px 0 0 0;
}
#top_chenge ul li{
	width:100%;
	margin:0 0 20px 0;
}
#top_chenge ul li h3{
}
.sisei_box{
	width:100%;
	overflow:hidden;
	background:#eeeeee;
	padding:10px 10px 0 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sisei_box h3{
	background:url(../img/sisei_title.jpg) no-repeat 0 0;
	height:40px;
	color:#FFF;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	padding:20px 0 0 35px;
}
.sisei_box h3{
	font-size: 13px;
	font-size: 1.3rem;
}


#top_chenge .sisei_box p{
	font-size: 13px;
	font-size: 1.3rem;
	margin:0;
	padding:0;
	text-align:left;
}
#top_chenge .sisei_box p.img{
	padding:0;
	margin:0;
	float:right;
	width:35%;
	z-index:1;
}
#top_chenge .sisei_box .sisei_box_left{
	width:65%;
	float:left;
}

#top_chenge .sisei_box ul{
	margin:5px 0;
	color:#3c5381;
	position:relative;
	z-index:5;
}
#top_chenge .sisei_box ul li{
	float:none;
	margin:0 0 0 20px;
	padding:0;
	font-weight:bold;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:120%;
	list-style-type:disc;
}
#top_chenge .sisei_imglist h4{
	margin:0 3% 5px 3%;
	color:#b00000;
	font-weight:bold;
	font-size: 13px;
	font-size: 1.3rem;
}
#top_chenge .sisei_imglist{
	background:#eeeeee;
	position: relative;
	padding:0 0 15px 0;
}
#top_chenge .sisei_imglist ul{
	width:94%;
	padding:0;
	margin:0 auto;
}
#top_chenge .sisei_imglist ul li{
	width:48%;
	float:left;
	list-style-type:none;
	background:#FFF;
	text-align:center;
	margin:0 1%;
	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);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:3px;
}
.sisei_last{
	margin:15px 0 10px 0;
}

.top_corona{
	margin:0 0 20px 0;
	background:#ebf1f9;
	padding:20px;
}
.top_corona h2{
	font-size: 20px;
	font-size: 2.0rem;
	color:#13305f;
	font-weight:bold;
	text-align:center;
	line-height:120%;
	margin:0 0 20px 0;
}
.top_corona h2 span{
	font-size: 16px;
	font-size: 1.6rem;
}
.top_corona ul li{
	font-size: 14px;
	font-size: 1.4rem;
}

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

#top_price{
	width:100%;
	background:url(../img/price_bk.jpg) no-repeat 0 0;
	background:-size:cover;
	padding:20px 0;
}
#top_price h2{
	text-align:center;
	color:#FFF;
	margin:0 0 20px 0;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing:5px;
}
.top_price_box{
	width:96%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:5px solid #7a859d;
	background:#FFF;
	padding:10px;
}
.top_price_box table{
	width:100%;
	border-top:1px solid #bfbfbf;
	margin:0 0 20px 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.top_price_box table th{
	background:#eeeeee;
	border-left:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	width:100px;
	padding:10px;
}
.top_price_box table td{
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	padding:10px;
}

.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: 14px;
	font-size: 1.4rem;
	margin:0 0 5px 0;
}

.top_price_box h4{
	color:#1a305c;
	font-weight:bold;
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom:1px solid #bfbfbf;
	margin:20px 0 5px 0;
	padding:0 0 5px 0;
}
.top_price_box p{
	font-size: 12px;
	font-size: 1.2rem;
}
.top_price_right{
	text-align:left;
	font-size: 12px;
	font-size: 1.2rem;
}

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

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

#top_time table{
	width:94%;
	margin:0px auto;
	border-right:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	font-weight:bold;
	font-size: 12px;
	font-size: 1.2rem;
}
#top_time table th{
	width:14.28%;
	background:#eeeeee;
	text-align:center;
	padding:10px 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;
	padding:10px 0;
	line-height:100%;
}
#top_time table td.blue{
	background:#5973a8;
	color:#FFF;
}
#top_time table td.yellow{
	background:#fffeb9;
	color:#000;
}
#top_time ul{
	width:94%;
	margin:15px auto 0 auto;
}
#top_time ul li{
	width:100%;
	font-weight:bold;
	font-size: 12px;
	font-size: 1.2rem;
	margin:5px;
}
#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{
	width:94%;
	margin:0px auto;
	font-weight:bold;
	font-size: 12px;
	font-size: 1.2rem;
}

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

#top_trainar{
	background:url(../img/trainar_bk.jpg) repeat 0 0;
	padding:20px 0 0 0;
}
#top_trainar .inner{
}
#top_trainar h2{
	text-align:center;
	color:#000;
	margin:0 0 20px 0;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing:2px;
}
.top_trainar_img{
	position:absolute;
	bottom:0;
	width:40%;
}
.top_trainar_box{
	padding:0;
}
.top_trainar_box h3{
	background:url(../img/trainar_title_bk.png) no-repeat 0 0;
	background-size:100% auto;
	text-align:center;
	font-weight:bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin:0 0 20px 0;
}
.top_trainar_box .name_box{
	width:60%;
	background:url(../img/trainar_title_bk2.png) no-repeat 0 0;
	background-size:100% auto;
	height:73px;
	margin:0 0 20px 38%;
	text-align:center;
}
.top_trainar_box .name_box h4{
	color:#1a305c;
	font-weight:bold;
	font-size: 14px;
	font-size: 1.4rem;
	padding:5px 0 0 0;
}
.top_trainar_box .name_box p{
	font-size: 12px;
	font-size: 1.2rem;
}
/* ------------ */

#top_access{
	width:100%;
	padding:20px 0 0 0;
}
#top_access h2{
	text-align:center;
	color:#000;
	margin:0 0 20px 0;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing:5px;
}
#top_access #map{
	width:100%;
	height:300px;
	background:#EEEEEE;
}

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

#top_bottom{
	padding:20px 3%;
}
.top_bottom_left{
	font-size: 14px;
	font-size: 1.4rem;
}
.top_bottom_right{
	margin:15px 0 0 0;
	border:1px solid  #bfbfbf;
}
.top_bottom_right img{
	float:left;
	margin:0;
	width:60px;
	margin:10px 5px;
}
.top_bottom_right p{
	margin:5px 0;
	font-size: 12px;
	font-size: 1.2rem;
}

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

#top_contact{
	background:url(../img/contact_bk.jpg) repeat 0 0;
	color:#FFF;
	padding:20px 0 35px 0;
}
#top_contact h2{
	text-align:center;
	color:#FFF;
	margin:0 0 10px 0;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.top_contact_inner{
	width:100%;
	margin:0px auto;
}
#top_contact ul{
}
/*
#top_contact ul li{
	width:94%;
	height:50px;
	line-height:50px;
	text-align:center;
	margin:0 auto 10px auto;
}
*/
#top_contact ul li{
	width:45.5%;
	height:45px;
	line-height:45px;
	text-align:center;
	float:left;
	margin:0 0 0 3%;
}


#top_contact ul li.btn{
}

#top_contact p.btn{
	width:60%;
	height:45px;
	line-height:45px;
	text-align:center;
	margin:0 auto;
}

#top_contact p.btn a,
#top_contact ul li.btn a{
	display:block;
	background:#5973a8;
	color:#FFF;
	font-size: 13px;
	font-size: 1.3rem;
	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: 14px;
	font-size: 1.4rem;
	font-weight:bold;
}

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

.contact_title{
	margin:0;
	background:url(../img/contact_bk.jpg) repeat 0 0;
}
.contact_title h2{
	display:block;
	text-align:center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
	color:#FFF;
	padding:15px 0;
	position:relative;
	line-height:120%;
}
/*
.contact_title h2:before{
	content:url(../img/contact_logo.png);
	position:absolute;
	top:-10px;
	left:0;
	margin:0;
}
*/

.contact_inner{
	width:94%;
	margin:0px auto;
}

.contact_p{
	font-size: 12px;
	font-size: 1.2rem;
	margin:20px 0;
	text-align:left;
}

.contact_tbl{
	width:100%;
	font-size: 14px;
	font-size: 1.4rem;
}
.contact_tbl th{
	display:block;
	width:100%;
	padding:5px 0 0 0;
	font-weight:bold;
}
.contact_tbl td{
	display:block;
	width:100%;
	padding:0 0 10px 0;
	position:relative;
	vertical-align: top;
}
.contact_tbl td.row_w{
	padding:10px 0 10px 0;
}

.contact_tbl th span{
	background:#b00000;
	width:58px;
	text-align:center;
	color:#FFF;
	font-size: 11px;
	font-size: 1.1rem;
	padding:0 5px;
	margin:0 0 0 10px
}
input[type='text']{
	width:100%;
	height:40px;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
textarea{
	width:100%;
	height:200px;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.form_err{
	color:#b00000;
}

.date_box{
	margin:0 0 10px 0;
}
.date_box input[type='text']{
	width:40%;
	margin:0;
	-webkit-appearance: none;
}
.date_box select{
	height:40px;
	min-width:100px;
}
.date_box p{
	font-weight:bold;
	margin:0 0 0 10px;
}
.date_box img{
	width:40px;
  vertical-align: middle;
}
.contact_h3{
	background:#eeeeee;
	color:#000;
	font-weight:bold;
	font-size: 14px;
	font-size: 1.4rem;
	padding:10px;
	margin:20px 0;
}
.contact_last{
	margin:20px 0 20px 0;
	text-align:center;
	font-size: 12px;
	font-size: 1.2rem;
}
.btnarea{
	width:90%;
	margin:0px auto;
}
.contact_btn{
	width:100%;
	height:50px;
	line-height:46px;
	border:none;
	background:#1a305c;
	color:#FFF;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor: pointer;
	border:2px solid #1a305c;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-appearance: none;
}
.contact_btn:hover{
	background:#FFF;
	color:#1a305c;
}

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

.conf_tbl{
	width:100%;
	font-size: 14px;
	font-size: 1.4rem;
	margin:0 0 20px 0;
}
.conf_tbl th{
	padding:10px 10px 0 10px;
	display:block;
	font-weight:bold;
}
.conf_tbl td{
	padding:0 10px 10px 10px;
	display:block;
	position:relative;
	border-bottom:1px solid #c9c9c9;
}

.back_btn{
	width:35%;
	height:40px;
	line-height:36px;
	border:none;
	background:#CCCCCC;
	color:#FFF;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	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 auto 10px 0;
	-webkit-appearance: none;
}
.back_btn:hover{
	background:#FFF;
	color:#CCCCCC;
}

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

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

.contact_thanks_p2{
	font-size: 12px;
	font-size: 1.2rem;
	margin:20px 0;
}

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

#top_txt{
	background:#ebf1f9;
	text-align:center;
	padding:20px 0;
}
#top_txt img{
	width:200px;
	height:auto;
	margin:0px auto;
}

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

.top_flow_box{
	width:92%;
	margin:0 auto 30px auto;
}
.top_flow_box h3{
	position:relative;
	padding:0 0 0 70px;
	min-height:60px;
	margin:20px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.top_flow_box h3 img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:60px;
	height:60px;
	margin:auto;
}
.top_flow_box h3 span{
	color:#13305f;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
}

.top_flow_box h4{
	background:url(../img/sisei_title_large.png) no-repeat 0 0;
	height:40px;
	color:#FFF;
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
	padding:20px 0 0 35px;
	margin:0 0 10px 0;
}

.h4_box{
	position:relative;
	margin:0 0 0px 0;
}
.h4_box .img_box{
	text-align:right;
	margin:0 0 10px 0;
	float:right;
	width:210px;
}
.h4_box .img_box_l{
	width:250px;
}
.h4_box .img_box img{
	height:110px;
	width:auto;
}
.h4_box p{
	font-size: 14px;
	font-size: 1.4rem;
	margin:0 0 10px 0;
	line-height:150%;
}
.h4_box ul{
	font-size: 14px;
	font-size: 1.4rem;
	color:#13305f;
}
.h4_box ul li{
	list-style: disc;
	margin:0 0 0 20px;
}
@media screen and (max-width: 374px) {
	.h4_box .img_box{
		width:170px;
	}
	.h4_box .img_box_l{
		width:210px;
	}
	.h4_box .img_box img{
		height:90px;
		width:auto;
	}
	.h4_box ul{
		font-size: 12px;
		font-size: 1.2rem;
	}
}
