main {
    background-color: #fff8f3;
}

h1 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 2px solid #1c1e2a;
    padding: 2rem 3rem 0;
    margin-bottom: 3rem;
}

.text_small {
    font-size: 1.4rem;
}

.title {
    font-size: 5rem;
    font-weight: 500;
    color: #1c1e2a;
    border-right: 2px solid;
    padding: .5rem 3rem 0.5rem 0;
}

.caption_subtitle {
    font-size: 2rem;
    margin-left: 1.6rem;
    font-weight: normal;
    padding: 2rem 0 0.5rem;
}

.slick-track>li {
    background-color: #EDE7E4;
    padding: 3rem;
}

.item {
    max-width: 800px;
    margin: auto;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots li button:before {
    font-size: 10px;
    top: 6px;
}

.page-ttl {
    margin-top: 9rem;
    font-size: 2.6rem;
    text-align: center;
}

.page-ttl .small_text {
    font-size: 2rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    margin-left: 10%;
    margin-right: 10%;
    word-break: break-all;
}

.flex .detail,
.flex .explanation {
    width: 50%;
}

.flex .detail {
    font-size: 1.8rem;
    margin-right: 6%;
}

.flex .detail dt {
    font-weight: 400;
    margin-bottom: .5rem;
}

.flex .detail dd {
    font-weight: 200;
}

.flex a {
    text-decoration: underline;
}

.flex a:hover {
    opacity: .8;
}

.flex .detail dt+dd {
    margin-bottom: 1.8rem;
}

.flex .detail dd.fs-small {
    font-size: 1.4rem;
}

.general-p+.general-p {
    margin-top: 1.5rem;
}

/*sp表示*/
@media screen and (max-width: 768px) {
    .flex {
        display: block;
        margin-top: 3rem;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5rem;
    }

    .flex .detail,
    .flex .explanation {
        width: 100%;
    }

    .flex .explanation {
        margin-top: 3.5rem;
    }

    .flex .detail {
        margin-right: 0;
    }

    .flex .detail dt+dd {
        margin-bottom: 1.2rem;
    }
}