html{
    background: #fffaf36e;
}
body{
    overflow-x: initial;
}
.report-block__detail h3::before,.report-block__detail h4::before{
    display: none;
}
.report-block__detail h2{
    border-left: none;
    margin-bottom: 35px;
    padding: 0;
    font-size: 3rem;
    line-height: 1.7;
    background-color: #f7f5f3;
    padding: 20px 25px;
    color: #222;
}
.report-block__detail h3{
    line-height: 1.7;
    color: #222;
    font-size: 2.8rem;
    font-weight: 500;
    /* border-bottom: 1px solid #000; */
    background-color: transparent;
    border-left: 8px solid #dcd5ce;
    padding: 15px 20px;
    margin-bottom: 40px;
    position: relative;
}
.report-block__detail h3::after {
    position: absolute;
    background-color: #d0d0d0;
    display: block;
    width: calc(100% + 8px);
    height: 1px;
    bottom: -10px;
    content: "";
    left: -8px;
}
.report-block__detail h4{
    border-left: none;
    margin-bottom: 35px;
    line-height: 1.7;
    color: #222;
    border-top: 1px solid #d3ccc2;
    border-bottom: 1px solid #d3ccc2;
    background-color: transparent;
    padding: 15px 25px;
    font-size: 2.6rem;
    font-weight: 500;
}
.report-block__detail p{
    margin-bottom: 35px;
    font-size: 18px;
}
.report-block__detail ul{
    margin-bottom: 40px;
}
.report-block__detail ul li {
    color: #b1a396;
    font-size: 24px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 17px;
    line-height: 1.7;
}
.report-block__detail ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 20px;
    transform: translateY(-3px);
    display: inline-block;
    background-color: #dcd5ce;
}
.report-block__detail ol{
    margin-bottom: 40px;
}
.report-block__detail ol li {
    color: #b1a396;
    font-size: 24px;
    padding-left: 62px;
    margin-bottom: 17px;
    position: relative;
    line-height: 1.7;
}
.report-block__detail ol li::before {
    content: "1";
    font-family: 'Antic Didone', serif;
    width: 42.5px;
    height: 42.5px;
    margin-right: 20px;
    font-size: 24px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #dcd5ce;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.report-block__detail ol li:nth-of-type(2):before {
    content: "2";
}
.report-block__detail ol li:nth-of-type(3):before {
    content: "3";
}
.report-block__detail ol li:nth-of-type(4):before {
    content: "4";
}
.report-block__detail ol li:nth-of-type(5):before {
    content: "5";
}
.report-block__detail ol li:nth-of-type(6):before {
    content: "6";
}
.report-block__detail ol li:nth-of-type(7):before {
    content: "7";
}
.report-block__detail ol li:nth-of-type(8):before {
    content: "8";
}
.report-block__detail ol li:nth-of-type(9):before {
    content: "9";
}
.report-block__detail ol li:nth-of-type(10):before {
    content: "10";
}
.report-block__detail ol li:nth-of-type(11):before {
    content: "11";
}
.report-block__detail ol li:nth-of-type(12):before {
    content: "12";
}
.report-block__detail ol li:nth-of-type(13):before {
    content: "13";
}
.report-block__detail ol li:nth-of-type(14):before {
    content: "14";
}
.report-block__detail ol li:nth-of-type(15):before {
    content: "15";
}
.lead{
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 60px;
}

.column-txt{
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.1428571429;
    color: #111111;
    position: relative;
    padding-left: 40px;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.column-txt:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: currentColor;
    top: 18px;
    left: 0;
}

.mv-cat__ttl .cate{
    display: block;
    font-size: 6.2rem;
}

.mt60{
    margin-top: 60px!important;
}

.kanren-title{
    font-size: 21px;
    margin-bottom: 30px;
}

.mv-heading .breadcrumb {
    z-index: 2;
}

.page-main .mv-heading__ttl .en {
    font-family: 'Antic Didone', serif;
    letter-spacing: 7px;
}

.sidebar-block__heading {
    font-family: 'Antic Didone', serif;
    letter-spacing: 2.8px;
}

.sidebar-block__heading small {
    font-size: 1.3rem;
}

.page-nav-bl{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.page-numbers{
    border: 1px solid #202020;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin: 0 10px;
    font-family: "Marcellus", serif;
}
.page-numbers.dots{
    margin: 0;
    border: none;
}
.page-numbers.current,.page-numbers:hover{
    border: none;
    color: #fff;
    background-color:#957e6d;
}

@media screen and (max-width: 1245px){
.sidebar-block__heading {
    font-size: 2.4rem;
}
}

@media screen and (max-width: 834px){
    .s_mt40{
        margin-top: 40px!important;
    }
    .kanren-title{
        font-size: 17px;
        margin-bottom: 20px;
    }
    .column-txt:before {
        top: 16px;
    }
    .column-txt {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .mv-cat__ttl .cate {
        font-size: 3.5rem;
    }
    .report-block__detail h2 {
        margin-bottom: 25px;
        font-size: 2rem;
        padding: 15px 17px;
    }
    .report-block__detail p {
        margin-bottom: 30px;
        font-size: 15px;
    }
    .report-block__detail h3 {
        font-size: 1.8rem;
        padding: 10px 14px;
        margin-bottom: 30px;
    }
    .report-block__detail h4 {
        margin-bottom: 21px;
        padding: 10px 18px;
    }
    .report-block__detail ul li {
        font-size: 17px;
        padding-left: 24px;
        text-indent: -24px;
    }
    .report-block__detail ul li::before {
        width: 8px;
        height: 8px;
        transform: translateY(-2px);
    }
    .report-block__detail ol li {
        font-size: 17px;
        padding-left: 48px;
    }
    .report-block__detail ol li::before {
        width: 30px;
        height: 30px;
        font-size: 19px;
    }
    .sidebar-block__heading small {
        font-size: 1.1rem;
    }
    .page-numbers{
        width: 35px;
        height: 35px;
        margin: 0 5px;
    }
}

/* コラムにCTA追加 */

.report-block__cta {
    background-color: #f5f0ea;
    padding: 40px 30px;
    line-height: 2;
    margin-bottom: 40px;
}

.report-block__cta-title {
    font-size: 21px;
    margin-bottom: 10px;
    color: #957e6d;
}

.report-block__cta-txt {
    font-size: 15px;
    margin-bottom: 20px;
}

.report-block__cta-list li {
    list-style: none;
    padding-left: 1.3em;
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}

.report-block__cta-list li a{
    border-bottom: 1px solid #222;
}

.report-block__cta-list li::before{
    position: absolute;
    left: 0;
    top: 1px;
    content: "●";
    color: #957e6d;
}

@media screen and (max-width: 834px){
    .report-block__cta {
        padding: 20px 15px;
    }
    .report-block__cta-title {
        font-size: 18px;
        line-height: 1.6;
    }
    .report-block__cta-txt {
        font-size: 14px;
    }
    .report-block__cta-list li {
        font-size: 16px;
    }
}
