@charset "UTF-8";

/* 全体 */
.fp-documentArticle {
    margin: 0 0 50px;
    font-size: 16px;
}

.fp-documentArticle[id] {
    display: block;
    padding-top: 5rem;
    margin-top: -5rem;
    content: "";
}

.fp-documentColumn, .fp-documentArticle__content {
    margin: 0 10px;
}

.fp-documentColumn a:hover, .fp-documentArticle__content a:hover {
    opacity: 0.8;
}

.fp-documentColumn p, .fp-documentArticle__content p {
    padding: 5px 0;
    margin: 0 5px;
}

@media screen and (max-width: 767px) {
    .fp-documentArticle[id] {
        padding-top: 5rem;
        margin-top: -5rem;
    }

    .fp-documentColumn, .fp-documentArticle__content {
        margin: 0;
    }
}

/* PC&SP表示 */
.pc-block {
    display: block;
}

.sp-block {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc-block {
        display: none;
    }

    .sp-block {
        display: block;
    }
}

/* 装飾 */
hr {
    width: 100%;
    border: 1px;
    border-top: 1px dashed #c3c3c3;
    margin: 15px 0;
}

/* 見出し */
h1, h2, h3, h4, h5 {
    width: 100%;
    margin: 0 5px;
}

/* 横幅 */
.w_25 {
    width: 25%;
}

.w_30 {
    width: 30%;
}

.w_33 {
    width: 33.33%;
}

.w_50 {
    width: 50%;
}

.w_70 {
    width: 70%;
}

.w_75 {
    width: 75%;
}

.w_100 {
    width: 100%;
}

.mw200 {
    max-width: 200px;
}

.mw250 {
    max-width: 250px;
}

.mw300 {
    max-width: 300px;
}

@media screen and (max-width: 767px) {
    .mw200, .mw250, .mw300, .w_25, .w_30, .w_33, .w_50, .w_70, .w_75, .w_100 {
        max-width: none;
        width: 100%;
    }
}

/* 見出し */
h1.p-freepage__title01 {
    font-size: 3rem;
    line-height: 1.5;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

h1.p-freepage__title01 span.small {
    display: block;
    font-size: 2rem;
}

h2.fp-documentArticle__heading {
    border-left: 5px solid #0050a9;
    font-size: 26px;
    font-weight: bold;
    padding: 0 0 0 10px;
    margin: 50px 0 25px;
}

h3.fp-documentColumn__heading {
    border-bottom: 3px solid #0050a9;
    font-size: 22px;
    margin: 40px 0 20px;
}

h4.fp-documentColumn__heading {
    background: #e5f2f9;
    color: #0050A9;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 10px;
    margin: 35px 0 10px;
}

.row_right .fp-documentColumn__heading {
    margin: 5px 0 10px;
}

h4.featurelist_title {
    color: #0050a9;
    font-weight: bold;
    line-height: 1.5;
    width: 100%;
}

@media screen and (max-width: 767px) {
    h1.p-freepage__title01 {
        font-size: 2rem;
    }

    h2.fp-documentArticle__heading {
        font-size: 22px;
        padding: 0 0 0 5px;
        margin: 0 0 20px;
    }

    h3.fp-documentColumn__heading {
        font-size: 20px;
    }

    h4.fp-documentColumn__heading {
        font-size: 17px;
        padding: 5px 10px;
        margin: 20px 0 10px;
    }
}

/* 文字 */
.fp-text_15 {
    font-size: 15px;
    line-height: 1.5;
}

.fp-text_small {
    font-size: 14px;
    line-height: 1.5;
}

.fp-weight_bold {
    font-weight: bold;
}

.fp-color_danger {
    color: #cd0000;
}

/* 画像 */
.fp-img_w150 {
    width: 150px;
    margin: 0 5px;
    vertical-align: sub;
}

.fp-img_w250 {
    width: 250px;
    margin: 0 5px;
    vertical-align: sub;
}

.fp-border_gray {
    border: 1px solid #C2CCD2;
}

@media screen and (max-width: 767px) {
    .fp-img_w250 {
        width: 50%;
    }
}

/* リンク */
.fp-link_border01 a {
    display: block;
    border-bottom: 2px solid #0050a9;
    color: #0050a9 !important;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    width: fit-content;
    padding: 3px 20px;
    margin: 10px auto;
}

.fp-link_text01 a {
    font-weight: bold;
}

.fp-link_button a {
    display: block;
    border-radius: 5px;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 10px 15px;
}

.link_button01 {
    background: #0050a9;
}

.link_button02 {
    background: #6a9c21;
}

@media screen and (max-width: 767px) {
    .fp-link_border01 a {
        font-size: 18px;
    }
}

/* 動画 */
.fp-movie {
    aspect-ratio: 16 / 9;
    margin: 15px 0;
    padding: 15px 10px;
}

.fp-movie iframe {
    width: 100%;
    height: 100%;
}

/* フレックスボックス */
.fp-flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    margin: 15px 0;
}

.flexbox_01 {
    background: #fff;
}

.flexbox_02 {
    padding: 15px !important;
    background: #E5F2F9;
}

h3.fp-flexbox_title {
    color: #0050a9;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

h3.fp-flexbox_title p {
    border-bottom: 2px solid;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
}

.fp-flexbox_title_ex {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.fp-flexbox_item {}

.fp-flexbox_item_title01 {
    background: #0050a9;
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: 100%;
    padding: 2px;
    margin: 15px 0 5px;
}

.fp-flexbox_item_title02 {
    color: #0050a9;
    font-size: 20px;
    font-weight: bold;
}

.fp-flexbox_item_title03 {
    background: #fff;
    width: 100%;
    margin: 5px 0;
    padding: 7px !important;
}

.fp-flexbox h4.fp-documentColumn__heading {
    margin: 0;
}

.row_01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.row_right {
    padding: 0 0 0 10px;
    flex: 1;
}

.row_02 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    width: calc(50% - 10px);
    padding: 0;
    margin: 5px;
}

.row_02:has(p) {
    align-content: flex-start;
}

.row_03 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    letter-spacing: 1px;
    width: calc(33.33% - 10px);
    padding: 5px;
    margin: 5px;
}

.row_04 {
    width: calc(25% - 10px);
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 10px;
}

.row_04 p {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .fp-flexbox {
        padding: 15px 0;
        margin: 5px 0;
    }

    h3.fp-flexbox_title {
        font-size: 20px;
    }

    h3.fp-flexbox_title p {
        border-bottom: none;
    }

    h4.fp-flexbox_item_title02 {
        font-size: 18px;
    }

    .row_right {
        padding: 0 0 10px;
        width: 100%;
        flex: initial;
    }

    .row_01 {
        flex-direction: column;
    }

    .row_02 {
        width: calc(100% - 10px);
        margin: 5px;
    }

    .row_03 {
        width: calc(100% - 30px);
        margin: 5px;
        padding: 0;
    }

    .row_04 {
        width: calc(50% - 10px);
    }

    .row_04 p {
        font-size: 14px;
    }
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

/* メニュー */
.fp-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.fp-menu_03 {
    width: calc(33.33% - 10px);
}

.fp-menu_04 {
    width: calc(25% - 10px);
}

.fp-menu li a {
    background: #fff;
    border: 2px solid #0050a9;
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
    display: flex;
    color: #0050a9;
    font-weight: bold;
    width: 100%;
    height: 65px;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
}

.fp-menu li a::before {
    content: "▼";
    font-size: 50%;
    padding: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
    .fp-menu_03, .fp-menu_04 {
        width: calc(50% - 5px);
    }

    .fp-menu li a {
        margin: 5px 0;
    }
}

/* 目次 */
ul.fp-list-menu {
    max-width: 800px;
    margin: 2em auto 5em;
}

.fp-list-menu li a {
    display: block;
    padding: 7px;
    margin: 20px 5px 5px;
    border-left: 6px solid #0050A9;
    font-weight: bold;
    letter-spacing: 1px;
    background: #f7f7f7;
}

.fp-list-menu li.fp-list-child a {
    border-left: none;
    color: #555 !important;
    background: transparent;
    border-bottom: 2px solid #eee;
    margin: 0 20px 5px;
    padding-bottom: 5px;
}

.fp-list-menu li.fp-list-detail p {
    border-left: 0px solid #888;
    margin: -5px 5px 20px 5px;
    padding: 0 13px 10px;
    color: #555;
    font-weight: normal;
    line-height: 1.6;
    font-size: 0.9em;
    background: #f7f7f7;
}

/* リスト */
.fp-list01 {
    list-style-type: disc;
    padding-left: 29px;
    line-height: 1.5;
}

.fp-list01 li {
    margin-bottom: 8px;
}

/* 表 */
.fp-explainList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
    align-items: stretch;
    font-size: 15px;
    align-content: center;
}

.fp-explainList dt.list02 {
    width: 30%;
    padding: 8px;
    background: #f7f7f7;
    margin: 5px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fp-explainList dd.list02 {
    width: 70%;
    margin: 5px 0;
    padding: 8px;
}

@media screen and (max-width: 767px) {
    .fp-explainList dt.list02 {
        width: 100%;
    }

    .fp-explainList dd.list02 {
        width: 100%;
        padding: 0 8px;
    }
}

/* テキストボックス */
.fp-textbox {
    padding: 10px 15px;
    margin: 10px;
}

.textbox01 {
    background: #f7f7f7;
}

.textbox02 {
    background: #f9e5e5;
}

@media screen and (max-width: 767px) {
    .fp-textbox {
        padding: 5px 10px;
        margin: 5px 0;
    }
}

/* お問い合わせ先 */
.fp-info_button {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.fp-info_button_item02 {
    background: #0050a9;
    color: #fff !important;
    padding: 10px;
    margin: 10px auto;
    display: block;
    width: fit-content;
    min-width: 300px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}