/* ------------------------------
 width: all
------------------------------ */
main section.ttlsection .wrapper {
  padding-top: 40px;
}
main section.ttlsection .wrapper .ttl_en {
  width: 219px;
}
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;
  margin-bottom: 45px;
}
main section.s01 .wrapper dl {
  width: 1040px;
  margin: 20px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s01 .wrapper dl dt {
  width: 430px;
}
main section.s01 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper dl dd {
  width: 610px;
  padding-top: 160px;
}
main section.s01 .wrapper dl dd .t01 {
  border-bottom: 1px solid #8642b3;
  padding-left: 70px;
  padding-bottom: 10px;
  font-size: 26px;
  color: #8642b3;
}
main section.s01 .wrapper dl dd .t01 span {
  font-size: 36px;
  padding-right: 5px;
}
main section.s01 .wrapper dl dd .t02 {
  padding-left: 70px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 36px;
  padding-right: 30px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttlsection .wrapper {
    padding-top: 10px;
  }
  main section.ttlsection .wrapper .ttl_en {
    width: 130px;
  }
  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: 18px;
    line-height: 32px;
    background-image: url(../../images/cr0101.png);
    background-size: 285px auto;
    background-repeat: no-repeat;
    background-position: bottom 0 center;
    padding-bottom: 3px;
  }
  main section.s01 .wrapper dl {
    width: 100%;
    margin: 35px auto 0;
    display: block;
  }
  main section.s01 .wrapper dl dt {
    width: 100%;
    padding: 0 40px;
  }
  main section.s01 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper dl dd {
    width: 100%;
    padding-top: 20px;
  }
  main section.s01 .wrapper dl dd .t01 {
    border: none;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 18px;
    color: #8642b3;
    text-align: center;
  }
  main section.s01 .wrapper dl dd .t01 span {
    font-size: 24px;
    padding-right: 5px;
  }
  main section.s01 .wrapper dl dd .t02 {
    padding-left: 0px;
    margin-top: 0px;
    font-size: 14px;
    line-height: 28px;
    padding-right: 0;
    padding: 0 20px;
  }
}