/* ------------------------------
 width: all
------------------------------ */
body {
  background-color: #F8F8F8;
}

main section.s01 .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

main section.s01 .wrapper .bc {
  border-bottom: 1px solid #D1D1D1;
  padding: 8px 0;
}

main section.s01 .wrapper .bc a,
main section.s01 .wrapper .bc span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-decoration: none;
  color: #00126A;
  margin-right: 10px;
}

main section.s01 .wrapper .bc span {
  color: #2F2F2F;
}

main section.s01 .wrapper .catbox {
  margin-top: 50px;
}

main section.s01 .wrapper .catbox .cat {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #00126A;
  text-decoration: none;
  font-size: 14px;
  color: #00126A;
  padding: 5px 8px;
  margin-right: 7px;
  margin-bottom: 10px;
}

main section.s01 .wrapper .catbox .cat:hover {
  background-color: #00126A;
  color: #fff;
  opacity: 1;
}

main section.s01 .wrapper .catbox .btn_all_news {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #00126A;
  font-weight: 500;
  background-image: url(../img/ni0101.svg);
  background-size: 5px auto;
  background-position: center right 0;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 6px 20px 6px 0;
  margin-left: 30px;
}

main section.s02 {
  margin-top: 50px;
  padding-bottom: 55px;
}

main section.s02 .wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

main section.s02 .wrapper .box01 {
  width: 780px;
}

main section.s02 .wrapper .box01 h1 {
  font-size: 26px;
  font-weight: bold;
  color: #00126A;
  border-left: 4px solid #00126A;
  line-height: 38px;
  padding-left: 10px;
}

main section.s02 .wrapper .box01 .t01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 35px;
}

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

main section.s02 .wrapper .box01 ul li {
  margin-top: 20px;
  border: 1px solid #D1D1D1;
}

main section.s02 .wrapper .box01 ul li a {
  text-decoration: none;
  background-color: #fff;
  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.s02 .wrapper .box01 ul li a .photo {
  width: 350px;
  display: block;
}

main section.s02 .wrapper .box01 ul li a .txtbox {
  width: calc(100% - 350px);
  display: block;
}

main section.s02 .wrapper .box01 ul li a .time {
  line-height: 14px;
  padding: 15px;
}

main section.s02 .wrapper .box01 ul li a .time .icon_time {
  width: 14px;
  vertical-align: top;
}

main section.s02 .wrapper .box01 ul li a .time span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px;
  color: #848484;
}

main section.s02 .wrapper .box01 ul li a .time span.days {
  margin-left: 15px;
}

main section.s02 .wrapper .box01 ul li a .time span.media {
  margin-left: 30px;
}

main section.s02 .wrapper .box01 ul li a .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  height: 54px;
  overflow: hidden;
  color: #2F2F2F;
  padding: 0 15px;
}

main section.s02 .wrapper .box01 ul li a .txt02 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 150%;
  height: 72px;
  overflow: hidden;
  padding: 0 15px;
  color: #2F2F2F;
}

main section.s02 .wrapper .box01 .btn_readmore {
  font-size: 20px;
  font-weight: 500;
  color: #00126A;
  line-height: 20px;
  padding: 14px 0;
  text-align: center;
  border: 1px solid #00126A;
  margin-top: 30px;
  cursor: pointer;
}

main section.s02 .wrapper .box01 .btn_readmore img {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 8px;
}

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

main section.s02 .wrapper .box02 h2 {
  font-size: 26px;
  font-weight: bold;
  color: #00126A;
  border-left: 4px solid #00126A;
  line-height: 38px;
  padding-left: 10px;
}

main section.s02 .wrapper .box02 ul {
  margin-top: 40px;
  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.s02 .wrapper .box02 ul li {
  width: 260px;
}

main section.s02 .wrapper .box02 ul li a {
  text-decoration: none;
  display: block;
}

main section.s02 .wrapper .box02 ul li a .t01 {
  width: 260px;
  height: 69px;
  padding-bottom: 10px;
  background-image: url(../img/ni0301.png);
  background-size: 100% 100%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

main section.s02 .wrapper .box02 ul li a .photo {
  width: 100%;
  display: block;
  margin-top: 10px;
}

main section.s02 .wrapper .box03 {
  width: 290px;
  position: absolute;
  top: 0;
  right: 0;
}

main section.s02 .wrapper .box03 .t01 {
  font-size: 14px;
  font-weight: 500;
}

main section.s02 .wrapper .box03 select {
  width: 100%;
  display: block;
  border: 1px solid #D1D1D1;
  font-size: 14px;
  color: #848484;
  padding: 4px 5px;
  margin-top: 10px;
}

main section.s02 .wrapper .box03 dl {
  background-color: #fff;
  padding: 20px 20px 10px;
  margin-top: 25px;
}

main section.s02 .wrapper .box03 dl dt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #00126A;
  border-bottom: 1px solid #00126A;
  padding-bottom: 13px;
}

main section.s02 .wrapper .box03 dl dd ul li {
  border-bottom: 1px solid #D1D1D1;
}

main section.s02 .wrapper .box03 dl dd ul li:last-child {
  border: none;
}

main section.s02 .wrapper .box03 dl dd ul li a {
  text-decoration: none;
  display: block;
  padding: 14px 0;
}

main section.s02 .wrapper .box03 dl dd ul li a .t02 {
  font-size: 14px;
  color: #2F2F2F;
  font-weight: bold;
}

main section.s02 .wrapper .box03 dl dd ul li a .time {
  line-height: 14px;
  margin-top: 11px;
}

main section.s02 .wrapper .box03 dl dd ul li a .time .icon_time {
  width: 14px;
  vertical-align: top;
}

main section.s02 .wrapper .box03 dl dd ul li a .time span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px;
  color: #848484;
}

main section.s02 .wrapper .box03 dl dd ul li a .time span.days {
  margin-left: 15px;
}

main section.s02 .wrapper .box03 dl dd ul li a .time span.media {
  margin-left: 30px;
}

main section.s02 .wrapper .box01 .pagination {
  text-align: center;
  margin-top: 15px;
}
main section.s02 .wrapper .box01 .pagination a,
main section.s02 .wrapper .box01 .pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  background-color: #C3C3C3;
  vertical-align: top;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  margin: 0 8px;
  border-radius: 3px;
}
main section.s02 .wrapper .box01 .pagination a.current,
main section.s02 .wrapper .box01 .pagination span.current {
  background-color: #00126A;
}
main section.s02 .wrapper .box01 .pagination a.dots,
main section.s02 .wrapper .box01 .pagination span.dots {
  color: #00126A;
  background-color: transparent;
}
main section.s02 .wrapper .box01 .pagination a.prev,
main section.s02 .wrapper .box01 .pagination span.prev {
  border: 1px solid #00126A;
  line-height: 40px;
  color: #00126A;
  background-color: #fff;
  box-sizing: border-box;
}
main section.s02 .wrapper .box01 .pagination a.next,
main section.s02 .wrapper .box01 .pagination span.next {
  border: 1px solid #00126A;
  line-height: 40px;
  color: #00126A;
  background-color: #fff;
  box-sizing: border-box;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 1024px) {
  main section.s01 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .bc {
    border-bottom: 1px solid #D1D1D1;
    padding: 5px 15px;
  }
  main section.s01 .wrapper .bc a,
  main section.s01 .wrapper .bc span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-decoration: none;
    color: #00126A;
    margin-right: 10px;
  }
  main section.s01 .wrapper .bc span {
    color: #2F2F2F;
  }
  main section.s01 .wrapper .catbox {
    margin-top: 18px;
    padding: 0 15px;
  }
  main section.s01 .wrapper .catbox .cat {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #00126A;
    text-decoration: none;
    font-size: 14px;
    color: #00126A;
    padding: 4px 8px;
    margin-right: 6px;
  }
  main section.s01 .wrapper .catbox .cat:hover {
    background-color: #00126A;
    color: #fff;
    opacity: 1;
  }
  main section.s01 .wrapper .catbox .btn_all_news {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #00126A;
    font-weight: 500;
    background-image: url(../img/ni0101.svg);
    background-size: 5px auto;
    background-position: center right 0;
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 6px 20px 6px 0;
    margin-left: 20px;
  }
  main section.s02 {
    margin-top: 10px;
    padding-bottom: 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.s02 .wrapper .box01 {
    width: 100%;
    padding: 0 15px;
  }
  main section.s02 .wrapper .box01 h1 {
    font-size: 22px;
    font-weight: bold;
    color: #00126A;
    border-left: 4px solid #00126A;
    line-height: 28px;
    padding: 3px 0 3px 10px;
  }
  main section.s02 .wrapper .box01 .t01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 20px;
  }
  main section.s02 .wrapper .box01 ul {
    margin-top: 15px;
  }
  main section.s02 .wrapper .box01 ul li {
    width: 100%;
    margin: 0 !important;
    padding: 7.5px 0 !important;
    border: none;
  }
  main section.s02 .wrapper .box01 ul li a {
    text-decoration: none;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  main section.s02 .wrapper .box01 ul li a .photo {
    width: 40%;
  }
  main section.s02 .wrapper .box01 ul li a .txtbox {
    width: 60%;
    display: block;
  }
  main section.s02 .wrapper .box01 ul li a .time {
    padding-left: 15px;
    line-height: 14px;
    margin-top: 5px;
    padding-top: 0;
  }
  main section.s02 .wrapper .box01 ul li a .time .icon_time {
    width: 14px;
    vertical-align: top;
  }
  main section.s02 .wrapper .box01 ul li a .time span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    color: #848484;
  }
  main section.s02 .wrapper .box01 ul li a .time span.days {
    margin-left: 10px;
  }
  main section.s02 .wrapper .box01 ul li a .time span.media {
    margin-left: 20px;
  }
  main section.s02 .wrapper .box01 ul li a .txt {
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    height: 48px;
    overflow: hidden;
    color: #2F2F2F;
    margin-top: -3px;
  }
  main section.s02 .wrapper .box01 ul li a .txt02 {
    display: none;
  }
  main section.s02 .wrapper .box01 .pagination {
    text-align: center;
    margin-top: 15px;
  }
  main section.s02 .wrapper .box01 .pagination a,
  main section.s02 .wrapper .box01 .pagination span {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    background-color: #C3C3C3;
    vertical-align: top;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    margin: 0 2px;
  }
  main section.s02 .wrapper .box01 .pagination a.current,
  main section.s02 .wrapper .box01 .pagination span.current {
    background-color: #00126A;
  }
  main section.s02 .wrapper .box01 .pagination a.dots,
  main section.s02 .wrapper .box01 .pagination span.dots {
    color: #00126A;
    background-color: transparent;
  }
  main section.s02 .wrapper .box01 .pagination a.prev,
  main section.s02 .wrapper .box01 .pagination span.prev {
    border: 1px solid #00126A;
    line-height: 26px;
    color: #00126A;
    background-color: #fff;
  }
  main section.s02 .wrapper .box01 .pagination a.next,
  main section.s02 .wrapper .box01 .pagination span.next {
    border: 1px solid #00126A;
    line-height: 26px;
    color: #00126A;
    background-color: #fff;
  }
  main section.s02 .wrapper .box02 {
    margin-top: 25px;
    padding: 0 15px;
  }
  main section.s02 .wrapper .box02 h2 {
    font-size: 22px;
    font-weight: bold;
    color: #00126A;
    border-left: 4px solid #00126A;
    line-height: 28px;
    padding: 3px 0 3px 10px;
  }
  main section.s02 .wrapper .box02 ul {
    margin-top: 0px;
    display: block;
  }
  main section.s02 .wrapper .box02 ul li {
    width: 100%;
    margin: 20px 0 0 !important;
  }
  main section.s02 .wrapper .box02 ul li a {
    text-decoration: none;
    display: block;
  }
  main section.s02 .wrapper .box02 ul li a .t01 {
    width: 100%;
    height: 69px;
    padding-top: 17px;
    padding-bottom: 10px;
    background-image: url(../img/tp0904.png);
    background-size: 100% 100%;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
  }
  main section.s02 .wrapper .box02 ul li a .t01 br {
    display: none;
  }
  main section.s02 .wrapper .box02 ul li a .photo {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  main section.s02 .wrapper .box03 {
    width: 100%;
    position: static;
    padding: 0 15px;
    margin-top: 20px;
  }
  main section.s02 .wrapper .box03 .t01 {
    font-size: 14px;
    font-weight: 500;
  }
  main section.s02 .wrapper .box03 select {
    width: 100%;
    display: block;
    border: 1px solid #D1D1D1;
    font-size: 14px;
    color: #848484;
    padding: 4px 5px;
    margin-top: 10px;
  }
  main section.s02 .wrapper .box03 dl {
    background-color: #fff;
    padding: 15px 20px 10px;
    margin-top: 20px;
  }
  main section.s02 .wrapper .box03 dl dt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #00126A;
    border-bottom: 1px solid #00126A;
    padding-bottom: 12px;
  }
  main section.s02 .wrapper .box03 dl dd ul li {
    border-bottom: 1px solid #D1D1D1;
  }
  main section.s02 .wrapper .box03 dl dd ul li:last-child {
    border: none;
  }
  main section.s02 .wrapper .box03 dl dd ul li a {
    text-decoration: none;
    display: block;
    padding: 12px 0;
  }
  main section.s02 .wrapper .box03 dl dd ul li a .t02 {
    font-size: 14px;
    color: #2F2F2F;
    font-weight: bold;
  }
  main section.s02 .wrapper .box03 dl dd ul li a .time {
    line-height: 14px;
    margin-top: 11px;
  }
  main section.s02 .wrapper .box03 dl dd ul li a .time .icon_time {
    width: 14px;
    vertical-align: top;
  }
  main section.s02 .wrapper .box03 dl dd ul li a .time span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    color: #848484;
  }
  main section.s02 .wrapper .box03 dl dd ul li a .time span.days {
    margin-left: 15px;
  }
  main section.s02 .wrapper .box03 dl dd ul li a .time span.media {
    margin-left: 30px;
  }
}
