/* ------------------------------
 width: all
------------------------------ */
header .gnav ul li:nth-child(4) {
  background-image: url(../images/icon_active01.png);
  background-size: 36px auto;
  background-position: top 0 center;
  background-repeat: no-repeat;
}

main section.s01 {
  background-image: url(../images/co0101.png);
  background-position: top 0 right 0;
  background-repeat: no-repeat;
  padding: 60px 0;
}

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

main section.s01 .wrapper h2 {
  color: #C30D23;
  font-size: 66px;
  line-height: 75px;
}

main section.s01 .wrapper .t01 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0;
}

main section.s02 .wrapper {
  width: 880px;
  margin: 0 auto;
}

main section.s02 .wrapper h3 {
  text-align: center;
  font-size: 25px;
  color: #C30D23;
  border-bottom: 1px dotted #C30D23;
  padding-bottom: 12px;
}

main section.s02 .wrapper .box01 {
  margin-top: 30px;
}

main section.s02 .wrapper .box01 .tablebox {
  width: 470px;
  float: left;
}

main section.s02 .wrapper .box01 .tablebox table {
  width: 100%;
}

main section.s02 .wrapper .box01 .tablebox table tr th {
  width: 120px;
  padding: 6px 0 6px 10px;
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  line-height: 140%;
  vertical-align: top;
}

main section.s02 .wrapper .box01 .tablebox table tr th::before {
  content: "";
  width: 5px;
  height: 12px;
  display: block;
  background-color: #C30D23;
  position: absolute;
  top: 9px;
  left: 0;
}

main section.s02 .wrapper .box01 .tablebox table tr td {
  padding: 6px 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 140%;
  vertical-align: top;
}

main section.s02 .wrapper .box01 .photo01 {
  width: 391px;
  display: block;
  float: right;
}

main section.s02 .wrapper ul {
  margin-top: 50px;
}

main section.s02 .wrapper ul li {
  width: calc((100% - 40px) / 3);
  float: left;
  margin-right: 20px;
}

main section.s02 .wrapper ul li:last-child {
  margin-right: 0;
}

main section.s02 .wrapper ul li img {
  width: 100%;
  display: block;
}

main section.s03 {
  margin-top: 100px;
}

main section.s03 .wrapper {
  width: 880px;
  margin: 0 auto;
}

main section.s03 .wrapper h4 {
  text-align: center;
  font-size: 25px;
  color: #C30D23;
  border-bottom: 1px dotted #C30D23;
  padding-bottom: 12px;
}

main section.s03 .wrapper iframe {
  width: 100% !important;
  height: 363px !important;
  display: block !important;
  margin-top: 30px;
}

main section.s04 {
  margin-top: 100px;
}

main section.s04 .wrapper {
  width: 880px;
  margin: 0 auto;
}

main section.s04 .wrapper h5 {
  text-align: center;
  font-size: 25px;
  color: #C30D23;
  border-bottom: 1px dotted #C30D23;
  padding-bottom: 12px;
}

main section.s04 .wrapper table {
  width: 100%;
  margin-top: 25px;
}

main section.s04 .wrapper table tr th {
  width: 145px;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 130%;
  vertical-align: top;
  padding: 4px 0;
}

main section.s04 .wrapper table tr td {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 130%;
  vertical-align: top;
  padding: 4px 0;
}

main section.s04 .wrapper table tr td.month {
  width: 60px;
  text-align: right;
  padding: 4px 20px 4px 0;
}

main section.s05 {
  margin-top: 100px;
  padding-bottom: 140px;
}

main section.s05 .wrapper {
  width: 880px;
  margin: 0 auto;
}

main section.s05 .wrapper h6 {
  text-align: center;
  font-size: 25px;
  color: #C30D23;
  border-bottom: 1px dotted #C30D23;
  padding-bottom: 12px;
}

main section.s05 .wrapper h6 span {
  font-size: 16px;
}

main section.s05 .wrapper .box01 {
  margin-top: 25px;
}

main section.s05 .wrapper .box01 .photo01 {
  display: block;
  float: right;
}

main section.s05 .wrapper .box01 ul {
  width: 280px;
  float: left;
}

main section.s05 .wrapper .box01 ul li {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 130%;
  margin-bottom: 6px;
  padding-left: 12px;
  position: relative;
}

main section.s05 .wrapper .box01 ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #C30D23;
  top: 3px;
  left: 0;
  bottom: 3px;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  header .spwrapper ul li:nth-child(4) a {
    color: #0000FF;
  }
  main section.s01 {
    background-image: none;
    padding: 0;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .photo02 {
    width: 100%;
    margin-top: -1px;
  }
  main section.s01 .wrapper h2 {
    color: #C30D23;
    font-size: 36px;
    line-height: 44px;
    padding-left: 15px;
    margin-top: 25px;
  }
  main section.s01 .wrapper .t01 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 175%;
    letter-spacing: 0;
    padding: 0 15px;
  }
  main section.s02 {
    margin-top: 60px;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 {
    text-align: center;
    font-size: 21px;
    color: #C30D23;
    border-bottom: 1px dotted #C30D23;
    padding-bottom: 6px;
  }
  main section.s02 .wrapper .box01 {
    margin-top: 20px;
  }
  main section.s02 .wrapper .box01 .tablebox {
    width: 100%;
  }
  main section.s02 .wrapper .box01 .tablebox table {
    width: 100%;
  }
  main section.s02 .wrapper .box01 .tablebox table tr th {
    width: 100%;
    display: block;
    padding: 6px 0 6px 10px;
    font-size: 16px;
    letter-spacing: 0;
    position: relative;
    line-height: 140%;
    vertical-align: top;
  }
  main section.s02 .wrapper .box01 .tablebox table tr th::before {
    content: "";
    width: 5px;
    height: 12px;
    display: block;
    background-color: #C30D23;
    position: absolute;
    top: 9px;
    left: 0;
  }
  main section.s02 .wrapper .box01 .tablebox table tr td {
    width: 100%;
    display: block;
    padding: 0 0 20px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 140%;
    vertical-align: top;
  }
  main section.s02 .wrapper .box01 .photo01 {
    width: 100%;
    margin-top: 50px;
  }
  main section.s02 .wrapper ul {
    margin-top: 20px;
  }
  main section.s02 .wrapper ul li {
    width: 100%;
    margin: 0 auto 20px !important;
  }
  main section.s02 .wrapper ul li:last-child {
    margin-right: 0;
  }
  main section.s02 .wrapper ul li img {
    width: 100%;
    display: block;
  }
  main section.s03 {
    margin-top: 60px;
  }
  main section.s03 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s03 .wrapper h4 {
    text-align: center;
    font-size: 21px;
    color: #C30D23;
    border-bottom: 1px dotted #C30D23;
    padding-bottom: 6px;
  }
  main section.s03 .wrapper iframe {
    width: 100% !important;
    height: 363px !important;
    display: block !important;
    margin-top: 20px;
  }
  main section.s04 {
    margin-top: 60px;
  }
  main section.s04 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s04 .wrapper h5 {
    text-align: center;
    font-size: 21px;
    color: #C30D23;
    border-bottom: 1px dotted #C30D23;
    padding-bottom: 6px;
  }
  main section.s04 .wrapper table {
    width: 100%;
    margin-top: 20px;
  }
  main section.s04 .wrapper table tr {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper table tr::after {
    content: "";
    display: block;
    clear: both;
  }
  main section.s04 .wrapper table tr th {
    width: 110px;
    display: block;
    float: left;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 130%;
    vertical-align: top;
    padding: 4px 0;
  }
  main section.s04 .wrapper table tr td {
    width: 100%;
    display: block;
    float: left;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 130%;
    vertical-align: top;
    padding: 3px 0 10px;
    padding-left: 15px;
  }
  main section.s04 .wrapper table tr td.month {
    width: 30px;
    text-align: right;
    padding: 4px 0px 4px 0;
  }
  main section.s05 {
    margin-top: 60px;
    padding-bottom: 100px;
  }
  main section.s05 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s05 .wrapper h5 {
    text-align: center;
    font-size: 21px;
    color: #C30D23;
    border-bottom: 1px dotted #C30D23;
    padding-bottom: 6px;
  }
  main section.s05 .wrapper h5 span {
    font-size: 14px;
  }
  main section.s05 .wrapper .box01 {
    margin-top: 25px;
  }
  main section.s05 .wrapper .box01 .photo01 {
    width: 100%;
  }
  main section.s05 .wrapper .box01 ul {
    width: 100%;
    margin-top: 20px;
  }
  main section.s05 .wrapper .box01 ul li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 130%;
    margin-bottom: 6px;
    padding-left: 12px;
    position: relative;
  }
  main section.s05 .wrapper .box01 ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #C30D23;
    top: 3px;
    left: 0;
    bottom: 3px;
    display: block;
  }
}
