@font-face {
    font-family: "Zen Maru Gothic";
    font-style: normal;
    font-weight: 800;
    src: local("Zen Maru Gothic Bold"), url("/shared/font/ZenMaruGothic-Bold.woff2") format("woff2")
}

:root {
    /* Colors */
    --color-primary: #EB6168;
    --color-secondary: #2A9B9D;
    --color-bg-light: #FCFAE6;
    --color-bg-gray: #FAF7F5;
    --color-bg-pink: #FFEFF0;
    --color-bg-blue: #E2FAFB;
    --color-bg-beige: #FAF7F5;
    --color-border: #EBE5E1;
    --color-border-light: #e0e0e0;
    --color-text: #333;
    
    /* Fonts */
    --font-zen: "Zen Maru Gothic", sans-serif;
    --font-hiragino: "Hiragino Kaku Gothic ProN";
    
    /* Breakpoints */
    --bp-tablet: 959px;
    --bp-mobile: 374px;
    
    /* Spacing (モバイルファースト) */
    --spacing-standard: 15px;
    --max-width-content: 690px;
    --max-width-wide: 984px;
}

@media (min-width: 960px) {
    :root {
        --spacing-standard: 30px;
    }
}

/* =================================================================
   Base Styles
   ================================================================= */

em {
    font-style: normal;
}

.detail-inner em,
.money-grid em {
    font-weight: normal;
}

.ta-right {
    text-align: right;
}

.is-red {
    color: var(--color-primary);
}

.is-blue {
    color: var(--color-secondary);
}

.is-bold {
    font-weight: bold;
}

/* =================================================================
   Typography
   ================================================================= */

.heading-ttl,
.number-ttl,
.number-sbttl,
.numbersec-ttl,
.needTable-ttl,
.title-bg,
.method-title {
    font-family: var(--font-zen);
}

/* =================================================================
   Images
   ================================================================= */

picture {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

picture img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* =================================================================
   Layout
   ================================================================= */

.need-inner_wrap {
    padding: 0 var(--spacing-standard);
}

@media (min-width: 960px) {
    .need-inner_wrap {
        max-width: var(--max-width-content);
        margin: 0 auto;
        padding: 0;
    }
}

.need-inner_wrap.is-ver2 {
    margin-bottom: 33px;
}

.site-content > .str-outer.is-sns {
    padding: 20px 0 5px;
}

.site-content.of-nallow > .str-outer > .str-inner {
    max-width: var(--max-width-wide);
}

/* =================================================================
   Header Section
   ================================================================= */

.heading_wrap {
    background-color: var(--color-bg-light);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
}

.heading_in {
    width: 100%;
    margin: 0;
    position: relative;
}

/* スマホ版：画像のみ表示 */
.heading-visual--mobile {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 0;
}

.heading-visual--mobile img {
    width: 100%;
    height: auto;
    display: block;
}

/* スマホ版：テキストを非表示 */
.heading-ttl--desktop {
    display: none;
}

.heading-subtitle {
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
}

.heading-subtitle::before {
    content: "\005C";
    margin-right: 10px;
}

.heading-subtitle::after {
    content: "/";
    margin-left: 10px;
}

/* デスクトップ版 */
@media (min-width: 960px) {
    .heading_wrap {
        height: 210px;
    }
    
    /* デスクトップ：背景画像を表示 */
    .heading_wrap::before {
        content: "";
        position: absolute;
        background: url(../img/maternity_mv.png) no-repeat;
        background-size: contain;
        left: 50%;
        margin-left: 31px;
        width: 314px;
        height: 207px;
        z-index: 5;
    }
    
    .heading_in {
        max-width: var(--max-width-content);
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    
    /* デスクトップ：画像を非表示 */
    .heading-visual--mobile {
        display: none;
    }
    
    /* デスクトップ：テキストを表示 */
    .heading-ttl--desktop {
        display: block;
        font-size: 32px;
        line-height: 1.5;
        margin: 0;
        max-width: 350px;
        text-align: center;
    }
    
    .heading-subtitle {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
}



/* =================================================================
   Text Content
   ================================================================= */

.need-txt {
    line-height: 2;
}

.need-txt.is-ver2 {
    margin-bottom: 12px;
}

.need-txt.is-ver3 {
    margin: 0 auto 30px;
    max-width: var(--max-width-content);
}

.intro-text {
    margin: 30px 0;
    text-align: center;
}

.intro-ttl {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-primary);
    line-height: 1.5;
    font-family: var(--font-zen);
}

@media (min-width: 960px) {
    .intro-ttl {
        font-size: 26px;
    }
}

/* =================================================================
   Index/Contents Section
   ================================================================= */

.index_wrap {
    margin: 0 15px 36px;
    border: 1px solid var(--color-border);
    padding: 25px 15px 28px;
}

@media (min-width: 960px) {
    .index_wrap {
        margin: 0 auto 48px;
        padding: 26px 0 32px;
        max-width: var(--max-width-content);
    }
}

.index-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    font-family: var(--font-hiragino);
}

@media (min-width: 960px) {
    .index-ttl {
        margin-bottom: 17px;
    }
}

.indexLst_wrap {
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 15px;
}

@media (min-width: 960px) {
    .indexLst_wrap {
        margin-left: 174px;
    }
}

.indexLst_wrap:last-of-type,
.indexLst_wrap li:last-of-type {
    margin-bottom: 0;
}

.indexLst_wrap li {
    padding-left: 47px;
    margin-bottom: 12px;
}

@media (min-width: 960px) {
    .indexLst_wrap li {
        margin-bottom: 10px;
    }
}

.indexLst_wrap li:first-of-type {
    font-weight: bold;
    position: relative;
}

.indexLst_wrap li:first-of-type::before {
    content: "01";
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: bold;
    font-family: var(--font-hiragino);
    line-height: 1;
    padding-right: 11px;
    border-right: 1px var(--color-text) solid;
    font-size: 15px;
}

.indexLst_wrap.is-ver01 li:first-of-type::before { content: "01"; }
.indexLst_wrap.is-ver02 li:first-of-type::before { content: "02"; }
.indexLst_wrap.is-ver03 li:first-of-type::before { content: "03"; }
.indexLst_wrap.is-ver04 li:first-of-type::before { content: "04"; }
.indexLst_wrap.is-ver05 li:first-of-type::before { content: "05"; }

.indexLst_wrap li a {
    text-decoration: none;
    color: var(--color-text);
    display: inline-block;
}

@media (min-width: 960px) {
    .indexLst_wrap li a:hover {
        text-decoration: underline;
    }
}

.indexLst_wrap li:not(:first-child) {
    position: relative;
}

.indexLst_wrap li:not(:first-child)::before {
    content: ">";
    font-size: 14px;
    color: var(--color-secondary);
    position: absolute;
    top: 0;
    left: 29px;
    z-index: 9;
}

/* =================================================================
   Number Sections
   ================================================================= */

.number_wrap {
    margin-bottom: 50px;
}

.number-ttl {
    text-align: center;
    color: var(--color-primary);
    font-size: 22px;
    padding-top: 50px;
    margin-bottom: 22px;
    position: relative;
}

@media (min-width: 960px) {
    .number-ttl {
        padding-top: 45px;
        margin-bottom: 30px;
    }
}

.number-ttl::before {
    font-size: 22px;
    font-family: var(--font-hiragino);
    font-weight: bold;
    line-height: 1;
    color: var(--color-primary);
    padding: 0 8px 20px;
    border-bottom: 1px solid var(--color-primary);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 960px) {
    .number-ttl::before {
        font-size: 21px;
        padding: 0 8px 15px;
    }
}

#is-01 .number-ttl::before { content: "01"; }
#is-02 .number-ttl::before { content: "02"; }
#is-03 .number-ttl::before { content: "03"; }
#is-04 .number-ttl::before { content: "04"; }
#is-05 .number-ttl::before { content: "05"; }

.number_in {
    margin-bottom: 48px;
}

@media (min-width: 960px) {
    .number_in {
        margin-bottom: 4em;
    }
}

#is-01-1 {
    margin-top: 40px;
    margin-bottom: 4em;
}
/*
#is-01-1 picture,
#is-01-2 picture {
    margin: 30px auto;
}*/

#is-01-1 picture img {
    display: inline-block;
    max-width: 240px;
}

@media (min-width: 960px) {
    #is-01-1 picture img {
        max-width: 100%;
    }
}

.number-sbttl {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    background-color: var(--color-primary);
    padding: 6px 17px;
    width: 100%;
    color: #fff;
    margin: 0 auto 22px;
    border-radius: 35px;
    line-height: 1.5;  /* 行間を適度に調整 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}

@media (min-width: 960px) {
    .number-sbttl {
        padding: 7px 0;
        width: 345px;
        margin: 0 auto 30px;
    }
}

.number-sbttl .sub-category {
    font-size: 15px;
}

.numbersec-ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.numbersec-ttl.is-ver2 {
    color: var(--color-primary);
}

/* =================================================================
   Table Sections
   ================================================================= */

.needTable-ttl {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.needTable-ttl::before {
    content: "\005C";
    margin-right: 20px;
}

.needTable-ttl::after {
    content: "/";
    margin-left: 20px;
}

.needTable-ttl.is-blue-ttl {
    color: var(--color-secondary);
    font-size: 18px;
}

.needTable-ttl.is-blue-ttl::before,
.needTable-ttl.is-blue-ttl::after {
    color: var(--color-secondary);
}

.needTable_wrap {
    padding: 0 15px;
    margin-bottom: 47px;
}

@media (min-width: 960px) {
.needTable_wrap {
        padding: 0;
    }
}

#is-02-1 .needTable_wrap {
    margin-top: 30px;
}

.mod-table {
    margin: 0 auto;
    width: 100%;
    box-shadow: none;
}

@media (min-width: 960px) {
    .mod-table {
        width: 572px;
    }
}

.mod-col {
    width: 24.6%;
}

@media (min-width: 960px) {
    .mod-col {
        width: 14.88%;
    }
}

.mod-table table th {
    font-size: 14px;
    text-align: center;
    padding: 0;
    background-color: var(--color-bg-pink);
    color: var(--color-primary);
}

.mod-table table .is-ver2 th {
    background-color: var(--color-bg-blue);
    color: var(--color-secondary);
}

.mod-table table td {
    padding: 14px 10px;
}

@media (min-width: 960px) {
    .mod-table table td {
        padding: 8px 15px;
    }
}

.needTable_wrap .mod-list > .list > li::before {
    background-color: var(--color-primary);
    top: 15px;
}

@media (min-width: 960px) {
    .needTable_wrap .mod-list > .list > li::before {
        top: 16px;
    }
}

.needTable_wrap .is-ver2 .mod-list > .list > li::before {
    background-color: var(--color-secondary);
}

.mod-list > .list > li {
    margin: 0;
    line-height: 2;
}

.mod-list > .list > li + li {
    margin: 0;
}

.mod-table.of-column table {
    display: table;
}

.mod-table.of-column table tbody {
    display: table-row-group;
}

.mod-table.of-column table tr {
    display: table-row;
}

.mod-table.of-column table td,
.mod-table.of-column table th {
    display: table-cell;
}

/* =================================================================
   Money Grid Components
   ================================================================= */

.money-grid {
    max-width: 100%;
    margin: 1.5em auto 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--color-border-light);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
}

.money-grid,
.money-grid-3col {
    width: calc(100% - 30px);
}

@media (min-width: 960px) {
    .money-grid {
        width: var(--max-width-content);
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.money-item {
    padding: 0;
    border-bottom: 1px solid var(--color-border-light);
    border-right: none;
    background: #fff;
    box-shadow: none;
}

.money-item:last-child {
    border-bottom: none;
}

@media (min-width: 960px) {
    .money-item {
        border-right: 1px solid var(--color-border-light);
    }
    
    .money-item:nth-child(2n) {
        border-right: 0;
    }
    
    .money-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

.title-bg {
    background: #faf7f5;
    padding: 0.6em 1.2em;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    padding: 1em 1em 1em 1.5em;
}

@media (min-width: 960px) {
    .detail {
        justify-content: center;
        padding: 1em;
    }
}

.detail-inner {
    text-align: left;
}

.detail-inner p {
    margin: 0.2em 0;
}

.detail-inner em {
    margin-left: 0.3em;
}

/* Apply Labels */
.apply {
    display: inline-block;
    background: #E2FAFB;
    padding: 0.25em 0.6em;
    border-radius: 10px;
    font-size: 0.85em;
    margin-top: 0.5em;
    font-weight: bold;
    font-family: var(--font-zen);
}

.apply2 {
    display: inline-block;
    background: var(--color-bg-light);
    padding: 0.25em 0.6em;
    border-radius: 10px;
    font-size: 0.85em;
    font-weight: bold;
    font-family: var(--font-zen);
}

/* Application Box */
.application-box {
    width: 315px;
    height: 54px;
    background-color: var(--color-bg-beige);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 16px;
    margin: 30px auto 0;
    gap: 8px;
}

.application-box .apply {
    font-weight: bold;
    padding: 0.25em 1.5em;
    margin: 0 6px;
    border-radius: 10px;
}

.application-box em {
    color: var(--color-text);
    font-weight: bold;
}

#is-03-2 .application-box {
    width: fit-content;
    min-width: 315px;
    padding: 0 20px;
}

/* =================================================================
   Section #is-02 Specific Styles
   ================================================================= */

#is-02 .apply,
#is-02 .apply2 {
    display: inline-flex;
    align-items: center;
    width: 7em;
    text-align: center;
    margin-right: 8px;
    min-height: 2.5em;
    justify-content: center;
    white-space: nowrap;
    align-self: stretch;
}

#is-02 .needTable_wrap {
    padding: 0;
}

#is-02 .application-box .apply {
    align-self: center;
}

#is-02 .text-section {
    padding: 0;
}

@media (min-width: 960px) {
    #is-02-1 .text-image-layout .text-section {
        max-width: 400px
    }
}

#is-02-1 .numbersec-ttl.is-ver2 {
    padding: 0 15px;
}

@media (min-width: 960px) {
    #is-02-1 .numbersec-ttl.is-ver2 {
        max-width: var(--max-width-content);
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media (min-width: 960px) {
    #is-02 .needTable_wrap {
        padding: 0; /* PC版も念のため */
    }
}

#is-02 .money-grid {
    margin: 1.5em auto 2em auto;
}

#is-02 .money-grid .amount {
    font-weight: bold;
    color: var(--color-text);
}

#is-02 .money-grid .detail {
    justify-content: flex-start;
    padding: 1em;
}

#is-02 .money-grid .detail-inner > p {
    margin-bottom: 12px;
}

#is-02 .money-grid .detail-inner > em {
    display: inline-flex;
    align-items: center;
    line-height: 1.4;
}

#is-02 .money-grid .detail-inner > br {
    display: none;
}

#is-02 .apply-em {
    font-size: 0.9em;
    font-weight: normal;
}

#is-02-1.number_in,
#is-02-2.number_in {
    padding: 0 15px;
}

#is-02-1 .image-section img {
    max-width: 150px;
    height: auto;
}

@media (min-width: 960px) {
    #is-02-1 .image-section img {
        max-width: 125px;
    }
}

#is-02-1 .illustration-section img {
    max-width: 150px;
    height: auto;
}

#is-02-1 .need-inner_wrap > .need-txt {
    margin-bottom: 30px;
}


@media (max-width: 960px) {
  #is-02-1.number_in .need-inner_wrap,
  #is-02-2.number_in .need-inner_wrap {
    padding: 0;
  }
}

@media (min-width: 960px) {
    #is-02 .benefit-item span.apply,
    #is-02 .benefit-item span.apply2 {
        white-space: nowrap;
    }
    
    #is-02 .apply,
    #is-02 .apply2 {
        justify-content: center;
    }

    #is-02-1.number_in,
    #is-02-2.number_in {
        padding: 0;
    }
    
    #is-02-1 .need-txt {
        margin-bottom: 15px;
        padding: 0;
    }
    
    #is-02-1 .need-txt.need-inner_wrap {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    
    #is-02-2 picture {
        margin: 30px auto;
    }

    #is-02 .benefit-item {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 959px) {
    #is-02-2 picture {
        margin: 20px auto;
    }
}

/* =================================================================
   Money Grid 3 Column
   ================================================================= */

.money-grid-3col {
    width: 100%;
    max-width: 100%;
    margin: 1.5em auto 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--color-border-light);
    border-radius: 8px;
    overflow: hidden;
}

.money-grid-3col .money-item {
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-border-light);
    background: #fff;
}

.money-grid-3col .money-item:last-child {
    border-bottom: 0;
}

.money-grid-3col .benefit-item span.apply,
.money-grid-3col .benefit-item span.apply2 {
    width: 4em;
    text-align: center;
    margin-right: 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.money-grid-3col .detail-inner > em {
    display: inline-flex;
    width: calc(100% - 7em);
    vertical-align: top;
    line-height: 1.4;
}

.money-grid-3col .detail-inner > br {
    display: none;
}

.money-grid-3col .benefit-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 8px;
}

.money-grid-3col .benefit-item span {
    width: 4em;
    text-align: center;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 2.5em;
}

.money-grid-3col .benefit-item em {
    flex: 1;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.money-grid-3col .detail-inner > p {
    margin-bottom: 10px;
}

/* PC版のスタイル */
@media (min-width: 960px) {
    .money-grid-3col {
        width: var(--max-width-wide);
        grid-template-columns: repeat(3, 1fr);
    }
    
    .money-grid-3col .money-item {
        border-right: 1px solid var(--color-border-light);
        border-bottom: 0;
    }

.money-grid-3col .money-item:last-child {
        border-right: 0;
    }
    
    .money-grid-3col .benefit-item span.apply,
    .money-grid-3col .benefit-item span.apply2 {
        width: 5em;
    }
    
    .money-grid-3col .benefit-item {
        margin-bottom: 6px;
    }
    
    .money-grid-3col .benefit-item span {
        width: 5em;
    }
    
    .money-grid-3col .detail-inner > p {
        margin-bottom: 12px;
    }
}


/* =================================================================
   Text Image Layout
   ================================================================= */

.text-image-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 960px) {
    .text-image-layout {
        flex-direction: row;
        gap: 30px;
    }

    #is-02-1 .need-inner_wrap > .text-image-layout {
        max-width: 600px;
        margin: 0 auto;
    }
}

.image-section {
    flex-shrink: 0;
    order: -1;
}

@media (min-width: 960px) {
    .image-section {
        order: 0;
    }
}

.text-section {
    width: 100%;
    max-width: none;
    padding: 0px;
    border-radius: 10px;
}

@media (min-width: 960px) {
    .text-section {
        flex: 1;
        line-height: 1.8;
        padding: 0;
    }
}

/* =================================================================
   Payment Method Section
   ================================================================= */

.payment-method-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 1.5em auto 1.5em auto;
    padding: 0px;
}

@media (min-width: 960px) {
    .payment-method-section {
        flex-direction: row;
        gap: 30px;
        width: var(--max-width-wide);
        padding: 0;
    }
}

.method-item {
    flex: 1;
    background-color: var(--color-bg-gray);
    padding: 15px;
    border-radius: 10px;
}

@media (min-width: 960px) {
    .method-item {
        padding: 20px;
    }
}

.method-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-secondary);
    margin: 10px auto 15px auto;
    text-align: center;
    background-color: #fff;
    width: 70%;
    padding: 8px 0;
    border-radius: 10px;
}

@media (min-width: 960px) {
    .method-title {
        margin: 5px auto 15px auto;
        width: 60%;
        padding: 2px 0;
    }
}

.method-description {
    line-height: 1.8;
    font-size: 16px;
    width: 95%;
    margin: 0 auto 15px auto;
}

/* =================================================================
   Single Method Section
   ================================================================= */

.single-method-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 1.5em auto 0 auto;
    padding: 0;
}

@media (min-width: 960px) {
    .single-method-section {
        flex-direction: row;
        justify-content: center;
        width: var(--max-width-wide);
        padding: 0;
        gap: 0;
        margin: 1.5em auto 2em auto;
    }
}

.single-method-section .method-item {
    width: 100%;
    max-width: none;
    flex: none;
    order: 1;
}

@media (min-width: 960px) {
    .single-method-section .method-item {
        width: 480px;
        max-width: 480px;
        flex: 0 0 480px;
        order: 0;
    }
}

.illustration-section {
    position: static;
    order: 2;
    align-self: center;
}

@media (min-width: 960px) {
    .illustration-section {
        position: absolute;
        right: 50px;
        flex-shrink: 0;
    }
}

/* =================================================================
   Application Info Section
   ================================================================= */

.application-info-section {
    width: 100%;
    margin: 0px;
    padding: 15px;
    display: flex;
    justify-content: center;
    background-color: var(--color-bg-beige);
    border-radius: 10px;
}

@media (min-width: 960px) {
    .application-info-section {
        width: var(--max-width-content);
        margin: 0 auto;
        padding: 20px;
    }
}

.application-box-extended {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
    font-size: 16px;
    gap: 15px;
}

@media (min-width: 960px) {
    .application-box-extended {
        gap: 20px;
    }
}

.application-details {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (min-width: 960px) {
    .application-details {
        flex-direction: row;
        gap: 20px;
    }
}

.application-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.application-column li {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
}

#is-02-1 .application-info-section .application-box-extended .apply {
    width: fit-content;
    padding: 8px 0.5em;
    flex-shrink: 0;
    align-self: stretch;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #E2FAFB;
    border-radius: 10px;
    font-size: 0.85em;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}

@media (min-width: 960px) {
    .application-info-section .application-box-extended .apply {
        padding: 0;
        height: 100%;
    }
}

/* =================================================================
   Section #is-03 Specific Styles
   ================================================================= */

#is-03 {
    margin-bottom: 48px;
}

#is-03 .amount strong {
    color: var(--color-text);
    font-weight: bold;
}

#is-03 .money-grid {
    grid-template-columns: 1fr;
}

@media (min-width: 960px) {
    #is-03 .money-grid {
        width: var(--max-width-content);
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

#is-03 .money-grid:first-of-type {
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    border-bottom: 0;
}

#is-03 .money-grid:last-of-type {
    border-radius: 0 0 8px 8px;
    margin-top: 0;
}

#is-03 .money-grid .money-item {
    border-right: 0;
    /*border-bottom: 1px solid var(--color-border-light);*/
    text-align: left;
}

#is-03 .money-grid .money-item:last-child {
    border-bottom: 0;
}

@media (min-width: 960px) {
    #is-03 .money-grid .title-bg {
        text-align: center;
        justify-content: center;
    }
}

#is-03 .money-grid:first-of-type .money-item:first-child,
#is-03 .money-grid:first-of-type .money-item:last-child,
#is-03 .money-grid:last-of-type .money-item:first-child,
#is-03 .money-grid:last-of-type .money-item:last-child {
    border-radius: 0;
}

@media (min-width: 960px) {
    #is-03 .money-grid:first-of-type .money-item:first-child {
        border-radius: 8px 0 0 0;
    }
    
    #is-03 .money-grid:first-of-type .money-item:last-child {
        border-radius: 0 8px 0 0;
    }
    
    #is-03 .money-grid:last-of-type .money-item:first-child {
        border-radius: 0 0 0 8px;
    }
    
    #is-03 .money-grid:last-of-type .money-item:last-child {
        border-radius: 0 0 8px 0;
    }
}

#is-03 .money-grid .detail-inner > p {
    margin-bottom: 10px;
}

@media (min-width: 960px) {
    #is-03 .money-grid .money-item {
        border-right: 1px solid var(--color-border-light);
    }
    
    #is-03 .money-grid .money-item:nth-child(2n) {
        border-right: 0;
    }
    
    /* 上段の要素（1列目と2列目）の下線を削除 */
    #is-03 .money-grid:first-of-type .money-item {
        border-bottom: 0;
    }
    
    /* 下段の最初の2つの要素の上線も念のため削除 */
    #is-03 .money-grid:last-of-type .money-item {
        border-top: 0;
    }
}

@media (min-width: 960px) {
    #is-03 .money-grid .detail-inner > p {
        margin-bottom: 12px;
    }
}

#is-03 .money-grid .detail-inner {
    text-align: left;
}

#is-03 .money-grid .benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

@media (min-width: 960px) {
    #is-03 .money-grid .benefit-item {
        margin-bottom: 6px;
    }
}

#is-03 .money-grid .benefit-item span {
    width: 8em;
    text-align: center;
    margin-right: 8px;
    flex-shrink: 0;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}

@media (min-width: 960px) {
    #is-03 .money-grid .benefit-item span {
        width: 8em;
    }
}

#is-03 .money-grid .benefit-item em {
    flex: 1;
    line-height: 1.4;
    font-size: inherit;
}

#is-03 > picture img {
    max-width: 200px;
    height: auto;
}

@media (min-width: 960px) {
    #is-03 > picture img {
        max-width: 150px;
    }
}

/*#is-03-1 picture {
    margin: 30px auto;
}*/

#is-03-1 picture img {
    max-width: 250px;
    height: auto;
}

@media (min-width: 960px) {
    #is-03-1 picture img {
        max-width: 178px;
    }
}

/*#is-03-4 picture {
    margin-top: 30px;
    margin-bottom: 30px;
}*/

/* スマホ版で画像の後にさらに余白を追加 */
@media (max-width: 959px) {
    #is-03-4 picture {
        margin-bottom: 40px;
    }
}


/* =================================================================
   Section #is-04 Specific Styles
   ================================================================= */

@media (min-width: 960px) {
    #is-04.number_wrap {
        padding: 0;
    }
}

/*#is-04 picture {
    margin-top: 30px;
    margin-bottom: 30px;
}*/

@media (max-width: 959px) {
    #is-04 picture {
        margin-bottom: 40px;
    }
}

/* =================================================================
   Responsive Images
   ================================================================= */

@media (max-width: 959px) {
    img {
        width: 100%;
        height: auto;
    }
}