@charset "UTF-8";

/* ======================================================================
 layout
====================================================================== */
.ttl_cp {
    position: relative;
    font-size: clamp(1.5rem, 1.088rem + 1.6901vw, 2.25rem);
    font-weight: 700;
    line-height: 1.5;
}

.ttl_cp::before {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/chatplus/assets/img/common/plus_blue.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -.5rem;
    left: -1rem;
    line-height: 1.5;
}

.txt_blue {
    color: var(--cp-blue);
}

.f_roboto {
    font-family: "Roboto", sans-serif;
}

.txt_right {
    text-align: right;
}

.txt_bold {
    font-weight: 600;
}

/* ======================================================================
mainvisual
====================================================================== */
.p_chat .l_main_visual_chat {
    padding: 0 0 32px;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #fafdfe 48%, #effafc 64%, #e0f4f9 76%, #bee6f5 100%) 0% 0% no-repeat padding-box;
    font-size: 62.5%;
}

.p_chat .l_main_visual_chat .l_main_visual_box {
    display: flex;
    justify-content: center;
    gap: 0 25px;
}

.p_chat .l_main_visual_chat .l_main_visual_box_txt {
    display: flex;
    align-items: center;
}

.p_chat .l_main_visual_chat .l_main_visual_box_txt .txt1 {
    display: block;
    margin: 20px 0 15px 25px;
}

.p_chat .l_main_visual_chat .l_main_visual_box_txt .txt2 {
    display: block;
}

.p_chat .l_main_visual_chat .l_main_visual_box_txt1 {
    width: 496px;
    max-width: 100%;
}

.p_chat .l_main_visual_chat .l_main_visual_box_txt2 {
    width: 631px;
    max-width: 100%;
}

.p_chat .l_main_visual_chat .l_main_visual_box_img {
    width: 570px;
}

.p_chat .l_main_visual_chat .l_main_visual_box_img img {
    max-width: 100%;
}

.p_chat .l_main_visual_chat .l_main_visual_box .btns {
    margin: 2.5rem 0 0 1.5rem;
    display: flex;
    gap: 1rem;
}

.p_chat .l_main_visual_chat .l_main_visual_box .btns a {
    display: flex;
    font-size: 1.125rem;
    padding: 1rem;
    font-weight: 600;
    line-height: 1;
    border-radius: var(--border-radius-normal);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .15);
}

@media screen and (max-width: 768px) {
    .p_chat .l_main_visual_chat {
        padding: 0 4.6875vw 130px;
    }

    .p_chat .l_main_visual_chat .l_main_visual_box {
        flex-wrap: wrap;
        position: relative;
    }

    .p_chat .l_main_visual_chat .l_main_visual_box_txt1 {
        width: 271px;
    }

    .p_chat .l_main_visual_chat .l_main_visual_box_txt2 {
        width: 345px;
    }

    .p_chat .l_main_visual_chat .l_main_visual_box_img {
        width: 100%;
    }

    .p_chat .l_main_visual_chat .l_main_visual_box .btns {
        margin: 0;
        flex-direction: column;
        width: 100%;
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
}

/* ======================================================================
feature
====================================================================== */

.l_feature {
    max-width: 1148px;
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto 7.5rem;
}

.l_feature_ttl {
    text-align: center;
}

.l_feature_ttl h2 {
    font-size: clamp(1.25rem, 0.7007rem + 2.2535vw, 2.25rem);
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.l_feature_ttl h3 {
    margin-bottom: 3rem;
}

.l_feature_lists {
    display: flex;
    gap: 2.5rem;
}

.l_feature_lists li {
    width: calc(100% / 3);
    text-align: center;
}

.l_feature_lists li .list-ttl {
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    width: fit-content;
    margin: auto;
}

.l_feature_lists li .list-ttl::before {
    content: "";
    background: url(/wp-content/themes/chatplus/assets/img/cp/ico1.svg);
    display: inline-block;
    position: absolute;
    top: -16px;
    left: -32px;
    width: 40px;
    height: 40px;
    background-size: contain;
}

.l_feature_lists li img {
    width: 100%;
    margin-bottom: .5rem;
}

.l_feature_lists li .list-txt {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
}

.l_feature_lists li .list-txt .kome {
    position: relative;
    top: -.5rem;
    right: 0;
    font-size: .75rem;
}

.l_feature_lists li .list-sub {
    font-size: .75rem;
    margin: 1rem 0 0;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .l_feature_ttl h3 {
        margin-bottom: 1rem;
    }

    .l_feature_lists {
        flex-direction: column;
        max-width: 600px;
        margin: auto;
    }

    .l_feature_lists li {
        width: 100%
    }

    .l_feature_lists li .list-ttl {
        position: relative;
        top: 1rem;
    }

    .l_feature_lists li img {
        max-width: 500px;
        margin-bottom: 0;
    }
}

/* ======================================================================
user_voice
====================================================================== */
.l_user_voice {
    margin-bottom: 7.5rem;
}

.l_user_voice_lead {
    font-size: clamp(1.25rem, 1.1127rem + 0.5634vw, 1.5rem);
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.5rem;
    line-height: 1.5;
}

.l_user_voice_list .slick-slide {
    margin: 1rem 15px;
}

.l_user_voice_list li .content {
    position: relative;
    width: 350px;
    padding: 2.5rem 1.5rem;
    border-radius: var(--border-radius-normal);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .1);
    font-weight: 600;
    line-height: 1.5;
}

.l_user_voice_list li .content::before {
    content: "";
    background: url(/wp-content/themes/chatplus/assets/img/common/voice_yellow.svg);
    position: absolute;
    top: -1rem;
    left: .25rem;
    width: 39px;
    height: 32px;
    background-size: cover;
}

.l_user_voice_list .slick-slide:nth-child(odd) .content {
    margin-top: 0;
}

.l_user_voice_list .slick-slide:nth-child(even) .content {
    margin-top: 2.5rem;
}

.l_user_voice_link a {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: center;
}

.l_user_voice_link a:hover {
    text-decoration: underline;
}

/* ======================================================================
benefit
====================================================================== */
.l_benefit {
    background: linear-gradient(to bottom, #ffffff 4.5%, #F0FBFD 4.5%);
    padding-bottom: 10rem;
}

.l_benefit h2 {
    font-size: clamp(1.5rem, 1.2254rem + 1.1268vw, 2rem);
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3.5rem;
}

.l_benefit h2 .txt_small {
    font-size: 70%;
}

.l_benefit_lead {
    max-width: 1148px;
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.l_benefit_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    flex-wrap: wrap;
    max-width: 1148px;
    width: 100%;
    margin: 0 auto 5rem;
    padding: 0 1.5rem;
}

.l_benefit_list li {
    position: relative;
    background: var(--c-white);
    border-radius: 10px;
    padding: 1.5rem 1rem;
}

.l_benefit_list_ttl {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
}

.l_benefit_list li h3 {
    font-size: clamp(1.25rem, 1.1127rem + 0.5634vw, 1.5rem);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.l_benefit_list li p {
    font-size: 1rem;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .l_benefit {
        background: linear-gradient(to bottom, #ffffff 3.5%, #F0FBFD 3.5%);
    }

    .l_benefit_lead {
        text-align: left;
    }

    .l_benefit_list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ======================================================================
function
====================================================================== */
.l_function {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto 7.5rem;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "f_ttl f_btn"
        "f_img f_img"
        "f_list f_list";
    gap: 1rem;
}

.ttl_cp {
    grid-area: f_ttl;
}

.l_function_more {
    grid-area: f_btn;
    justify-self: end;
}

.l_function_more a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border-radius: var(--border-radius-normal);
    font-weight: 600;
    width: fit-content;
    transition: transform 0.2s ease;
}

.l_function_update_ttl {
    position: relative;
    grid-area: f_img;
}

.l_function_update_ttl h3 {
    position: absolute;
    font-size: clamp(1.125rem, 0.7817rem + 1.4085vw, 1.75rem);
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    inset: 0;
    display: grid;
    place-items: center;
}

.l_function_update_ttl h3 span {
    font-size: clamp(1.5rem, 1.088rem + 1.6901vw, 2.25rem);
    font-weight: 800;
}

.l_function_update_ttl .update_img {
    width: 100%;
}

.l_function_update_ttl .update_img img {
    width: 100%;
}

.l_function_list {
    grid-area: f_list;
    font-size: .875rem;
}

@media screen and (max-width: 768px) {
    .l_function {
        grid-template-areas: "f_ttl f_ttl"
            "f_img f_img"
            "f_list f_list"
            "f_btn f_btn";
    }

    .l_function_more {
        justify-self: center;
    }

    .l_function_more a {
        padding: .5rem 1rem;
    }

    .l_function_list {
        font-size: .75rem;
    }
}

/* ======================================================================
industry_list
====================================================================== */
.l_industry {
    background: var(--cp-background);
}

.l_industry .inner {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto 7.5rem;
    padding: 7.5rem 1.5rem;
    display: grid;
    grid-template-columns: 70% auto;
    grid-template-areas: "i_ttl i_btn"
        "i_lead i_lead"
        "i_list i_list";
    gap: 2.5rem;
}

.l_industry .inner h2 {
    grid-area: i_ttl;
}

.l_industry_btn {
    grid-area: i_btn;
    justify-self: end;
}

.l_industry_btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border-radius: var(--border-radius-normal);
    font-weight: 600;
    width: fit-content;
    transition: transform 0.2s ease;
}

.l_industry_lead {
    grid-area: i_lead;
}

.l_industry_list {
    grid-area: i_list;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: .25rem;
}

.l_industry_list li {
    max-width: 216px;
    width: 100%;
    border-radius: var(--border-radius-normal);
    text-align: center;
    padding: 1.5rem;
    background: var(--c-white);
}

.l_industry_list li img {
    max-width: 100%;
    margin-bottom: .5rem;
}

.l_industry_list li .list-txt {
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .l_industry .inner {
        grid-template-columns: 1fr;
        grid-template-areas: "i_ttl"
            "i_lead"
            "i_list"
            "i_btn";
        gap: 1.5rem;
    }

    .l_industry_btn {
        justify-self: center;
    }

    .l_industry_btn a {
        padding: .5rem 1rem;
    }

    .l_industry_list {
        grid-template-columns: 1fr 1fr;
    }

    .l_industry_list li {
        max-width: 100%;
        padding: 1rem;
    }

    .l_industry_list li .list-txt {
        font-size: .875rem;
    }
}

/* ======================================================================
support
====================================================================== */
.l_support {
    max-width: 1148px;
    width: 100%;
    margin: 0 auto 7.5rem;
    padding: 0 1.5rem;
    display: flex;
    gap: 5rem;
}

.l_support_txt h2 {
    margin-bottom: 2.5rem;
}

.l_support_img {
    max-width: 600px;
    width: 100%;
}

.l_support_img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .l_support {
        flex-direction: column;
        gap: 1rem;
    }

    .l_support_txt h2 {
        margin-bottom: 1rem;
    }

    .l_support_img {
        max-width: 100%
    }
}

/* ======================================================================
  plan
====================================================================== */
.l_plan {
    max-width: 1148px;
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto 3.5rem;
}

.l_plan h2 {
    margin-bottom: 2.5rem;
}

.l_plan h3 {
    font-size: clamp(1.25rem, 1.1127rem + 0.5634vw, 1.5rem);
    font-weight: 600;
    margin-bottom: 1rem;
}

.l_plan_lead {
    margin-bottom: .5rem;
}

.l_plan_note {
    font-size: .75rem;
    margin-bottom: 2.5rem;
}

.l_plan .table {
    margin-bottom: 1rem;
}

.l_plan .table .table_col {
    display: flex;
    gap: 0 3px;
}

.l_plan .table .table_col .table_item {
    flex: 1;
    position: relative;
}

.l_plan .table .table_col .table_item .plan_sticky {
    position: sticky;
    top: 100px;
    left: 0;
    background: var(--c-white_80);
    backdrop-filter: blur(4px);
    min-height: 118px;
    z-index: 1;
}

.l_plan .table .table_col .table_item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 1px;
    height: 100%;
    background-color: var(--line-solid);
    box-shadow:
        -1px 0 0 0 var(--c-white),
        1px 0 0 0 var(--c-white);
    z-index: -1;
}

.l_plan .table .table_col .table_item .table_title h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.l_plan .table .table_col .table_item .table_title h3 .txt_small {
    font-size: .75rem;
    font-weight: 400;
}

.aa_link {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--c-white);
    position: relative;
}

.aa_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid var(--c-white);
}

.l_plan .table .table_col .table_item .table_title p {
    font-size: .75rem;
    line-height: 1.5;
}

.l_plan .table .table_col .table_item .table_title p .kome {
    position: relative;
    font-size: .5rem;
    top: -.25rem;
    right: 0;
}

.l_plan .table .table_col .table_item .table_title p .sub {
    font-size: .625rem;
}

.l_plan .table .table_col .table_item.minimum .table_title {
    border-top: .5rem solid #56C3D6;
    padding: .5rem;
}

.l_plan .table .table_col .table_item.b_light .table_title {
    border-top: .5rem solid #04A0C3;
    padding: .5rem;
}

.l_plan .table .table_col .table_item.premium {
    border: .25rem solid;
    border-image-source: var(--cp-gradient_90);
    border-image-slice: 1;
    margin: -2px;
}

.l_plan .table .table_col .table_item.premium .table_title {
    padding: 1rem .5rem .5rem;
}

.table .table_col .table_item.ai_light .table_title {
    border-top: .5rem solid #1D7FC7;
    padding: .5rem;
}

.l_plan .table .table_col .table_item.auto_ai .table_title {
    border-top: .5rem solid #1D579A;
    padding: .5rem;
}

.l_plan .table .table_col .table_item .table_title.ai_agent {
    background: var(--aa-gradient);
    padding: 1rem .5rem .5rem;
    color: var(--c-white);
}

.l_plan .table .table_col .table_item .table_title .fukidashi {
    position: absolute;
    color: var(--c-white);
    line-height: 1.5;
    font-size: .875rem;
    text-align: center;
    font-weight: 600;
    padding: .25rem;
    background: var(--cp-gradient_90);
    top: -22px;
    left: 50%;
    width: calc(100% + 8px);
    transform: translateX(-50%);
}

.table_charge,
.table_account,
.table_site,
.table_invoice {
    display: flex;
    justify-content: space-between;
    margin: 0 .5rem;
    padding: .5rem 0;
}

.table_charge {
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--line-solid);
}

.table_charge dt {
    width: 40px;
    font-size: .75rem;
}

.table_charge dd {
    font-size: .75rem;
    text-align: right;
    width: calc(100% - 40px);
}

.table_charge dd .f_roboto {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
}

.table_account,
.table_site,
.table_invoice {
    border-bottom: 1px dotted var(--line-solid);
}

.table_invoice {
    min-height: 60px;
}

.table_account dt,
.table_account dd,
.table_site dt,
.table_site dd,
.table_invoice dt,
.table_invoice dd {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
}

.p_plan .inner .table_account.nocolor,
.p_plan .inner .table_invoice.nocolor {
    background: var(--c-white);
}

.table_function {
    padding: .5rem;
}

.table_function .table_function_ttl {
    font-size: .875rem;
    font-weight: 400;
}

.table_function dd {
    font-size: .875rem;
}

.table_function dd ul li {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.table_function dd ul li::before {
    content: '';
    display: inline-block;
    width: .25rem;
    height: .25rem;
    background-color: var(--cp-blue);
    margin-right: .25rem;
    margin-top: .65rem;
}

.table_function_subttl {
    font-size: .75rem;
    color: var(--cp-blue);
    font-weight: 600;
}

.table_indent_box {
    font-size: .75rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .l_plan .table .table_col {
        flex-direction: column;
        gap: 1rem;
    }

    .l_plan .table .table_col .table_item .plan_sticky {
        min-height: auto;
    }

    .l_plan .table .table_col .table_item:not(:last-child)::after {
        display: none;
    }

    .l_plan .table .table_col .table_item .table_title.ai_agent {
        text-align: center;
    }

    .l_plan .table .table_col .table_item.minimum {
        border: .25rem solid #56C3D6;
    }

    .l_plan .table .table_col .table_item.b_light {
        border: .25rem solid #04A0C3;
        margin-bottom: 1rem;
    }

    .table .table_col .table_item.ai_light {
        border: .25rem solid #1D7FC7;
    }

    .l_plan .table .table_col .table_item.auto_ai {
        border: .25rem solid #1D579A;
    }

    .table_charge dd .f_roboto {
        font-size: 2rem;
    }

    .table_invoice {
        min-height: auto;
    }
}

/* SP_more_btn */
.more_btn_container {
    display: none;
    text-align: center;
    margin: .5rem 0;
    color: var(--c-white);
    border-radius: var(--border-radius-capsule);
    padding: .25rem;
    line-height: 1.5;
}

.more_btn_container.minimum {
    background: #56C3D6;
}

.more_btn_container.b_light {
    background: #04A0C3;
}

.more_btn_container.premium {
    background: var(--cp-gradient)
}

.more_btn_container.ai_light {
    background: #1D7FC7;
}

.btn_more {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .function_list li:nth-child(n+4) {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        margin: 0;
        transition: all 0.5s ease;
    }

    .function_list.is-open li:nth-child(n+4) {
        max-height: 100px;
        opacity: 1;
        margin-bottom: .5rem;
        padding: inherit;
    }

    .more_btn_container {
        display: block;
    }
}

/* ======================================================================
  plan_option
====================================================================== */
.l_price_option {
    position: relative;
    max-width: 1148px;
    width: 100%;
    background: var(--cp-background);
    border-radius: var(--border-radius-normal);
    padding: 2rem 1.5rem 1.5rem;
    margin: 0 auto 2.5rem;
}

.l_price_option h3 {
    font-size: clamp(1.25rem, 1.1127rem + 0.5634vw, 1.5rem);
    font-weight: 600;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.l_price_option_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}

.l_price_option_item {
    background: var(--c-white);
    border-radius: var(--border-radius-normal);
    padding: 1rem;
}

.l_price_option_item .l_price_option_ttl {
    font-weight: 600;
    border-bottom: 1px solid var(--cp-blue);
    margin-bottom: 1rem;
}

.l_price_option_item .l_price_option_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.l_price_option_item .l_price_option_detail dt {
    font-weight: 600;
    width: 40%;
}

.l_price_option_item .l_price_option_detail dd {
    width: 60%;
    text-align: end;
    font-size: .75rem;
}

.l_price_option_item .l_price_option_detail .dotted_b {
    padding-bottom: .25rem;
    border-bottom: 1px dotted var(--cp-blue);
    margin-bottom: .25rem;

}

.l_price_option_item .l_price_option_detail dd .price {
    font-size: 1rem;
    font-weight: 600;
}

.l_price_option_link a {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1;
    border-radius: var(--border-radius-normal);
    white-space: nowrap;
    padding: .5rem;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.l_price_option_subtext {
    font-size: .75rem;
}

.l_price_option_note {
    font-size: .675rem;
}

.plan_btn a {
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
    font-weight: 600;
    line-height: 1;
    border-radius: var(--border-radius-normal);
    padding: 1rem;
    width: fit-content;
    margin: 2.5rem auto;
}

.plan_btn a:hover {
    transform: scale(0.98);
}

@media screen and (max-width: 768px) {
    .l_price_option h3 {
        top: -1.25rem;
    }

    .l_price_option_list {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* ======================================================================
  plan_custom
====================================================================== */
.l_custom {
    max-width: 1148px;
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto 7.5rem;
}

.l_custom h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
}

.l_custom_list {
    display: flex;
    gap: 2rem;
}

.l_custom_list_item {
    width: 50%;
    background: var(--cp-background);
    border-radius: var(--border-radius-normal);
    padding: 1.5rem;
}

.l_custom_lead {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.l_custom_lead img {
    max-width: 120px;
    width: 100%;
}

.l_custom_ttl h3 {
    font-size: clamp(1.25rem, 1.1127rem + 0.5634vw, 1.5rem);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.l_custom_ttl p {
    font-size: clamp(1rem, 0.9313rem + 0.2817vw, 1.125rem);
    font-weight: 600;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .l_custom_list {
        flex-direction: column;
        gap: 1rem;
    }

    .l_custom_list_item {
        width: 100%;
    }

    .l_custom_lead {
        flex-direction: column;
        gap: .5rem;
    }

    .l_custom_lead img {
        margin: auto;
    }

    .l_custom_ttl h3 {
        text-align: center;
    }
}