<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 20px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    z-index: 10;
    transition: all .3s ease-in;
}

.slick-prev {
    bottom: 29px;
    right: calc(50px + 160px + 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 7px 6.5px 0;
    border-color: transparent #fff transparent transparent;
}

.slick-prev:hover {
    border-color: transparent #AEAEAE transparent transparent;
}

.slick-next {
    bottom: 29px;
    right: calc(50px - 17px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #fff;
}

.slick-next:hover {
    border-color: transparent transparent transparent #AEAEAE;
}

@media screen and (max-width: 1039px) {
    .slick-prev {
        bottom: 29px;
        right: calc(30px + 120px + 10px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 7px 6.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .slick-prev:hover {
        border-color: transparent #AEAEAE transparent transparent;
    }

    .slick-next {
        bottom: 29px;
        right: calc(30px - 17px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 0 6.5px 7px;
        border-color: transparent transparent transparent #fff;
    }

    .slick-next:hover {
        border-color: transparent transparent transparent #AEAEAE;
    }
}

#mainvisual {
    background: url(../../../product/img/mainvisual.png) no-repeat center center;
    background-size: cover;
}

#mainvisual .inner {
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    height: 200px;
}

@media screen and (max-width: 1039px) {
    #mainvisual .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

#mainvisual .visual_copy {
    font-size: 3.3rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
}

.idx #read_box .inner {
    padding: 80px 0 0;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    .idx #read_box .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

.idx #read_box .copy {
    width: 860px;
    margin: 40px auto 0;
    font-weight: 700;
    line-height: 1.8;
    font-size: 1.6rem;
}

.second #read_box .inner {
    padding: 50px 0 0;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    .second #read_box .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

.second #read_box .flex_box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1190px;
}

.second #read_box .flex_box .img {
    max-width: 600px;
    flex-shrink: 0;
}

.second #read_box .flex_box .text {
    margin-right: 40px;
}

.second #read_box h1 {
    font-size: 3.3rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    margin-top: 0px;
}

.second #read_box .copy {
    margin: 10px auto 0;
    line-height: 1.6;
    font-size: 1.6rem;
}

.second #search {
    background: url(../../../product/img/second_product_bg.png) repeat left top;
    margin-top: 80px;
}

.second #search .sp_search_btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4%;
    position: sticky;
    box-sizing: border-box;
    top: 60px;
    left: 0;
    background-color: #F1F1F1;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    z-index: 10;
}

.second #search .sp_search_btn::before {
    content: "\e80c";
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    transform: scale(-1, 1);
    margin-right: 10px;
    font-size: 80%;
    color: #c5000a;
}

.second #search .sp_search_btn::after {
    content: "+";
    width: 1.8rem;
    height: 1.8rem;
    background-color: #c5000a;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.second #search .close {
    position: absolute;
    top: 10px;
    right: 4%;
    background-color: #444;
    color: #fff;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.second #search .close::before {
    content: "×";
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.second #search .close span {
    display: none;
}

.second #search .inner {
    padding: 80px 0;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    .second #search .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

.second #searchArea {
    margin-top: 0;
    background-color: #fff;
    padding: 30px 30px;
}

.second #searchArea .head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.second #searchArea .head h2 {
    font-size: 2.2rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    margin-top: 0px;
}

.second #searchArea .head h2::before {
    content: "\e80c";
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    transform: scale(-1, 1);
    margin-right: 10px;
    font-size: 2rem;
    color: #c5000a;
}

.second #searchArea .area {
    margin-top: 20px;
}

.second #searchArea .area dl {
    display: flex;
    border-top: 1px dashed #B7B7B7;
    align-items: center;
}

.second #searchArea .area dl dt {
    flex-shrink: 0;
    width: 180px;
    padding: 15px 20px 15px 0;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.second #searchArea .area dl dd {
    padding: 15px;
}

.second #searchArea .area dl dd ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.second #searchArea .area dl dd ul li {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.second #searchArea .area dl dd ul li a {
    display: inline-block;
    text-align: center;
    padding: 3px 18px;
    cursor: pointer;
    text-align: center;
    min-width: 78px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 1.4rem;
    text-decoration: none;
}

.second #searchArea .area dl dd ul .tag.first_first {
    background-color: #17b951;
}

.second #searchArea .area dl dd ul .tag.first_first a {
    color: #fff;
}

.second #searchArea .area dl dd ul .tag.first_second {
    background-color: #83cb31;
}

.second #searchArea .area dl dd ul .tag.first_second a {
    color: #fff;
}

.second #searchArea .area dl dd ul .tag.first_third {
    background-color: #ffb62a;
}

.second #searchArea .area dl dd ul .tag.first_fourth {
    background-color: #fb364d;
}

.second #searchArea .area dl dd ul .tag.first_fourth a {
    color: #fff;
}

.second #searchArea .area dl dd ul .tag.second {
    background-color: #ffd900;
}

.second #searchArea .area dl dd ul .tag.third {
    color: #fff;
    background-color: #0089e4;
}

.second #searchArea .area dl dd ul .tag.third a {
    color: #fff;
}

.second #searchArea .area dl dd ul .tag.fourth {
    background-color: #ffb62a;
}

.second #searchArea .area .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.second #searchArea .area .submit li {
    margin: 0 10px;
}

.second #searchArea .area .submit li button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    height: 45px;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "游ゴシック",YuGothic,"Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.second #searchArea .area .submit li button.search_form_button {
    background-color: #c5000a;
    color: #fff;
    width: 235px;
}

.second #searchArea .area .submit li button.search_form_button::before {
    content: "\e80c";
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    transform: scale(-1, 1);
    margin-right: 10px;
    font-size: 80%;
    color: #fff;
}

.second #searchArea .area .submit li button.reset {
    background-color: #4A4A4A;
    color: #fff;
    width: 165px;
    font-size: 1.3rem;
}

.second #searchArea.submit_type .area dl:last-child {
    border-bottom: 1px dashed #B7B7B7;
}

.second #searchArea.submit_type .area dl dd {
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
}

.second #searchArea.submit_type .area dl dd ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.second #searchArea.submit_type .area dl dd ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.second #searchArea.submit_type .area dl dd ul li input {
    display: none;
}

.second #searchArea.submit_type .area dl dd ul li input:checked + label {
    background: #c5000a;
    color: #ffffff;
}

.second #searchArea.submit_type .area dl dd ul li input + label {
    display: inline-block;
    text-align: center;
    background-color: #ddd;
    padding: 3px 18px;
    cursor: pointer;
    text-align: center;
    min-width: 78px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 1.4rem;
    margin-right: 0;
    border-radius: 3px;
}

.second #searchArea.submit_type .area dl dd input[type="text"] {
    width: 100%;
    padding: 5px 8px;
    background: #fff;
    color: #444;
    border: 0;
    border: solid 1px #aaa;
    line-height: 2;
    font-size: 1.6rem;
    font-family: "游ゴシック",YuGothic,"Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
}

.second #searchArea.submit_type .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-shrink: 0;
}

.second #searchArea.submit_type .submit li {
    margin: 0 10px;
}

.second #searchArea.submit_type .submit li button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    height: 45px;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "游ゴシック",YuGothic,"Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.second #searchArea.submit_type .submit li button.search_form_button {
    background-color: #c5000a;
    color: #fff;
    width: 235px;
}

.second #searchArea.submit_type .submit li button.search_form_button::before {
    content: "\e80c";
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    transform: scale(-1, 1);
    margin-right: 10px;
    font-size: 80%;
    color: #fff;
}

.second #searchArea.submit_type .submit li button.reset {
    background-color: #4A4A4A;
    color: #fff;
    width: 165px;
    font-size: 1.3rem;
}

.second #resultArea .freeArea {
    padding-top: 80px;
}

.second #resultArea .head {
    margin-top: 60px;
}

.second #resultArea .head h2 {
    font-size: 3.3rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 4px solid #DCDCDC;
    position: relative;
}

.second #resultArea .head h2::before {
    content: "";
    width: 200px;
    height: 4px;
    background-color: #c5000a;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.second #resultArea .head h2 span {
    font-size: 2rem;
    font-family: "游ゴシック",YuGothic,"Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.second #resultArea .no_recruit {
    padding-left: 20px;
    font-size: 1.6rem;
    margin-top: 30px;
    font-weight: 700;
}

.second #resultArea .area {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -20px;
    flex-wrap: wrap;
}

.second #resultArea .area &gt; div {
    width: 33.3333%;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 30px;
    padding-bottom: 20px;
}

.second #resultArea .area &gt; div a {
    display: block;
    text-decoration: none;
}

.second #resultArea .area &gt; div a .text .name::before {
    content: "\f006";
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    margin-right: 5px;
    color: #c5000a;
}

.second #resultArea .area &gt; div a:hover img {
    opacity: 0.5;
}

.second #resultArea .area &gt; div a:hover .text .name {
    color: #c5000a;
}

.second #resultArea .area &gt; div a.pdf .text .name::after {
    content: "\f1c1";
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    margin-left: 5px;
    color: #c5000a;
}

.second #resultArea .area &gt; div .img {
    background-color: #fff;
}

.second #resultArea .area &gt; div .img img {
    opacity: 1;
    transition: all .3s ease;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    transform: scale(1);
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
}

.second #resultArea .area &gt; div .text {
    margin-top: 10px;
}

.second #resultArea .area &gt; div .text .label {
    display: flex;
    flex-wrap: wrap;
}

.second #resultArea .area &gt; div .text .label li {
    background-color: #EBEBEB;
    padding: 2px 15px;
    font-size: 1.1rem;
    margin-right: 5px;
    margin-bottom: 5px;
}

.second #resultArea .area &gt; div .text .name {
    margin-top: 5px;
    font-weight: 700;
    transition: all .3s ease;
}

.second #search .inner {
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    .second #search .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

.second #search .sp_search_btn {
    display: none;
}

.second #search .close {
    display: none;
}

.detail #read_box .inner {
    padding: 50px 0 0;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    .detail #read_box .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

.detail #read_box .flex_box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1190px;
}

.detail #read_box .flex_box .img {
    max-width: 600px;
    flex-shrink: 0;
}

.detail #read_box .flex_box .text {
    margin-right: 40px;
}

.detail #read_box h1 {
    font-size: 3.3rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    margin-top: 0px;
}

.detail #read_box .copy {
    margin: 10px auto 0;
    line-height: 1.6;
    font-size: 1.6rem;
}

.detail #read_box .labels ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 15px;
}

.detail #read_box .labels ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.detail #read_box .labels ul li span {
    display: inline-block;
    text-align: center;
    color: #c5000a;
    padding: 3px 10px;
    text-align: center;
    min-width: 60px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 0;
    border: 1px solid #c5000a;
}

#basic_know-how .inner {
    padding: 80px 0 0;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    #basic_know-how .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

#basic_know-how .btn_links + .btns {
    margin: 100px auto 0;
}

#basic_know-how .btns {
    margin: 0 auto 0;
    width: 860px;
}

#basic_know-how .btns li {
    margin-bottom: 25px;
}

#basic_know-how .btns li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    text-decoration: none;
    background-color: #ddd;
    padding: 25px 15px;
    border-radius: 6px;
    box-shadow: 0 5px 0 #000;
    transition: all .3s ease;
    line-height: 1.4;
}

#basic_know-how .btns li a:hover {
    opacity: .5;
}

#basic_know-how .btns li.basic a {
    background-color: #9FCE67;
    box-shadow: 0 5px 0 #769F43;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
}

#basic_know-how .btns li.basic a::before {
    margin-right: 1rem;
    //margin-left: -1.6rem;
    content: "\e80d";
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
    color: #9FCE67;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05) inset;
    flex-shrink: 0;
}

#basic_know-how .btns li.catalog a {
    background-color: #E5D674;
    box-shadow: 0 5px 0 #BFB04E;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
}

#basic_know-how .btns li.catalog a::before {
    margin-right: 1rem;
    //margin-left: -1.6rem;
    flex-shrink: 0;    
    content: "\e80b";
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
    color: #E5D674;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05) inset;
}

.idx #product_list {
    padding-top: 0;
}

.low #field_list ul li a {
    height: 120px !important;
}

.low #field_list ul li a span {
    font-size: 1.8rem !important;
}

.low #product_list ul li a {
    height: 120px !important;
}

.low #product_list ul li a span {
    font-size: 1.8rem !important;
}

.detail #basic_know-how {
    margin-top: 80px;
    border-top: 6px solid #ddd;
}

.detail #second_product + #basic_know-how {
    margin-top: 0 !important;
}

@media screen and (max-width: 1039px) {
    #mainvisual .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 125px;
    }

    #mainvisual .visual_copy {
        font-size: 2.5rem;
    }

    .idx #read_box .copy {
        width: auto;
        margin: 5% auto 0;
        font-weight: 700;
        line-height: 1.8;
        font-size: 1.4rem;
    }

    .second #read_box .inner {
        max-width: 1190px;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    .second #read_box .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    .second #read_box .flex_box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
    }

    .second #read_box .flex_box .img {
        width: 100%;
    }

    .second #read_box .flex_box .text {
        margin-right: 40px;
    }

    .second #read_box h1 {
        font-size: 2.3rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        margin-top: 10px;
    }

    .second #read_box .copy {
        margin: 10px auto 0;
        line-height: 1.6;
        font-size: 1.4rem;
    }

    .second #search {
        margin-top: 5%;
    }

    .second #search .sp_search_btn {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 4%;
        position: sticky;
        box-sizing: border-box;
        top: 60px;
        left: 0;
        background-color: #F1F1F1;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        z-index: 10;
    }

    .second #search .sp_search_btn::before {
        content: "\e80c";
        font-family: "fontello", serif;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        transform: scale(-1, 1);
        margin-right: 10px;
        font-size: 80%;
        color: #c5000a;
    }

    .second #search .sp_search_btn::after {
        content: "+";
        width: 1.8rem;
        height: 1.8rem;
        background-color: #c5000a;
        color: #fff;
        font-weight: bold;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 5%;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .second #search .close {
        position: absolute;
        top: 10px;
        right: 4%;
        background-color: #444;
        color: #fff;
        display: flex;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }

    .second #search .close::before {
        content: "×";
        font-size: 2.5rem;
        font-weight: 500;
        color: #fff;
        line-height: 1;
    }

    .second #search .close span {
        display: none;
    }

    .second #search .inner {
        max-width: 1190px;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
        padding: 0 4% 4% !important;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    .second #search .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    .second #searchArea {
        margin-top: 0;
        background-color: rgba(241, 241, 241, 0.95);
        padding: 5%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100vw;
        height: 100%;
        box-sizing: border-box;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overscroll-behavior: contain;
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease;
    }

    .second #searchArea::-webkit-scrollbar {
        display: none;
    }

    .second #searchArea.ac {
        opacity: 1;
        visibility: visible;
    }

    .second #searchArea .area dl {
        display: block;
        border-bottom: 1px dashed #B7B7B7;
        border-top: none;
        align-items: center;
        margin-top: 30px;
    }

    .second #searchArea .area dl dt {
        flex-shrink: 0;
        width: auto;
        padding: 0;
        box-sizing: border-box;
        font-weight: 700;
        font-size: 1.4rem;
    }

    .second #searchArea .area dl dd {
        padding: 15px 0 30px;
    }

    .second #searchArea .area dl dd ul li {
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .second #searchArea .area dl dd ul li input + label {
        box-sizing: border-box;
        width: 100%;
        padding: 5px 0;
        border-radius: 3px;
        border: 1px solid #ddd;
    }

    .second #searchArea .area .submit {
        display: block;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

    .second #searchArea .area .submit li {
        margin: 10px auto 0;
        width: 80%;
    }

    .second #searchArea .area .submit li button {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        width: 100%;
        height: 45px;
        font-size: 1.4rem;
        font-weight: 700;
        font-family: "游ゴシック",YuGothic,"Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    }

    .second #searchArea .area .submit li button.search_form_button {
        background-color: #c5000a;
        color: #fff;
        width: 100%;
    }

    .second #searchArea .area .submit li button.search_form_button::before {
        content: "\e80c";
        font-family: "fontello", serif;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        transform: scale(-1, 1);
        margin-right: 10px;
        font-size: 80%;
        color: #fff;
    }

    .second #searchArea .area .submit li button.reset {
        background-color: #4A4A4A;
        color: #fff;
        width: 100%;
        font-size: 1.3rem;
    }

    .second #searchArea.submit_type .submit {
        display: block;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

    .second #searchArea.submit_type .submit li {
        margin: 10px auto 0;
        width: 80%;
    }

    .second #searchArea.submit_type .submit li button {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        width: 100%;
        height: 45px;
        font-size: 1.4rem;
        font-weight: 700;
        font-family: "游ゴシック",YuGothic,"Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    }

    .second #searchArea.submit_type .submit li button.search_form_button {
        background-color: #c5000a;
        color: #fff;
        width: 100%;
    }

    .second #searchArea.submit_type .submit li button.search_form_button::before {
        content: "\e80c";
        font-family: "fontello", serif;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        transform: scale(-1, 1);
        margin-right: 10px;
        font-size: 80%;
        color: #fff;
    }

    .second #searchArea.submit_type .submit li button.reset {
        background-color: #4A4A4A;
        color: #fff;
        width: 100%;
        font-size: 1.3rem;
    }

    .second #resultArea .head {
        margin-top: 5%;
    }

    .second #resultArea .head h2 {
        font-size: 2.5rem;
    }

    .second #resultArea .freeArea {
        padding-top: calc(120px + 4%);
        margin-top: -110px;
    }

    .second #resultArea .table_box {
        width: 100%;
        padding: 2% 0;
        overflow-x: scroll;
    }

    .second #resultArea .area {
        display: flex;
        width: 100%;
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 3%;
    }

    .second #resultArea .area &gt; div {
        width: 49%;
        padding-left: 0;
        box-sizing: border-box;
        margin-top: 2%;
        padding-bottom: 2%;
    }

    .second #resultArea .area &gt; div a {
        display: block;
        text-decoration: none;
    }

    .second #resultArea .area &gt; div a .img {
        background-color: #fff;
    }

    .second #resultArea .area &gt; div a .img img {
        max-width: 260px;
        height: calc(260 / 768 *100vw);
    }

    .second #resultArea .area &gt; div a .text .name {
        font-size: 1.3rem;
    }

    .detail #read_box .inner {
        max-width: 1190px;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    .detail #read_box .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    .detail #read_box .flex_box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
    }

    .detail #read_box .flex_box .img {
        width: 100%;
    }

    .detail #read_box .flex_box .text {
        margin-right: 40px;
    }

    .detail #read_box h1 {
        font-size: 2.3rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        margin-top: 10px;
    }

    .detail #read_box .copy {
        margin: 10px auto 0;
        line-height: 1.6;
        font-size: 1.4rem;
    }

    #basic_know-how .inner {
        max-width: 1190px;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    #basic_know-how .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    #basic_know-how .btn_links + .btns {
        margin: 8% auto 0;
    }

    #basic_know-how .btns {
        margin: 0 auto 0;
        width: 100%;
        box-sizing: border-box;
    }

    #basic_know-how .btns li {
        margin-bottom: 4%;
    }

    #basic_know-how .btns li:last-child {
        margin-bottom: 0;
    }

    #basic_know-how .btns li a {
        font-size: 1.4rem;
        padding: 25px 15px;
        box-sizing: border-box;
    }

    #basic_know-how .btns li.basic a::before {
        width: 2.4rem;
        height: 2.4rem;
        font-size: 1.4rem;
    }

    #basic_know-how .btns li.catalog a::before {
        width: 2.4rem;
        height: 2.4rem;
        font-size: 1.4rem;
    }

    .low #field_list ul li a {
        height: calc(50 / 414 * 100vw) !important;
    }

    .low #field_list ul li a span {
        font-size: 1.5rem !important;
    }

    .low #product_list ul li a {
        height: calc(50 / 414 * 100vw) !important;
    }

    .low #product_list ul li a span {
        font-size: 1.5rem !important;
    }

    .detail #basic_know-how {
        margin-top: 8%;
    }

    .detail #second_product + #basic_know-how {
        margin-top: 0 !important;
    }
}
</pre></body></html>