/*--------------------------------
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,small{
	display: block;
}
ul{
	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,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
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;
}

/*--------------------------------
global element
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	font-size: 1.6rem;
}
a{
	color: #0064c8;
}
img{
	max-width: 100%;
}
h2,h3{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.primary-heading{
	margin: 24px 0;
	padding: 9px 0;
	position: relative;
	text-align: center;
}
.primary-heading::before{
	width: 100%;
	height: 2px;
	background: #cc0033;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.primary-heading span{
	padding: 12px 16px;
	background: #cc0033;
	position: relative;
	font-size: 2rem;
	font-weight: normal;
	color: white;
}
.primary-heading span::before,
.primary-heading span::after{
	border: solid 23px transparent;
	top: 0;
	bottom: 0;
}
.primary-heading span::before{
	border-right: solid 18px #cc0033;
	left: -41px;
}
.primary-heading span::after{
	border-left: solid 18px #cc0033;
	right: -41px;
}
.content-body h3,
.general-parts .secondary-heading,
.form-label{
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: normal;
	color: #cc0033;
}
.btn-area,
.entry-btn .btn-area.active{
	margin: 0 32px 32px;
	padding: 2px;
	background: #cc0033;
	border-radius: 100px;
}
.regist-btn,.entry-btn .regist-btn.active{
	padding: 8px;
	width: 100%;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: -webkit-linear-gradient(left, rgba(204,0,51,1) 0%,rgba(239,10,106,1) 100%);
	background: linear-gradient(to right, rgba(204,0,51,1) 0%,rgba(239,10,106,1) 100%);
	border: solid 2px white;
	border-radius: 100px;
	box-shadow: -4px -4px 4px rgba(0,0,0,0.3) inset;
	text-align: center;
	line-height: 1.2;
	font-size: 2rem;
	font-weight: bold;
	color: white;
	pointer-events: auto;
	cursor: pointer;
}
.mb{
    margin-bottom: 20px;
}
.small{
	font-size: 1.4rem;
}
.primary-heading::before,
.primary-heading span::before,
.primary-heading span::after,
.community .review::before,
.community .review::after,
.community .btn-area .regist-btn::before,
.community .btn-area .regist-btn::after,
.closing .li::before{
	margin: auto;
	content: "";
	position: absolute;
}
.about .primary-heading::before,
.about .primary-heading span::before,
.about .primary-heading span::after,
.closing .primary-heading::before,
.closing .primary-heading span::before,
.closing .primary-heading span::after,
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
	background: url(../images/header-bg.webp) no-repeat center / cover;
}
.header .inner{
	padding: 12px 4px 12px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .inner .left{
	width: 40%;
}
.header .inner .right{
	width: 25%;
}
/*--------------------------------
contents
--------------------------------*/
.hero{
	position: relative;
}
.hero .ban{
	width: 30%;
	position: absolute;
	left: 5%;
	bottom: 3%;
}
.balloon {
    margin: 0 35px 16px;
    padding: 6px;
    background:#ff0;
    border-radius: 8px;
    position: relative;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    color:#ef0a6a;
}
.balloon :before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff0;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.about .primary-heading{
    margin: 0 16px 16px;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    font-size: 2.0rem;
    color: #cc0033;
    font-weight: 600;
}
.about_txt{
    margin: 0 16px 16px;
}
.yajirusi{
    width: 10%;
    margin: auto;
}
.reason_txt{
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
}
.reason_box{
   	margin: 5px 16px 8px;
    border: solid #ff6699;
}

.reason_box .secondary-heading{
    background: #ff6699;
	display: flex;
	align-items: center;
}
.reason_box .secondary-heading .number{
    margin: 8px;
    padding: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background: white;
}
.reason_box .secondary-heading .heading{
	padding: 10px 18px 10px;
	flex: 1;
	border-left: solid 2px white;
	font-size: 1.8rem;
	font-weight: normal;
	color: white;
}
.reason_box p{
    padding: 15px 20px;
    font-weight: normal;
    font-size: .9em;
}
.reason_box span{
    color: #cc0033;
    font-weight: 600;
}
.community{
    margin-bottom: 48px;
    background: url(../images/comu-bg.webp) no-repeat center / cover;
    margin-top: 50px;
}

.community .thumbnail{
	margin: 0 24px 16px;
	border: solid 2px #fdfcfc;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.community .dec{
	margin: 0 24px 24px;
	padding: 4px 16px;
	background: url(../images/comu-heading-left.webp) no-repeat left center / 8px, url(../images/comu-heading-right.webp) no-repeat right center / 8px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	color: #cc0033;
}
.community .tertiary-heading{
    margin-bottom: 24px;
    text-align: center;
}
.community .tertiary-heading span{
    padding: 4px 14px;
    min-width: 160px;
    display: inline-block;
    background: #999999;
    border-radius: 100px;
    font-size: 1.8rem;
    font-weight: normal;
    color: white;
}

.community .play-box .play{
	width: 70%;
	text-align: center;
    margin: 0 auto 16px;
}

.community .play img{
	margin-bottom: 8px;
}
.community .play .text{
    text-align: center;
}
.community .review-box{
    padding: 0 24px;
}
.community .review{
	margin-bottom: 36px;
	padding: 16px 16px 14px;
	background: white;
	border-radius: 4px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	position: relative;
}
.community .review::before,
.community .review::after{
	width: 80px;
	height: 46px;
}
.community .review.man::before,
.community .review.man::after{
	background: url(../images/comu-tape-man.webp) no-repeat center / 100%;
}
.community .review.woman::before,
.community .review.woman::after{
	background: url(../images/comu-tape-woman.webp) no-repeat center / 100%;
}
.community .review::before{
	top: -20px;
	left: -20px;
}
.community .review::after{
	right: -20px;
	bottom: -24px;
}
.community .review .right{
	text-align: right;
}
.community .btn-area{
	background: none;
	padding: 0;
}
.community .btn-area .regist-btn{
    padding-left: 47px;
    background: -webkit-linear-gradient(top, rgba(239,10,106,1) 0%,rgba(204,0,51,1) 100%);
    background: linear-gradient(to bottom, rgba(239,10,106,1) 0%,rgba(204,0,51,1) 100%);
    border-radius: 8px;
    position: relative;
}
.community .btn-area .regist-btn::before,
.community .btn-area .regist-btn::after{
	top: 0;
	bottom: 0;
}
.community .btn-area .regist-btn::before{
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 30px;
	left: 16px;
}
.community .btn-area .regist-btn::after{
	height: 1px;
	border: solid 8px transparent;
	border-left: solid 12px #cc0033;
	left: 26px;
}
.closing .ul{
    margin: 0 21px 32px 17px;
    padding: 8px;
    background: url(../images/closing-icon.webp) no-repeat right -16px bottom -24px / 80px, url(../images/closing-bg.webp) no-repeat top center / cover;
    border-radius: 8px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.3);
}
.closing .li{
	padding-left: 1em;
	position: relative;
	font-weight: bold;
	color: #cc0033;
}
.closing .li::before{
	width: 4px;
	height: 4px;
	background: #cc0033;
	position: absolute;
	top: 10px;
	left: 6px;
	border-radius: 4px;
}
.closing .primary-heading{
    margin: 0 16px 8px;
    padding: 0;
    text-align: left;
    font-size: 1.8rem;
    color: #ff6699;
}
.closing .text{
    margin: 0 16px 16px;
}
.content-body{
    padding: 0 16px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 32px;
}
.disc li{
	margin: 0 0 16px;
	padding-left: 8px;
	border-left: solid 1px #cc0033;
}
.disc li:last-child{
	margin-bottom: 32px;
}
.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;
}
.slider-ul{
    margin-bottom: 32px;
}
.community .play-box{
	    margin-bottom: 32px;
	    padding: 0;
	}


/*--------------------------------
Button
-------------------------------*/
entry-btn .regist-btn span{
    position: relative;
}
.entry-btn .regist-btn span::before,
.entry-btn .regist-btn span::after{
    margin: auto;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
}
.entry-btn .regist-btn span::before{
    width: 27px;
    height: 27px;
    background: #ff0066;
    border-radius: 100px;
    right: -34px;
}
.entry-btn .regist-btn span::after{
    height: 1px;
    border: solid 7px transparent;
    border-left: solid 12px #ffffff;
    right: -35px;
}
.btn-area span{
    background: #fff;
    border-radius: 10px;
    padding: 5px 15px;
    margin-left: 10px;
    color: #cc0033;
    font-weight: bold;
}
.btn-last{
    margin: 0 16px 32px;
}
/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	color: #fff;
}
.form-inner{
	padding: 0 16px 16px;
}
.form .heading{
	padding: 0 0 32px;
}
.form-box{
	margin-bottom: 24px;
}
.form-label{
	margin-bottom: 8px;
	line-height: 20px;
	display: block;
	background: #332e2e;
	color: #fff;
	text-align: center;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	height: 60px;
	background: #fff;
	box-sizing: border-box;
    font-size: 1.2em;
	color: inherit;
	vertical-align: bottom;
	border-radius: 0;
	position: relative;
	color: #000;
	appearance: none;
	outline: none;
	border: 1px solid #ddd;
}
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: #000;
}
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;
	box-sizing: border-box;
	color: #000;
}
.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: #900;
	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{
	font-size: 1em;
}
.form-box .form-msg{
	padding: 8px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.entry-btn .form-msg{
	padding: 16px 0 0;
}
.alert-msg{
	padding: 32px 0;
	line-height: 1.4;
	font-size: .9em;
	color: #fff;
}
.alert-msg a{
	color: #39c;
	text-decoration: underline;
}
.error{
	margin: 7px 0 0;
	padding: 4px;
	line-height: 1.2;
	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;}
}
.ymd-box,.area-box{
	width: 100%;
	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;
}
.entry-btn{
}
.entry-btn .btn-area{
    padding: 0;
}
.close .regist-btn{
	cursor: pointer;
}
.remaining {
    margin: 0 auto;
    height: 44px;
	line-height: 44px;
    max-width: 768px;
    background: #900;
    z-index: 9999;
    position: fixed;
    top: -44px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 44px;
	line-height: 44px;
    display: block;
    background: #600;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.remaining.fix{
	top: 0;
}

.regist-btn.active{
	opacity: 1;
	filter: grayscale(0);
	pointer-events: auto;
}
/*--------------------------------
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: 750px;
	right: 0;
	bottom: -100px;
}
/*--------------------------------
POPUP
--------------------------------*/
.popup{
	padding: 16px 16px 76px 16px;
	background: #f0f0f0;
}
.popup .primary-heading{
	padding: 0 8px;
	line-height: 44px;
	font-size: 1.2em;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.popup-content{
	padding: 16px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.popup-content h3{
	padding: 0 0 8px;
	font-size: 1em;
	color: #c00;
}
.popup-content p{
	padding: 0 0 16px;
	font-size: .9em;
	line-height: 1.2;
	color: #333;
}
.close-btn{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.close{
	line-height: 60px;
	background: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}
.close::before,.close::after{
	margin: auto 0;
	width: 2px;
	height: 32px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 44px;
	bottom: 0;
	transform-origin: center;
}
.close::before{
	transform: rotate(45deg);
}
.close::after{
	transform: rotate(-45deg);
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(50px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@keyframes slide-down{
0% {opacity: 0;filter: blur(4px);transform: translate3d(0,-50px,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@media screen and (min-width:768px){

	.slider-ul{
		margin-bottom: 64px;
	}
	
	.review .li{
		margin: 0 32px 48px;
		padding: 32px;
		border-radius: 10px;
	}
	.review .li .left{
		width: 180px;
	}
	.review .li .right{
		margin-left: 32px;
	}
}
/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:359px){
    .mbr{
		display: block;
    }
	.closing .ul{
	    background: url(../images/closing-bg.webp) no-repeat top center / cover;
	}
}

/*--------------------------------
media query landscape
--------------------------------*/
@media screen and (min-width:415px){
    .lbrn{
		display: none;
    }
	.closing .ul{
		padding: 8px 16px;
		background: url(../images/closing-icon.webp) no-repeat right -16px bottom -40px / 150px, url(../images/closing-bg.webp) no-repeat top center / cover;
	}
	.header .inner .left{
		width: 30%;
	}
	.header .inner .right{
		width: 20%;
	}
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 750px){
	body{
		font-size: 2.8rem;
	}
	.mb{
	    margin-bottom: 32px;
	}
	.small{
	    font-size: 2.4rem;
	}
	.btn-area,
	.entry-btn .btn-area.active{
	    margin: 0 64px 64px;
	    padding: 3px;
	    background: #cc0033;
	    border-radius: 100px;
	}
	.btn-area.fix{
	    margin: 0 auto 64px;
	    max-width: 616px;
	    left: 0;
	    right: 0;
	}
	.regist-btn,
	.entry-btn .regist-btn.active{
	    padding: 16px;
	    min-height: 96px;
	    border: solid 4px white;
	    box-shadow: -5px -5px 5px rgba(0,0,0,0.3) inset;
	    font-size: 3.4rem;
	}
	.primary-heading{
	    margin: 48px 0;
	    padding: 10px 0 16px;
	}
	.primary-heading::before{
	    height: 4px;
	}
	.primary-heading span{
	    padding: 20px 32px;
	    font-size: 3.2rem;
	}
	.primary-heading span::before,
	.primary-heading span::after{
	    border: solid 37px transparent;
	}
	.primary-heading span::before{
		border-right: solid 27px #cc0033;
		left: -64px;
	}
	.primary-heading span::after{
		border-left: solid 27px #cc0033;
		right: -64px;
	}
	.about .primary-heading{
	    margin: 0 32px 32px;
	    font-size: 3.2rem;
	}
	.about .text{
	    margin: 0 32px 32px;
	}
	.community .box{
	    margin-bottom: 96px;
	}
	.community .secondary-heading{
	    margin: 0 32px 8px;
	}
	.community .secondary-heading .number{
	    margin: 12px;
	    padding: 12px;
	    width: 80px;
	    height: 80px;
	}
	.community .secondary-heading .heading{
	    padding: 33px 63px 33px 12px;
	    background: url(../images/comu-heading-arrow.webp) no-repeat right 16px bottom 8px / 47px;
	    border-left: solid 3px white;
	    font-size: 3.2rem;
	}
	.community .thumbnail{
	    margin: 0 64px 32px;
	    border: solid 5px #fdfcfc;
	    box-shadow: 1px 4px 4px rgba(0,0,0,0.2);
	}
	.community .dec{
	    margin: 0 64px 48px;
	    padding: 11px 32px;
	    background: url(../images/comu-heading-left.webp) no-repeat left center / 16px, url(../images/comu-heading-right.webp) no-repeat right center / 16px;
	}
	.community .tertiary-heading{
	    margin-bottom: 48px;
	}
	.community .tertiary-heading span{
	    padding: 8px 24px;
	    min-width: 270px;
	    font-size: 2.6rem;
	}
	.community .play-box{
	    margin-bottom: 32px;
	    padding: 0 0;
	}
	.community .play-box .play{
	    margin-bottom: 32px;
	    width: 264px;
	}
	.community .play-box .play:nth-child(odd){
		padding-right: 0;
	}
	.community .play-box .play:nth-child(even){
		padding-left: 0;
	}
	.community .play img{
	    margin-bottom: 16px;
	}
	.community .play .text{
	    font-size: 2.4rem;
	}
	.community .review-box{
	    padding: 0 64px;
	}
	.community .review{
	    margin-bottom: 56px;
	    padding: 28px 28px 24px;
	    border-radius: 8px;
	    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
	}
	.community .review::before,
	.community .review::after{
	    width: 112px;
	    height: 56px;
	}
	.community .review::before{
	    top: -17px;
	    left: -28px;
	}
	.community .review::after{
	    right: -28px;
	    bottom: -32px;
	}
	.community .btn-area{
	    margin: 0 128px 96px;
	}
	.community .btn-area .regist-btn{
	    padding-left: 64px;
	    min-height: 80px;
	    font-size: 2.8rem;
	    border-radius: 14px;
	}
	.community .btn-area .regist-btn::before{
	    width: 40px;
	    height: 40px;
	    border-radius: 40px;
	    left: 24px;
	}
	.community .btn-area .regist-btn::after{
	    border: solid 10px transparent;
	    border-left: solid 16px #cc0033;
	    left: 38px;
	}
	.closing .ul{
	    margin: 0 42px 64px 34px;
	    padding: 16px 48px;
	    background: url(../images/closing-icon.webp) no-repeat right -38px bottom -59px / 206px, url(../images/closing-bg.webp) no-repeat top center / cover;
	}
	.closing .li{
		margin-bottom: 4px;
	}
	.closing .li:last-child{
		margin-bottom: 0;
	}
	.closing .li::before{
	    width: 8px;
	    height: 8px;
	    top: 18px;
	    left: 10px;
	    border-radius: 8px;
	}
	.closing .primary-heading{
	    margin: 0 32px 16px;
	    font-size: 2.8rem;
	}
	.closing .text{
	    margin: 0 32px 32px;
	}
	.footer{
		font-size: 2rem;
	}
	.header .inner{
	    padding: 24px 8px 24px 24px;
	}
	.content-body{
	    padding: 0 32px;
	}
	.content-body h3,
	.general-parts .secondary-heading,
	.form-label{
	    margin-bottom: 16px;
	    font-size: 2.8rem;
	}
	.content-body p,
	.general-parts .note{
	    margin: 0 0 48px;
	}
	.disc li{
	    margin: 0 0 32px;
	    padding-left: 16px;
	    border-left: solid 2px #cc0033;
	}
	.disc li:last-child{
	    margin-bottom: 48px;
	}
	.remaining{
		padding: 14px;
		height: 64px;
	}
	.remaining .progress{
		height: 64px;
	}
	.remaining p{
	    top: 10px;
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	}
	.remaining + .hero .header{
	    padding: 68px 4px 4px 4px;
	}
	.form-wrapper{
	    margin: 48px 0 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: 2.4rem;
	}
	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: 2rem;
	}
	.alert-msg{
		margin: 16px 0 32px;
		font-size: 2rem;
	}
	.error{
		margin: 14px 0 0;
		line-height: 48px;
		font-size: 2.4rem;
	}
	.radio-label{
	    line-height: 77px;
	}
	.remaining + .header{
	    margin-top: 64px;
	}
	.entry-btn .btn-area,
	.entry-btn .btn-area.active{
	    margin: 0 32px 96px;
	}
}