html {
    font-family: "Noto Sans JP", "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

section {
    max-width: 1298px;
    margin-right: auto;
    margin-left: auto;
}

ul,
ol,
li {
    list-style: none;
}

.top_h2_text {
    margin-bottom: 1em;
    font-size: 26px;
}

@media (max-width: 767px) {
    .top_h2_text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    section {
        width: 100%;
        padding: 0 1rem;
        overflow: hidden;
    }
}

picture {
    display: block;
}


@media (min-width: 768px) {
    .contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1440px;
        padding: 0 20px;
        margin: auto;
    }
}

.contents__left {
    width: 64%;
    max-width: 904px;
    margin-left: 8%;
}

@media (min-width: 768px) and (max-width: 1184px) {
    .contents__left {
        width: 73%;
        margin-left: 2%;
    }
}

@media (max-width: 767px) {
    .contents__left {
        width: 100%;
        margin-left: 0;
    }
}
.text--center {
    text-align: center !important;
}

.text--right {
    text-align: right !important;
}

/* パンくずリスト -------------------------------------------------------- */
.topic__path {
    width: 100%;
    max-width: 1152px;
    padding: 0.5rem 1.25rem 0;
    margin: 0 auto;
    overflow-x: auto;
}

@media (max-width: 767px) {
    .topic__path {
        padding: 0.5rem 2.22%;
        -webkit-overflow-scrolling: touch;
    }
}

.topic__path--list {
    line-height: 1.25;
}

@media (min-width: 768px) {
    .topic__path--list {
        padding: 6px 0;
    }
}

@media (max-width: 767px) {
    .topic__path--list {
        line-height: 1.5;
    }
}

.topic__path--item {
    position: relative;
    display: inline-block;
    margin-left: 2rem;
    font-size: 0.75rem;
    vertical-align: 4px;
}

@media (max-width: 767px) {
    .topic__path--item {
        margin-left: 8.89%;
    }
}

.topic__path--item::before {
    position: absolute;
    top: 50%;
    left: -14px;
    width: 5px;
    height: 8px;
    margin-top: -4.5px;
    vertical-align: middle;
    content: "";
    background-image: url("../images/common/icon_arrow_red02.png");
    background-size: contain;
}

.topic__path--item:first-child {
    margin-left: 0;
}

.topic__path--item:first-child::before {
    content: none;
}

@media (max-width: 767px) {
    .topic__path--item:last-child {
        margin-right: 1rem;
    }
}

.topic__path--item > a {
    display: inline-block;
    color: #0080ff;
    text-decoration: underline;
}

.topic__path--item a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .topic__path + .contents {
        margin-top: 2rem;
    }
}

/* パンくずリスト -------------------------------------------------------- */

.nav {
    margin-top: 20px;
    margin-bottom: 0.56%;
}

/* 新アコーディオン ---------------------------------*/
.cmn_acc_wrap {
    cursor: pointer;
    background: #f2f2f2;
    border-radius: 24px;
    margin-top: 1em;
}

.cmn_acc_head {
    position: relative;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.cmn_acc_head h3 {
    padding: 15px 36px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4583333333;
    font-size: 1.5rem;
    color: #e60012;
}

.cmn_btn_vertical,
.cmn_btn_holizontal {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    border-radius: 9999px;
    background-color: #e60012;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cmn_btn_vertical {
    transform: rotate(90deg);
}

.cmn_acc_wrap.open .cmn_btn_vertical {
    display: none;
}

.cmn_acc_content {
    position: relative;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    padding: 1rem 2rem 1rem;
}

.cmn_acc_lead {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4444444444;
    text-align: center;
    color: #000;
}

.cmn_acc_text {
    position: relative;
    z-index: 0;
    line-height: 1.5;
    color: #545454;
    letter-spacing: 0;
    font-size: 1rem;
}

/* red_acc */
.cmn_red_acc_wrap {
    background-color: #e60012;
}

.cmn_red_acc_head .cmn_btn_vertical,
.cmn_red_acc_head .cmn_btn_holizontal {
    background: #fff;
}

.cmn_red_acc_head h3 {
    color: #fff;
}

.cmn_red_acc_content {
    background-color: #fcf1db;
}

.cmn_red_acc_content .cmn_acc_text {
    color: #545454;
}

/* simple */
.cmn_acc_simple_block {
    margin-top: 2em;
}

/* flex */
.cmn_acc_flex_block {
    display: flex;
    column-gap: 40px;
    margin-top: 2em;
}

.cmn_acc_flex_left {
    width: 30%;
    position: relative;
}

.cmn_acc_flex_left span {
    position: absolute;
    background: #e60012;
    font-size: 20px;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 4% 8%;
    color: #fff;
    border-radius: 24px 0;
}

.cmn_acc_flex_left img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.cmn_acc_flex_right {
    width: 70%;
}

/* table */
.cmn_acc_table_block {
    display: flex;
    border-top: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    align-items: center;
}

.cmn_acc_table_block:last-of-type {
    border-bottom: 1px solid #b8b8b8;
}

.cmn_acc_table_block h4 {
    width: 30%;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 700;
}

.cmn_acc_table_block p {
    padding: 10px;
}

.cmn_acc_table_content {
    width: 70%;
    border-left: 1px solid #b8b8b8;
}

.cmn_acc_table_content img {
    width: 80%;
    padding: 10px;
}

@media (max-width: 767px) {
    .cmn_acc_content {
        padding: 1rem 1rem 1rem;
    }

    .cmn_acc_flex_right {
        display: flex;
        align-items: center;
    }

    .cmn_acc_flex_left span {
        font-size: 3.4vw;
        padding: 4px 8px;
    }

    .cmn_acc_head h3 {
        font-size: 1.2rem;
    }

    .cmn_acc_table_block h4 {
        padding: 0px 4px;
        font-size: 1rem;
    }

    .cmn_acc_table_content .cmn_acc_text {
        font-size: 1rem;
    }
}

.cmn_text_red {
    color: #e60012;
}

/* アコーディオンここまで ---------------------------------*/

:root {
    --font-2xl: min(3vw, 40px);
    --font-xl: min(2.4vw, 24px);
    --font-l: min(2vw, 22px);
    --font-m: min(1.6vw, 20px);
    --font-s: min(1.4vw, 16px);
    --theme_color: #e60012;
}

@media (max-width: 767px) {
    :root {
        --font-2xl: 6vw;
        --font-xl: 5.2vw;
        --font-l: 3.6vw;
        --font-m: 3vw;
        --font-s: 2.8vw;
    }
}

.cmn_spacer {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .cmn_spacer {
        margin-top: 2.8rem;
    }
}
