@charset "UTF-8";
/* CSS Document */

.sec-product-list {
    padding: 110px 0 0;
}

.sec-product-list .ttlbox {
    text-align: center;
    margin-bottom: 105px;
}
.sec-product-list .ttlbox .en {
    font-size: 48px;
    color: #c8c8cb;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    letter-spacing: 0.06em;
    line-height: 1em;
    margin-bottom: 16px;
}
.sec-product-list .ttlbox .ja {
    font-size: 16px;
}
.block-link {
    margin-bottom: 82px;
    gap: 25px 2.75%;
}
.block-link a {
    width: 31.5%;
    height: 70px;
    border: 1px solid #d7d7d7;
    position: relative;
}
.block-link a:after {
    content: "";
    border: solid #333333;
    border-width: 0 1px 1px 0;
    padding: 3px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.block-link a.link01 img {
    width: 45px;
}
.block-link a.link02 img {
    width: 43px;
}
.block-link a.link03 {
    font-size: 14px;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
}
.block-link a.link04 img {
    width: 80px;
}
.block-product {
    margin-bottom: 35px;
}
.block-product .list {
    margin-bottom: 150px;
}
.block-product .list:last-child {
    margin-bottom: 0;
}
.block-product .list .main {
    margin-bottom: 67px;
}
.block-product .list .ttl {
    font-size: 40px;
    color: #c8c8cb;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    letter-spacing: 0.06em;
    line-height: 1em;
    margin-bottom: 100px;
    text-align: center;
}
.block-product .list .inner .box {
    width: 48.6%;
    margin-bottom: 65px;
}
.block-product .list .inner .box .img {
    margin-bottom: 27px;
}
.block-product .list .inner .box .txt01 {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0.12em;
}
.block-product .list .inner .box .txt02 {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.1em;
    margin-top: 12px;
}
.block-product .example {
    margin-top: 80px;
}
.block-product .example .stl {
    font-size: 20px;
    letter-spacing: 0.12em;
    margin-bottom: 55px;
    text-align: center;
}
.block-product .example .stl small {
    font-size: 12px;
    color: #666666;
    margin-top: 17px;
    display: block;
}

.logo {
    width: 56px;
    margin: 0 auto 80px;
}

@media only screen and (max-width: 767px) {
    .notice {
        text-align: center;
        margin-bottom: 15px;
    }
    .notice p {
        font-size: 12px;
        margin: 0 0 6px 0;
    }
    .notice small {
        display: block;
        font-size: 10px;
        line-height: 1.4;
        margin: 0;
    }
    .notice + .inner {
        margin-top: 10px !important;
    }
    .sec-product-list {
        padding: 80px 0 0;
    }
    .sec-product-list .ttlbox {
        margin-bottom: 74px;
    }
    .sec-product-list .ttlbox .en {
        font-size: 38px;
        letter-spacing: 0;
    }
    .sec-product-list .ttlbox .ja {
        font-size: 13px;
    }
    .block-link {
        margin-bottom: 56px;
        display: block;
    }
    .block-link a {
        width: 100%;
        margin-bottom: 14px;
    }
    .block-link a:last-child {
        margin-bottom: 0;
    }
    .block-link a.link01 img {
        width: 43px;
    }
    .block-link a.link02 img {
        width: 41px;
    }
    .block-link a.link03 {
        font-size: 13px;
    }
    .block-product {
        margin-bottom: 35px;
    }
    .block-product .list {
        margin-bottom: 50px;
    }
    .block-product .list .main {
        margin: 0 -15px 34px;
    }
    .block-product .list .ttl {
        font-size: 38px;
        letter-spacing: 0;
        margin-bottom: 50px;
    }
    .block-product .list .inner .box {
        margin-bottom: 28px;
    }
    .block-product .list .inner .box .img {
        margin-bottom: 16px;
    }
    .block-product .list .inner .box .txt01 {
        font-size: 12px;
    }
    .block-product .list .inner .box .txt02 {
        font-size: 10px;
        margin-top: 7px;
    }
    .block-product .example {
        margin-top: 30px;
    }
    .block-product .example .stl {
        font-size: 16px;
        margin-bottom: 35px;
        text-align: center;
    }
    .block-product .example .stl small {
        margin-top: 10px;
    }

    .logo {
        width: 40px;
        margin: 0 auto 50px;
    }
}
