/*--------------------------------
▼reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ol,ul{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
body{
	font-size: 16px;
	font-family: "Rounded Mplus 1c",sans-serif;
	color: #654843;
	-webkit-text-size-adjust: 100%;
}
a{
	transition: 0.5s;
}
.wrap{
	padding: 60px 0 0 0;
}
.wrap.form {
    padding: 92px 0 0 0;
}
.clear{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/*--------------------------------
header
--------------------------------*/
.top{
	height: 60px;
	position: relative;
	background: #fff;
	position:fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.top .inner{
	height: 60px;
	overflow: hidden;	
}
.top h1{
	height: 60px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200px 60px;
	overflow: hidden;
}
.logo-3ban{
	background-image: url(../images/logo-y3ban.png);
}
.logo-4ban{
	background-image: url(../images/logo-y4ban.png);
}
.logo-5ban{
	background-image: url(../images/logo-y5ban.png);
}
.logo-6ban{
	background-image: url(../images/logo-y6ban.png);
}
.logo-7ban{
	background-image: url(../images/logo-y7ban.png);
}
.logo-8ban{
	background-image: url(../images/logo-y8ban.png);
}

.top h1 a,.top h1 span,.top p span{
	padding: 60px 0 0 0;
	display: block;
}
.js-open-nav{
	width: 40px;
	height: 60px;
	display: block;
	position: absolute;
	overflow: hidden;
	background: url(../images/icon_gnav.png) no-repeat center top;
	background-size: 60px;
	z-index: 3;
	top: 0;
	right: 0;
}
.gnav{
	background: #2485c5;
	display: none;
	position: fixed;
	top: 60px;
	right: 0;
	left: 0;
}
.gnav ul{
}
.gnav li{
	text-align:center;
	box-shadow: 0 -1px 0 rgba(255,255,255,.1) inset;
}
.gnav li a{
	padding: 0 0 10px 0;
	display: block;
	position: relative;
	line-height: 50px;
	color: #fff;
}

/*--------------------------------
Search
--------------------------------*/
.search-block{
	background: #fff6e6;
}
.search-block .inner{
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}

.member-search{
	margin:0;
	padding:0 20px;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
}
.member-search header{
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.member-search h1{
	padding: 40px 0 0 0;
	background: url(../images/bg_searchhead.png) no-repeat center top;
	background-size: 200px 40px;
}
.member-search fieldset{
	padding: 0 0 10px 0;
	display:flex;
	flex-basis: 50%;
}
.member-search label{
	width: 60px;
	display:block;
	line-height: 50px;
	text-align: center;
	
}
.member-search select{
	padding: 0 0 0 10px;
	width: 100%;
	height: 50px;
	background: url(../images/icon_select.png) no-repeat right #e2f0fe;
	background-size: 40px 50px;
	border-radius: 10px;
	border: 2px solid #b3d6ff;
	color: #666;
}
.member-search footer{
	padding:10px 0 20px 0;
	width: 100%;
	text-align: center;
}
.member-search button{
	margin: 0 auto;
	width: 210px;
	height: 50px;
	display; block;
	background: url(../images/icon_searchbtn.png) no-repeat 0 0 #f9753f;
	background-size: 50px;
	color: #fff;
	border-radius: 25px;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
	transition: 0.4s;
	transform:translate3d(0,0,0);
}
.member-search button:hover{
	box-shadow: 1px 1px 0 rgba(0,0,0,.1);
	transform:translate3d(0,1px,0);
}

/*--------------------------------
Contents
--------------------------------*/
.heading{
	width: 100%;
	height: 40px;
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
}
.heading h1{
	padding: 40px 0 0 0;
	background-image: url(../images/bg_heading.png);
	background-repeat: no-repeat;
	background-size: 480px 240px;
}
.voice-head{
	background-position:center 0;
}
.terms-head{
	background-position:center -40px;
}
.privacy-head{
	background-position:center -80px;
}
.faq-head{
	background-position:center -120px;
}
.result-head{
	background-position:center -160px;
}
.entry-head{
	background-position:center -200px;
}
.top-contents{
	padding: 10px;
}
.contents{
}
.contents .inner{
	padding:10px;
}

.result_contents{
	padding:10px;
}

.voice{
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff6e6;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.voice-detail{
	padding: 0 0 0 10px;
	flex-basis: 180px;
	flex-grow: 1;
}
.voice-detail li{
	display:flex;
	text-align: center;
	line-height: 30px;
	border-bottom: 2px dotted #c7b190;
}
.voice-detail li p:nth-of-type(1){
	width: 40%;
	font-size: 10px;
}
.voice-detail li p:nth-of-type(2){
	width: 60%;
	font-size: 14px;
}
.voice figure{
	padding: 4px;
	width: 90px;
	height: 90px;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.voice img{
	width: 82px;
	height: 82px;
}
.voice-txt{
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.result{
	width: 100%;
}
.result .inner{
	padding: 10px;
	background: #fff6e6;
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.result-detail ul{
	
}
.result-detail li{
	display:flex;
	text-align: center;
	line-height: 40px;
	border-bottom: 2px dotted #c7b190;
}
.result-detail li p:nth-of-type(1){
	width: 30%;
	font-size: 12px;
}
.result-detail li p:nth-of-type(2){
	width: 70%;
	font-size: 16px;
}
.result figure{
	padding: 0 0 10px 0;
	text-align: center;
}
.result figure img{
	padding: 4px;
	width: 152px;
	height:107px;
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.result-txt{
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.general{
	padding: 10px;
	background: #fff6e6;
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.general h3{
	padding: 10px 0;
	font-size:16px;
	line-height: 20px;
	border-bottom: 2px dotted #c7b190;
}
.general p{
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
}
.reg-desc{
	padding: 110px 0 0 0;
	background: url(../images/bg_regdesc.jpg) no-repeat center top;
	background-size: 512px 100px;
	
}
.reg-desc p{
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	background: #fff6e6;
	border: 1px solid #c7b190;

}
.sub-txt{
	height: 120px;
	overflow: hidden;
	background: url(../images/bg_subtxt.jpg) no-repeat center top;
	background-size: 320px 120px;
}
.sub-txt span{
	padding: 120px 0 0 0;
	display: block;
}
/*--------------------------------
Button
--------------------------------*/
.reg-btn{
	padding: 10px 0;
}
.reg-btn a{
	height: 60px;
	display: block;
	overflow:hidden;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
	transform:translate3d(0,0,0);
	background-size: 300px 60px;
}

.reg-btn a span{
	padding: 60px 0 0 0;
	display: block;
}
.reg-btn-main{
	background: url(../images/btn_regbtn_main.png) no-repeat center top #f9753f;
	border-radius: 30px;
}
.reg-btn-sub{
	background: url(../images/btn_regbtn_sub.png) no-repeat center top #2286c1;
	border-radius: 10px;
}
.reg-btn-general{
	background: url(../images/btn_regbtn.png) no-repeat center top #f9753f;
	border-radius: 30px;
}

.bottom-btn{
	margin: 10px 0 0 0;
	padding: 110px 0 0 0;
	background: url(../images/bg_regdesc.jpg) no-repeat center top;
	background-size: 512px 100px;
}

/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 20px 0;
	border-top: 1px solid #f0ece6;
	background: #fffdfa;
	text-align: center;
}
.footer small{
	
}

/*--------------------------------
form
--------------------------------*/
.remaining{
    margin: 0 auto;
    padding: 4px;
    height: 32px;
    background: #093e5e;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 32px;
    display: block;
    background: #2286c1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 7px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.remaining span{
	color: white;
}
.remaining.fix{
	top: 0;
}
.remaining + .top{
	margin-top: 32px;
}
.notice-box{
    margin: 24px 16px;
    padding: 8px;
    background: #f29b76;
    text-align: center;
    color: white;
}
.form-wrapper{
    margin-bottom: 32px;
    padding: 0 16px;
}
.form-box{
	margin: 8px 0 32px;
}
.form-label{
	margin-bottom: 8px;
	padding: 8px;
	display: block;
	background: #2286c1;
	text-align: center;
	color: white;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	height: 60px;
	background: #fff;
	position: relative;
	font-size: 16px;
}
textarea{
	resize: vertical;
	height: auto;
}
select{
	padding: 8px 20px 8px 8px;
	height: 60px;
	background: url(../images/icon-select.webp) no-repeat right center / 20px, #fff;
	border: 1px solid #ddd;
	color: black;
}
select:focus{
	background: url(../images/icon-select.webp) no-repeat right center / 20px, #ffffe5;
}
.radio-box{
	display: flex;
}
.regular-radio{
	display: none;
}
.radio-label{
	width: 50%;
	line-height: 58px;
}
.radio-label-text{
	background: #fff;
	display: block;
	transition: .3s;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: black;
}
.radio-label:nth-of-type(1) .radio-label-text{
	border-radius: 4px 0 0 4px;
	border-right: 0;
}
.radio-label:nth-of-type(2) .radio-label-text{
	border-radius: 0 4px 4px 0;
}
.regular-radio:checked + .radio-label-text{
	background: #eb739f;
	color: #fff;
}
.regular-checkbox{
	margin-bottom: 5px;
	padding: 5px;
	display: block;
	background: #eee;
	font-size: 18px;
	border: 1px solid #eb739f;
}
.regular-checkbox input:checked + .check-label{
	color: #eb739f;
}
.form-msg,
.alert-msg{
	font-size: 14px;
}
.form-box .form-msg{
	margin: 8px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 8px 0 0;
	padding: 4px;
	background: #ff6d6d;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.form-item{
	position: relative;
}
.form-border{
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: center;
}
input[type=text]:focus + .form-border::after,
input[type=tel]:focus + .form-border::after,
input[type=password]:focus + .form-border::after,
textarea:focus + .form-border::after{
	margin: 0 auto;
	width: 0%;
	height: 2px;
	content: "";
	background: #eb739f;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform-origin: center;
	animation: fade-border .3s ease .1s forwards;
}
@keyframes fade-border{
	0%{width: 0%;opacity: 0;}
	100%{width: 100%;opacity: 1;}
}
.entry-btn .btn-area{
    margin: 0 0 32px;
}
.entry-btn .regist-btn{
	margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 60px;
    display: block;
    border: 0;
    background: #f9753f;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
    overflow: hidden;
    border-radius: 30px;
    transition: 0.4s;
    color: #fff;
}
.entry-btn .regist-btn{
	filter: grayscale(1);
	pointer-events: none;
	cursor: inherit;
}
.entry-btn .regist-btn.active{
	filter: grayscale(0);
	pointer-events: auto;
	cursor: pointer;
}
.ymd-box{
	column-gap: 8px;
}
.ymd-box,
.area-box{
	display: flex;
	justify-content: space-between;
}
.ymd-box select{
	flex-shrink: 1;
}
.area-box select,
.area-box .sub-area{
	width: calc(50% - 4px);
}
.area-box .sub-area select{
	width: 100%;
	flex-shrink: 0;
}

#popup{padding:10px;background:#f0f0f0;}
#popup article{padding:0;background:#fff;}
#popup header{padding:0;}
#popup header h1{padding:0 10px;height:50px;line-height:50px;background:#2286c1;font-size:16px;color:#fff;}
#popup article h3{padding:10px;color:#2286c1;line-height:30px;}
#popup article p{padding:10px;line-height:18px;color:#666;}

body .lpprtitle {
	background:#ffbe6a;
}
body .lpprbox {
	background:#fff6e6;
}

/* campaign */
#campaign h4 {border:0; font-size:14px; color:#000; text-indent:0; padding:10px 0 10px 20px;}
#campaign h5 {font-weight:normal; font-size:12px;color:#000; padding:10px 0 10px 20px;}
#campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; color:#aaa; padding:0;}
#campaign strong {font-weight:bold; color:#f00;}
.camMenu { margin-bottom:10px;padding-left:20px;}
.camMenu dt { font-weight:bold; font-size:16px; margin:5px 0;}
.camMenu dt:before{content:""; color:#714769;}
.camMenu dd {margin-bottom:10px;}
.camMenu table {border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}

#campaign_btn,#campaign_btn_entry {position:absolute; top:0px; left:0; }
#campaign_btn a,#campaign_btn_entry a {width:60px; height:60px; display:block; background:url(../images/cam_btn.png) no-repeat 0 0; text-indent:120%; overflow:hidden; white-space:nowrap; background-size:contain;}
