@charset "UTF-8";

/* --------------------------------------------------------------

    一覧ページ

-------------------------------------------------------------- */

/* 流体から探す */
.link_in_page .btn_txt .icon-arrow {
    transform: rotate(0deg);
    height: 1rem;
    right: 0px;
}


/* スプレーパターンから探す */
.product_spray-search__list .title_box {
    position: relative;
    background: #1f518e;
    color: #fff;
    padding: 1.05rem 2rem;
    text-align: center;
}
.product_spray-search__list .title_box .txt {
    font-size: 1.8rem;
    color: #fff;
}

.product_spray-search__list li:not(:last-child) {
    margin-bottom: 1px;
}
.product_spray-search__list .title_box .icon {
    width: 15px;
height: 15px;
vertical-align: middle;
background: none;
position: absolute;
top: 50%;
margin: auto;
right: 20px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.product_spray-search__list .title_box .icon > span {
    display: block;
    position: relative;
    margin-top: 0px;
}
.product_spray-search__list .title_box .icon > span:before,
.product_spray-search__list .title_box .icon > span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    transition: .3s;
}

.product_spray-search__list .info_box {
    padding: 2rem 0 3rem;
}
.product_spray-search__list--box__link__list li {
    border-bottom: 1px solid #dcdbdc;
}
.product_spray-search__list--box__link__list li a {
    padding: 1.5rem 2rem;
    transition: .3s;
}
.product_spray-search__list--box__link__list li a p {
    position: relative;
}
.product_spray-search__list--box__link__list li a .icon-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    color: #1f518e;
    font-size: 10px;
    margin: auto;
}

/* お探しの製品が見つからない方はこちら */
.product-other-box {
    border: 3px solid #e9f0f9;
    padding: 15px;
}
.product-other-box__flex--info h4 {
    margin-bottom: 1rem;
}
.product-other-box__flex--info h4 a {
    position: relative;
    font-size: 2rem;
    color: #1f518e;
    padding-left: 4rem;
    line-height: 1.4;
}
.product-other-box__flex--info h4 a:before {
    content: "";
    display: inline-block;
    height: 3rem;
    width: 3rem;
    background: #1f518e;
    position: absolute;
    left: 0;
    top: 0;
}
.product-other-box__flex--info h4 a:after {
    content: "\e900";
    font-family: "everloy" !important;
    position: absolute;
    color: #fff;
    font-size: 1rem;
    left: 10px;
    top: 9px;
}
.product-other-box__flex--img {
    margin-bottom: 2rem;
}


@media screen and (max-width: 767px) {
    .product_spray-search__list .title_box .icon > span:before {
        width: 2px;
        height: 15px;
        margin: 2px 0 0 10px;
    }
    .product_spray-search__list .title_box .icon > span:after {
        width: 15px;
        height: 2px;
        margin: 8px 0 0 4px;
    }
    .product_spray-search__list .title_box.active .icon > span:before {
        transform: rotate(
        -270deg
        );
            -webkit-transform: rotate(
        -270deg
        );
            background: #fff;
    }
    .product_spray-search__list .title_box.active .icon > span:after {
        opacity: 0;
    }
}

@media screen and (min-width: 768px) {
    .product_spray-search__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -4rem -2rem 0;
    }
    .product_spray-search__list > li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 2rem;
        margin-top: 4rem;
    }
    .product_spray-search__list .title_box {
        padding: 1.1rem 2rem;
        pointer-events: none;
    }
    .product_spray-search__list .title_box .txt {
        font-size: 2.2rem;
        letter-spacing: 0px;
    }
    .product_spray-search__list .info_box {
        border: 1px solid #cdcdcd;
        padding: 3rem 3rem 0rem;
    }
    
    .product_spray-search__list--box__link {
        width: 100%;
    }
    .product_spray-search__list--box__link__list li:last-child {
        border-bottom:none;
    }
    @media all and (-ms-high-contrast: none) {
        .product_spray-search__list .info_box {
            border: 1px solid #cdcdcd;
            padding: 3rem 3rem 1rem;
        }
      }
}



@media screen and (min-width:769px) and ( max-width:991px) {
    .product-other-box__flex {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin: 0 -1rem;
    }
    .product-other-box__flex--img, .product-other-box__flex--info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 1rem;
    }
    .product-other-box__flex--img {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .product-other-box__flex--info h4 a {
        padding-left: 3rem;
        font-size: 1.7rem;
    }
    .product-other-box__flex--info h4 a:before {
        height: 2rem;
        width: 2rem;
        top: 3px;
    }
    .product-other-box__flex--info h4 a:after {
        left: 5px;
        top: 7px;
        transform: scale(.8);
    }
}

@media screen and (min-width: 992px) {
    .product-other-box__flex {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .product-other-box__flex--img {
        margin-bottom: 0;
    }
    .product_spray-search__list--box__link__list li a:hover {
        color: #1f518e;
    }
}

@media screen and (min-width:992px) and ( max-width:1199px) {
    .product-other-box__flex {
        margin: 0 -1.5rem;
    }
    .product-other-box__flex--img,
    .product-other-box__flex--info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .product-other-box {
        border: 5px solid #e9f0f9;
        padding: 3rem;
    }
    .product-other-box__flex--img {
        min-width: 32rem;
        max-width: 32rem;
        margin-right: 3rem;
    }
}



/* --------------------------------------------------------------

    カテゴリページ

-------------------------------------------------------------- */
.page-ttl01 + .page-ttl02 {
    margin-top: 0;
}




/* --------------------------------------------------------------

    詳細ページ

-------------------------------------------------------------- */
.single-product--flex__img__inner {
    border: 1px solid #dcdcdc;
    padding: 4rem;
    margin-bottom: 3rem;
    text-align: center;
}
.single-product--flex__info__cat {
    margin-bottom: 2rem;
    overflow: hidden;
}
.single-product--flex__info__cat li {
    float: left;
}
.single-product--flex__info__cat li:not(:last-child) {
    margin-right: 1rem;
}
.single-product--flex__info__cat__inner {
    display: inline-block;
}
.single-product--flex__info__cat__inner a {
    color: #1f518e;
    font-size: 1.4rem;
    border: 1px solid #1f518e;
    padding: 7px 15px;
    line-height: 1;
}
.single-product--flex__info h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
}
.single-product--download-ttl {
    background: #103d74;
    text-align: center;
    margin-top: 2rem;
    padding: 1rem 0;
    margin-bottom: 1rem;
}
.single-product--download-ttl p {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 1.4rem;
    padding-left: 3rem;
}
.single-product--download-ttl p:before {
    content: "";
    display: inline-block;
    background: url(../img/product/ico_pdf.png) no-repeat;
    width: 1.9rem;
    height: 2.2rem;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.single-product--download-ttl a {
    border-bottom: 1px solid #fff;
    line-height: 1.3;
}
.single-content .wp-block-table table {
    margin-top: 0;
}

/* 横並びコラム */



@media screen and (max-width: 599px) {
    .single-content .wp-block-columns {
        margin: 0;
    }
    .single-content .wp-block-columns .wp-block-column {
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 600px) {
    .single-content .wp-block-columns {
        margin: 0 0 2rem 0;
    }
    .single-content .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 2rem;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 4rem !important;
    }
}



/* 投稿リスト */
.product__list__inner--flex__info h3 {
    font-size: 1.6rem;
    color: #003c78;
    margin-bottom: 5px;
}
.product__list__inner--flex__info table th,
.product__list__inner--flex__info table td {
    vertical-align: top;
    font-size: 1.4rem;
    letter-spacing: 0;
}
.product__list__inner--flex__info table th {
    color: #959faa;
    font-size: 1.4rem;
    min-width: 8rem;
    max-width: 8rem;
    width: 30%;
}
.product__list__inner--flex__img {
    overflow: hidden;
    height: 11rem;
    width: 100%;
    position: relative;
}
.product__list__inner--flex__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: transform 0.3s;
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .product__list__inner {
        padding: 2rem 0;
    }
    .product__list-ul li {
        border-bottom: 1px solid #cdcdcd;
    }
    .product__list__inner--flex {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .product__list__inner--flex__img {
        min-width: 9rem;
        max-width: 9rem;
        height: 9rem;
        margin-right: 2rem;
    }
    .product__list__inner--flex__info h3 {
        line-height: 1.5;
    }
    .product__list__inner--flex__info table {
        display:none;
    }
}

@media screen and (min-width: 768px) {
    .single-product--flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1.5rem;
    }
    .single-product--flex__img,
    .single-product--flex__info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 1.5rem;
    }
    .single-product--flex__img__inner {
        margin-bottom: 0;
    }
    .product__list-ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -4rem -1.5rem 0;
    }
    .product__list-ul li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 1.5rem;
        margin-top: 4rem;
    }
    .product__list__inner--flex__img {
        height: auto;
        margin-bottom: 2rem;
        border: 1px solid #dcdcdc;
        padding: 4rem;
        text-align: center;
    }
    .product__list__inner--flex__img img {
        position: inherit;
        height: 180px;
    width: auto;
    }
    .product__list__inner--flex__info h3 {
        margin-bottom: 1.5rem;
        font-size: 2rem;
        line-height: 1.4;
    }
    .product__list__inner--flex__info table th {
        min-width: 15rem;
        max-width: 15rem;
        width: 30%;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 992px) {
    .single-product--flex__info h2 {
        font-size: 2.8rem;
    }
    .single-product--download-ttl {
        padding: 1.1rem 0;
        margin-top: 3rem;
    }
    .single-product--download-ttl p {
        font-size: 1.6rem;
    }
    .product__list__inner--flex__img {
        height: inherit;
    }
}



/* --------------------------------------------------------------

    プラグイン追加テーブル用調整

-------------------------------------------------------------- */

/* 仕様テーブル */
.specification_table span {
    font-size: 1.2rem;
}
.specification_table [class*="row-"] .column-1,
.specification_table [class*="row-"] .column-3 {
    color: #1f518e;
    background-color: #e9f0f9 !important;
    letter-spacing: 0;
    font-weight: bold;
}
.specification_table [class*="row-"] .column-2,
.specification_table [class*="row-"] .column-4 {
    border-left:none !important;
}


/* 材質テーブル */
.material_table [class*="row-"] .column-1 {
    color: #1f518e;
    background-color: #e9f0f9 !important;
    font-weight: bold;
}
.material_table [class*="row-"] .column-2 {
    border-left:none !important;
}


/* 形状テーブル（画像） */
.img_table th {
    color: #1f518e;
    background-color: #e9f0f9 !important;
    text-align: center !important;
}
.img_table td {
    text-align: center !important;
    padding: 3rem !important;
}


/* 形状テーブル（情報） */
.shape_table [class*="row-"] td {
    text-align: center;
}
.shape_table .row-1 td,
.shape_table .row-2 td {
    color: #1f518e;
    background-color: #e9f0f9;
    font-weight: bold;
}
.shape_table .row-1 .column-2,
.shape_table .row-2 .column-2,
.shape_table .row-2 .column-3 {
    padding: .5rem 2rem;
}
.shape_table tr:not(.row-1):not(.row-2) .column-1 {
    color: #232323;
    background-color: #ededed;
    text-align: left;
}

/* 形状テーブル-2（情報） */
.shape_table-secondary [class*="row-"] td {
    text-align: center;
}
.shape_table-secondary .row-1 td {
    color: #1f518e;
    background-color: #e9f0f9;
    font-weight: bold;
}
.shape_table-secondary tr:not(.row-1) .column-1 {
    color: #232323;
    background-color: #ededed;
    text-align: left;
}