/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .mainttl {
  background-image: url(../../../images/bg_ttl_sh.jpg);
}
main section.ttl_section .wrapper .page_info .t02 {
  text-align: center;
}
main section.s01 .wrapper dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper dl + dl {
  margin-top: 40px;
}
main section.s01 .wrapper dl dt {
  width: 50%;
  padding-left: 24px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s01 .wrapper dl dt img {
  width: 100%;
}
main section.s01 .wrapper dl dd {
  width: 50%;
  padding-right: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}
main section.s01 .wrapper dl dd .txtbox {
  width: 526px;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
main section.s01 .wrapper dl dd .txtbox .t03 {
  font-size: 23px;
  line-height: 1.8;
}
main section.s01 .wrapper dl dd .txtbox .t03 + .t04 {
  margin-top: 20px;
}
main section.s01 .wrapper dl dd .txtbox .t04 {
  font-size: 17px;
  line-height: 2.3;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    padding: 0 20px;
  }
  main section.s01 .wrapper dl {
    display: block;
  }
  main section.s01 .wrapper dl + dl {
    margin-top: 30px;
  }
  main section.s01 .wrapper dl:nth-child(even) dt img {
    width: 526px;
  }
  main section.s01 .wrapper dl dt {
    width: 100%;
    padding: 0 !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s01 .wrapper dl dt img {
    width: 100% !important;
  }
  main section.s01 .wrapper dl dd {
    width: 100%;
    padding: 0 !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10px;
  }
  main section.s01 .wrapper dl dd .txtbox {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper dl dd .txtbox .t03 {
    font-size: 18px;
    line-height: 1.5;
  }
  main section.s01 .wrapper dl dd .txtbox .t03 + .t04 {
    margin-top: 5px;
  }
  main section.s01 .wrapper dl dd .txtbox .t04 {
    font-size: 13px;
    line-height: 2;
  }
}