@charset "UTF-8";

/*-----テーブルレイアウト-----*/

[id^=table]+div table tbody tr td:first-child {
    background-color: var(--i_sub2_color);
}

[id^=table]+div table tbody tr td:nth-child(2),
[id^=table]+div table tbody tr td:nth-child(3) {
    text-align: center;
}

/* 見出しデザイン */

#h+section .heading.block_header_6 .h {
    color: var(--i_txt_color);
    padding: 0 15px;
}

#h+section .heading.block_header_6 .h::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 12px;
    bottom: 0;
    left: 0;
    background: var(--i_main_color);
    z-index: -1;
    opacity: 0.8;
    pointer-events: none;
}

.heading.block_header_2 {
    margin-bottom: 15px;
}

.heading.block_header_2 .h {
    padding-left: 18px;
    color: var(--i_txt_color);
}

.heading.block_header_2 .h::before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    top: 1.3rem;
    left: 0;
    background: var(--i_main_color);
    border-radius: 50px;
    pointer-events: none;
}

.heading.block_header_4 .h {
    background: var(--i_sub3_color);
    color: var(--i_bg_color);
    display: inline-block;
    border-radius: 50px;
    padding: 5px 20px;
    margin-top: 10px;
}

.heading.block_header_4 p {
    font-size: 1.6rem;
    color: var(--i_txt_color);
}

/* その他調整 */

.contents_box01.block_image_text_4 .inner_item_img img {
    box-shadow: 12px 12px 0 #e1dcc5;
}

th,
td {
    font-family: "Zen Maru Gothic", serif !important;
    font-weight: 700 !important;
    text-align: center !important;
}

th {
    color: var(--i_main_color);
}

/* toggle調整 */

.block_text_6>.content_wrapper {
    border-radius: 20px 0 20px 0;
    background: var(--i_sub2_color);
}

a[id^="back"]+section {
    background: #fff;
    max-width: 1200px;
    width: calc(100% - 20px);
    margin: 0 auto;
}

#back_1+section {
    border-radius: 20px 20px 0 0;
}

#back_1+section>.content_wrapper {
    max-width: 1100px !important;
}

#back_2+section {
    border-radius: 0 0 20px 20px;
}

/* コンテンツ区切り調整 */

#table1+div>.content_wrapper {
    border-top: 3px dotted var(--i_txt_color);
    padding-top: 60px;
}

#table2+div>.content_wrapper {
    border-bottom: 3px dotted var(--i_txt_color);
    padding-bottom: 60px;
}