@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
html,body {
	width:100%;
	height:100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
img{vertical-align:bottom;}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */

table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */

input, select {
vertical-align:middle;
-webkit-appearance: textfield;
}




a:link {color: #fff;text-decoration: none;}
a:visited {color: #fff;text-decoration: none;}
a:active {color: #fff;text-decoration: none;}
a:hover {color: #fff; text-decoration:none;}

.mb0 {margin:0 0 0 0;}
.mb5 {margin:0 0 5px 0;}
.mb10 {margin:0 0 10px 0;}
.mb15 {margin:0 0 15px 0;}
.mb20 {margin:0 0 20px 0;}
.mb30 {margin:0 0 30px 0;}
.mb40 {margin:0 0 40px 0;}
.mb50 {margin:0 0 50px 0;}
.mb60 {margin:0 0 60px 0;}
.mb70 {margin:0 0 70px 0;}
.mb80 {margin:0 0 80px 0;}
.mb90 {margin:0 0 90px 0;}
.mb100 {margin:0 0 100px 0;}

.center{text-align:center;}

p{margin:0 0 30px 0;}

li{list-style-type:none;}

/*-----------------------------------------
	base
-----------------------------------------*/
body{
	-webkit-text-size-adjust:none;
	line-height:1.7;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	font-size:18px;
	color: #005366;
	background:#ecedec;
	overflow-x:hidden;
}





/*-----------------------------------------
	header
-----------------------------------------*/
header{
	z-index:1;
}

header .inner{
	position:relative;
	z-index:1;
}

header h1{
	position:absolute;
	top:30px;
	left:30px;
	width:135px;
	height:48px;
}

header h1 img{
	width:100%;
	height:auto;
}
header .bn_nomidani{
	position:absolute;
	top:33px;
	left:192px;
}
@media screen and (max-width: 1024px) {
	header .bn_nomidani{
		top:76px;
		right:80px;
		left: inherit;
	}
	header .bn_nomidani img{
		width: 80%;
	}
}
header ul.nav{
	position:absolute;
	right:30px;

}

header ul.nav li{
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 0;
	color:#fff;
	background:#005366;
	border-radius:0 0 15px 15px;
	font-size:17px;
	width:180px;
	text-align:center;
	float: right;
}

header ul.nav li a{
	padding:20px 0 32px;
	display:block;
	position: relative;
}
header ul.sns{
	position: absolute;
	top: 90px;
	right: -80px;
	display: block;
}
	@media screen and (max-width: 767px) {
		header ul.sns{
			display: none;
		}
	}
header ul.sns li{
	float: left;
	width: 14%;
	margin: 0 20px 0 0;
}
header ul.sns li img{
	width: 100%;
}
.sns-sp{
	width: 100%;
	text-align: center;
	padding: 2%;
}
.sns-sp li{
	 display: inline-block;
	width: 14%;
	text-align: center;
	margin: 0 5% 0 0;
}
.sns-sp li img{
	width: 80%;
}
header ul.nav li a::after{
	position: absolute;
	bottom: 20%;
	right: 45%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header ul.nav li:last-child{
	font-size:14px;
	background:#edbe00;
	width:200px;
	text-align:left;
	line-height:1.35;
}

header ul.nav li:last-child a{
	color:#005366;
	padding: 13px 50px 13px 15px;
}

header ul.nav li:last-child a::after{
	content:"";
	width:30px;
	height:30px;
	background:url(../img/common/search.png) no-repeat;
	background-size:cover;
	border:0;
	-webkit-transform: none;
	transform:none;
	top:50%;
	right:12px;
	margin:-15px 0 0 0;
}

header p{
	display:none;
	position:fixed;
    top: 5px;
    right: 5px;
    z-index: 1;
}

header p a{
	display:block;
	background:#005366;
	border-radius:12px;
	border:2px solid #fff;
	width: 41px;
    height: 41px;
}

header p a:after{
	content:"";
	display:block;
	width: 24px;
    height: 3px;
    position: absolute;
    top: 22px;
    left: 11px;
	background:#fff;
}

header p:before{
	content:"";
	display:block;
	width: 24px;
    height: 3px;
    position: absolute;
    top: 13px;
    left: 11px;
	background:#fff;
}

header p:after{
	content:"";
	display:block;
	width: 24px;
    height: 3px;
    position: absolute;
    top: 31px;
    left: 11px;
	background:#fff;
}
.conversion{
    color: #fff;
    letter-spacing: .125em;
    padding: 5.42105em 20px;
    background-color: #005366;
}
.conversion dt {
    font-size: 1.84211em;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: .75em;
		text-align: center;
}
.conversion dt {
    font-size: 1.84211em;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: .75em;
		text-align: center;
}
.conversion dt span {
    display: inline-block;
}
.conversion__txt {
    font-size: .84211em;
    font-weight: 400;
		margin-bottom: 1.68421em;
		text-align: center;
}
.conversion__link{
	margin: auto;
	text-align: center;
}
.conversion .btn_coming {
    width: 590px;
}
@media screen and (max-width: 738px) {
	.conversion .btn_coming {
	    width: auto;
	}
}
.btn_coming {
	text-align: center;
    color: #fff;
		margin: auto;
    font-weight: 700;
    font-size: 1em;
    display: inline-block;
    line-height: 1.2;
    height: 83px;
    padding: 1.5em 3.25em 1.5em 1.5em;
    background-color: #ff671f;
    border-radius: 1em;
    position: relative;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    border-radius: .4em;
    padding: .5em;
    height: auto;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    text-align: center;
    color: #005366;
    font-size: 2.63158em;
    cursor: auto;
	}
.under{
	overflow: hidden;
	margin-bottom: 10%;
}
/*-----------------------------------------
	footer
-----------------------------------------*/
footer{
	padding:30px;
}

footer .inner{
	width:900px;
	margin:0 auto;
	overflow:hidden;
}

footer .logo{
	float:left;
	width:134px;
	height:auto;
	margin:0;
}

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

footer p{
	font-size:10px;
	float:right;
	width: 69%;
	margin:10px 0 0;
}


/*-----------------------------------------
	top
-----------------------------------------*/
article{
	padding-top: 245px;
}

article.top{
	background:#fff;
	padding-top:0;
}

.main{
	position:relative;
}

.main span{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 80%;
	height: 380px;
}

.main p{
	margin:0;
}

.main p img{
	width:100%;
	height:auto;
}


.catch{
	background:#005366;
	color:#fff;
	text-align:center;
	padding:100px 0 120px;
	position:relative;
}

.catch:before{
	content:"";
	display:block;
	position:absolute;
	bottom:-30px;
	left:50%;
	margin:0 0 0 -80px;
	width:160px;
	height:160px;
	background:#005366;
	border-radius:20px;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index:1;
}

.catch h2{
	margin:0 0 40px;
	font-size:40px;
}

section p{
	text-align:center;
}

.point-box section{
	background:#ecedec;
	padding:145px 0;
	position:relative;
}

.point-box section:nth-child(even){
	background:#fff;
}

.point-box section:before{
	content:"";
	display:block;
	position:absolute;
	bottom:-30px;
	left:50%;
	margin:0 0 0 -80px;
	width:160px;
	height:160px;
	background:#ecedec;
	border-radius:20px;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index:1;
}

.point-box section:nth-child(even):before{
	background:#fff;
}

.point-box section h1{
	text-align:center;
	margin:0 auto 90px;
	font-size:40px;
	font-weight:bold;
}

.point-box section h1 span{
	display:block;
	margin:0 0 65px;
}

.bg01{
	text-align:center;
	margin:0 -25px 70px;
}

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

span.mark, .font-s{
	font-size:10px;
}

.btn{
	display:table;
	margin:50px auto;

}

.btn a{
	display:block;
	color:#fff;
	background:#ff671f;
	padding:15px 90px;
	border-radius:12px;
	position:relative;
}

.btn a:after{
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-left-color: #fff;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
}

.btn a:hover{
	background:#005366;
}

.slider-box{
	background:#ecedec;
	padding:145px 0;
	text-align:center;
	position:relative;
}

.slider-box:before{
	content:"";
	display:block;
	position:absolute;
	bottom:-30px;
	left:50%;
	margin:0 0 0 -80px;
	width:160px;
	height:160px;
	background:#ecedec;
	border-radius:20px;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index:1;
}


.slider-box h2{
	font-size:40px;
	color:#005366;
	text-align:center;
	margin:0 0 50px;
}

.slides{
	width:900px;
	margin:0 auto 50px;
}
.flexslider .slides img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.overview{
	text-align:center;
	margin:0 auto 40px;
	padding:145px 0 50px;
}

.overview h3{
	text-align:center;
	padding:19px 0;
	color:#fff;
	border-radius:20px;
	background:#edbf00;
	margin:0 auto 45px;
	width:65%;
	font-size:25px;
	position:relative;
}

.overview h3:after{
	content:url(../img/common/arrow-y.png);
	position:absolute;
	bottom:-30px;
	left:50%;
	margin:0 0 0 -23px;
	z-index:1;
}

.overview ul{
	display:inline-block;
	margin:0 74px 15px 0;
}

.overview ul:nth-child(2n){
	margin:0 0 15px;
}

.overview li.title{
	background:#005366;
	color:#fff;
	border-radius:10px;
	padding:5px 10px;
	margin:0 0 15px;
	width:360px;
	box-sizing:border-box;
}

.overview li{
	margin:0 0 15px;
}

.overview ul.last{
	display:block;
	width:800px;
	margin:0 auto;
}

.overview ul.last li.title{
	width:100%;
}

.opened{
	text-align:center;
	margin:0 auto 40px;
	padding:0 0 120px;
}

.opened h3{
	text-align:center;
	padding:19px 0;
	color:#fff;
	border-radius:20px;
	background:#edbf00;
	margin:0 auto 45px;
	width:65%;
	font-size:25px;
	position:relative;
}

.opened h3:after{
	content:url(../img/common/arrow-y.png);
	position:absolute;
	bottom:-30px;
	left:50%;
	margin:0 0 0 -23px;
	z-index:1;
}


.consept{
	background:#f0671f;
	color:#fff;
	padding:150px 0;
}

.consept .logo{
	width:202px;
	height:auto;
	margin:0 auto 65px;
}

.consept .logo img, .consept .pict img{
	width:100%;
	height:auto;
}

.consept h1{
	text-align:center;
	font-size:38px;
	margin:0 auto 50px;
}

.consept p{
	text-align:center;
}

.consept .pict{
	width:100%;
	height:auto;
	margin:0 auto 80px;
}

.consept h2, .bottom h2{
	text-align:center;
	font-size:25px;
	width:65%;
	color:#f0671f;
	background:#fff;
	border-radius:20px;
	padding:19px 20px;
	box-sizing:border-box;
	margin:90px auto 100px;
	position:relative;
}

.consept h2:after,  .bottom h2:after{
	content:url(../img/common/arrow-w.png);
	position:absolute;
	bottom:-30px;
	left:50%;
	margin:0 0 0 -23px;
}


.banner{
	width:900px;
	margin:0 auto;
}

.banner li{
	width:422px;
	height:auto;
	display:inline-block;
	vertical-align:top;
	margin:0 5% 45px 0;
}

.banner li:nth-child(2n){
	margin:0 0 20px;
}

.banner li img{
	width:100%;
	height:auto;
}

.banner li span{
	color:#fff;
	display:block;
	margin:0 auto 5px;
	text-align:center;
	font-size:14px;
}

.banner li span:before{
	content:"|";
	display:inline-block;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	margin:0 15px 0 0;
	-ms-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

.banner li span:after{
	content:"|";
	display:inline-block;
	color:#fff;
	font-size:28px;
	font-weight:bold;
	margin:0 0 0 15px;
	-ms-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}



/*-----------------------------------------
	precautions
-----------------------------------------*/
.precautions{
	background:#fff;
	width:1000px;
	margin:0px auto 150px;
	padding:125px 55px 85px;
	border-radius:70px;
	position:relative;
}

.precautions h1{
	text-align:center;
	color:#fff;
	background:#005366;
	border-radius:20px;
	padding:15px 0;
	margin:0 0 0 -32%;
	font-size:30px;
	position:absolute;
	top:-40px;
	left:50%;
	width:64%;
}

.precautions h2{
	text-align:center;
	color:#005366;
	background:#ccdbdd;
	border-radius:10px;
	padding:5px 0;
	margin:0 0 25px;
	font-size:25px;
}

.precautions h3{
	text-align:center;
	color:#fff;
	background:#005366;
	border-radius:10px;
	padding:5px 0;
	margin:0 0 25px;
	font-size:20px;
}

.precautions p{
	text-align:left;
	font-weight:bold;
	margin:0 0;
}

.precautions ul{
	padding:0 0 30px;

}

.precautions li{
	padding:0 0 0 25px;
}

.precautions li:before{
	content:"●";
	font-size:25px;
	font-weight:bold;
	margin: 0 3px 0 -25px;
	display:inline-block;
	line-height:1;

}

.precautions li.none:before{
	content:none;
}

.precautions li.none ul li:before{
	content:"・";
	margin: 0 0 0 -18px;
	font-size: 20px;
}

.bottom{
	background:#f0671f;
	color:#fff;
	padding:140px 0 150px;
	position:relative;
}

.bottom h2{
	position:absolute;
	top:-40px;
	left:50%;
	margin:0 0 0 -33%;
}

/*-----------------------------------------
	reason
-----------------------------------------*/
.reason h1{
	margin: 0px auto 170px;
    padding: 28px 50px;
    font-size: 45px;
    border-radius: 30px;
	color:#fff;
	background:#005366;
	text-align:center;
	width:1000px;
	position:relative;
}

.reason h1:before{
	content:"";
	display:block;
	position:absolute;
	bottom:-22px;
	left:50%;
	margin:0 0 0 -30px;
	width:60px;
	height:60px;
	background:#005366;
	border-radius:10px;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index:1;
}

.reason .inner{
	background:#fff;
	width:1000px;
	margin:0px auto 150px;
	padding:125px 55px 85px;
	border-radius:70px;
	position:relative;
}

.reason h2{
	text-align:center;
	color:#fff;
	background:#ff671f;
	border-radius:20px;
	padding:15px 0;
	margin:0 0 0 -32%;
	font-size:30px;
	position:absolute;
	top:-40px;
	left:50%;
	width:64%;
}

.reason h3{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	background:url(../img/common/mark-01.png) no-repeat top center;
	padding:80px 0 0;
	margin:0 0 40px;
}

.reason .box{
	background:url(../img/common/line-01.png) repeat-x bottom center;
	padding:0px 0 90px;
	margin:0 0 90px;
}

.reason span{
	width: 600px;
	margin: auto;
	display: block;
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	.reason span{
		width: 90%;
	}
	.sp{
		display: none;
	}
}
.reason .box:nth-of-type(3){
	background:none;
	padding:0;
}




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

body{
	font-size:16px;
}

header ul.nav {
    right: 20px;
}

header ul.nav li {
    margin: 0 5px 0 0;
    font-size: 14px;
    width: 160px;
}

header ul.nav li a{
	padding: 15px 0 30px;
}

header ul.nav li:last-child {
    font-size: 12px;
    width: 180px;
	margin:0;
}

header ul.nav li:last-child a {
    color: #005366;
    padding: 10px 50px 10px 15px;
}

footer .inner{
	width:auto;
}

/*-----------------------------------------
	top
-----------------------------------------*/
.main span{
	right: 50%;
	width: 35%;
	height: 50%;
}

.main span img, .catch p img, .point-box section h1 span img,
section p img, .opened p img{
	max-width:100%;
	height:auto;
}

.catch h2 {
    font-size: 30px;
}

.catch p{
	margin:0 30px 30px;

}

.point-box section{
	padding:120px 30px;
}

.point-box section h1 {
    font-size: 30px;
}

.point-box section h1 span{
	width:120px;
	height:auto;
	margin:0 auto 60px;
}

.bg01 {
    margin: 0 auto 60px;
}



.slider-box h2{
	font-size:30px;
}

.slider-box{
	padding:130px 30px;
}

.slider-box p{
	margin:0 0px 30px;
}

.bx-wrapper {
    position: relative;
    margin: 0 0px 100px;
    padding: 0;
    clear: both;
    width: auto;
}

.overview{
	padding: 130px 30px 50px;
}

.overview h3, .opened h3{
	width:auto;
	margin:0 0px 45px;
	padding: 15px 0;
	box-sizing:border-box;
	font-size: 22px;
}

.overview ul{
	width:48%;
	margin: 0 3% 15px 0;
}

.overview li.title{
	width:auto;
}

.overview ul.last{
	width:auto;
	margin:0 0px 0px;
}

.overview ul.last li.title{
	width:auto;
}

.opened{
	padding: 0px 30px 80px;
}

.consept{
	padding:130px 0;
}

.consept h1{
	font-size:28px;
}

.consept h2 {
    font-size: 20px;
    width: auto;
	padding: 15px 20px;
    margin: 90px 30px 100px;
}

.banner{
	width:auto;
	margin:0 30px;
}

.banner li {
	width: 48%;
    margin: 0 3% 35px 0;
}

.banner li span{
	font-size:13px;
}

.banner li span:before {
    font-size: 18px;
	margin: 0 10px 0 0;
}

.banner li span:after {
    font-size: 18px;
	margin: 0 0 0 10px;
}

/*-----------------------------------------
	precautions
-----------------------------------------*/
.precautions{
	width:auto;
	margin:0px 30px 150px;
	padding:125px 40px 85px;
}

.bottom h2 {
    font-size: 20px;
	padding: 15px 20px;
}

/*-----------------------------------------
	reason
-----------------------------------------*/
.reason h1{
	width:auto;
	margin: 0px 30px 170px;
	font-size: 38px;
}

.reason h1:before {
    bottom: -22px;
    margin: 0 0 0 -27px;
    width: 55px;
    height: 55px;
}

.reason h2{
	font-size:27px;
}

.reason .inner{
	width:auto;
	margin:0px 30px 150px;
	padding:125px 40px 85px;
}

.reason h3 {
    font-size: 30px;
    text-align: center;
    background: url(../img/common/mark-01.png) no-repeat top center;
	background-size:40px;
    padding: 70px 0 0;
    margin: 0 0 40px;
}

.reason .box {
    padding: 0px 0 70px;
    margin: 0 0 70px;
}

.reason .inner .pict{
	width:60%;
	height:auto;
	margin:0 auto 30px;
}

.reason .inner .pict img{
	width:100%;
	height:auto;
}



}


@media screen and (max-width: 767px) {


header h1 {
	top: 20px;
    left: 20px;
    width: 110px;
    height: auto;
}

header ul.nav{
	display:none;
}

/*-----------------------------------------
	top
-----------------------------------------*/
article {
    padding-top: 135px;
}

article.top {
    padding-top: 0px;
}

.main span {
    width: 30%;
    height: 43%;
}

.catch h2 {
    font-size: 25px;
}

.catch:before{
	margin: 0 0 0 -60px;
    width: 120px;
    height: 120px;
	bottom: -20px;
}

.point-box section h1 {
    font-size: 25px;
    margin: 0 auto 50px;
}

.point-box section {
    padding: 100px 20px;
}

.point-box section:before {
    margin: 0 0 0 -60px;
    width: 120px;
    height: 120px;
	bottom: -20px;
}

.slider-box {
    padding: 130px 20px;
}

.bx-wrapper {
    margin: 0 0px 100px;
}

.overview {
    padding: 130px 20px 50px;
}


.opened {
    padding: 0px 20px 80px;
}

.consept h1 {
    font-size: 23px;
}

.consept h2 {
    margin: 70px 20px 80px;
}

.banner {
    margin: 0 20px;
}

.banner li span {
    font-size: 12px;
}

.banner li span:before {
    font-size: 15px;
    margin: 0 8px 0 0;
}

.banner li span:after {
    font-size: 15px;
    margin: 0 0 0 8px;
}

/*-----------------------------------------
	precautions
-----------------------------------------*/
.precautions {
    width: auto;
    margin: 0px 0px 0px;
    padding: 20px 15px 65px;
	border-radius:0;
}

.precautions h1{
	margin:0 0px 0px;
	padding: 10px 0;
	width:auto;
	box-sizing:border-box;
	font-size:18px;
	border-radius: 15px;
	position:relative;
	top: -45px;
	left:auto;
}

.precautions h2 {
    font-size: 15px;
}

.precautions h3 {
    font-size: 14px;
}

.precautions li:before {
    font-size: 22px;
}

.bottom {
    padding: 90px 0 50px;
}

.bottom h2 {
    position: absolute;
    top: -40px;
    left: 50%;
    margin: 0 0 0 -38%;
	width: 75%;
}

/*-----------------------------------------
	reason
-----------------------------------------*/
.reason h1 {
    width: auto;
    margin: 0px 10px 120px;
    font-size: 26px;
	padding: 28px 45px;
}

.reason h1:before {
    bottom: -20px;
    margin: 0 0 0 -29px;
    width: 50px;
    height: 50px;
}

.reason .inner{
    width: auto;
    margin: 0px 0px 0px;
    padding: 20px 15px 65px;
	border-radius:0;
}

.reason h2{
	width: auto;
    font-size: 21px;
    position: relative;
	left: 0;
    box-sizing: border-box;
	border-radius: 15px;
    padding: 10px 15px;
    margin: 0;
}


.reason .box {
    padding: 0px 0 40px;
    margin: 0 0 60px;
}

.reason h3 {
    font-size: 20px;
	padding: 65px 0 0;
	background: url(../img/common/mark-01.png) no-repeat top center;
    background-size: 35px;
}


}


@media screen and (max-width: 767px) {

body{
	font-size:13px;
}

header .inner {

}

header h1 {
    top: 10px;
    left: 10px;
    width: 70px;
    height: auto;
}

header p{
	display:block;
}

header .bn_nomidani{
	display: none;
}
.nav-sp{
	margin:50px 0 0;
}
.nav-sp li:nth-child(n+2){
	display: none;
}
.nav-sp li{
	margin:0;
	border-bottom:1px solid #ccc;
	font-size:12px;
}

.nav-sp li a{
	color:#fff;
	padding:12px 8px;
	display:block;
	position:relative;
}

.nav-sp li:last-child a{
	background:#edbe00;
	color:#005366;
}

.nav-sp li a:after{
	content: "";
	display: inline-block;
	border: 5px solid transparent;
	border-left-color: #fff;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -5px;
}


footer {
    padding: 30px 10px;
}

footer .logo{
	float:none;
	width: 110px;
	margin:0 auto 20px;
}

footer p{
	width:auto;
}


/*-----------------------------------------
	top
-----------------------------------------*/
.main span {
    width: 38%;
    height: 55%;
}

.catch {
    padding: 60px 0 60px;
}

.catch h2 {
    font-size: 15px;
}

.catch:before {
    margin: 0 0 0 -30px;
    width: 60px;
    height: 60px;
    bottom: -20px;
	border-radius: 15px;
}

section p{
	text-align:left;
}

section p br{
	display:none;
}

.point-box section {
    padding: 60px 10px;
}

.point-box section h1 {
    font-size: 16px;
}

.point-box section h1 span {
    width: 80px;
    margin: 0 auto 30px;
}

.point-box section:before {
    margin: 0 0 0 -30px;
    width: 60px;
    height: 60px;
    bottom: -20px;
	border-radius: 15px;
}

.btn a {
    padding: 10px 50px;
    border-radius: 12px;
}

.btn a:after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
}

.slider-box {
    padding: 70px 10px;
}

.slider-box h2 {
    font-size: 16px;
}

.slider-box:before{
	margin: 0 0 0 -30px;
    width: 60px;
    height: 60px;
    bottom: -20px;
	border-radius: 15px;
}

.slider-box p{
	text-align:left;
}

.bx-wrapper {
    margin: 0 0px 70px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -50px;
}

.overview {
    padding: 70px 10px 50px;
}

.overview h3, .opened h3{
	border-radius: 10px;
	padding: 10px 0;
	font-size: 18px;
}

.overview ul, .overview ul:nth-child(2n){
	width:100%;
	margin:0 0px;
}

.opened {
    padding: 0px 10px 30px;
}

.consept {
    padding: 70px 0px;
}

.consept h1 {
    font-size: 16px;
}

.consept .logo {
    width: 150px;
    height: auto;
    margin: 0 auto 45px;
}

.consept p{
	text-align:left;
	margin:0 10px 30px;
}

.consept p br{
	display:none;
}

.consept h2 {
    margin: 70px 10px 80px;
	padding: 12px 10px;
	font-size: 15px;
	border-radius: 10px;
}

.consept h2:after, .bottom h2:after{
	bottom: -25px;
}

.banner {
    margin: 0 10px;
}

.banner li{
	width:100%;
	margin:0 0 15px;
}

.banner li span {
    font-size: 11px;
}

/*-----------------------------------------
	precautions
-----------------------------------------*/


.bottom h2 {
	position: relative;
    top: -50px;
    left: 0;
    margin: 0;
    width: auto;
	font-size: 15px;
	padding: 12px 10px;
	margin:0 10px;
	border-radius: 10px;
}


}

/*-----------------------------------------
	banner
-----------------------------------------*/

#banner_bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 15;
}

#banner_bottom a {
  height: auto;
  display: block;
  margin: 0 auto;
}

#banner_bottom a img {
  width: 86.67vw;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #banner_bottom .pc {
    display: none !important;
  }
}
@media screen and (min-width: 766px) {
  #banner_bottom .sp {
    display: none !important;
  }
  #banner_bottom a img {
    width: 640px;
  }
}
