/*
 * filename: column.css
 * version: 1.0
 */
/*** #main.column_ ***/
#main.column_lst > .inner > .box0, #main.column_itm > .inner > .box0 {
  height: auto;
  width: 100%;
  padding: 100px 0;
}
#main.column_lst > .inner > .box0 > .par, #main.column_itm > .inner > .box0 > .par {
  height: auto;
  width: 100%;
  font-size: 16px;
  letter-spacing: .05em;
  text-align: center;
}

/*** #main.column_lst***/
#main.column_lst > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto 60px;
  max-width: calc(450px + 16%);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.column_lst > .inner {
    margin: 0 auto 80px;
    max-width: 768px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_lst > .inner {
    margin: 0 auto 120px;
    max-width: 900px;
    padding: 0 50px;
  }
}
#main.column_lst > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main.column_lst > .inner > .box1 > .lst {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.column_lst > .inner > .box1 > .lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_lst > .inner > .box1 > .lst {
    display: block;
  }
}
#main.column_lst > .inner > .box1 > .lst > .itm {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #main.column_lst > .inner > .box1 > .lst > .itm {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1100px) {
  #main.column_lst > .inner > .box1 > .lst > .itm {
    width: 100%;
  }
}
#main.column_lst > .inner > .box1 > .lst > .itm:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #main.column_lst > .inner > .box1 > .lst > .itm:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_lst > .inner > .box1 > .lst > .itm:nth-last-of-type(2) {
    margin-bottom: 30px;
  }
}
#main.column_lst > .inner > .box1 > .lst > .itm > .lnk {
  display: block;
}
@media screen and (min-width: 768px) {
  #main.column_lst > .inner > .box1 > .lst > .itm > .lnk {
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 768px) {
  #main.column_lst > .inner > .box1 > .lst > .itm > .lnk:hover {
    opacity: 0.7;
  }
}
#main.column_lst > .inner > .box1 > .lst > .itm > .lnk > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.column_lst > .inner > .box1 > .lst > .itm > .lnk > .img1 {
    display: none;
  }
}
#main.column_lst > .inner > .box1 > .lst > .itm > .lnk > .img2 {
  height: auto;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  #main.column_lst > .inner > .box1 > .lst > .itm > .lnk > .img2 {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_lst > .inner > .box1 > .lst > .itm > .lnk > .img2 {
    display: none;
  }
}
#main.column_lst > .inner > .box1 > .lst > .itm > .lnk > .img3 {
  height: auto;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1100px) {
  #main.column_lst > .inner > .box1 > .lst > .itm > .lnk > .img3 {
    display: block;
  }
}

/*** #main.column_itm ***/
#main.column_itm > .inner {
  height: auto;
  width: 100%;
}
#main.column_itm > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 {
    margin-bottom: 80px;
  }
}
#main.column_itm > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box1 {
    margin-bottom: 80px;
  }
}
#main.column_itm > .inner > .box1 > .box1 > .phd {
  height: auto;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 37px;
  padding: 0 8%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box1 > .phd {
    font-size: 29px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box1 > .phd {
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box1 > .phd br {
    display: none;
  }
}
#main.column_itm > .inner > .box1 > .box1 > .fig {
  height: auto;
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box1 > .fig {
    margin: 40px auto 0;
    max-width: 768px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box1 > .fig {
    margin: 40px auto 0;
    max-width: 1000px;
  }
}
#main.column_itm > .inner > .box1 > .box1 > .fig > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.column_itm > .inner > .box1 > .box1 > .fig > .cap {
  height: auto;
  width: 100%;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 29px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box1 > .fig > .cap {
    font-size: 13px;
    margin-top: 10px;
  }
}
#main.column_itm > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  margin: 0 auto 60px;
  max-width: calc(450px + 16%);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box2 {
    margin: 0 auto 80px;
    max-width: 768px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box2 {
    margin: 0 auto 90px;
    max-width: 770px;
    padding: 0 50px;
  }
}
#main.column_itm > .inner > .box1 > .box2 > p {
  height: auto;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 31px;
}
#main.column_itm > .inner > .box1 > .box3 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: calc(450px + 16%);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 {
    max-width: 768px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 {
    max-width: 950px;
    padding: 0 50px;
  }
}
#main.column_itm > .inner > .box1 > .box3 h3 {
  height: auto;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 36px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 h3 {
    font-size: 27px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 h3 br {
    display: none;
  }
}
#main.column_itm > .inner > .box1 > .box3 p {
  height: auto;
  width: 100%;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 29px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 p {
    letter-spacing: .03em;
  }
}
#main.column_itm > .inner > .box1 > .box3 strong {
  font-weight: 700;
}
#main.column_itm > .inner > .box1 > .box3 img {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 img.sp {
    display: none;
  }
}
#main.column_itm > .inner > .box1 > .box3 img.pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 img.pc {
    display: inline;
  }
}
#main.column_itm > .inner > .box1 > .box3 a {
  color: #ba0025;
}
#main.column_itm > .inner > .box1 > .box3 a[target='_blank']::after {
  background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_extlnk.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12.5px;
  width: 12.5px;
}
#main.column_itm > .inner > .box1 > .box3 .wp-caption-text {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 29px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 .wp-caption-text {
    margin-top: 10px;
  }
}
#main.column_itm > .inner > .box1 > .box3 [class*=layout] {
  margin-bottom: 80px;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 [class*=layout] {
    margin-bottom: 100px;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout1 {
  height: auto;
  width: 100%;
}
#main.column_itm > .inner > .box1 > .box3 .layout1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout1 > .box1 {
    margin-bottom: 22.5px;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout1 > .box2 {
  height: auto;
  width: 100%;
}
#main.column_itm > .inner > .box1 > .box3 .layout2 {
  height: auto;
  width: 100%;
}
#main.column_itm > .inner > .box1 > .box3 .layout2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout2 > .box1 {
    margin-bottom: 37.5px;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout2 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout2 > .box2 {
    margin-bottom: 22.5px;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout2 > .box3 {
  height: auto;
  width: 100%;
}
#main.column_itm > .inner > .box1 > .box3 .layout3 {
  height: auto;
  width: 100%;
}
#main.column_itm > .inner > .box1 > .box3 .layout3 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout3 > .box1 {
    margin-bottom: 22.5px;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout3 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
#main.column_itm > .inner > .box1 > .box3 .layout3 > .box3 {
  height: auto;
  width: 100%;
}
#main.column_itm > .inner > .box1 > .box3 .layout4 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout4 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 .layout4 > .box1 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout4 > .box1 {
    margin-bottom: 32.5px;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout4 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout4 > .box2 {
    width: 43%;
    margin-bottom: 0;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout4 > .box3 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout4 > .box3 {
    width: 52.5%;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout5 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout5 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 .layout5 > .box1 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout5 > .box1 {
    margin-bottom: 32.5px;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout5 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout5 > .box2 {
    width: 43%;
    margin-bottom: 0;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout5 > .box3 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout5 > .box3 {
    width: 52.5%;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout6 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout6 {
    padding-right: 47.5%;
    position: relative;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout6 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 .layout6 > .box1 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout6 > .box1 {
    margin-bottom: 32.5px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout6 > .box1 h3 {
    text-align: left;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout6 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 .layout6 > .box2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout6 > .box2 {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 43%;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout6 > .box3 {
  height: auto;
  width: 100%;
}
#main.column_itm > .inner > .box1 > .box3 .layout7 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout7 {
    padding-left: 47.5%;
    position: relative;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout7 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 .layout7 > .box1 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout7 > .box1 {
    margin-bottom: 32.5px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout7 > .box1 h3 {
    text-align: left;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout7 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box1 > .box3 .layout7 > .box2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box1 > .box3 .layout7 > .box2 {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 43%;
  }
}
#main.column_itm > .inner > .box1 > .box3 .layout7 > .box3 {
  height: auto;
  width: 100%;
}
#main.column_itm > .inner > .box2 {
  height: auto;
  width: 100%;
  margin: 0 auto 50px;
  max-width: calc(450px + 16%);
  padding: 40px 8% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box2 {
    max-width: 768px;
    padding: 40px 50px 0;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box2 {
    max-width: 950px;
    padding: 40px 50px 0;
  }
}
#main.column_itm > .inner > .box2::after {
  background-color: #dddddd;
  content: '';
  display: block;
  height: 2px;
  left: 8%;
  position: absolute;
  top: 0;
  width: calc(100% - 16%);
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box2::after {
    left: 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box2::after {
    left: 50px;
    width: calc(100% - 100px);
  }
}
#main.column_itm > .inner > .box2 > .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.column_itm > .inner > .box2 > .lst > [class^=itm] {
  font-size: 16px;
  letter-spacing: .05em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box2 > .lst > [class^=itm] {
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box2 > .lst > [class^=itm]:hover {
    opacity: .7;
  }
}
#main.column_itm > .inner > .box2 > .lst > [class^=itm].itm1 {
  height: auto;
  margin-bottom: 35px;
  order: 1;
  padding-left: 17.5px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box2 > .lst > [class^=itm].itm1 {
    width: 33.333%;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box2 > .lst > [class^=itm].itm1 {
    padding-left: 21px;
  }
}
#main.column_itm > .inner > .box2 > .lst > [class^=itm].itm1::before {
  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: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
#main.column_itm > .inner > .box2 > .lst > [class^=itm].itm2 {
  height: auto;
  margin-bottom: 35px;
  order: 2;
  padding-right: 17.5px;
  position: relative;
  text-align: right;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box2 > .lst > [class^=itm].itm2 {
    order: 3;
    width: 33.333%;
  }
}
@media screen and (min-width: 1100px) {
  #main.column_itm > .inner > .box2 > .lst > [class^=itm].itm2 {
    padding-right: 21px;
  }
}
#main.column_itm > .inner > .box2 > .lst > [class^=itm].itm2::after {
  background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_arrow_right1.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
#main.column_itm > .inner > .box2 > .lst > [class^=itm].itm3 {
  height: auto;
  order: 3;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.column_itm > .inner > .box2 > .lst > [class^=itm].itm3 {
    order: 2;
    width: 33.333%;
  }
}
#main.column_itm > .inner > .box2 > .lst > [class^=itm].nolnk {
  opacity: .3;
}
