@charset "UTF-8";
main * {
    box-sizing: border-box;
}

.kvBlock {
    background: url(/shidojutsu/img/kv_bg_sp.png) no-repeat center center;
    background-size: cover;
    height: 288px;
    position: relative;
}
.kvBlock_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
    .kvBlock {
        background: url(/shidojutsu/img/kv_bg_pc.png) no-repeat center center;
        background-size: 100%;
        position: relative;
    }
}

.shidojutsu * {
    box-sizing: border-box;
}
.shidojutsu {
    padding: 48px 12px 0;
}
h2.leadText_title {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.4px;
    padding-bottom: 16px;
    border-bottom: 1px solid #B3B3B3;
}
.leadText_title span {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.32px;
}
.leadText p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.32px;
    margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
    .shidojutsu {
        padding: 64px 0px 0;
        width: 912px;
        margin: 0 auto;
    }
    h2.leadText_title {
        padding-bottom: 24px;
    }
    .leadText_title span {
        font-size: 2.0rem;
    }
}

/* startedBox */
.startedBox {
    margin-top: 48px;
}
.startedBox_title {
    background-color: #f2f2f2;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.36px;
    color: #1a1a1a;
    padding: 8px;
    margin: 0;
}
.startedBox_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.startedBox_item {
    border-bottom: 1px solid #b3b3b3;
    padding: 20px 0;
    font-size: 0;
}
.startedBox_link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.32px;
    color: #007bcc;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    max-width: calc(100% - 68px);
}
.startedBox_new {
    background-color: #ffffff;
    border: 1px solid #ec0000;
    border-radius: 4px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ec0000;
    padding: 0 10px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 36px;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .startedBox {
        margin-top: 64px;
    }
    .startedBox_title {
        font-size: 1.8rem;
        padding: 12px 16px;
    }
    .startedBox_item {
        padding: 16px 0;
        font-size: 0;
    }
    .startedBox_link {
        font-size: 1.6rem;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 16px;
        vertical-align: middle;
        line-height: 1.75;
        max-width: calc(100% / 375 * 300);
    }
    .startedBox_link:hover {
        text-decoration: underline;
    }
    .startedBox_new {
        font-size: 1.6rem;
        height: 48px;
        padding: 0 10px;
        line-height: 48px;
        vertical-align: middle;
        display: inline-block;
    }
}

/* chapterBox */
.chapterBox {
    margin-top: 64px;
}
.chapterBox_header {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.chapterBox_part {
    background-color: #10218b;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    padding: 4px 12px;
    display: table-cell;
    vertical-align: middle;
    width: calc(100% / 375 * 71);
    height: 70px;
    white-space: nowrap;
}
.chapterBox_titleWrap {
    background-color: #f2f2f2;
    padding: 14px 12px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.chapterBox_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0;
    padding-right: 60px;
}
.chapterBox_member {
    background-color: #ff811e;
    border-radius: 4px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    padding: 0 6px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.chapterBox_list {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}
.chapterBox_item {
    border-bottom: 1px solid #b3b3b3;
}
.chapterBox_itemInner {
    padding: 20px 0;
    font-size: 0;
}
/* .chapterBox_itemTop {
    font-size: 0;
    margin-bottom: 16px;
} */
.chapterBox_itemText {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.32px;
    color: #1a1a1a;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    max-width: 100%;
}
.chapterBox_itemInner:has(.chapterBox_new) .chapterBox_itemText {
    width: auto;
    max-width: calc(100% - 88px);
}
.chapterBox_itemInner:not(:has(.chapterBox_new)) .chapterBox_itemText {
    width: 100%;
}
.chapterBox_itemText--gray {
    color: #7f7f7f;
}
.chapterBox_new {
    background-color: #ffffff;
    border: 1px solid #ec0000;
    border-radius: 4px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ec0000;
    padding: 0 10px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 36px;
    text-align: center;
}
.chapterBox_itemTop p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.26px;
    color: #1a1a1a;
    margin: 8px 0 0;
    display: block;
}
/* 注釈テキスト（赤色） */
p.chapterBox_itemNote {
    color: #ec0000;
}
.chapterBox_buttons {
    font-size: 0;
    margin-top: 16px;
}
a.chapterBox_btn {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
    padding: 0 8px;
    height: 36px;
    width: 112px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    position: relative;
    margin-right: 12px;
}
a.chapterBox_btn:last-child {
    margin-right: 0;
}
.chapterBox_btn--summary {
    background-color: #008bf2;
}
.chapterBox_btn--summary::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-size: 1.3rem;
    margin-right: 4px;
}
.chapterBox_btn--full {
    background-color: #7eb40d;
}
.chapterBox_btn--full::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-size: 1.3rem;
    margin-right: 4px;
}
@media print, screen and (min-width: 768px) {
    .chapterBox {
        margin-top: 64px;
    }
    .chapterBox_part {
        font-size: 1.8rem;
        padding: 8px 16px;
        width: 86px;
        height: 48px;
    }
    .chapterBox_titleWrap {
        padding: 13px 16px 12px;
        line-height: 160%;
    }
    .chapterBox_title {
        font-size: 1.8rem;
        padding-right: 80px;
    }
    .chapterBox_member {
        font-size: 1.7rem;
        height: 32px;
        line-height: 32px;
        padding: 0 6px;
        right: 16px;
    }
    .chapterBox_itemInner {
        padding: 26px 0;
        font-size: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .chapterBox_itemInner:has(a.chapterBox_btn) {
        padding: 16px 0;
    }
    
    .chapterBox_itemTop {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
        font-size: 0;
        padding-right: 20px;
        width: 560px;
    }
    .chapterBox_itemTop p {
        font-size: 1.4rem;
        margin: 8px 0 0;
    }
    .chapterBox_itemText {
        font-size: 1.6rem;
        margin-right: 16px;
        max-width: none;
        white-space: nowrap;
    }
    .chapterBox_itemInner:has(.chapterBox_new) .chapterBox_itemText {
        width: auto;
        max-width: calc(100% - 136px);
    }
    .chapterBox_new {
        font-size: 1.6rem;
        height: 48px;
        padding: 0 10px;
        line-height: 48px;
    }
    .chapterBox_buttons {
        display: table-cell;
        vertical-align: middle;
        width: auto;
        white-space: nowrap;
        text-align: right;
    }
    a.chapterBox_btn {
        font-size: 1.7rem;
        height: 48px;
        width: 131px;
        line-height: 48px;
        padding: 0 8px;
        margin-right: 12px;
    }
    a.chapterBox_btn:hover {
        opacity: 0.7;
    }
    .chapterBox_btn--summary::before,
    .chapterBox_btn--full::before {
        font-size: 1.6rem;
        margin-right: 4px;
    }
}


.lastUpdate {
    width: 100%;
    font-size: 1.4rem;
    padding: 64px 12px 0;
    text-align: right;
}
@media print, screen and (min-width: 768px) {
    .lastUpdate {
        width: 912px;
        font-size: 1.6rem;
        padding: 93px 0 0;
        margin: 0 auto;
    }
}
