/* 大枠 */

.textbook-modal-content * {
    line-height: 1.5;
    word-break: break-all;
}

.textbook-modal-content img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.textbook-section+.textbook-section {
    margin-top: 70px;
}

.tb-second-section+.tb-second-section {
    margin-top: 60px;
}

/* PC */

@media (min-width: 768px) {
    .pc-none {
        display: none !important;
    }
}

/* SP */

@media (max-width: 767px) {
    .sp-none {
        display: none !important;
    }
    .textbook-section+.textbook-section {
        margin-top: 55px;
    }
    .tb-second-section+.tb-second-section {
        margin-top: 45px;
    }
}

/* 見出し */

.textbook-ttl {
    margin-bottom: 48px;
    font-size: 30px;
    text-align: center;
}

.textbook-section .tb-sec-ttl {
    border-top: 2px solid #940a0a;
    border-right: 2px solid #940a0a;
    border-bottom: 3px solid #940a0a;
    border-left: 10px solid #940a0a;
    margin-bottom: 38px;
    padding: 4px 0 4px 15px;
    font-weight: normal;
    font-size: 24px;
}

.tb-second-section .tb-second-ttl {
    margin-bottom: 18px;
    padding-left: 12px;
    font-weight: normal;
    font-size: 22px;
    border-left: 10px solid #940a0a;
}

/* SP */

@media (max-width: 767px) {
    .textbook-ttl {
        margin-bottom: 28px;
        font-size: 26px;
    }
    .textbook-section .tb-sec-ttl {
        margin-bottom: 28px;
        padding: 4px 0 4px 12px;
        font-size: 20px;
    }
    .tb-second-section .tb-second-ttl {
        font-size: 20px;
    }
}

/* リード */

.tb-sec-lead {
    font-size: 16px;
    line-height: 2;
}

.tb-sec-head-lead {
    font-size: 16px;
    line-height: 2;
}

.tb-sec-cont-lead {
    font-size: 16px;
    line-height: 2;
}

.tb-second-section .tb-second-lead {
    font-size: 16px;
    line-height: 2;
}

/* SP */

@media (max-width: 767px) {}

/* リスト */

.tb-sec-list .tb-sec-item+.tb-sec-item {
    margin-top: 40px;
}

.tb-sec-list .tb-sec-item {
    list-style: none;
}

.tb-sec-list .tb-sec-item dt {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
}

.tb-sec-list .tb-sec-item dd.tb-det-img {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.tb-sec-list .tb-sec-item .tb-sec-img {
    position: relative;
    margin-top: -1.5rem;
    width: 305px;
}

.tb-sec-list .tb-sec-item .tb-sec-img img {
    margin: 0 auto;
}

.tb-sec-list .tb-sec-item dd.tb-det-img .tb-sec-lead {
    width: calc(100% - 320px);
}

/* SP */

@media (max-width: 767px) {
    .tb-sec-list .tb-sec-item+.tb-sec-item {
        margin-top: 30px;
    }
    .tb-sec-list .tb-sec-item dt {}
    .tb-sec-list .tb-sec-item dd.tb-det-img {
        display: block;
    }
    .tb-sec-list .tb-sec-item .tb-sec-img {
        margin: 0 auto 30px;
        width: 100%;
    }
    .tb-sec-list .tb-sec-item dd.tb-det-img .tb-sec-lead {
        width: 100%;
    }
}

/* 画像 */

.tb-sec-img-box.col1 img {
    margin: 0 auto;
}

.tb-sec-img-box.col1 .tb-sec-img-item {}

.tb-sec-img-box.col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tb-sec-img-box.col2 .tb-sec-img-item {
    width: calc(50% - 20px);
}

.tb-sec-img-box.col2 .tb-sec-img-item img {
    margin: 0 auto;
}

/* SP */

@media (max-width: 767px) {
    .tb-sec-img-box.col2 {
        display: block;
    }
    .tb-sec-img-box.col2 .tb-sec-img-item {
        width: 100%;
    }
    .tb-sec-img-box.col2 .tb-sec-img-item+.tb-sec-img-item {
        margin-top: 20px;
    }
}

/* 画像 + テキスト　レイアウト*/
.tb-sec-img-txt-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.tb-sec-img-txt-box .tb-sec-img {
    width: calc(60% - 20px);
}
.tb-sec-img-txt-box .tb-sec-img img {
    margin: 0 auto;
}
.tb-sec-img-txt-box .tb-sec-lead {
    width: 40%;
}

/* SP */

@media (max-width: 767px) {
    .tb-sec-img-txt-box {
        display: block;
    }
    .tb-sec-img-txt-box .tb-sec-img {
        width: 100%;
        margin-bottom: 20px;
        
    }
    .tb-sec-img-txt-box .tb-sec-lead {
        width: 100%;
    }
}

/* 表 */

.tb-sec-table {
    overflow: auto;
}

.tb-sec-table table {
    min-width: 400px;
    width: 100%;
}

.tb-sec-table table th, .tb-sec-table table td {
    overflow: hidden;
    position: relative;
    padding: 15px;
    border: 1px solid #4B4B4B;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.tb-sec-table table th {
    background: #f2f3f5;
}

/* SP */

@media (max-width: 767px) {}

/* --------------------
 骨盤の基礎
----------------------*/

.category01-01 .tb-sec-list .tb-sec-item .tb-sec-img {
    width: 255px;
}

.category01-01 .tb-sec-list .tb-sec-item .tb-sec-img img {
    height: 170px;
}

.category01-01 .tb-sec-list .tb-sec-item dd.tb-det-img .tb-sec-lead {
    width: calc(100% - 265px);
}

.category01-01 .section02 .tb-sec-img-box.col2 {
    margin: 30px 0;
}

.category01-01 .section02 .tb-second-section .tb-second-lead {
    margin: 0 0 40px;
}

.category01-01 .section02 .tb-second-section .tb-sec-img-box.col2 {
    margin: 30px 0;
}

.category01-01 .section02 .tb-second-section .tb-sec-img-box.col2 .tb-sec-img-item:nth-child(2) img {
    width: 62%;
}

.category01-01 .section03 .tb-sec-img-box.col1 {
    max-width: 720px;
    margin: 30px auto 50px;
}

.category01-01 .section03 .tb-sec-cont-lead {
    margin-bottom: 40px;
}

.category01-01 .section03 .tb-sec-table {
    max-width: 700px;
    margin: 0 auto;
}

.category01-01 .section08 .tb-sec-img-box.col1 {
    max-width: 500px;
    margin: 30px auto 50px;
}

/* SP */

@media (max-width: 767px) {
    .category01-01 .tb-sec-list .tb-sec-item .tb-sec-img {
        width: 100%;
        margin-top: 20px;
    }
    .category01-01 .tb-sec-list .tb-sec-item .tb-sec-img img {}
    .category01-01 .tb-sec-list .tb-sec-item dd.tb-det-img .tb-sec-lead {
        width: 100%;
    }
    .category01-01 .section02 .tb-sec-img-box.col2 {
        margin: 20px 0;
    }
    .category01-01 .section02 .tb-second-section .tb-second-lead {
        margin: 0 0 30px;
    }
    .category01-01 .section02 .tb-second-section .tb-sec-img-box.col2 {
        margin: 30px 0;
    }
    .category01-01 .section02 .tb-second-section .tb-sec-img-box.col2 .tb-sec-img-item:nth-child(2) img {
        width: 80%;
    }
    .category01-01 .section03 .tb-sec-img-box.col1 {
        margin: 30px auto;
    }
    .category01-01 .section03 .tb-sec-cont-lead {
        margin-bottom: 30px;
    }
    .category01-01 .section03 .tb-sec-table {}
    .category01-01 .section08 .tb-sec-img-box.col1 {
        width: 80%;
        margin: 30px auto;
    }
}

/* --------------------
 骨盤のケアについて
----------------------*/

/* 06/28-CSS */

.category01-02 .tb-second-ttl {
    margin-bottom: 18px;
    padding-left: 12px;
    font-weight: normal;
    font-size: 22px;
    border-left: 10px solid #940a0a;
}

/*  */

.tb-sec-img-box.col3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tb-sec-img-box.col3 .tb-sec-img-item {
    width: calc(50% - 20px);
}

.tb-sec-img-box.col3 .tb-sec-img-item img {
    margin: 0 auto;
    max-height: 340px;
}

/* SP */

@media (max-width: 767px) {
    .tb-sec-img-box.col3 {
        display: block;
    }
    .tb-sec-img-box.col3 .tb-sec-img-item {
        width: 100%;
    }
    .tb-sec-img-box.col3 .tb-sec-img-item+.tb-sec-img-item {
        margin-top: 20px;
    }
}

/* --------------------
 骨盤と美容について
----------------------*/

/* --------------------
 産後の骨盤矯正について
----------------------*/

.category01-04 .tb-second-ttl {
    margin-bottom: 18px;
    padding-left: 12px;
    font-weight: normal;
    font-size: 22px;
    border-left: 10px solid #940a0a;
}

.category01-04 .section01 img.t-img-2 {
    width: 70%;
}

.category01-04 .section02 img.t-img-1 {
    width: 45%;
}

.category01-04 .section02 img.t-img-2 {
    max-width: 295px;
    width: 40%;
}

.category01-04 .section03 img.t-img-1 {
    width: 56%;
}

.category01-04 .section04 img.t-img-1 {
    width: 68%;
}

.category01-04 .section05 img.t-img-1 {
    width: 48%;
}

.category01-04 .section06 img.t-img-1 {
    width: 48%;
}

/* SP */

@media (max-width: 767px) {
    .category01-04 .section02 img.t-img-1 {
        width: 100%;
    }
    .category01-04 .section02 img.t-img-2 {
        width: 100%;
    }
    .category01-04 .section03 img.t-img-1 {
        width: 100%;
    }
    .category01-04 .section04 img.t-img-1 {
        width: 100%;
    }
    .category01-04 .section05 img.t-img-1 {
        width: 100%;
    }
    .category01-04 .section06 img.t-img-1 {
        width: 100%;
    }
}

/* --------------------
 ①片肩上がり型
----------------------*/

/* All に反映される*/

.t-sec-ttl {
    margin-bottom: 18px;
    padding-left: 12px;
    font-weight: normal;
    font-size: 22px;
    border-left: 10px solid #940a0a;
}

@media(max-width:767px) {
    .t-sec-ttl {
        font-size: 20px;
    }
}

/* --------------------
 ②片骨盤上がり型
----------------------*/

/* --------------------
 ③台形型
----------------------*/

/* --------------------
 ③台形型
----------------------*/

/* --------------------
 ⑤猫背骨盤前型
----------------------*/

/* --------------------
 ⑥猫背骨盤後型
----------------------*/

/* --------------------
 ⑦反り腰型
----------------------*/

/* --------------------
 ⑧猫背反り腰型
----------------------*/

/* --------------------
 腰痛
----------------------*/

/* --------------------
 肩こり
----------------------*/

/* --------------------
 頭痛
----------------------*/

/* --------------------
 四十肩・五十肩
----------------------*/

/* --------------------
 膝の痛み
----------------------*/

/* --------------------
 猫背矯正
----------------------*/
