@charset "utf-8";
/* CSS Document */
/* head img--------------------------------------------------------------*/
h2.title_block-2 > .title {
    background: #ddf8f2;
}
h2.title_block-2 {
    background-size: cover;
}
@media (max-width: 1024px) {
    h2.title_block-2 {
        background-size: cover;
        padding: 1.5rem 0;
    }
    h2.title_block-2 > .title {
        width: 100%;
        height: 8rem;
        top: -8rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
/* ttl--------------------------------------------------------------*/
.ttl-products {
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    margin-top: 40px;
    font-size: 2rem;
    text-align: center;
    flex-direction: column;
}
.ttl-products::before {
    content: "";
    position: absolute;
    top: -40px;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(/assets/images/icon-ttl.svg);
    width: 16px;
    height: 16px;
}
.ttl-products > span {
    display: block;
    color: #c4c4c4;
    font-size: 14px;
    padding: 1rem 0 0 0;
}
/* products special --------------------------------------------------------------*/

.special-area-01 {
    background: #ddf8f2;
}
.special-area-01 h3 {
    padding: 2em;
    font-size: 1.5rem;
}
@media (max-width: 1024px) {
    .special-area-01 h3 {
        padding: 1em;
    }
}

.special-area-02 .container-in,
.special-area-03 .container-in {
    width: 80%;
    margin: 0 auto;
}

.special-area-02 {
    background: #ddf8f2;
    background-image: url("/assets/images/img-pattern.svg");
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 240px;
    padding: 5em 0;
}
@media (max-width: 1024px) {
    .special-area-02 {
        background-image: url("/assets/images/img-pattern.svg");
        background-size: 30%;
    }
}
.special-area-02 .container,
.special-area-03 .container {
    background-color: #fff;
}
.special-area-02 .container h3 span,
.special-area-03 .container h3 span {
    font-size: 1.5rem;
    display: block;
}
.special-area-02 .container h3,
.special-area-03 .container h3 {
    font-size: 2rem;
    padding: 3rem 0;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .special-area-02 > figure {
        width: 100%;
    }
}
.special-area-02 dl.box-feature,
.special-area-03 dl.box-feature {
    display: flex;
    padding: 3rem;
    border-top: 1px #e5e5e5 solid;
    margin: 0 auto;
    flex-wrap: wrap;
}
.special-area-02 dl.box-feature dt,
.special-area-03 dl.box-feature dt {
    width: 20%;
    font-size: 1.5rem;
}

.box-feature dd ol {
    padding-left: 1em;
}
.box-feature dd ol > li:before{
   content: unset;
}
@media (max-width: 1024px) {
    .special-area-02 dl.box-feature,
    .special-area-03 dl.box-feature {
        padding: 2rem 0;
    }
    .special-area-02 dl.box-feature dt,
    .special-area-03 dl.box-feature dt {
        width: 100%;
    }
}
.special-area-03 {
    background: #ddf8f2;
    background-image: url("/assets/images/img-pattern.svg");
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 240px;
    padding: 5em 0;
}
@media (max-width: 1024px) {
    .special-area-03 {
        background-image: url("/assets/images/img-pattern.svg");
        background-size: 30%;
    }
}
/* youtube --------------------------------------------------------------*/
.box {
    display: flex;
    border-top: 1px #e5e5e5 solid;
    margin: 0 auto;
    padding: 3em 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box:has(section:only-of-type){
    justify-content: center;
    & section {
        width: fit-content;
    }
}

.box > section {
    width: 40%;
}
@media (max-width: 1024px) {
    .box > section {
        width: 100%;
    }
}

dl.ttl-youtube {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}
dl.ttl-youtube dt {
    position: relative;
    padding: 0.25em 1em;
    margin: 0 1em 0 0;
    border-right: 1px solid #707070;
    font-size: 1.5rem;
}
dl.ttl-youtube dt::before {
    content: "";
    display: inline-block;
    background-image: url("/assets/images/products/special/icon-yt.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}
dl.ttl-youtube dd {
    padding: 0.25em 1em;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.youtube iframe {
    width: 100%;
    height: auto;
    border-radius: var(--youtube-radius);
    aspect-ratio: 16 / 9;
}

.box-pdf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-pdf ul.pdf {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.box-pdf ul.pdf li:first-child {
    color: #999999;
}
.box-pdf ul.pdf li:last-child {
    width: 50%;
    margin: auto auto 0;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1024px) {
    .box-pdf {
        display: block;
    }
    .box-pdf ul.pdf {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: row;
        margin: 10px 0 0 0;
    }
    .box-pdf ul.pdf li:last-child {
        margin: 0 0 0 auto;
        width: auto;
    }
}

dl.ttl-pdf {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}
dl.ttl-pdf dt {
    position: relative;
    padding: 0.25em 1em;
    margin: 0 1em 0 0;
    border-right: 1px solid #707070;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 3px;
}
dl.ttl-pdf dt img {
    width: 15px;
    height: 15px;
    line-height: 1.2;
}
dl.ttl-pdf dt a {
    display: flex;
    align-items: center;
    height: fit-content;
    width: fit-content;
}
dl.ttl-pdf dd {
    font-weight: bold;
}
dl.ttl-youtube dd {
    padding: 0.25em 1em;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .special-area-02 .container,
    .special-area-03 .container {
        width: 90%;
    }
}

ul.disc {
    li {
        font-weight: bold;
        line-height: 1.8;
    }
    &.normal {
        li {
            font-weight: normal;
        }
    }
    p {
        margin-left: 1em;
        font-weight: normal;
    }
}
