<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    background-color: #fbfbfb;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    letter-spacing: 1px;
}

.l-contents__inner:last-child {
    padding-bottom: 0;
}

/*======================= 共通クラス =======================*/
p,
a,
li,
td {
    font-weight: 400;
}

p,
a,
li,
td,
h2,
h3,
h4 {
    color: #181818;
}

p {
    margin-top: 0 !important;
}

h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 3rem;
    line-height: 1.5 !important;
}

a {
    text-decoration: none !important;
}

/* padding・margin左右上下リセット */
.p_0 {
    padding: 0 !important;
}

.m_0 {
    margin: 0 !important;
}

.p_20 {
    padding: 20px !important;
}

.pt_0 {
    padding-top: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pl_0 {
    padding-left: 0 !important;
}

.pr_0 {
    padding-right: 0 !important;
}

.mt_0 {
    margin-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.ml_0 {
    margin-left: 0 !important;
}

.mr_0 {
    margin-right: 0 !important;
}

/* padding・margin 10px・20px */
.pt_10 {
    padding-top: 10px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.pt_30 {
    padding-top: 30px !important;
}

.pb_30 {
    padding-bottom: 30px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

/* FLEX関連 */
.d_flex {
    display: flex;
}

.d_flex.f_wrap {
    flex-wrap: wrap;
}

.inline_b {
    display: inline-block;
}

.jc_ct {
    justify-content: center;
}

.jc_fs {
    justify-content: flex-start !important;
}

.jc_fe {
    justify-content: flex-end !important;
}

.ai_ct {
    align-items: center;
}

.fd_cm {
    flex-direction: column;
}

.fd_rr {
    flex-direction: row-reverse;
}

.gap_0 {
    gap: 0 !important;
}

.gap_10 {
    gap: 10px !important;
}

.gap_20 {
    gap: 20px !important;
}

/* Z-INDEX */
.z_0 {
    z-index: 0;
}

.z_1 {
    z-index: 1;
}

.z_999 {
    z-index: 999;
}

/* POSITION */
.p_ab {
    position: absolute;
}

.p_rel {
    position: relative;
}

.o_hidden {
    overflow: hidden;
}

.br_20 {
    border-radius: 20px !important;
}

.fw_500 {
    font-weight: 500 !important;
}

/* アイコン */
svg.svg-inline--fa {
    margin-right: 10px;
}

.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover&gt;a:after {
    width: 0;
}

/*======================= ボタン =======================*/

a.smb-btn {
    display: flex;
    align-items: center;
    position: relative;
    width: 320px !important;
    height: 55px;
    border: solid 2px var(--wp--preset--color--sm-accent);
    border-radius: 50px;
    background-color: var(--wp--preset--color--sm-accent);
    font-weight: 600 !important;
}

a.smb-btn:hover {
    border: solid 2px var(--wp--preset--color--sm-accent);
    background-color: transparent !important;
    color: var(--wp--preset--color--sm-accent);
    filter: brightness(100%);
}

a.smb-btn:hover+a.smb-btn .fa-play {
    background-color: var(--wp--preset--color--sm-accent);
}

.smb-btn:hover .fa-play {
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff;
}

a.smb-btn .fa-play {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    margin-right: 0 !important;
    padding: 6px;
    padding-left: 7px !important;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent);
}


@media screen and (max-width: 500px) {
    .btn_center {
        justify-content: center !important;
    }
}

.white_btn a {
    border: solid 2px #ffffff;
    color: #ffffff !important;
}

.white_btn a svg {
    color: #ffffff;
}

/*======================= ヘッダー =======================*/
/* g_nav */
.header_cta.tel {
    font-family: "Outfit", sans-serif;
}

.header_cta.tel a {
    padding-top: 7px;
    color: #e3782e;
    font-weight: 900;
}

.header_cta.tel a::before {
    position: absolute;
    bottom: 10px;
    left: 53%;
    transform: translateX(-50%);
    font-size: 12px !important;
    content: "随時受付中！";
}


.header_cta.tel span {
    font-size: 1.1rem;
}

.header_cta.tel svg {
    font-size: 15px;
    animation: buruburu 1.5s linear infinite;
}

.l-header .c-row__col.c-row__col--fit.u-invisible-md-down {
    margin-top: 10px !important;
    border-radius: 100px;
    box-shadow: 0 6px 16px 0 rgb(228 228 228 / 26%);
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent);
}

.c-site-branding__title {
    padding-top: 5px;
}

/* 下層ページヘッダー */
.l-contents__inner {
    margin-top: 0 !important;
}

.c-page-header {
    padding: 130px 0 50px;
    background-color: #f4f1ed;
    color: #181818;
}

.c-page-header[data-has-image=true] {
    height: unset;
}

.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}

.c-page-header__bgimage&gt;img,
.c-page-header__bgimage&gt;picture&gt;img {
    display: none;
}

.tel a {
    line-height: 1.1 !important;
}

.tel-num {
    font-size: 1.5rem !important;
}

.tel-num svg {
    font-size: 1.3rem;
}

.l-header span.time {
    padding-top: 10px !important;
    font-size: 14px !important;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .c-page-header {
        padding: 130px 0 50px !important;
    }
}

/* SPメニュー */
[data-scrolled=false] .l-header--sticky-overlay-colored-sm .c-hamburger-btn__bar {
    background-color: var(--wp--preset--color--sm-accent);
}

.c-hamburger-btn__label {
    color: var(--wp--preset--color--sm-accent) !important;
}

.c-drawer {
    background-color: #bb7212;
}

.c-drawer__menu {
    padding-top: 50px !important;
}

#menu-sp_nav .menu-item a {
    font-size: 1rem;
    font-weight: 500 !important;
    text-align: center;
}

.sp_head-cta {
    margin-top: 30px !important;
    padding: 10px 0 !important;
    border-radius: 50px;
    background-color: #ffffff;
}

.sp_head-cta a {
    color: #bb7212 !important;
}

.c-drawer__inner {
    padding: 0 30px !important;
}

/* TOPに戻るボタン */
#page-top {
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
}

#page-top svg {
    margin-right: 0 !important;
}

/*======================= フッター =======================*/
.l-footer {
    z-index: 1;
    background-color: #ffffff;
}

.l-footer,
.l-footer--footer-2 .l-footer__body {
    border-top: none;
}

.l-footer__footer {
    padding-top: 0 !important;
    background-color: #f4f1ed !important;
}

.l-footer .l-footer__footer .c-row--middle {
    justify-content: center;
}

.l-footer--footer-2 .l-footer__header {
    display: none;
}

.l-footer--footer-2 .l-footer__widget-area,
.l-footer--footer-2 .l-footer__header {
    padding-bottom: 0 !important;
    background-color: #f4f1ed;
}

.c-copyright {
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .c-widget.widget_block .wp-block-columns {
        margin-top: 30px;
    }
}

@media screen and (max-width: 782px) {

    /* footer */
    .c-widget.widget_block .wp-block-columns {
        gap: var(--_margin-2);
    }
}

@media screen and (max-width: 650px) {

    .l-footer--footer-2 .l-footer__widget-area a,
    .l-footer--footer-2 .l-footer__widget-area p {
        font-size: 15px;
    }
}

@media screen and (max-width: 435px) {
    .l-footer .c-container {
        padding: 0 5%;
    }
}

/*======================= TOP =======================*/
.sub_ttl {
    position: relative;
    z-index: 1;
    padding-left: 25px !important;
    font-weight: 600 !important;
}

.sub_ttl::before {
    position: absolute;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2f5ca1;
    content: "";
}

/* FV */
#fv {
    position: relative;
    height: 85vh;
    /* overflow: hidden; */
}

#fv::before {
    clip-path: polygon(50% 4%, 0% 100%, 100% 100%);
    position: absolute;
    bottom: -.5px;
    z-index: 999;
    width: 100%;
    height: 120px !important;
    padding: 0;
    background: #f5fbff;
    content: "";
}

.fv_slider {
    opacity: .7;
}

#fv h3::before {
    mask-size: .7rem, .7rem !important;
}

.fv_p {
    width: fit-content;
    margin-left: 0 !important;
    padding: 0 22px;
    color: #121212;
    font-size: 1.3rem;
    font-weight: 700;
}

/* #fv .smb-section-with-bgimage__bgimage.smb-section-with-bgimage__bgimage--lg {
    opacity: .8;
} */



#fv .smb-section__inner,
#fv .c-container {
    position: static;
}

.fv_txt-box {
    position: absolute;
    bottom: 18%;
    left: 10%;
}

#fv h2 {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2 !important;
    letter-spacing: .07em;
    -webkit-text-stroke: 1px #333333;
    text-stroke: 1px #333333;
}

.fv_s {
    margin-right: 3px;
    font-size: 4.5rem;
}

.fv_tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 380px;
    margin-left: 0 !important;
}

.fv_tag {
    width: fit-content;
    margin: 0 !important;
    padding: .2em .7em;
    border-radius: 50px;
    background-color: #fff9f0d6;
    font-size: 14px;
    font-weight: 500;
}

.fv_cta-banner {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 999;
    width: 350px;
    transition: .2s;
}

.fv_cta-banner:hover {
    opacity: 0.7;
}

/* .fv_cta {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 999;
    width: 350px;
    height: 80px;
    border: solid 2px #ffffff !important;
    border-radius: 20px;
    background: linear-gradient(93.92deg, #FFBF65 3.14%, #FFA509 20.74%, #FA9556 44.56%);
    transition: .2s;
}

.fv_cta:hover {
    transform: scale(1.03);
}

.fv_cta .smb-box__body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.fv_cta-man {
    position: absolute;
    bottom: -7px;
    left: -3px;
    width: 20%;
} */

.fv_txt1,
.fv_txt2 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.fv_txt1 {
    font-size: 1rem;
}

.fv_txt2 {
    font-size: 1.4rem;
}

.fv_svg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5%;
    bottom: 9%;
    width: 25px;
    height: 25px;
    padding-left: 2px !important;
    border-radius: 50%;
    background-color: #ffffff;
    color: #FA9556;
    font-size: 11px;
}

.fv_svg svg {
    margin-right: 0 !important;
}

#fv .spider__canvas,
#fv .spider__slide,
#fv .smb-spider-slider__figure-wrapper {
    height: 85vh;
}

/* 施工メニュー */
#service .service_btn a {
    border: solid 2px #2f5ca1;
    background-color: #2f5ca1;
}

#service .service_btn a:hover {
    border: solid 2px #2f5ca1;
    color: #2f5ca1;
}

#service .service_btn .smb-btn:hover .fa-play {
    background-color: #2f5ca1;
    color: #ffffff;
}

#service .service_btn .fa-play {
    color: #2f5ca1;
}

#service::before {
    position: absolute;
    top: 3%;
    right: 5%;
    z-index: 2;
    width: 13%;
    height: 90px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/house-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#service .sub_ttl::after {
    display: inline-block;
    position: absolute;
    top: -61px;
    left: 0;
    z-index: -1;
    width: 80%;
    height: 80px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/txt_menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#service h3 {
    width: fit-content;
    margin-top: 0;
    margin-left: 0;
    padding: .1em .9em;
    border-radius: 50px;
    background-color: #ffffffea;
    font-size: 1.2rem;
}

#service .service_subh3 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.service_panel {
    height: 100%;
    transition-duration: .5s;
}

.service_panel:hover {
    transform: scale(1.05);
}

#service .service_panel-bg {
    z-index: 0;
    margin-top: 0;
    border-radius: 20px;
    box-shadow: 0 6px 16px 0 rgb(144 206 242 / 27%);
    filter: brightness(75%);
    transition-duration: .5s;
}

#service .service_panel-bg:hover {
    filter: brightness(50%);
}

.service_panel .smb-panels__item__body {
    padding: 0 !important;
}

.service_panel .smb-panels__item {
    border-radius: 20px;
}

.service_panel-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}



#service .service_panel-bg img {
    display: block;
    border-radius: 20px;

    object-fit: cover;
    aspect-ratio: 3/3 !important;
}

.service_arrow {
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 1;
    transform: rotate(329deg);
    color: #ffffff;
    font-size: 1.5rem;
}

.service_arrow svg {
    margin-right: 0 !important;
}

/* 施工実績 */
#works {
    background-color: #eef4f0;
}

#works .spider__slide {
    padding: 18px;
    border-radius: 20px;
    background-color: #ffffff;
}

#works .c-entry-summary__header {
    position: relative;
    margin-bottom: 0 !important;
}



#works .c-entry-summary__header::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/arrow3.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}


#works .works_deco {
    position: absolute;
    top: -10%;
    left: -3%;
    width: 7% !important;
}

#works .works_deco::before {
    position: absolute;
    top: 53px;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/bird_deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    animation: fluffy 4s ease-in-out infinite;
}

@keyframes fluffy {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(5px, -10px) rotate(-1deg);
    }

    50% {
        transform: translate(0, -20px) rotate(0deg);
    }

    75% {
        transform: translate(-5px, -10px) rotate(1deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

#works .works_btn a {
    border: solid 2px #248c6e;
    background-color: #248c6e;
}

#works .works_btn a:hover {
    color: #248c6e;
}

#works .works_btn .fa-play {
    color: #248c6e;
}

#works .works_btn .smb-btn:hover .fa-play {
    background-color: #248c6e;
    color: #ffffff;
}


#works .sub_ttl {
    position: relative;
    z-index: 1;
}

#works .sub_ttl::before {
    background-color: #248c6e !important;
}

#works .sub_ttl::after {
    position: absolute;
    top: -80px;
    left: -1%;
    z-index: -1;
    width: 41%;
    height: 98px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/txt_works.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#works .c-entry-summary__figure {
    margin-bottom: 10px;
    border-radius: 15px;
}

#works .spider__dots {
    margin-top: 0 !important;
}

#works .spider__dots:not([data-thumbnails=true]) .spider__dot {
    width: 8px;
    height: 8px;
}

/* tvバナー */
.tv_txt {
    font-size: 1.1rem;
}

.tv_btn {
    position: relative;
    /* position: absolute;
    right: 10px;
    bottom: 10px; */
    text-align: right;
}

.tv_btn .smb-btn__label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/house_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.tv_btn a {
    justify-content: flex-end;
    background: transparent;
    color: #777777 !important;
}

.tv_btn svg {
    margin-right: 0 !important;
    margin-left: 10px !important;
}

.tv_column {
    padding: 2em;
    border-radius: 20px;
    box-shadow: 0 6px 16px 0 rgb(228 228 228 / 26%);
    background-color: #ffffff80;
}

/* 選ばれる理由 */
#reasons h2 {
    margin-bottom: 50px !important;
}

#reasons h3 {
    margin-top: 5px !important;
    margin-bottom: 20px;
    font-size: 1.5rem;
}


#reasons .sub_ttl::before {
    background-color: #de5454;
}

#reasons .sub_ttl::after {
    display: inline-block;
    position: absolute;
    top: -51px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 350px;
    height: 80px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/reasons_txt.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.reason_tag {
    width: fit-content;
    margin-right: 20px !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding: 0 .7em;
    border-radius: 50px;
    background-color: #de5454;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.reasons_column {
    padding: 2em;
    border-radius: 30px;
    box-shadow: 0 6px 16px 0 rgb(228 228 228 / 26%);
    background-color: #ffffff;
}

.reasons_sub {
    margin-left: 0 !important;
    font-weight: 500;
}

span.reasons_border {
    background-image: linear-gradient(transparent 60%, #ffb2b24c 30%);
}

.reasons_g {
    display: flex;
}

/* こんなお悩みありませんか */
#worries {
    padding-bottom: 30px;
}

#worries h2 {
    position: relative;
    font-size: 2.5rem;
}

#worries h2 span {
    position: relative;
    padding-bottom: 5px;
    border-bottom: dotted 2px;
}

#worries h2 span::before {
    position: absolute;
    top: -15px;
    right: -30px;
    width: 30px;
    height: 30px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/deco_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.worries::before {
    position: absolute;
    top: -8%;
    left: 5%;
    z-index: 3;
    width: 150px;
    height: 100px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/people_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

span.worries_border {
    background-image: linear-gradient(transparent 60%, #f5973842 30%);
    font-weight: 600;
}

.wo_tag {
    width: fit-content;
    margin-top: 20px !important;
    padding: .5em 1.7em;
    border-radius: 50px 50px 0 50px;
    background-color: #ffffff;
    /* font-weight: 500; */
}

.wo_l1 {
    margin-left: 0 !important;
}

.wo_l2 {
    margin-right: 30px !important;
}

.wo_r2 {
    margin-right: 0 !important;
}

.wo_r1,
.wo_r2,
.wo_r3 {
    border-radius: 50px 50px 50px 0;
}

/* loop */
.loop_box .loop_img_02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    margin-right: 50px !important;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/loop_i2-1.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: repeat-x;
    animation: loop_img 90s linear infinite;
}

.loop_box {
    position: relative;
    width: 100%;
    margin: 0 !important;
}

@keyframes loop_img {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -4000px 0;
    }
}

/* 石井内装の職人たち */
#staff {
    background-color: #ffffff;
}

.staff_logo {
    opacity: .1;
    position: absolute;
    top: -7%;
    right: 0;
    width: 35%;
    filter: blur(5px);
}

.staff_logo img {
    width: 100%;
}

#staff .sub_ttl::after {
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -1;
    width: 350px;
    height: 80px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/txt_members.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.staff_img img {
    border-radius: 20px;
}

.staff_position {
    margin-top: 15px !important;
    font-weight: 500;
}

.staff_name {
    font-size: 1.5rem;
    font-weight: 600;
}

.staff1_img img {
    box-shadow: 0 6px 16px 0 rgb(19 207 123 / 20%);
}

.staff2_img img {
    box-shadow: 0 6px 16px 0 rgb(244 226 226);
}

.staff3_img img {
    box-shadow: 0 6px 16px 0 rgb(214 232 255);
}

/* 文字スライド */
.slide_box {
    height: 160px;
    margin-top: 80px;
}

.slide_box .smb-box__background {
    border: none;
}

.slide_box::before {
    display: block;
    opacity: .5;
    position: absolute;
    height: 100%;
    padding-right: 1px !important;
    padding-right: 30px !important;
    background: linear-gradient(90deg, #c0e6f8 0%, #e0fcdf 40%, #ffedd5 80%, #ffddd5 100%);
    content: "";
    animation: txt_slide 80s linear infinite;

    will-change: mask-position;
    inset: 0;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/ishi-txt_.png);
    mask-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/ishi-txt_.png);
    -webkit-animation: txt_slide 80s linear infinite;
}

@keyframes txt_slide {
    0% {
        -webkit-mask-position: 0 center;
        mask-position: 0 center;
    }

    100% {
        -webkit-mask-position: -3528px center;
        mask-position: -3528px center;
    }
}


/*-------------------------- cta --------------------------*/
.br_cta {
    display: none;
}

#cta h2 {
    margin-bottom: 5px !important;
    font-weight: 800;
}

#cta h3 {
    font-size: 1.8rem;
    letter-spacing: .07em;
}

#cta strong.cta_com {
    margin-right: 5px;
    font-size: 2.5rem;
}

#cta .dots {
    /* 点の間隔とサイズ調整 */
    padding-top: .3em;
    background-image: radial-gradient(circle at center, var(--wp--preset--color--sm-accent) 20%, transparent 20%);
    /* 点の色とサイズ調整 */
    background-position: top right;
    /* 横方向に繰り返し */
    background-size: 1em .3em;
    /* 点の位置 */
    background-repeat: repeat-x;
    /* 縦方向の位置調整 */
}

.cta_cover {
    position: relative;
    min-height: inherit;
    padding: 50px 0;
    border-radius: 50px;
    box-shadow: 0 6px 16px 0 rgb(237 188 117 / 60%);
}

#cta .smb-section__contents-wrapper::before {
    position: absolute;
    top: 17%;
    left: 5%;
    z-index: 10;
    width: 140px;
    height: 140px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/ct_banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.cta_tel {
    margin-top: 15px !important;
    font-family: "Outfit", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: .07em;
}

.cta_tel a {
    background-color: transparent;
    color: #ffffff !important;
}

.cta_tel svg {
    position: relative;
    font-size: 2.1rem;
    /* animation: buruburu 1s linear infinite; */
}

@keyframes buruburu {
    0% {
        transform: translateX(0);
    }

    7% {
        transform: translateX(-2px);
    }

    14% {
        transform: translateX(2px);
    }

    20% {
        transform: translateX(-2px);
    }

    32% {
        transform: translateX(2px);
    }

    40% {
        transform: translateX(0px);
    }
}

.cta_tel a::before {
    display: none;
}

.cta_mail {
    margin-top: 15px !important;
}

#cta .cta_mail a {
    border: none;
    background-color: #F68A47;
    color: #ffffff !important;
}

#cta .cta_mail a:hover {
    background-color: #ffffff !important;
    color: #F68A47 !important;
}

.cta_mail a .fa-play {
    color: #F68A47;
}

#cta .cta_mail .smb-btn:hover .fa-play {
    background-color: #F68A47;
    color: #ffffff;
}

.cta_man {
    position: absolute;
    top: -175px;
    right: 10%;
    width: 152px;
    height: 175px;
}

.cta_man::before {
    position: absolute;
    top: 10px;
    right: -15px;
    width: 40px;
    height: 40px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/kira.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    animation: yurayura 3s linear infinite;
}

@keyframes yurayura {

    0%,
    100% {
        transform: rotate(20deg);
    }

    50% {
        transform: rotate(-20deg);
    }
}

/*======================= 事業内容 =======================*/
.menu_img img {
    border-radius: 10px;
}

.menu_group {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 35px !important;
}

.menu_icon-box {
    width: 15%;
    margin: 0 !important;
    padding: 0;
}

.menu_icon-box:hover .menu_icon-img {
    background-color: #f3ffff;
    transition-duration: .3s;
}

.menu_icon-box:hover .menu_txt {
    padding: 0 10px;
    transition-duration: .3s;
}

.menu_icon-img {
    width: 150px;
    padding: 27px;
    border: solid 1px #ddf4ff;
    border-radius: 50%;
    background-color: #ffffff;
}

.menu_txt {
    width: fit-content;
    margin-top: 10px !important;
    border-bottom: solid 1px;
    color: #2f5ca1;
    font-weight: 600;
    text-align: center;
}

#menu1 h2,
#menu2 h2,
#menu3 h2,
#menu4 h2,
#menu5 h2,
#menu6 h2 {
    padding-bottom: 8px;
    border-bottom: dotted 2px;
    font-size: 2.5rem;
}

/* 内装リフォーム */
.menu1_panel .smb-panels__item__body {
    padding: 0;
}

.menu1_panel .smb-panels__item {
    border-radius: 10px;
    box-shadow: none !important;
}

.menu1_txt {
    position: absolute;
    bottom: 10px;
    left: -6px;
    width: fit-content;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #2f5ca1;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
}

.menu1_img img {
    border-radius: 10px;

    object-fit: cover;
    aspect-ratio: 4/3;
}

.menu_slider .spider__figure {
    border-radius: 20px;
}

.menu_slider .spider__dot img {
    border-radius: 10px !important;
}

.menu3_group {
    margin-top: 15px !important;
    margin-left: 0 !important;
    padding: 15px 25px;
    border-radius: 20px;
    background: #deeef7bb;
}

#menu2 .menu3_group,
#menu4 .menu3_group {
    background: #efefefbb;
}

.menu3_reco {
    margin-bottom: 10px !important;
    padding-bottom: 7px;
    border-bottom: dotted 1px;
    font-size: 1.1rem;
    font-weight: 500;
}

.menu3_check {
    position: relative;
    margin-bottom: 5px !important;
    padding-left: 25px;
    font-weight: 500;
}

.menu3_check::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.1em;
    height: 1.1em;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/ch_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.menu6_ex {
    width: fit-content;
    margin-top: 25px !important;
    margin-bottom: 15px;
    margin-left: 0 !important;
    padding: 0 5px 5px;
    border-bottom: dotted 1px;
    font-size: 1.1rem;
    font-weight: 600;
}

span.m6_border {
    background-image: linear-gradient(transparent 60%, #74c0ff3d 30%);
    font-weight: 500;
}

/*======================= 施工実績 =======================*/
.spider__figure {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.works-template-default .smb-spider-slider__figure-wrapper {
    aspect-ratio: 1 / 1 !important;
}

.post-type-archive-works {
    background-color: #ffffff !important;
}

.post-type-archive-works .c-entry-summary__figure {
    margin-bottom: 10px;
    border-radius: 10px;

    aspect-ratio: 1/1;
    object-fit: cover;
}

.post-type-archive-works .c-entries__item {
    margin-bottom: 10px !important;
}

.post-type-archive-works .c-entries {
    margin: 50px 0 !important;
}

.post-type-archive-works .c-entry-summary__title {
    position: relative;
    padding: 0 10px;
}

.post-type-archive-works .c-entry-summary__title::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(https://ishii-naisou.com/wp-content/uploads/2025/03/arrow3.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

/*======================= 会社概要 =======================*/
p.com_txt {
    font-size: 1.1rem;
    line-height: 2.5;
    text-align: center;
}

.shikaku_fl {
    display: flex;
    align-items: center;
    margin-top: 10px !important;
}

.profile {
    margin-top: 20px !important;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.shikaku {
    width: fit-content;
    margin-right: 20px !important;
    margin-left: 0 !important;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #e1e1e1;
    font-size: 14px;
    font-weight: 600;
}

.greeting_txt {
    line-height: 1.9 !important;
}

.greeting_logo {
    opacity: .07;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 30%;
    filter: blur(5px);
}

.greeting_logo img {
    width: 100%;
}

.greeting_pic img {
    border-radius: 20px;

    object-position: 62% 30%;
}

.sub_ttll.sub_ttl::before {
    background-color: #de5454;
}

/* 会社概要 bg-color */
figure.wp-block-table tr td:first-child,
figure.wp-block-table tr td:first-child {
    width: 30%;
    background-color: #5a5a5a;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

figure.wp-block-table tr td:last-child,
figure.wp-block-table tr td:last-child {
    background-color: #ffffff;
}

@media screen and (max-width: 435px) {

    figure.wp-block-table tr td:first-child,
    figure.wp-block-table tr td:first-child {
        width: 32%;
        font-size: 1rem !important;
    }
}

/*======================= お問い合わせ =======================*/
.cta_txt-tel span.smb-btn__label {
    background-image: linear-gradient(transparent 60%, #ffb2b24c 30%);
    line-height: 1;
}

.cta2_box {
    padding: 50px;
    border: solid 1px;
    border-radius: 50px;
}

#cta2 a.smb-btn {
    margin: 20px 0 5px;
    background-color: transparent;
}

.cta_txt-tel a {
    font-family: "Outfit", sans-serif;
    font-size: 3rem;
    letter-spacing: .07em;
}

.cta_txt-tel svg {
    font-size: 2.5rem;
    animation: buruburu 1.5s linear infinite;
}

.smf-text-control__control {
    width: 100%;
    max-width: 100%;
}

/* placeholder */
.smf-text-control__control::placeholder {
    color: #cccccc !important;
}

.wp-block-snow-monkey-forms-item.smf-item {
    margin-bottom: 30px !important;
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
    border: none !important;
}

/* 必須の文字 */
.smf-item__col.smf-item__col--label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.smf-item__description {
    width: fit-content;
    margin-top: 0;
    margin-left: 20px;
    padding: 0 .5em;
    border-radius: 50px;
    background-color: #cd2b43;
    color: #ffffff !important;
    font-weight: 600;
}

/* ボックス */
.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
    padding: 50px !important;
}

.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box .smb-box__background {
    border: none;
    border-radius: 50px;
    background-color: #f8f7f7;
}

.smf-item__label {
    font-weight: 600;
}

/* 項目の幅 */
.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--label {
    flex: 0 0 18em !important;
    max-width: 18em !important;
}

.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--controls {
    flex: 1 1 calc(100% - 18em) !important;
    max-width: calc(100% - 18em) !important;
}

.smf-radio-buttons-control__control .smf-label {
    margin-bottom: 7px !important;
}

/* 確認ボタン */
.smf-action {
    margin-bottom: 0 !important;
}

.smf-action .smf-button-control__control {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    border: solid 2px #2d2d2d !important;
    border-radius: 50px;
    background: #333333;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
}

.smf-action .smf-button-control__control:hover {
    border: solid 2px #2d2d2d !important;
    background: #ffffff;
    color: #2d2d2d;
}

.smf-action .smf-button-control+.smf-button-control {
    margin-left: 0 !important;
}

.smf-action .smf-button-control__control {
    margin-bottom: 20px;
}

#autozip {
    display: none !important;
}

/* プライバシーポリシー */
#privacy h3 {
    margin-bottom: 20px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
    margin-top: 50px !important;
}

#privacy .wp-block-list {
    margin-top: 10px !important;
}

/* お問い合わせ完了画面 */
.cfm_list-b {
    width: fit-content;
    margin: 20px auto !important;
    padding: 30px 20px;
    background-color: #e8e8e8;
}

.cfm_last-txt svg.svg-inline--fa {
    margin-right: 5px;
    font-size: 13px;
}

/*===================================== お知らせ =====================================*/
.c-meta__item--author {
    display: none;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
    .c-entries--simple .c-entry-summary__content {
        display: block;
    }

    .c-entries--simple .c-entry-summary__figure {
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
}

/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/
@media (orientation: landscape) and (max-width: 1500px) {
    #fv,
    #fv .spider__canvas,
    #fv .spider__slide,
    #fv .smb-spider-slider__figure-wrapper {
        height: 110vh;
    }

    #fv h2 {
        font-size: 2rem !important;
        margin-bottom: 0 !important;
    }

    .fv_s {
        font-size: 3rem !important;
    }

    .fv_tag-group {
        margin-top: 10px;
    }

    #fv::before {
        clip-path: polygon(50% 79%, 0% 100%, 100% 100%);
    }
}

@media screen and (max-width: 1250px) {
    #works .works_deco {
        top: -7%;
        left: 1%;
        width: 5% !important;
    }
}

@media screen and (max-width: 1095px) {
    .cta_man {
        top: -120px;
        right: 3%;
        width: 110px;
    }

    #cta h3 {
        font-size: 1.5rem;
    }

    #cta strong.cta_com {
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 1023px) {
    .c-site-branding__title .custom-logo {
        width: 250px;
    }

    .c-drawer__menu a {
        color: #ffffff;
        font-weight: 500;
    }

    .greeting_logo {
        width: 50%;
    }

    /* TOP */
    #fv h2 {
        font-size: 2.8rem;
    }

    .fv_s {
        font-size: 4rem;
    }

    .fv_tag {
        padding: 0 .7em;
    }

    .fv_cta-banner {
        width: 280px;
    }

    #cta h2 {
        font-size: 2rem !important;
    }

    .cta_tel {
        font-size: 2.3rem;
    }

    .cta_tel svg {
        font-size: 1.7rem;
    }

    #cta a.smb-btn {
        width: 300px !important;
    }

    #cta .smb-section__contents-wrapper::before {
        width: 110px;
        height: 110px;
    }
}

@media screen and (max-width: 850px) {
    #service::before {
        width: 23%;
    }
}

@media screen and (max-width: 830px) {
    .staff_logo {
        top: 0;
        width: 55%;
    }

    .staff_logo {
        width: 75%;
    }

    .cta_tel {
        font-size: 2rem;
    }

    .cta_tel svg {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 800px) {
    .menu_group {
        gap: 5%;
    }

    .menu_icon-box {
        width: 30%;
        margin-bottom: 30px !important;
    }

    #fv h2 {
        margin-bottom: 15px !important;
        font-size: 2rem;
    }

    .fv_s {
        font-size: 3rem;
    }

    .fv_p {
        font-size: 1rem;
    }

    .fv_tag-group {
        margin-top: 10px;
    }

    .fv_txt-box {
        bottom: 21%;
        left: 5%;
    }

    .reasons_g {
        display: block;
    }
}

@media screen and (max-width: 781px) {
    #contact-form .smf-form--simple-table .smf-item {
        display: block;
    }

    .smf-item__col.smf-item__col--label {
        margin-bottom: 0 !important;
    }

    .wp-block-snow-monkey-forms-item.smf-item {
        margin-bottom: 10px !important;
    }

    .snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--controls {
        max-width: 100% !important;
    }

    /* TOP */
    #fv::before {
        clip-path: polygon(50% 48%, 0% 100%, 100% 100%);
    }

    .fv_cta-banner {
        width: 260px;
    }

    .wo_l1,
    .wo_l2,
    .wo_r2 {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .wo_tag {
        font-size: 15px;
    }

    #works .works_deco {
        top: -5%;
        width: 8% !important;
    }

    /* 事業内容 */
    .menu_reverse {
        flex-direction: column-reverse;
    }

    .menu_img img,
    .menu_slider .spider__figure {
        aspect-ratio: 4/3 !important;
    }

    .greeting_logo {
        top: -3%;
        width: 60%;
    }

    .br_cta {
        display: block;
    }

    .cta_cover {
        padding: 50px;
    }

    .cta_tel {
        margin-top: 0 !important;
        font-size: 3rem;
    }

    .cta_tel svg {
        font-size: 2rem;
    }

    .cta_column {
        gap: 25px !important;
    }

    #cta .smb-section__contents-wrapper::before {
        top: 20%;
    }
}

@media screen and (max-width: 670px) {
    #works .sub_ttl::after {
        top: -60px;
    }
}

@media screen and (max-width: 639px) {
    .post-type-archive-works .c-entries__item {
        padding: 0;
    }

    .greeting_pic img {
        aspect-ratio: 4/3 !important;
    }

    .fv_cta-banner {
        right: 2%;
        bottom: 9%;
        width: 230px;
    }

    .fv_cta-banner {
        bottom: 1%;
    }

    #service::before {
        top: 1%;
        width: 16%;
    }

    #worries h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 600px) {

    /* TOP */
    .fv_txt-box {
        bottom: 13%;
    }

    #fv h2 {
        font-size: 2.2rem;
    }

    .fv_s {
        font-size: 2.9rem;
    }

    .fv_p {
        margin-bottom: 5px;
        padding: 0 15px;
    }

    #fv h3::before {
        mask-size: .5rem, .5rem !important;
    }

    .worries::before {
        width: 90px;
        height: 70px;
    }

    h2 {
        font-size: 2rem;
    }

    .cta_txt-tel a {
        font-size: 2rem;
    }

    .cta_txt-tel svg {
        font-size: 1.5rem;
    }

    #cta h2 {
        font-size: 1.5rem !important;
    }

    .cta_tel {
        font-size: 2rem;
    }

    .cta_tel svg {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 550px) {

    /* TOP */
    .fv_cta-banner {
        right: 3%;
        bottom: -9%;
    }

    #service {
        padding-top: 120px !important;
    }

    #reasons h3 {
        font-size: 1.2rem;
    }

    .reasons_column {
        padding: 25px;
    }

    #service::before {
        top: 4%;
        width: 18%;
    }

    #works .works_deco {
        width: 11% !important;
    }

    .wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
        padding: 30px !important;
    }

    .greeting_logo {
        top: -5%;
        width: 80%;
    }

    .cta_cover {
        padding: 40px;
    }

    .cta_man {
        top: -88px;
        right: 3%;
        width: 80px;
    }

    .cta_man::before {
        top: 2px;
        right: -15px;
        width: 30px;
        height: 30px;
    }

    #menu1 h2,
    #menu2 h2,
    #menu3 h2,
    #menu4 h2,
    #menu5 h2,
    #menu6 h2 {
        font-size: 2rem;
    }

    #works .sub_ttl::after {
        top: -45px;
    }
}

@media screen and (max-width: 435px) {
    a.smb-btn {
        width: 270px !important;
        height: 50px;
    }

    a.smb-btn .fa-play {
        right: 13px;
    }

    .l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-1.c-row__col--lg-1-2 {
        margin-bottom: 5px !important;
    }

    .l-footer .l-footer-widget-area__item .c-widget.widget_block .footer_logo img {
        width: 270px !important;
        margin-bottom: 20px !important;
    }

    .l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-1.c-row__col--lg-1-2 img {
        margin-bottom: 40px;
    }

    .c-site-branding__title .custom-logo {
        width: 200px;
    }

    .l-header .c-row__col.c-row__col--auto {
        padding-left: 0 !important;
    }

    .l-header .c-row__col.c-row__col--fit.u-invisible-lg-up {
        padding-right: 0 !important;
    }

    .c-container,
    .c-fluid-container {
        padding: 0 6%;
    }

    .sp_none {
        display: none;
    }

    .ta_js {
        text-align: justify !important;
    }

    /* TOP */
    #worries h2 {
        font-size: 1.3rem;
    }

    #worries h2 span::before {
        right: -17px;
        width: 20px;
        height: 20px;
    }

    .fv_cta-banner {
        right: 3%;
        bottom: -11%;
    }

    #fv::before {
        clip-path: polygon(50% 68%, 0% 100%, 100% 100%);
    }

    .fv_txt-box {
        bottom: 8%;
    }

    .fv_p {
        font-size: 15px;
    }

    #fv h2 {
        font-size: 1.9rem;
    }

    .fv_cta-banner {
        left: 50%;
        transform: translateX(-50%);
        width: 255px;
    }

    #service {
        padding-top: 150px !important;
    }

    #reasons h3 {
        font-size: 1.1rem;
    }

    #staff .sub_ttl::after {
        top: -38px;
        width: 230px;
    }

    #reasons .sub_ttl::after {
        top: -29px;
        width: 200px;
    }

    #service .sub_ttl::after {
        top: -29px;
        width: 45%;
    }

    #works .sub_ttl::after {
        top: -50px;
        width: 51%;
    }

    .tv_btn .smb-btn__label::before {
        left: 0;
        width: 35px;
        height: 35px;
    }

    .tv_btn a {
        padding: 0 !important;
    }

    .tv_column {
        padding: 1.5em;
    }

    #service::before {
        width: 30%;
    }

    #works .works_deco {
        left: 2%;
        width: 13% !important;
    }

    #works .works_spacer {
        height: 40px !important;
    }

    /* 事業内容 */
    .menu_txt {
        font-size: 14px;
    }

    .menu_icon-img {
        padding: 20px;
    }

    .menu_group {
        gap: 4%;
        justify-content: space-between;
    }

    .menu1_txt {
        font-size: 15px;
    }

    .loop_box .loop_img_02 {
        height: 300px;
    }

    .sp325.top-l {
        height: 330px !important;
    }

    #loop .wp-block-spacer {
        height: 30px !important;
    }

    .cta_cover {
        padding: 30px;
        border-radius: 30px;
    }

    #cta a.smb-btn {
        width: 280px !important;
    }

    #cta h2 {
        font-size: 1.4rem !important;
    }

    .cta_txt3 {
        font-size: 14px;
    }

    .cta_man {
        top: -64px;
        right: 3%;
        width: 60px;
    }

    .cta_man::before {
        right: -8px;
        width: 20px;
        height: 20px;
    }

    .cta_tel {
        font-size: 1.8rem;
    }

    .cta_tel svg {
        font-size: 1.5rem;
    }

    #cta .smb-section__contents-wrapper::before {
        top: 24%;
        width: 90px;
        height: 90px;
    }

    /* お問い合わせフォーム */
    .wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
        padding: 30px !important;
    }

    .cta2_box {
        padding: 30px;
        border-radius: 30px;
    }

    .wp-block-snow-monkey-blocks-box.smb-box.contact-form_box .smb-box__background {
        border-radius: 30px;
    }
}

@media screen and (max-width: 380px) {

    #menu1 h2,
    #menu2 h2,
    #menu3 h2,
    #menu4 h2,
    #menu5 h2,
    #menu6 h2 {
        font-size: 1.7rem;
    }

    #works .sub_ttl::after {
        top: -39px;
    }

    .tv_btn .smb-btn__label::before {
        width: 30px;
        height: 30px;
    }

    .cta_txt-tel a {
        font-size: 1.8rem;
    }

    .cta_txt-tel svg {
        font-size: 1.3rem;
    }

    .cta_cover {
        padding: 30px 25px;
    }

    #cta h2 {
        font-size: 1.3rem !important;
    }
}

@media screen and (max-width: 360px) {
    #worries h2 {
        font-size: 1.1rem;
    }

    .cta_tel {
        font-size: 1.7rem;
    }

    .cta_tel svg {
        font-size: 1.3rem;
    }
}</pre></body></html>