/* utility class */

.bg_white {
    background: #fff;
}

.txt_center {
    text-align: center;
}

.mt_8 {
    margin-top: 8rem;
}

.mt_3 {
    margin-top: 3rem;
}

.mt_2 {
    margin-top: 2rem;
}

.mt_1 {
    margin-top: 1rem;
}

.mx_auto {
    margin-left: auto;
    margin-right: auto;
}

.W_100 {
    width: 100%;
}

.W_90 {
    width: 90%;
}

.W_80 {
    width: 80%;
}

.W_70 {
    width: 70%;
}

.W_60 {
    width: 60%;
}

.W_50 {
    width: 50%;
}

.W_40 {
    width: 40%;
}

.W_30 {
    width: 30%;
}

.W_20 {
    width: 20%;
}

.W_10 {
    width: 10%;
}

.d_grid {
    display: grid;
}

.grid_2_auto {
    grid-template-columns: auto auto;
}

.grid_3_auto {
    grid-template-columns: repeat(3, auto);
}

.gap_col_3 {
    column-gap: 3rem;
}

.ai_center {
    align-items: center;
}

.d_flex {
    display: flex;
}

.wh_70 {
    width: 70px;
    height: 70px;
}


/* utility class */

.wish_menu {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    border: 4px solid #ddd;
    border-radius: 5px;
    padding: 4rem 0;
    margin-top: 3rem;
}

.wish_menu .wish_menu_item {
    margin-left: 3rem;
    transition: all 0.2s ease-in-out;
}

.wish_menu .wish_menu_item:hover {
    color: #d59f3e;
}

.wish_menu .wish_menu_item .arrow_down {
    font-size: 10px;
    background: #dddddd;
    padding: 3px;
    margin-right: 0.5rem;
}

.vol_txt {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.wish_vol p {
    color: rgb(61, 25, 7);
    font-weight: 200;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid;
}

.wish_vol p span {
    color: #ffffff;
    background: #3d1907;
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.wish_balloon {
    display: flex;
    align-items: center;
}

.wish_balloon img {
    width: 70px;
    height: 69px;
    margin-right: 4rem;
}

.wish_balloon .balloon {
    background: #f9fbfc;
    padding: 35px 30px 35px 30px;
    margin-bottom: 10px;
    border: solid 4px #dae7f1;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-bottom: 20px;
}

.wish_balloon .balloon::before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    margin-bottom: -24px;
    bottom: 50%;
    left: -27px;
    border-width: 20px 24px 20px 0;
    border-color: transparent #dae7f1;
}

.wish_balloon .balloon::after {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    margin-bottom: -20px;
    bottom: 50%;
    left: -21px;
    border-width: 16px 21px 16px 0;
    border-color: transparent #f9fbfc;
}

.wish_balloon .balloon p {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #146592;
    text-align: left;
}


/* ↑追記↑ */

.solution {
    background: #faeae8;
    padding: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 30px;
}

.solution .solution_txt {
    font-size: 16px;
    padding: 15px 15px 12px 15px;
    border: solid 2px;
    margin-right: 10px;
    background: #ffffff;
    display: block;
    margin-bottom: 16px;
}

.resolution {
    display: block;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.resolution::before {
    font-size: 16px;
    vertical-align: middle;
}

.resolution::before {
    content: url(../images/wish/bulb.png);
    width: 30px;
    height: 29px;
}

.solution .solution_txt2 {
    font-size: 24px;
    margin-bottom: 50px;
    border-bottom: dotted 3px;
    padding-bottom: 19px;
}

.solution .solution_bot_border {
    padding: 5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.solution .solution_bot_border .jirei {
    font-size: 2.5rem;
    border-bottom: 1px solid #3d1907;
    margin-bottom: 4rem;
}

.solution .arrow_top {
    font-size: 10px;
    background: #bbb;
    color: #fff;
    padding: 3px;
    margin-right: 0.5rem;
}

@media (max-width: 767.98px) {
    /* utility class */
    .W_80 {
        width: 90%;
    }
    .mt_8 {
        margin-top: 4rem;
    }
    .grid_2_auto,
    .grid_3_auto {
        grid-template-columns: auto
    }
    .gap_col_3 {
        row-gap: 1rem;
    }
    /* utility class */
    .wish_menu {
        grid-template-columns: auto;
    }
    .wish_vol p {
        font-size: 16px;
    }
    .wish_vol p span {
        font-size: 14px;
    }
    .wish_balloon img {
        width: 50px;
        height: 49px;
        margin-right: 3rem;
    }
    .wish_balloon .balloon {
        padding: 30px 25px 30px 25px;
        margin-bottom: 10px;
        border: solid 4px #dae7f1;
    }
    .wish_balloon .balloon::before {
        border-width: 20px 24px 20px 0;
    }
    .wish_balloon .balloon p {
        font-size: 12px;
    }
    .solution {
        padding: 20px;
    }
    .solution .solution_txt {
        font-size: 14px;
        padding: 10px 10px 8px 10px;
    }
    .resolution {
        font-size: 14px;
    }
    .resolution::before {
        font-size: 14px;
    }
    .resolution::before {
        content: url(../images/wish/bulb.png);
        width: 25px;
        height: 24px;
    }
    .solution .solution_txt2 {
        font-size: 20px;
        margin-bottom: 40px;
        padding-bottom: 15px;
    }
    .solution .solution_bot_border {
        padding: 3rem;
    }
    .solution .solution_bot_border .jirei {
        font-size: 2.5rem;
        border-bottom: 1px solid #3d1907;
        margin-bottom: 4rem;
    }
    .solution .arrow_top {
        font-size: 10px;
        background: #bbb;
        color: #fff;
        padding: 3px;
        margin-right: 0.5rem;
    }
}