.other-box {
    padding-top: 90px;
    min-height: 800px;
    overflow-x: hidden;
}
@media print, screen and (min-width: 744px) {
    .other-boxinner {
        position: relative;
        margin: 0 auto;
        text-align: left;
        min-width: 860px;
        max-width: 1160px;
        padding: 0 30px;
    }
}

.otherbox-title {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
}

.otherbox-title h2 {
    display: inline-block;
    position: relative;
    line-height: 1.1;
    font-weight: 800;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 48px 0;
    font-size: 64px;
}

.otherbox {
    background: #fff;
    padding: 55px 150px 100px;
    border-radius: 80px;
}

form dl {
    padding: 54px 0;
    display: flex;
    position: relative;
    border-bottom: solid 1px #8E8E93;
    align-items: stretch;
    justify-content: space-around;
    margin-bottom: 45px;
}

form dt {
    width: 25%;
    font-size: 1em;
    display: flex;
    align-items: center;
    background-position: center;
    padding: 0 15px;
    font-weight: 500;
    justify-content: left;
}

form dd {
    width: 75%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.form-control {
    height: 60px;
    font-size: 1em;
    border: solid 1px #ECECEC;
    background: #f6f6f6;
    border-radius: 8px;
    position: relative;
    width: 100%;
    color: #000;
    padding: 16px 20px;
    font-weight: bold;
}

.day1ty {
    width: 30%;
}

.s_name {
    display: block;
}

.s_name12 {
    margin: .5em auto;
    width: 73%;
  }

  .item12 {
    width: 12%;
    margin-left: 1%;
    padding: 1%;
  }

.delete_btn {
    padding: 10px 15px;
    font-size: 1em;
    background: #7d7d7d;
    font-weight: bold;
    color: #fff;
    margin-left: 1%;
    cursor: pointer;
    border-radius: 8px;
}

.num_btn {
    padding: 5px 10px;
    font-size: 1em;
    background: #ffefc9;
    font-weight: bold;
    border: 1px solid #f5b821;
    cursor: pointer;
    border-radius: 8px;
}

.access123 {
    width: 50%;
}

.thanks-btn {
    margin-top: 10%;
    display: flex;
    justify-content: center;
}

.top-btn {
    display: inline-block;
    padding: 1.25em 1.33em 1.25em;
    position: relative;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    background-color: #ff7d55;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    color: #424242 !important;
    z-index: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transition: background-color 0.2s;
}

.top-btn {
    min-width: 330px;
    font-size: 18px;
}

.top-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.89em;
    margin: auto;
    width: 2.67em;
    height: 2.67em;
    border-radius: 50%;
    background: #fff url(../img/yajirushi1.png) no-repeat center center;
      background-size: auto;
    background-size: 1.1em;
    transition: 0.2s;
}

.top-btn:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
    background: #F9DB00;
}


.line-btn2 {
    display: inline-block;
    padding: 1.25em 1.33em 1.25em;
    position: relative;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    background-color: #95d6a4;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    color: #424242;
    z-index: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transition: background-color 0.2s;
}

.line-btn2 {
    min-width: 420px;
    font-size: 18px;
}

.line-btn2:visited {
    color: #424242;
}

.line-btn2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.89em;
    margin: auto;
    width: 2.67em;
    height: 2.67em;
    border-radius: 50%;
    background: #fff url(../img/yajirushi1.png) no-repeat center center;
    background-size: 1.1em;
    transition: 0.2s;
}

.line-btn2[target=_blank] span {
    padding-right: 1.3em;
}

.line-btn2[target=_blank] span::before {
    width: 0.8em;
    height: 0.8em;
    background: url(../images/ico_blank.svg) no-repeat center center;
    background-size: contain;
    border: none;
    transform: rotate(0);
}

@media (hover: hover) {
    .line-btn2:where(:any-link, :enabled, summary):hover {
        text-decoration: none;
        background: #7ed787;
    }
}

.radio_box {
    width: 23.8%;
    margin-right: 1.5%;
}

.radio_box input {
    display: none;
}

.radio_box label {
    margin-bottom: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 1em;
    color: #000000;
    background-color: #fff;
    border: 1px solid #f5b821;
    width: 100%;
    cursor: pointer;
    text-align: center;
    padding: 5px 10px;
}

.radio_box input:checked + label {
    background-color: #FFE86E;
    border: 1px solid #f5b821;
    color: #000;
    font-weight: bold;
    font-size: 1em;
}

.etc_page {
    width: 100%;
    margin: 2em auto;
    border-collapse: collapse;
}

.etc_page tbody tr {
    border-bottom: solid 1px #8E8E93;
}

.etc_page th {
    width: 30%;
}

.etc_page th, .etc_page td {
    border-bottom: solid 1px #8E8E93;
    padding: 54px 0;
}

.flame h2 {
    color: #f5b821;
    font-size: 1.5em;
    margin: 1em 0;
}

.flame h3 {
    font-size: 1.2em;
    margin: 2% 0;
}

.flame ul li {
    list-style-type: decimal-leading-zero;
}

.flame ul {
    padding: 2% 1%;
    list-style-position: inside;
}

form .button.button--piyo {
    margin: auto;
}

.flame .btn-block {
    display: flex;
    justify-content: center;
    margin-top: 7%;
}

.flame .btn-block .button {
    font-size: 0.85em;
}

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

    .other-box {
        padding-top: 20px;
        min-height: calc(100vh - 326px);
        max-width: 100vw;
        overflow-x: hidden;
    }

    .other-boxinner {
        position: relative;
        padding: 0 4.27vw;
        margin: 0 auto;
        text-align: left;
    }



    .otherbox-title h2 {
        padding: 25px 0 27px;
        font-size: 6.4vw;
    }

    .otherbox {
        padding: 15px 6.4vw 50px;
        border-radius: 40px;
    }

    .otherbox-title {
        margin-bottom: 0;
    }
    
    form dl {
        display: block;
        padding: 32px 0;
    }

    form dt {
        width: 100%;
        font-size: 4.5vw;
        margin: 0 0 1.5em;
    }

    form dd {
        width: 100%;
    }

    .day1ty {
        width: 27%;
    }

    .s_name12 {
        width: 100%;
    }

    .item12 {
        width: 30%;
        margin-left: 0%;
    }

    .num_btn {
        padding: 7px 94px;
        margin-top: 4%;
    }

    .access123 {
        width: 94%;
    }

    .thanks-btn {
        display: block;
    }

    .__btn {
        margin-right: 0%;
    }

    .top-btn {
        min-width: 300px;
        font-size: 1em;
        padding: 1em;
        margin-bottom: 3%;
    }

    .line-btn2 {
        padding: 1em;
        min-width: 300px;
        font-size: 1em;
    }

    .radio_box {
        width: 48%;
    }

    .etc_page {
        margin: 0em auto;
    }

    .flame .btn-block {
        display: block;
        margin-top: 17%;
    }
}