/*
 * filename: product.css
 * version: 1.0
 */
#main.product {
  margin-bottom: 100px;
}
#main.product > .sec1 {
  height: auto;
  width: 100%;
}
#main.product > .sec1 > .inner {
  height: auto;
  width: 100%;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.product > .sec1 > .inner {
    padding: 0 50px;
  }
}
#main.product > .sec1 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.product > .sec1 > .inner > [class^=box] {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media screen and (min-width: 1100px) {
  #main.product > .sec1 > .inner > [class^=box] {
    margin: 0 auto;
    max-width: 1000px;
  }
}
#main.product > .sec1 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 110px;
}
#main.product > .sec1 > .inner > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 22.5px;
}
@media screen and (min-width: 768px) {
  #main.product > .sec1 > .inner > [class^=box] > .box1 {
    margin: 0;
    position: absolute;
    right: 0;
    top: 12px;
    width: calc(65.9% - 20px);
  }
}
@media screen and (min-width: 1100px) {
  #main.product > .sec1 > .inner > [class^=box] > .box1 {
    width: calc(100% - 380px);
  }
}
#main.product > .sec1 > .inner > [class^=box] > .box1 > .phd {
  height: auto;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.product > .sec1 > .inner > [class^=box] > .box1 > .phd {
    text-align: left;
  }
}
#main.product > .sec1 > .inner > [class^=box] > .box1 > .phd > .txt1 {
  display: inline-block;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .05em;
  vertical-align: middle;
}
#main.product > .sec1 > .inner > [class^=box] > .box1 > .phd > .txt2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-left: 10px;
  vertical-align: middle;
}
#main.product > .sec1 > .inner > [class^=box] > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #main.product > .sec1 > .inner > [class^=box] > .box2 {
    width: calc(34.1% - 20px);
  }
}
@media screen and (min-width: 1100px) {
  #main.product > .sec1 > .inner > [class^=box] > .box2 {
    width: 340px;
  }
}
#main.product > .sec1 > .inner > [class^=box] > .box2 > .fig {
  height: auto;
  width: 100%;
}
#main.product > .sec1 > .inner > [class^=box] > .box2 > .fig > .img {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  width: 250px;
}
@media screen and (min-width: 768px) {
  #main.product > .sec1 > .inner > [class^=box] > .box2 > .fig > .img {
    margin: 0 0 10px;
    width: 100%;
  }
}
#main.product > .sec1 > .inner > [class^=box] > .box2 > .fig > .cap {
  height: auto;
  width: 100%;
  font-size: 13px;
  letter-spacing: .05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.product > .sec1 > .inner > [class^=box] > .box2 > .fig > .cap {
    text-align: left;
  }
}
@media screen and (min-width: 1100px) {
  #main.product > .sec1 > .inner > [class^=box] > .box2 > .fig > .cap {
    font-size: 14px;
  }
}
#main.product > .sec1 > .inner > [class^=box] > .box3 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  #main.product > .sec1 > .inner > [class^=box] > .box3 {
    margin: 55px 0 0;
    max-width: none;
    width: calc(65.9% - 20px);
  }
}
@media screen and (min-width: 1100px) {
  #main.product > .sec1 > .inner > [class^=box] > .box3 {
    width: 620px;
  }
}
#main.product > .sec1 > .inner > [class^=box] > .box3 > .par {
  height: auto;
  width: 100%;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 29px;
}
#main.product > .sec1 > .inner > [class^=box] > .box3 > .lnk {
  height: auto;
  width: 100%;
  display: block;
  font-size: 16px;
  letter-spacing: .05em;
  margin-top: 25px;
  padding-right: 20px;
  position: relative;
  text-align: right;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #main.product > .sec1 > .inner > [class^=box] > .box3 > .lnk {
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 768px) {
  #main.product > .sec1 > .inner > [class^=box] > .box3 > .lnk:hover {
    opacity: .7;
  }
}
#main.product > .sec1 > .inner > [class^=box] > .box3 > .lnk::after {
  background: url("https://www.mitsuhashi-corp.co.jp/images/cn/ico_arrow_right1.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
#pack{
    padding-top: 100px;
    margin-top: -100px;
}
#lpc{
    padding-top: 100px;
    margin-top: -100px;
}
#airex{
    padding-top: 100px;
    margin-top: -100px;
}
#ue{
    padding-top: 100px;
    margin-top: -100px;
} 