@media all and (min-width: 641px) {

body {
	font-size: 100%; /* 16pt */
	color: #000000;
	background: #FFFFFF;
	line-height:1.85714285714286;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}

.container {
	width: 100%;
}

.container-inner {
	width: 1100px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}


#md-site{
	overflow:hidden;
}


/* HEADER */

#header {
	height:130px;
	position:absolute;
	top:0;
	left:0;
	margin:0;
}

#header .container-inner {
	
}

#header .h-logo{
	float:left;
	width:190px;
	margin-top:20px;
	line-height:0;
}
#header .h-logo a:hover {
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}

#header .secondary{
	float:right;
	width:430px;
	margin-top:20px;
}

#header .h-tel {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0;
	
}
#header .h-tel .sub{
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
}
#header .h-tel .num{
	display:block;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.5px;
	line-height:1.4;
}

.h-rv {
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	margin-bottom:5px;
	width:200px;
}
.h-rv .titles{
	display:block;
	text-align:center;
	font-size:13.5px;
	font-weight:bold;
	letter-spacing:0.3pt;
}
.h-rv .banner{
	display:block;
	letter-spacing:-.4em;
}

.h-rv .banner .banner-wrapper{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
	width:50%;
}

.h-rv .banner a{
	display:block;
	padding: 8px 5px 8px 8px;
	font-weight:bold;
	letter-spacing:0.3pt;
	line-height:1.0;
	border:2px solid #000000;
}
.h-rv .banner .banner-wrapper:last-child a{
	border-left:none;
}
.h-rv .banner a span{
	display:inline-block;
	padding-left:12px;
	background:url(../images/common/anchor-tohome.png) no-repeat 0 5px / 5px 8px;
}
.h-rv .banner a:hover{
	text-decoration:none;
	background-color:#FFF;
}
body#kids .h-rv .banner a{
	background-image:url(../images/common/h-tohome.png);
	background-repeat:repeat;
}

#header .h-tohome{
	width:200px;
	margin:0 0 0 auto;
	text-align:right;
}
#header .h-tohome a{
	display:inline-block;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	line-height:1.0;
	/*
	text-align:center;
	background:url(../images/common/h-tohome.png) repeat;
	border:1px solid #000000;
	*/
}
#header .h-tohome a span{
	display:inline-block;
	padding-left:12px;
	background:url(../images/common/anchor-tohome.png) no-repeat 0 2px / 6px 10px;
} 

#header .h-tohome a:hover{
	text-decoration:underline;
	/*
	background-color:#FFF;
	*/
}
#header .h-tohome a span:hover{
	text-decoration:underline;
}




/* NAV */

#nav{
	height:90px;
	margin:0;
	letter-spacing:-.4em;
	background-color: rgba(255,255,255,0.8);
}
#nav li{
	display:inline-block;
	vertical-align:middle;
	width:135px;
	height:90px;
	letter-spacing:normal;
}
#nav li.home{
	width:80px;
}
#nav li.step{
	width:185px;
}
#nav li.case,
#nav li.cost,
#nav li.reservation{
	width:110px;
}
#nav li.faq{
	width:100px;
}
#nav li a{
	display:block;
	width:100%;
	font-size:18px;
	font-weight:bold;
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Meiryo, "ƒƒCƒŠƒI", Osaka, "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height:86px;
	text-align:center;
	border-bottom:4px solid transparent;
}
#nav li a:hover,
#nav li.on a{
	background-color:#f3f3ef;
	text-decoration:none;
	border-bottom:4px solid #1eb5e1;
}
	
#nav li.home a{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/common/nav-home.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#nav li.case a,
#nav li.cost a,
#nav li.reservation a{
	letter-spacing:1em;
	text-indent:1em;
}



/* NAVIGATION */

#toggle {
	display: none;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}



	
/* TITLE */
#title{
	height:510px;
	background-image:url(../images/common/title-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#title .title-box{
	padding-top:250px;
	padding-left:55px;
}
#title .title-box .title{
	margin-bottom:20px;
}
#title .title-box .sub{
	display:inline-block;
	padding:5px 20px;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.5pt;
	background:url(../images/common/title-sub-bg.png) repeat;
}


/* CONTENT */

#content {
}

#content .container-inner {
	padding: 20px 0;
}

#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size:85.7142%;
}
#breadcrumb li.on{
	font-weight:bold;
}

#main {
	float: left;
	width: 680px;
}


#side {
	float: right;
	width: 240px;
}

.section {
	margin-bottom: 70px;
}

.section-s {
	margin-bottom: 40px;
}

.section-ss {
	margin-bottom: 20px;
}

#side .section {
	margin-bottom: 20px;
}

.pagetop {
	position:fixed;
	bottom:10px;
	right:10px;
	text-align: right;
	margin: 0;
}

.pagetop a:hover {
	text-decoration:none;
}

#crumb{
	margin-bottom:10px;
}
#crumb li{
	display:inline-block;
	font-size:12px;
}
#crumb li.parent:after{
	content:"\a0\FF1E\a0";
}

	
	.snslinks-list{
		letter-spacing:-.4em;
		text-align:center;
	}
	.snslinks-list li{
		display:inline-block;
		vertical-align:middle;
		width:300px;
		margin:0 20px;
	}
	.snslinks-list li a{
		display:block;
	}
	
	.cnav-list{
		letter-spacing:-.4em;
		text-align:center;
	}
	.cnav-list li{
		display:inline-block;
		vertical-align:middle;
		width:420px;
		margin:0 40px;
	}
	.cnav-list li a{
		display:block;
		padding:10px;
		border:2px solid #000000;
		line-height:1.6;
	}
	.cnav-list li a span.image{
		display:block;
		text-align:center;
	}
	.cnav-list li a span.image span{
		display:inline-block;
		padding:0 60px;
		background:url(../images/common/icon_arrow.png) no-repeat left center / 9px 15px;
	}
	.cnav-list li a span.text{
		font-weight:bold;
		letter-spacing:0.5pt;
		text-align:center;
	}
	.cnav-list li.kids a:hover{
		text-decoration:none;
		background-color:#f3f3ef;
	}
	.cnav-list li.teen a:hover{
		text-decoration:none;
		background-color:#f3f3ef;
	}
	.access-box{
		height:430px;
	}
	.access-box iframe{
        width: 100%;
		height:430px;
        border: none;
    }



/* SNAV */

#side #snav .snav-list > li.parent{
	margin-bottom:1px;
}
#side #snav .snav-list > li.parent > a{
	display:block;
	padding:5px 10px 5px 15px;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	font-family:"UD Shin Go Regular","UDVƒS R" , "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Meiryo, "ƒƒCƒŠƒI", Osaka, "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	letter-spacing:1px;
	background-color:#dcdddd;
}
#side #snav .snav-list > li.parent > a:hover,
#side #snav .snav-list > li.parent.on > a{
	color:#ffffff;
	background-color:#a40000;
	text-decoration:none;
}

#side #snav .snav-list > li.child {
	padding:5px 0;
}
#side #snav .snav-list > li.child > ul{
}
#side #snav .snav-list > li.child > ul li a {
	display:block;
	padding:2px 2px 2px 20px;
	background:url(../images/common/anchor-sv.png) no-repeat 7px 10px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
#side #snav .snav-list > li.child > ul li a:hover,
#side #snav .snav-list > li.child > ul li.on a {
	background:#FFF5F5 url(../images/common/anchor-rd.png) no-repeat 7px 10px;
	color:#a40000;
	text-decoration:none;
}





/* FOOTER */

#footer {
	border-top:2px solid #000000;
}

#footer .container-inner {
	padding:30px 0;
}

#footer .f-address{
	float:left;
	width:550px;
}
#footer .f-address .titles{
	margin-bottom:0;
	font-weight:bold;
}
#footer .f-address .place,
#footer .f-address .car,
#footer .f-address .train{
	margin-bottom:0;
}
#footer .f-address .links{
	margin-bottom:30px;
}
#footer .f-address .links a{
	font-weight:bold;
}
#footer .f-address .btn-land a{
	display:inline-block;
	padding:5px 10px;
	line-height:1.0;
	border:1px solid #000000;
}
#footer .f-address .btn-land a:hover{
	text-decoration:none;
	background-color:#f3f3ef;
}
#footer .f-address dl.tel dt{
	clear:both;
	float:left;
}
#footer .f-address dl.tel dd{
	margin-left:50px;
}

#footer .f-time{
	float:right;
	width:480px;
}
#footer .f-time .titles{
	font-weight:bold;
}
#footer .f-time table.charge{
	width:100%;
}
#footer .f-time table.charge tr th,
#footer .f-time table.charge tr td{
	vertical-align:middle;
	text-align:center;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
#footer .f-time table.charge tr th{
	padding:6px 4px;
}
#footer .f-time table.charge tr td{
	padding:6px 12px;
}
#footer .f-time table.charge tr:first-child th,
#footer .f-time table.charge tr:first-child td{
	border-top:1px solid #000000;
}
#footer .f-time table.charge tr th:last-child,
#footer .f-time table.charge tr td:last-child{
	border-right:none;
}

#footer .copyright {
	margin: 0;
	font-size: 14px;
	text-align:center;
}

.inlink{
    margin-top: -100px;
    padding-top: 100px;
}
	






/* COMMON */

.title-level01{
	margin-bottom:20px;
	font-size:30px;
	font-weight:bold;
	letter-spacing:1pt;
	text-align:center;
}

.title-level02{
	margin-bottom:15px;
	font-size:22px;
	font-weight:bold;
	letter-spacing:1pt;
	text-align:center;
}

.title-level02_2{
	margin-bottom:15px;
	padding:5px;
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	letter-spacing:1pt;
	text-align:center;
	background-color:#1eb5e1;
}

.title-level02_3{
	margin-bottom:15px;
	padding:5px;
	font-size:22px;
	font-weight:bold;
	letter-spacing:1pt;
	text-align:center;
	background-color:#f3f3ef;
}

.title-num{
	font-size:40px;
	font-weight:bold;
	letter-spacing:1pt;
	text-align:center;
	background:url(../images/common/title-num-bg.png) repeat-x center center;
}
.title-num span.wrapper{
	display:inline-block;
	padding:0 100px;
	background-color:#FFF;
}
.title-num span.wrapper span.nums{
	display:inline-block;
	min-height:80px;
	padding-left:116px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:80px 80px;
}
.title-num.num01 span.wrapper span.nums{
	background-image:url(../images/common/point_num01.png);
}
.title-num.num02 span.wrapper span.nums{
	background-image:url(../images/common/point_num02.png);
}
.title-num.num03 span.wrapper span.nums{
	background-image:url(../images/common/point_num03.png);
}
.title-num.num04 span.wrapper span.nums{
	background-image:url(../images/common/point_num04.png);
}
.title-num.num05 span.wrapper span.nums{
	background-image:url(../images/common/point_num05.png);
}
.title-num.num06 span.wrapper span.nums{
	background-image:url(../images/common/point_num06.png);
}
.title-num.num07 span.wrapper span.nums{
	background-image:url(../images/common/point_num07.png);
}
.title-num.num08 span.wrapper span.nums{
	background-image:url(../images/common/point_num08.png);
}
.title-num.num09 span.wrapper span.nums{
	background-image:url(../images/common/point_num09.png);
}

.title-num.kidsonly span.wrapper span.nums{
	position:relative;
}
.title-num.kidsonly span.wrapper span.nums:before{
	content:"";
	position:absolute;
	top:-40px;
	left:-10px;
	width:100px;
	height:30px;
	background-image:url(../images/common/kids-only-icon.png);
	background-repeat:no-repeat;
	background-size:100px 30px;
}


.descs{
	font-size:18px;
	letter-spacing:0.5pt;
	line-height:2.444;
	text-align:center;
}

.anchor-bk01 a{
	display:inline-block;
	padding-left:16px;
	font-weight:bold;
	background:url(../images/common/icon_arrow.png) no-repeat 0 8px / 9px 15px;
}

.c-ye{
	color:#fcc800;
}
.c-lbl{
	color:#1eb5e1;
}
.indent{
	padding-left:1em;
    text-indent:-1em;
}

.listmark-temp li{
	margin-left:1em;
}

.listmark-temp li span.mark{
	margin-left:-1em;
}

.listmark-indent li{
	padding-left:1em;
    text-indent:-1em;
}

.listmark-kids > li{
	padding-left:14px;
	background:url(../images/common/listmark-kids.png) no-repeat 0 8px;
	background-size:13px 13px;
}
.listmark-teen > li{
	padding-left:14px;
	background:url(../images/common/listmark-teen.png) no-repeat 0 8px;
	background-size:13px 13px;
}
.listmark-square > li{
	padding-left:20px;
    background:url(../images/common/listmark-square.png) no-repeat 0 7px;
    background-size:12px 12px;
}



/* TABLE */
table.t100p{
	width:100%;
}

/* TABLE TYPE02 - ƒvƒŒ[ƒ“ */
table.type02{
	border-collapse:collapse;
}
table.type02 th,
table.type02 td{
	padding:14px 25px;
	border:2px solid #000000;
}
table.type02 th{
	width:150px;
	text-align:center;
}
table.type02 th span{
    margin-left:15px;
}


/* SUBNAV */
.subnav  li{
    float: left;
    height:70px;
    box-sizing:border-box;
    font-size: 22px;
    font-weight: bold;  
    text-align: center;
    line-height: 70px;
 }
.subnav li a{
    display:block;
    height:70px;
    box-sizing:border-box;
    border:2px solid #000000; 
    background:url(../images/common/anchor-subnav.png) no-repeat 20px center;
    background-size:9px 15px;
}
.subnav li.nolink,
.subnav li a:hover{
    display:block;
    border:2px solid #C9CACA;
    color:#ffffff;
    text-decoration:none;
    background:url(../images/common/anchor-subnav_on.png) no-repeat 20px center, #C9CACA;
    background-size:9px 15px;
}

.subnav-two li{
    margin:0 65px 40px;
    width:420px;
}
.subnav-three li{
    margin:0 25px 40px 0;
    width:350px;
}
.subnav-three li:nth-child(3n+3){
    margin:0 0 40px 0;
}


/* BOX */
.sv-box{
	padding:30px 50px;
	background-color:#f3f3ef;
}

.bl-b-box{
    padding: 10px 18px 0;
    border:2px solid #1EB5E1;
    color:#1EB5E1;
    font-size: 20px;
    font-weight: bold;
}
.bl-b-box a{
    color:#1EB5E1;
}

.banner-interview-box{
    text-align:center;
}



	
	/* FLOW */
	.flow-area .flow-list{
		background-color:#f3f3ef;
	}
	.flow-area .flow-list > li{
		padding-left:80px;
		padding-bottom:40px;
        min-height: 126px;
	}
	.flow-area .flow-list > li.num01{
		background:
		url(../images/common/flow_num01.png) no-repeat 18px 0 / 50px 50px,
		url(../images/common/flow_arrow.png) no-repeat 26px 72px / 33px 41px;
	}
	.flow-area .flow-list > li.num02{
		background:
		url(../images/common/flow_num02.png) no-repeat 18px 0 / 50px 50px,
		url(../images/common/flow_arrow.png) no-repeat 26px 72px / 33px 41px;
	}
	.flow-area .flow-list > li.num03{
		background:
		url(../images/common/flow_num03.png) no-repeat 18px 0 / 50px 50px,
		url(../images/common/flow_arrow.png) no-repeat 26px 72px / 33px 41px;
	}
	.flow-area .flow-list > li.num04{
		background:
		url(../images/common/flow_num04.png) no-repeat 18px 0 / 50px 50px,
		url(../images/common/flow_arrow.png) no-repeat 26px 72px / 33px 41px;
	}
	.flow-area .flow-list > li.num05{
		background:
		url(../images/common/flow_num05.png) no-repeat 18px 0 / 50px 50px;
	}
	.flow-area .flow-list > li .titles{
		font-size:26px;
		font-weight:bold;
		letter-spacing:1pt;
	}
	.flow-area .flow-list > li .num-box .text .block01{
		float:left;
		width:500px;
	}
	.flow-area .flow-list > li .num-box .text .block02{
		float:right;
		width:330px;
	}
	.flow-area .flow-list > li .num-box .telnum .item{
		display:inline-block;
		vertical-align:middle;
		margin-right:5px;
		padding:1px 10px;
		color:#FFF;
		font-weight:bold;
		background-color:#9a8b7c;
	}
	.flow-area .flow-list > li .num-box .telnum .num{
		display:inline-block;
		vertical-align:middle;
		font-size:24px;
		font-weight:bold;
	}
	.flow-area .flow-list > li .num-box .reservation a{
		display:block;
		color:#5F554C;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		border:2px solid #9a8b7c;
	}
	.flow-area .flow-list > li .num-box .reservation a:hover{
		background-color:#D8D2CC;
	}
	.flow-area .flow-list > li.num01 .titles{
		letter-spacing:1em;
	}
	
	
	/* PRICE-HALF */
    
	.price-half-area .price-table span.small{
		font-size:85%;
	}
	.price-half-area .price-table span.pc-smallplus{
		font-size:75%;
	}
	.price-half-area .price-table.type01{
        width:900px;
        margin:0 auto 30px;
    }
	.price-half-area .price-table.type01 .boxl{
		float:left;
		width:380px;
	}
	.price-half-area .price-table.type01 .boxr{
		float:right;
		width:380px;
	}
	.price-half-area .price-table.type01 table{
		width:100%;
		text-align:center;
	}
	.price-half-area .price-table.type01 table th{
		padding:10px 20px;
		font-size:22px;
		font-weight:bold;
		text-align:center;
	}
	.price-half-area .price-table.type01 table td{
		padding:5px 20px;
		font-size:22px;
		font-weight:bold;
		text-align:center;
	}
	.price-half-area .price-table.type01 table th{
		background-color:#fbc72e;
		border-bottom:5px solid #ffffff;
	}
	.price-half-area .price-table.type01 table.kids th{
		background-color:#fbc72e;
	}
	.price-half-area .price-table.type01 table.teen th{
		color:#ffffff;
		background-color:#1db4e0;
	}
	.price-half-area .price-table.type01 table td{
		background-color:#f3f3ef;
	}
	.price-half-area .price-table.type01 ul{
		width:420px;
		margin:0 auto;
	}
    
    .price-half-area .price-table.type02{
        width:1100px;
        margin:0 auto 30px;
    }
	.price-half-area .price-table.type02 .boxl{
		float:left;
		width:535px;
	}
	.price-half-area .price-table.type02 .boxr{
		float:right;
		width:535px;
	}
	.price-half-area .price-table.type02 table{
		width:100%;
		text-align:center;
	}
	.price-half-area .price-table.type02 table th{
        width: 230px;
        padding: 5px 5px 5px 35px;
        color: #ffffff;
        font-size: 22px;
        font-weight: bold;
        background-color: #1eb5e1;
        border-right: 5px solid #ffffff;
	}
	.price-half-area .price-table.type02 table td{
        width:220px;
        padding: 5px 5px 5px 35px;
		font-size:22px;
		font-weight:bold;
		background-color:#f3f3ef;
	}
	.price-half-area .price-table.type02 table th,
    .price-half-area .price-table.type02 table td{
		border-bottom:20px solid #ffffff;
	}
	.price-half-area .price-table.type02 table td.pack{
        padding-left: 5px;
    }
    
    
    
    /*–â‘è‚È‚¯‚ê‚ÎÁ‚·*/
	/*.price-half-area .price-table .boxl{
		float:left;
		width:50%;
	}
	.price-half-area .price-table .boxr{
		float:right;
		width:50%;
	}
	.price-half-area .price-table table.type01{
		width:420px;
		margin:0 auto 10px;
		text-align:center;
	}
	.price-half-area .price-table table.type01 th,
	.price-half-area .price-table table.type01 td{
		padding:10px 20px;
		font-size:26px;
		font-weight:bold;
		text-align:center;
	}
	.price-half-area .price-table table.type01 th{
		background-color:#fbc72e;
		border-bottom:5px solid #ffffff;
	}
	.price-half-area .price-table table.type01.kids th{
		background-color:#fbc72e;
	}
	.price-half-area .price-table table.type01.teen th{
		color:#ffffff;
		background-color:#1db4e0;
	}
	.price-half-area .price-table table.type01 td{
		background-color:#f3f3ef;
	}
	.price-half-area .price-table table.type01 span.small{
		font-size:85%;
	}
	.price-half-area .price-table ul{
		width:420px;
		margin:0 auto;
	}*/
    
    
    /* FAQ */
    .wrapper-faq li{
        margin: 0 0 30px;
    }
    .wrapper-faq h3{
        margin: 0;
        padding:25px 20px 30px 130px;
        font-size: 20px;
        font-weight: bold;
        background-repeat:no-repeat;
        background-position:20px 32px;
    }
    .wrapper-faq .answer{
        padding:25px 50px 20px 130px;
        line-height:2;
        background-repeat:no-repeat;
        background-position:20px 30px;
    }
    .wrapper-faq .answer p{
        margin: 0;
    }
    
    .wrapper-faq li:nth-child(odd) h3{
        color:#1EB5E1;
    }
    .wrapper-faq li:nth-child(odd) .question-wrapper{
        background:url(../images/common/faq/arrow-bl.png) no-repeat 130px bottom;
        background-size:24px 20px;
    }
    .wrapper-faq li:nth-child(odd) .answer-wrapper{
        background:#DDF4FA;
    }
    
    .wrapper-faq li:nth-child(even) h3{
        color:#857567;
    }
    .wrapper-faq li:nth-child(even) .question-wrapper{
        background:url(../images/common/faq/arrow-si.png) no-repeat 130px bottom;
        background-size:24px 20px;
    }
    .wrapper-faq li:nth-child(even) .answer-wrapper{
        background:#F3F3EF;
    }
    
    .wrapper-faq .faq01 h3{
        background-image:url(../images/common/faq/icon-q01.png);
        background-size:45px 33px;
    }
    .wrapper-faq .faq01 .answer{
        background-image:url(../images/common/faq/icon-a01.png);
        background-size:43px 29px;
    }
    .wrapper-faq .faq02 h3{
        background-image:url(../images/common/faq/icon-q02.png);
        background-size:51px 33px;
    }
    .wrapper-faq .faq02 .answer{
        background-image:url(../images/common/faq/icon-a02.png);
        background-size:51px 29px;
    }
    .wrapper-faq .faq03 h3{
        background-image:url(../images/common/faq/icon-q03.png);
        background-size:52px 33px;
    }
    .wrapper-faq .faq03 .answer{
        background-image:url(../images/common/faq/icon-a03.png);
        background-size:50px 29px;
    }
    .wrapper-faq .faq04 h3{
        background-image:url(../images/common/faq/icon-q04.png);
        background-size:52px 33px;
    }
    .wrapper-faq .faq04 .answer{
        background-image:url(../images/common/faq/icon-a04.png);
        background-size:52px 29px;
    }
    .wrapper-faq .faq05 h3{
        background-image:url(../images/common/faq/icon-q05.png);
        background-size:53px 33px;
    }
    .wrapper-faq .faq05 .answer{
        background-image:url(../images/common/faq/icon-a05.png);
        background-size:51px 29px;
    }
    .wrapper-faq .faq06 h3{
        background-image:url(../images/common/faq/icon-q06.png);
        background-size:51px 33px;
    }
    .wrapper-faq .faq06 .answer{
        background-image:url(../images/common/faq/icon-a06.png);
        background-size:52px 29px;
    }
    .wrapper-faq .faq07 h3{
        background-image:url(../images/common/faq/icon-q07.png);
        background-size:54px 33px;
    }
    .wrapper-faq .faq07 .answer{
        background-image:url(../images/common/faq/icon-a07.png);
        background-size:51px 29px;
    }
    .wrapper-faq .faq08 h3{
        background-image:url(../images/common/faq/icon-q08.png);
        background-size:51px 33px;
    }
    .wrapper-faq .faq08 .answer{
        background-image:url(../images/common/faq/icon-a08.png);
        background-size:51px 29px;
    }
    .wrapper-faq .faq09 h3{
        background-image:url(../images/common/faq/icon-q09.png);
        background-size:53px 33px;
    }
    .wrapper-faq .faq09 .answer{
        background-image:url(../images/common/faq/icon-a09.png);
        background-size:51px 29px;
    }
    .wrapper-faq .faq10 h3{
        background-image:url(../images/common/faq/icon-q10.png);
        background-size:71px 33px;
    }
    .wrapper-faq .faq10 .answer{
        background-image:url(../images/common/faq/icon-a10.png);
        background-size:69px 29px;
    }
    .wrapper-faq .faq11 h3{
        background-image:url(../images/common/faq/icon-q11.png);
        background-size:63px 33px;
    }
    .wrapper-faq .faq11 .answer{
        background-image:url(../images/common/faq/icon-a11.png);
        background-size:61px 29px;
    }
    .wrapper-faq .faq12 h3{
        background-image:url(../images/common/faq/icon-q12.png);
        background-size:71px 33px;
    }
    .wrapper-faq .faq12 .answer{
        background-image:url(../images/common/faq/icon-a12.png);
        background-size:69px 29px;
    }
    .wrapper-faq .faq13 h3{
        background-image:url(../images/common/faq/icon-q13.png);
        background-size:70px 33px;
    }
    .wrapper-faq .faq13 .answer{
        background-image:url(../images/common/faq/icon-a13.png);
        background-size:68px 29px;
    }
    .wrapper-faq .faq14 h3{
        background-image:url(../images/common/faq/icon-q14.png);
        background-size:72px 33px;
    }
    .wrapper-faq .faq14 .answer{
        background-image:url(../images/common/faq/icon-a14.png);
        background-size:70px 29px;
    }
    .wrapper-faq .faq15 h3{
        background-image:url(../images/common/faq/icon-q15.png);
        background-size:71px 33px;
    }
    .wrapper-faq .faq15 .answer{
        background-image:url(../images/common/faq/icon-a15.png);
        background-size:69px 29px;
    }
    .wrapper-faq .faq16 h3{
        background-image:url(../images/common/faq/icon-q16.png);
        background-size:71px 33px;
    }
    .wrapper-faq .faq16 .answer{
        background-image:url(../images/common/faq/icon-a16.png);
        background-size:69px 29px;
    }
    
    
    /* MONOTONE-BOX */
    
    .monotone-box > li{
        margin: 0 0 100px;
    }
    .monotone-box .title{
        width:520px;
        display:table;
    }
    .monotone-box .text{
        width:520px;
        display:table;
    }
    .monotone-box .text .em{
    	color:#1eb5e1;
        font-weight: bold;
    }
    
    .monotone-box li:nth-child(odd) .title{
        float: left;
        background:url(../images/common/mono-arrow-l.png) no-repeat right center,#DDF4FA;
        background-size:15px 30px;
    }
    .monotone-box li:nth-child(odd) .text{
        float: right;
    }
    .monotone-box li:nth-child(even) .title{
        float: right;
        background:url(../images/common/mono-arrow-r.png) no-repeat left center,#DDF4FA;
        background-size:15px 30px;
    }
    .monotone-box li:nth-child(even) .text{
        float: left;
    }
    
    .monotone-box .title h3{
        display:table-cell;
        vertical-align:middle;
        color:#1EB5E1;
        font-size: 24px;
        font-weight: bold;
        background-repeat:no-repeat;
    }
    .monotone-box .text p{
        display:table-cell;
        vertical-align:middle;
    }
    .monotone-box li:nth-child(odd) .title h3{
        padding:20px 20px 10px 110px;
        background-position:25px center;
    }
    .monotone-box li:nth-child(even) .title h3{
        padding:20px 20px 10px 140px;
        background-position:45px center;
    }
    
    .monotone-box.faq .title{
        min-height:160px;
    }
    .monotone-box.faq .title h3{
        background-image:url(../images/common/mono-q.png);
        background-size:61px 92px;
    }
    .monotone-box.number .title{
        min-height:130px;
    }
    .monotone-box.number .number01 .title h3{
        background-image:url(../images/common/mono-no01.png);
        background-size:55px 70px;
    }
    .monotone-box.number .number02 .title h3{
        background-image:url(../images/common/mono-no02.png);
        background-size:55px 70px;
    }
    .monotone-box.number .number03 .title h3{
        background-image:url(../images/common/mono-no03.png);
        background-size:55px 70px;
    }
    .monotone-box.number .number04 .title h3{
        background-image:url(../images/common/mono-no04.png);
        background-size:55px 70px;
    }
    .monotone-box.number .number05 .title h3{
        background-image:url(../images/common/mono-no05.png);
        background-size:55px 70px;
    }
    
    
    /* CONTACT-BOX */
    .contact-box{
        padding: 30px 65px 20px 75px;
        background:#f3f3ef;
    }
    .contact-box h2{
        margin: 0 0 20px;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
    }
    .contact-box .tel{
        float: left;
        width:350px;
        padding:20px 0 0 80px;
        background:url(../images/common/contact-tel-icon.png) no-repeat left center;
        background-size:70px 70px;
        font-size: 22px;
        font-weight: bold;
    }
    .contact-box .mail{
        float: right;
        width:450px;
        padding:20px 0 0 80px;
        background:url(../images/common/contact-mail-icon.png) no-repeat left center;
        background-size:70px 70px;
        font-size: 22px;
        font-weight: bold;
    }
	
    
    
    
	
	.btn-type01 a{
		display:inline-block;
		padding:10px 20px;
		background-color:#f3f3ef;
	}
	.btn-type01 a span{
		display:block;
		font-weight:bold;
		letter-spacing:0.5pt;
		text-align:center;
		background:url(../images/common/icon_newwin.png) no-repeat right center;
		background-size:18px 18px;
	}
	.btn-type01 a:hover{
		background-color:#d8d8d8;
		text-decoration:none;
	}

	.btn-type02 a{
		display:inline-block;
		padding: 13px 23px ;
		font-weight:bold;
		letter-spacing:0.3pt;
		line-height:1.0;
		text-align:center;
		border:2px solid #000000;
	}
	.btn-type02 a span{
		display:inline-block;
		padding-left:12px;
		background:url(../images/common/anchor-tohome.png) no-repeat 0 5px;
		background-size:5px 8px;
	}
	.btn-type02 a:hover{
		text-decoration:none;
		background-color:#f3f3ef;
	}
    
	.rv-box .text{
        text-align: center;
        margin: 0 0 70px;
    }
	.rv-box .subnav li{
        font-size: 26px;
    }
	
	
	em{
		color: #e70000;
		font-weight: bold;
	}


}