@charset "UTF-8";
/**
 * @author A.Tanaka - Timecapsule
 * @since 2020.8.25
 * @copyright Timecapsule INC.
 */

/**
 * [WSYS-7887]通常フォームからレンタルフォームへの誘導ボタン追加
 */
div.plus_receive_place_result_box p.map_link {
    margin-top: 5px;
}

div.plus_receive_place_result_box p.map_link a {
    text-decoration: underline;
    color: #004fa9;
}

.receive_attention_box {
    margin: 0 0 40px;
}

/**
 * ご留意事項
 */

section.notes_font {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.notes_area{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 2.1rem;
}

.notes_area_btn {
    text-align: center;
    display: block;
    width: 100%;
}
.notes_area_btn:hover {
    opacity: 0.8;
}

.btn.blue {
    background: #023f98;
    margin: 0 auto;
    width: 45%;
    color: #FFF;
    padding: 13px 0;
    position: relative;
    cursor: pointer;
}

.notes_area .notes_area_btn:after {
    content: "▼";
    position: absolute;
    right: 8%;
    display: inline-block;
    font-size: 50%;
    top: 36%;
    bottom: 50%;
}

.notes_area .notes_area_btn.active:after {
    content: "▲";
}

.application_inner {
    background: #f6f6f6;
    padding: 45px;
    margin-bottom: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

h3.plus_graybk_ttl {
    background: none;
    color: #666;
    text-align: left;
    font-size: 26px;
    margin-bottom: 10px;
    padding: 2px 0 1px;
}

h4.plus_graybk_subttl {
    color: #666;
    font-size: 19px;
    margin: 13px 0 5px;
}

p.graybk_txt {
    color: #666;
    font-size: 15px;
    letter-spacing: 1px;
}

.btn_area {
    margin-top: 0;
}

/**
 * SP対応
 * @usage 最大480pxの幅のデバイスをスマホと見なす
 */
@media screen and (max-width: 480px) {
    .rental_terminal_list > li .terminal_price_box .terminal_price span.fs18 {
        font-size: 1.5rem!important;
    }

    .rental_terminal_list > li .terminal_price_box .terminal_price span.fs26 {
        font-size: 2.0rem!important;
    }

    .application_inner {
        padding: 2% 5%;
    }

    .btn.blue {
        width: 90%;
    }
}