@charset "UTF-8";

/*! * * BurgerEditor StyleSheet Style Sample v2.21.0 * */
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg")
}

/*タイトル*/
[data-bgb] h2 {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 700;
    padding-left: 14px;
    margin-bottom: 48px;
    line-height: 1.4;
    border-left: 2px solid #CCCCCC;
    color: #0D4974;
}

[data-bgb] h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    height: 12px;
    width: 2px;
    background-color: #2672AA;
}

[data-bgb] h3 {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    font-weight: 700;
    padding: 0 0 12px 24px;
    margin-bottom: 32px;
    line-height: 1.4;
    border-bottom: 1px solid #CCCCCC;
}

[data-bgb] h3::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #0D4974;
}

[data-bgb] h3::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 7px;
    height: 9px;
    width: 9px;
    background-color: #6FCECA;
}

/* SP（スマホ）サイズ用調整 */
@media screen and (max-width: 599px) {
    [data-bgb] h2 {
        font-size: 26px;
        margin-bottom: 32px;
    }
    
    [data-bgb] h3 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    [data-bgb] h6 {
        margin-bottom: 16px;
    }
}

[data-bgb] h4 {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding-left: 36px;
    margin-bottom: 16px;
    color: #0D4974;
}

[data-bgb] h4::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 24px;
    height: 1px;
    background: #0D4974;
}

[data-bgb] h5 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.555555;
    padding-left: 24px;
    margin-bottom: 13px;
}

[data-bgb] h5::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #0D4974;
}

[data-bgb] h6 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    padding-left: 18px;
    margin-top: 16px;
    margin-bottom: 12px;
}

[data-bgb] h6::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #F2E474;
}

/* [data-bgb] li {
    list-style: inherit;
    overflow: hidden;
}

[data-bgb] li:first-child {
    margin-top: 0;
}

[data-bgb] ul {
    margin: 1em 0;
}

[data-bgb] ul:first-child {
    margin-top: 0;
}

[data-bgb] ul ul {
    margin: 0 0 0 1.8em;
}

[data-bgb] ul ul:first-child {
    margin-top: 0;
}

[data-bgb] ul li {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0 0 0.2em;
}

[data-bgb] ol {
    margin: 1em 0;
}

[data-bgb] ol:first-child {
    margin-top: 0;
}

[data-bgb] ol ol {
    margin: 0 0 0 2em;
}

[data-bgb] ol ol:first-child {
    margin-top: 0;
}

[data-bgb] ol li {
    margin: 0 0 0.2em;
    list-style-position: inside;
    list-style-type: decimal;
} */

[data-bgb] blockquote {
    position: relative;
    margin: 1em 0;
    padding: 1px 2.5em;
    border-radius: 5px;
    background: none;
    border: 2px solid #ccc;
    overflow: hidden;
    color: #888;
    font-size: 0.9em;
}

[data-bgb] blockquote:first-child {
    margin-top: 0;
}

[data-bgb] blockquote:before {
    content: "“";
    top: 0.3em;
    left: 0.25em;
}

[data-bgb] blockquote:after,
[data-bgb] blockquote:before {
    display: block;
    font-family: serif;
    position: absolute;
    z-index: 0;
    color: #ccc;
    font-size: 3em;
}

[data-bgb] blockquote:after {
    content: "”";
    bottom: -0.3em;
    right: 0.25em;
}

/* ===== BurgerEditor 内の標準テーブル（common.css の .table1 準拠） ===== */
[data-bgb] table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em 0;
    border-top: 1px solid #707070;
    /* 上枠線：共通に合わせる */
}

[data-bgb] table:first-child {
    margin-top: 0;
}

[data-bgb] table th,
[data-bgb] table td {
    padding: 21px 20px;
    /* 共通の余白 */
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #707070;
    /* 行の区切り線 */
    letter-spacing: .03em;
}

[data-bgb] table th {
    font-weight: 700;
    background: #F5F5F5;
    /* 共通の見出し色 */
    width: 30%;
    /* PC時の見出し幅 */
}

/* キャプション（任意） */
[data-bgb] table caption {
    text-align: left;
    font-weight: 700;
    margin-bottom: .5em;
}

/* ===== SP（～599px）：行ごと縦積み ===== */
@media screen and (max-width: 599px) {
    [data-bgb] table {
        width: 100%;
    }

    [data-bgb] table tr {
        display: block;
        border-bottom: 1px solid #707070;
        /* 行の下線は tr に移す */
    }

    [data-bgb] table th,
    [data-bgb] table td {
        display: block;
        width: 100%;
        min-width: auto;
        border-bottom: none;
        /* 二重線防止 */
        padding: 17px 10px;
        /* SP時の余白 */
    }

    [data-bgb] table td {
        padding: 26px 10px;
        /* 共通のSP調整に合わせて少し大きめ */
    }
}

[data-bgb] strong {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

[data-bgb] u {
    text-decoration: underline;
}

[data-bgb] s,
[data-bgb] u {
    font-weight: 400;
    font-style: normal;
}

[data-bgb] s {
    text-decoration: line-through;
}

[data-bgb] sub {
    vertical-align: sub;
}

[data-bgb] sub,
[data-bgb] sup {
    font-size: 0.8em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

[data-bgb] sup {
    vertical-align: super;
}

[data-bgb] hr {
    width: 100%;
    height: 2px;
    color: #ccc;
    background: currentColor;
    border-style: none;
    margin: 50px auto;
}

[data-bgb] hr:first-child {
    margin-top: 0;
}

.bgt-box__caption {
    text-align: left;
    font-weight: 400;
    padding: 3px;
    background: none;
    font-size: 0.8em;
}

.bgt-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    border-width: 1px;
    border-style: solid;
    background: #fff;
    text-decoration: none;
    min-width: 240px;
    border-radius: 100px;
    /* height: 56px; */
    line-height: 56px;
}

.bgt-btn:active,
.bgt-btn:focus {
    -webkit-box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
    box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
}

.bgt-btn--link,
[data-bgt-button-kind="link"] .bgt-btn {
    /* :after を基準にするため */
    position: relative;
    /* アイコン分の余白をあける */
    padding-right: 60px;
    color: #fff;
    border-color: #0D4974;
    background: #0D4974;
}

.bgt-btn--link:active,
.bgt-btn--link:focus,
.bgt-btn--link:hover,
[data-bgt-button-kind="link"] .bgt-btn:active,
[data-bgt-button-kind="link"] .bgt-btn:focus,
[data-bgt-button-kind="link"] .bgt-btn:hover {
    background: #fff;
    color: #2672AA;
    border-color: #2672AA;
}

.bgt-btn--link:after,
[data-bgt-button-kind="link"] .bgt-btn:after {
    content: "";
    position: absolute;
    /* 右端に配置 */
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url(/sumaidukuri/img/common/icon-right-white.svg) no-repeat center;
    background-size: contain;
    transition: .2s;
}

.bgt-btn--external:hover:after,
[data-bgt-button-kind="link"] .bgt-btn:hover:after {
    background-image: url(/sumaidukuri/img/common/icon-right-blue.svg);
}

.bgt-btn--em,
[data-bgt-button-kind="em"] .bgt-btn {
    font-weight: 700;
    color: #fff;
    border-color: #333;
    background: #333;
}

.bgt-btn--em:active,
.bgt-btn--em:focus,
.bgt-btn--em:hover,
[data-bgt-button-kind="em"] .bgt-btn:active,
[data-bgt-button-kind="em"] .bgt-btn:focus,
[data-bgt-button-kind="em"] .bgt-btn:hover {
    background: #555;
}

/* 強調リンク角 長方形  */
.bgt-btn--ems,
[data-bgt-button-kind="ems"] .bgt-btn {
    font-weight: 500;
    color: #fff;
    border-color: #333;
    background: #333;
    border-radius: 10px;
    min-width: 330px;
    text-align: left;
    height: 50px;
    line-height: 50px;
}

.bgt-btn--ems:active,
.bgt-btn--ems:focus,
.bgt-btn--ems:hover,
[data-bgt-button-kind="ems"] .bgt-btn:active,
[data-bgt-button-kind="ems"] .bgt-btn:focus,
[data-bgt-button-kind="ems"] .bgt-btn:hover {
    background: #555;
}

.bgt-btn--external,
[data-bgt-button-kind="external"] .bgt-btn {
    color: #333;
    border-color: #ccc;
    background: #fff;
}

.bgt-btn--external:active,
.bgt-btn--external:focus,
.bgt-btn--external:hover,
[data-bgt-button-kind="external"] .bgt-btn:active,
[data-bgt-button-kind="external"] .bgt-btn:focus,
[data-bgt-button-kind="external"] .bgt-btn:hover {
    background: #e9e9e9;
}

.bgt-btn--external:after,
[data-bgt-button-kind="external"] .bgt-btn:after {
    font-family: FontAwesome, serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    font-size: 1em;
    color: #999;
    vertical-align: middle;
}

.bgt-btn--back,
[data-bgt-button-kind="back"] .bgt-btn {
    /* :after を基準にするため */
    position: relative;
    /* アイコン分の余白をあける */
    padding-left: 28px;
    background: #333333;
    color: #fff;
    border-color: #333333;
}

.bgt-btn--back:active,
.bgt-btn--back:focus,
.bgt-btn--back:hover,
[data-bgt-button-kind="back"] .bgt-btn:active,
[data-bgt-button-kind="back"] .bgt-btn:focus,
[data-bgt-button-kind="back"] .bgt-btn:hover {
    background: #F2F2F2;
    color: #333333;
}

.bgt-btn--back:before,
[data-bgt-button-kind="back"] .bgt-btn:before {
    content: "";
    position: absolute;
    /* 左端に配置 */
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url(/sumaidukuri/img/common/icon-left-white.svg) no-repeat center;
    background-size: contain;
    transition: .2s;
}

.bgt-btn--back:hover:before,
[data-bgt-button-kind="back"] .bgt-btn:hover:before {
    background-image: url(/sumaidukuri/img/common/icon-left-gray.svg);
}

.bgt-hr {
    margin: 0 auto;
}

[data-bgt-hr-kind="dashed"] .bgt-hr {
    height: 0;
    background: none;
    border: none;
    border-bottom: 2px dashed;
}

.bgt-hr--bold,
[data-bgt-hr-kind="bold"] .bgt-hr {
    height: 5px;
}

.bgt-hr--narrow,
[data-bgt-hr-kind="narrow"] .bgt-hr {
    height: 1px;
}

.bgt-hr--short,
[data-bgt-hr-kind="short"] .bgt-hr {
    width: 60%;
    height: 1px;
}

.bgt-download-file {
    width: 100%;
    margin: 30px 0;
}

/* common.css の .dlBtn a */
.bgt-download-file__link {
    position: relative;
    min-height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    /* テキストとサイズの間隔 */
    transition: background-color .2s, box-shadow .2s, color .2s;
    padding: 6px 30px 6px 45px;
    /* 左アイコン分の余白 */
    background-color: #0D4974;
    border: 1px solid #0D4974;
    border-radius: 2px;
    background-image: url(/sumaidukuri/img/common/icon-link-white.svg);
    background-repeat: no-repeat;
    background-size: 6.81px;
    background-position: center right 13px;
    padding-left: 15px;
    /* 左の余白を調整（好みで削ってOK） */
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}

/* hover */
@media (hover:hover) {
    .bgt-download-file__link:hover {
        background-image: url(/sumaidukuri/img/common/icon-link-blue.svg);
        background-color: #F2F9FD;
        color: #0D4974;
    }

    .bgt-download-file__link:hover .bgt-link__name {
        color: #0D4974;
    }

    .bgt-download-file__link:hover .bgt-link__size {
        color: #000;
    }
}

/* focus / active アクセシビリティ */
.bgt-download-file__link:focus,
.bgt-download-file__link:active {
    -webkit-box-shadow: 0 0 5px 1px #0570c7;
    box-shadow: 0 0 5px 1px #0570c7;
    outline: none;
}

/* テキスト要素 */
.bgt-link__name {
    vertical-align: text-top;
}

.bgt-link__size {
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
    vertical-align: super;
}

@media screen and (max-width: 768px) {
    .bgt-google-maps-link {
        margin-top: 10px;
        padding: 1em;
        text-decoration: none;
        color: #333;
        border: 1px solid #999;
        border-radius: 3px;
        text-align: center;
    }

    .bgt-google-maps-link span {
        display: inline-block;
        vertical-align: middle;
    }

    .bgt-google-maps-link:after {
        font-family: FontAwesome, serif;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f08e";
        font-size: 1em;
        vertical-align: middle;
    }
}

[data-bgt="gallery"] .bgt-gallery {
    padding-top: 54%;
}

[data-bgt="gallery"] .bgt-gallery:hover [data-bgt="gallery"] .bgt-gallery-ctrl {
    opacity: 1;
}

[data-bgt="gallery"] .bgt-gallery__img img {
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
}

[data-bgt="gallery"] .bgt-gallery__caption {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.7em 1em;
    text-align: center;
}

[data-bgt="gallery"] .bgt-gallery-ctrl {
    top: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

[data-bgt="gallery"] .bgt-gallery-ctrl__next,
[data-bgt="gallery"] .bgt-gallery-ctrl__prev {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -20px 0 0;
    padding: 0;
    background: none;
    border: none;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

[data-bgt="gallery"] .bgt-gallery-ctrl__next:hover,
[data-bgt="gallery"] .bgt-gallery-ctrl__prev:hover {
    opacity: 0.5;
}

[data-bgt="gallery"] .bgt-gallery-ctrl__next:focus,
[data-bgt="gallery"] .bgt-gallery-ctrl__prev:focus {
    outline: none;
}

[data-bgt="gallery"] .bgt-gallery-ctrl__next span,
[data-bgt="gallery"] .bgt-gallery-ctrl__prev span {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
}

[data-bgt="gallery"] .bgt-gallery-ctrl__next:after,
[data-bgt="gallery"] .bgt-gallery-ctrl__prev:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border: solid #fff;
    border-width: 5px 5px 0 0;
}

[data-bgt="gallery"] .bgt-gallery-ctrl__prev {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

[data-bgt="gallery"] .bgt-gallery-ctrl__next {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

[data-bgt="gallery"] [data-gallery-marker="thumbs"]+.bgt-gallery-marker {
    margin-top: 10px;
}

[data-bgt="gallery"] [data-gallery-marker="thumbs"]+.bgt-gallery-marker li {
    margin: 0 5px;
    width: 60px;
    height: 60px;
}

[data-bgt="gallery"] [data-gallery-marker="dot"]+.bgt-gallery-marker {
    margin-top: 10px;
}

[data-bgt="gallery"] [data-gallery-marker="dot"]+.bgt-gallery-marker li {
    margin: 0 2px;
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 100%;
}

[data-bgt="gallery"] [data-gallery-marker="dot"]+.bgt-gallery-marker li.current {
    background-color: #000;
}

.pc-only {
    display: block;
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-only {
        display: block;
    }
}

/* ===== パンくずは Burger の汎用リスト指定より強く上書きする ===== */
/* [data-bgb] ul / li よりも specificity（優先度）が高いセレクタにする */
[data-bgb] ul.breadcrumb {
    /* ul に直接 .breadcrumb が付いているので要素+クラスで強化 */
    /* 既存の common.css と同じ指定を必要に応じて再掲 */
    justify-content: flex-end;
    column-gap: 24px;
    margin: 0 auto 80px auto;
    padding: 0;
    list-style: none;
}

[data-bgb] .breadcrumb li {
    /* [data-bgb] ul li より強い（クラスを噛ませる） */
    list-style: none;
    /* Burger の list-style を無効化 */
    overflow: visible;
    /* Burger の overflow: hidden を無効化 */
    position: relative;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    /* Burger 側の margin 調整を消す */
    padding: 0;
}

[data-bgb] .breadcrumb li:not(:last-of-type)::before {
    content: "＞";
    position: absolute;
    top: 0;
    right: -20px;
    color: #1A1A1A;
}

[data-bgb] .breadcrumb li a {
    text-decoration: underline;
}

[data-bgb] .breadcrumb li a:hover {
    opacity: .7;
    text-decoration: none;
}

/* ネストされた ul/ol があっても Burger の縮進を拾わないように */
[data-bgb] .breadcrumb ul,
[data-bgb] .breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* SP時の上書き（common.css の記述に合わせて） */
@media screen and (max-width: 599px) {
    [data-bgb] ul.breadcrumb {
        justify-content: flex-start;
        margin: 0 auto 40px auto;
    }
}

/* 下線（Burgerのh3装飾）と margin-bottom をトグルの時だけ外す */
[data-bgb] .faqList .box h3.toggleBtn {
    margin-bottom: 0;
    border-bottom: none;
    line-height: 1.8;
}

/* ::before / ::after を「右側＋アイコン」仕様にする */
[data-bgb] .faqList .box h3.toggleBtn::before,
[data-bgb] .faqList .box h3.toggleBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: auto;
    /* Burger側のleft指定を打ち消し */
    transform: translateY(-50%);
    margin: auto;
    background-color: #0D4974;
    /* common.css と合わせる */
    border-radius: 2px;
}

/* 横棒（＋の横線） */
[data-bgb] .faqList .box h3.toggleBtn::before {
    right: 0;
    width: 21px;
    height: 2px;
}

/* 縦棒（＋の縦線） */
[data-bgb] .faqList .box h3.toggleBtn::after {
    right: 9px;
    width: 2px;
    height: 21px;
}

/* 開いてる時は縦棒だけ消す */
[data-bgb] .faqList .box h3.toggleBtn.is-active::after {
    opacity: 0;
}

/* SP時の位置調整（common.css のSP指定と同等に） */
@media screen and (max-width: 599px) {
    [data-bgb] .faqList .box h3.toggleBtn {
        font-size: 16px;
        padding: 12px 33px 12px 49px;
        min-height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    [data-bgb] .faqList .box:first-child h3.toggleBtn {
        min-height: 51px;
    }

    [data-bgb] .faqList .box h3.toggleBtn::before,
    [data-bgb] .faqList .box h3.toggleBtn::after {
        transform: none;
        margin: 0;
    }

    [data-bgb] .faqList .box h3.toggleBtn::before {
        top: 34px;
        right: 0;
    }

    [data-bgb] .faqList .box h3.toggleBtn::after {
        top: 24px;
        right: 9px;
    }

    [data-bgb] .pageFaq .faqList .box:first-child h3.toggleBtn::before {
        top: 18px;
    }

    [data-bgb] .pageFaq .faqList .box:first-child h3.toggleBtn::after {
        top: 9px;
    }
}

/* h3 の装飾をリセットして common.css 仕様にする  */
[data-bgb] .meritList li .title,
[data-bgb] .meritList li h3.title {
    /* ここから“欲しい見た目” */
    font-family: "Noto Sans JP", sans-serif;
    /* 見出し用のSerifを外したい場合 */
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #0D4974;
    margin-bottom: 16px;

    /* ここから“いらない装飾”の打ち消し */
    padding: 0;
    /* .h3 の left 24px を消す */
    border: 0;
    /* 下線を消す */
    background: none;
}

[data-bgb] .philosophyBox .title {
    /* ここから“欲しい見た目” */
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 700;
    color: #0D4974;
    width: 45%;

    /* ここから“いらない装飾”の打ち消し */
    padding: 0;
    /* .h3 の left 24px を消す */
    border: 0;
    /* 下線を消す */
    background: none;
}

[data-bgb] .historyList li .title {
    /* ここから“欲しい見た目” */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;

    /* ここから“いらない装飾”の打ち消し */
    padding: 0;
    /* .h3 の left 24px を消す */
    border: 0;
    /* 下線を消す */
    background: none;
}

[data-bgb] .greetingBox .text h3.name {
    /* ここから“欲しい見た目” */
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 32px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;

    /* ここから“いらない装飾”の打ち消し */
    padding: 0;
    /* .h3 の left 24px を消す */
    border: 0;
    /* 下線を消す */
    background: none;
}

[data-bgb] .pageAbout .bgBox .text .title {
    /* ここから“欲しい見た目” */
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #0D4974;
    margin-bottom: 24px;

    /* ここから“いらない装飾”の打ち消し */
    padding: 0;
    /* .h3 の left 24px を消す */
    border: 0;
    /* 下線を消す */
    background: none;

}
[data-bgb] .pageAbout .section1 .ti {
    /* ここから“欲しい見た目” */
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    color: #0D4974;
    margin-bottom: 40px;

    /* ここから“いらない装飾”の打ち消し */
    padding: 0;
    /* .h3 の left 24px を消す */
    border: 0;
    /* 下線を消す */
    background: none;
}

/* 左の四角装飾を消す */
[data-bgb] .meritList li .title::before,
[data-bgb] .meritList li .title::after,
[data-bgb] .greetingBox .text h3.name::before,
[data-bgb] .greetingBox .text h3.name::after,
[data-bgb] .philosophyBox .title::before,
[data-bgb] .philosophyBox .title::after,
[data-bgb] .historyList li .title::before,
[data-bgb] .historyList li .title::after,
[data-bgb] .pageAbout .section1 .ti::before,
[data-bgb] .pageAbout .bgBox .text .title::before,
[data-bgb] .pageAbout .bgBox .text .title::after
 {
    content: none;
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}