/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  padding: 0 20px;
}

main section.s01 .wrapper h2 {
  color: #fff;
  font-size: 21px;
  background-color: #595757;
  line-height: 21px;
  padding: 14px 25px;
}

main section.s01 .wrapper .pagemenu {
  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;
  margin-top: 20px;
}

main section.s01 .wrapper .pagemenu li {
  width: calc((100% - 6px) / 4);
  margin: 0 2px 2px 0;
}

main section.s01 .wrapper .pagemenu li:nth-child(4n) {
  margin-right: 0;
}

main section.s01 .wrapper .pagemenu li a {
  display: block;
}

main section.s01 .wrapper .pagemenu li a img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper h3 {
  font-size: 21px;
  background-color: #DCDDDD;
  line-height: 21px;
  padding: 14px 15px;
  margin-top: 45px;
}

main section.s01 .wrapper .box01 .flow {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

main section.s01 .wrapper .box01 dl:last-child {
  border-bottom: 1px solid #231815;
}

main section.s01 .wrapper .box01 dl dt {
  border-top: 1px solid #231815;
  font-size: 21px;
  line-height: 47px;
  cursor: pointer;
}

main section.s01 .wrapper .box01 dl dt img {
  width: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 0 7px;
}

main section.s01 .wrapper .box01 dl dd {
  border-top: 1px solid #231815;
  font-size: 16px;
  line-height: 25px;
  padding: 25px 0 50px;
  display: none;
}

main section.s01 .wrapper .box01 dl dd a {
  text-decoration: none;
  color: #231815;
}

main section.s01 .wrapper .box01 dl dd p {
  font-size: 16px;
  line-height: 25px;
}

main section.s01 .wrapper .box01 dl dd p.red {
  color: #B72914;
}

main section.s01 .wrapper .box01 dl dd .t01 {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 3px dotted #aaa;
}

main section.s01 .wrapper .box01 dl dd .t02 {
  margin-top: 40px;
  border-bottom: 3px dotted #aaa;
}

main section.s01 .wrapper .box01 dl dd .ttl01 {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 3px dotted #aaa;
  cursor: pointer;
}

main section.s01 .wrapper .box01 dl dd .detail01 {
  font-size: 16px;
  padding-bottom: 40px;
  display: none;
}

main section.s01 .wrapper .box01 dl dd .ttl02 {
  margin-top: 40px;
}

main section.s01 .wrapper .box01 dl dd .t03 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}

main section.s01 .wrapper .box01 dl dd .ul01 {
  background-color: #DCDDDD;
  width: 478px;
  padding: 0 20px;
  margin-top: 5px;
}

main section.s01 .wrapper .box01 dl dd .ul01 li {
  border-bottom: 2px dotted #aaa;
  font-size: 16px;
  text-align: center;
  padding: 3px 0;
}

main section.s01 .wrapper .box01 dl dd .ul01 li:last-child {
  border-bottom: none;
}

main section.s01 .wrapper .box01 dl dd .t04 {
  margin-top: 10px;
  font-weight: bold;
}

main section.s01 .wrapper .box01 dl dd .card {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}

main section.s02 .wrapper {
  padding: 0 20px;
  margin-top: 15px;
}

main section.s02 .wrapper h3, main section.s02 .wrapper h4 {
  font-size: 21px;
  background-color: #DCDDDD;
  line-height: 21px;
  padding: 14px 15px;
  margin-top: 45px;
  margin-bottom: 30px;
}

main section.s02 .wrapper dl dt {
  border-top: 1px solid #231815;
  font-size: 21px;
  line-height: 47px;
  cursor: pointer;
}

main section.s02 .wrapper dl dt img {
  width: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 0 7px;
}

main section.s02 .wrapper dl dd {
  border-top: 1px solid #231815;
  font-size: 16px;
  line-height: 25px;
  padding: 25px 0 50px;
}

main section.s02 .wrapper dl dd a {
  text-decoration: none;
  color: #231815;
}

main section.s02 .wrapper dl dd p {
  font-size: 16px;
  line-height: 25px;
}

main section.s02 .wrapper dl dd p.red {
  color: #B72914;
}

main section.s02 .wrapper dl dd .t01 {
  font-weight: bold;
  margin-top: 25px;
}

main section.s02 .wrapper dl dd .t02 {
  font-size: 16px;
  line-height: 25px;
  width: 480px;
  padding: 10px;
  border: 1px solid #231815;
  margin-top: 10px;
  margin-bottom: 5px;
}

main section.s02 .wrapper dl dd .t02 span {
  font-weight: bold;
}

main section.s02 .wrapper dl dd .photo02 {
  width: 477px;
  max-width: 100%;
  margin-top: 30px;
}

main section.s02 .wrapper dl dd .box01 {
  margin-top: 10px;
  width: 480px;
  background-color: #DCDDDD;
  margin-bottom: 10px;
}

main section.s02 .wrapper dl dd .box01 table {
  width: 100%;
  border: 1px solid #231815;
}

main section.s02 .wrapper dl dd .box01 table tr th {
  width: 330px;
  font-size: 16px;
  padding: 3px 0 3px 25px;
  border-right: 1px solid #231815;
  border-bottom: 2px dotted #231815;
}

main section.s02 .wrapper dl dd .box01 table tr td {
  font-size: 16px;
  padding: 3px 40px 3px 0;
  border-bottom: 2px dotted #231815;
  text-align: right;
}

main section.s02 .wrapper dl dd .box01 table tr:last-child th,
main section.s02 .wrapper dl dd .box01 table tr:last-child td {
  border-bottom: none;
}

main section.s02 .wrapper dl dd .card {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  main section.s01 .wrapper {
    padding: 0;
  }
  main section.s01 .wrapper h2 {
    font-size: 15px;
    line-height: 17.5px;
    padding: 7px 15px;
  }
  main section.s01 .wrapper .pagemenu {
    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;
    margin-top: 10px;
  }
  main section.s01 .wrapper .pagemenu li {
    width: calc((100% - 2px) / 2);
    margin: 0 2px 2px 0;
  }
  main section.s01 .wrapper .pagemenu li:nth-child(even) {
    margin-right: 0;
  }
  main section.s01 .wrapper .pagemenu li a {
    display: block;
  }
  main section.s01 .wrapper .pagemenu li a img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper h3 {
    font-size: 15px;
    line-height: 17.5px;
    padding: 7px 15px;
    margin-top: 15px;
  }
  main section.s01 .wrapper .box01 .flow {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  main section.s01 .wrapper .box01 dl:last-child {
    border-bottom: 1px solid #231815;
  }
  main section.s01 .wrapper .box01 dl dt {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 0;
  }
  main section.s01 .wrapper .box01 dl dt img {
    width: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 7px;
  }
  main section.s01 .wrapper .box01 dl dd {
    border-top: 1px solid #231815;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0 30px;
  }
  main section.s01 .wrapper .box01 dl dd a {
    text-decoration: none;
    color: #231815;
  }
  main section.s01 .wrapper .box01 dl dd p {
    font-size: 12px;
    line-height: 18px;
  }
  main section.s01 .wrapper .box01 dl dd p.red {
    color: #B72914;
  }
  main section.s01 .wrapper .box01 dl dd .t01 {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 3px dotted #aaa;
  }
  main section.s01 .wrapper .box01 dl dd .t02 {
    margin-top: 40px;
    border-bottom: 3px dotted #aaa;
  }
  main section.s01 .wrapper .box01 dl dd .ttl01 {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 3px dotted #aaa;
    cursor: pointer;
  }
  main section.s01 .wrapper .box01 dl dd .detail01 {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 20px;
  }
  main section.s01 .wrapper .box01 dl dd .ttl02 {
    margin-top: 20px;
  }
  main section.s01 .wrapper .box01 dl dd .t03 {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 4px;
  }
  main section.s01 .wrapper .box01 dl dd .ul01 {
    background-color: #DCDDDD;
    width: 100%;
    padding: 0 20px;
    margin-top: 5px;
  }
  main section.s01 .wrapper .box01 dl dd .ul01 li {
    border-bottom: 2px dotted #aaa;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 3px 0;
  }
  main section.s01 .wrapper .box01 dl dd .ul01 li:last-child {
    border-bottom: none;
  }
  main section.s01 .wrapper .box01 dl dd .t04 {
    margin-top: 10px;
    font-weight: bold;
  }
  main section.s01 .wrapper .box01 dl dd .card {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  main section.s02 .wrapper {
    padding: 0;
    margin-top: 15px;
  }
  main section.s02 .wrapper h3, main section.s02 .wrapper h4 {
    font-size: 15px;
    line-height: 17.5px;
    padding: 7px 15px;
    margin-bottom: 25px;
  }
  main section.s02 .wrapper h4 {
    margin-top: 10px;
  }
  main section.s02 .wrapper dl dt {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 0;
  }
  main section.s02 .wrapper dl dt img {
    width: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 7px;
  }
  main section.s02 .wrapper dl dd {
    border-top: 1px solid #231815;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 30px;
  }
  main section.s02 .wrapper dl dd a {
    text-decoration: none;
    color: #231815;
  }
  main section.s02 .wrapper dl dd p {
    font-size: 12px;
    line-height: 18px;
  }
  main section.s02 .wrapper dl dd p.red {
    color: #B72914;
  }
  main section.s02 .wrapper dl dd .t01 {
    font-weight: bold;
    margin-top: 25px;
  }
  main section.s02 .wrapper dl dd .t02 {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    padding: 10px;
    border: 1px solid #231815;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  main section.s02 .wrapper dl dd .t02 span {
    font-weight: bold;
  }
  main section.s02 .wrapper dl dd .photo02 {
    width: 477px;
    max-width: 100%;
    margin-top: 10px;
  }
  main section.s02 .wrapper dl dd .box01 {
    margin-top: 10px;
    width: 100%;
    background-color: #DCDDDD;
    margin-bottom: 10px;
  }
  main section.s02 .wrapper dl dd .box01 table {
    width: 100%;
    border: 1px solid #231815;
  }
  main section.s02 .wrapper dl dd .box01 table tr th {
    width: auto;
    font-size: 12px;
    padding: 3px 0 3px 25px;
    border-right: 1px solid #231815;
    border-bottom: 2px dotted #231815;
  }
  main section.s02 .wrapper dl dd .box01 table tr td {
    width: 100px;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    border-bottom: 2px dotted #231815;
    text-align: right;
  }
  main section.s02 .wrapper dl dd .box01 table tr:last-child th,
  main section.s02 .wrapper dl dd .box01 table tr:last-child td {
    border-bottom: none;
  }
  main section.s02 .wrapper dl dd .card {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
