@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }


body {
  line-height: 1;
}
.mb-15, img.mb-15 {margin-bottom: 15px;}
.mb-20, img.mb-20 {margin-bottom: 20px;}
.mb-30, img.mb-30 {margin-bottom: 30px;}
.mb-50, img.mb-50 {margin-bottom: 50px;}
.mt-50, img.mt-50 {margin-top: 50px;}
ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?zq31z");
  src: url("../fonts/icomoon.eot?zq31z#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?zq31z") format("truetype"), url("../fonts/icomoon.woff?zq31z") format("woff"), url("../fonts/icomoon.svg?zq31z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }


.pcon{display: block;}
.spon{display: none;}



/* -----------------------------------------
  common 
-----------------------------------------*/
html {
  font-size: 62.5%; }

body {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center; 
	font-feature-settings : "palt";
	background:#fff;
}

h2.h2_design, h2.h2_design2, .mintyou, p.question span, p.answer span {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  text-decoration: none; }

a:hover {
  opacity: 0.7; }
.textcenter{
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}


.clearfix::after{
content:"";
display:block;
clear:both;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: auto;
}

.alignleft {
  float: left;
}

.red {
  color: #d80000;
}

.bold {
  font-weight: bold;
}



.cmn_w {
  margin: 0 auto;
  width: 700px;
	}
	

.pdn30 {
  padding: 30px 0; }

.mgnB45 {
  margin-bottom: 45px; }

.en {
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif; }

.bg_gray {
  background-color: #f0f5f8;
	}

.lh0{line-height:0;}


#header {
	width:100%;
	margin: 0 auto;
	background-color:#68c3c5;
	text-align:left;
	position: fixed;
	height: 145px;
	z-index: 9999;
}

#header h1{
	text-align:left;
	color:#fff;
	padding:3px 0;
    font-size: 14px;
}

.inner{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.fixed{
	position:fixed;
	width:100%;
	height:130px;
	top:0px;
	z-index:1000000;
}


.logo{
	width:100%;
	margin: 0 auto;
	background:#FFF;
}

#header h2 img{
	width:100%;
	max-width: 385px;
	float:left;
	padding-top:40px;
}

.headright{
	float: right;
}

.tel{
	padding:0;
}
.tel img{
	width:100%;
	max-width: 500px;
}
.head>.alignright {
    margin-top: 10px;
	margin-bottom: 10px;
}
#header ul.btn{
	width:100%;
	max-width: 200px;
	list-style: none;
	float: right;
	padding:20px 0 20px;
	margin-left: 10px;
}

#header ul.btn li{margin-bottom: 5px;}
#header ul.btn li:last-child{margin-bottom: 0;}
#header ul.btn li a{display: block;}
#header ul.btn li img{
	width:100%;
	max-width: 200px;
}

#gnav {
	width:100%;
	height: 80px;
	background-image: url(../img/gnav.jpg);
	background-repeat: repeat-x;
	border-top:3px solid #2BAC38;
}

#gnav ul.navi li{
	float: left;
	border-left:0.5px solid #2BAC38;
	box-sizing: border-box;
	width: 120px;
	height: 80px;
}

#gnav ul.navi li:last-child{border-right:0.5px solid #2BAC38;}
#gnav ul.navi li a{display: block;}


#mv {
	width:100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top:145px;
}

/*
#sec01 {
	width:100%;
	max-width: 960px;
	margin: 30px auto;
    display: block;
    width: 100%;
}
*/

section#about {
    display: inline-block;
    width: 100%;
}

#footer {
	width:100%;
	margin: 0 auto;
	background:#68c3c5;
}
	
#footer p{
	color:#FFF;
	font-size:14px;
	padding:5px 0;
}

.formtxt01{
	padding-top: 300px;
}

section {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 40px;
}
.head_tel img {
    max-width: 250px;
}
.head_contact, .head_tel {
    float: right;
}
.flex {
    display: flex;
    align-items: center;
}
.head_tel span {
    color: #68c3c5;
    font-weight: bold;
}
.head_tel {
    font-size: 15px;
	    line-height: 1.4;
}
.head_contact a {
    width: 100%;
    display: block;
}
a.head1 {
    background: #db93b0;
    color: #fff;
    padding: 7px 10px 7px 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 7px;
    margin-bottom: 5px;
	width: 150px;
}
a.head1:before {
    content: "";
    background: url(../img/i_mail.png);
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -25px;
    margin-top: 4px;
}
a.head2 {
    background: #a5cc6b;
    color: #fff;
    padding: 7px 10px 7px 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 7px;
	width: 150px;
}
a.head2:before {
    content: "";
    background: url(../img/i_cal.png);
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -25px;
    margin-top: 4px;
}
.head_contact {
    margin-right: 30px;
    margin-left: 15px;
}
h2.h2_design {
    font-size: 38px;
    color: #406788;
    margin-bottom: 30px;
}
.reason {
	    width: 20%;
    margin: 0 10px;
}
.flex_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.reason span {
    color: #ef7c23;
    font-weight: bold;
}
.reason img {
    margin-bottom: 10px;
}
h2.h2_design2 {
    font-size: 38px;
    color: #406788;
    margin-bottom: 30px;
	position: relative;
}
section {
    margin: 30px auto;
}
h2.h2_design2:before {
    content: "";
    background: url(../img/design2.png);
    display: inline-block;
    width: 100%;
    height: 30px;
    background-size: 50%;
    background-repeat: repeat-x;
    background-position: 50%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
	top: 15px;
}
.about_dis {
    background: #68c3c5;
    color: #fff;
    padding: 20px;
}
p.font22 {
    font-size: 22px;
    margin-bottom: 10px;
}
section#method img {
    margin: 5px auto;
}
section#method article {
    margin: 15px 0 40px;
}
h3 {
    background: #68c3c4;
    color: #fff;
    padding: 5px;
    font-size: 22px;
    margin-bottom: 15px;
}
.method_left {
    width: 55%;
    display: inline-block;
    text-align: left;
    margin-right: 3%;
	    font-size: 17px;
}
.method_right {
    display: inline-block;
    width: 41%;
    vertical-align: top;
}
.method_right table {
    border: 2px solid #a5d6e4;
    width: 100%;
}
.method_right table th {
    background: #68c3c4;
    color: #fff;
    width: 100px;
    text-align: left;
    padding: 5px;
	    vertical-align: middle;
}
.method_right table tr {
    border-bottom: 2px solid #a5d6e4;
}
.method_right table td {
    text-align: left;
    padding: 7px;
	font-size: 15px;
    line-height: 1.5;
}
p.back_design {
    padding: 5px 0 5px 25px;
    background: #abcece;
    color: #416788;
    font-size: 20px;
    margin: 15px 0;
    text-align: left;
}
p.question, p.answer {
    text-align: left;
    line-height: 2;
    margin-left: 50px;
    margin-right: 25px;
    font-size: 16px;
}

p.question {
    color: #db93b0;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 3px;
}

p.question:before {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    content: "Q";
    font-size: 22px;
	position: absolute;
	margin-left: -25px;
    margin-top: -7px;
	z-index: 1;
}
p.answer:before {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    content: "A";
    font-size: 25px;
	color: #a3cc6b;
	position: absolute;
	margin-left: -25px;
    margin-top: -8px;
	z-index: 2;
}

p.mb15 {
    margin-bottom: 15px;
}



.flow{
	width: 100%;
	padding: 30px 20px;
	border: 1px solid #4bafc8;
	box-sizing: border-box;
}

.step dl{
	width: 48%;
	float: left;
}

.step dl dt{
	margin-bottom: 10px;
}

.step dl dd{
	text-align: left;
}

.step_img{
	width: 48%;
	float: right;
}

.down{
	margin: 30px auto;
}

.payment{
	margin: 30px auto 0;
	max-width: 900px;
	width: 100%;
}


#price h3 {
    color: #406788;
    font-size: 22px;
    margin-bottom: 15px;
	background: none;
}

#price table{
	width: 100%;
	border: 1px solid #68c3c5;
	margin-bottom: 30px;
}


#price table th{
	width: 50%;
	background: #68c3c5;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: left;
	font-size: 20px;
}

#price table th span{
	font-size: 14px;
	padding-left: 20px;
}

#price table td{
	font-size: 24px;
	font-weight: bold;
	color: #c64b4b;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: right;
}

p.tax_txt{
	text-align: right;
	color:#4e4d4d;
}

p.price_txt{
	text-align: center;
	color:#4e4d4d;
	margin-top: 50px;
}

p.price_txt span{
	color: #c64b4b;
}


#access .address{
	width: 70%;
	margin: 0 auto 30px;
	border: 1px solid #4bafc8;
	padding: 20px 30px;
	box-sizing: border-box;
}

#access dt,#access dd{
	color: #4d4d4d;
	text-align: left;
	padding-bottom: 3px;
}

#access dt{font-weight: bold;}

#access dd{
	border-bottom: 1px solid #4bafc8;
	margin-bottom: 10px;
}

#access dd:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#access .contact{
	margin: 100px auto;
	border: 1px solid #4bafc8;
	padding-bottom: 30px;
}


#access ul.info{
	margin:30px auto 15px;
	width: 100%;
	max-width: 750px;
}

#access ul.info li.clinic{
	float: left;
	width: 100%;
	max-width: 345px;
	text-align: right;
}

#access ul.info li.telno{
	float: right;
	width: 100%;
	max-width: 390px;
	text-align: right;
}

/*
.contact_tel{
	max-width: 750px;
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
*/

.contact_time{
	color: #4d4d4d;
	text-align: center;
	font-weight: bold;
}

.contact_time span{
	color: #c64b4b;
	padding-left: 5px;
}


#access ul.btn{
	margin:20px auto 0;
	width: 100%;
	max-width: 750px;
}

#access ul.btn li.mail{
	float: left;
	width: 100%;
	max-width: 360px;
	text-align: left;
}

#access ul.btn li.web{
	float: right;
	width: 100%;
	max-width: 360px;
	text-align: right;
}

#access ul.btn li.mail img,
#access ul.btn li.web img{
	max-width: 360px;
}



/* -----------------------------------------
  middle
-----------------------------------------*/
/*@media screen and (max-width:1024px) {*/

@media only screen and (min-width: 641px) and (max-width: 959px) {

.tbon{display: none !important;}

.inner{
	width: 100%;
	margin: 0 auto;
	padding:0 10px;
	box-sizing:border-box;
}
	
	
#header h1 {
    font-size: 12px;
}
	
	
	
	

#header{height: 140px;}

#header h2 img {
    width: 300px;
    padding: 35px 0 0;
    text-align: center;
    margin: 0 auto;
    display: block;
	/*float: none;*/
}
	

.head_tel img {
	max-width: 200px;
}
	

.head_tel {
    font-size: 12px;
    line-height: 1.2;
}	

.head_contact {
    margin-right: 0;
    margin-left: 15px;
}

	
#mv{padding-top: 140px;}
.reason p{font-size: 12px;}
#method,
#tiryou,
#faq,
#price,
#access{
	padding: 0 10px;
	box-sizing: border-box;
}

#access .contact {
    margin: 50px auto;
    padding-bottom: 20px;
}
	
	
#access ul.info,
#access ul.btn{
	padding: 0 10px;
	box-sizing: border-box;
}

#access ul.info li.clinic,
#access ul.info li.telno{
	max-width: 49%;
}
	
#access ul.btn li.mail,
#access ul.btn li.web{
	max-width: 49%;
}


	
/*
.alignright{display: none;float: none;}
*/
	
ul.inner{
	width: 100%;
	margin: 0 auto;
	padding:0!important;
}
	
#gnav ul.navi li{
	width: 12.5%;
}
#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
#sec06,
#sec07,
#cal{
padding: 0 10px;
box-sizing: border-box;
}


#gnav ul.navi li img {width: 100%;}

#gnav ul.navi li:first-child{border-left: none;}
#gnav ul.navi li:last-child{border-right: none;}

#sec07 {border: none;}
#sec07 .border{border: 3px solid #377CB7;padding-bottom:20px;}
#sec07 ul.info{padding:0 10px;box-sizing:border-box;}
#sec07 ul.info li.clinic{width: 48%;}
#sec07 ul.info li.telno{width: 48%;padding-top: 10px;}
#sec07 ul.btn li.mail,#sec07 ul.btn li.web{width: 49%;}
#sec07 ul.btn li.web{float: right;}
#sec07 ul.btn{width: 100%; padding:0 10px;box-sizing:border-box;}

}
section#access .center, section#access p.center {text-align: center;}
div#policy {
    padding: 200px 0 50px;
}
div#policy h2 {
    font-size: 38px;
    color: #406788;
    margin-bottom: 30px;
}
div#policy p {
    text-align: left;
    margin-bottom: 15px;
}
.copyright {
    background: #406788;
    color: #fff;
    font-size: 14px;
    padding: 10px 5px;
}
/* -----------------------------------------
  SP
-----------------------------------------*/
@media screen and (max-width: 640px) {
div#policy {
    padding: 20px 10px;
}
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; 
		}

body {
	font-size: 16px;
	font-size: 1.6rem;
	}

 img {
    max-width: 100%;
    height: auto;
	}
  .spon {display: block;}
  .pcon {display: none; }


.fixed{
	/*position: static;*/
	height:auto;
}

#header {height: auto; position: relative;}
	
#header h1{
	text-align:center;
	font-size: 9px;
	padding: 4px 0;
}

.inner{
	width: 100%;
	margin: 0 auto;
	padding:0 20px;
	box-sizing:border-box;
}

.logo{
	width:100%;
	margin: 0 auto;
	padding:7px 0 7px;
}

#header h2,.tel{text-align:center;line-height: 0;}

#header h2 img{
	width:100%;
	max-width: 250px;
	margin:0 auto;
	float:none;
	padding-top: 0;
}
	
#gnav{
background-image:none;
background: #FFF;
border-top:none;
border-bottom:none;
background: #FFF;
height: auto;
}
	
#gnav ul.spnavi{
	border-top:1px solid #2BAC38;
	border-bottom:1px solid #2BAC38;
	box-sizing: border-box;
}
	
#gnav ul.spnavi li{
	float: left;
	box-sizing: border-box;
	width: 25%;
	height: auto;
	border-left:1px solid #2BAC38;
	line-height: 0;
}

#gnav ul.spnavi2{
	/*border-top:0.5px solid #2BAC38;*/
	border-bottom:1px solid #2BAC38;
	box-sizing: border-box;
}
	
#gnav ul.spnavi2 li{
	float: left;
	box-sizing: border-box;
	width: 25%;
	height: auto;
	border-left:1px solid #2BAC38;
	/*border-top:0.5px solid #2BAC38;
	border-bottom:0.5px solid #2BAC38;*/
	line-height: 0;
}

#gnav ul.spnavi2 li a{display: block;}

#gnav ul.spnavi li:first-child{border-left:none;}
#gnav ul.spnavi2 li:first-child{border-left:none;}
#gnav ul.spnavi li:last-child{border-right:none;}
#gnav ul.spnavi2 li:last-child{border-right:none;}

.tel img{
	width:100%;
	max-width: 288px;
	float:none;
	margin:0 auto;
}

#mv {
	padding-top:65px;
}


.flex {
    display:block;
    /*align-items: center;
	width: 48%;
	float: left;*/
}
	
.reason {
    width: 100%;
    margin: 0;
	display:table;
	margin-bottom: 30px;
}

.reason img{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 0;
	}
	
.reason p{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
    text-align: left;
    padding-left: 5px;
}

	
#sec01{
	width:100%;
	margin:20px 0 20px;
}
	


p.font22{
	font-size: 18px!important;
}
	
	
.about_dis{
	padding: 10px;
	
}
	
.about_dis p{
        text-align: left;
	font-size: 14px;
}
	
.method_left{
	width: 100%;
	display: block;
	text-align: left;
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 16px;
	
}
	
.method_right{
	width: 100%;
	display: block;
}
	
p.question, p.answer {
    margin-left: 30px;
    margin-right: 10px;
    line-height: 1.5;
}
	
	
.flow{
	padding: 20px 10px;	
}

.step dl,.step_img{
	width: 100%;
	float: none;
}
	
.step_img{
	margin: 10px auto 0;	
}

.down{
	margin: 10px auto;
}
	
.payment {
    margin: 0 auto 0;
}
	
#price table{
	margin-bottom: 15px;
}
	
#price table th,
#price table td{
	padding: 5px 10px;
}	

#price table th span{
	padding-left: 10px;
}
	
#access .address{
	width: 100%;
	padding: 10px 15px;
}
	
#access .contact {
    margin: 20px auto;
	padding-bottom: 10px;
}

#access ul.info{
	margin: 15px auto 10px;
	padding: 10px;
	box-sizing: border-box;	
}	

#access ul.info li.clinic{
    float: none;
    text-align: center;
	margin-bottom: 5px;
}

#access ul.info li.telno {
    float: none;
    text-align: center;
}

#access ul.btn{
	margin: 15px auto 0;
	padding: 10px;
	box-sizing: border-box;	
}
	
#access ul.btn li.mail,#access ul.btn li.web {
    width: 49%;
}
	
	
#sec01 h3,
#sec03 h3,
#sec04 h3,
#sec05 h3{
	margin-bottom: 20px;
}

#sec02,
#sec06{
	width:100%;
	margin:40px 0;
}
	
#sec02 p{
	/*padding:20px 0 0;*/
	margin:20px 0 0;
	box-sizing:border-box;
}
	
#sec03{
	width:100%;
	margin:40px 0 0;
}
	
#sec03 p{
	padding:0 0 20px;
	box-sizing:border-box;
}

	
#sec04{
	width:100%;
	margin:20px 0 40px;
}

.accordion1 .answer {display: none;}
.accordion1 p{cursor: pointer; padding-bottom:5px;}
.question{margin-bottom: 5px;}
.answer{margin-bottom: 10px;}
	
#sec05 .dr{
	background-color:#73A9D8;
	padding: 20px 0;
	margin-top: 20px;
}

	
#sec06 p.gmapbtn{
	margin:20px auto 20px;
	text-align: center;
}
	
#sec07{
	border: none;
	margin: 0 auto;
	padding-bottom: 40px;
}
	

#sec07 p.clinic{
	max-width: 80%;
	margin: 0 auto;
}
	
#sec07 p.telno{
	width: 100%;
	margin: 10px auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#sec07 p.open{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

#sec07 ul.btn{
	margin:20px auto;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

#sec07 ul.btn li.mail{
	float: left;
	width: 49%;
	text-align: left;
}

#sec07 ul.btn li.web{
	float: right;
	width: 49%;
	text-align: right;
}

#sec07 ul.btn li.mail img,
#sec07 ul.btn li.web img{
	max-width: 100%;
}

#sec07 ul.btn li.mail a,#sec07 ul.btn li.web a{display: block;}
	
#footer {
    padding-bottom: 70px;
    background: #68c3c5;
}
	
	
#footer p{
	font-size: 12px;
	color: #fff;
	background: #68c3c5;
}

.arrow{
	position: fixed;
	bottom: 100px;
	right: 10px;
}



/*固定ボタンSP*/
ul.fixbutton{
	text-align: -webkit-center;
	text-align: center;position:
	fixed;bottom: 0;
	width: 100%;
	height:auto;
	padding: 0px 0px;
	z-index: 99999999;
	background: none;
}

ul.fixbutton li{
	width: 25%;
	padding:3px 10px 3px;
	float:left;
	box-sizing:border-box;
}
/*
ul.fixbutton li.ftime{
	text-align: center;
	padding: 3px 0;
	color: #FFF;
    background-color: rgb(55, 124, 183);
	width: 100%;
	float: none;
	font-size: 12px;
}
	
ul.fixbutton li a{display: block;}

ul.fixbutton li.fmail{
	background: #1b2b4d;
	line-height: 0;
	    padding: 5px 0;
}

ul.fixbutton li.fweb{
	background: #1b2b4d;
	line-height: 0;
	    border-right: 1px solid #fff;
	    padding: 5px 0;
}
	*/

ul.fixbutton li.ftex{
	background: #1b2b4d;
	line-height: 0;
	    border-right: 1px solid #fff;
	    padding: 5px 0;
}
	ul.fixbutton li img{
		max-width: 80px;
		width: 100%;
	}

.fixbutton .span_4 {width: 25%;float: left;border-right: 1px solid #FFF;}
.fixbutton .span_4:last-child{border-right:none;}

	
	nav{
		display: none;
		position: absolute;
		top:78px;
		width: 100%;
		/*background: #006598;*/
		background-color: rgba(20,99,171,0.9);
		left: 0;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: left;
		border-bottom: 1px solid #fff;
		padding: 10px 0;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block;
		color: #FFF;
	}
	
	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 30px;
		right: 10px;
		z-index: 100;
		background-color: rgba(20,99,171,1);
		padding: 10px;
		box-sizing: border-box;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*
	#nav_toggle span:nth-child(4){
		top:24px;
	}*/
	
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 10px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 10px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
h2.h2_design {
    font-size: 30px;
    color: #406788;
    margin-bottom: 10px;
}
    
    .step dl dt p {
    background: #4cafc8;
    padding: 5px;
    color: #fff;
    font-size: 18px;
}
    
    p.price_txt {
    text-align: left;
    color: #4e4d4d;
    margin-top: 20px;
}
.sp_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0 5px 5px 5px #ccc;
}
a.border_right {
    border-right: 1px solid #a5d6e4;
    box-sizing: border-box;
}
.sp_footer a {
    width: calc(100%/4);
    background: #68c3c4;
    padding: 7px 0 2px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
    a.footer_arrow {
    background: #3f6788;
    color: #fff;
}
.sp_footer img {
    width: 20px;
    display: block;
    margin: auto;
}
.flex {
    flex-wrap: wrap;
}
    .flex {
    display: flex;
}
p.ftime {
    width: 100%;
    background: #000000;
    font-size: 12px;
    color: #fff;
}
div#policy h2 {
    font-size: 30px;
}
}

@media screen and (max-width: 640px) {
/*.flex {
    flex-wrap: wrap;
}*/
section {
    padding: 0 10px;
	    margin: 0 auto 20px;
}
section#mv {
    padding: 0;
}

}
