@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */

/*# sourceMappingURL=style.css.map */

.contact-phone-inquiry__contents {
    padding: 0 20px;

    display: flex; /* 横並び */
    justify-content: space-between; /* 左右に等間隔で配置 */
    gap: 20px; /* ボックス間の余白 */
}

.contact-box {
    flex: 1; /* 左右の幅を完全に同じ（均等） */
    min-width: 0; /* 文字溢れによる幅のズレ防止 */
}

.ttl-3 {
    background: url(../images/fbit/title_img_03.png) left center no-repeat!important;
    color: #555555;
    padding: 12px 20px;
    font-size: 130%;
    font-weight: bold;
}

.contact-phone-inquiry__tel {
    font-size: 140%;
    font-weight: bold;
    margin: 0.3em 0 0;
}

