/* ------------------------------
 width: all
------------------------------ */
main section.ttlsection .wrapper {
  padding-top: 20px;
}
main section.ttlsection .wrapper .ttl_en {
  width: 363px;
}
main section.ttlsection .wrapper h2 {
  bottom: 45px;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 30px auto 0;
}
main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  background-image: url(../../images/cr0101.png);
  background-size: 762px auto;
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  padding-bottom: 20px;
}
main section.s01 .wrapper .t01 {
  width: 980px;
  margin: 40px auto 70px;
  font-size: 16px;
  line-height: 36px;
}
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;
}
main section.s01 .wrapper dl:nth-child(even) dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s01 .wrapper dl:nth-child(even) dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s01 .wrapper dl:nth-child(even) dd p {
  text-align: right;
  padding-right: 30px;
}
main section.s01 .wrapper dl dt {
  width: 585px;
}
main section.s01 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper dl dd {
  width: calc(100% - 585px);
  position: relative;
}
main section.s01 .wrapper dl dd p {
  border-bottom: 1px solid #8642b3;
  color: #8642b3;
  position: absolute;
  right: 0;
  bottom: 50%;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 180%;
  padding-left: 30px;
  padding-bottom: 15px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttlsection .wrapper {
    padding-top: 5px;
  }
  main section.ttlsection .wrapper .ttl_en {
    width: 180px;
  }
  main section.ttlsection .wrapper h2 {
    bottom: 10px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 0;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    background-image: url(../../images/cr0101.png);
    background-size: 285px auto;
    background-repeat: no-repeat;
    background-position: bottom 0 center;
    padding-bottom: 0;
  }
  main section.s01 .wrapper .t01 {
    width: 100%;
    margin: 25px auto 40px;
    font-size: 14px;
    line-height: 28px;
  }
  main section.s01 .wrapper dl {
    display: block;
  }
  main section.s01 .wrapper dl + dl {
    margin-top: 40px;
  }
  main section.s01 .wrapper dl dt {
    width: 100%;
  }
  main section.s01 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper dl dd {
    width: 100%;
  }
  main section.s01 .wrapper dl dd p {
    font-size: 16px;
    border-bottom: 1px solid #8642b3;
    text-align: left !important;
    color: #8642b3;
    position: static;
    padding: 15px 10px 10px !important;
  }
}