@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:20}#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:#5FAD32;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:10;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 nav ul li:last-child{background:url(../images/ico_back.png)no-repeat 96% center #7DCC4F;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(553px);-webkit-transform:translateY(553px);transform:translateY(553px)}


/******************************************************************** 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:#FEFEEB;}

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

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

a {color:#0005FF;}

section h2{
	background:#7DC543;
	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: #ddecc7;
	padding-bottom: 4%;
}
.contact h3{
	margin: 0;
	text-align: center;
	padding: 1em 1em 0;
	font-size: 5.6vw;
	color: #3a3a3a;
}
.contact p {
	text-align: center;
	border-radius: 24px;
	color: #3a3a3a;
	font-size: 4.8vw;
	margin: 4% 4% 0;
	padding: 1.4%;
}
.contact > p{margin:0 4%;}
.contact div > a{
	line-height:0;
	border-radius:10px;
	display:block;
	margin:2% 3.125% 0;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
	color: #FFF;
}
.contact div > a:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 20px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
.contact div > a img{border-radius:6px;}
.contact p a{
	color: #3a3a3a;
	font-size: 4vw;
}
.center, .contact p {
	text-align: center
}


/******************************************************************** header
*/
header {
}
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:20;
	width : 83.125% ;
	width : -webkit-calc(100% - 58px) ;
	width : calc(100% - 58px) ;
	text-align:center;
	padding:16px 0;
	box-sizing:border-box;
	border-bottom: 1px solid #eee;
}
header h1 img{width:95%; max-width:300px; 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:#5FAD32;
	width:58px;
	height:57px;
	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
}
.mainV {
	background-size:cover;
	margin: 0;
	position: relative;
}

.mainV .members{
	position:relative;
	overflow:hidden;
}
.mainV .members .sub{
	background: #110090;
	color: #FFF;
	text-align: center;
	padding: 0.4% 2%;
	margin: 0 2%;
	border-radius: 2em;
	font-weight: bold;
}
.mainV .members h2{
	width:64%;
	margin:2% 0 2% 2.5%;
	padding:2% 4%;
	line-height:0;
	background: rgba(255,255,255,0.6);
	box-sizing: border-box;
}
.mainV .members p{
	margin:0;
	padding:2% 42% 2% 2.5%;
	font-size:5vw;
	line-height:1.4;
	letter-spacing:0.2em;
	background:rgba(0,0,0,0.8);
	color:#FFF;
}
.mainV .members figure{
	width:45%;
	position:absolute;
	right:-4%;
	bottom:0;
	z-index:1;
}
.mainV .members figure figcaption{
	margin:0;
	font-size:0.9rem;
	position:absolute;
	bottom:2.5%;
	left:0;
	right:0;
	text-align:center;
	color:#FFF;
	text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}
.mainV .members figure figcaption span{font-size:0.7rem;}

header > h3{
	text-align: center;
	padding: 3%;
	margin:0;
	color:#FFF;
	font-size:5.5vw;
	background:#7DC543;
}
header .contact{margin-bottom: 4%;}

.feature{padding:2%;}
.feature ul{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding: 0 0 4%;
}
.feature ul li{
	background: #FFF;
	width:30%;
	box-sizing:border-box;
	border-radius:6px;
	text-align:center;
	font-size:8vw;
	font-weight:bold;
	color:#C00;
	padding:0 0 2%;
	position: relative;
	margin-bottom:4%;
}
.feature ul li:nth-child(3n){width: 36%;}
.feature ul li:after{
	content: "";
	border:#0070BF 2px solid;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	border-radius:6px;
}
.feature ul li:nth-last-child(-n+3){margin-bottom: 0;}
.feature ul li span{
	display:block;
	font-size:5vw;
	background: #0070BF;
	color: #FFF;
	padding: 2% 0;
	margin-bottom: 4%;
	border-radius:6px 6px 0 0;
}
.feature ul li b{/*font-size:10vw;*/font-size:8vw;}

.feature figure{
	width:80%;
	margin: 0 auto;
}
.feature ol{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.feature ol li{
	background:#0070BF;
	color:#FFF;
	text-align:center;
	font-size:4.8vw;
	font-weight:bold;
	width:49.5%;
	padding:0.5em 0;
}
.feature ol li:last-child{
	width:100%;
	/*margin-top:0.8%;*/
}
header .txt{
	padding: 1em 2%;
	margin: 0;
}

/******************************************************************** 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: 0px;
	width: 100%;
	height: 50px;
	z-index:10;
}
#fix_Box .fix_bottom {
	background: rgba(0,0,0,.67)
}
#fix_Box .fix_bottom ul {
	overflow: hidden;
	margin: 0;
	height: 50px;
	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: #ff6512;
	text-align:center;
}
#fix_Box .fix_bottom li.tel a{
	display:block;
	position:relative;
	font-size:15px;
	line-height:50px;
}
#fix_Box .fix_bottom li.tel a:before{
	display:inline-block;
	vertical-align:-0.5em;
	content:"";
	background:url(../images/ico_freedial.svg) no-repeat left center;
	background-size:33px auto;
	width:42px;
	height:25px;
	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 );*/
	background: #0095d9;
	float:left;
	width:50%;
}
#fix_Box .fix_bottom li.mail a{
	display:block;
	position:relative;
	font-size:15px;
	line-height:50px;
}
#fix_Box .fix_bottom li.mail a:before{
	display:inline-block;
	vertical-align:-0.6em;
	content:"";
	background:url(../images/ico_email.svg) no-repeat left center;
	background-size:28px auto;
	width:33px;
	height:27px;
	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;
	font-weight: bolder;
}


/******************************************************************** you
*/
body > section{margin-bottom:10%;}
#intro .contact div p:first-of-type{margin: 2% 4%;}

section#you .inner {
	padding:0 4%;
}
#you p.txt{line-height: 1.8;}
#you p.txt span{
	display:block;
	text-align:center;
	font-size:0.9rem;
	font-size:5vw;
}
#you p.name{
	text-align: right;
	font-size: 0.8rem;
}
#you p.name b{font-size: 1rem;}


/******************************************************************** fee
*/

#fee h2{margin-bottom:0;}

section .inner {
	padding:0 2%;
	margin-bottom:5%;
}
section#fee .inner{
	background: #23833C;
	color: #FFF;
	padding:0;
}
.costBox {
	display: flex;
	flex-wrap: wrap;
	/*font-family: "Rounded Mplus 1c","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
}
.costBox li{
	width: 50%;
	box-sizing: border-box;
	padding: 5%;
	text-align: center;
}
.costBox li:first-child{border-right:2px #FFF solid;}
.costBox li:last-child{
	width: 100%;
	border-top:2px #FFF solid;
}
.costBox li h3{
	margin:0;
	font-weight:500;
}
.costBox li .price{
	font-size:1.4rem;
	margin:0;
	line-height:1;
}
.costBox li .price b{
	font-size:4rem;
	font-weight:400;
	margin-left:0.35em;
}
.costBox li:last-child .price{margin-top:0.25em;}
.costBox li:last-child .price b{font-size:2rem;}
/*.costBox li:last-child .point{
	margin:5% 0 0;
	padding:2.5%;
	background:#FBBD2F;
	border-radius:8px;
	color:#333;
}*/

.exet{margin:0 5%; padding-bottom:5%;}
#fee,
#fee .txt{margin:0;}

#fee .module{
	margin:5% 0;
	padding:2.5%;
	background:#FBBD2F;
	border-radius:8px;
	color:#333;
	text-align:center;
}

#fee .point{
	font-size: 1.2rem;
	text-decoration: underline;
	}

.memo{
	/*color:#FF0;*/
	/*font-family: "Rounded Mplus 1c","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
	color:#FFF;
	font-weight:600;
	margin:0 0 5%;
}
.exet ul{
	display: block;
	padding: 2%;
	font-size:0.75rem;
	background:#DEFCE4;
	color:#333;
}
.exet ul li{
	padding-left:2em;
	text-indent:-2em;
	margin-bottom:0.5em;
}
.exet ul li:last-child{margin-bottom:0;}

.consultation{padding: 0 2% 5%;}
.consultation .detail{
	background:#FFF;
	border-radius:6px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	padding:5%;
	box-sizing:border-box;
	border:#23833C 2px solid;
}
.consultation .detail p{margin:0;}
.consultation .detail .ttl_s{
	text-align:center;
	margin:0 0 0.5em;
	padding: 2% 4%;
	background: #333;
	color: #FF0;
	font-weight: bold;
}
.consultation .detail .desc{font-size:0.9rem;}


/******************************************************************** point
*/
.step h3 {
	font-size:1.1rem;
	font-size: 6vw;
	padding: 0.5em 0 0.5em 50px;
	margin:0;
	color: #fff;
	position:relative;
	line-height:1.5;
}
.step h3:before{
	background:url(../images/ico_01.png) no-repeat center center;
	background-size:40px;
	display:block;
	content:"";
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-20px;
}
.step h3 span{
	display:block;
	text-align:center;
}
.step h3 span span{display:inline;}
.step p{margin:0;}
.step .step2 h3:before{
	background:url(../images/ico_02.png) no-repeat center center;
	background-size:40px;
}
.step .step3 h3:before{
	background:url(../images/ico_03.png) no-repeat center center;
	background-size:40px;
}
.step1, .step2,.step3{
	border-radius: 6px;
	padding: 2%;
	margin-bottom: 20px;
}
.step1 {background:#E84375;}
.step2 {background:#F1B03A;}
.step3 {background:#5CA5EF; margin-bottom:0;}
.step .step1 p, .step .step2 p, .step .step3 p {
	background: hsla(0,0%,100%,.9);
	padding: 2%;
	color: #333;
	font-size:4.1vw;
}

/******************************************************************** example
*/
.serif{
	background:#23833C;
	border-radius:6px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	padding:5%;
	margin:0 3% 10%;
	color:#FFF;
	text-align:center;
	font-size:0.9rem;
	font-size:5vw;
	position:relative;
}
.serif:before{
	display:block;
	content:"";
  width: 0px;
  border-color: #23833C;
  border-style: solid;
  border-width: 16px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	margin:0 auto;
	position:absolute;
	left:50%;
	bottom:-32px;
	margin-left:-16px;
}
.serif span{font-size:4vw;}

#example h3{
	text-align:center;
	position: relative;
	margin:10% 0 1pc;
}
#example h3:before{
	position: absolute;
	left:0;
	top: 50%;
	z-index:1;
	content: '';
	width: 100%;
	height: 2px;
	background:#F1B03A;
	margin-top:-1px;
}
#example h3 span{
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
	z-index:2;
	background:#FEFEEB;
}

.victim{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:5%;
}
.victim figure{width:30%;}
.victim p{
	background:#F1B03A;
	width:65%;
	color:#FFF;
	box-sizing:border-box;
	padding:5% 3%;
	border-radius:6px;
	position:relative;
	margin:0;
}
.victim p:before{
	display:block;
	content:"";
  width: 0px;
  border-color: #F1B03A;
  border-style: solid;
  border-width: 12px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
	margin:0 auto;
	position:absolute;
	left:-24px;
	top:50%;
	margin-top:-12px;
}
#example .detail{
	background:#FFF;
	border-radius:6px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	padding:5%;
	box-sizing:border-box;
	border:#F1B03A 2px solid;
}
#example .detail p{margin:0;}
#example .detail .name{text-align:center; margin:0 0 0.5em;}
#example .detail .desc{font-size:0.9rem;}

.amount{
	display:flex;
	align-items: center;
	justify-content: space-between;
	/*font-family: "Rounded Mplus 1c","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
	margin:10% 0;
}
.amount li{
	text-align:center;
	width:40%;
	position:relative;
	display:inline-block;
}
.amount li:first-child{margin-right:20%;}
.amount li:first-child:after{
	content:"";
	display:inline-block;
	background:url(../images/ico_next02.png) no-repeat center center;
	background-size:auto 100%;
	width:50%;
	height:40px;
	position:absolute;
	right:-50%;
	top:50%;
	margin:-20px 0 0 0;
}
.amount li .txt{
	margin:0;
	font-size:0.9rem;
}
.amount li .number{
	font-size:6vw;
	font-weight:bold;
	line-height:1;
	margin:0;
}
.amount li:last-child .number{color:#F00;}
.amount li .number b{font-size:12vw;}

.result{
	/*background:#F1B03A;
	color:#FFF;
	padding:5% 0 0;*/
	padding:0 5%;
	color:#F00;
}
.result .ttl_result{
	text-align:center;
	position:relative;
	margin:0 5%;
	font-size:1.2rem;
	font-weight:bold;
}
.result .ttl_result:after{
	z-index:1;
	content: '…';
}
/*.result .ttl_result:before{
	position: absolute;
	left:0;
	top: 50%;
	z-index:1;
	content: '';
	width: 100%;
	height: 2px;
	background:#FFF;
	margin-top:-1px;
}
.result .ttl_result span{
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
	z-index:2;
	background:#F1B03A;
}*/
.result h4{
	/*padding: 0 0.2em 5%;*/
	margin:0.2em 0;
	text-align:center;
	/*font-size:1.1rem;*/
	font-size:6.8vw;
	
}
.comment{
	background:#FFF;
	border:#F1B03A 2px solid;
	color:#333;
	padding:5%;
}
.comment h5{
	margin:0;
	text-align:center;
	color:#F90;
	margin-bottom:3%;
	font-size:1.1rem;
}
.comment .txt{margin:0;}

#example .notice{
	font-size:0.75rem;
	margin:2% 0 0;
	color:#F00;
}

/******************************************************************** faq
*/
#faq,
#faq dl{margin:0;}
#faq .inner{margin-bottom:10%;}
#faq dl dt{
	padding:5%;
	background:#3c95dd;
	font-weight:bold;
	position:relative;
	color: rgb(255, 255, 255);
	z-index:2;
}
#faq dl dt:after{
	display:block;
	content:"";
  width: 0px;
  border-color: #3c95dd;
  border-style: solid;
  border-width: 16px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
	margin:0 auto;
	position:absolute;
	left:50%;
	bottom:-32px;
	margin-left:-16px;
}
#faq dl dd{
	padding:5% 0 2.4em;
	background:#FFF;
	border:#55AAF0 2px solid;
	margin:0;
	position:relative;
	z-index:1;
	margin-bottom: 5%;
}
#faq dl dd p{padding: 0 3%;}
#faq dl dd .contents{
  position: relative;
  overflow: hidden;
	padding-bottom:5%;
}
#faq dl dd .contents.is-hide{
  height: 110px;
}
#faq dl dd .contents.is-hide:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

#faq dl dd .toggle{
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
	line-height: 2.4;
}
#faq dl dd .toggle:after{
	display:block;
	content:"さらに詳しく";
	background:url(../images/ico_next.png) no-repeat 95% center #777;
	background-size:14px auto;
	color: #FFF;
	text-align: center;
}
#faq dl dd .toggle.is-show {
}
#faq dl dd .is-show:after {
  content: "閉じる"; /*クリック後にボタンのラベルを変える*/
	background:url(../images/ico_close.png) no-repeat 95% center #777;
	background-size:14px auto;
}
.toggle.is-show + .contents:before {
  display: none;
}
#faq dl dd:last-child{margin-bottom:0;}
#faq dl dd h3{
	text-align: center;
	border-bottom:#55AAF0 2px solid;
	font-size: 1.1rem;
	font-weight: bold;
	margin:0 5% 0.5em;
	padding:0 0 0.5em;
}
#faq dl dd h3:nth-of-type(2){border-bottom:#E84375 2px solid; margin:1.5em 5% 0.5em;}
#faq dl dd h4,
#faq dl dd span{
	display: block;
	text-align: center;
	color: #55AAF0;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding:0 3%;
}
#faq dl dd h4{margin:1em 0 0.5em;}
#faq dl dd h3:nth-of-type(2) ~ h4{color:#E84375;}
#faq dl dd p{margin:0;}

.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
*/

#flow ul>li h3{
	font-size:5.2vw;
	margin:0 0 0.5em;
	position: relative;
	line-height:24px;
}
#flow ul>li h3:after{
	display:inline-block;
	content:"";
  background: #55AAF0;
	width:2px;
	height:0.5em;
	position:absolute;
	left:10px;
	bottom:-0.5em;
}
#flow ul>li:last-child h3:after{display:none;}
#flow ul>li h3 b{
	display:inline-block;
}
#flow ul>li h3 span{
	position: relative;
  display:inline-block;
  margin-right: 16px;
  padding: 0 10px 0 5px;
  background: #55AAF0;
  border-radius:3px 0 0 3px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
	vertical-align:3px;
}
#flow ul>li h3 span:after{
	display:block;
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  border-left: 14px solid #55AAF0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform-origin: right top;
  transform: scaleX(.5);
}
#flow ul>li p{
	border-left:2px #55AAF0 solid;
	margin:0 0 0 10px;
	padding:0 0 2em 1em;
	font-size:0.9rem;
}
#flow ul>li:last-child p{border-left:none; padding:0 0 0 1em;}

#flow figure{margin:5% 2% 0;}

#flow h4{
	background:#23833C;
	text-align:center;
	margin:10% 2% 5%;
	color:#FFF;
	padding:2.5%;
}

/******************************************************************** access
*/
#access{margin:0;}
#access .inner h3{
	margin:0 auto 2.5%;
	line-height:1.4;
	text-align:center;
	font-size:6vw;
}
#access .inner h4{
	font-size:6vw;
	margin:0;
	padding:0;
	text-align:center;
}
#access .inner p{
	margin:0 0 5%;
	font-size:1pc;
}
#access .inner p.notice{font-size:0.6rem; text-align:center;}
#access .inner p.add{font-size:0.9pc;}

#access .photo{
	position:relative;
	width:100%;
}
#access .photo figcaption{
	background:rgba(0,0,0,0.5);
	text-align:center;
	color:#FFF;
	font-size:5vw;
	width:90%;
	position:absolute;
	left:5%;
	bottom:5%;
	padding:0.5em 0;
}
#access .inner .address{
	font-size:1pc;
	margin-bottom:1em;
}
#access .inner .address li{
	list-style:none;
	margin-bottom:0.7em;
}
#access .inner .address li:last-child{
	padding-left:5em;
	text-indent:-5em;
	margin-bottom:0;
}
#access .inner p.attention{font-size:0.8rem;}

.content_w{padding:0 2%;}

section#access .mainV{overflow:hidden;}
section#access .mainV h2{background:transparent;}
/*section#access .mainV .members .detail{font-size: 1rem; font-size: 5.4vw;}*/
/*section#access .mainV .members figure{bottom:-8%;}
section#access .mainV .members figure figcaption{bottom: 10.5%;}*/


.impress {
	margin-bottom: 10%;
  }
  
  .impress_tit {
	background: #0469CE;
	color: #fff;
	text-align: center;
	font-size: 6.4vw;
	padding: 4.4vw 0;
	margin-bottom: 1pc;
  }
  
  
  .impress_inner {
	padding: 0 3.2%;
  }
  
  .impress_txt {
	margin-bottom: 16px;
  }
  
  .impress_txt_red {
	color: red;
	font-size: 3.9vw;
	margin-bottom: 10px;
  }
  
  .impress_wrap_tit {
	text-align: center;
	font-size: 4.8vw;
	font-weight: bold;
	color: #F00;
	border-bottom: solid 2px #F00;
	margin-bottom: 25px;
	letter-spacing: 0.7px;
	width: 80%;
	margin-left: auto;
    margin-right: auto;
  }

    .impress_wrap {
	background:#FFF;
	border-radius:6px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	padding:3%;
	box-sizing:border-box;
	border:#23833C 2px solid;
	}

	.impress_list {
	padding-bottom: px;
	}

	.impress_item {
	font-size: 4.3vw;
	line-height: 1.8em;
	list-style: none;
	}
	
	.impress_wraps {
	margin-bottom: px;
	}

	.impress_pic {
	width: 100%;
	margin-top: 15px;
	}

	.impress_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

	.impress_box {
	margin-bottom: 10px;
	}

	.impress_img {
	width: 29.8vw;
	height: 22.53vw;
	border: solid 0.3px #9d9d9d;
  }
  
  .impress_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 99;
  }
  
  .impress_modal_wrap {
	position: absolute;
	width: 80%;
	max-width: 350px;
	top: 150px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
  }
  
  .impress_modal_img {
	width: 100%;
  }
  
  .impress_modal_txt {
	position: absolute;
	top: 100px;
	left: 25%;
	font-size: 15px;
	color: #fff;
  }
  
  .impress_modal_btn {
	font-size: 100px;
	position: relative;
	width: 0.4em;
	height: 0.4em;
	border: 2px solid #fff;
	border-radius: 100%;
	margin: 0 auto;
	margin-top: 40px;
	}

	.impress_modal_btn:before {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 2px;
	height: 25px;
	content: "";
	background-color: #fff;
	transform: rotate(45deg);
	}

	.impress_modal_btn:after {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 2px;
	height: 25px;
	content: "";
	background-color: #fff;
	transform: rotate(315deg);
	}
