@charset "UTF-8";

/* ----------------------------------------------------------------
    トップページ
---------------------------------------------------------------- */
.topMainVisual_bg {
    background: url(/shindanyaku/img/topmainvisual_bg_sp.png) no-repeat center right/ 180px, #6496DB;
    height: 231px;
    padding-top: 34px;
}
.topMainVisual_inner {
    width: calc(100vw / 360 * 254);
    margin: 0 auto 0 calc(100vw / 360 * 10);
}
.topMainVisual_ttl {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.topMainVisual_txt {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
    .topMainVisual_bg {
        background: url(/shindanyaku/img/topmainvisual_bg01_pc.png) no-repeat center right/ 700px, url(/shindanyaku/img/topmainvisual_bg02_pc.png) no-repeat bottom left/ 91px, #6496DB;
        height: 452px;
        padding-top: 116px;
    }
    .topMainVisual_inner {
        width: 500px;
        margin: 0 auto 0 calc(100vw / 1400 * 200);
    }
    .topMainVisual_ttl {
        font-size: 44px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
    }
    .topMainVisual_txt {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        margin-top: 30px;
    }
}


/* ----------------------------------------------------------------
    お知らせ
---------------------------------------------------------------- */
.info {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
    gap: 0 160px;
}
.info_ttl {
    order: 1;
    width: 72px;
    color: #FC7C98;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}
ul.info_item {
    order: 3;
    width: 100%;
}
ul.info_item li {
    border-bottom: 1px solid #D9D9D9;
    padding: 8px 0 14px 18px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
ul.info_item li:not(:first-of-type) {
    padding: 6px 0 10px 18px;
}
ul.info_item li span.info_item__date {
    display: block;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    position: relative;
}
ul.info_item li span.info_item__txt {
    display: inline-block;
    margin-top: 4px;
}
.info_item__fix > span.info_item__date::before {
    position: absolute;
    top: 50%;
    left: -18px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: '\F08D';
    color: var(--commonPink);
    transform: translateY(-50%);
    margin-top: 2px;
}

ul.info_item li a {
    color: #1658F5;
    text-decoration: underline;
    margin-top: 3px;
    /* display: block; */
    position: relative;
}
ul.info_item li a[href$=".pdf"]::after {
    color: #C21019;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: '\F1C1';
    margin-left: 5px;
}
a.info_btn {
    order: 2;
    width: 100px;
    color: #0062B0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 160%;
    border-radius: 15px;
    border: 1px solid #0062B0;
    padding: 3px 0;
    position: relative;
}
a.info_btn::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: '\F105';
    color: #0062B0;
    transform: translateY(-50%);
    margin-top: 1px;
    transition: all .1s;
}
@media print, screen and (min-width: 768px) {
    .info {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 30px 0 0;
        gap: 0 40px;
    }
    .info_ttl {
        width: 96px;
        font-size: 24px;
        line-height: 1.3;
    }
    ul.info_item {
        order: 2;
        width: 724px;
    }
    ul.info_item li {
        padding: 9px 0 9px 18px;
        font-size: 16px;
        display: flex;
        align-items: baseline;
    }
    ul.info_item li:first-of-type {
        padding-top: 0;
    }
    ul.info_item li:not(:first-of-type) {
        padding: 9px 0 9px 18px;
    }
    ul.info_item li span.info_item__date {
        font-size: 16px;
        padding-left: 1em;
        margin-right: 1.2em;
    }
    ul.info_item li span.info_item__txt {
        margin-top: 0;
    }
    ul.info_item li a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    a.info_btn {
        order: 3;
    }
    a.info_btn:hover {
        background: #0062B0;
        color: #FFF;
        text-decoration: none;
    }
    a.info_btn:hover::after {
        color: #FFF;
        right: 9px;
    }
}


/* ========================================
    製品一覧
========================================= */
.product {
    padding: 24px 0 40px;
}
h2.product_ttl {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
h2.product_ttl::before {
    content: "";
    width: 2px;
    height: 26px;
    background: #FC7C98;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
h3.product_subttl {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 10px;
    padding-bottom: 10px;
}
h3.product_subttl:not(:first-of-type) {
    margin-top: 30px;
}
.productList_wrap {
    margin-top: 20px;
}
.productList_item + .productList_item {
    margin-top: 30px;
}
h3.productList_ttl {
    border-bottom: 1px solid #D9D9D9;
    margin-top: 10px;
    padding-bottom: 10px;
}
h3.productList_ttl .productList_ttl__normal {
    font-feature-settings: 'pcap' on, 'halt' on;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: block;
}
h3.productList_ttl .productList_ttl__big {
    font-feature-settings: 'pcap' on, 'halt' on;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-top: 3px;
}
.productList_txt {
    margin-top: 10px;
}
a.productList_btn {
    display: block;
    width: 260px;
    border: 1px solid #0062B0;
    border-radius: 20px;
    padding: 8px 0 10px;
    text-align: center;
    margin: 14px auto 0;
}
a.productList_btn span {
    display: block;
    color: #0062B0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
a.productList_btn span::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: '\F105';
    color: #0062B0;
    transform: translateY(-50%);
    margin-top: 1px;
    transition: all .1s;
}
@media print, screen and (min-width: 768px) {
    .product {
        padding: 80px 0 140px;
    }
    h2.product_ttl {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
        padding-left: 16px;
    }
    h2.product_ttl::before {
        content: "";
        width: 4px;
        height: 30px;
    }
    h3.product_subttl {
        font-size: 24px;
        margin-top: 40px;
        padding-bottom: 16px;
    }
    h3.product_subttl:not(:first-of-type) {
        margin-top: 60px;
    }
    .productList_wrap {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        gap: 60px 40px;
    }
    .productList_item {
        width: 480px;
        height: 586px;
        position: relative;
    }
    .productList_item + .productList_item {
        margin-top: 0;
    }
    .productList_detail {
        padding: 21px 30px;
        width: 440px;
        height: 326px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 260px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    h3.productList_ttl {
        height: 100px;
        margin-top: 0;
        padding-bottom: 12px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    h3.productList_ttl .productList_ttl__normal {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }
    h3.productList_ttl .productList_ttl__big {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 4px;
    }
    .productList_txt {
        margin-top: 12px;
    }
    a.productList_btn {
        border-radius: 30px;
        padding: 18px 0 17px;
        margin: 0;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        color: #0062B0;
    }
    a.productList_btn span {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
    }
    a.productList_btn span::after {
        right: 30px;
    }
    a.productList_btn:hover {
        background: #0062B0;
        text-decoration: none;
        color: #FFF;
    }
    a.productList_btn:hover span {
        color: #FFF;
    }
    a.productList_btn:hover span::after {
        color: #FFF;
        right: 20px;
    }
}
