@charset "utf-8";
/*----------------------------------------------------
退会  withdrawal01
------------------------------------------------------*/
.page-withdrawal01{
    max-width: 1000px;
    margin: 15% auto;
    & h2{
        position: relative;
        text-align: left;
        padding: 10px;
        border-left: 6px solid #edd41a;
        margin-bottom: 3rem ;
        padding-top: 1rem ;
        padding-bottom: 1rem ;
        font-size: 1.5rem;
    }
    & h2::after{
            position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 0;
        border-bottom: 1px solid #ccc;
    }
    .input-group{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }
    .pb-3 {
        padding-bottom: 1rem ;
    }
    .pt-3 {
        padding-top: 1rem ;
    }
    .p-2 {
        padding: .5rem ;
    }
    .w-25 {
        width: 25% ;
    }
    .input-group-text {
        display: flex;
        align-items: center;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        white-space: nowrap;
        background-color: #fff0c9;;
        border-radius: .375rem;
    }
    .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }
    .form-select {
        display: block;
        width: 100%;
        padding: .375rem 2.25rem .375rem .75rem;
        -moz-padding-start: calc(0.75rem - 3px);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        border: 1px solid #ced4da;
        border-radius: .375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    textarea.form-control {
        min-height: calc(1.5em + .75rem + 2px);
    }
    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .row {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: space-evenly;
    }
    .btn-info{
        display: block;
        /* margin-left: 30px; */
        margin-top: 35px;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .btn-info:hover{
        cursor: pointer;
    }
}
.withdrawal_thankyou{
    max-width: 1000px;
    margin: 25% auto 0;
    & h2{
        padding-bottom: 10px;
        text-align: center;
        font-size: 1.5rem;
    }
    & h2::after{
        content: "";
        border-bottom: 1px solid #ff7f00;
        display: flex;
        width: 70%;
        margin: 0 auto;
    }
    & P{
        font-size: 1.8rem;
        margin-top: 5%;
        font-weight: 600;
    }
    .btn-area{
        margin-top: 15%;
    }
    .detail-btn::after{
        left: 75%;
    }
}
@media (min-width:800px) {
    .withdrawal_thankyou{
        margin: 15% auto 0;
    }
}
@media (min-width:1025px) {
    .page-withdrawal01{
        margin: 10% auto;
    }
}