.typeLst_wrap {
    max-width: 690px;
    margin: 33px auto 0;
    padding: 24px 29px 25px;
    background: #FCFAE6;
}
.typeLst-ttl {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}
.typeLst-table {
    background: #fff;
    border-radius: 10px;
    padding: 15px 25px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.typeLst-table thead th {
    font-weight: bold;
    text-align: center;
    height: 36px;
}
.typeLst-table thead th .txt,
.typeLst-table tbody td .txt {
    position: relative;
    width: 100%;
}
.typeLst-table thead th .txt:before,
.typeLst-table tbody td .txt:before {
    content: "";
    position: absolute;
    background: #EBE5E1;
    width: 1px;
    right: -1px;
    top: 48%;
    transform: translateY(-50%);
}
.typeLst-table thead th .txt:before,
.typeLst-table tbody td .txt:before {
    height: 20px;
}
.typeLst-table tbody tr.is-ver2 td .txt:before {
    height: 40px;
}
.typeLst-table thead th:last-of-type .txt:before,
.typeLst-table tbody td:last-of-type .txt:before {
    display: none;
}
.typeLst-table thead th:nth-child(1) {
    width: 112px;
}
.typeLst-table thead th:nth-child(2) {
    width: 230px;
}
.typeLst-table thead th:nth-child(3) {
    width: 235px;
}
.typeLst-table tbody tr {
    border-top: 1px solid #EBE5E1;
    height: 42px;
}
.typeLst-table tbody tr.is-ver2 {
    height: 62px;
}
.typeLst-table tbody td:nth-child(2) .txt {
    padding: 0 13px;
}
.typeLst-table tbody td:nth-child(3) .txt {
    padding-left: 13px;
}
.yellowImg_wrap {
    margin: 25px 0;
    padding: 20px 30px 15px;
    box-sizing: border-box;
    background: #FCFAE6;
}
.img_catch .catch {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
}
.yellowImg_wrap .ano-txt {
    margin-top: 15px;
}
.number_wrap a:link,
.number_wrap a:visited,
.typeLst-table a {
    color: #2A9B9D;
}
.priceLst_in {
    padding: 25px 15px 15px;
}
.priceLst_in .caesarean-txt.is-ver2 {
    margin: 0;
}
.yellowImg-img.is-white {
    padding: 25px 0;
    background: #fff;
    text-align: center;
}
.boxdtl_wrap.is-flx.ver3 {
    gap: 0 25px;
}
.boxdtl_wrap.is-flx.ver3 .boxdtl_in.ver-y dt {
    width: auto;
    padding: 0 10px;
}
#is-06.number_wrap {
    margin-bottom: 50px;
    border-bottom: 2px solid #EBE5E1;
    padding-bottom: 50px;
    box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
    .ano-txt.is-ver2 {
        text-align: center;
    }
}
@media (max-width: 959px) {
    .typeLst_wrap {
        margin: 60px auto 0;
        padding: 20px 15px 24px;
    }
    .typeLst-ttl {
        font-size: 19px;
    }
    .typeLst-table {
        padding: 12px 15px 10px;
        font-size: 13px;
        line-height: 1.6;
    }
    .typeLst-table thead th {
        height: 30px;
    }
    .typeLst-table thead th:nth-child(1) {
        width: 18%;
    }
    .typeLst-table thead th:nth-child(2) {
        width: 44%;
    }
    .typeLst-table thead th:nth-child(3) {
        width: 38%;
    }
    .typeLst-table tbody tr,
    .typeLst-table tbody tr.is-ver2 {
        height: auto;
    }
    .typeLst-table tbody td {
        padding: 8px 0;
    }
    .typeLst-table tbody td .txt:before {
        height: 40px;
    }
    .typeLst-table tbody tr.is-ver2 td .txt:before {
        height: 56px;
    }
    .typeLst-table tbody td:nth-child(2) .txt {
        padding: 0 8px;
    }
    .typeLst-table tbody td:nth-child(3) .txt {
        padding-left: 8px;
    }
    .struct-lst.is-ver2 {
        margin: 0;
    }
    .yellowImg_wrap {
        padding: 20px 15px 15px;
    }
    .yellowImg_wrap.is-ver2 {
        padding: 20px 10px 15px;
    }
    .yellowImg-img.is-white {
        padding: 25px 7px 25px 8px;
    }
}
@media (max-width: 374px) {
}