/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  background-color: #F8F8F8;
  padding: 50px 40px 0;
}

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

main section.s01 .wrapper h1 {
  text-align: center;
  font-weight: bold;
  color: #00126A;
  font-size: 26px;
}

main section.s01 .wrapper .list01 {
  margin-top: 30px;
  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 .list01 li {
  border: 1px solid #D1D1D1;
  background-color: #fff;
  width: 260px;
  padding: 15px;
}

main section.s01 .wrapper .list01 li .t01 {
  width: 100%;
  display: table-cell;
  font-size: 20px;
  line-height: 29px;
  vertical-align: middle;
}

main section.s01 .wrapper .list01 li .t02 {
  font-size: 33px;
  font-weight: bold;
}

main section.s01 .wrapper .list01 li .t03 {
  color: #B90000;
  font-size: 16px;
  border-bottom: 1px solid #EDEDED;
  margin-top: 5px;
  padding-bottom: 15px;
}

main section.s01 .wrapper .list01 li .dummy {
  width: 100%;
  display: block;
  margin-top: 17px;
}

main section.s02 {
  background-color: #F8F8F8;
  padding: 45px 40px;
}

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

main section.s02 .wrapper h2 {
  text-align: center;
  font-weight: bold;
  color: #00126A;
  font-size: 26px;
}

main section.s02 .wrapper .t01 {
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #2F2F2F;
  height: 40px;
  padding: 9px 0;
  margin-top: 30px;
}

main section.s02 .wrapper .list02 {
  margin-top: 20px;
  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 .list02 li {
  border: 1px solid #D1D1D1;
  background-color: #fff;
  width: 260px;
  padding: 15px;
}

main section.s02 .wrapper .list02 li .t02 {
  font-size: 20px;
  line-height: 29px;
}

main section.s02 .wrapper .list02 li .t03 {
  font-size: 33px;
  font-weight: bold;
  margin-top: 5px;
}

main section.s02 .wrapper .list02 li .t04 {
  color: #B90000;
  font-size: 16px;
  margin-top: 5px;
}

main section.s02 .wrapper .t05 {
  background-color: #DCE0F7;
  margin-top: 35px;
  text-align: center;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #00126A;
  line-height: 22px;
  padding: 9px 0;
}

main section.s02 .wrapper .t05 .btn_select {
  display: inline-block;
  padding-right: 35px;
  border-right: 1px solid #00126A;
  background-image: url(../img/tp0201.png);
  background-size: 8px auto;
  background-position: right 15px center;
  background-repeat: no-repeat;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-right: 20px;
}

main section.s02 .wrapper .t05 .btn_select:hover {
  opacity: .5;
  cursor: pointer;
}

main section.s02 .wrapper .t05 .min {
  font-size: 14px;
  padding-left: 5px;
}

main section.s02 .wrapper .selectbox_wrapper {
  position: relative;
}

main section.s02 .wrapper .selectbox_wrapper .selectbox {
  width: 700px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 2px solid #00126A;
  background-color: #fff;
  padding: 20px;
  display: none;
}

main section.s02 .wrapper .selectbox_wrapper .selectbox .selectbox_close {
  width: 28px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

main section.s02 .wrapper .selectbox_wrapper .selectbox .t06 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

main section.s02 .wrapper .selectbox_wrapper .selectbox table {
  width: 100%;
  margin-top: 15px;
  border: 2px solid #EBEBEB;
}

main section.s02 .wrapper .selectbox_wrapper .selectbox table tr:nth-child(odd) {
  background-color: #EBEBEB;
}

main section.s02 .wrapper .selectbox_wrapper .selectbox table tr th {
  width: 145px;
  color: #00126A;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 15px;
}

main section.s02 .wrapper .selectbox_wrapper .selectbox table tr td {
  padding: 12px 15px;
}

main section.s02 .wrapper .selectbox_wrapper .selectbox table tr td p {
  display: inline-block;
  vertical-align: top;
  color: #006CFF;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  margin-right: 12px;
  cursor: pointer;
}

main section.s02 .wrapper .list03 {
  margin-top: 20px;
  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 .list03 li {
  border: 1px solid #D1D1D1;
  background-color: #fff;
  width: 260px;
  padding: 15px;
}

main section.s02 .wrapper .list03 li .t02 {
  font-size: 20px;
  line-height: 29px;
}

main section.s02 .wrapper .list03 li .t03 {
  font-size: 33px;
  font-weight: bold;
  margin-top: 5px;
}

main section.s02 .wrapper .list03 li .t04 {
  color: #B90000;
  font-size: 16px;
  margin-top: 5px;
}

main section.s03 .wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 25px 40px 0;
}

main section.s03 .wrapper ul li {
  border-bottom: 1px solid #D1D1D1;
  padding: 20px 0;
}

main section.s03 .wrapper ul li dl {
  width: 100%;
  display: table;
}

main section.s03 .wrapper ul li dl dt {
  width: 260px;
  display: table-cell;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

main section.s03 .wrapper ul li dl dt p {
  background-color: #00126A;
  line-height: 24px;
  padding: 8px;
  font-size: 16px;
}

main section.s03 .wrapper ul li dl dt p span {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 24px;
  background-color: #FF0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #2F2F2F;
  margin-right: 20px;
}

main section.s03 .wrapper ul li dl dd {
  width: calc(100% - 260px);
  display: table-cell;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 5px 0 5px 40px;
  vertical-align: middle;
  color: #000000;
}

main section.s03 .btn_wrapper {
  background-color: #00126A;
  padding: 40px 40px;
  margin-top: 45px;
}

main section.s03 .btn_wrapper a {
  width: 400px;
  height: 70px;
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #00126A;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 25px 15px 0 0;
  text-align: center;
  background-image: url(../img/tp0301.svg);
  background-size: 9.6px auto;
  background-position: center right 50px;
  background-repeat: no-repeat;
}

main section.s04 {
  padding: 50px 40px;
}

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

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

main section.s04 .wrapper dl {
  margin-top: 40px;
}

main section.s04 .wrapper dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #00126A;
  line-height: 22px;
}

main section.s04 .wrapper dl dt img {
  width: 22px;
  vertical-align: top;
  margin-right: 10px;
}

main section.s04 .wrapper dl dd {
  margin-top: 25px;
}

main section.s04 .wrapper dl dd ul {
  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.s04 .wrapper dl dd ul li {
  width: 350px;
}

main section.s04 .wrapper dl dd ul li a {
  display: block;
  text-decoration: none;
}

main section.s04 .wrapper dl dd ul li a .photo {
  width: 100%;
  display: block;
}

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

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

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

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

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

main section.s04 .wrapper dl dd ul li a .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  height: 54px;
  overflow: hidden;
  color: #2F2F2F;
  margin-top: 15px;
}

main section.s04 .wrapper .btn_viewmore {
  width: 400px;
  border: 1px solid #00126A;
  background-color: #00126A;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  margin: 50px auto 0;
  padding: 24px 0;
  text-decoration: none;
}

main section.s04 .wrapper .btn_viewmore:hover {
  background-color: transparent;
  color: #00126A;
  opacity: 1;
}

main section.s05 {
  padding: 50px 40px;
  background-color: #F8F8F8;
}

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

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

main section.s05 .wrapper dl {
  margin-top: 40px;
}

main section.s05 .wrapper dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #00126A;
  line-height: 22px;
}

main section.s05 .wrapper dl dt img {
  width: 22px;
  vertical-align: top;
  margin-right: 10px;
}

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

main section.s05 .wrapper dl dd ul {
  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.s05 .wrapper dl dd ul li {
  width: 350px;
}

main section.s05 .wrapper dl dd ul li a {
  display: block;
  text-decoration: none;
}

main section.s05 .wrapper dl dd ul li a .photo {
  width: 100%;
  display: block;
}

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

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

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

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

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

main section.s05 .wrapper dl dd ul li a .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  height: 54px;
  overflow: hidden;
  color: #2F2F2F;
  margin-top: 15px;
}

main section.s05 .wrapper .btn_viewmore {
  width: 400px;
  border: 1px solid #00126A;
  background-color: #00126A;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  margin: 50px auto 0;
  padding: 24px 0;
  text-decoration: none;
}

main section.s05 .wrapper .btn_viewmore:hover {
  background-color: transparent;
  color: #00126A;
  opacity: 1;
}

main section.s06 {
  background-color: #00126A;
  padding: 70px 40px 55px;
}

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

main section.s06 .wrapper h5 {
  text-align: center;
  height: 1px;
  background-color: #fff;
}

main section.s06 .wrapper h5 span {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 23px;
  margin-top: -11px;
  background-color: #00126A;
  padding: 0 15px;
}

main section.s06 .wrapper .list_wakuchin {
  margin-top: 35px;
  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.s06 .wrapper .list_wakuchin li {
  width: 540px;
  margin-top: 20px;
  background-color: #fff;
  padding: 15px;
}

main section.s06 .wrapper .list_wakuchin li .t01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding: 13px 15px;
  color: #00126A;
  border: 1px solid #00126A;
}

main section.s06 .wrapper .list_wakuchin li table {
  width: 100%;
  margin-top: 15px;
}

main section.s06 .wrapper .list_wakuchin li table tr td {
  border-right: 1px solid #D1D1D1;
  vertical-align: middle;
}

main section.s06 .wrapper .list_wakuchin li table tr td.td01 {
  width: 46%;
  padding-right: 20px;
}

main section.s06 .wrapper .list_wakuchin li table tr td.td01 img {
  width: 100%;
}

main section.s06 .wrapper .list_wakuchin li table tr td.td02, main section.s06 .wrapper .list_wakuchin li table tr td.td03 {
  width: 27%;
  font-size: 18px;
  padding: 0 10px;
}

main section.s06 .wrapper .list_wakuchin li table tr td.td02 span, main section.s06 .wrapper .list_wakuchin li table tr td.td03 span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

main section.s06 .wrapper .list_wakuchin li .t04 {
  font-size: 18px;
  text-align: center;
  background-color: #EBEBEB;
  line-height: 19px;
  padding: 14px 0;
  margin-top: 15px;
}

main section.s06 .wrapper .list_wakuchin li .t05 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 10px;
}

main section.s07 {
  padding: 50px 40px;
  background-color: #F8F8F8;
}

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

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

main section.s07 .wrapper dl {
  margin-top: 40px;
}

main section.s07 .wrapper dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #00126A;
  line-height: 22px;
}

main section.s07 .wrapper dl dt img {
  width: 22px;
  vertical-align: top;
  margin-right: 10px;
}

main section.s07 .wrapper dl dd {
  margin-top: 25px;
}

main section.s07 .wrapper dl dd ul {
  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.s07 .wrapper dl dd ul li {
  width: 350px;
}

main section.s07 .wrapper dl dd ul li a {
  display: block;
  text-decoration: none;
}

main section.s07 .wrapper dl dd ul li a .photo {
  width: 100%;
  display: block;
}

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

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

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

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

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

main section.s07 .wrapper dl dd ul li a .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  height: 54px;
  overflow: hidden;
  color: #2F2F2F;
  margin-top: 15px;
}

main section.s07 .wrapper .btn_viewmore {
  width: 400px;
  border: 1px solid #00126A;
  background-color: #00126A;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  margin: 50px auto 0;
  padding: 24px 0;
  text-decoration: none;
}

main section.s07 .wrapper .btn_viewmore:hover {
  background-color: transparent;
  color: #00126A;
  opacity: 1;
}

main section.s08 {
  background-color: #00126A;
  padding: 70px 40px 55px;
}

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

main section.s08 .wrapper h5 {
  text-align: center;
  height: 1px;
  background-color: #fff;
}

main section.s08 .wrapper h5 span {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 23px;
  margin-top: -11px;
  background-color: #00126A;
  padding: 0 15px;
}

main section.s08 .wrapper .list_virus {
  margin-top: 60px;
  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.s08 .wrapper .list_virus li {
  width: 350px;
  background-color: #fff;
  padding: 15px;
}

main section.s08 .wrapper .list_virus li .t01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding: 13px 15px;
  color: #00126A;
  border: 1px solid #00126A;
}

main section.s08 .wrapper .list_virus li .photo {
  width: 100%;
  display: block;
  margin-top: 15px;
}

main section.s08 .wrapper .list_virus li .t04 {
  font-size: 18px;
  text-align: center;
  background-color: #EBEBEB;
  line-height: 19px;
  padding: 14px 0;
  margin-top: 15px;
}

main section.s08 .wrapper .list_virus li .t05 {
  font-size: 16px;
  line-height: 150%;
  margin-top: 10px;
}

main section.s09 {
  padding: 50px 40px;
  background-color: #F8F8F8;
}

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

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

main section.s09 .wrapper .list_taisaku {
  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.s09 .wrapper .list_taisaku li {
  width: 350px;
}

main section.s09 .wrapper .list_taisaku li .t01 {
  width: 100%;
  height: 69px;
  background-image: url(../img/tp0904.png);
  background-size: 100% 100%;
  text-align: center;
  font-size: 20px;
  padding-top: 13px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}

main section.s09 .wrapper .list_taisaku li .box {
  background-color: #fff;
  padding: 15px;
  margin-top: 20px;
}

main section.s09 .wrapper .list_taisaku li .box .photo {
  width: 134px;
  display: block;
  margin: 20px auto 0;
}

main section.s09 .wrapper .list_taisaku li .box .t02 {
  font-size: 16px;
  line-height: 150%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
}

main section.s09 .wrapper .list_taisaku li .box a {
  display: block;
  text-decoration: none;
  background-color: #00126A;
  border: 1px solid #00126A;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 26px;
  padding: 5px 0;
  margin-top: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s09 .wrapper .list_taisaku li .box a:hover {
  opacity: 1;
  background-color: #fff;
  color: #00126A;
}

main section.s09 .wrapper .t03 {
  text-align: center;
  height: 1px;
  background-color: #00126A;
  margin-top: 70px;
}

main section.s09 .wrapper .t03 span {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  color: #00126A;
  line-height: 23px;
  margin-top: -11px;
  background-color: #F8F8F8;
  padding: 0 15px;
}

main section.s09 .wrapper .wordsbox {
  border: 6px solid #DFE2EF;
  background-color: #EAEBF0;
  border-radius: 8px;
  margin-top: 60px;
  padding: 5px 25px;
}

main section.s09 .wrapper .wordsbox dl {
  padding: 20px 0;
  border-bottom: 1px solid #D1D1D1;
}

main section.s09 .wrapper .wordsbox dl:last-child {
  border: none;
}

main section.s09 .wrapper .wordsbox dl dt {
  color: #00126A;
  font-size: 18px;
  font-weight: bold;
}

main section.s09 .wrapper .wordsbox dl dd {
  font-size: 18px;
  line-height: 150%;
  margin-top: 8px;
}

main section.s09 .wrapper .btn_viewmore {
  width: 400px;
  border: 1px solid #00126A;
  background-color: #00126A;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  margin: 40px auto 0;
  padding: 24px 0;
  text-decoration: none;
}

main section.s09 .wrapper .btn_viewmore:hover {
  background-color: transparent;
  color: #00126A;
  opacity: 1;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 1024px) {
  main section.s01 {
    background-color: #F8F8F8;
    padding: 20px 15px 0;
  }
  main section.s01 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h1 {
    text-align: center;
    font-weight: bold;
    color: #00126A;
    font-size: 22px;
  }
  main section.s01 .wrapper .list01 {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.s01 .wrapper .list01 li {
    border: 1px solid #D1D1D1;
    background-color: #fff;
    width: calc(50% - 2.5px);
    margin: 5px 0 0 !important;
    padding: 30px 15px 15px;
  }
  main section.s01 .wrapper .list01 li .t01 {
    width: 100%;
    display: table-cell;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
  }
  main section.s01 .wrapper .list01 li .t02 {
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
  }
  main section.s01 .wrapper .list01 li .t03 {
    color: #B90000;
    font-size: 16px;
    border: none;
    margin-top: 5px;
    padding-bottom: 0;
  }
  main section.s01 .wrapper .list01 li .dummy {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  main section.s02 {
    background-color: #F8F8F8;
    padding: 25px 15px;
  }
  main section.s02 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s02 .wrapper h2 {
    text-align: center;
    font-weight: bold;
    color: #00126A;
    font-size: 22px;
    line-height: 30px;
  }
  main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #2F2F2F;
    height: 40px;
    padding: 10px 0;
    margin-top: 15px;
  }
  main section.s02 .wrapper .list02 {
    margin-top: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.s02 .wrapper .list02 li {
    border: 1px solid #D1D1D1;
    background-color: #fff;
    width: calc(50% - 2.5px);
    margin: 5px 0 0 !important;
    padding: 15px;
  }
  main section.s02 .wrapper .list02 li .t02 {
    font-size: 18px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
  }
  main section.s02 .wrapper .list02 li .t03 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
  }
  main section.s02 .wrapper .list02 li .t04 {
    color: #B90000;
    font-size: 16px;
    margin-top: 5px;
  }
  main section.s02 .wrapper .t05 {
    background-color: #DCE0F7;
    margin-top: 20px;
    text-align: center;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #00126A;
    line-height: 22px;
    padding: 9px 0;
  }
  main section.s02 .wrapper .t05 .btn_select {
    display: inline-block;
    padding-right: 30px;
    border-right: 1px solid #00126A;
    background-image: url(../img/tp0201.png);
    background-size: 8px auto;
    background-position: right 15px center;
    background-repeat: no-repeat;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-right: 20px;
  }
  main section.s02 .wrapper .t05 .btn_select:hover {
    opacity: .5;
    cursor: pointer;
  }
  main section.s02 .wrapper .t05 .min {
    font-size: 12px;
    padding-left: 5px;
  }
  main section.s02 .wrapper .selectbox_wrapper {
    position: relative;
  }
  main section.s02 .wrapper .selectbox_wrapper .selectbox {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 2px solid #00126A;
    background-color: #fff;
    padding: 15px;
    display: none;
  }
  main section.s02 .wrapper .selectbox_wrapper .selectbox .selectbox_close {
    width: 28px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  main section.s02 .wrapper .selectbox_wrapper .selectbox .t06 {
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    font-weight: 500;
  }
  main section.s02 .wrapper .selectbox_wrapper .selectbox table {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #EBEBEB;
  }
  main section.s02 .wrapper .selectbox_wrapper .selectbox table tr {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .selectbox_wrapper .selectbox table tr:nth-child(odd) {
    background-color: #EBEBEB;
  }
  main section.s02 .wrapper .selectbox_wrapper .selectbox table tr th {
    width: 100%;
    display: block;
    color: #00126A;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 15px;
  }
  main section.s02 .wrapper .selectbox_wrapper .selectbox table tr td {
    width: 100%;
    display: block;
    padding: 0px 15px 10px;
  }
  main section.s02 .wrapper .selectbox_wrapper .selectbox table tr td p {
    display: inline-block;
    vertical-align: top;
    color: #006CFF;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin-right: 10px;
  }
  main section.s02 .wrapper .list03 {
    margin-top: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.s02 .wrapper .list03 li {
    border: 1px solid #D1D1D1;
    background-color: #fff;
    width: calc(50% - 2.5px);
    margin: 5px 0 0 !important;
    padding: 15px;
  }
  main section.s02 .wrapper .list03 li .t02 {
    font-size: 18px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
  }
  main section.s02 .wrapper .list03 li .t03 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
  }
  main section.s02 .wrapper .list03 li .t04 {
    color: #B90000;
    font-size: 16px;
    margin-top: 5px;
  }
  main section.s03 .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 15px;
  }
  main section.s03 .wrapper ul li {
    border-bottom: 1px solid #D1D1D1;
    padding: 15px 0;
  }
  main section.s03 .wrapper ul li dl {
    display: block;
  }
  main section.s03 .wrapper ul li dl dt {
    width: 100%;
    display: block;
    font-weight: bold;
    color: #fff;
  }
  main section.s03 .wrapper ul li dl dt p {
    width: 220px;
  }
  main section.s03 .wrapper ul li dl dt p span {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 24px;
    background-color: #FF0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #2F2F2F;
    margin-right: 15px;
  }
  main section.s03 .wrapper ul li dl dd {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    padding: 8px 0 0;
  }
  main section.s03 .btn_wrapper {
    background-color: #00126A;
    padding: 15px;
    margin-top: 13px;
  }
  main section.s03 .btn_wrapper a {
    width: 345px;
    height: 70px;
    display: block;
    text-decoration: none;
    background-color: #fff;
    color: #00126A;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 25px 15px 0 0;
    text-align: center;
    background-image: url(../img/tp0301.svg);
    background-size: 9.6px auto;
    background-position: center right 30px;
    background-repeat: no-repeat;
  }
  main section.s04 {
    padding: 20px 15px;
  }
  main section.s04 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s04 .wrapper h3 {
    font-size: 22px;
    font-weight: bold;
    color: #00126A;
    border-left: 4px solid #00126A;
    line-height: 33px;
    padding-left: 10px;
  }
  main section.s04 .wrapper dl {
    margin-top: 25px;
  }
  main section.s04 .wrapper dl + dl {
    margin-top: 18px;
  }
  main section.s04 .wrapper dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #00126A;
    line-height: 18px;
  }
  main section.s04 .wrapper dl dt img {
    width: 18px;
    vertical-align: top;
    margin-right: 10px;
  }
  main section.s04 .wrapper dl dd {
    margin-top: 10px;
  }
  main section.s04 .wrapper dl dd ul {
    display: block;
  }
  main section.s04 .wrapper dl dd ul li {
    width: 100%;
    margin: 0 !important;
    padding: 7.5px 0 !important;
  }
  main section.s04 .wrapper dl dd ul li a {
    text-decoration: none;
    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.s04 .wrapper dl dd ul li a .photo {
    width: 40%;
  }
  main section.s04 .wrapper dl dd ul li a .txtbox {
    width: 60%;
    display: block;
  }
  main section.s04 .wrapper dl dd ul li a .txtbox .time {
    padding-left: 15px;
    line-height: 14px;
    margin-top: 5px;
  }
  main section.s04 .wrapper dl dd ul li a .txtbox .time .icon_time {
    width: 14px;
    vertical-align: top;
  }
  main section.s04 .wrapper dl dd ul li a .txtbox .time span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    color: #848484;
  }
  main section.s04 .wrapper dl dd ul li a .txtbox .time span.days {
    margin-left: 10px;
  }
  main section.s04 .wrapper dl dd ul li a .txtbox .time span.media {
    margin-left: 20px;
  }
  main section.s04 .wrapper dl dd ul li a .txtbox .txt {
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    height: 48px;
    overflow: hidden;
    color: #2F2F2F;
    margin-top: 10px;
  }
  main section.s04 .wrapper .btn_viewmore {
    width: 345px;
    border: 1px solid #00126A;
    background-color: #00126A;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    margin: 15px auto 0;
    padding: 24px 0;
    text-decoration: none;
  }
  main section.s04 .wrapper .btn_viewmore:hover {
    background-color: transparent;
    color: #00126A;
    opacity: 1;
  }
  main section.s05 {
    padding: 20px 15px;
  }
  main section.s05 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s05 .wrapper h4 {
    font-size: 22px;
    font-weight: bold;
    color: #00126A;
    border-left: 4px solid #00126A;
    line-height: 33px;
    padding-left: 10px;
  }
  main section.s05 .wrapper dl {
    margin-top: 25px;
  }
  main section.s05 .wrapper dl + dl {
    margin-top: 18px;
  }
  main section.s05 .wrapper dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #00126A;
    line-height: 18px;
  }
  main section.s05 .wrapper dl dt img {
    width: 18px;
    vertical-align: top;
    margin-right: 10px;
  }
  main section.s05 .wrapper dl dd {
    margin-top: 10px;
  }
  main section.s05 .wrapper dl dd ul {
    display: block;
  }
  main section.s05 .wrapper dl dd ul li {
    width: 100%;
    margin: 0 !important;
    padding: 7.5px 0 !important;
  }
  main section.s05 .wrapper dl dd ul li a {
    text-decoration: none;
    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.s05 .wrapper dl dd ul li a .photo {
    width: 40%;
  }
  main section.s05 .wrapper dl dd ul li a .txtbox {
    width: 60%;
    display: block;
  }
  main section.s05 .wrapper dl dd ul li a .time {
    padding-left: 15px;
    line-height: 14px;
    margin-top: 5px;
  }
  main section.s05 .wrapper dl dd ul li a .time .icon_time {
    width: 14px;
    vertical-align: top;
  }
  main section.s05 .wrapper dl dd ul li a .time span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    color: #848484;
  }
  main section.s05 .wrapper dl dd ul li a .time span.days {
    margin-left: 10px;
  }
  main section.s05 .wrapper dl dd ul li a .time span.media {
    margin-left: 20px;
  }
  main section.s05 .wrapper dl dd ul li a .txt {
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    height: 48px;
    overflow: hidden;
    color: #2F2F2F;
    margin-top: 10px;
  }
  main section.s05 .wrapper .btn_viewmore {
    width: 345px;
    border: 1px solid #00126A;
    background-color: #00126A;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    margin: 15px auto 0;
    padding: 24px 0;
    text-decoration: none;
  }
  main section.s05 .wrapper .btn_viewmore:hover {
    background-color: transparent;
    color: #00126A;
    opacity: 1;
  }
  main section.s06 {
    background-color: #00126A;
    padding: 25px 15px 20px;
  }
  main section.s06 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s06 .wrapper h5 {
    height: auto;
    background-color: transparent;
  }
  main section.s06 .wrapper h5 span {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 23px;
    margin: 0;
    background-color: #00126A;
    padding: 0 15px;
  }
  main section.s06 .wrapper .list_wakuchin {
    margin-top: 0;
  }
  main section.s06 .wrapper .list_wakuchin li {
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
  }
  main section.s06 .wrapper .list_wakuchin li .t01 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    padding: 15px 15px;
    color: #00126A;
    border: 1px solid #00126A;
  }
  main section.s06 .wrapper .list_wakuchin li table {
    width: 100%;
    margin-top: 10px;
  }
  main section.s06 .wrapper .list_wakuchin li table tr td {
    border-right: 1px solid #D1D1D1;
    vertical-align: middle;
  }
  main section.s06 .wrapper .list_wakuchin li table tr td.td01 {
    width: 46%;
    padding-right: 5px;
  }
  main section.s06 .wrapper .list_wakuchin li table tr td.td01 img {
    width: 100%;
  }
  main section.s06 .wrapper .list_wakuchin li table tr td.td02 {
    width: 23%;
    font-size: 16px;
    padding: 0 3px 0 10px;
  }
  main section.s06 .wrapper .list_wakuchin li table tr td.td02 span {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  main section.s06 .wrapper .list_wakuchin li table tr td.td03 {
    width: 31%;
    font-size: 16px;
    padding: 0 3px 0 10px;
  }
  main section.s06 .wrapper .list_wakuchin li table tr td.td03 span {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  main section.s06 .wrapper .list_wakuchin li .t04 {
    font-size: 18px;
    text-align: center;
    background-color: #EBEBEB;
    line-height: 19px;
    padding: 14px 0;
    margin-top: 10px;
  }
  main section.s06 .wrapper .list_wakuchin li .t05 {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 10px;
  }
  main section.s07 {
    padding: 20px 15px;
  }
  main section.s07 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s07 .wrapper h4 {
    font-size: 22px;
    font-weight: bold;
    color: #00126A;
    border-left: 4px solid #00126A;
    line-height: 33px;
    padding-left: 10px;
  }
  main section.s07 .wrapper dl {
    margin-top: 25px;
  }
  main section.s07 .wrapper dl + dl {
    margin-top: 18px;
  }
  main section.s07 .wrapper dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #00126A;
    line-height: 18px;
  }
  main section.s07 .wrapper dl dt img {
    width: 18px;
    vertical-align: top;
    margin-right: 10px;
  }
  main section.s07 .wrapper dl dd {
    margin-top: 10px;
  }
  main section.s07 .wrapper dl dd ul {
    display: block;
  }
  main section.s07 .wrapper dl dd ul li {
    width: 100%;
    margin: 0 !important;
    padding: 7.5px 0 !important;
  }
  main section.s07 .wrapper dl dd ul li a {
    text-decoration: none;
    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.s07 .wrapper dl dd ul li a .photo {
    width: 40%;
  }
  main section.s07 .wrapper dl dd ul li a .txtbox {
    width: 60%;
  }
  main section.s07 .wrapper dl dd ul li a .time {
    padding-left: 15px;
    line-height: 14px;
    margin-top: 5px;
  }
  main section.s07 .wrapper dl dd ul li a .time .icon_time {
    width: 14px;
    vertical-align: top;
  }
  main section.s07 .wrapper dl dd ul li a .time span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    color: #848484;
  }
  main section.s07 .wrapper dl dd ul li a .time span.days {
    margin-left: 10px;
  }
  main section.s07 .wrapper dl dd ul li a .time span.media {
    margin-left: 20px;
  }
  main section.s07 .wrapper dl dd ul li a .txt {
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    height: 48px;
    overflow: hidden;
    color: #2F2F2F;
    margin-top: 10px;
  }
  main section.s07 .wrapper .btn_viewmore {
    width: 345px;
    border: 1px solid #00126A;
    background-color: #00126A;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    margin: 15px auto 0;
    padding: 24px 0;
    text-decoration: none;
  }
  main section.s07 .wrapper .btn_viewmore:hover {
    background-color: transparent;
    color: #00126A;
    opacity: 1;
  }
  main section.s08 {
    background-color: #00126A;
    padding: 25px 15px 20px;
  }
  main section.s08 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s08 .wrapper h5 {
    height: auto;
    background-color: transparent;
  }
  main section.s08 .wrapper h5 span {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 23px;
    margin: 0;
    background-color: #00126A;
    padding: 0 15px;
  }
  main section.s08 .wrapper .list_virus {
    margin-top: 5px;
    display: block;
  }
  main section.s08 .wrapper .list_virus li {
    width: 100%;
    margin: 15px 0 0 !important;
    background-color: #fff;
    padding: 10px;
  }
  main section.s08 .wrapper .list_virus li .t01 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    padding: 15px 15px;
    color: #00126A;
    border: 1px solid #00126A;
  }
  main section.s08 .wrapper .list_virus li .photo {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  main section.s08 .wrapper .list_virus li .t04 {
    font-size: 18px;
    text-align: center;
    background-color: #EBEBEB;
    line-height: 19px;
    padding: 14px 0;
    margin-top: 10px;
  }
  main section.s08 .wrapper .list_virus li .t05 {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 10px;
  }
  main section.s09 {
    padding: 20px 15px;
    background-color: #F8F8F8;
  }
  main section.s09 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s09 .wrapper h6 {
    font-size: 22px;
    font-weight: bold;
    color: #00126A;
    border-left: 4px solid #00126A;
    line-height: 33px;
    padding-left: 10px;
  }
  main section.s09 .wrapper .list_taisaku {
    margin-top: 0px;
    display: block;
  }
  main section.s09 .wrapper .list_taisaku li {
    width: 100%;
    margin: 20px 0 0 !important;
  }
  main section.s09 .wrapper .list_taisaku li .t01 {
    width: 100%;
    height: 69px;
    background-image: url(../img/tp0904.png);
    background-size: 100% 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 13px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
  }
  main section.s09 .wrapper .list_taisaku li .box {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
  }
  main section.s09 .wrapper .list_taisaku li .box .photo {
    width: 100px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s09 .wrapper .list_taisaku li .box .t02 {
    font-size: 16px;
    line-height: 150%;
    display: block;
    padding-top: 15px;
  }
  main section.s09 .wrapper .list_taisaku li .box a {
    display: block;
    text-decoration: none;
    background-color: #00126A;
    border: 1px solid #00126A;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
    padding: 5px 0;
    margin-top: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s09 .wrapper .list_taisaku li .box a:hover {
    opacity: 1;
    background-color: #fff;
    color: #00126A;
  }
  main section.s09 .wrapper .t03 {
    height: auto;
    background-color: transparent;
    margin-top: 20px;
  }
  main section.s09 .wrapper .t03 span {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    color: #00126A;
    line-height: 23px;
    margin: 0;
    background-color: transparent;
    padding: 0 15px;
  }
  main section.s09 .wrapper .wordsbox {
    border: 6px solid #DFE2EF;
    background-color: #EAEBF0;
    border-radius: 8px;
    margin-top: 20px;
    padding: 0 10px;
  }
  main section.s09 .wrapper .wordsbox dl {
    padding: 15px 0;
    border-bottom: 1px solid #D1D1D1;
  }
  main section.s09 .wrapper .wordsbox dl:last-child {
    border: none;
  }
  main section.s09 .wrapper .wordsbox dl dt {
    color: #00126A;
    font-size: 16px;
    font-weight: bold;
  }
  main section.s09 .wrapper .wordsbox dl dd {
    font-size: 16px;
    line-height: 150%;
    margin-top: 8px;
  }
  main section.s09 .wrapper .btn_viewmore {
    width: 345px;
    border: 1px solid #00126A;
    background-color: #00126A;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    margin: 20px auto 0;
    padding: 24px 0;
    text-decoration: none;
  }
  main section.s09 .wrapper .btn_viewmore:hover {
    background-color: transparent;
    color: #00126A;
    opacity: 1;
  }
}
