@charset "UTF-8";

.lh-27 {
    line-height: 27px !important;
}

.p-bottom-77 {
    padding-bottom: 77px;
}

.box_icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    max-width: 327px;
    margin: 0 auto;
}

.box_icons_contents {
    display: grid;
    justify-items: center;
}

.box_icons_contents-img {
    max-width: 85px;
}

.box_icons_contents-text {
    text-align: center;
    font-size: 12px;
    margin-top: 12px;
}

@media screen and (max-width: 330px) {
    .box_icons_contents-text {
        font-size: 11px;
    }
}

.box_howto {
    position: relative;
}

.box_howto_title {
    box-sizing: border-box;
    width: 220px;
    height: 23px;
    background: linear-gradient(#00ADF3, #198CFF);
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    border-radius: 100px;
    font-weight: 600;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.box_howto_contents {
    background: #FFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);    
    border-radius: 12px;
    padding: 28px 24px 18px;
    margin: auto;
    max-width: 400px;
}

.box_howto_contents-payment {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}
.box_howto_contents-payment-img {
    max-width: 80px;
}
