@charset "UTF-8";
/* layout  ------------------------------*/
body{
	padding-top:190px;
	font-family: Verdana,Arial,Helvetica,'meirio','メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W4',Osaka,'ＭＳ Ｐゴシック',sans-serif;
}
.viewSpSidemenu{
	overflow:hidden;
}
.bg{

	background-color:#f2f2ea;
}

p{
	margin-bottom:1em;
}
.text-center{
	text-align:center;
}


.wrapper{
	font-size:16px;
	width:980px;
	margin:0 auto;
}
#header{
	text-align:right;
	background-color:#e4e4d4;
	padding-top:30px;
	position: fixed;
	top:0; left:0;
	width:100%;
	z-index:9999;
}

#sp_memnu{
	position: absolute;
	top:0;left:0;
	display:none;
}
#sp_menu_contents{
	background-color: rgba(0,0,0,0.25);
	position: fixed;
	top:0; left:-100%;
	display:none;
	width: 100%;
	padding-right:10%;
	height:100%;
	overflow:auto;
	z-index: 99999;
	text-align:left;
}
#header #sp_menu_contents li{
	display:block;
	background-color:#89d1d2;
}
#header #sp_menu_contents li a{
	display:block;
	font-size:18px;
	padding:0.5em;
	color:#FFF;
	background-color:#64c2c4;
	border-bottom:1px solid #89d1d2;
	text-decoration: none;
}
#sp_menu_contents dl{
	background-color:#FFF;
	margin:0;border:none;
}
#sp_menu_contents dt{
	color:#333;
	font-size:12px;
	font-weight:normal;
	background-color:#EEE;
}
#sp_menu_contents dt,
#sp_menu_contents dd{
	padding:0.25em 0.5em;
}



#header h1{
	float:left;
}


#info{
	width:570px;
	float:right;

}
#header li{
	display:inline;
}

#gnavi{
	margin-top:20px;
	background-color:#89d1d2;
}

#gnavi li{
	float:left;
	width:20%;
	text-align:center;
	border-right:1px solid #FFF;
}
#gnavi li:last-child{
	border:none;
}

#gnavi li >a{
	color:#FFF;
	font-weight: bold;
	padding:0.5em 0;
	display:block;
	text-decoration: none;
}



body > div:not(#header){
	padding:30px 0;
}


.wrapper img{
	max-width:100%;
	height:auto;
}


h2{
	margin-bottom:1em;
}
h3{
	font-size: 26px;
	font-weight: bold;
	margin:0.5em 0;
}
h4{
	font-size: 18px;
	font-weight: bold;
	margin:0.5em 0;
}
h5{
	font-size: 14px;
	font-weight: bold;
	margin:0.5em 0;
}


dl{
	border:1px solid #64c2c4;
	margin-bottom:1em;
}
dl dt{
	position:relative;
	color:#FFF;
	font-size:24px;
	padding:0.5em ;
	font-weight: bold;
	background-color:#64c2c4;
}
.wrapper >dl dt:after{
	content: "";
	border: 18px solid transparent;
	border-top: 18px solid #64c2c4;
	position: absolute;
	right: 50%;
	bottom: -36px;
}



ul.col3{
	padding:20px;
	background-color:#fff4bc;
}

ul.col3 li{
	position:relative;
	float:left;
	width:31.3%;
	padding:1em;
	height:5em;
	vertical-align: middle;
	margin:0 1%;
	background-color:#FFF;
}
ul.col3 li::before {
	content: "";
	bottom: 0;
	right: 0;
	border-top: 1.5em solid transparent;
	border-right: 1.5em solid #fff4bc;
	position: absolute;
	z-index: 100;
}







ul.col3 li.pt{
	padding-top:1.75em;
}

ol.step{
	padding:0 30px;
}
ol.step > li{
	position:relative;
	color:#FFF;
	font-size:20px;
	font-weight: bold;
	padding:0.5em 0 0.5em 30%;
	margin-bottom:10px;
	text-align:left;
	background-image:linear-gradient(-45deg, #64c2c4 50%, #89d1d2 50%, #89d1d2);
}
ol.step > li img{
	vertical-align: middle;
	margin-right:1em;
}

ol.step_s {
}
ol.step_s > li{
	padding-left:40px;
	font-size:18px;
	padding-bottom:0.5em;
}
ol.step_s > li:nth-child(1){
	background:url("../images/s1.gif") top left no-repeat;
}
ol.step_s > li:nth-child(2){
	background:url("../images/s2.gif") top left no-repeat;
}
ol.step_s > li:nth-child(3){
	background:url("../images/s3.gif") top left no-repeat;
}



div.col2 {
	margin-bottom:1em;
}
div.col2 > div{
	width:50%;
	float:left;
	text-align:left;
}

div.col2 > div:first-child {
	padding-right:15px;
}
div.col2 > div:last-child{
	padding-left:15px;
}

/*
div.col2.r > div:first-child {
	width:35%;
}
div.col2.r > div:last-child{
	width:65%;
}
*/






h3.green{
	position:relative;
	color:#64c2c4;
	text-align:center;
	border-bottom: 3px solid #64c2c4;
	margin-bottom: 1em;
}

h3.green:before{
	content: "";
	border: 18px solid transparent;
	border-top: 18px solid #64c2c4;
	position: absolute;
	right: 50%;
	bottom: -36px;
}
h3.green:after{
	content: "";
	border: 18px solid transparent;
	border-top: 18px solid #FFF;
	position: absolute;
	right: 50%;
	bottom: -32px;
}

.bg h3.green:after{
	border-top: 18px solid #f2f2ea;
}




div.col2 h3+h4{
	color:#666;
	text-align:center;
}


dl.pocket {
	border:none;
}
dl.pocket dt{
	background-color:#89d1d2;
	text-align:center;
	padding:1.25em 1em 2em 1em;
	background:#89d1d2 url("../images/pocket_dt_bg.gif") bottom center no-repeat;
	background-size:contain;
}




dl.pocket dd{
	padding: 1em 2em;
	background-color:#f0f0f0;

}

#aqua{
	position:relative;
}
#aqua .inner{
	position: absolute;
	top:130px; left:0;
	width:320px;
}
#aqua .inner p{
	text-align:left;
}


sup{
	font-size:14px;
}



table{
	width:100%;
	margin-bottom:1em;
	border-top:1px solid #d7d7d7;
}
table th{
	background-color:#cdecec;
}

table th,
table td{
	padding:0.5em;
	border-bottom:1px solid #d7d7d7;
}

.photo img{
	margin-bottom:1em;
}


.box{
	padding:1em;
	background-color:#eaf7f7;
	border:2px solid #64c2c4;

}
.box >h3{
	position:relative;
	color:#FFF;
	font-size:20px;
	text-align:center;
	font-weight: bold;
	padding:0;
	margin:0;
	background-image:linear-gradient(-45deg, #64c2c4 50%, #89d1d2 50%, #89d1d2);
}
.box li{
	font-size:18px;
	padding:0.5em 0.5em 0.5em 1.5em;
	border-bottom:1px dotted #DDD;
	background: url("../images/li_bg.gif") left center no-repeat;
}

.msg{
	font-size:20px;
	margin:1em 0;
}

#tieup{
	font-size:20px;
	position:relative;
	color:#64c2c4;
	padding:1em 2em;
	background-color:#eaf7f7;
	margin-top:1em;
}
#tieup:after {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 3em solid transparent;
	border-left: 3em solid #cdecec;
	position: absolute;
}

#copyright{

	font-size:12px;
	text-align:center;
	pading:3em 0;

}
