.plan-header {
    color: white;
    font-size: 1.5em;
    font-weight: 900;
}

.sitemap {
    font-size: .8em;
}

.info-wrapper {
    flex-direction: column;
}

.plan-detail {
    border: 10px solid rgb(61, 61, 61);
}

.detail-bottom {
    transform: scale(1.2);
}

.attention {
    text-align: center;
    font-size: 1.17em;
    font-weight: 900;
    color: black;
}

.plan2 {
    background-color: white;
}

table {
    border: 1px solid rgb(223, 223, 223);
}

td {
    padding: 1%;
}

.attention2 {
    font-family: system-ui;
    padding: 5px;
    font-weight: 100;
    line-height: 1.8;
    text-align: center;
    font-size: .9em;
    color: rgb(97, 97, 97);
}

.pay-attention {
    transform: translate(45%, 150%);
    background-color: white;
    color: #e7570e;
    font-weight: 700;
    width: fit-content;
}

.pay-attention-wrapper {
    border: 1px solid #e7570e;
}

/* PC */
@media screen and (min-width:601px) {

    .plan-header {
        padding: 10%;
        background-image: url(../image/plan-header.jpg);
        background-size: cover;
    }

    .plan-detail {
        width: 70%;
    }

    .detail-bottom {
        width: 13%;
    }

    .attention {
        width: 50%;
    }

    .plan2 {
        width: 80% !important;
    }

    .table-w {
        width: 20%;
    }


    .pay-attention {
        transform: translate(200%, 150%);
        padding: 0 10px;
    }

    .pay-attention-content{
        font-size: 1.14em;
        font-weight: 400;
    }
}

@media screen and (max-width:600px) {

    .plan-header {
        padding: 10%;
        background-image: url(../image/plan-header.jpg);
        background-position: center;
    }

    .plan-detail {
        width: 80%;
    }

    .detail-bottom {
        width: 30%;
    }

    .attention {
        width: 80%;
    }

    .table-w {
        width: 35%;
    }

    .pay-attention {
        transform: translate(45%, 150%);
    }

}