/*--------------------------------
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: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}
a{
    color: #008dff;
}
img{
    max-width: 100%;
    height: auto;
}
.wrap{
    margin: 0 auto;
    max-width: 750px;
}
.primary-heading{
    margin: 0 16px 32px;
    padding: 0;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #ff8f44;
}
.secondary-heading,
.content-body h3,
.form-label{
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #ff8f44;
}
.btn-area{
    padding: 0 32px;
}
.btn-area.fix{
    margin: 0 auto 32px;
    max-width: 686px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.regist-btn{
    padding: 10px 8px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(top, #ffad44 0%,#ff8f44 100%);
    background: linear-gradient(to bottom, #ffad44 0%,#ff8f44 100%);
    border-radius: 280px;
    text-align: center;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
	position: relative;
}
.regist-btn::before{
	width: 44px;
	height: 44px;
	content: "";
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
}
.regist-btn::after{
	width: 16px;
	height: 16px;
	content: "";
	background: #ff8f44;
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 3;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.hero .regist-btn::after{
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.header::after,
.index-form .form-box::after,
.index-form .form-box .primary-heading::before,
.index-form .form-box .primary-heading::after,
.index-form .radio-btn::before,
.index-form .radio-btn::after{
    margin: auto;
    content: "";
    position: absolute;
}

/*--------------------------------
header
--------------------------------*/
.header{
    margin-bottom: 8px;
    background: url(../images/header-bg.webp) center / 23px;
    position: relative;
}
.header::after{
    width: 100%;
    height: 8px;
    background: url(../images/header-line.webp) center / cover;
    left: 0;
    bottom: -8px;
}
.header .inner{
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0.1;
}
.header .inner .logo{
    margin-right: 8px;
    width: 66%;
}
.header .inner .ban{
    width: 33%;
    text-align: right;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
    margin-bottom: 32px;
    position: relative;
}
.hero .inner{
    padding: 12% 16px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero .inner .img-box{
    padding: 0 21% 6% 0;
    max-width: 480px;
    display: flex;
    align-items: center;
    flex: 1;
}
.hero .inner .btn-area{
    padding: 0 16px;
}
.form-wrapper.np{
    padding: 0;
}
.form-wrapper > .text{
    margin: 0 16px 32px;
    text-align: center;
}
.index-form .bg1{
    background: url(../images/q1-bg.webp) no-repeat bottom right 22% / auto 80%;
}
.index-form .bg2{
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%), url(../images/q2-3-bg.webp) no-repeat top 100px center / cover;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%), url(../images/q2-3-bg.webp) no-repeat top 100px center / cover;
}
.index-form .bg3{
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%), url(../images/q4-8-bg.webp) no-repeat top 100px center / cover;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%), url(../images/q4-8-bg.webp) no-repeat top 100px center / cover;
}
.index-form .bg4{
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%), url(../images/q9-10-bg.webp) no-repeat top 40px right / cover;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%), url(../images/q9-10-bg.webp) no-repeat top 40px right / cover;
}
.form-wrapper .index-form .primary-heading{
    margin: 0 16px 16px;
    padding: 6px 32px;
    border: solid 2px #ff8f44;
    font-weight: normal;
    position: relative;
    color: inherit;
}
.index-form .primary-heading::before,
.index-form .primary-heading::after{
    transform: rotate(45deg);
}
.index-form .primary-heading::before{
    width: 32px;
    height: 32px;
    background: white;
    top: -10px;
    left: -4px;
}
.index-form .primary-heading::after{
    width: 28px;
    height: 28px;
    background-color: #ff8f44;
    top: -8px;
    left: -2px;
}
.index-form .form-box::after{
    width: 32px;
    height: 32px;
    top: -8px;
    left: 14px;
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}
.index-form .bg1.form-box:nth-child(1)::after{
    background-image: url(../images/q1.webp);
    left: 13px;
}
.index-form .bg2 .form-box:nth-child(1)::after{
    background-image: url(../images/q1.webp);
    top: -9px;
    left: 14px;
}
.index-form .bg2 .form-box:nth-child(2)::after{
    background-image: url(../images/q2.webp);
}
.index-form .bg2 .form-box:nth-child(3)::after{
    background-image: url(../images/q3.webp);
}
.index-form .bg2 .form-box:nth-child(4)::after{
    background-image: url(../images/q4.webp);
}
.index-form .bg3 .form-box:nth-child(3)::after{
    background-image: url(../images/q6.webp);
}
.index-form .bg3 .form-box:nth-child(4)::after{
    background-image: url(../images/q7.webp);
    top: -7px;
    left: 15px;
}
.index-form .bg3 .form-box:nth-child(5)::after{
    background-image: url(../images/q8.webp);
}
.index-form .bg4 .form-box:nth-child(1)::after{
    background-image: url(../images/q3.webp);
}
.index-form .bg4 .form-box:nth-child(2)::after{
    background-image: url(../images/q4.webp);
}
.index-form input[type="radio"]{
    display: none;
}
.index-form .radio-btn{
    margin-bottom: 16px;
    padding: 0 0 0 52px;
    min-height: 44px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white;
    font-size: 15px;
    color: black;
    cursor: pointer;
}
.index-form .radio-btn::before{
    width: 40px;
    height: 40px;
    background: white;
    border: solid 2px #999999;
    top: 0;
    left: 0;
    bottom: 0;
}
.index-form .radio-btn::after{
    width: 34px;
    height: 34px;
    background: #dcdbd6;
    top: 0;
    left: 5px;
    bottom: 0;
}
.index-form input[type='radio']:checked + .radio-btn::after{
    background: -webkit-linear-gradient(top, #ffad44 0%,#ff8f44 100%);
    background: linear-gradient(to bottom, #ffad44 0%,#ff8f44 100%);
}
.form-item.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-item.flex .item{
    width: 50%;
}
.index-form .item:last-child .radio-btn,
.index-form .flex .item:nth-last-child(2) .radio-btn{
    margin-bottom: 0;
}
.form-box.ymd .form-item{
    margin: 0 24px 16px 0;
}
.form-box.ymd .inner{
    margin: 0 16px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}
.form-box.ymd .inner .form-item:nth-child(1){
    grid-column: 1/3;
}
.form-box.ymd .inner .form-item:nth-child(2){
    margin: 0 32px 0 0;
}
.form-box.ymd .inner .form-item:nth-child(3){
    margin: 0 24px 0 8px;
}
.form-box.ymd .form-item .ymd-text{
    position: absolute;
    top: 41px;
    right: -24px;
}
.form-box.ymd .form-item .text{
    margin: 0 8px;
}
.general-section{
    padding: 32px 0 48px;
}
.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 #993399;
}
.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: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: solid 1px;
    line-height: 1.6;
    font-weight: normal;
}
.result{
    margin-bottom: 32px;
    padding: 32px 0 0;
    background: url(../images/result-bg.webp) no-repeat top center / cover;
}
.result .gay{
    margin-bottom: 16px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.result .gay .left{
    margin-right: 16px;
    width: 100px;
    border: solid 5px #9966cc;
    border-radius: 8px;
    overflow: hidden;
}
.result .gay .right{
    flex: 1;
}
.result .right .li{
    margin-bottom: 8px;
    display: flex;
    background: #e3cdf9;
    box-shadow: 1px 2px 2px #4a4041 inset;
}
.result .right .li:last-child{
    margin-bottom: 0;
}
.result .li .secondary-heading{
    margin: 0;
    padding: 4px 0;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff8f44;
    border: none;
    box-shadow: 1px 2px 2px #4a4041 inset;
    text-align: center;
    font-size: 16px;
    color: white;
}
.result .li .text{
    padding: 4px;
    flex: 1;
}
.result > .text{
    margin-bottom: 16px;
    text-align: center;
}
.result .regist-btn{
    height: inherit;
    display: block;
    line-height: 0.8;
}
.result .regist-btn img{
    margin: 0 4px 4px;
    width: 26px;
}
.result .regist-btn .small{
    font-size: 16px;
    font-weight: normal;
}
.answer-box{
	padding: 0 4% 4%;
	text-align: center;
}
.answer-item{
	margin: 0 0 4%;
	padding: 2%;
	background: #fff;
	box-shadow: 4px 4px 8px rgba(0,0,0,.1);
	border-radius: 8px;
	display: none;
}
.answer-head{
	padding: 2%;
	font-size: 1.3em;
	font-weight: bold;
	background: url(../images/header-bg.webp) center / 43px #ff8f44;
	color: #fff;
	border-radius: 4px;
}
.answer-desc{
	padding: 2% 0;
	font-size: .9em;
}
/*--------------------------------
form
--------------------------------*/
.form-wrapper{
    padding: 0 16px;
}
.form-wrapper .primary-heading{
    margin: 0 16px 32px;
    padding-top: 32px;
}
.form-box{
    margin-bottom: 48px;
    position: relative;
}
.form-label{
    display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
    padding: 8px;
    width: 100%;
    height: 60px;
    background: #f9ebfd;
    border-radius: 0;
    position: relative;
    box-shadow: 1px 2px 2px #4a4041 inset;
    font-size: 16px;
    text-align: left;
    color: black;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
select:focus,
textarea:focus{
    background: #ffffe5;
}
textarea{
    height: inherit;
    resize: vertical;
}
select{
    padding: 8px 40px 8px 8px;
    height: 60px;
    background: url(../images/icon-select.webp) no-repeat right center / 40px, #f9ebfd;
    box-shadow: 1px 2px 2px #4a4041 inset;
    border: 1px solid #ddd;
    color: black;
}
select:focus{
    background: url(../images/icon-select.webp) no-repeat right center / 40px, #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;
    padding: 4px;
    background: #ff6d6d;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}
.form-item{
    margin: 0 16px;
    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{
    padding: 0 16px;
    margin-bottom: 48px;
}
.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;
}
.popup .general-section{
    padding: 0 0 32px;
}
.popup .primary-heading{
    margin: 24px 16px;
}
.popup .copy{
    padding: 16px 16px 113px;
}
.entry-form .form-box{
    margin-bottom: 32px;
}
.entry-form .form-item{
    margin: 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;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:359px){
    .mbrn{
        display: none;
    }
    .btn-area{
        padding: 0 16px;
    }
    .entry-btn .btn-area{
        padding: 0;
    }
    .result .gay{
        flex-wrap: wrap;
    }
    .result .gay .left{
        margin: 0 auto 16px;
    }
    .result .gay .right{
        width: 100%;
        flex: inherit;
    }
    .form-wrapper .index-form .primary-heading{
        padding: 4px 8px 4px 32px;
        font-size: 18px;
    }
    .form-item.flex .item{
        width: 100%;
    }
    .index-form .flex .item:nth-last-child(2) .radio-btn{
        margin-bottom: 16px;
    }
}

/*--------------------------------
media query landscape
--------------------------------*/
@media screen and (min-width:568px){
    .lbrn{
        display: none;
    }
    .result .gay .left{
        width: 152px;
    }
    .form-box.ymd .inner{
        margin: 0 16px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .form-box.ymd .inner .form-item:nth-child(1){
        grid-column: inherit;
    }
    .form-box.ymd .inner .form-item,
    .form-box.ymd .inner .form-item:nth-child(2),
    .form-box.ymd .inner .form-item:nth-child(3){
        margin: 0 32px 0 0;
    }
    .regist-btn{
        font-size: 24px;
    }
    body #pr{
        margin-bottom: 32px;
    }
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 750px){
    body{
        font-size: 28px;
    }
    .header{
        margin-bottom: 20px;
        background: url(../images/header-bg.webp) center / 43px;
    }
    .header .inner{
        padding: 24px;
    }
    .primary-heading{
        margin: 0 32px 64px;
        font-size: 30px;
    }
    .secondary-heading,
    .content-body h3,
    .form-label{
        margin-bottom: 16px;
        font-size: 28px;
    }
    .header::after{
        height: 20px;
        bottom: -20px;
    }
    .hero{
        margin-bottom: 40px;
    }
    .hero .inner{
        padding: 124px 32px 100px;
        justify-content: space-between;
    }
    .hero .inner .img-box{
        padding: 0;
        width: 533px;
        height: 345px;
    }
    .hero .inner .btn-area{
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex: 1;
    }
    .regist-btn{
        margin: 0 auto;
        padding: 14px 8px;
        max-width: 540px;
        height: 80px;
        font-size: 32px;
    }
	.regist-btn::before{
		top: 18px;
		right: 18px;
	}
	.regist-btn::after{
		top: 32px;
		right: 32px;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
	}
    .form-wrapper > .text{
        margin: 0 32px 48px;
    }
    .form-wrapper .index-form .primary-heading{
        margin: 0 32px 32px 48px;
        padding: 6px 56px;
        border: solid 2px #ff8f44;
    }
    .index-form .primary-heading::before{
        width: 46px;
        height: 46px;
        top: -16px;
        left: -16px;
        background: white;
    }
    .index-form .primary-heading::after{
        width: 38px;
        height: 38px;
        top: -12px;
        left: -12px;
    }
    .form-item{
        margin: 0 48px;
    }
    .index-form .form-box::after{
        width: 36px;
        height: 36px;
        top: -10px;
        left: 38px;
        background-size: 30px;
    }
    .index-form .bg1{
        background: url(../images/q1-bg.webp) no-repeat top 58px right / 100%;
    }
    .index-form .bg1.form-box:nth-child(1)::after,
    .index-form .bg2 .form-box:nth-child(1)::after,
    .index-form .bg3 .form-box:nth-child(1)::after{
        top: -10px;
        left: 38px;
    }
    .index-form .bg3 .form-box:nth-child(4)::after {
        top: -8px;
        left: 40px;
    }
    .index-form .bg4 .form-box:nth-child(1)::after {
        top: -9px;
    }
    .index-form .bg4 .form-box:nth-child(2)::after {
        top: -9px;
        left: 39px;
    }
    .index-form .radio-btn{
        margin-bottom: 32px;
        padding: 0 0 0 60px;
        font-size: 22px;
    }
    .index-form .radio-btn::after{
        width: 32px;
        height: 32px;
        left: 6px;
    }
    .form-box.ymd .inner .form-item,
    .form-box.ymd .inner .form-item:nth-child(2),
    .form-box.ymd .inner .form-item:nth-child(3){
        margin: 0 54px 0 0;
    }
    .form-box.ymd .form-item .ymd-text{
        top: 27px;
        right: -40px;
    }
    .form-item.flex .item:nth-child(odd){
        width: 52%;
    }
    .form-item.flex .item:nth-child(even){
        width: 48%;
    }
    .general-section{
        padding: 64px 0 96px;
    }
    .content-body{
        padding: 0 32px;
    }
    .content-body p,
    .general-parts .note{
        margin: 0 0 64px;
    }
    .result{
        margin-bottom: 0;
        padding: 64px 0;
    }
    .result .gay{
        margin-bottom: 40px;
        padding: 0 64px;
    }
    .result .gay .left{
        margin-right: 24px;
        width: 250px;
        border: solid 5px #9966cc;
        border-radius: 16px;
    }
    .result .right .li{
        margin-bottom: 16px;
    }
    .result .li .secondary-heading{
        width: 120px;
        font-size: 28px;
    }
    .result .li .text{
        padding: 4px 16px;
    }
    .result > .text{
        margin-bottom: 64px;
    }
    .result .regist-btn img{
        margin: 0 6px 6px;
        width: 32px;
    }
    .result .regist-btn .small{
        font-size: 22px;
    }
    .form-wrapper{
        padding: 0 32px;
    }
    .form-box{
        margin-bottom: 0;
        padding-bottom: 64px;
    }
    .entry-form .form-box{
        margin-bottom: 0;
    }
    .form-wrapper .primary-heading{
        margin: 0 32px 64px;
        padding-top: 64px;
    }
    .form-box.ymd .inner{
        margin: 0 32px 0 48px;
    }
    .form-label{
        margin: 0 0 16px;
    }
    input[type=text],
    input[type=tel],
    input[type=password],
    select,
    textarea,
    .check-label{
        padding: 8px 16px;
        font-size: 28px;
    }
    select{
        padding-right: 62px;
        background: url(../images/icon-select.webp) no-repeat right center / 40px, #f9ebfd;
    }
    select:focus{
        background: url(../images/icon-select.webp) no-repeat right center / 40px, #ffffe5;
    }
    .form-item.normal-radio{
        margin-top: 16px;
    }
    .form-item.normal-radio .radio-label{
        font-size: 2.4rem;
    }
    .form-msg,
    .alert-msg{
        font-size: 22px;
    }
    .error{
        margin: 6px 0 0;
        font-size: 20px;
    }
    .radio-label{
        line-height: 70px;
    }
    .form-box .form-msg{
        padding: 8px 0 0 0;
    }
    .entry-btn .btn-area{
        margin-bottom: 80px;
        padding: 0;
    }
    .footer{
        font-size: 20px;
    }
    .popup .primary-heading{
        margin: 64px 16px 64px;
    }
    .popup .copy{
        padding: 16px 16px 136px;
    }
}