@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
p{max-height:100%;}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align: bottom;
	height:auto;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
}
a:focus{outline:none;}
a img{
	border:none;
	vertical-align:middle;
}
input[type="submit"] {
	-webkit-appearance: none;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{zoom:1;}
*:first-child + html .clearfix{zoom:1;}
a{
	text-decoration: none;
}
strong{
	font-weight: normal;
}
ul,ol{
	list-style-type: none;
}
body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #111;
	background:#fff;
}
.wrap{
	width:100%;
	overflow-x: hidden;
}

h2,h3,h4,h5{
	font-weight: bold;
}

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

*{
	transition:all .5s;
}



/*===============================================
横幅1080px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 431px){
html,
body,
.wrap{
	width: 1240px;
}
}

/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 431px){
a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.sp{
	display: none;
}

/* header
------------------------------------------------------------------------*/
header{
	width:100%;
	height:480px;
	position:relative;
	z-index:10000;
}
header:before{
	content:"";
	width:62px;
	height:64px;
	background:url(img/header_logomark.png) no-repeat;
	position:absolute;
	top:260px;
	left:0;
	right:0;
	margin:auto;
}
header .header_box{
	float:right;
}
header .tel{
	width:200px;
	float:left;
	z-index:10000;
}
header .tel a{
	color:#fff;
	background:#000;
	display:block;
	font-size:18px;
	text-align:center;
	height: 60px;
	line-height:60px;
}
header .mail{
	width:200px;
	float:left;
	margin-right:45px;
	z-index:10000;
}
header .mail a{
	color:#fff;
	background:#00a9eb;
	display:block;
	font-size:18px;
	text-align:center;
	height: 60px;
	line-height:60px;
}
header .logo{
	display:block;
	padding-top:350px;
	text-align:center;
}


/* nav
------------------------------------------------------------------------*/
nav.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10000;
}

nav ul{
	text-align:center;
	background:#fff;
}
nav ul li{
	font-size:16px;
	display:inline-block;
	line-height:80px;
}
nav ul li:before{
	content:"|";
	margin:0 42px;
	color:#ddd;
}
nav ul li:first-child:before{
	content:none;
}
nav ul li a{
	color:#000;
}
nav ul li a:hover{
	padding-bottom:3px;
	border-bottom:3px #000 solid;
	transition:.1s;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

/* home
------------------------------------------------------------------------*/

.key{
	background:url(img/key_bg.png) center top no-repeat;
	background-size:cover;
	height:800px;
	text-align:center;
	margin-top:-480px;
}
.key .inner{
	position:relative;
	padding-top:480px;
}
.key h1{
	font-size:20px;
	color:#fff;
	padding-top:25px;
	position:relative;
}
.key h1:before{
	content:"";
	width:345px;
	height:130px;
	background:url(img/key_icon.png) no-repeat;
	position:absolute;
	top:-130px;
	left:0;
	right:0;
	margin:auto;
}
.home .cont01{
	background:#00a9eb;
	height:770px;
}
.home .cont01 .inner{
	position:relative;
}
.home .cont01 .inner:after{
	content:"";
	width:1368px;
	height:770px;
	background:url(img/home_bg01.png) no-repeat;
	position:absolute;
	top:0;
	left:380px;
}
.home .cont01 .box{
	padding-top:270px;
}
.home .cont01 .box .l_box{
	width:370px;
	text-align:right;
	padding-top:150px;
	float:left;
}
.home .cont01 .box .l_box h2{
	color:#FFF;
	font-size:24px;
	line-height:2.4;
	position:relative;
	z-index:5000;
}
.home .cont01 .box .l_box h2:before{
	content:"";
	width:359px;
	height:108px;
	background:url(img/home_icon01.png) no-repeat;
	position:absolute;
	top:-130px;
	left:0;
}
.home .cont01 .box .r_box{
	width:467px;
	margin-left:93px;
	float:left;
}
.home .cont01 .box .r_box .text{
	color:#FFF;
	font-size:18px;
	line-height:2.35;
	position:relative;
	z-index:5000;
}

.home .cont02{
	background:#fff;
	height:1830px;
}
.home .cont02 .inner{
	position:relative;
}
.home .cont02 .inner:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1830px 1160px 0 1160px;
	border-color: #f6f6f6 transparent transparent transparent;
	position:absolute;
	top:0;
	left:380px;
}
.home .cont02 h2{
	font-size:24px;
	color:#00a9eb;
	display:block;
	text-align:right;
	padding-top:240px;
	position:relative;
	z-index:5000;
}
.home .cont02 h2:before{
	content:"";
	width:260px;
	height:130px;
	background:url(img/home_icon02.png) no-repeat;
	position:absolute;
	top:120px;
	right:0;
}
.home .cont02 .box{
	margin-top:-40px;
	position:relative;
	z-index:5000;
}
.home .cont02 .box .cont{
	width:440px;
	float:left;
	margin-right:60px;
}
.home .cont02 .box .cont:nth-of-type(2n){
	margin-top:155px;
	margin-right:0;
}
.home .cont02 .box .cont .text01{
	font-family:Futura, 'Century Gothic';
	font-style:italic;
	font-size:18px;
	padding-top:30px;
}
.home .cont02 .box .cont h3{
	font-size:34px;
	color:#00a9eb;
	padding-top:6px;
}
.home .cont02 .box .cont .text02{
	line-height:2.2;
	letter-spacing:0.5px;
	padding-top:10px;
}

.home .cont03{
	background:#005c80 url(img/home_bg02.png) center top repeat-x;
	padding-bottom:120px;
}
.home .cont03 h2{
	font-size:24px;
	color:#fff;
	display:block;
	text-align:center;
	padding-top:270px;
	padding-bottom:30px;
	position:relative;
}
.home .cont03 h2:before{
	content:"";
	width:361px;
	height:136px;
	background:url(img/home_icon03.png) no-repeat;
	position:absolute;
	top:165px;
	left:290px;
}
.home .cont03 .box{
	display:table;
	margin-top:30px;
}
.home .cont03 .l_box{
	width:140px;
	display:table-cell;
	background:#e9e9e9;
	color:#00a9eb;
	padding:50px;
}
.home .cont03 .r_box{
	width:610px;
	display:table-cell;
	background:#fff;
	padding:50px 45px 0;
}
.home .cont03 .r_box h4{
	border-bottom:#ccc 1px solid;
	padding-bottom:18px;
}
.home .cont03 .r_box table{
	font-size:14px;
	margin-bottom:60px;
}
.home .cont03 .r_box table tr{
	border-bottom:#ccc 1px solid;
}
.home .cont03 .r_box table th{
	width:100px;
	padding:12px 0;
	text-align:left;
}
.home .cont03 .r_box table td{
	width:510px;
	padding:12px 0;
	line-height:1.8;
}

.home .cont04{
	background:url(img/home_bg03.png) center top repeat-x;
	padding-bottom:120px;
}
.home .cont04 h2{
	font-size:24px;
	color:#00a9eb;
	display:block;
	text-align:center;
	padding-top:255px;
	padding-bottom:60px;
	position:relative;
}
.home .cont04 h2:before{
	content:"";
	width:647px;
	height:125px;
	background:url(img/home_icon04.png) no-repeat;
	position:absolute;
	top:145px;
	left:0;
	right:0;
	margin:auto;
}
.home .cont04 table{
	font-size:14px;
	margin-bottom:60px;
}
.home .cont04 table tr{
	border-bottom:#e2e2e2 1px solid;
}
.home .cont04 table tr:last-child{
	border-bottom:none;
}
.home .cont04 table th{
	width:160px;
	padding:18px 40px;
	line-height:1.9;
	text-align:left;
	background:#e9e9e9;
	vertical-align:top;
}
.home .cont04 table td{
	width:620px;
	padding:18px 40px;
	line-height:1.9;
	background:#fff;
}

.home .cont05{
	background:#00a9eb;
	padding-bottom:140px;
}
.home .cont05 h2{
	font-size:24px;
	color:#fff;
	display:block;
	text-align:center;
	padding-top:255px;
	padding-bottom:60px;
	position:relative;
}
.home .cont05 h2:before{
	content:"";
	width:387px;
	height:127px;
	background:url(img/home_icon05.png) no-repeat;
	position:absolute;
	top:145px;
	left:300px;
}
.home .cont05 table{
	font-size:14px;
	margin-bottom:20px;
	border-collapse:separate;
	border-spacing:0px 20px;
}
.home .cont05 table th{
	width:210px;
	padding:18px 20px 18px 30px;
	line-height:1.9;
	font-size:18px;
	text-align:left;
	background:#e9e9e9;
	vertical-align:top;
	position:relative;
}
.home .cont05 table th span{
	font-size:14px;
	color:#fff;
	line-height:1;
	background:#ae0000;
	padding:8px 14px;
	display: block;
	height: 14px;
	position:absolute;
	top:0;
	bottom:0;
	right:20px;
	margin:auto;
}
.home .cont05 table td{
	width:600px;
	padding:18px 40px;
	line-height:1.9;
	background:#fff;
}
.home .cont05 table td input{
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	padding: 6px 13px;
	border: 1px solid #ccc;
}
.home .cont05 table td textarea{
	width: 100% !important;
	height: 250px !important;
	box-sizing: border-box;
	padding: 10px 13px;
	border: 1px solid #ccc;
}
.home .cont05 .text01{
	color:#FFF;
	text-align:center;
	font-size:18px;
}
.home .cont05 .button01{
	padding-top:35px;
}
.home .cont05 .button01 button{
	display:block;
	font-size:18px;
	padding:36px 0;
	width:600px;
	margin: 0 auto;
	text-align:center;
	color:#00a9eb;
	background:#fff;
	border:none;
}
.home .cont05 .ppbox{
	width:840px;
	height:160px;
	margin-top:90px;
	overflow:auto;
	background:#fff;
	padding:40px 50px;
}
.home .cont05 .ppbox .text01{
	font-weight:bold;
	color:#000;
	text-align:left;
	margin-bottom:20px;
	font-size:14px;
}
.home .cont05 .ppbox .text02{
	line-height:2;
	font-size:14px;
	margin-bottom:30px;
}
.home .cont05 .ppbox ul{
	margin:-15px 0 30px;
	font-size: 14px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	list-style-type: disc;
}


/*pan
------------------------------------------------------------------------*/
.pan{
	padding: 20px 0;
}

.pan li{
	display: inline-block;
}
.pan li::before{
	content: '>';
	padding: 0 10px;
}
.pan li:first-of-type::before{
	display: none;
}
.pan li a:hover{
	text-decoration: underline;
}
/*thanks
------------------------------------------------------------------------*/
.thanks .cont01{
	padding:0 0 80px;
	box-sizing: border-box;
}
.thanks .cont01 h2{
	border-left:5px solid #00a9eb;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 20px;
}
/* footer
------------------------------------------------------------------------*/
footer{
	padding:80px 0 0;
	background:#f6f6f6;
}
footer .l_box{
	width:180px;
	padding:0 50px 0 70px;
	border-right:1px #e9e9e9 solid;
	float:left;
}
footer .l_box h2{
	font-size:20px;
	margin-bottom:18px;
	position:relative;
}
footer .l_box h2:before{
	content:"";
	width:51px;
	height:51px;
	background:url(img/footer_logo.png) no-repeat;
	position:absolute;
	top:-10px;
	left:-70px;
}
footer .r_box{
	width:509px;
	padding:0 50px 0 80px;
	float:left;
}
footer .copy{
	background:#efefef;
	text-align:center;
	padding:25px 0 27px;
	margin-top:70px;
	font-size:14px;
	line-height:1;
}
footer .to_top {
	position: fixed;
	width:60px;
	height:60px;
	background:#000;
	right: 0;
	bottom: 20px;
	z-index: 5000;
}


}




/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 431px){

html,
body,
.wrap{
	width: 430px;
	position: relative;
}
.inner{
	width: auto;
}
img{
	max-width:430px;
}
.pc{
	display: none;
}




/* header
------------------------------------------------------------------------*/
header{
	width:100%;
	height:80px;
	background:#fff;
	box-shadow:0 0 10px #555;
	position:fixed;
	z-index:10000;
}
header:before{
	content:"";
	width:62px;
	height:64px;
	background:url(img/header_logomark.png) no-repeat;
	background-size:50px;
	position:absolute;
	top:15px;
	left:15px;
}
header .tel{
	width:60px;
	height:60px;
	position:absolute;
	top:10px;
	right:150px;
}
header .tel a{
	display:block;
	background:url(img/header_tel_sp.png) no-repeat;
	width:60px;
	padding-top:60px;
	height:0;
	overflow:hidden;
}

header .mail{
	width:60px;
	height:60px;
	position:absolute;
	top:10px;
	right:80px;
}
header .mail a{
	display:block;
	background:url(img/header_mail_sp.png) no-repeat;
	width:60px;
	padding-top:60px;
	height:0;
	overflow: hidden;
}


/* nav
------------------------------------------------------------------------*/
nav{
	position:fixed;
	top:0;
	right:0;
	z-index:10000;
}

nav ul{
	background:#26b599;
}


#nav-btn {
	width:60px;
	height:60px;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10010;
	transition:all .5s;
	background:#fff;
}
.menu-btn,
.menu-btn span {
	display:inline-block;
	transition:all .4s;
	box-sizing:border-box;
}
.menu-btn {
	position: absolute;
	width: 30px;
	height: 23px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
}
.menu-btn span:nth-of-type(1) {
	top: 0;
}
.menu-btn span:nth-of-type(2) {
	top: 10px;
}
.menu-btn span:nth-of-type(3) {
	bottom: 0;
}
#nav-btn.active .menu-btn span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#nav-btn.active .menu-btn span:nth-of-type(2) {
	opacity: 0;
}
#nav-btn.active .menu-btn span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#nav {
	display: none;
}
#nav-btn.active + #nav {
	display: block;
	position: absolute;
	z-index: 1001;
	top: 80px;
	left: -430px;
	background: rgba(255, 255, 255, 0.9);
	width: 430px;
	border-bottom: 1px dotted #555;
}
#nav-btn.active + #nav li a {
	display: block;
	color: #111;
	padding: 20px 0 20px 30px;
	border-top: 1px dotted #555;
	font-weight: bold;
}

/* home
------------------------------------------------------------------------*/



.key{
	background:url(img/key_bg_sp.png) center 60px no-repeat;
	background-size:cover;
	height:262px;
	text-align:center;
	padding-top:60px;
}
.key .inner{
	position:relative;
	padding-top:80px;
}
.key h1{
	font-size:18px;
	color:#fff;
	padding-top:80px;
	position:relative;
}
.key h1:before{
	content:"";
	width:345px;
	height:130px;
	background:url(img/key_icon.png) center center no-repeat;
	background-size:180px;
	position:absolute;
	top:-20px;
	left:0;
	right:0;
	margin:auto;
}

.home .cont01{
	background:#00a9eb;
	height:385px;
}
.home .cont01 .inner{
	position:relative;
}
.home .cont01 .inner:after{
	content:"";
	width:330px;
	height:385px;
	background:url(img/home_bg01.png)left bottom/700px no-repeat;
	position:absolute;
	top:0;
	left:100px;
}
.home .cont01 .box{
	padding-top:70px;
}
.home .cont01 .box .l_box{
	width:300px;
	text-align:right;
	padding-top:10px;
	margin:0 auto;
}
.home .cont01 .box .l_box h2{
	color:#FFF;
	line-height:2.4;
	position:relative;
	z-index:5000;
}
.home .cont01 .box .l_box h2:before{
	content:"";
	width:359px;
	height:108px;
	background:url(img/home_icon01.png) no-repeat;
	background-size:160px;
	position:absolute;
	top:-30px;
	left:0;
}
.home .cont01 .box .r_box{
	width:370px;
	margin:30px auto;
}
.home .cont01 .box .r_box .text{
	color:#FFF;
	font-size:14px;
	line-height:2.6;
	position:relative;
	z-index:5000;
}

.home .cont02{
	background:#fff;
	padding-bottom:50px;
}
.home .cont02 .inner{
	position:relative;
}
.home .cont02 .inner:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 330px 525px 0;
	border-color: transparent #f6f6f6 transparent transparent;
	position:absolute;
	top:0;
	left:100px;
}
.home .cont02 h2{
	font-size:18px;
	color:#00a9eb;
	display:block;
	margin-left:230px;
	padding-top:100px;
	padding-bottom:30px;
	position:relative;
	z-index:5000;
}
.home .cont02 h2:before{
	content:"";
	width:260px;
	height:130px;
	background:url(img/home_icon02.png) no-repeat;
	background-size:140px;
	position:absolute;
	top:40px;
	left:-110px;
}
.home .cont02 .box{
	position:relative;
	z-index:5000;
}
.home .cont02 .box .cont{
	width:380px;
	margin:0 auto 60px;
}
.home .cont02 .box .cont img{
	width:380px;
}
.home .cont02 .box .cont .text01{
	font-family:Futura, 'Century Gothic';
	font-style:italic;
	font-size:16px;
	padding-top:14px;
	text-align:center;
}
.home .cont02 .box .cont h3{
	font-size:22px;
	color:#00a9eb;
	padding-top:6px;
	text-align:center;
}
.home .cont02 .box .cont .text02{
	line-height:2;
	letter-spacing:-0.4px;
	padding-top:10px;
}

.home .cont03{
	background:#005c80 url(img/home_bg02_sp.png) center top repeat-x;
	padding-bottom:80px;
}
.home .cont03 h2{
	font-size:18px;
	color:#fff;
	display:block;
	text-align:center;
	padding-top:95px;
	position:relative;
}
.home .cont03 h2:before{
	content:"";
	width:180px;
	height:136px;
	background:url(img/home_icon03.png) no-repeat;
	background-size:180px;
	position:absolute;
	top:45px;
	left:130px;
}
.home .cont03 .box{
	margin-top:30px;
}
.home .cont03 .l_box{
	width:370px;
	background:#e9e9e9;
	color:#00a9eb;
	margin:0 auto;
	padding:20px;
}
.home .cont03 .r_box{
	width:370px;
	background:#fff;
	margin:0 auto;
	padding:20px;
}
.home .cont03 .r_box h4{
	border-bottom:#ccc 1px solid;
	padding:18px 0;
	font-size:14px;
}
.home .cont03 .r_box table{
	font-size:14px;
	margin-bottom:30px;
}
.home .cont03 .r_box table tr{
	border-bottom:#ccc 1px solid;
}
.home .cont03 .r_box table th{
	width:120px;
	padding:12px 0;
	text-align:left;
}
.home .cont03 .r_box table td{
	width:250px;
	padding:12px 0;
	line-height:1.8;
}

.home .cont04{
	background:url(img/home_bg03_sp.png) center top repeat-x;
	padding-bottom:80px;
}
.home .cont04 h2{
	font-size:18px;
	color:#00a9eb;
	display:block;
	text-align:center;
	padding-top:95px;
	position:relative;
}
.home .cont04 h2:before{
	content:"";
	width:300px;
	height:125px;
	background:url(img/home_icon04.png) no-repeat;
	background-size:300px;
	position:absolute;
	top:40px;
	left:70px;
}
.home .cont04 table{
	width:100%;
	font-size:14px;
	margin-top:35px;
}
.home .cont04 table tr{
	border-bottom:#e2e2e2 1px solid;
}
.home .cont04 table tr:last-child{
	border-bottom:none;
}
.home .cont04 table th{
	padding:12px 10px;
	line-height:1.9;
	text-align:left;
	background:#e9e9e9;
	vertical-align:top;
	display:block;
}
.home .cont04 table td{
	padding:15px 14px;
	line-height:1.9;
	background:#fff;
	display:block;
}
.home .cont04 table td .simg{
	width:98%;
}

.home .cont05{
	background:#00a9eb;
	padding-bottom:50px;
}
.home .cont05 h2{
	font-size:18px;
	color:#fff;
	display:block;
	text-align:center;
	padding-top:90px;
	position:relative;
}
.home .cont05 h2:before{
	content:"";
	width:200px;
	height:127px;
	background:url(img/home_icon05.png) no-repeat;
	background-size:200px;
	position:absolute;
	top:40px;
	left:120px;
}
.home .cont05 table{
	font-size:14px;
	width:410px;
	margin:20px auto;
	border-collapse:separate;
	border-spacing:0px 10px;
}
.home .cont05 table th{
	padding:12px 12px 12px 20px;
	line-height:1.9;
	text-align:left;
	background:#e9e9e9;
	vertical-align:top;
	position:relative;
	display:block;
}
.home .cont05 table th span{
	font-size:12px;
	color:#fff;
	line-height:1;
	background:#ae0000;
	padding:8px 14px 5px;
	display: block;
	height: 14px;
	position:absolute;
	top:0;
	bottom:0;
	right:20px;
	margin:auto;
}
.home .cont05 table td{
	padding:2px;
	line-height:1.9;
	background:#fff;
	display:block;
	padding: 5px;
	box-sizing: border-box;
}
.home .cont05 table td input{
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	padding:10px 5px;
	border: 1px solid #ccc;
}
.home .cont05 table td textarea{
	width: 100% !important;
	height: 250px !important;
	box-sizing: border-box;
	padding: 10px 13px;
	border: 1px solid #ccc;
}
.home .cont05 .text01{
	color:#FFF;
	text-align:center;
	font-size:18px;
}
.home .cont05 .button01{
	padding-top:35px;
}
.home .cont05 .button01 button{
	display:block;
	font-size:18px;
	padding:26px 0;
	width:400px;
	margin:0 auto;
	text-align:center;
	color:#00a9eb;
	background:#fff;
	border:none;
}
.home .cont05 .ppbox{
	width:380px;
	height:140px;
	margin:50px auto 0;
	overflow:auto;
	background:#fff;
	padding:20px 15px;
}
.home .cont05 .ppbox .text01{
	font-weight:bold;
	color:#000;
	text-align:left;
	margin-bottom:20px;
	font-size:14px;
}
.home .cont05 .ppbox .text02{
	line-height:2;
	font-size:14px;
	margin-bottom:30px;
}
.home .cont05 .ppbox ul{
	margin:40px 0 30px;
	font-size: 14px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	list-style-type: disc;
}

/*pan
------------------------------------------------------------------------*/
.pan{
	padding: 20px 10px;
}

.pan li{
	display: inline-block;
}
.pan li::before{
	content: '>';
	padding: 0 10px;
}
.pan li:first-of-type::before{
	display: none;
}
.pan li a:hover{
	text-decoration: underline;
}
/*thanks
------------------------------------------------------------------------*/
.thanks .cont01{
	padding:0 10px 80px;
	box-sizing: border-box;
}
.thanks .cont01 h2{
	border-left:5px solid #00a9eb;
	padding-left: 10px;
	font-size:20px;
	margin:0 0 20px;
}
.thanks .cont01 p{
	font-size: 12px;
}
/* footer
------------------------------------------------------------------------*/
footer{
	padding:60px 0 0;
	background:#f6f6f6;
}
footer .l_box{
	width:180px;
	padding:0 0 20px 50px;
	border-bottom:1px #e9e9e9 solid;
	margin:0 auto;
}
footer .l_box h2{
	font-size:20px;
	margin-bottom:18px;
	position:relative;
}
footer .l_box h2:before{
	content:"";
	width:51px;
	height:51px;
	background:url(img/footer_logo.png) no-repeat;
	position:absolute;
	top:-10px;
	left:-70px;
}
footer .r_box{
	width:430px;
	padding-top:20px;
	text-align:center;
}
footer .r_box img{
	width:380px;
}
footer .copy{
	background:#efefef;
	text-align:center;
	padding:25px 0 27px;
	margin-top:70px;
	font-size:14px;
	line-height:1;
}
footer .to_top {
	position: fixed;
	width:60px;
	height:60px;
	background:#000;
	right: 0;
	bottom: 20px;
	z-index: 5000;
}




}



/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #005c80;
	border: 1px solid #005c80;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #005c80;
	color: #005c80;
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #005c80;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #005c80;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck {
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li
{
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

@media screen and (max-width: 431px) {
	div#mfp_overlay_background{
		width:430px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:430px !important;
	}
	div#mfp_overlay_inner{
		width:390px;
		max-width:none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width:300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width:298px;
	}
}
