@charset "UTF-8";

/* ----------------------------------------------------------------
    製品情報
---------------------------------------------------------------- */
/* ---- ヘッダー上書き ---------------------------- */
@media print, screen and (min-width: 768px) {
    .ly_header_inner {
        box-shadow: none;
    }
}

.productCont {
    padding: 15px 0 40px;
}
@media print, screen and (min-width: 768px) {
    .productCont {
        padding: 58px 0 80px;
    }
}

/* 製品タイトル下のテキスト */
.productLead {
    margin-top: 10px;
}

/* ナビゲーション */
.productNav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
    .productNav {
        gap: 10px;
        margin-top: 31px;
    }
}
.productNav li {
    width: calc((100% - 16px) / 3);
}
.productNav li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.143;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #6496DB;
    border-radius: 6px;
    padding: 0 8px;
}
.productNav li > a::after {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f107";
    margin-left: 3px;
    vertical-align: -1px;
}
.productNav li > a.productNav_link__arrowRight::after {
    content: "\f105";
}
@media print, screen and (min-width: 768px) {
    .productNav li {
        width: 134px;
    }
    .productNav li > a {
        height: 50px;
        font-size: 1.6rem;
        transition: all 0.3s;
    }
    .productNav li > a:hover {
        opacity: 0.7;
    }
    .productNav li > a::after {
        margin-left: 5px;
    }
}


/* 製品写真とお知らせのセクション */
.productInfoSection {
    margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
    .productInfoSection {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }
}

/* 製品写真 */
@media print, screen and (min-width: 768px) {
    .productPhoto {
        width: 400px;
    }
}
.productPhoto_main img {
    width: 100%;
}
.productPhoto_main #photoDescription {
    font-size: 1.4rem;
    margin-top: 8px;
}
.productPhoto_main .photoDate {
    font-size: 1.4rem;
    margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
    .productPhoto_main #photoDescription {
        margin-top: 10px;
    }
}
.productPhoto_thumb {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 0 4.66%;
    margin-top: 5px;
}
.productPhoto_thumb img {
    border: solid 1px #D5D5D5;
    cursor: pointer;
    margin-top: 3.66%;
    padding: 3px;
    width: 21.5%;
    height: auto;
}
@media print, screen and (min-width: 768px) {
    .productPhoto_thumb img:hover {
        opacity: 0.7;
    }
}

.hiddenSeihinPhotoDescription,
.hiddenSeihinPhotoDate {
    display: none;
}

/* お知らせ */
.productNews {
    margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
    .productNews {
        width: 550px;
        margin-top: 0;
    }
}
.productNews_ttl {
    font-size: 2.0rem;
    font-weight: 700;
    padding-bottom: 9px;
    border-bottom: solid 1px #7F7F7F;
}
.productNews_massage {
    margin-top: 1em;
}
.productNewsList li {
    border-bottom: dashed 1px #D8D8D8;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 12px 0;
    opacity: 1;
}
.productNewsList li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.productNewsList li.is-hidden a {
    pointer-events: none;
}
.productNewsList li a {
    color: #1658F5;
    text-decoration: underline;
    width: 100%;
    position: relative;
}
.productNewsList 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;
}
.productNewsList li .info_item__date {
    display: block;
    white-space: nowrap;
    margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
    .productNewsList  {
        padding: 2px 0 0;
    }
    .productNewsList li {
        display: flex;
        font-size: 1.6rem;
        padding: 13px 0 13px;
    }
    .productNewsList li a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    .productNewsList li .info_item__date {
        margin: 0 16px 0 0;
    }
}

.productNewsListBtn {
    margin-top: 17px;
    text-align: right;
}
.productNewsListBtn.is-btn-hidden{
    display:none;
}
.productNewsListBtn button {
    all: unset;
    font-size: 1.4rem;
    font-weight: bold;
    color:#007BCC;
    border: solid 1px #007BCC;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
}
.productNewsListBtn button:hover {
    opacity: 0.7;
}


/* 段落（セクション） */
.productParagraph {
    margin: 40px 0 0;
}
.productParagraph_ttl {
    font-size: 2.0rem;
    font-weight: 700;
}
@media print, screen and (min-width: 768px) {
    .productParagraph {
        margin: 60px 0 0;
    }
}

/* 基本情報 */
.productDocument {
    display: flex;
    flex-wrap: wrap;
}
.productDocument + .productDocument {
    margin-top: 20px;
}
h2 + .productDocument {
    margin-top: 10px;
}
.productDocument_item {
    width: 100%;
    border: solid 1px #D8D8D8;
}
.productDocument_item:not(:first-child) {
    border-top: none;
}
.productDocument_item dt,
.productDocument_item dd {
    line-height: 1.6;
}
.productDocument_item dt {
    font-size: 1.4rem; 
    padding: 14px 20px;
    background-color: #F0F0F7;
    min-height: 68px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.productDocument_item dd {
    font-size: 1.6rem;
    padding: 9px 20px;
}
.productDocument_item dd a {
    color: #1658F5;
    text-decoration: underline;
    margin-right: 1em;
}
.productDocument_item .date {
    display: block;
    font-size: 1.0rem;
    color: #7F7F7F;
}
@media print, screen and (min-width: 768px) {
    h2 + .productDocument {
        margin-top: 12px;
    }
    .productDocument_item {
        width: 50%;
        display: table;
    }
    .productDocument_item:nth-of-type(2) {
        border-top: solid 1px #D8D8D8;
    }
    .productDocument_item:nth-of-type(even) {
        border-left: none;
    }
    .productDocument_item dt,
    .productDocument_item dd {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
    .productDocument_item dd {
        padding: 20.5px 20px;
    }
    .productDocument_item dd a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
}

/* 関連製品 */
.relatedProducts {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
    .relatedProducts {
        flex-direction: row;
        gap: 60px;
        margin-top: 30px;
    }
    .relatedProducts_item {
        width: 470px;
    }
}

@media print, screen and (min-width: 768px) {
    .relatedProducts_photo img {
        max-width: 400px;
    }
}
.relatedProducts_ttlBox {
    margin-top: 10px;
}
.relatedProducts_ttlBox + * {
    margin-top: 13px;
}
.relatedProducts_ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6; /* 28.8px */
    margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
    .relatedProducts .productDocument_item {
        width: 100%;
    }
    .relatedProducts .productDocument_item:nth-of-type(even) {
        border-left: solid 1px #D8D8D8;
    }
    .relatedProducts .productDocument_item:nth-of-type(2) {
        border-top: none;
    }
}

/* 規格・単位／各種コード／包装 */
.productKikakuName {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 30px;
}
h2 + .productKikakuName {
    margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
    .productKikakuName {
        margin-top: 40px;
    }
    h2 + .productKikakuName {
        margin-top: 24px;
    }
}

.productKikaku {
    display: flex;
    flex-direction: column;
}
.productKikaku + .productKikaku {
    margin-top: 20px;
}
h2 + .productKikaku {
    margin-top: 10px;
}
h3 + .productKikaku {
    margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
    .productKikaku {
        flex-direction: row;
        flex-wrap: wrap;
    }
    h2 + .productKikaku {
        margin-top: 12px;
    }
}

.productKikaku_item {
    border: solid 1px #D8D8D8;
}
.productKikaku_item:not(:first-of-type) {
    border-top: none;
}
.productKikaku_item dt,
.productKikaku_item dd {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.429;
}
.productKikaku_item dt { 
    padding: 7px 10px;
    background: #F0F0F7;
}
.productKikaku_item dd {
    padding: 7px 10px;
}
@media print, screen and (min-width: 768px) {
    .productKikaku_item {
        display: flex;
        flex-direction: column;
        border-left: none;
    }
    .productKikaku_item__wide {
        width: 280px;
    }
    .productKikaku_item:not(.productKikaku_item__wide) {
        flex: 1;
    }
    .productKikaku_item:nth-of-type(5n + 1) {
        border-left: solid 1px #D8D8D8;
    }
    .productKikaku_item:nth-of-type(2),
    .productKikaku_item:nth-of-type(3),
    .productKikaku_item:nth-of-type(4),
    .productKikaku_item:nth-of-type(5) {
        border-top: solid 1px #D8D8D8;
    }
    .productKikaku_item dt { 
        background-color: #F0F0F7;
    }
    .productKikaku_item dd {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

/* 更新日 */
.lastUpdate {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
    .lastUpdate {
        margin-top: 60px;
    }
}

/* ---- 資材のアイコン ---------------------------- */
/* PDF */
.icon_doc_pdf::before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: '\f1c1';
    font-size: 2.0rem;
    color: #C21019;
    margin-right: 5px;
    vertical-align: -1px;
}