@charset "utf-8";
/* CSS Document */
/* head img--------------------------------------------------------------*/
h2.hd-products > .title {
    background: #fff;
}
@media (max-width: 1024px) {
    h2.hd-products > .title {
        background: none;
    }
}
/* area --------------------------------------------------------------*/
.area-01,
.area-02 {
    background: #ddf8f2;
}
.area-01 .container {
    padding: 2rem 0 0 0;
}
div#\30 3 {
    padding-bottom: 10rem;
}
.area-02 .container {
}
.area-02 .container h3 {
    font-size: 1.5rem;
    background-color: #4cd6b4;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 2rem 0 2rem 5rem;
    margin-bottom: 1rem;
}
.area-02 .box-dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}
.area-02 dl {
    display: grid;
    grid-template-rows: 1fr, 0.5fr;
    background: #fff;
    margin: 1rem 0;
    padding: 1rem;
}
.area-02 dl dt {
    display: grid;
    grid-template-rows: 3em;
    font-size: 1.5rem;
    padding: 1rem 0;
    margin: 0 auto;
}
.area-02 dl dt figure {
    width: 70%;
    padding: 1rem 2rem;
    margin: 1rem auto 0;
    border: #e5e5e5 1px solid;
}
.area-02 dl dd {
    display: flex;
    justify-content: space-between;
    color: #999;
    padding: 1rem 0;
}
.area-02 dl dd ul {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: flex-end;
}
.area-02 dl dd li figure {
    width: 1rem;
    margin: 0;
    padding: 0;
    margin-bottom: auto;
}

.area-02 dl dd li:last-child {
}
@media (max-width: 1024px) {
    .area-02 .box-dl {
        grid-template-columns: 1fr;
    }
    .area-02 dl dt {
        grid-template-rows: auto;
    }
    .area-01 .container {
        padding: 1rem 2rem 0;
    }
    .area-02 .container {
        width: 90%;
    }
    .area-02 dl {
        width: 100%;
    }
}
/* ttl--------------------------------------------------------------*/
.icon-title-wt {
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    font-size: 2rem;
    text-align: center;
    flex-direction: column;
}
.icon-title-wt::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    background-image: url("/assets/images/products/article/icon-ttl-wt.svg");
    width: 16px;
    height: 16px;
}
.txt-gray {
    color: #666666;
}
.txt-green {
    color: #0c9f7b;
}
