/* ------------------------------
 width: all
------------------------------ */
main section.ttlsec .wrapper .t01 {
  font-size: 36px;
  margin-top: 15px;
}

main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}

main section.s01 .wrapper .photo01 {
  width: 100%;
  display: block;
  margin-top: 30px;
}

main section.s01 .wrapper dl {
  padding: 0 50px;
  margin-top: 70px;
}

main section.s01 .wrapper dl dt {
  font-size: 39px;
  letter-spacing: 6px;
  color: #663445;
}

main section.s01 .wrapper dl dd {
  border-left: 14px solid #D7D7D7;
  padding: 10px 0 10px 40px;
  margin-top: 20px;
}

main section.s01 .wrapper dl dd table {
  width: 100%;
}

main section.s01 .wrapper dl dd table tr th {
  width: 145px;
  font-size: 16px;
  line-height: 180%;
  vertical-align: top;
  padding-bottom: 20px;
}

main section.s01 .wrapper dl dd table tr td {
  font-size: 16px;
  line-height: 180%;
  vertical-align: top;
  padding-bottom: 20px;
}

main section.s01 .wrapper dl dd table tr td a {
  text-decoration: none;
  color: #000;
}

main section.s01 .wrapper dl dd table tr:last-child th,
main section.s01 .wrapper dl dd table tr:last-child td {
  padding-bottom: 0;
}

main section.s01 .wrapper dl dd .box01 {
  display: -webkit-flex;
  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 dd .box01 .left {
  width: 351px;
}

main section.s01 .wrapper dl dd .box01 .left img {
  max-width: 100%;
  display: block;
}

main section.s01 .wrapper dl dd .box01 .left p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

main section.s01 .wrapper dl dd .box01 .left .photobox + .photobox {
  margin-top: 28px;
}

main section.s01 .wrapper dl dd .box01 .tablebox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 400px);
}

main section.s01 .wrapper dl dd .box01 .tablebox tr th {
  line-height: 40px;
  padding-bottom: 40px;
}

main section.s01 .wrapper dl dd .box01 .tablebox tr td {
  line-height: 40px;
  padding-bottom: 40px;
}

main section.s01 .wrapper iframe {
  width: 100% !important;
  height: 530px !important;
  display: block !important;
  margin-top: 50px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  main section.ttlsec .wrapper .t01 {
    font-size: 18px;
    margin-top: 10px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper .photo01 {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  main section.s01 .wrapper dl {
    padding: 0 0;
    margin-top: 30px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 30px;
    letter-spacing: 4px;
    color: #663445;
  }
  main section.s01 .wrapper dl dd {
    border-left: 8px solid #D7D7D7;
    padding: 0px 0 10px 20px;
    margin-top: 20px;
  }
  main section.s01 .wrapper dl dd table {
    width: 100%;
  }
  main section.s01 .wrapper dl dd table tr th {
    width: 100px;
    font-size: 14px;
    line-height: 180%;
    vertical-align: top;
    padding-bottom: 13px;
  }
  main section.s01 .wrapper dl dd table tr td {
    font-size: 14px;
    line-height: 180%;
    vertical-align: top;
    padding-bottom: 13px;
  }
  main section.s01 .wrapper dl dd table tr td a {
    text-decoration: none;
    color: #000;
  }
  main section.s01 .wrapper dl dd table tr:last-child th,
  main section.s01 .wrapper dl dd table tr:last-child td {
    padding-bottom: 0;
  }
  main section.s01 .wrapper dl dd .box01 {
    display: block;
  }
  main section.s01 .wrapper dl dd .box01 .left {
    width: 100%;
    display: -webkit-flex;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.s01 .wrapper dl dd .box01 .left .photobox {
    width: calc(50% - 5px);
    margin-top: 0 !important;
  }
  main section.s01 .wrapper dl dd .box01 .left img {
    max-width: 100%;
    display: block;
  }
  main section.s01 .wrapper dl dd .box01 .left p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 10px;
  }
  main section.s01 .wrapper dl dd .box01 .tablebox {
    width: 100%;
  }
  main section.s01 .wrapper dl dd .box01 .tablebox tr th {
    line-height: 180%;
    padding-bottom: 13px;
  }
  main section.s01 .wrapper dl dd .box01 .tablebox tr td {
    line-height: 180%;
    padding-bottom: 13px;
  }
  main section.s01 .wrapper iframe {
    width: 100% !important;
    height: 250px !important;
    display: block !important;
    margin-top: 50px;
  }
}
