/* =========================================================
  page-for-sharoshi.css
  タクシタ for 社労士 専用CSS
========================================================= */

.page-for-sharoshi .section_fv_inner.for-sharoshi {
    background-image: url("../../img/service/for-sharoshi/fv.webp");
}

.page-for-sharoshi .section_fv_cta_sp a .tag_line {
    font-size: 11px;
    letter-spacing: -0.04em;
}

.page-for-sharoshi .text-outline {
    color: #0A5AEB;
    -webkit-text-fill-color: #0A5AEB;
    background-image: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    text-shadow:
        1px 0 0 #fff,
        -1px 0 0 #fff,
        0 1px 0 #fff,
        0 -1px 0 #fff;
}

.page-for-sharoshi .blue {
    color: #0F3296;
    font-weight: bold;
}

.page-for-sharoshi .c_fvform_title {
    font-size: 22px;
}

.page-for-sharoshi .section_typ1_board ul li {
    display: block;
    height: auto;
    background: #fff;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
}

.page-for-sharoshi .section_typ1_board ul li .section_typ1_board_title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}
.page-for-sharoshi .section_typ1_board ul li .section_typ1_board_title .blue {
    font-size: 24px;
}
.page-for-sharoshi .section_typ1_board ul li .section_typ1_board_text {
    line-height: 1.6;
    text-align: left;
}

.page-for-sharoshi .section_typ1_board {
    padding: 0 0 174px;
}

.page-for-sharoshi .section_typ1 {
    background-color: rgba(10, 90, 235, .05);
    background-image: url("../../img/service/for-sharoshi/ilst.webp");
    background-size: 1280px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.page-for-sharoshi .pl120 {
    padding-left: 120px;
}


/* =========================================================
  section_typ2
  構造変更なし：背景を固定heightではなく下まで伸ばす
========================================================= */

.page-for-sharoshi .section_typ2 {
    position: relative;
    overflow: hidden;
}

/* 背景をここで全部定義する。共通CSSに依存しない */
.page-for-sharoshi .section_typ2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 360px;
    bottom: 0;
    z-index: 0;
    display: block;
    height: auto;
    background: linear-gradient(90deg, #0A5AEB 0%, #0F3296 100%);
    pointer-events: none;
}

/* 中身を背景より上に出す */
.page-for-sharoshi .section_typ2 > .section_typ2_inner {
    position: relative;
    z-index: 1;
}

.page-for-sharoshi .section_panel_white {
    width: 100%;
    margin: 0 auto 24px;
}

.page-for-sharoshi .section_panel_white .section_panel_subtitle span,
.page-for-sharoshi .section_panel_white .section_panel_title,
.page-for-sharoshi .section_panel_white .section_panel_description,
.page-for-sharoshi .section_panel_white .blue,
.page-for-sharoshi .section_panel_white b {
    color: #fff;
}

.page-for-sharoshi .section_typ11_cta {
    margin: 40px auto 0;
}

.page-for-sharoshi .section_typ3_inner,
.page-for-sharoshi .section_typ5_inner {
    padding-top: 80px;
}

.page-for-sharoshi .section_typ5_content {
    gap: 24px;
    align-items: flex-start;
}
.page-for-sharoshi .section_typ5_note {
    margin-top: 40px;
}
.page-for-sharoshi .section_typ5_note .blue {
    font-size: 24px;
}
.page-for-sharoshi .border-bottom {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
}


/* =========================================================
  section_typ3
  業務改善イメージ
========================================================= */

/* 上部カード */
.page-for-sharoshi .section_typ3_role {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    width: 100%;
}

.page-for-sharoshi .section_typ3_role_card {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    min-height: 242px;
    padding: 32px 40px;
    border-radius: 20px;
    background: #fff;
    color: #333;
}

.page-for-sharoshi .section_typ3_role_card_taksita {
    background: #fff;
}

.page-for-sharoshi .section_typ3_role_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-for-sharoshi .section_typ3_role_img img {
    display: block;
    width: 140px;
    max-width: 100%;
    height: auto;
}

.page-for-sharoshi .section_typ3_role_body {
    min-width: 0;
}

.page-for-sharoshi .section_typ3_role_title {
    margin: 0 0 16px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.page-for-sharoshi .section_typ3_role_card_taksita .section_typ3_role_title {
    color: #0F3296;
}

.page-for-sharoshi .section_typ3_role_list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-for-sharoshi .section_typ3_role_list li {
    position: relative;
    padding-left: 24px;
    color: #333;
    font-size: 16px;
}

.page-for-sharoshi .section_typ3_role_list li::before {
    content: "";
    position: absolute;
    top: .28em;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: rgba(15, 50, 150, .08);
}

.page-for-sharoshi .section_typ3_role_list li::after {
    content: "";
    position: absolute;
    top: calc(.28em + 4px);
    left: 5px;
    width: 7px;
    height: 4px;
    border-left: 2px solid #0F3296;
    border-bottom: 2px solid #0F3296;
    transform: rotate(-45deg);
}

.page-for-sharoshi .section_typ3_role_card_taksita .section_typ3_role_list li::before {
    background: #0F3296;
}

.page-for-sharoshi .section_typ3_role_card_taksita .section_typ3_role_list li::after {
    border-color: #fff;
}

.page-for-sharoshi .section_typ3_role_plus {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}


/* 業務フロー */
.page-for-sharoshi .section_typ3_flow {
    width: 100%;
}

.page-for-sharoshi .section_typ3_flow_title {
    width: 100%;
    margin: 0 0 16px;
    color: #fff;
    font-size: 24px;
}

.page-for-sharoshi .section_typ3_flow_list {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        20px
        minmax(0, 1fr)
        20px
        minmax(220px, 1.35fr)
        20px
        minmax(0, 1fr)
        20px
        minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}
.page-for-sharoshi .section_typ3_flow_item,
.page-for-sharoshi .section_typ3_flow_arrow,
.page-for-sharoshi .section_typ3_flow_logo {
    min-width: 0;
}
.page-for-sharoshi .section_typ3_flow_item {
    overflow: hidden;
    min-height: 162px;
    border-radius: 18px;
    background: #fff;
    color: #333;
}

.page-for-sharoshi .section_typ3_flow_head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    background: #0F3296;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.page-for-sharoshi .section_typ3_flow_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    padding: 16px;
    text-align: center;
}

.page-for-sharoshi .section_typ3_flow_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    margin-bottom: 8px;
    color: #0F3296;
}

.page-for-sharoshi .section_typ3_flow_icon .blue {
    margin-left: 8px;
}

.page-for-sharoshi .section_typ3_flow_name {
    margin: 0;
    color: #0F3296;
    font-weight: bold;
}

.page-for-sharoshi .section_typ3_flow_text {
    margin: 16px 0 0;
    color: #333;
    font-size: 14px;
}

.page-for-sharoshi .section_typ3_flow_item_wide .section_typ3_flow_body {
    padding-right: 24px;
    padding-left: 24px;
}

.page-for-sharoshi .section_typ3_flow_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 36px;
}

.page-for-sharoshi .section_typ3_flow_logo img {
    display: block;
    width: 260px;
    max-width: 100%;
    height: auto;
}

.page-for-sharoshi .section_typ3_flow_arrow {
    justify-self: center;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 12px solid #FFEF96;
}

.page-for-sharoshi .section_typ3_flow_note {
    margin: 24px 0 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

.page-for-sharoshi .section_typ3_flow_note strong {
    color: #FFEF96;
    font-size: 24px;
    font-weight: bold;
}


/* CSSアイコン */
.page-for-sharoshi .icon_people,
.page-for-sharoshi .icon_office {
    position: relative;
    display: block;
    width: 28px;
    height: 26px;
}

.page-for-sharoshi .icon_people::before,
.page-for-sharoshi .icon_people::after {
    content: "";
    position: absolute;
    border: 2px solid #0F3296;
}

.page-for-sharoshi .icon_people::before {
    top: 0;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.page-for-sharoshi .icon_people::after {
    bottom: 0;
    left: 3px;
    width: 20px;
    height: 13px;
    border-radius: 12px 12px 3px 3px;
}

.page-for-sharoshi .icon_office::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 18px;
    height: 22px;
    border: 2px solid #0F3296;
}

.page-for-sharoshi .icon_office::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 9px;
    width: 3px;
    height: 3px;
    background: #0F3296;
    box-shadow:
        7px 0 0 #0F3296,
        0 7px 0 #0F3296,
        7px 7px 0 #0F3296,
        0 14px 0 #0F3296,
        7px 14px 0 #0F3296;
}


/* =========================================================
  section_typ6
  品質・セキュリティ
========================================================= */

.page-for-sharoshi .section_typ6_lead {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 0;
    width: 100%;
}

.page-for-sharoshi .section_typ6_lead_text {
    flex: 1;
    min-width: 0;
}

.page-for-sharoshi .section_typ6_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    height: 28px;
    margin-bottom: 18px;
    padding: 0 18px;
    border-radius: 999px;
    background: #0A5AEB;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.page-for-sharoshi .section_typ6_catch {
    margin-bottom: 16px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px;
}

.page-for-sharoshi .section_typ6_catch span {
    color: #0A5AEB;
}

.page-for-sharoshi .section_typ6_note {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 1px;
}

.page-for-sharoshi .section_typ6_logo {
    flex: 0 0 250px;
    padding-top: 30px;
    text-align: right;
}

.page-for-sharoshi .section_typ6_logo img {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: auto;
}


.page-for-sharoshi .section_typ6_heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.page-for-sharoshi .section_typ6_num {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    color: #0F3296;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.page-for-sharoshi .section_typ6_num::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 30px;
    background: #0F3296;
    transform: translateY(-50%);
}

.page-for-sharoshi .section_typ6_heading h3 {
    margin: 0;
    color: #0F3296;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.page-for-sharoshi .section_typ6_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
}

.page-for-sharoshi .section_typ6_card {
    min-height: 350px;
    padding: 28px 32px 32px;
    border-radius: 14px;
    background: rgba(10, 90, 235, .05);
}

.page-for-sharoshi .section_typ6_card_large {
    min-height: 430px;
}

.page-for-sharoshi .section_typ6_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 158px;
    margin-bottom: 22px;
}

.page-for-sharoshi .section_typ6_img img {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 158px;
    height: auto;
}

.page-for-sharoshi .section_typ6_card h4 {
    margin: 0 0 14px;
    color: #333;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.page-for-sharoshi .section_typ6_card p {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}

.page-for-sharoshi .section_typ6_card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-for-sharoshi .section_typ6_card li {
    position: relative;
    padding-left: 24px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}

.page-for-sharoshi .section_typ6_card li + li {
    margin-top: 8px;
}

.page-for-sharoshi .section_typ6_card li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0A5AEB;
}

.page-for-sharoshi .section_typ6_card li::after {
    content: "";
    position: absolute;
    top: calc(0.62em + 3px);
    left: 4px;
    width: 5px;
    height: 3px;
    border-bottom: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: rotate(-45deg);
}

.page-for-sharoshi .section_typ6 .section_typ11_cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 0 auto;
}

.page-for-sharoshi .section_typ6_block + .section_typ6_block {
    margin-top: 40px;
}

.page-for-sharoshi .section_typ6_inner {
    padding: 80px;
}

.page-for-sharoshi .c_download_cta {
    align-items: flex-start;
}
.page-for-sharoshi .c_download_cta_text {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
}

.page-for-sharoshi .c_download_point_list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-for-sharoshi .c_download_point_list li {
    position: relative;
    padding-left: 24px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.page-for-sharoshi .c_download_point_list li::before {
    content: "";
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0A5AEB;
}

.page-for-sharoshi .c_download_point_list li::after {
    content: "";
    position: absolute;
    top: calc(0.45em + 3px);
    left: 5px;
    width: 4px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.page-for-sharoshi .section_typ11_cta .cta_btn.big.outline {
    display: block;
    text-align: center;
    font-weight: bold;
    filter: none;
    padding: 16px 24px;
}

/* =========================================================
  Marketoフォーム補正：従業員数・プライバシーのみ
========================================================= */

/* 社労士FVフォーム内の余白だけ調整 */
.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoForm {
    gap: 12px;
}

.page-for-sharoshi .c_fvform_inner {
    gap: 16px;
}


/* -------------------------
  従業員数：labelとselectを縦並び
------------------------- */
.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-6 .mktoFormCol,
.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-6 .mktoFieldWrap {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-6 .mktoLabel {
    float: none !important;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    white-space: nowrap;
}

.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-6 .mktoOffset,
.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-6 .mktoGutter,
.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-6 .mktoClear {
    display: none !important;
}

.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-6 select.mktoField {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}


/* -------------------------
  プライバシーポリシー：文言の右にチェックボックス
------------------------- */
.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-7 .mktoFormCol,
.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-7 .mktoFieldWrap {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-7 .mktoFieldWrap {
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    flex-direction: unset !important;
    align-items: center !important;
}

.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-7 .mktoLabel {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
}

.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-7 .mktoOffset,
.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-7 .mktoGutter,
.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-7 .mktoClear {
    display: none !important;
}

.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-7 .mktoLogicalField,
.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-7 .mktoCheckboxList {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

.page-for-sharoshi .c_fvform_main.for-sharoshi .mktoFormRow.row-7 input[type="checkbox"] {
    position: static !important;
    display: inline-block !important;
    float: none !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
  SP
========================================================= */

@media (max-width: 960px) {
    .page-for-sharoshi .section_fv_inner.for-sharoshi {
        background-image: url("../../img/service/for-sharoshi/fv_sp.webp");
    }

    .page-for-sharoshi .section_typ1_board ul {
        background: #fff;
    }

    .page-for-sharoshi .section_typ1_board ul li .section_typ1_board_title {
        text-align: left;
    }

    .page-for-sharoshi .blue {
        color: #0F3296;
        font-weight: bold;
    }

    .page-for-sharoshi .section_typ1_board ul li {
        border-bottom: 1px solid #CCC;
    }

    .page-for-sharoshi .section_typ1_board ul li:last-child {
        border-bottom: 1px solid #fff;
    }

    .page-for-sharoshi .section_typ1 {
        background-image: url("../../img/service/for-sharoshi/ilst_sp.webp");
        background-size: 464px;
    }

    .page-for-sharoshi .section_typ1_board {
        padding: 0 0 219px;
    }

    .page-for-sharoshi .pl120 {
        padding-left: 0;
    }

    .page-for-sharoshi .section_typ2::before {
        top: 360px;
    }
    
    .page-for-sharoshi .section_typ3_inner,
    .page-for-sharoshi .section_typ5_inner {
        padding-top: 40px;
    }
}

@media (max-width: 1200px) {
    .page-for-sharoshi .section_typ3_role {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .page-for-sharoshi .section_typ3_role_plus {
        font-size: 34px;
    }

    .page-for-sharoshi .section_typ3_flow_list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .page-for-sharoshi .section_typ3_flow_arrow {
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .page-for-sharoshi .section_typ6_lead {
        gap: 30px;
    }

    .page-for-sharoshi .section_typ6_cards {
        gap: 24px;
    }

    .page-for-sharoshi .section_typ6_card {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 767px) {
    .page-for-sharoshi .pc-on,
    .page-for-sharoshi .pc_only {
        display: none;
    }

    .page-for-sharoshi .section_typ2::before {
        top: 450px;
    }

    .page-for-sharoshi .section_typ3 .section_panel_title {
        font-size: 32px;
    }

    .page-for-sharoshi .section_typ3 .section_panel_description {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }

    .page-for-sharoshi .section_typ3 .section_panel_description br {
        display: none;
    }

    .page-for-sharoshi .section_typ3_role_card {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: auto;
        padding: 28px 22px;
    }

    .page-for-sharoshi .section_typ3_role_img img {
        width: 130px;
    }

    .page-for-sharoshi .section_typ3_role_title {
        font-size: 20px;
        text-align: center;
    }

    .page-for-sharoshi .section_typ3_role_list li {
        font-size: 14px;
    }

    .page-for-sharoshi .section_typ3_flow_title {
        font-size: 24px;
        text-align: center;
    }

    .page-for-sharoshi .section_typ3_flow_item {
        min-height: auto;
    }

    .page-for-sharoshi .section_typ3_flow_body {
        min-height: 118px;
    }

    .page-for-sharoshi .section_typ3_flow_logo img {
        width: 230px;
    }

    .page-for-sharoshi .section_typ3_flow_text {
        font-size: 14px;
    }

    .page-for-sharoshi .section_typ3_flow_note {
        font-size: 14px;
        text-align: left;
        line-height: 1.6;
    }

    .page-for-sharoshi .section_typ3_flow_note strong {
        font-size: 20px;
    }

    /* section_typ6 SP */
    .page-for-sharoshi .section_typ6 .section_panel_title {
        font-size: 32px;
    }

    .page-for-sharoshi .section_typ6_lead {
        display: block;
        margin-bottom: 40px;
    }

    .page-for-sharoshi .section_typ6_badge {
        display: flex;
        width: fit-content;
        min-width: 138px;
        height: 32px;
        margin: 0 auto 16px;
        padding: 0 16px;
        font-size: 14px;
    }

    .page-for-sharoshi .section_typ6_catch {
        font-size: 24px;
        line-height: 1.6;
    }

    .page-for-sharoshi .section_typ6_note {
        font-size: 14px;
    }
    .page-for-sharoshi .section_typ6_logo {
        margin: 24px auto 0;
        padding-top: 0;
        text-align: center;
    }

    .page-for-sharoshi .section_typ6_block + .section_typ6_block {
        margin-top: 40px;
    }

    .page-for-sharoshi .section_typ6_heading {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
    }

    .page-for-sharoshi .section_typ6_num {
        padding-right: 16px;
        font-size: 32px;
        white-space: nowrap;
    }

    .page-for-sharoshi .section_typ6_num::after {
        height: 26px;
    }

    .page-for-sharoshi .section_typ6_heading h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .page-for-sharoshi .section_typ6_cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .page-for-sharoshi .section_typ6_card,
    .page-for-sharoshi .section_typ6_card_large {
        min-height: auto;
        padding: 24px;
    }

    .page-for-sharoshi .section_typ6_img {
        height: 130px;
        margin-bottom: 16px;
    }

    .page-for-sharoshi .section_typ6_img img {
        max-width: 150px;
        max-height: 150px;
    }
    .page-for-sharoshi .section_typ6_logo img {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .page-for-sharoshi .section_typ6_card h4 {
        font-size: 16px;
    }

    .page-for-sharoshi .section_typ6 .section_typ11_cta {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-top: 16px;
    }

    /* section_typ5 SP */
    .page-for-sharoshi .section_typ5 .section_panel_title {
        font-size: 32px;
    }

    .page-for-sharoshi .section_typ5 .section_panel_description {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }

    .page-for-sharoshi .section_typ5_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
    }

    .page-for-sharoshi .section_typ5_list img {
        width: 100%;
        height: auto;
    }

    .page-for-sharoshi .section_typ5_note {
        margin-top: 24px;
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }

    .page-for-sharoshi .section_typ5_note .blue {
        font-size: 24px;
    }

    /* section_typ9 SP */
    .page-for-sharoshi .section_typ9 .section_panel_title {
        font-size: 32px;
    }

    .page-for-sharoshi .section_typ9 .section_panel_description {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }

    .page-for-sharoshi .section_typ9_step {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .page-for-sharoshi .section_typ9_step_box {
        width: 100%;
    }

    .page-for-sharoshi .section_typ9_step_box_body {
        padding: 24px 20px;
    }

    /* section_typ6 SP 追加補正 */
    .page-for-sharoshi .section_typ6_inner {
        padding: 40px 20px;
    }

    /* c_download SP */
    .page-for-sharoshi .c_download_inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-for-sharoshi .c_download_content {
        display: block;
    }

    .page-for-sharoshi .c_download_img {
        margin-bottom: 24px;
    }

    .page-for-sharoshi .c_download_img img {
        width: 100%;
        height: auto;
    }

    .page-for-sharoshi .c_download_cta {
        align-items: stretch;
    }

    .page-for-sharoshi .c_download_cta_text {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-for-sharoshi .c_download_point_list li {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-for-sharoshi .c_download_cta .cta_btn {
        width: 100%;
    }

}