@charset "UTF-8";

/*--------------------------------
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;
}
ul li{
	list-style-type: 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[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
common
--------------------------------*/
body{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.6;
	font-size: 16px;
	color: #330000;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
}
a{
	color: #3381ff;
}
img{
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.primary-heading{
	margin: 32px 48px;
	padding-bottom: 3px;
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #cc6666;
}
.primary-heading::after{
	width: 20px;
	height: 30px;
	background: url(../images/heading-btm.webp) no-repeat left bottom / contain;
	left: 0;
	right: 0;
	bottom: -14px;
}
.about .primary-heading::after{
	background: url(../images/heading-btm-about.webp) no-repeat left bottom / contain;
}
.primary-heading .inner{
	padding: 0 0 6px;
	display: inline-block;
	border-bottom: solid 2px #8f541a;
	position: relative;
}
.primary-heading .inner::before,
.primary-heading .inner::after{
	width: 24px;
	height: 22px;
	bottom: -2px;
}
.primary-heading .inner::before{
	background: url(../images/heading-left.webp) no-repeat left bottom / contain;
	left: -24px;
}
.primary-heading .inner::after{
	background: url(../images/heading-right.webp) no-repeat right bottom / contain;
	right: -24px;
}
.secondary-heading,
.content-body h3,
.general-parts .secondary-heading,
.form-label{
	margin: 0 16px;
	line-height: 1.6;
	font-size: 16px;
	color: #cc3366;
}
.content-body h3,
.general-parts .secondary-heading,
.form-label{
	margin: 0;
}
.btn-area{
    margin: 32px;
    padding: 2px;
}
.btn-area.fix{
	margin: 0 auto 32px;
	padding: 0 32px;
	max-width: 622px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.regist-btn,
.entry-btn .regist-btn.active{
	padding: 12px;
	width: 100%;
	display: block;
	background: -webkit-linear-gradient(top, rgba(204,102,153,1) 0%,rgba(204,51,102,1) 50%,rgba(204,102,153,1) 100%);
	background: linear-gradient(to bottom, rgba(204,102,153,1) 0%,rgba(204,51,102,1) 50%,rgba(204,102,153,1) 100%);
	border: solid 2px white;
	border-radius: 100px;
	outline: solid 2px #cc3366;
	box-shadow: -2px -2px 4px rgba(0,0,0,0.4) inset;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
	pointer-events: auto;
}
.regist-btn,
.review .box,
.feature .li .link{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.primary-heading::after,
.primary-heading .inner::before,
.primary-heading .inner::after,
.review .head .right::before,
.feature .li .link::before,
.feature .li .link::after{
	content: "";
	margin: auto;
	position: absolute;
}
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
    padding: 16px;
    background: url(../images/logo.webp) no-repeat center left / contain, url(../images/header-bg.webp) no-repeat top center / cover;
}
.header .ban{
	text-align: right;
}
.header .ban img{
	width: 140px;
	filter: drop-shadow(0 0 4px white) drop-shadow(0 0 4px white) drop-shadow(0 0 4px white) drop-shadow(0 0 4px white);
}

/*--------------------------------
contents
--------------------------------*/
.hero{
    position: relative;
}
.hero .ban{
	height: 30px;
	position: absolute;
	left: 41%;
	right: 4%;
	bottom: 20.8%;
	text-align: center;
}
.hero .ban img{
	height: 100%;
}
.trial-campaign{
    margin: 4px 16px 16px;
    padding: 16px;
    background: url(../images/campaign-bg.webp) no-repeat top center / cover;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.trial-campaign .primary-heading{
	margin: 0 0 12px;
	padding: 0;
}
.trial-campaign .primary-heading::after,
.feature .primary-heading::after{
	display: none;
}
.trial-campaign .ul{
	padding: 16px;
	background: white;
	border-radius: 4px;
}
.trial-campaign .ul .li{
	margin-bottom: 8px;
	color: #663300;
}
.trial-campaign .ul .li:last-child{
	margin-bottom: 0;
}
.trial-campaign .li .num{
	padding: 2px 6px;
	display: inline-block;
	background: #663300;
	border-radius: 20px;
	line-height: 1;
	color: white;
}
.about{
    padding: 0 16px 16px;
    background: url(../images/about-bg.webp) no-repeat top center / cover;
    overflow: hidden;
}
.about .text{
    margin-bottom: 16px;
}
.about .text:last-child{
	margin-bottom: 0;
}
.review .box{
    margin: 0 16px 32px;
    padding: 16px;
    border: solid 1px #cc9966;
}
.review .box.woman{
    box-shadow: 4px 4px 4px #ffd6e3;
}
.review .box.man{
    box-shadow: 4px 4px 4px #d6f1f1;
}
.review .head{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}
.review .head .left{
    margin-right: 16px;
    width: 64px;
    display: flex;
    align-items: center;
}
.review .left img{
    border-radius: 4px;
}
.review .head .right{
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    border-radius: 4px;
    position: relative;
    color: white;
}
.review .head .right::before{
	height: 1px;
	border: solid 8px transparent;
	top: 0;
	left: -20px;
	bottom: 0;
}
.review .woman .right::before{
	border-right: solid 12px #dca5ba;
}
.review .man .right::before{
	border-right: solid 12px #99cccc;
}
.review .woman .right{
    background: #dca5ba;
}
.review .man .right{
    background: #99cccc;
}
.review .right .text{
	display: flex;
	align-items: center;
	flex: 1;
	font-weight: bold;
}
.review .right .info{
	text-align: right;
}
.graph{
    margin-bottom: 32px;
}
.graph .img-box{
    margin-bottom: 16px;
}
.graph .text-box{
    margin: 0 32px 16px;
    padding: 8px;
    border: solid 2px #cc3366;
    border-radius: 4px;
}
.graph .text{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.graph .text .strong{
    color: #cc3366;
}
.graph .text .big{
    font-size: 30px;
    line-height: 1;
}
.feature{
    background: url(../images/feature-bg.webp) no-repeat top center / contain;
}
.feature .primary-heading{
    margin: 0 16px 16px;
    padding: 0;
}
.feature .ul{
	margin-bottom: 32px;
}
.feature .li{
    margin: 0 16px 12px;
}
.feature .li .link{
    min-height: 60px;
    padding: 4px 48px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.6);
    border: solid 2px rgba(225,204,184,0.6);
    position: relative;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    color: #330000;
}
.feature .li .link::before{
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 40px;
	left: 4px;
}
.feature .li:nth-child(1) .link::before{
	background-image: url(../images/feature-num1.webp);
}
.feature .li:nth-child(2) .link::before{
	background-image: url(../images/feature-num2.webp);
}
.feature .li:nth-child(3) .link::before{
	background-image: url(../images/feature-num3.webp);
}
.feature .li .link::after{
	width: 12px;
	height: 12px;
	border-right: solid 1px #cdac8a;
	border-bottom: solid 1px #cdac8a;
	transform: rotate(45deg);
	right: 12px;
	bottom: 12px;
}
.feature .link .strong{
    font-size: 16px;
    font-weight: bold;
    color: #cc3366;
}
.feature .box .secondary-heading{
    margin: 0 0 16px;
    padding: 16px 16px 16px 84px;
    line-height: 1.3;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: white;
}
.feature .secondary-heading .small{
	font-size: 21px;
	font-weight: normal;
}
.feature .box:nth-of-type(1) .secondary-heading{
	background: url(../images/feature-heading1-num.webp) no-repeat left 12px center / 72px, url(../images/feature-heading1-bg.webp) no-repeat top center / cover;
}
.feature .box:nth-of-type(2) .secondary-heading{
	background: url(../images/feature-heading2-num.webp) no-repeat left 12px center / 72px, url(../images/feature-heading2-bg.webp) no-repeat top center / cover;
}
.feature .box:nth-of-type(3) .secondary-heading{
	background: url(../images/feature-heading3-num.webp) no-repeat left 12px center / 72px, url(../images/feature-heading3-bg.webp) no-repeat top center / cover;
}
.feature .box .text{
	margin: 0 16px 16px;
}
.feature .box .regist-btn{
	background: -webkit-linear-gradient(top, rgba(204,153,102,1) 0%,rgba(153,102,0,1) 50%,rgba(204,153,102,1) 100%);
	background: linear-gradient(to bottom, rgba(204,153,102,1) 0%,rgba(153,102,0,1) 50%,rgba(204,153,102,1) 100%);
	outline: solid 2px #996633;
	box-shadow: -2px -2px 4px rgba(0,0,0,0.4) inset;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
}
.question{
    background: url(../images/question-bg.webp) no-repeat center / contain;
}
.question .text{
    margin: 0 16px 24px;
}
.question .text.strong{
    font-size: 20px;
    font-weight: bold;
    color: #cc3366;
}
.content-body{
    padding: 0 16px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 24px;
}
.disc li{
	margin: 0 0 16px;
	padding-left: 8px;
	border-left: solid 1px #cc3366;
}
.disc li:last-child{
	margin-bottom: 24px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.content-body .ex:last-of-type,
.content-body p .ex:last-of-type{
	margin-bottom: 32px;
}
.general h4{
    margin: 16px 0 4px;
    padding-bottom: 4px;
    border-bottom: solid 1px;
    line-height: 1.4;
    font-weight: normal;
}
.close .regist-btn{
	cursor: pointer;
}

/*--------------------------------
form
--------------------------------*/
.remaining{
    margin: 0 auto;
    padding: 4px;
    height: 32px;
    max-width: 750px;
    background: #7a1839;
    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: #cc3366;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.remaining span{
	color: white;
}
.remaining.fix{
	top: 0;
}
.remaining + .header{
	margin-top: 32px;
}
.form-wrapper{
    margin-bottom: 32px;
    padding: 0 16px;
}
.form-box{
	margin-bottom: 32px;
}
.form-label{
	margin: 0 0 8px;
	display: block;
}
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;
}
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{
	padding: 4px 0 0 0;
	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{
	padding: 4px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 6px 0 0;
	background: #ff6d6d;
	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 16px 32px;
}
.entry-btn .regist-btn{
	background: -webkit-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(128,128,128,1) 50%,rgba(153,153,153,1) 100%);
	background: linear-gradient(to bottom, rgba(153,153,153,1) 0%,rgba(128,128,128,1) 50%,rgba(153,153,153,1) 100%);
	outline: solid 2px #7f7f7f;
	box-shadow: none;
    pointer-events: none;
}
.ymd-box,.area-box{
	display: flex;
	justify-content: space-between;
}
.ymd-box select{
	width: 32%;
	flex-shrink: 0;
}
.area-box select,
.area-box .sub-area{
	width: 49%;
	flex-shrink: 0;
}
.area-box .sub-area select{
	width: 100%;
	flex-shrink: 0;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4{
	border: 0;
	font-size: 1.4rem;
	color:#333;
	text-indent: 0;
	padding: 10px 0 10px 20px;
}
.campaign h5{
	font-weight: normal;
	font-size: 1.2rem;
	color:#333;
	padding: 10px 0 10px 20px;
}
.campaign p{
	padding: 0 10px 0 20px;
}
.cam_msg{
	font-size: 1.1rem;
	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: 1.6rem;
	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: 50px;
	right: 0;
	z-index: 1;
}
#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;
}
.lpprtitle{
	background-color: #323232!important;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	padding: 12px 16px;
	display: block;
	color: #fff;
}
.copy{
	padding: 16px;
	display: block;
	color: #fff;
}
body #pr{
	margin: auto;
	max-width: 410px;
	right: 0;
	bottom: -100px;
}
.btn-area.close + .footer .copy{
    padding: 16px 16px 112px;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:359px){
    .mbr{
		display: block;
    }
	.hero .ban{
	    height: 26px;
	    bottom: 20.8%;
	}
	.review .head{
	    flex-direction: column;
	}
	.review .head .left{
	    margin: 0 0 20px;
	    width: 100%;
	    justify-content: center;
	}
	.review .left img{
	    width: 100px;
	}
	.review .head .right::before{
	    width: 1px;
	    border: solid 8px transparent;
	    top: -21px;
	    left: 0;
	    right: 0;
	    bottom: inherit;
	}
	.review .woman .right::before{
	    border-bottom: solid 12px #dca5ba;
	}
	.review .man .right::before{
		border-bottom: solid 12px #99cccc;
	}
	.graph .text-box{
	    margin: 0 16px 16px;
	}
}

/*--------------------------------
media query landscape
--------------------------------*/
@media screen and (min-width:568px){
	.lbrn{
		display: none;
    }
	.hero .ban{
		height: 46px;
	}
	.trial-campaign .primary-heading{
	    margin: 0 88px 12px;
	}
	.feature .li{
	    margin: 0 32px 16px;
	}
	.feature .box .secondary-heading{
	    padding: 32px 16px 32px 84px;
	}
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 750px){
	body{
		font-size: 28px;
	}
	.lbrn{
		display: inherit;
    }
	.primary-heading{
	    margin: 64px 96px 48px;
	    padding-bottom: 6px;
	    font-size: 40px;
	}
	.primary-heading .inner{
	    padding: 0 8px 12px;
	    min-width: 264px;
	}
	.primary-heading::after{
	    width: 28px;
	    height: 34px;
	    bottom: -18px;
	}
	.primary-heading .inner::before,
	.primary-heading .inner::after{
	    width: 32px;
	    height: 28px;
	    bottom: -2px;
	}
	.primary-heading .inner::before{
	    left: -32px;
	}
	.primary-heading .inner::after{
	    right: -32px;
	}
	.secondary-heading,
	.content-body h3,
	.general-parts .secondary-heading,
	.form-label{
	    margin: 0 56px;
	    font-size: 28px;
	}
	.btn-area{
	    margin: 64px;
	    padding: 4px;
	}
	.btn-area.fix{
		margin: 0 auto 64px;
	}
	.regist-btn,
	.entry-btn .regist-btn.active{
	    padding: 12px 24px;
	    border: solid 3px white;
	    outline: solid 3px #cc3366;
	    box-shadow: -4px -4px 8px rgb(0 0 0 / 40%) inset;
	    font-size: 36px;
	}
	.hero .ban{
	    height: 64px;
	}
	.trial-campaign{
	    margin: 8px 32px 32px;
	    padding: 32px;
	    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	}
	.trial-campaign .primary-heading{
	    margin: 0 46px 24px;
	}
	.trial-campaign .ul{
	    padding: 32px;
	}
	.trial-campaign .ul .li{
	    margin-bottom: 16px;
	}
	.trial-campaign .li .num{
	    padding: 2px 9px;
	}
	.about{
	    padding: 0 64px 64px;
	}
	.review .box{
	    margin: 0 32px 64px;
	    padding: 32px;
	    border: solid 1px #cc9966;
	}
	.review .box.woman{
	    box-shadow: 8px 8px 12px #ffd6e3;
	}
	.review .box.man{
	    box-shadow: 8px 8px 12px #d6f1f1;
	}
	.review .head{
	    margin-bottom: 32px;
	}
	.review .head .left{
	    margin-right: 56px;
	    width: 190px;
	}
	.review .head .right{
	    padding: 40px;
	    font-size: 24px;
	}
	.review .head .right::before{
	    border: solid 14px transparent;
	    left: -38px;
	}
	.review .woman .right::before{
	    border-right: solid 24px #dca5ba;
	}
	.review .man .right::before{
	    border-right: solid 24px #99cccc;
	}
	.graph{
	    margin-bottom: 64px;
	}
	.graph .img-box{
	    margin-bottom: 32px;
	}
	.graph .text-box{
	    margin: 0 96px 32px;
	    padding: 16px;
	    border: solid 4px #cc3366;
	    border-radius: 8px;
	}
	.graph .text{
	    font-size: 36px;
	    line-height: 1.6;
	}
	.graph .text .big{
	    font-size: 50px;
	}
	.feature .primary-heading{
	    margin: 0 32px 32px;
	}
	.feature .ul{
	    margin-bottom: 64px;
	}
	.feature .li{
	    margin: 0 64px 16px;
	}
	.feature .li .link{
	    min-height: 102px;
	    padding: 8px 72px 8px 108px;
	    border: solid 3px rgba(225,204,184,0.6);
	    font-size: 24px;
	    text-align: center;
	    line-height: 1.3;
	}
	.feature .link .strong{
	    font-size: 32px;
	}
	.feature .li .link::before{
	    width: 88px;
	    height: 94px;
	    background-size: contain;
	    left: 12px;
	}
	.feature .li .link::after{
	    width: 20px;
	    height: 20px;
	    border-right: solid 2px #cdac8a;
	    border-bottom: solid 2px #cdac8a;
	    right: 20px;
	    bottom: 28px;
	}
	.feature .box .secondary-heading{
	    margin: 0 0 32px;
	    padding: 32px 120px 32px 164px;
	    line-height: 1.3;
	    font-size: 58px;
	}
	.feature .secondary-heading .small{
	    font-size: 38px;
	}
	.feature .box:nth-of-type(1) .secondary-heading{
		background: url(../images/feature-heading1-num.webp) no-repeat left 28px center / 133px, url(../images/feature-heading1-bg.webp) no-repeat top center / cover;
	}
	.feature .box:nth-of-type(2) .secondary-heading{
		background: url(../images/feature-heading2-num.webp) no-repeat left 28px center / 133px, url(../images/feature-heading2-bg.webp) no-repeat top center / cover;
	}
	.feature .box:nth-of-type(3) .secondary-heading{
		background: url(../images/feature-heading3-num.webp) no-repeat left 28px center / 133px, url(../images/feature-heading3-bg.webp) no-repeat top center / cover;
	}
	.feature .box .text{
	    margin: 0 56px 32px;
	}
	.feature .box .regist-btn{
	    padding: 12px 24px;
	    border: solid 3px white;
	    outline: solid 3px #996633;
	    box-shadow: -4px -4px 8px rgb(0 0 0 / 40%) inset;
	    font-size: 36px;
	}
	.question .text{
	    margin: 0 56px 40px;
	}
	.question .text.strong{
	    font-size: 38px;
	}
	.footer{
	    font-size: 20px;
	}
	.header{
	    padding: 32px;
	}
	.header .ban img{
	    width: 200px;
	}
	.content-body{
	    padding: 0 32px;
	}
	.content-body h3,
	.general-parts .secondary-heading,
	.form-label{
	    margin: 0 0 8px;
	    padding: 0;
	}
	.content-body p,
	.general-parts .note{
	    margin: 0 0 48px;
	}
	.disc li{
	    margin: 0 0 32px;
	    padding-left: 16px;
	    border-left: solid 2px #cc3366;
	}
	.disc li:last-child{
	    margin-bottom: 48px;
	}
	.general h4{
	    margin: 32px 0 8px;
	    padding-bottom: 8px;
	    border-bottom: solid 2px;
	}
	.remaining{
		padding: 14px;
		height: 64px;
	}
	.remaining .progress{
		height: 64px;
	}
	.remaining p{
	    top: 10px;
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	}
	.remaining + .header{
	    margin-top: 64px;
	}
	.form-wrapper{
	    margin-bottom: 64px;
	    padding: 0 32px;
	}
	.form-box{
		margin-bottom: 64px;
	}
	.form-label{
		margin: 0 0 16px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	select,
	textarea,
	.check-label{
		padding: 16px;
		height: 77px;
		font-size: 28px;
	}
	select{
		padding-right: 62px;
		background: url(../images/icon-select.webp) no-repeat right center / 60px, #fff;
	}
	select:focus{
		background: url(../images/icon-select.webp) no-repeat right center / 60px, #ffffe5;
	}
	.form-item.normal-radio{
		margin-top: 16px;
	}
	.form-item.normal-radio .radio-label{
		font-size: 2.4rem;
	}
	.form-msg,
	.alert-msg{
		font-size: 20px;
	}
	.alert-msg{
		margin: 16px 0 32px;
		font-size: 2rem;
	}
	.error{
		margin: 14px 0 0;
		line-height: 48px;
		font-size: 24px;
	}
	.radio-label{
	    line-height: 77px;
	}
	.form-box .form-msg{
	    padding: 8px 0 0 0;
	}
	.entry-btn .btn-area{
	    margin: 0 32px 64px;
	}
	.entry-btn .regist-btn{
	    outline: solid 3px #7f7f7f;
	}
	.btn-area.close + .footer .copy{
	    padding: 16px 16px 176px;
	}
}