@charset "utf-8";

input, select, textarea {
    outline: 0;
}

.entry_wrap {
    position: relative;
    padding-top: 106px;
    padding-bottom: 80px;
    min-height: 565px;
    overflow: hidden;
}

.entry {
    width: 100%;
}

.entry_contents {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 110px;
    width: 850px;
    z-index: 2;
}

.entry_form {
    position: relative;
    padding: 50px 50px 70px 50px;
    width: 100%;
    background-color: rgb(173, 224, 235);
}

.form_list {
    
}

.form_wrap {
    margin-top: 20px;
    margin-left: 30px;
}

.form_list .form_wrap:nth-child(-n+2) {
    margin-top: 0;
}

.form_list .form_wrap:nth-child(odd) {
    margin-left: 0;
}

.form_half {
    width: 360px;
}

.form_full {
    margin-left: 0;
    width: 100%;
}

.form_wrap p {
    font-size: 1.6rem;
    color: rgb(35, 24, 21);
    letter-spacing: 0.08em;
}

.req {
    display: inline-block;
    margin-left: 5px;
    width: 38px;
    height: 16px;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 16px;
    text-align: center;
    background-color: rgb(255, 0, 22);
    border-radius: 5px;
}

.input_n {
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 54px;
    font-size: 1.6rem;
    border: solid 2px rgb(98, 193, 212);
    border-radius: 10px;
}

.sex_wrap {
    margin-top: 8px;
    padding-top: 14px;
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
    height: 54px;
    border: solid 2px rgb(98, 193, 212);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.input_r {
    display: none;
}

.input_r + label {
    display: inline-block;
    position:relative;
    margin-right: 75px;
    padding-left: 30px;
    height: 19px;
    font-size: 1.6rem;
    line-height: 19px;
    letter-spacing: 0.08em;
}

.input_r + label[for="sex_2"] {
    margin-right: 0;
}

.input_r + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 2px solid rgb(98, 193, 212);
    border-radius: 50%;
}

.input_r:checked + label {
    
}

.input_r:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
}

.birth_wrap {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
}

.birth_wrap select {
    position: relative;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 91px;
    height: 54px;
    border: solid 2px rgb(98, 193, 212);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/entry/arrow.png");
    background-size: 9.5px;
    background-repeat: no-repeat;
    background-position: top 15px right 5px;
}

select::-ms-expand {
    display: none;
}

.form_wrap textarea {
    margin-top: 8px;
    padding: 16px 10px;
    width: 100%;
    height: 235px;
    font-size: 1.6rem;
    border: solid 2px rgb(98, 193, 212);
    border-radius: 10px;
    resize: none;
}

#cap {
    height: 120px;
}

.attention {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 132px;
    font-size: 1.6rem;
    color: rgb(255, 0, 22);
    letter-spacing: 0.08em;
    text-align: center;
    opacity: 0;
}

button {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 335px;
    height: 46px;
    border-radius: 10px;
    background-color: rgb(251, 124, 41);
    font-size: 2rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 0.8em;
    text-align: center;
}

.remarks {
    margin-top: 80px;
    margin-left: 65px;
}

.remarks li {
    margin-top: 14px;
    font-size: 1.4rem;
    color: rgb(35, 24, 21);
}

.remarks li:first-child {
    margin-top: 0;
}

.top_button_wrap {
    padding-top: 15px;
    height: 94px;
    overflow: hidden;
}

.top_button {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    z-index: 2;
}

.top_button img {
    position: absolute;
    right: 140px;
    width: 79px;
}

.confirm_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.8);
}

.confirm {
    position: absolute;
    margin: auto;
    padding: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 850px;
    height: 80%;
    overflow-y: scroll;
    background-color: rgb(173, 224, 235)
}

.con_item_wrap {
    
}

.con_item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
}

.con_item_wrap .con_item:nth-child(-n+2) {
    margin-top: 0;
}

.con_item_wrap .con_item:nth-child(odd) {
    margin-left: 0;
}

.item_half {
    margin-left: 30px;
    width: 360px;
}

.item_title {
    font-size: 1.6rem;
    color: rgb(35, 24, 21);
    letter-spacing: 0.08em;
}

.item_val {
    margin-top: 8px;
    padding: 5px 10px;
    width: 100%;
    font-size: 1.6rem;
    color: rgb(35, 24, 21);
    letter-spacing: 0.08em;
    line-height: 1.5em;
    border: none;
    border-bottom: solid 2px rgb(98, 193, 212);
    background-color: rgb(255, 255, 255);
}

.item_val_text {
    min-height: 120px;
    max-height: 300px;
    overflow-y: scroll;
    resize: none;
}

.button_wrap {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

.button_wrap button {
    display: block;
    margin-top: 0;
    width: 330px;
    height: 46px;
    border-radius: 10px;
    background-color: rgb(251, 124, 41);
    font-size: 2rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    letter-spacing: 0.8em;
    text-align: center;
}

.button_wrap .back {
    background-color: rgba(100, 100, 100);
}

.privacypolicy {
    display: inline-block;
    font-size: 1.4rem;
    text-decoration: underline;
    letter-spacing: 0.08em;
    cursor: pointer;
    color: rgb(35, 24, 21);
}

.privacy_modal_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10000;
}

.privacy_modal {
    display: none;
    position: absolute;
    margin: auto;
    padding: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 718px;
    height: 700px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border: solid 2px rgb(98, 193, 212);
    overflow: scroll;
}

.privacy p, .privacy li, .privacy a {
	font-size: 1.4rem;
	font-weight: 300;
	box-sizing: border-box;
    color: rgb(35, 24, 21);
	line-height: 1.5em;
    letter-spacing: 0.08em;
}

.privacy_ov {
	
}

.p_h2 {
	margin-top: 35px;
	font-size: 1.8rem;
	color: rgb(102, 102, 102);
	text-align: left;
	line-height: 1em;
	letter-spacing: 0.05em;
}

.pattern_1 {
	margin-top: 25px;
}

.pattern_1 li {
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

.pattern_1 li:first-child {
	margin-top: 0px;
}

.p_first {
	margin-top: 25px;
}

.pattern_2 {
	margin-top: 10px;
}

.pattern_2 li {
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 2em;
	text-indent: -2.8em;
}

.pattern_2 li:first-child {
	margin-top: 0px;
}

.pattern_3 {
	margin-top: 10px;
}

.privacy_address {
	margin-top: 20px;
    font-style: normal;
    text-align: left;
}

.privacy_address p, .privacy_address a {
	margin-top: 5px;
}

@media (max-width: 500px) {
    .entry_wrap {
        position: relative;
        padding-top: 54px;
        padding-bottom: 50px;
        width: 100%;
        min-height: 565px;
        overflow: hidden;
    }

    .entry {
        width: 100%;
    }

    .entry_contents {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        width: 87.5%;
        z-index: 2;
    }

    .entry_form {
        padding: 30px 20px 50px 20px;
        width: 100%;
        background-color: rgb(173, 224, 235);
    }

    .form_list {

    }

    .form_wrap {
        margin-top: 20px;
        margin-left: 0;
    }

    .form_list .form_wrap:nth-child(-n+2) {
        margin-top: 0;
    }
    
    .form_list .form_wrap:nth-child(2) {
        margin-top: 20px;
    }

    .form_list .form_wrap:nth-child(odd) {
        margin-left: 0;
    }

    .form_half {
        width: 100%;
    }

    .form_full {
        margin-left: 0;
        width: 100%;
    }

    .form_wrap p {
        font-size: 1.4rem;
        color: rgb(35, 24, 21);
        letter-spacing: 0.08em;
    }

    .req {
        display: inline-block;
        margin-left: 5px;
        width: 38px;
        height: 16px;
        font-size: 1rem;
        font-weight: 600;
        color: rgb(255, 255, 255);
        line-height: 16px;
        text-align: center;
        background-color: rgb(255, 0, 22);
        border-radius: 5px;
    }

    .input_n {
        margin-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        height: 45px;
        font-size: 1.4rem;
        border: solid 2px rgb(98, 193, 212);
        border-radius: 10px;
    }

    .sex_wrap {
        margin-top: 8px;
        padding-top: 11px;
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
        height: 45px;
        border: solid 2px rgb(98, 193, 212);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
    }

    .input_r {
        display: none;
    }

    .input_r + label {
        display: inline-block;
        position:relative;
        margin-right: 55px;
        padding-left: 30px;
        height: 19px;
        font-size: 1.4rem;
        line-height: 19px;
        letter-spacing: 0.08em;
    }

    .input_r + label::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border: 2px solid rgb(98, 193, 212);
        border-radius: 50%;
    }

    .input_r:checked + label {

    }

    .input_r:checked + label::after {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 4px;
        width: 11px;
        height: 11px;
        background: rgb(0, 0, 0);
        border-radius: 50%;
    }

    .birth_wrap {
        font-size: 1.4rem;
        letter-spacing: 0.08em;
    }

    .birth_wrap select {
        position: relative;
        margin-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
        width: 80px;
        height: 45px;
        border: solid 2px rgb(98, 193, 212);
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("../images/entry/arrow.png");
        background-size: 9.5px;
        background-repeat: no-repeat;
        background-position: top 10px right 5px;
    }
    
    .birth_wrap select[name="month"], .birth_wrap select[name="day"] {
        width: 65px;
    }

    select::-ms-expand {
        display: none;
    }

    .form_wrap textarea {
        margin-top: 8px;
        padding: 13.5px 10px;
        width: 100%;
        height: 235px;
        font-size: 1.4rem;
        border: solid 2px rgb(98, 193, 212);
        border-radius: 10px;
        resize: none;
    }

    #cap {
        height: 120px;
    }
    
    .attention {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 115px;
        font-size: 1.4rem;
        color: rgb(255, 0, 22);
        letter-spacing: 0.08em;
        text-align: center;
        opacity: 0;
    }

    button {
        display: block;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 46px;
        border-radius: 10px;
        background-color: rgb(251, 124, 41);
        font-size: 1.8rem;
        font-weight: 600;
        color: rgb(255, 255, 255);
        letter-spacing: 0.8em;
        text-align: center;
    }

    .remarks {
        margin-top: 30px;
        margin-left: 0;
    }

    .remarks li {
        margin-top: 10px;
        padding-left: 1em;
        text-indent: -1.5em;
        font-size: 1.2rem;
        color: rgb(35, 24, 21);
        line-height: 1.5em;
    }

    .remarks li:first-child {
        margin-top: 0;
    }

    .top_button_wrap {
        padding-top: 15px;
        height: 70px;
    }

    .top_button {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        z-index: 1;
    }

    .top_button img {
        position: absolute;
        right: 20px;
        width: 55px;
    }
    
    .confirm_wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .confirm {
        position: absolute;
        margin: auto;
        padding: 30px 20px 30px 20px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 87.5%;
        height: 80%;
        overflow-y: scroll;
        background-color: rgb(173, 224, 235)
    }
    
    .con_item_wrap {
        
    }

    .con_item {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        float: none;
    }

    .con_item_wrap .con_item:nth-child(-n+2) {
        margin-top: 0;
    }
    
    .con_item_wrap .con_item:nth-child(2) {
        margin-top: 20px;
    }

    .con_item_wrap .con_item:nth-child(odd) {
        margin-left: 0;
    }

    .item_half {
        margin-left: 0;
        width: 100%;
    }

    .item_title {
        font-size: 1.4rem;
        color: rgb(35, 24, 21);
        letter-spacing: 0.08em;
    }

    .item_val {
        margin-top: 8px;
        padding: 5px 10px;
        font-size: 1.4rem;
        color: rgb(35, 24, 21);
        letter-spacing: 0.08em;
        line-height: 1.5em;
        border-bottom: solid 2px rgb(98, 193, 212);
        background-color: rgb(255, 255, 255);
    }

    .item_val_text {
        min-height: 120px;
        max-height: 300px;
        overflow-y: scroll;
    }

    .button_wrap {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .button_wrap button {
        display: block;
        width: 100%;
        height: 46px;
        border-radius: 10px;
        background-color: rgb(251, 124, 41);
        font-size: 1.8rem;
        font-weight: 600;
        color: rgb(255, 255, 255);
        letter-spacing: 0.8em;
        text-align: center;
        float: none;
    }

    .button_wrap .back {
        background-color: rgba(100, 100, 100);
    }
    
    .button_wrap .submit {
        margin-top: 20px;
    }
    
    .privacypolicy {
        display: inline;
        font-size: 1.2rem;
        text-decoration: underline;
        letter-spacing: 0.08em;
        cursor: pointer;
        color: rgb(35, 24, 21);
    }
    
    .privacy_modal_wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
    }

    .privacy_modal {
        display: none;
        position: absolute;
        margin: auto;
        padding: 30px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 87.5%;
        height: 80%;
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        overflow: scroll;
    }

    .privacy p, .privacy li, .privacy a {
        font-size: 1.2rem;
        font-weight: 300;
        box-sizing: border-box;
        line-height: 1.5em;
        letter-spacing: 0.08em;
    }

    .privacy_ov {

    }

    .p_h2 {
        margin-top: 35px;
        font-size: 1.6rem;
        color: rgb(102, 102, 102);
        text-align: left;
        line-height: 1em;
        letter-spacing: 0.05em;
    }

    .pattern_1 {
        margin-top: 25px;
    }

    .pattern_1 li {
        margin-top: 10px;
        margin-left: 20px;
        padding-left: 1em;
        text-indent: -1em;
    }

    .pattern_1 li:first-child {
        margin-top: 0px;
    }

    .p_first {
        margin-top: 25px;
    }

    .pattern_2 {
        margin-top: 10px;
    }

    .pattern_2 li {
        margin-top: 10px;
        margin-left: 20px;
        padding-left: 2em;
        text-indent: -2.8em;
    }

    .pattern_2 li:first-child {
        margin-top: 0px;
    }

    .pattern_3 {
        margin-top: 10px;
    }

    .privacy_address {
        margin-top: 20px;
        font-style: normal;
    }

    .privacy_address p, .privacy_address a {
        margin-top: 5px;
    }
}
