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

/*
 * filename: prd.css
 * version: 1.1
 */
/*** #main.prd_lst***/
#main.prd_lst &gt; .sec1,
#main.prd_res &gt; .sec1 {
    height: auto;
    width: 100%;
}

#main.prd_lst &gt; .sec1 &gt; .inner,
#main.prd_res &gt; .sec1 &gt; .inner {
    height: auto;
    width: 100%;
    padding: 0 8%;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner,
    #main.prd_res &gt; .sec1 &gt; .inner {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec1 &gt; .inner,
    #main.prd_res &gt; .sec1 &gt; .inner {
        margin: 0 auto;
        max-width: 1100px;
        padding: 0 50px;
        position: relative;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box1,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box1 {
    height: auto;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 450px;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box1,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box1 {
        display: none;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box1 &gt; .lnk,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box1 &gt; .lnk {
    height: auto;
    width: 100%;
    background-color: #ba0025;
    border-radius: 7px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    letter-spacing: .05em;
    padding: 18px 0;
    position: relative;
    text-align: center;
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box1 &gt; .lnk::after,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box1 &gt; .lnk::after {
    background: url("https://www.mitsuhashi-corp.co.jp/images/ja/products/ico_prd_open.svg") center center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    right: 17.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 {
    background-color: #ffffff;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1100;
    width: 100%;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 {
        background-color: transparent;
        display: block;
        height: auto;
        left: auto;
        position: static;
        top: auto;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 {
    border-bottom: 1px solid #dddddd;
    height: 55px;
    padding: 0 8%;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 {
        display: none;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .par,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .par {
    height: auto;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 20px 0;
    vertical-align: middle;
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .par &gt; .txt1,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .par &gt; .txt1 {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .par &gt; .ico,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .par &gt; .ico {
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    width: 7px;
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .lnk,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .lnk {
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .lnk &gt; .ico,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box1 &gt; .lnk &gt; .ico {
    height: 100%;
    width: 100%;
    display: block;
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 {
    height: calc(100% - 55px);
    overflow-y: scroll;
    padding: 0 8% 100px;
    width: 100%;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 {
        border-bottom: 1px solid #dddddd;
        height: auto;
        margin: 0 auto 30px;
        max-width: 670px;
        overflow: hidden;
        padding: 0;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 {
        margin: 0 auto;
        max-width: 1000px;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner {
    height: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 490px;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner {
        margin: 0;
        max-width: none;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst],
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] {
    border-bottom: 1px solid #dddddd;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    margin: 0 -7.5px 0 -7.5px;
    padding: 22.5px 0;
    width: calc(100% + 15px);
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst],
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] {
        border-bottom: none;
        border-top: 1px solid #dddddd;
        justify-content: flex-start;
        margin: 0 -6.5px 0 -6.5px;
        padding: 6.5px 0 6.5px 200px;
        position: relative;
        width: calc(100% + 13px);
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .trm,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .trm {
    height: auto;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 7.5px 12.5px;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .trm,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .trm {
        font-size: 16px;
        left: 21.5px;
        margin: 0;
        position: absolute;
        top: 20px;
        width: 200px;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .trm,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .trm {
        left: 11.5px;
        top: 18px;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc {
    cursor: pointer;
    height: auto;
    padding: 7.5px;
    width: 50%;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc {
        padding: 6.5px;
        width: auto;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc.full,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc.full {
    width: 100%;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc.full,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc.full {
        width: auto;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc &gt; .txt,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc &gt; .txt {
    height: auto;
    width: 100%;
    display: block;
    background-color: #f0f2f5;
    border-radius: 17.5px;
    color: #838383;
    font-size: 15px;
    letter-spacing: .05em;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc &gt; .txt,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc &gt; .txt {
        border-radius: 14px;
        padding: 6.5px 15px;
        transition: background-color 0.35s, color 0.35s;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc.active &gt; .txt,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc.active &gt; .txt {
    background-color: #ba0025;
    color: #ffffff;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc:hover &gt; .txt,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst] &gt; .dsc:hover &gt; .txt {
        background-color: #000000;
        color: #ffffff;
    }
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst].type2,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst].type2 {
        padding: 6.5px 0 6.5px 250px;
    }
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst].type2 &gt; .trm,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; [class^=lst].type2 &gt; .trm {
        width: 250px;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; .lnk,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; .lnk {
    height: auto;
    width: 100%;
    background-color: #ba0025;
    border-radius: 7px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    letter-spacing: .05em;
    margin: 25px 0;
    padding: 18px 0 17px;
    text-align: center;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; .lnk,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box2 &gt; .box2 &gt; .inner &gt; .lnk {
        display: none;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box3,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box3 {
    height: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box3,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box3 {
        max-width: 400px;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box3,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box3 {
        bottom: calc(100% + 20px);
        position: absolute;
        right: 50px;
        width: 300px;
    }
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box3 &gt; .searchform,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box3 &gt; .searchform {
    height: auto;
    width: 100%;
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box3 &gt; .searchform &gt; .par,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box3 &gt; .searchform &gt; .par {
    height: auto;
    width: 100%;
    position: relative;
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box3 &gt; .searchform &gt; .par::after,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box3 &gt; .searchform &gt; .par::after {
    background: url("https://www.mitsuhashi-corp.co.jp/images/ja/products/ico_prd_search.svg") center center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

#main.prd_lst &gt; .sec1 &gt; .inner &gt; .box3 &gt; .searchform &gt; .par &gt; .ipbox,
#main.prd_res &gt; .sec1 &gt; .inner &gt; .box3 &gt; .searchform &gt; .par &gt; .ipbox {
    height: auto;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f0f2f5;
    border: none;
    border-radius: 20px;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: .05em;
    outline: none;
    padding: 8px 30px;
    text-align: center;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec1 &gt; .inner &gt; .box3 &gt; .searchform &gt; .par &gt; .ipbox,
    #main.prd_res &gt; .sec1 &gt; .inner &gt; .box3 &gt; .searchform &gt; .par &gt; .ipbox {
        text-align: left;
    }
}

#main.prd_lst &gt; .sec2,
#main.prd_res &gt; .sec2 {
    height: auto;
    width: 100%;
}

#main.prd_lst &gt; .sec2 &gt; .inner,
#main.prd_res &gt; .sec2 &gt; .inner {
    height: auto;
    width: 100%;
    padding: 30px 8%;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner,
    #main.prd_res &gt; .sec2 &gt; .inner {
        padding: 50px 50px;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner,
    #main.prd_res &gt; .sec2 &gt; .inner {
        padding: 20px 50px 100px;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media screen and (min-width: 550px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 {
        margin: 0 auto 25px;
        max-width: 660px;
    }
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 {
        max-width: 670px;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 {
        margin: 0 auto 40px;
        max-width: 1000px;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1 &gt; .phd,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 &gt; .phd {
    height: auto;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 28px;
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1 &gt; .phd,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 &gt; .phd {
        font-size: 17px;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst],
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst] {
    height: auto;
    width: auto;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 27px;
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst],
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst] {
        font-size: 16px;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst]:not(:last-of-type),
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst]:not(:last-of-type) {
    margin-right: 1em;
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst] &gt; .trm,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst] &gt; .trm {
    display: inline;
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst] &gt; .dsc,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst] &gt; .dsc {
    display: inline;
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst] &gt; .dsc:not(.active),
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box1 &gt; [class^=lst] &gt; .dsc:not(.active) {
    display: none;
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 {
    height: auto;
    width: 100%;
}

@media screen and (min-width: 550px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 {
        margin: 0 auto;
        max-width: 660px;
    }
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 {
        max-width: 670px;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 {
        max-width: 1000px;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst {
    height: auto;
    width: 100%;
}

@media screen and (min-width: 550px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px 0 -15px;
        width: calc(100% + 30px);
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm {
    height: auto;
    width: 100%;
    display: none;
    margin: 0 auto 50px;
    max-width: 315px;
}

@media screen and (min-width: 550px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm {
        margin: 0;
        max-width: none;
        padding: 15px;
        width: 50%;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm {
        width: 33.333%;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm.show_lst1.show_lst2.show_lst3.show_lst4,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm.show_lst1.show_lst2.show_lst3.show_lst4 {
    display: block;
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk {
    height: auto;
    width: 100%;
    display: block;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk {
        transition: opacity 0.35s;
    }
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk:hover,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk:hover {
        opacity: 0.7;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .img,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .img {
    height: auto;
    width: 100%;
    border: 1px solid #dddddd;
    display: block;
    margin-bottom: 15px;
    /*padding: 5px;*/
    /*--20200211--*/
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .phd,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .phd {
    height: auto;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 28.8px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .phd br,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .phd br {
        display: none;
    }
}

/*20200421修正*/
#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .par,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .par {
    height: auto;
    width: 100%;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 25px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .lst,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .lst {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .lst &gt; .itm,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm &gt; .lnk &gt; .lst &gt; .itm {
    height: auto;
    width: auto;
    border: 1px solid #000000;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .05em;
    margin: 0 5px 5px 0;
    padding: 7.5px;
}

/*** added on Feb 25 ***/
#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .par,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .par {
    height: auto;
    width: 100%;
    display: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 100px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .par,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .par {
        padding: 150px 0;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2 &gt; .par,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .par {
        font-size: 20px;
        padding: 200px 0;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2.none &gt; .lst,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2.none &gt; .lst {
    display: none;
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box2.none &gt; .par,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2.none &gt; .par {
    display: block;
}

/*** added on Feb 25 ***/
#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box3,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box3 {
    height: auto;
    width: 100%;
    border: 1px solid #000000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 50px auto;
    max-width: 335px;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box3,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box3 {
        transition: background 0.35s, border 0.35s;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box3,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box3 {
        margin: 80px auto;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box3::after,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box3::after {
    background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_arrow_left1.svg") center center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box3:hover,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box3:hover {
        background-color: #ba0025;
        border: 1px solid #ba0025;
        color: #ffffff;
    }
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box3:hover::after,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box3:hover::after {
        background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_home_2.svg") center center no-repeat;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 {
    height: auto;
    width: 100%;
    padding: 100px 0;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 {
        padding: 150px 0;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 {
        padding: 200px 0;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0 &gt; .par,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 &gt; .par {
    height: auto;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0 &gt; .par,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 &gt; .par {
        font-size: 20px;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk {
    height: auto;
    width: 100%;
    border: 1px solid #000000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 50px auto;
    max-width: 335px;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk {
        transition: background 0.35s, border 0.35s;
    }
}

@media screen and (min-width: 1100px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk {
        margin: 80px auto;
    }
}

#main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk::after,
#main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk::after {
    background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_arrow_left1.svg") center center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk:hover,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk:hover {
        background-color: #ba0025;
        border: 1px solid #ba0025;
        color: #ffffff;
    }
}

@media screen and (min-width: 768px) {

    #main.prd_lst &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk:hover::after,
    #main.prd_res &gt; .sec2 &gt; .inner &gt; .box0 &gt; .lnk:hover::after {
        background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_home_2.svg") center center no-repeat;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_res &gt; .sec1 &gt; .inner::after {
        border-bottom: 1px solid #dddddd;
        content: '';
        display: block;
        height: 1px;
        left: 50px;
        position: absolute;
        top: 0;
        width: 1000px;
    }
}

#main.prd_res &gt; .sec2 &gt; .inner &gt; .box2 &gt; .lst &gt; .itm {
    display: block;
}

/*** #main.prd_itm ***/
#main.prd_itm &gt; .sec1 {
    height: auto;
    width: 100%;
}

#main.prd_itm &gt; .sec1 &gt; .inner {
    height: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 535.71px;
    padding: 0 0 80px;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner {
        max-width: 768px;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner {
        margin: 0 auto;
        max-width: 800px;
        position: relative;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 {
    height: auto;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 8%;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 {
        margin-bottom: 60px;
        padding: 0 50px;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 {
        padding: 0 50px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .phd {
    height: auto;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 29px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .phd {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .phd br {
        display: none;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .shd {
    height: auto;
    width: 100%;
    color: #838383;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 28.8px;
/*  display: none;*/
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .shd {
        color: #838383;
        display: block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .05em;
        line-height: 28.8px;
        margin-bottom: 30px;
        text-align: center;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .lst {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .lst {
        display: none;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .lst &gt; .itm {
    height: auto;
    width: 100%;
    color: #838383;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 28.8px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .lst &gt; .itm:not(:last-of-type) {
    margin-right: .5em;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .par {
    height: auto;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 24px;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box1 &gt; .par {
        font-size: 19px;
        line-height: 28.8px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box2 {
    height: auto;
    width: 100%;
    margin-bottom: 67.5px;
    padding: 0 8%;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box2 {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box2 {
        padding: 0 50px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box2 &gt; .img {
    height: auto;
    width: 100%;
    border: 1px solid #dddddd;
    display: block;
    /*padding: 5px;*/
    /*--20200211--*/
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box2 &gt; .img {
        margin: 0 auto;
        width: 470px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 {
    height: auto;
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 {
        margin-bottom: 60px;
        padding: 0 50px;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 {
        padding: 0 50px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .phd {
    height: auto;
    width: 100%;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 25px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig {
    height: auto;
    width: 100%;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig:not(:last-of-type) {
    margin-bottom: 30px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig &gt; .inner {
    height: auto;
    width: 100%;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig &gt; .inner &gt; .lnk {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig &gt; .inner &gt; .lnk &gt; .img {
    height: auto;
    width: 100%;
    border: 1px solid #dddddd;
    display: block;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig &gt; .inner &gt; .lnk &gt; [class^=ico] {
    bottom: 10px;
    display: block;
    height: 24px;
    position: absolute;
    right: 10px;
    width: 24px;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig &gt; .inner &gt; .lnk &gt; [class^=ico] {
        transition: opacity 0.35s;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig &gt; .inner &gt; .lnk &gt; [class^=ico].ico1 {
    opacity: 1;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig &gt; .inner &gt; .lnk &gt; [class^=ico].ico2 {
    opacity: 0;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig &gt; .inner &gt; .lnk:hover &gt; .ico1 {
        opacity: 0;
    }
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig &gt; .inner &gt; .lnk:hover &gt; .ico2 {
        opacity: 1;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box3 &gt; .fig &gt; .cap {
    height: auto;
    width: 100%;
    color: #555555;
    display: block;
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 23px;
    margin-top: 15px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 {
    height: auto;
    width: 100%;
    margin-bottom: 67.5px;
    padding: 0 8%;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 {
        padding: 0 50px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner {
    border: 1px solid #000000;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner {
        padding: 32.5px 40px 35px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .phd {
    height: auto;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .phd {
        font-size: 23px;
        margin-bottom: 25px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .lst {
    height: auto;
    width: 100%;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .lst &gt; .itm {
    height: auto;
    width: 100%;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .lst &gt; .itm:not(:last-of-type) {
    margin-bottom: 15px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 23.8px;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk {
        font-size: 17px;
        line-height: 28.8px;
        transition: opacity 0.35s;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk {
        font-size: 19px;
    }
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk:hover {
        opacity: .7;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk::after {
    background: url("https://www.mitsuhashi-corp.co.jp/images/ja/products/ico_prd_pdf.svg") center center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 14px;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box4 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk::after {
        height: 23px;
        width: 18px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 {
    height: auto;
    width: 100%;
    margin-bottom: 67.5px;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 {
        padding: 0 50px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 &gt; .phd {
    height: auto;
    width: 100%;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 25px;
    padding: 0 8%;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 &gt; .phd {
        padding: 0;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 &gt; .fig {
    height: auto;
    width: 100%;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 &gt; .fig:not(:last-of-type) {
    margin-bottom: 30px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 &gt; .fig &gt; .mov {
    height: auto;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 &gt; .fig &gt; .mov iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 &gt; .fig &gt; .cap {
    height: auto;
    width: 100%;
    color: #555555;
    display: block;
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 23px;
    margin-top: 15px;
    padding: 0 8%;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box5 &gt; .fig &gt; .cap {
        font-size: 13px;
        padding: 0;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 {
    height: auto;
    width: 100%;
    margin-bottom: 80px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 {
    height: auto;
    width: 100%;
    margin-bottom: 67.5px;
    padding: 0 8%;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 {
        padding: 0 50px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 h2 {
    height: auto;
    width: 100%;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 25px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 blockquote {
    height: auto;
    width: 100%;
    border: 3px solid #ba0025;
    border-radius: 15px;
    padding: 25px;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 blockquote {
        padding: 30px 60px;
    }
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 blockquote p {
        align-items: center;
        display: flex;
        justify-content: space-around;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 blockquote p span {
    height: auto;
    width: 100%;
    display: block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 42px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 blockquote p span {
        width: auto;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 blockquote p img:nth-of-type(1) {
    display: block;
    height: auto;
    margin: 20px auto;
    width: 28.7px;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 blockquote p img:nth-of-type(1) {
        display: none;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 blockquote p img:nth-of-type(2) {
    display: none;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box1 blockquote p img:nth-of-type(2) {
        display: block;
        height: auto;
        width: 80px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 {
    height: auto;
    width: 100%;
    margin-bottom: 67.5px;
    padding: 0 8%;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 {
        padding: 0 50px;
    }

    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 sup {
        font-size: 70%;
        vertical-align: top;
        position: relative;
        top: -0.3em;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 h2 {
    height: auto;
    width: 100%;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 25px;
}

/*20200217ngi修正*/
#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 p {
    height: auto;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 25px;
    line-height: 22px;
}

/*20200217ここまで*/
#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 ul {
    height: auto;
    width: 100%;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 ul li {
    height: auto;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 22px;
    padding-left: 1em;
    position: relative;
}

/*20200217ngi追記*/
#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 ul li .nml {
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 4px 0 2px;
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 ul li {
        font-size: 17px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 ul li::before {
    color: #ba0025;
    content: '●';
    display: block;
    font-size: 9px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
    width: 1em;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

/*20200217ngi追記*/
#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box2 figcaption.cap {
    height: auto;
    width: 100%;
    color: #555555;
    display: block;
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 23px;
    margin-top: 15px;
}

/*ここまで*/
#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 {
    height: auto;
    width: 100%;
    padding: 0 8%;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 {
        padding: 0 50px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 h2 {
    height: auto;
    width: 100%;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 25px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 div {
    height: auto;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 25px;
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 div {
        overflow-x: hidden;
        padding-bottom: 0;
    }
}

/*20200220ngi追記*/
#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3.mgT50 {
    margin-top: 50px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 div::-webkit-scrollbar {
    height: 10px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 div::-webkit-scrollbar-thumb {
    background: #838383;
    border-radius: 5px;
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 div::-webkit-scrollbar-track-piece {
    background: #dddddd;
    border-radius: 5px;
}

/*20200220ngi追記*/
#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 div table {
    width: 100%;
}

/*20200220ngi追記*/
@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 div table {
        height: auto;
        width: 100%;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 div table tbody th {
    background-color: #f0f2f5;
    border: 1px solid #838383;
    font-size: 14px;
    line-height: 24.5px;
    padding: 15px;
    vertical-align: middle;
    white-space: nowrap;
    width: 180px;
}

/*20200220ngi追記*/
@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3.widetable div table tbody th {
        white-space: normal;
        width: 120px;
    }

    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3.widetable div table tbody .narrow {
        padding: 15px 5px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 div table tbody td {
    border: 1px solid #838383;
    font-size: 14px;
    line-height: 24.5px;
    padding: 15px;
    white-space: nowrap;
    vertical-align: middle;
    /*20200308ngi追記*/
}

/*20200220ngi追記*/
@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 div table tbody td {
        white-space: normal;
    }
}

/*20200217ngi追記*/
#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box6 &gt; .box3 figcaption.cap {
    height: auto;
    width: 100%;
    color: #555555;
    display: block;
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 23px;
    margin-top: 15px;
}

/*ここまで*/
#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box7 {
    height: auto;
    width: 100%;
    padding: 0 8%;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box7 {
        padding: 0 50px;
    }
}

@media screen and (min-width: 1100px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box7 {
        padding: 0 50px;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box7 &gt; .lnk {
    height: auto;
    width: 100%;
    border: 1px solid #000000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 auto;
    max-width: 335px;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box7 &gt; .lnk {
        transition: background 0.35s, border 0.35s;
    }
}

#main.prd_itm &gt; .sec1 &gt; .inner &gt; .box7 &gt; .lnk::after {
    background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_arrow_left1.svg") center center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box7 &gt; .lnk:hover {
        background-color: #ba0025;
        border: 1px solid #ba0025;
        color: #ffffff;
    }
}

@media screen and (min-width: 768px) {
    #main.prd_itm &gt; .sec1 &gt; .inner &gt; .box7 &gt; .lnk:hover::after {
        background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_home_4.svg") center center no-repeat;
    }
}</pre></body></html>