/* CSS Document */
html{
	font-size:16px;
}
img{
	width:100%;
	height:auto;
	vertical-align:middle;
}
.wrap{
	max-width:600px;
	margin:0 auto;
}

.cv dl{
	position:relative;
	border-radius: 0 0 16px 16px;
}
.cv dl dd{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	text-align:center;
	width:87%;
}
.cv dl dd input[type="image"]{
	width:100%;
}
.cv .regular dd{
    bottom: 5%;
}
.cv .short dd{
    bottom: 5%;
}
.cv .check dd{
    bottom: 6.5%;
}
.cv .single dd{
    bottom: 10%;
}

.cv_btn-set button,
.cv_btn-tanpin button{
	border: none;
	background: none;
}


.cv_inner{
	position: relative;
}


.cv_btn-set{
	position: absolute;
	width: 86%;
	margin: 3% auto;
	left: 50%;
	transform: translateX(-50%);
}

.cv_btn-change{
	width: 90%;
	margin: 3% auto;
}

.cv_btn-tanpin{
	position: absolute;
	width: 86%;
	margin: 3% auto;
	bottom: 11%;
	left: 50%;
	transform: translateX(-50%);
}

.infomation{
	margin:5% 3% 0;
	font-size:17px;
}
.infomation table{
	margin:0 0 5% 0;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}
.infomation table th{
	background-color:#f6e9d7;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	color:#502e01;
	padding:3%;
	line-height:1.6;
	width:25%;
	font-weight:bold;
	text-align:left;
}
.infomation table td{
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	padding:3%;
	line-height:1.6;
}
.infomation_notice{
	margin:0 0 20px 0;
}

.infomation_notice li{
	margin:0 0 10px 0;
	line-height:1.6;
	text-indent:-2em;
	padding-left:2em;
}

.footer{
	padding:0 3% 3%;
	font-size:16px;
}
.footer_navi{
	padding:0 0 5%;
	text-align: center;
	line-height: 1.6;
	font-size: 1.2rem;
}
.footer_navi a{
	color:#000;
}
.footer_navi .sp{
	display:none;
}
.footer_navi .pc{
	display: inline-block;
}
.footer .copyright{
	text-align:center;
}

@media screen and (max-width: 480px) {
	.infomation{
		font-size:0.8rem;
	}
		
	.footer{
		font-size:16px;
	}
		
	.footer_navi{
		font-size: 0.75rem;
	}
	.footer_navi .sp{
		display: inline-block;
	}
	.footer_navi .pc{
		display:none;
	}
	.footer .copyright{
		font-size: 0.625rem;
	}

}

#floating_btn {
    position: fixed;
    bottom: 0;
    left: 0;
	right:0;
	margin:0 auto;
    width: 100%;
    z-index: 9999;
	max-width:580px;
}

.form_container_ec {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    position: relative;
    left: -25%;
}