@charset "UTF-8";
/*
 * filename: prd.css
 * version: 1.1
 */
/*** #main.prd_lst***/
#main.prd_lst > .sec1, #main.prd_res > .sec1 {
  height: auto;
  width: 100%;
}
#main.prd_lst > .sec1 > .inner, #main.prd_res > .sec1 > .inner {
  height: auto;
  width: 100%;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner, #main.prd_res > .sec1 > .inner {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec1 > .inner, #main.prd_res > .sec1 > .inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
    position: relative;
  }
}
#main.prd_lst > .sec1 > .inner > .box1, #main.prd_res > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin: 0 auto 20px;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box1, #main.prd_res > .sec1 > .inner > .box1 {
    display: none;
  }
}
#main.prd_lst > .sec1 > .inner > .box1 > .lnk, #main.prd_res > .sec1 > .inner > .box1 > .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 > .sec1 > .inner > .box1 > .lnk::after, #main.prd_res > .sec1 > .inner > .box1 > .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 > .sec1 > .inner > .box2, #main.prd_res > .sec1 > .inner > .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 > .sec1 > .inner > .box2, #main.prd_res > .sec1 > .inner > .box2 {
    background-color: transparent;
    display: block;
    height: auto;
    left: auto;
    position: static;
    top: auto;
  }
}
#main.prd_lst > .sec1 > .inner > .box2 > .box1, #main.prd_res > .sec1 > .inner > .box2 > .box1 {
  border-bottom: 1px solid #dddddd;
  height: 55px;
  padding: 0 8%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box2 > .box1, #main.prd_res > .sec1 > .inner > .box2 > .box1 {
    display: none;
  }
}
#main.prd_lst > .sec1 > .inner > .box2 > .box1 > .par, #main.prd_res > .sec1 > .inner > .box2 > .box1 > .par {
  height: auto;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 20px 0;
  vertical-align: middle;
}
#main.prd_lst > .sec1 > .inner > .box2 > .box1 > .par > .txt1, #main.prd_res > .sec1 > .inner > .box2 > .box1 > .par > .txt1 {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
}
#main.prd_lst > .sec1 > .inner > .box2 > .box1 > .par > .ico, #main.prd_res > .sec1 > .inner > .box2 > .box1 > .par > .ico {
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  width: 7px;
}
#main.prd_lst > .sec1 > .inner > .box2 > .box1 > .lnk, #main.prd_res > .sec1 > .inner > .box2 > .box1 > .lnk {
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
#main.prd_lst > .sec1 > .inner > .box2 > .box1 > .lnk > .ico, #main.prd_res > .sec1 > .inner > .box2 > .box1 > .lnk > .ico {
  height: 100%;
  width: 100%;
  display: block;
}
#main.prd_lst > .sec1 > .inner > .box2 > .box2, #main.prd_res > .sec1 > .inner > .box2 > .box2 {
  height: calc(100% - 55px);
  overflow-y: scroll;
  padding: 0 8% 100px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box2 > .box2, #main.prd_res > .sec1 > .inner > .box2 > .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 > .sec1 > .inner > .box2 > .box2, #main.prd_res > .sec1 > .inner > .box2 > .box2 {
    margin: 0 auto;
    max-width: 1000px;
  }
}
#main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 490px;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner {
    margin: 0;
    max-width: none;
  }
}
#main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst], #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [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 > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst], #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [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 > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .trm, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .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 > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .trm, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .trm {
    font-size: 16px;
    left: 21.5px;
    margin: 0;
    position: absolute;
    top: 20px;
    width: 200px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .trm, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .trm {
    left: 11.5px;
    top: 18px;
  }
}
#main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc {
  cursor: pointer;
  height: auto;
  padding: 7.5px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc {
    padding: 6.5px;
    width: auto;
  }
}
#main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc.full, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc.full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc.full, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc.full {
    width: auto;
  }
}
#main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc > .txt, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc > .txt {
  height: auto;
  width: 100%;
  display: block;
  background-color: #f0f2f5;
  border-radius: 17.5px;
  color: #838383;
  font-size: 10px;
  letter-spacing: .05em;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc > .txt, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc > .txt {
    border-radius: 14px;
      font-size: 15px;
      padding: 6.5px 15px;
    transition: background-color 0.35s, color 0.35s;
  }
}
#main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc.active > .txt, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc.active > .txt {
  background-color: #ba0025;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc:hover > .txt, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst] > .dsc:hover > .txt {
    background-color: #000000;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst].type2, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst].type2 {
    padding: 6.5px 0 6.5px 250px;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst].type2 > .trm, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > [class^=lst].type2 > .trm {
    width: 250px;
  }
}
#main.prd_lst > .sec1 > .inner > .box2 > .box2 > .inner > .lnk, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > .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 > .sec1 > .inner > .box2 > .box2 > .inner > .lnk, #main.prd_res > .sec1 > .inner > .box2 > .box2 > .inner > .lnk {
    display: none;
  }
}
#main.prd_lst > .sec1 > .inner > .box3, #main.prd_res > .sec1 > .inner > .box3 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec1 > .inner > .box3, #main.prd_res > .sec1 > .inner > .box3 {
    max-width: 400px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec1 > .inner > .box3, #main.prd_res > .sec1 > .inner > .box3 {
    bottom: calc(100% + 20px);
    position: absolute;
    right: 50px;
    width: 300px;
  }
}
#main.prd_lst > .sec1 > .inner > .box3 > .searchform, #main.prd_res > .sec1 > .inner > .box3 > .searchform {
  height: auto;
  width: 100%;
}
#main.prd_lst > .sec1 > .inner > .box3 > .searchform > .par, #main.prd_res > .sec1 > .inner > .box3 > .searchform > .par {
  height: auto;
  width: 100%;
  position: relative;
}
#main.prd_lst > .sec1 > .inner > .box3 > .searchform > .par::after, #main.prd_res > .sec1 > .inner > .box3 > .searchform > .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 > .sec1 > .inner > .box3 > .searchform > .par > .ipbox, #main.prd_res > .sec1 > .inner > .box3 > .searchform > .par > .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 > .sec1 > .inner > .box3 > .searchform > .par > .ipbox, #main.prd_res > .sec1 > .inner > .box3 > .searchform > .par > .ipbox {
    text-align: left;
  }
}
#main.prd_lst > .sec2, #main.prd_res > .sec2 {
  height: auto;
  width: 100%;
}
#main.prd_lst > .sec2 > .inner, #main.prd_res > .sec2 > .inner {
  height: auto;
  width: 100%;
  padding: 30px 8%;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec2 > .inner, #main.prd_res > .sec2 > .inner {
    padding: 50px 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec2 > .inner, #main.prd_res > .sec2 > .inner {
    padding: 20px 50px 100px;
  }
}
#main.prd_lst > .sec2 > .inner > .box1, #main.prd_res > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (min-width: 550px) {
  #main.prd_lst > .sec2 > .inner > .box1, #main.prd_res > .sec2 > .inner > .box1 {
    margin: 0 auto 25px;
    max-width: 660px;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec2 > .inner > .box1, #main.prd_res > .sec2 > .inner > .box1 {
    max-width: 670px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec2 > .inner > .box1, #main.prd_res > .sec2 > .inner > .box1 {
    margin: 0 auto 40px;
    max-width: 1000px;
  }
}
#main.prd_lst > .sec2 > .inner > .box1 > .phd, #main.prd_res > .sec2 > .inner > .box1 > .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 > .sec2 > .inner > .box1 > .phd, #main.prd_res > .sec2 > .inner > .box1 > .phd {
    font-size: 17px;
  }
}
#main.prd_lst > .sec2 > .inner > .box1 > [class^=lst], #main.prd_res > .sec2 > .inner > .box1 > [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 > .sec2 > .inner > .box1 > [class^=lst], #main.prd_res > .sec2 > .inner > .box1 > [class^=lst] {
    font-size: 16px;
  }
}
#main.prd_lst > .sec2 > .inner > .box1 > [class^=lst]:not(:last-of-type), #main.prd_res > .sec2 > .inner > .box1 > [class^=lst]:not(:last-of-type) {
  margin-right: 1em;
}
#main.prd_lst > .sec2 > .inner > .box1 > [class^=lst] > .trm, #main.prd_res > .sec2 > .inner > .box1 > [class^=lst] > .trm {
  display: inline;
}
#main.prd_lst > .sec2 > .inner > .box1 > [class^=lst] > .dsc, #main.prd_res > .sec2 > .inner > .box1 > [class^=lst] > .dsc {
  display: inline;
}
#main.prd_lst > .sec2 > .inner > .box1 > [class^=lst] > .dsc:not(.active), #main.prd_res > .sec2 > .inner > .box1 > [class^=lst] > .dsc:not(.active) {
  display: none;
}
#main.prd_lst > .sec2 > .inner > .box2, #main.prd_res > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 550px) {
  #main.prd_lst > .sec2 > .inner > .box2, #main.prd_res > .sec2 > .inner > .box2 {
    margin: 0 auto;
    max-width: 660px;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec2 > .inner > .box2, #main.prd_res > .sec2 > .inner > .box2 {
    max-width: 670px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec2 > .inner > .box2, #main.prd_res > .sec2 > .inner > .box2 {
    max-width: 1000px;
  }
}
#main.prd_lst > .sec2 > .inner > .box2 > .lst, #main.prd_res > .sec2 > .inner > .box2 > .lst {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 550px) {
  #main.prd_lst > .sec2 > .inner > .box2 > .lst, #main.prd_res > .sec2 > .inner > .box2 > .lst {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0 -15px;
    width: calc(100% + 30px);
  }
}
#main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm {
  height: auto;
  width: 100%;
  display: none;
  margin: 0 auto 50px;
  max-width: 315px;
}
@media screen and (min-width: 550px) {
  #main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm {
    margin: 0;
    max-width: none;
    padding: 15px;
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm {
    width: 33.333%;
  }
}
#main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm.show_lst1.show_lst2.show_lst3.show_lst4, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm.show_lst1.show_lst2.show_lst3.show_lst4 {
  display: block;
}
#main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm > .lnk, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm > .lnk {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm > .lnk, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm > .lnk {
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm > .lnk:hover, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm > .lnk:hover {
    opacity: 0.7;
  }
}
#main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .img, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .img {
  height: auto;
  width: 100%;
  border: 1px solid #dddddd;
  display: block;
  margin-bottom: 15px;
  /*padding: 5px;*//*--20200211--*/
}
#main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .phd, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .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 > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .phd br, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .phd br {
    display: none;
  }
}
#main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .par, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .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 > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .lst, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.prd_lst > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .lst > .itm, #main.prd_res > .sec2 > .inner > .box2 > .lst > .itm > .lnk > .lst > .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 > .sec2 > .inner > .box2 > .par, #main.prd_res > .sec2 > .inner > .box2 > .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 > .sec2 > .inner > .box2 > .par, #main.prd_res > .sec2 > .inner > .box2 > .par {
    padding: 150px 0;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec2 > .inner > .box2 > .par, #main.prd_res > .sec2 > .inner > .box2 > .par {
    font-size: 20px;
    padding: 200px 0;
  }
}
#main.prd_lst > .sec2 > .inner > .box2.none > .lst, #main.prd_res > .sec2 > .inner > .box2.none > .lst {
  display: none;
}
#main.prd_lst > .sec2 > .inner > .box2.none > .par, #main.prd_res > .sec2 > .inner > .box2.none > .par {
  display: block;
}
/*** added on Feb 25 ***/
#main.prd_lst > .sec2 > .inner > .box3, #main.prd_res > .sec2 > .inner > .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 > .sec2 > .inner > .box3, #main.prd_res > .sec2 > .inner > .box3 {
    transition: background 0.35s, border 0.35s;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec2 > .inner > .box3, #main.prd_res > .sec2 > .inner > .box3 {
    margin: 80px auto;
  }
}
#main.prd_lst > .sec2 > .inner > .box3::after, #main.prd_res > .sec2 > .inner > .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 > .sec2 > .inner > .box3:hover, #main.prd_res > .sec2 > .inner > .box3:hover {
    background-color: #ba0025;
    border: 1px solid #ba0025;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec2 > .inner > .box3:hover::after, #main.prd_res > .sec2 > .inner > .box3:hover::after {
    background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_home_2.svg") center center no-repeat;
  }
}
#main.prd_lst > .sec2 > .inner > .box0, #main.prd_res > .sec2 > .inner > .box0 {
  height: auto;
  width: 100%;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec2 > .inner > .box0, #main.prd_res > .sec2 > .inner > .box0 {
    padding: 150px 0;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec2 > .inner > .box0, #main.prd_res > .sec2 > .inner > .box0 {
    padding: 200px 0;
  }
}
#main.prd_lst > .sec2 > .inner > .box0 > .par, #main.prd_res > .sec2 > .inner > .box0 > .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 > .sec2 > .inner > .box0 > .par, #main.prd_res > .sec2 > .inner > .box0 > .par {
    font-size: 20px;
  }
}
#main.prd_lst > .sec2 > .inner > .box0 > .lnk, #main.prd_res > .sec2 > .inner > .box0 > .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 > .sec2 > .inner > .box0 > .lnk, #main.prd_res > .sec2 > .inner > .box0 > .lnk {
    transition: background 0.35s, border 0.35s;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_lst > .sec2 > .inner > .box0 > .lnk, #main.prd_res > .sec2 > .inner > .box0 > .lnk {
    margin: 80px auto;
  }
}
#main.prd_lst > .sec2 > .inner > .box0 > .lnk::after, #main.prd_res > .sec2 > .inner > .box0 > .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 > .sec2 > .inner > .box0 > .lnk:hover, #main.prd_res > .sec2 > .inner > .box0 > .lnk:hover {
    background-color: #ba0025;
    border: 1px solid #ba0025;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_lst > .sec2 > .inner > .box0 > .lnk:hover::after, #main.prd_res > .sec2 > .inner > .box0 > .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 > .sec1 > .inner::after {
    border-bottom: 1px solid #dddddd;
    content: '';
    display: block;
    height: 1px;
    left: 50px;
    position: absolute;
    top: 0;
    width: 1000px;
  }
}
#main.prd_res > .sec2 > .inner > .box2 > .lst > .itm {
  display: block;
}
/*** #main.prd_itm ***/
#main.prd_itm > .sec1 {
  height: auto;
  width: 100%;
}
#main.prd_itm > .sec1 > .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 > .sec1 > .inner {
    max-width: 768px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
  }
}
#main.prd_itm > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box1 {
    margin-bottom: 60px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box1 {
    padding: 0 50px;
  }
}
#main.prd_itm > .sec1 > .inner > .box1 > .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 > .sec1 > .inner > .box1 > .phd {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box1 > .phd br {
    display: none;
  }
}
#main.prd_itm > .sec1 > .inner > .box1 > .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 > .sec1 > .inner > .box1 > .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 > .sec1 > .inner > .box1 > .lst {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box1 > .lst {
    display: none;
  }
}
#main.prd_itm > .sec1 > .inner > .box1 > .lst > .itm {
    display: none;
/*
  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 > .sec1 > .inner > .box1 > .lst > .itm:not(:last-of-type) {
  margin-right: .5em;
}
#main.prd_itm > .sec1 > .inner > .box1 > .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 > .sec1 > .inner > .box1 > .par {
    font-size: 19px;
    line-height: 28.8px;
  }
}
#main.prd_itm > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 67.5px;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box2 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box2 {
    padding: 0 50px;
  }
}
#main.prd_itm > .sec1 > .inner > .box2 > .img {
  height: auto;
  width: 100%;
  border: 1px solid #dddddd;
  display: block;
  /*padding: 5px;*//*--20200211--*/
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box2 > .img {
    margin: 0 auto;
    width: 470px;
  }
}
#main.prd_itm > .sec1 > .inner > .box3 {
  height: auto;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box3 {
    margin-bottom: 60px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box3 {
    padding: 0 50px;
  }
}
#main.prd_itm > .sec1 > .inner > .box3 > .phd {
  height: auto;
  width: 100%;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 25px;
}
#main.prd_itm > .sec1 > .inner > .box3 > .fig {
  height: auto;
  width: 100%;
}
#main.prd_itm > .sec1 > .inner > .box3 > .fig:not(:last-of-type) {
  margin-bottom: 30px;
}
#main.prd_itm > .sec1 > .inner > .box3 > .fig > .inner {
  height: auto;
  width: 100%;
}
#main.prd_itm > .sec1 > .inner > .box3 > .fig > .inner > .lnk {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
}
#main.prd_itm > .sec1 > .inner > .box3 > .fig > .inner > .lnk > .img {
  height: auto;
  width: 100%;
  border: 1px solid #dddddd;
  display: block;
}
#main.prd_itm > .sec1 > .inner > .box3 > .fig > .inner > .lnk > [class^=ico] {
  bottom: 10px;
  display: block;
  height: 24px;
  position: absolute;
  right: 10px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box3 > .fig > .inner > .lnk > [class^=ico] {
    transition: opacity 0.35s;
  }
}
#main.prd_itm > .sec1 > .inner > .box3 > .fig > .inner > .lnk > [class^=ico].ico1 {
  opacity: 1;
}
#main.prd_itm > .sec1 > .inner > .box3 > .fig > .inner > .lnk > [class^=ico].ico2 {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box3 > .fig > .inner > .lnk:hover > .ico1 {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box3 > .fig > .inner > .lnk:hover > .ico2 {
    opacity: 1;
  }
}
#main.prd_itm > .sec1 > .inner > .box3 > .fig > .cap {
  height: auto;
  width: 100%;
  color: #555555;
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 23px;
  margin-top: 15px;
}
#main.prd_itm > .sec1 > .inner > .box4 {
  height: auto;
  width: 100%;
  margin-bottom: 67.5px;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box4 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box4 {
    padding: 0 50px;
  }
}
#main.prd_itm > .sec1 > .inner > .box4 > .inner {
  border: 1px solid #000000;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box4 > .inner {
    padding: 32.5px 40px 35px;
  }
}
#main.prd_itm > .sec1 > .inner > .box4 > .inner > .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 > .sec1 > .inner > .box4 > .inner > .phd {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
#main.prd_itm > .sec1 > .inner > .box4 > .inner > .lst {
  height: auto;
  width: 100%;
}
#main.prd_itm > .sec1 > .inner > .box4 > .inner > .lst > .itm {
  height: auto;
  width: 100%;
}
#main.prd_itm > .sec1 > .inner > .box4 > .inner > .lst > .itm:not(:last-of-type) {
  margin-bottom: 15px;
}
#main.prd_itm > .sec1 > .inner > .box4 > .inner > .lst > .itm > .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 > .sec1 > .inner > .box4 > .inner > .lst > .itm > .lnk {
    font-size: 17px;
    line-height: 28.8px;
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box4 > .inner > .lst > .itm > .lnk {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box4 > .inner > .lst > .itm > .lnk:hover {
    opacity: .7;
  }
}
#main.prd_itm > .sec1 > .inner > .box4 > .inner > .lst > .itm > .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 > .sec1 > .inner > .box4 > .inner > .lst > .itm > .lnk::after {
    height: 23px;
    width: 18px;
  }
}
#main.prd_itm > .sec1 > .inner > .box5 {
  height: auto;
  width: 100%;
  margin-bottom: 67.5px;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box5 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box5 {
    padding: 0 50px;
  }
}
#main.prd_itm > .sec1 > .inner > .box5 > .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 > .sec1 > .inner > .box5 > .phd {
    padding: 0;
  }
}
#main.prd_itm > .sec1 > .inner > .box5 > .fig {
  height: auto;
  width: 100%;
}
#main.prd_itm > .sec1 > .inner > .box5 > .fig:not(:last-of-type) {
  margin-bottom: 30px;
}
#main.prd_itm > .sec1 > .inner > .box5 > .fig > .mov {
  height: auto;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#main.prd_itm > .sec1 > .inner > .box5 > .fig > .mov iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: block;
  position: absolute;
}
#main.prd_itm > .sec1 > .inner > .box5 > .fig > .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 > .sec1 > .inner > .box5 > .fig > .cap {
    font-size: 13px;
    padding: 0;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 {
  height: auto;
  width: 100%;
  margin-bottom: 80px;
}
#main.prd_itm > .sec1 > .inner > .box6 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 67.5px;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box1 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box1 {
    padding: 0 50px;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 > .box1 h2 {
  height: auto;
  width: 100%;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 25px;
}
#main.prd_itm > .sec1 > .inner > .box6 > .box1 blockquote {
  height: auto;
  width: 100%;
  border: 3px solid #ba0025;
  border-radius: 15px;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box1 blockquote {
    padding: 30px 60px;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box1 blockquote p {
    align-items: center;
    display: flex;
    justify-content: space-around;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 > .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 > .sec1 > .inner > .box6 > .box1 blockquote p span {
    width: auto;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 > .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 > .sec1 > .inner > .box6 > .box1 blockquote p img:nth-of-type(1) {
    display: none;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 > .box1 blockquote p img:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box1 blockquote p img:nth-of-type(2) {
    display: block;
    height: auto;
    width: 80px;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 67.5px;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box2 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box2 {
    padding: 0 50px;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 > .box2 h2 {
  height: auto;
  width: 100%;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 25px;
}
/*20200217ngi修正*/
#main.prd_itm > .sec1 > .inner > .box6 > .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 > .sec1 > .inner > .box6 > .box2 ul {
  height: auto;
  width: 100%;
}
#main.prd_itm > .sec1 > .inner > .box6 > .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 > .sec1 > .inner > .box6 > .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 > .sec1 > .inner > .box6 > .box2 ul li {
    font-size: 17px;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 > .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 > .sec1 > .inner > .box6 > .box2 ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
/*20200217ngi追記*/
#main.prd_itm > .sec1 > .inner > .box6 > .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 > .sec1 > .inner > .box6 > .box3 {
  height: auto;
  width: 100%;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box3 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box3 {
    padding: 0 50px;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 > .box3 h2 {
  height: auto;
  width: 100%;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 25px;
}
#main.prd_itm > .sec1 > .inner > .box6 > .box3 div {
  height: auto;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 25px;
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box3 div {
    overflow-x: hidden;
    padding-bottom: 0;
  }
}
/*20200220ngi追記*/
#main.prd_itm > .sec1 > .inner > .box6 > .box3.mgT50 {
    margin-top: 50px;
  }
#main.prd_itm > .sec1 > .inner > .box6 > .box3 div::-webkit-scrollbar {
  height: 10px;
}
#main.prd_itm > .sec1 > .inner > .box6 > .box3 div::-webkit-scrollbar-thumb {
  background: #838383;
  border-radius: 5px;
}
#main.prd_itm > .sec1 > .inner > .box6 > .box3 div::-webkit-scrollbar-track-piece {
  background: #dddddd;
  border-radius: 5px;
}
/*20200220ngi追記*/
#main.prd_itm > .sec1 > .inner > .box6 > .box3 div table {
    width: 100%;
}
/*20200220ngi追記*/
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box6 > .box3 div table {
    height: auto;
    width: 100%;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 > .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;
}
/*20200220ngi追記*/
@media screen and (min-width: 768px) {
#main.prd_itm > .sec1 > .inner > .box6 > .box3.widetable div table tbody th {
  white-space: normal;
  }
}
#main.prd_itm > .sec1 > .inner > .box6 > .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 > .sec1 > .inner > .box6 > .box3 div table tbody td {
  white-space: normal;
  }
}
/*20200217ngi追記*/
#main.prd_itm > .sec1 > .inner > .box6 > .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 > .sec1 > .inner > .box7 {
  height: auto;
  width: 100%;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box7 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.prd_itm > .sec1 > .inner > .box7 {
    padding: 0 50px;
  }
}
#main.prd_itm > .sec1 > .inner > .box7 > .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 > .sec1 > .inner > .box7 > .lnk {
    transition: background 0.35s, border 0.35s;
  }
}
#main.prd_itm > .sec1 > .inner > .box7 > .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 > .sec1 > .inner > .box7 > .lnk:hover {
    background-color: #ba0025;
    border: 1px solid #ba0025;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  #main.prd_itm > .sec1 > .inner > .box7 > .lnk:hover::after {
    background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_home_2.svg") center center no-repeat;
  }
}
