@charset "utf-8";

/* ブレイクポイントを指定 */

/* @mixin sp {
    @media (max-width:600px){
        @content;
    } 
}
@mixin tb {
    @media (max-width:850px) {
        @content;
    }
} */

.titleBox {
    margin-bottom: 5rem;
}

.page__sec__title {
    font-size: 30px;
    color: #000;
    font-family: "Arimo";
    font-weight: bold;
    text-align: center;
}

.titleBox span {
    font-size: 16px;
}

.guide__heading__line {
    padding: .1em .7em;
    border-left: 7px solid #3d9c8d;
    font-size: 20px;
    font-weight: bold;
    margin: 60px 0 30px;
    display: block;
    letter-spacing: .3rem;
}

#order {
    margin-top: 0;
    width: 100%;
}

.guide__container {
    margin: 0 auto;
}

.order__title {
    font-size: 18px;
    font-weight: bold;
    margin: 45px 0 0;
    display: flex;
    align-items: center;
    @media (max-width: 768px) {
        font-size: 16px;
    }
}


.order__text {
    font-size: 16px;
    margin: 5px 0 0 40px;
}

.circle__number {
    font-size: 17px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-color: #3d9c8d;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    @media (max-width: 528px) {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
}

.guide__subtitle {
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto;
    display: block;
}

.guide__text {
    margin-bottom: 1rem;
}

.payment__list {
    margin-bottom: 30px;
}

.guide__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.delivery__priceBox {
    display: flex;
    justify-content: flex-start;
    @media(max-width:1087px){
        justify-content: center;
    }
}

.delivery__priceBox img {
    @media(max-width:1087px){
        display: none;
    }
}

.deliveryPrice__table {
    width: 53%;
    margin-top: 1rem;
    margin-right: 2rem;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    @media(max-width:1087px){
        width: 100%;
    }
    @media(max-width:768px){
        font-size: 15px;
    }
}

.deliveryPrice__table th {
    font-weight: normal;
    padding: 10px;
    background: #e9faf9;
    border: solid 1px #778ca3;
    text-align: center;
}

.deliveryPrice__table td {
    padding: 10px;
    border: solid 1px #778ca3;
}

#payment {
    margin-top: 0;
}

.payment__table {
    width: 65%;
    margin-top: 1rem;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    @media(max-width:1200px){
        width: 85%;
    }
    @media(max-width:768px){
        width: 94%;
        font-size: 15px;
    }
    @media(max-width:375px){
        width: 100%;
    }
}

.table__caption {
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.payment__table th {
    font-weight: normal;
    padding: 10px;
    background: #e9faf9;
    border: solid 1px #778ca3;
    text-align: center;
    @media(max-width:375px){
        padding: 5px;
    }
}

.payment__table td {
    padding: 10px;
    border: solid 1px #778ca3;
}

.commission__table {
    width: 65%;
    margin-top: 1rem;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0; 
    @media(max-width:1020px){
        width: 85%;
    }
    @media(max-width:768px){
        width: 94%;
        font-size: 15px;
    }
    @media(max-width:375px){
        width: 100%;
    }
}

.commission__table th {
    font-weight: normal;
    padding: 10px;
    text-align: center;
    background: #e9faf9;
    border: solid 1px #778ca3;
    @media(max-width:454px){
        padding: 5px;
        font-size: 14px;
    }
}

.commission__table td {
    padding: 10px;
    border: solid 1px #778ca3;
    @media(max-width:375px){
        padding: 5px;
    }
}

.legal__text {
    margin-bottom: 2rem;
}

.privacypolicy {
    list-style-type: disc;
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}