.register-start {
    width: 100%;
    text-align: center;
    margin: 40px 0 80px 0;
}
.wrapper-top p {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 32px;
    margin: 4px 2px;
    font-weight: bold;
}
.wrapper-intro {
    width: 70%;
    margin: auto;
    margin-top: 25px;
}

.wrapper-intro img {
    width: 100%;
}
.wrapper-intro p {
    background-color: #e8e0d2;
    border: none;
    color: #575654;
    padding: 15px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    margin: 4px 19px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
}
.wrap-round {
    border: 1px solid #b49769;
    width: 97%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b49769;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
.wrap-round.wrap-round-checked {
    box-shadow: none;
}
.wrap-round a {
    text-decoration: none;
    color: #000000;
}
.wrap-round:hover {
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    transition: .4s ease;
}

.wrapper-list-register {
    width: 70%;
    margin: auto;
}

.wrapper-hint {
    margin-top: 37px;
    margin-bottom: 40px;
    font-size: 14px;
}

/*style radio on register page*/

.button-block {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 26px;
}

.button-block a {
    padding: 27px 22%;
    font-weight: bold;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
}

.button-block span {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    font-weight: 400;
}

.wrap-inside {
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrap-inside input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.type_register {
    float: right;
    max-width: 100px;
    /* Original : button-3 */
    /* margin-right: 40px; */
    /* 2020-07-01 : button-2 */
    margin-right: 100px;
}
.type_register_ct {
    max-width: 75px;
    letter-spacing: -1px;
    /* Original : button-3 */
    margin-right: 50px;
}
.img-check-mark {
    display: none;
}
.checkmark {
    position: absolute;
    top: 40%;
    height: 13px;
    width: 13px;
    left: 8%;
    background-color: #ffffff;
}

.wrap-round input:checked~.checkmark {
    background-color: #b49769;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.wrap-round-checked input:checked~.checkmark:after {
    display: block;
}

.wrap-round .checkmark:after {
    left: 3px;
    top: -2px;
    width: 6px;
    height: 14px;
    border: solid #b49769;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrap-round:visited {
    background: #ffffff;
    border-color: #b49769;
}

.wrap-round input:checked+label {
    background: #ffffff !important;
}

.wrap-round-checked {
    background: #ffffff;
}

.wrap-round-checked .wrap-inside {
    border-color: #b49769;
}

.wrap-round-checked input:checked~.checkmark {
    background: #ffffff;
}

.wrap-round-checked span {
    color: #b49769;
    font-weight: bold;
}

.custom-textarea {
    resize: none;
}

/*Register psd*/
.register-page .container{
    max-width: 706px;
}
.wrapper-intro {
    width: 100%;
    margin-top: 20px;
}
.main-color {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #43676b;
}
.register-start {
    margin-top: 50px;
}
.wrapper-intro p {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
.wrapper-list-register{
    width: 100%;
}
.wrap-round span {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    padding-left: 5px;
}

.wrapper-hint p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

.app-btn {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.75);
    padding: 10px 25px;
    border-radius: 5px;
    color: #000000;
    transition: .4s all;
}

.app-btn:hover {
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
}

.app-btn.btn-main {
    background-color: #43676b;
    border-color: #43676b;
    color: #fff;
}

.icon-arrow-right {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    transform: translateY(-50%);
}

.register-page {
    padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .feature-block {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {

    .register-start span.main-color {
        font-size: 42px;
    }
    /*Register page*/
    .wrapper-top p {
        font-size: 42px;
        margin-top: 0;
    }
    .wrapper-intro p {
        font-size: 26px;
        line-height: 46px;
        padding-top: 30px;
        padding-bottom: 35px;
        padding-left: 25px;
        padding-right: 25px;
        letter-spacing: -1px;
    }
    .register-page .container {
        max-width: 706px;
    }
    .wrapper-list-register {
        padding-top: 15px;
    }
    .wrapper-list-register .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wrap-round {
        max-width: 480px;
        border: 2px solid #b49769;
        padding: 15px;
        margin-top: 40px;
    }
    .wrap-round span {
        font-size: 32px;
        text-align: left;
    }
    .wrap-round span:last-child {
        float: left;
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wrap-inside {
        border: 2px solid #ffffff;
    }
    .wrap-round-checked .wrap-inside {
        border: 2px solid #b49769;
    }
    .checkmark {
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .type_register{
        max-width: 100%;
        margin-right: 0;
    }
    .wrap-round-checked input:checked~.checkmark:after {
        display: none;
    }
    .wrap-round-checked input:checked~.img-check-mark{
        display: block;
    }
    .img-check-mark {
        position: absolute;
        z-index: 1;
        top: 30px;
        left: 30px;
    }
    .wrapper-hint {
        max-width: 460px;
        margin: 55px auto;
    }
    .wrapper-hint p {
        font-size: 24px;
    }
    .button-block {
        font-size: 38px;
        font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
        padding: 60px 0 132px 0;
    }
    .button-block a {
        padding: 55px 34%;
        border-radius: 10px;
        font-size: 38px;
    }
    .icon-arrow-right {
        right: 30px;
        width: 37px;
    }
}

@media screen and (max-width: 576px) {
    .wrapper-top p {
        font-size: 32px;
    }
    .wrapper-intro p {
        font-size: 18px;
        line-height: 32px;
    }
    .wrap-round span {
        font-size: 28px;
    }
}

@media screen and (max-width: 540px) {
    .feature-block {
        width: 77% !important;
    }
}

@media screen and (max-width: 482px) {
    .wrapper-hint{
        max-width: 375px;
    }
    .wrapper-hint p {
        font-size: 19px;
    }
}
@media screen and (max-width: 440px) {
    .wrap-round-checked input:checked~.img-check-mark {
        width: 8%;
    }
    .wrap-round span {
        font-size: 23px;
    }
    .wrap-round span:last-child {
        padding-left: 30px;
    }
}
@media screen and (max-width: 375px) {
    .register-start {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .wrap-round span:last-child {
        padding-left: 20px;
    }
    /*Register page*/
    .wrapper-intro p {
        font-size: 17px;
        line-height: 24px;
        padding-top: 15px;
        padding-bottom: 18px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .wrap-round {
        margin-top: 20px;
    }
    .wrap-round span {
        font-size: 18px;
    }
    .wrap-round-checked input:checked~.img-check-mark {
        width: 7%;
    }
    .wrap-round {
        padding: 8px;
        margin-left: 30px;
        margin-right: 30px;
        max-width: 375px;
        width: auto;
    }
    .wrap-round span:last-child {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .checkmark {
        width: 12px;
        height: 12px;
    }
    .img-check-mark {
        top: 18px;
        left: 15px;
    }
    .checkmark {
        left: 15px;
    }
    .type_register {
        padding-left: 30px;
        text-align: center;
    }
    .wrapper-hint p {
        font-size: 14px;
    }
    .wrapper-hint {
        max-width: 270px;
        margin: 27px auto;
    }
    .button-block {
        padding: 5px 0 20px 0;
    }
    .button-block a {
        padding: 27px 120px;
        font-size: 20px;
    }
    .icon-arrow-right {
        width: 20px;
        right: 15px;
    }
    .wrapper-list-register {
        padding-top: 8px;
    }

    .feature-block {
      width: 100% !important;
    }
}
@media screen and (max-width: 333px) {
    .wrap-round span {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {

}