* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}
*:before, *:after {
    box-sizing: inherit;
}

#entry {
    padding: 130px 0;
    background-color: #F2F2F2;
    line-height: 1.5;
}
@media screen and (max-width:767px) {
    #entry {
        padding: 130px 0 20px;
    }
}
#entry .title {
    font-size: 26px;
    
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width:767px) {
    #entry .title {
    font-size: 5vw;
}
}
#entry .title:after {
	border-bottom: 3px solid #20c691;
	width: 50px;
	display: block;
	content: "";
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	margin-bottom: 30px;
}
@media screen and (max-width:767px) {
    #entry .title:after {
	border-bottom: 2px solid #20c691;
	width: 10%;
        padding-top: 10px;
	margin-bottom: 20px;
}
}
#entry .entry_box {
    width: 800px;
    margin: 0 auto;
    padding: 80px 100px;
    background-color: #FFFFFF;
}
@media screen and (max-width:767px) {
    #entry .entry_box {
        width: 96%;
        padding: 30px 6%;
    }
}
#entry .entry_box .head_txt {
    font-size: 16px;
    margin-bottom: 30px;
}
#entry .entry_box .head_txt .att {
    color: red;
    font-weight: 700;
    text-align: center;
    font-size: 17px;
    margin-bottom: 5px;
}
#entry .entry_box .head_txt p a {
    color: #555555;
    text-decoration: underline;
}
.input_area {
    font-size: 16px;
}
.input_area label {
    margin-bottom: 10px;
    display: block;
}
.input_area label.conf {
    background-color: #999999;
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    color: #FFF;
    line-height: 20px;
    position: relative;
    border-radius: 2px;
    margin-bottom: 5px;
}
.input_area label .req {
    background-color: #D8595B;
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    color: #FFF;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
    border-radius: 2px;
    top: -2px;
}
.input_area label .req.num {
    background-color: #666666;
}
.input_area .in {
    margin-bottom: 30px;
}
.input_area .id {
    font-size: 20px;
}
.input_area .in .input_txt {
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    color: #333;
    padding: 0 10px;
    width: 100%;
}
.input_area .in .radio_grp {
    display: flex;
	justify-content: space-between;
}

.input_area .in .radio_grp.sex {
    width: 300px;
}
.input_area .in .radio_grp input[type=radio] {
    display: none;
}
.input_area .in .radio_grp.sex label {
    width: 48%;
    border: 1px solid #b5b5b5;
    color: #333;
    text-align: center;
    line-height: 0;
    padding: 20px 0;
    display: block;
    border-radius: 4px;
}
.input_area .in .radio_grp.sex input[type=radio]:checked + label {
    background: #20c691;
    border: 1px solid #20c691;
    color: #FFF;
    position: relative;
}
.input_area .in .radio_grp.sex input[type=radio]:checked + label::before {
    border: 2px solid #CCCCCC;
	border-radius: 30px;
}
.input_area .in .radio_grp.sex input[type=radio]:checked + label::after {
    display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 14px;
	width: 6px;
	height: 12px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
    transform: rotate(40deg);
    margin-top: -7px;
}
.select-wrap {
    position: relative;
    display: block;
    
    margin-bottom: 5px;
}
.select-wrap select {
    position: relative;
    z-index: 1;
    display: block;
    padding: 8px 14px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    width: 100%;color: #555555;
}
.select-wrap:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 55%;
    right: 12px;
    margin-top: -5px;
    font-size: 10px;
    line-height: 1;
    border: 4px solid transparent;
    border-left: 6px solid #797979;
    transform: rotate(90deg);
}
.btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: #EB678B;
    color: #FFF;
    border-radius: 4px;
    line-height: 54px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.btn_submit {
    width: 100%;
    background: #EB678B;
    color: #FFF;
    border-radius: 4px;
    line-height: 54px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.btn a:after,
.btn_submit:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(-45deg);
    margin-top: -4px;
	right: 15px;
}
.btn_submit:disabled {
    background: #CCC;
}
.btn_submit.back {
    background: #666;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 500;
}
.btn_submit.back:after {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(135deg);
	right: initial;
    left: 15px;
}
.err {
    color: #F00C53;
    padding-top: 4px;
    font-size: 13px;
}
.mail_att {
    color: #F00C53;
    font-size: 12px;
    margin-bottom: 4px;
}
.err_box {
    background-color: rgba(233,0,3,1.00);
    padding: 25px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
@media screen and (max-width:767px) {
   .err_box {
    padding: 15px;
}
}
.err_box p a {
    color: #FFF;
}
.comp {
    margin-bottom: 30px;
}
.comp p:not(:last-child) {
    margin-bottom: 20px;
}
.comp p strong {
    text-decoration: underline;
    font-weight: 700;
}
.comp p.kome {
    font-size: 12px;
}