/* CSS Document */
@media (max-width: 375px) {

    .salary_text1 {
        font-size: 20px;
    }

    .white_box .icon_label {
        font-size: x-large;
        padding-top: 10px;
        margin: 0;
    }

    .hukidashi {
        background: url(../images/hukidashi.png);
        background-size: 204px;
        background-repeat: no-repeat;
        background-position-y: 0px;
    }


    .hukidashi_inner span {
        color: #fff;
        position: relative;
        top: 45px;
        left: 58px;
        font-weight: bold;
        font-size: small;
        line-height: 1.5em;
        height: 10px;
        display: block;
    }

    .woman {
        height: 110px;
        width: auto;
        margin: 0;
    }

    .syunyu_desc .syunyu_desc_inner {
        font-size: 11px;
    }
    .hukidashi_inner span {
        font-size:x-small;
    }

    .coin_text {
        max-width: calc(100% - 100px);
    }

}

/* CSS Document */
@media (max-width: 480px) {
    .text-box .tit {
        font-size: 130%;
    }
    .cost_block .cost_title {
        font-size: 31px;
    }

    .white_box .white_box_text {
        font-size: 15px;
    }
    .white_box .menu_label p {
        font-size: 30px;
    }
    .flow_block .icon_label p {
        font-size: 32px;
        line-height: 1.2em;
    }

    .menu_sub {
        font-size: 23px;
    }
    .jukouryou .flex {
        font-size: 14px;
    }

}