/* ------------------------------
 width: all
------------------------------ */
header .submenulist li:nth-child(2) a {
  background-color: #000096;
  color: #fff;
}
header .submenulist li:nth-child(2) a img.arrow01 {
  opacity: 0;
}
header .submenulist li:nth-child(2) a img.arrow02 {
  opacity: 1;
}


.mincho {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}

main {
  background-color: #white;
}
main .bc {
  background-color: #fff;
}
main .section_wrapper {
  max-width: 1450px;
  margin: 0 auto;
  background-repeat: repeat-y;
  background-position: top 0 left 0;
}
main section.s01 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 150px;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  color: #F15A24;
  font-size: 21px;
  font-weight: bold;
}
main section.s01 .wrapper h2 {
  width: 470px;
  margin: 10px auto 0;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper h3 {
  width: calc(100% - 40px);
  margin-left: 40px;
  color: #F15A24;
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  margin-top: 70px;
  padding: 20px 0 20px 60px;
}
main section.s01 .wrapper .columncontents {
  width: 1000px;
  margin: 40px auto 0;
}
main section.s01 .wrapper .columncontents .t02 {
  font-size: 18px;
  line-height: 32px;
  margin-top: 32px;
}
main section.s01 .wrapper .columncontents .photo01 {
  width: 100%;
  display: block;
  margin: 40px auto;
  border: 1px solid #999;
}
main section.s01 .wrapper .columncontents .t03 {
  color: #F15A24;
  font-size: 36px;
  font-weight: bold;
  line-height: 56px;
  margin-top: 80px;
}
main section.s01 .wrapper .columncontents .t04 {
  font-size: 18px;
  line-height: 32px;
  margin-top: 32px;
  text-align:right
}
main section.s01 .wrapper .columncontents .t05 {
  font-size: 22px;
  background-color: #cccccc;
}

main section.s01 .wrapper .columncontents .photolist {
  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 .columncontents .photolist li {
  width: 486px;
  margin-top: 35px;
}
main section.s01 .wrapper .columncontents .photolist li img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .btn02 {
  background-color: #F7931E;
  display: block;
  width: 466px;
  font-size: 22px;
  font-weight: bold;
  line-height: 23px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 50px;
  margin: 60px auto 0;
}
main section.s01 .wrapper .btn01 {
  background-color: #000096;
  display: block;
  width: 466px;
  font-size: 22px;
  font-weight: bold;
  line-height: 23px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 50px;
  margin: 10px auto 0;
}
main section.s01 .wrapper .others {
  padding-left: 40px;
  margin-top: 80px;
}
main section.s01 .wrapper .others dt {
  padding-left: 40px;
  border-bottom: 2px solid #999999;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
main section.s01 .wrapper .others dd {
  margin-top: 30px;
  padding-left: 40px;
}
main section.s01 .wrapper .others dd ul li {
  margin-top: 25px;
  background-image: url(../../images/cd_arrow.svg);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: top 6px left 0;
  padding-left: 55px;
}
main section.s01 .wrapper .others dd ul li a {
  color: #000;
  font-size: 21px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    background-color: #white;
  }
  main .bc {
    background-color: #fff;
  }
  main .section_wrapper {
    max-width: 1450px;
    margin: 0 auto;
    background-repeat: repeat-y;
    background-size: 30px auto;
    background-position: top 0 left 0;
  }
  main section.s01 .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 80px;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    color: #F15A24;
    font-size: 14px;
    font-weight: bold;
  }
  main section.s01 .wrapper h2 {
    width: 240px;
    margin: 10px auto 0;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper h3 {
    width: calc(100% - 60px);
    margin-left: 40px;
    color: #F15A24;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    margin-top: 40px;
    padding: 10px 0 10px 20px;
  }
  main section.s01 .wrapper .columncontents {
    width: 100%;
    padding: 0 20px 0 40px;
    margin: 40px auto 0;
  }
  main section.s01 .wrapper .columncontents .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
  }
  main section.s01 .wrapper .columncontents .photo01 {
    width: 100%;
    display: block;
    margin: 24px auto;
    border: 1px solid #999;
  }
  main section.s01 .wrapper .columncontents .t03 {
    color: #F15A24;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 40px;
  }
main section.s01 .wrapper .columncontents .t04 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
  text-align:right
}
main section.s01 .wrapper .columncontents .t05 {
  font-size: 16px;
  background-color: #cccccc;
}

  main section.s01 .wrapper .columncontents .photolist {
    display: block;
    margin: 20px auto;
  }
  main section.s01 .wrapper .columncontents .photolist li {
    width: 100%;
    margin-top: 15px;
  }
  main section.s01 .wrapper .columncontents .photolist li img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .btn02 {
    display: block;
    width: 236px;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 50px;
    margin: 40px auto 0;
  }
  main section.s01 .wrapper .btn01 {
    display: block;
    width: 236px;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 50px;
    margin: 15px auto 0;
  }
  main section.s01 .wrapper .others {
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 60px;
  }
  main section.s01 .wrapper .others dt {
    padding-left: 20px;
    border-bottom: 2px solid #999999;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  main section.s01 .wrapper .others dd {
    margin-top: 10px;
    padding-left: 20px;
  }
  main section.s01 .wrapper .others dd ul li {
    margin-top: 15px;
    background-image: url(../../images/cd_arrow.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: top 8px left 0;
    padding-left: 30px;
  }
  main section.s01 .wrapper .others dd ul li a {
    color: #000;
    font-size: 14px;
  }
}