@charset "utf-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;width:100%;display:block}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
#navToggle{display:none;position:absolute;right:14px;top:8px;width:30px;height:25px;cursor:pointer;z-index:2}#navToggle div{position:relative}#navToggle span{display:block;position:absolute;width:100%;border-bottom:solid 3px #fff;-webkit-transition:.35s ease-in-out;-moz-transition:.35s ease-in-out;transition:.35s ease-in-out}#navToggle span:nth-child(1){top:0}#navToggle span:nth-child(2){top:11px}#navToggle span:nth-child(3){top:22px}header nav{position:absolute;right:0;top:-31pc;background-color:#15334c;width:100%;padding:0;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;text-align:left;z-index:1;box-sizing:border-box}header ul{margin:0}header ul li{display:block;margin:0;border-bottom:dotted 1px #fff;line-height:1.6;padding:0 10px;font-size:1pc}header ul li a{display:block;color:#fff;padding:.7em 0}header ul li a:link,header ul li a:visited{text-decoration:none}header ul li:after{content:''}header ul li:last-child{background:url(../images/ico_back.png)no-repeat 96% center #265F8C;background-size:15px auto;padding:0 10px;border-bottom:0}#navToggle{display:block}.openNav #navToggle span:nth-child(1){top:11px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}.openNav #navToggle span:nth-child(2),.openNav #navToggle span:nth-child(3){top:11px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}.openNav nav{-moz-transform:translateY(555px);-webkit-transform:translateY(555px);transform:translateY(555px)}


/******************************************************************** common
*/
html {
	font-family: メイリオ, Meiryo, Osaka, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 1.1pc;
	color: #333
}
body {margin:0;}
body#index{background:#FFF;}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.big{font-size:1.2em;}
.bold{font-weight:bold;}
.red{color:#F00;}

a {color:#0005FF;}

section h2 {
	background:#15334C;
	color: #fff;
	text-align: center;
	font-size: 6vw;
	padding: 3%;
	margin-bottom: 1pc
}
h2 span {font-size:14px}
li, ul {
	padding: 0;
	margin: 0;
}
li {list-style:none;}

.contact{
	background:#FFCC00;
	padding: 6% 0;
	position:relative;
	z-index:3;
}
.contact h3{
	text-align:center;
	font-size:5.4vw;
	margin:0 0 5%;
	font-family: "Rounded Mplus 1c";
	font-weight:500;
}
.contact p {
	font-size: 4.4vw;
}
.contact > p{margin:0 4%;}
.contact div > a{
	line-height:0;
	border:#FF0000 4px solid;
	border-radius:6px;
	display:block;
	margin:0 3.125%;
	box-sizing:border-box;
	box-shadow: 6px 6px 0 rgba(0,0,0,0.6);
}
.contact div > a img{border-radius:2px;}
.contact div a:link,
.contact div a:visited{color:#FF0;}
.contact div p{padding:8% 4%; margin:0;}
.contact div p.woman{
	background-image: url(../images/bg_pattern_gray.gif);
	padding:5% 44% 5% 5%;
	margin-top:10%;
	text-align:left;
	position:relative;
	line-height:1.8;
	font-family: "Rounded Mplus 1c";
	font-weight:500;
}
.contact div p.woman:after{
	background:url(../images/bg_woman.png) no-repeat left bottom;
	background-size:auto 100%;
	display:block;
	content:"";
	width:48%;
	height:108%;
	position:absolute;
	right:0;
	bottom:0;
}
.center, .contact p {
	text-align: center
}


/******************************************************************** header
*/
header {
	background:#15334c;
}
header .disc {
	background: #4ca7ed;
	color: #fff;
	text-align: center;
	font-size: 14px
}
header h1 {
	background:#FFF;
	line-height:0;
	margin: 0;
	position:relative;
	z-index:2;
	width : 83.125% ;
	width : -webkit-calc(100% - 58px) ;
	width : calc(100% - 58px) ;
	text-align:center;
	padding:7px 0;
	box-sizing:border-box;
	border-bottom: 1px solid #eee;
}
header h1 img{width:95%; max-width:270px; display:inline-block;}
header h1:before{
	display:block;
	content:"メニュー";
	color:#FFF;
	position:absolute;
	width:58px;
	height:1em;
	top:44px;
	right:-58px;
	z-index:99;
	font-size:8px;
}
header.openNav h1:before{content:"閉じる";}
header h1:after{
	display:block;
	content:"";
	background:#15334c;
	width:58px;
	height:50px;
	position:absolute;
	top:0;
	right:-58px;
}
header .title_label {
	margin: 2% 0
}
header .st_label {
	background: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
	font-size: 1pc;
	padding: 5px 0 8px;
	position: absolute;
	bottom: 0;
	width: 100%
}
header .st_label span {
	border-bottom: 1px solid #d00000
}
header .mainV {
	background:url(../images/bg_catch.jpg) no-repeat center center;
	background-size:cover;
	margin: 0;
	position: relative;
}
header .mainV h2{
	width:95%;
	margin:0 auto;
	padding:12.5% 0;
	line-height:0;
}
header .mainV .members{
	background:rgba(255,255,255,0.7);
	padding:5% 2.5% 0;
}
header .mainV .members ol{
	margin:0 2.5% 5%;
	padding:0;
	display:flex;
	justify-content: space-between;
}
header .mainV .members ol li{
	width:48%;
	box-sizing:border-box;
	padding:0.3em 0;
	background:#15334C;
	border-radius:6px;
	color:#FF0;
	text-align:center;
}
/*header .mainV .members .words{
	overflow: hidden;
}*/
header .mainV .members .words .space{
	float:right;
	height:2em;
}
header .mainV .members .words figure{
	float:right;
	clear: both;
	width:166px;
	margin-right:-2.5%;
}
header .mainV .sub{
	margin:0;
	font-size:4.4vw;
}
header .mainV .sub .name{font-size:3.6vw; line-height:1.4;}

/******************************************************************** footer
*/
.photo{margin:0;}
address {
	text-decoration: none!important;
	font-style: normal!important
}
footer {
	background-color:#333;
	color: #fff;
	text-align: center;
	padding: 2% 0;
	font-size: 14px;
	margin: 0;
}
.footer address {
	text-align: left;
	margin-left: 4%;
	margin-bottom: 1pc
}
.footer span {
	display: block;
	padding: 2%;
	font-size: 9pt;
	background-color: #3e5571
}
#index > footer {
	margin-bottom: 44px
}
#fix_Box {
	position: fixed;
	bottom: -44px;
	width: 100%;
	height: 44px;
	z-index:10;
}
#fix_Box .fix_bottom {
	background: rgba(0,0,0,.67)
}
#fix_Box .fix_bottom ul {
	overflow: hidden;
	margin: 0;
	height: 44px;
	width: 100%;
	padding: 0
}
#fix_Box .fix_bottom li {
	width: 50%;
	float: left;
	list-style: none;
	text-align: center
}
#fix_Box .fix_bottom li.tel{
	float:left;
	width:50%;
	background: #EA5171;
	background: -moz-linear-gradient(top, #EA5171 0%, #DE2545 100%);
	background: -webkit-linear-gradient(top, #EA5171 0%,#DE2545 100%);
	background: linear-gradient(to bottom, #EA5171 0%,#DE2545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA5171', endColorstr='#DE2545',GradientType=0 );
	text-align:center;
}
#fix_Box .fix_bottom li.tel a{
	display:block;
	position:relative;
	font-size:1.1rem;
	line-height:44px;
}
#fix_Box .fix_bottom li.tel a:before{
	display:inline-block;
	vertical-align:-0.5em;
	content:"";
	background:url(../images/ico_cta_tel.png) no-repeat left center;
	background-size:20px auto;
	width:26px;
	height:34px;
	position:relative;
	z-index:100;
	margin-right:0;
}
#fix_Box .fix_bottom li.mail{
	background: #519BEA;
	background: -moz-linear-gradient(top, #519BEA 0%, #1C6BE3 100%);
	background: -webkit-linear-gradient(top, #519BEA 0%,#1C6BE3 100%);
	background: linear-gradient(to bottom, #519BEA 0%,#1C6BE3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519BEA', endColorstr='#1C6BE3',GradientType=0 );
	float:left;
	width:50%;
}
#fix_Box .fix_bottom li.mail a{
	display:block;
	position:relative;
	font-size:1rem;
	line-height:44px;
}
#fix_Box .fix_bottom li.mail a:before{
	display:inline-block;
	vertical-align:-0.6em;
	content:"";
	background:url(../images/ico_cta_mail.png) no-repeat left center;
	background-size:33px auto;
	width:33px;
	height:33px;
	position:relative;
	z-index:100;
	margin-right:0.2em;
}
#fix_Box .fix_bottom li a:link,
#fix_Box .fix_bottom li a:visited{
	color:#FFF;
	text-decoration:none;
}


/******************************************************************** about
*/
body > section{margin-bottom:10%;}
#intro .contact div p:first-of-type{margin: 2% 4%;}
#about h3{
	text-align:center;
	font-size:5.8vw;
}


/******************************************************************** list
*/
#list dl{font-size:0.9rem;}
#list dl dt{color:#C00;}
#list dl dd{
	margin:0 1em 1em 1.5em;
	font-size:0.8rem;
}


/******************************************************************** fee
*/
.costBox, section .inner {
	padding:0 2%;
}
.costBox_kabarai {
	/*border-radius: 6px;
	padding: 2%;
	background-image: url(../images/bg_pattern.gif);
	background-color: #fff;
	border: 4px solid #30A736;*/
	margin-bottom:10%;
}
.costBox_kabarai p:first-of-type{
	margin:2% 0 0;
	background:#ECF3F9;
	padding:5% 2% 3%;
}
.costBox_kabarai .exet{
	background:#ECF3F9;
	margin:0 0 1em;
	padding:2% 4% 6%;
}
.costBox_kabarai .exet ul{
	display: block;
	/*padding: 2%;
	background-color: #fff;
	border: 2px solid #CCC;*/
	font-size:0.8em;
}
.costBox_kabarai .exet ul li{margin-bottom:0.3em;}
.costBox_kabarai .exet ul li:nth-child(2){
	font-weight:bold;
	padding-left:2em;
	text-indent:-2em;
}
.costBox_kabarai .exet ul li:last-child{margin-bottom:0;}
#fee,
#fee .txt{margin:0;}

.memo{
	color:#FF0000;
	padding:0 2%;
	font-family: "Rounded Mplus 1c";
	font-weight:600;
}
.memo:before{
	display:inline;
	content:"【Point】";
}


/******************************************************************** attention
*/
#attention h2{
	margin-top:0;
}
#attention ul>li{
	background:#FFF;
	border-radius:6px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	padding:3%;
	margin-bottom:20px;
	border:#E84375 4px solid;
}
#attention ul>li:nth-child(2){border:#8CD23E 4px solid;}
#attention ul>li:nth-child(3){border:#F1B03A 4px solid;}
#attention ul>li:nth-child(4){border:#4CB8E5 4px solid;}
#attention ul>li:last-child{margin-bottom:0;}
#attention ul>li h3{
	font-size: 5.8vw;
	margin:0 0 0.7em;
	text-align:center;
}
#attention ul>li h3:before{
	display:block;
	background:url(../images/ico_01.png) no-repeat;
	background-size:100% auto;
	content:"";
	width:72px;
	height:72px;
	margin:0 auto 2%;
}
#attention ul>li:nth-child(2) h3:before{
	background:url(../images/ico_02.png) no-repeat;
	background-size:100% auto;
}
#attention ul>li:nth-child(3) h3:before{
	background:url(../images/ico_03.png) no-repeat;
	background-size:100% auto;
}
#attention ul>li:nth-child(4) h3:before{
	background:url(../images/ico_04.png) no-repeat;
	background-size:100% auto;
}
#attention ul>li ul li{
	background:transparent;
	border-radius:0;
	box-shadow:none;
	padding:0;
	list-style:disc;
	margin:0 0 0.5em 1.5em;
}
#attention ul>li ul li:last-child{margin:0 0 0 1.5em;}
#attention ul>li p.txt{
	margin:0;
	padding:5% 2.5%;
	background:#E84375;
	color:#FFF;
	border-radius:4px;
	position:relative;
}
#attention ul>li:nth-child(2) p.txt{background:#8CD23E;}
#attention ul>li:nth-child(3) p.txt{background:#F1B03A;}
#attention ul>li:nth-child(4) p.txt{background:#4CB8E5;}
#attention ul>li p.txt:before{
	display:block;
	content:"";
  width: 0px;
  border-color: #FFF;
  border-style: solid;
  border-width: 10px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	margin:0 auto;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-10px;
}

#attention .ttl{
	font-size:5vw;
	letter-spacing:0;
	padding:8% 0;
}


/******************************************************************** faq
*/
#faq,
#faq dl{margin:0;}
#faq .inner{margin-bottom:10%;}
#faq dl dt{
	padding:5% 5% 0;
	background: url(../images/bg_pattern.gif) repeat center center #fff;
	font-size:1.2rem;
	font-weight:bold;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	/*color:#F00;*/
}
#faq dl dt:before{
	display:inline;
	content:"質問";
	background:#15334C;
	border-radius:6px;
	color:#FFF;
	padding:0 0.5em;
	margin-right:0.5em;
}
#faq dl dd{
	padding:5%;
	background: url(../images/bg_pattern.gif) repeat center center #fff;
	margin:0 0 4%;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
#faq dl dd:last-child{margin-bottom:0;}
#faq dl dd p{margin:0;}
#faq dl dd .detail b{
	color:#FF0000;
}
#faq dl dd .detail:before{
	display:inline;
	content:"答え";
	font-weight:bold;
	background:#FF0000;
	border-radius:6px;
	color:#FFF;
	padding:0 0.5em;
	margin-right:0.5em;
}

.ttl{
	font-size: 6vw;
	text-align:center;
	margin:0;
	font-weight:bold;
	letter-spacing:0.1em;
	padding-top:8%;
	text-shadow:1px 1px 3px rgba(0,0,0,.2);
	font-feature-settings : "palt";
}


/******************************************************************** flow
*/
body > section#flow{margin-bottom:0;}

#flow ul>li:after{
	display:block;
	content:"";
  width: 0px;
  border-color: #15334C;
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	margin:0 auto;
}
#flow ul>li:last-child:after{display:none;}
#flow ul>li h3{
	background:#FFF;
	border:#15334C 2px solid;
	font-size:5.2vw;
	margin:0 0 0.5em;
	position: relative;
	line-height:1.2;
	text-align:center;
	padding:0.5em 0;
	color:#15334C;
	border-radius:6px;
}
#flow ul>li h3 b{color:#333;}
#flow ul>li:last-child h3{background:#15334C; color:#FFF;}
#flow ul>li:last-child h3 b{color:#FF0;}
#flow ul>li p{
	padding:0 1em;
	font-size:0.9rem;
}
#flow ul>li:last-child p{border-left:none; padding:0 0 0 1em; margin-bottom:0;}

#flow .picture{
	margin:12% 0 0;
	position:relative;
}
#flow .picture p{
	position:absolute;
	padding:2.5%;
	width:100%;
	box-sizing:border-box;
	bottom:5%;
	left:0;
	font-size:5.4vw;
	font-family: "Rounded Mplus 1c";
	font-weight:500;
	margin:0;
	background:rgba(0,0,0,0.5);
	color:#FFF;
	line-height:2;
	text-align:center;
}


/******************************************************************** access
*/
#access{margin:0;}
#access .inner{padding:0 2% 8%;}
#access .inner h3{
	font-size:6vw;
	padding-bottom:2%;
	margin:0 0 4%;
	line-height:1.4;
	border-bottom:#999 1px solid;
	text-align:center;
}
#access .inner h4{
	font-size:6vw;
	margin:4% 0 2%;
	padding:0;
	text-align:center;
}
#access .inner p{
	margin:0 0 8%;
	font-size:1pc;
}
#access .inner p.notice{font-size:0.8rem; text-align:center;}
#access .inner ul li{
	list-style:disc;
	margin-left:1.5em;
	font-size:1pc;
}
#access .inner p.add{font-size:0.9pc;}

#access .inner .address{
	margin:0;
	font-size:0.8rem;
	width:100%;
}
#access .inner .address th{
	text-align:left;
	width:6em;
	-moz-text-align-last: justify;
  text-align-last: justify;
	vertical-align:top;
	border-bottom:#CCC dotted 1px;
	padding:0.3em 0;
}
#access .inner .address td{
	vertical-align:top;
	border-bottom:#CCC dotted 1px;
	padding:0.3em 0;
}
#access .conclude{
	background:url(../images/bg_catch.jpg) no-repeat center center;
	background-size:cover;
}
#access .conclude p{
	margin:0;
	padding:8% 2.5% 5%;
}

.content_w{padding:0 2%;}