@charset "UTF-8";
.module_notices {
  padding: 24px 0;
  display: none;
}
.module_notices.active {
  display: block;
}
.module_notices__wrap {
  text-align: center;
  background-color: #f6f7f9;
  padding: 18px 0 27px;
}
.module_notices__heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.module_notices__link {
  text-align: center;
  font-size: 14px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 18px;
}
.module_notices__item {
  width: auto;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}
.module_notices__item:last-child {
  margin-bottom: 0;
}
.module_notices__item a {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  vertical-align: -1px;
}
.module_notices__item a:after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 10px;
  margin-left: 3px;
  vertical-align: 0;
}
.module_notices__item a:after {
  position: absolute;
  top: 50%;
  right: -1.2em;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.page_wrapper .ec_top_carousel {
  position: relative;
  background-color: #f6f7f9;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__container {
  max-width: 1280px;
  max-height: 640px;
  margin: 0 auto;
  overflow: hidden;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__item {
  opacity: 0;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__item img {
  width: 100%;
  height: auto;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__pagenation {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 24px;
  bottom: 14px;
  text-align: center;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__pagenation .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.6;
  -webkit-transition: opacity 0.1s linear, background-color 0.1s linear;
  -o-transition: opacity 0.1s linear, background-color 0.1s linear;
  transition: opacity 0.1s linear, background-color 0.1s linear;
  margin: 5px;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #003e80;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__arrowleft {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  background-color: rgba(75, 79, 89, 0.75);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__arrowleft:hover {
  background-color: rgba(75, 79, 89, 0.9);
}
.page_wrapper .ec_top_carousel .ec_top_carousel__arrowleft span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__arrowleft span::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__arrowright {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  background-color: rgba(75, 79, 89, 0.75);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__arrowright:hover {
  background-color: rgba(75, 79, 89, 0.9);
}
.page_wrapper .ec_top_carousel .ec_top_carousel__arrowright span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_wrapper .ec_top_carousel .ec_top_carousel__arrowright span::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
}
.page_wrapper .ec_top_carousel .swiper-container .ec_top_carousel__item,
.page_wrapper .ec_top_carousel .swiper-container .ec_top_carousel__pagenation,
.page_wrapper .ec_top_carousel .swiper-container .ec_top_carousel__arrowleft,
.page_wrapper .ec_top_carousel .swiper-container .ec_top_carousel__arrowright {
  opacity: 1;
}
.page_wrapper .ec_top_bnr {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
}
.page_wrapper .ec_top_bnr__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  padding: 10px 0 20px;
}
.page_wrapper .ec_top_bnr__item {
  text-align: center;
  display: block;
  width: 258px;
  height: 100px;
  text-decoration: none;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  position: relative;
}
.page_wrapper .ec_top_bnr__item:hover {
  opacity: 0.5;
}
.page_wrapper .ec_top_bnr__title {
  display: flex;
  justify-content: center;
  align-items: end;
  width: auto;
  height: 45px;
  font-size: 120%;
  line-height: 1.2;
}
.page_wrapper .ec_top_bnr__title > img {
  height: 30px;
}
.page_wrapper .ec_top_bnr__title > span {
  display: inline-block;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25em;
  border-bottom: 2px solid #ffffff;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
.page_wrapper .ec_top_bnr__item--red {
  background-color: #dc0723;
}
.page_wrapper .ec_top_bnr__item--blue {
  background-color: #003e80;
}
.page_wrapper .ec_top_bnr__text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  line-height: 1.71;
  letter-spacing: 0.09em;
  height: 55px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1080px) and (max-width: 1299px)  {
  .page_wrapper .ec_top_bnr__wrap {
    padding: 0.78vw 0;
  }
  .page_wrapper .ec_top_bnr__item {
    width: 24vw;
    min-height: 9.2vw;
  }
  .page_wrapper .ec_top_bnr__title {
    height: 4vw;
  }
  .page_wrapper .ec_top_bnr__title > img {
    height: 2.6vw;
  }
  .page_wrapper .ec_top_bnr__title > span {
    font-size: 2.25vw;
    border-bottom: 2px solid #ffffff;
  }
  .page_wrapper .ec_top_bnr__text {
    font-size: .92vw;
    height: 5.2vw;
  }
}
@media screen and (min-width: 1300px) {
  .page_wrapper .ec_top_bnr__wrap {
    padding: 12px 0;
  }
  .page_wrapper .ec_top_bnr__item {
    width: 310px;
    min-height: 115px;
  }
  .page_wrapper .ec_top_bnr__title {
    height: 50px;
  }
  .page_wrapper .ec_top_bnr__title > img {
    height: 36px;
  }
  .page_wrapper .ec_top_bnr__title > span {
    font-size: 30px;
    border-bottom: 2px solid #ffffff;
  }
  .page_wrapper .ec_top_bnr__text {
    font-size: 12px;
    height: 55px;
  }
}
.page_wrapper .choice_category {
  padding-top: 80px;
  padding-bottom: 20px;
}
.page_wrapper .choice_category .choice_category__title {
  font-size: 24px;
  line-height: 1.5;
  color: #003e80;
  text-align: center;
}
.page_wrapper .choice_category .choice_category__desc {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
.page_wrapper .choice_category .choice_category__container {
  margin-top: 35px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__item_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 1000px;
  margin: 0 auto;
  border-top: solid 1px #f0f0f0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__item_block:first-child {
  border-top: none;
}
.page_wrapper .choice_category .choice_category__container .choice_category__item_block .choice_category__item {
  width: 200px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__item_block .choice_category__item .choice_category__item__main {
  cursor: pointer;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page_wrapper .choice_category .choice_category__container .choice_category__item_block .choice_category__item .choice_category__item__main:hover {
  opacity: 0.5;
}
.page_wrapper .choice_category .choice_category__container .choice_category__item_block .choice_category__item .choice_category__item__main .choice_category__item__main__image {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.page_wrapper .choice_category .choice_category__container .choice_category__item_block .choice_category__item .choice_category__item__main .choice_category__item__main__image img {
  width: 100%;
  height: auto;
}
.page_wrapper .choice_category .choice_category__container .choice_category__item_block .choice_category__item .choice_category__item__main .choice_category__item__main__name {
  font-size: 14px;
  line-height: 1.5;
  color: #003e80;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 20px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__item_block .choice_category__item .choice_category__item__data {
  display: none;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block {
  background-color: #f6f7f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edeff3), to(#f6f7f9));
  background-image: -webkit-linear-gradient(top, #edeff3 0%, #f6f7f9 100%);
  background-image: -o-linear-gradient(top, #edeff3 0%, #f6f7f9 100%);
  background-image: linear-gradient(to bottom, #edeff3 0%, #f6f7f9 100%);
  -webkit-background-size: 100% 150px;
          background-size: 100% 150px;
  background-repeat: no-repeat;
  -webkit-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='none'] {
  height: 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='0'] {
  height: 410px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='0'] .choice_category__detail_block__arrow {
  margin-left: 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='1'] {
  height: 410px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='1'] .choice_category__detail_block__arrow {
  margin-left: 200px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='2'] {
  height: 484px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='2'] .choice_category__detail_block__arrow {
  margin-left: 400px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='3'] {
  height: 410px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='3'] .choice_category__detail_block__arrow {
  margin-left: 600px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='4'] {
  height: 484px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='4'] .choice_category__detail_block__arrow {
  margin-left: 800px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='5'] {
  height: 410px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='5'] .choice_category__detail_block__arrow {
  margin-left: 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='6'] {
  height: 632px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='6'] .choice_category__detail_block__arrow {
  margin-left: 200px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='7'] {
  height: 780px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='7'] .choice_category__detail_block__arrow {
  margin-left: 400px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='8'] {
  height: 706px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block[data-view-item-target='8'] .choice_category__detail_block__arrow {
  margin-left: 600px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap {
  position: relative;
  width: 960px;
  margin: 60px auto 20px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__arrow {
  position: absolute;
  display: block;
  background-image: url("/static/img/index/choice_category__detail_block__under_arrow.png");
  width: 19px;
  height: 15px;
  top: -60px;
  left: 70px;
  margin-left: 0;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__close {
  position: absolute;
  right: 0;
  top: -35px;
  cursor: pointer;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__close:hover {
  opacity: 0.5;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__close span {
  font-size: 13px;
  line-height: 1.5;
  color: #003e80;
  vertical-align: middle;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__close::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 13px;
  color: #003e80;
  margin-left: 4px;
  vertical-align: middle;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner.showin {
  opacity: 1;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .choice_category__item_types {
  height: 150px;
  margin-bottom: 32px;
  display: table;
  text-decoration: none;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .choice_category__item_types:hover {
  opacity: 0.5;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .choice_category__item_types .choice_category__item_types__thumb {
  width: 300px;
  height: 150px;
  overflow: hidden;
  display: table-cell;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .choice_category__item_types .choice_category__item_types__thumb img {
  width: 100%;
  height: auto;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .choice_category__item_types .choice_category__item_types__text {
  display: table-cell;
  width: 660px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  background-color: #ffffff;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .choice_category__item_types .choice_category__item_types__text .choice_category__item_types__title {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .choice_category__item_types .choice_category__item_types__text .choice_category__item_types__title span {
  display: inline-block;
  vertical-align: middle;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .choice_category__item_types .choice_category__item_types__text .choice_category__item_types__title::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 10px;
  color: #003e80;
  margin-left: 4px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .choice_category__item_types .choice_category__item_types__text .choice_category__item_types__desc {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .items_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .item {
  display: inline-block;
  margin-bottom: 12px;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .item .item__inner {
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .item.kind_top {
  display: none;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .item.kind .item__inner:hover {
  opacity: 0.4;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .item.kind_all {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .item.kind_all .item__inner {
  display: inline-block;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .item.kind {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .item__inner {
  display: block;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .item__icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .choice_category__detail_block__inner .item__name {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_1 [data-icon="1"] {
  background-image: url(/static/img/site_header/menu_item_1.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_1 [data-icon="2"] {
  background-image: url(/static/img/site_header/menu_item_1.jpg);
  background-repeat: no-repeat;
  background-position: -60px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_1 [data-icon="3"] {
  background-image: url(/static/img/site_header/menu_item_1.jpg);
  background-repeat: no-repeat;
  background-position: -120px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_2 [data-icon="1"] {
  background-image: url(/static/img/site_header/menu_item_2.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_2 [data-icon="2"] {
  background-image: url(/static/img/site_header/menu_item_2.jpg);
  background-repeat: no-repeat;
  background-position: -60px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_2 [data-icon="3"] {
  background-image: url(/static/img/site_header/menu_item_2.jpg);
  background-repeat: no-repeat;
  background-position: -120px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_2 [data-icon="4"] {
  background-image: url(/static/img/site_header/menu_item_2.jpg);
  background-repeat: no-repeat;
  background-position: -180px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_2 [data-icon="5"] {
  background-image: url(/static/img/site_header/menu_item_2.jpg);
  background-repeat: no-repeat;
  background-position: -240px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_3 [data-icon="1"] {
  background-image: url(/static/img/site_header/menu_item_3.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_3 [data-icon="2"] {
  background-image: url(/static/img/site_header/menu_item_3.jpg);
  background-repeat: no-repeat;
  background-position: -60px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_3 [data-icon="3"] {
  background-image: url(/static/img/site_header/menu_item_3.jpg);
  background-repeat: no-repeat;
  background-position: -120px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_3 [data-icon="4"] {
  background-image: url(/static/img/site_header/menu_item_3.jpg);
  background-repeat: no-repeat;
  background-position: -180px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_3 [data-icon="5"] {
  background-image: url(/static/img/site_header/menu_item_3.jpg);
  background-repeat: no-repeat;
  background-position: -240px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_3 [data-icon="6"] {
  background-image: url(/static/img/site_header/menu_item_3.jpg);
  background-repeat: no-repeat;
  background-position: -300px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_3 [data-icon="7"] {
  background-image: url(/static/img/site_header/menu_item_3.jpg);
  background-repeat: no-repeat;
  background-position: -360px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_4 [data-icon="1"] {
  background-image: url(/static/img/site_header/menu_item_4.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_4 [data-icon="2"] {
  background-image: url(/static/img/site_header/menu_item_4.jpg);
  background-repeat: no-repeat;
  background-position: -60px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_4 [data-icon="3"] {
  background-image: url(/static/img/site_header/menu_item_4.jpg);
  background-repeat: no-repeat;
  background-position: -120px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_4 [data-icon="4"] {
  background-image: url(/static/img/site_header/menu_item_4.jpg);
  background-repeat: no-repeat;
  background-position: -180px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_5 [data-icon="1"] {
  background-image: url(/static/img/site_header/menu_item_5.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_5 [data-icon="2"] {
  background-image: url(/static/img/site_header/menu_item_5.jpg);
  background-repeat: no-repeat;
  background-position: -60px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_5 [data-icon="3"] {
  background-image: url(/static/img/site_header/menu_item_5.jpg);
  background-repeat: no-repeat;
  background-position: -120px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_5 [data-icon="4"] {
  background-image: url(/static/img/site_header/menu_item_5.jpg);
  background-repeat: no-repeat;
  background-position: -180px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_5 [data-icon="5"] {
  background-image: url(/static/img/site_header/menu_item_5.jpg);
  background-repeat: no-repeat;
  background-position: -240px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_5 [data-icon="6"] {
  background-image: url(/static/img/site_header/menu_item_5.jpg);
  background-repeat: no-repeat;
  background-position: -300px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_5 [data-icon="7"] {
  background-image: url(/static/img/site_header/menu_item_5.jpg);
  background-repeat: no-repeat;
  background-position: -360px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_5 [data-icon="8"] {
  background-image: url(/static/img/site_header/menu_item_5.jpg);
  background-repeat: no-repeat;
  background-position: -420px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_6 [data-icon="1"] {
  background-image: url(/static/img/site_header/menu_item_6.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_6 [data-icon="2"] {
  background-image: url(/static/img/site_header/menu_item_6.jpg);
  background-repeat: no-repeat;
  background-position: -60px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="1"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="2"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -60px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="3"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -120px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="4"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -180px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="5"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -240px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="6"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -300px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="7"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -360px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="8"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -420px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="9"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -480px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="10"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -540px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="11"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -600px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="12"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -660px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="13"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -720px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="14"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -780px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="15"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -840px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="16"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -900px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_7 [data-icon="17"] {
  background-image: url(/static/img/site_header/menu_item_7.jpg);
  background-repeat: no-repeat;
  background-position: -960px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="1"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="2"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -60px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="3"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -120px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="4"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -180px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="5"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -240px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="6"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -300px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="7"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -360px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="8"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -420px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="9"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -480px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="10"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -540px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="11"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -600px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="12"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -660px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="13"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -720px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="14"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -780px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="15"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -840px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="16"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -900px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="17"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -960px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="18"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -1020px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="19"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -1080px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="20"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -1140px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="21"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -1200px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_8 [data-icon="22"] {
  background-image: url(/static/img/site_header/menu_item_8.jpg);
  background-repeat: no-repeat;
  background-position: -1260px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="1"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="2"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -60px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="3"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -120px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="4"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -180px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="5"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -240px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="6"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -300px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="7"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -360px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="8"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -420px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="9"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -480px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="10"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -540px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="11"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -600px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="12"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -660px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="13"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -720px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="14"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -780px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="15"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -840px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="16"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -900px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="17"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -960px 0;
}
.page_wrapper .choice_category .choice_category__container .choice_category__detail_block__wrap .item_block_9 [data-icon="18"] {
  background-image: url(/static/img/site_header/menu_item_9.jpg);
  background-repeat: no-repeat;
  background-position: -1020px 0;
}
.page_wrapper .choice_situation {
  background-color: #f6f7f9;
  padding: 102px 0 22px;
}
.page_wrapper .choice_situation__desc {
  font-size: 16px;
  text-align: center;
}
.page_wrapper .choice_situation__title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.page_wrapper .choice_situation__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
.page_wrapper .choice_situation__item {
  color: #333333;
  display: block;
  width: 488px;
  text-decoration: none;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page_wrapper .choice_situation__item:nth-child(1) {
  margin-bottom: 45px;
}
.page_wrapper .choice_situation__item:nth-child(2) {
  margin-bottom: 45px;
}
.page_wrapper .choice_situation__item:hover {
  opacity: 0.5;
}
.page_wrapper .choice_situation__item__textarea {
  padding: 13px 30px 15px 34px;
  background-color: #ffffff;
}
.page_wrapper .choice_situation__item__title {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
.page_wrapper .choice_situation__item__title:after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  color: #003e80;
  font-size: 10px;
  top: 50%;
  right: 3px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
}
.page_wrapper .choice_situation__item__text {
  font-size: 14px;
  line-height: 1.5;
}
.page_wrapper .choice_situation__item__linktext {
  display: none;
}
.page_wrapper .choice_by_purpose {
  padding-top: 80px;
  padding-bottom: 70px;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__title {
  font-size: 24px;
  line-height: 1.5;
  color: #003e80;
  text-align: center;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__desc {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__container {
  width: 1000px;
  margin: 35px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__container .choice_by_purpose__item {
  width: 235px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__container .choice_by_purpose__item:hover {
  opacity: 0.5;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__container .choice_by_purpose__item .choice_by_purpose__item__text_wrap {
  padding: 10px 20px;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__container .choice_by_purpose__item .choice_by_purpose__item__image {
  width: 235px;
  height: 235px;
  overflow: hidden;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__container .choice_by_purpose__item .choice_by_purpose__item__image img {
  width: 100%;
  height: auto;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__container .choice_by_purpose__item .choice_by_purpose__item__title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #003e80;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__container .choice_by_purpose__item .choice_by_purpose__item__desc {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__container .choice_by_purpose__item .choice_by_purpose__item__link {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #003e80;
  text-decoration: underline;
  text-align: right;
}
.page_wrapper .choice_by_purpose .choice_by_purpose__container .choice_by_purpose__item .choice_by_purpose__item__link::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 10px;
  color: #003e80;
  margin-left: 4px;
}
.page_wrapper .recommend_section__wrap {
  background-color: #f6f7f9;
  padding-bottom: 60px;
}
.page_wrapper .recommend_section .recommend_section__inner {
  padding-top: 80px;
  padding-bottom: 24px;
}
.page_wrapper .recommend_section .recommend_section__products {
  background-color: #ffffff;
}
.page_wrapper .recommend_section .recommend_section__title {
  margin-bottom: 20px;
}
.page_wrapper .recommend_section .recommend_section__title .recommend_section__title__sub {
  font-size: 16px;
  display: block;
  text-align: center;
}
.page_wrapper .recommend_section .recommend_section__title .recommend_section__title__main {
  font-size: 28px;
  display: block;
  text-align: center;
}
.page_wrapper .recommend_section .recommend_section__feature {
  position: relative;
}
.page_wrapper .recommend_section .recommend_section__feature .feature_article__image {
  width: 490px;
  height: 245px;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__container {
  position: relative;
  width: 999px;
  overflow: hidden;
  margin: 0 auto;
}
.page_wrapper .recommend_section .recommend_section__feature .module_feature_article.feature__billboard {
  width: 100%;
}
.page_wrapper .recommend_section .recommend_section__feature .module_feature_article.feature__billboard .feature_article__image {
  width: 1000px;
  height: 500px;
}
.page_wrapper .recommend_section .recommend_section__feature .module_feature_article.feature__billboard .feature_article__title {
  font-size: 24px;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__article_group {
  width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  width: 1000px;
  margin: 0 auto;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__article_group .module_feature_article {
  width: 490px;
  margin-top: 20px;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group {
  width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  width: 1000px;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article {
  position: relative;
  width: 320px;
  margin-right: 20px;
  margin-top: 24px;
  border-bottom: solid 1px #e8e8ea;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article a {
  display: block;
  text-decoration: none;
  color: #333333;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article a:hover {
  opacity: 0.5;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article:nth-child(3n) {
  margin-right: 0;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article .sub_feature_article__image {
  width: 320px;
  height: 160px;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article .sub_feature_article__text_block {
  padding: 15px 20px 55px;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article .sub_feature_article__text_block .sub_feature_article__title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 4px;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article .sub_feature_article__text_block .sub_feature_article__desc {
  font-size: 14px;
  line-height: 1.7;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article .sub_feature_article__text_block .sub_feature_article__link {
  text-align: right;
  text-decoration: underline;
  color: #003e80;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article .sub_feature_article__text_block .sub_feature_article__link span::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 10px;
  color: #003e80;
  margin-left: 4px;
}
.page_wrapper .recommend_section .recommend_section__feature .recommend_section__feature__sub_article_group .sub_feature_article a[target="_blank"] .sub_feature_article__text_block .sub_feature_article__link span::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 17px;
}
.page_wrapper .recommend_section .recommend_section__makers {
  position: relative;
  background-color: #f6f7f9;
}
.page_wrapper .recommend_section .recommend_section__makers .recommend_section__makers__container {
  width: 999px;
  overflow: hidden;
  margin: 0 auto;
}
.page_wrapper .recommend_section .recommend_section__makers .recommend_section__makers__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  width: 1000px;
  background-color: #f0f0f0;
}
.page_wrapper .recommend_section .recommend_section__makers .recommend_section__makers__item {
  width: 249px;
  overflow: hidden;
  margin-right: 1px;
  background-color: #ffffff;
}
.page_wrapper .recommend_section .recommend_section__makers .recommend_section__makers__item span {
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page_wrapper .recommend_section .recommend_section__makers .recommend_section__makers__item img {
  width: 250px;
  height: auto;
}
.page_wrapper .recommend_section .recommend_section__makers .recommend_section__makers__item:hover span {
  opacity: 0.5;
}
.page_wrapper .recommend_section .recommend_items {
  position: relative;
  background-color: #f6f7f9;
  width: 999px;
  margin: 0 auto;
}
.page_wrapper .recommend_section .recommend_items .recommend_items__title {
  background-color: #ffffff;
  display: block;
  padding: 25px;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  border-bottom: solid 1px #f0f0f0;
}
.page_wrapper .recommend_section .recommend_items .recommend_items__container {
  width: 999px;
  margin: 0 auto;
  overflow: hidden;
}
.page_wrapper .recommend_section .recommend_items .recommend_items__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  width: 1000px;
  background-color: #f0f0f0;
  margin-top: -1px;
}
.page_wrapper .recommend_section .recommend_items .recommend_items__wrap::after {
  content: '';
  display: block;
  width: 249px;
}
.page_wrapper .recommend_section .recommend_items .recommend_items__wrap .module_list_item_catalog {
  margin-right: 1px;
  margin-top: 1px;
}
.page_wrapper .recommend_section .recommend_items__link {
  display: block;
  width: 999px;
  height: 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-top: solid 1px #f0f0f0;
  background-color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
}
.page_wrapper .recommend_section .recommend_items__link .recommend_items__link__wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: bottom;
  background-color: #ffffff;
  color: #333333;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  cursor: pointer;
}
.page_wrapper .recommend_section .recommend_items__link .recommend_items__link__wrap span {
  font-size: 16px;
}
.page_wrapper .recommend_section .recommend_items__link .recommend_items__link__wrap::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 10px;
  color: #003e80;
  margin-left: 7px;
}
.page_wrapper .recommend_section .recommend_items__link .recommend_items__link__wrap:hover {
  color: #ffffff;
  background-color: #003e80;
}
.page_wrapper .recommend_section .recommend_items__link .recommend_items__link__wrap:hover::after {
  color: #ffffff;
}
.page_wrapper .information {
  width: 1000px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 60px;
}
.page_wrapper .information .information__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}
.page_wrapper .information .information__title {
  font-size: 20px;
  line-height: 1.5;
  vertical-align: middle;
}
.page_wrapper .information .information__btn_more {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: auto;
}
.page_wrapper .information .information__btn_more::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 10px;
  color: #003e80;
  margin-left: 4px;
}
.page_wrapper .information .information_list {
  border-bottom: 1px solid #f0f0f0;
}
.page_wrapper .information .information_list a {
  text-decoration: none;
}
.page_wrapper .information .information_list dl {
  border-top: 1px solid #f0f0f0;
  display: table;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  table-layout: fixed;
}
.page_wrapper .information .information_list dl dt {
  width: 124px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  color: #333333;
  vertical-align: middle;
  display: table-cell;
  font-size: 14px;
  line-height: 1.5;
}
.page_wrapper .information .information_list dl dd {
  position: relative;
  word-break: break-all;
  width: 876px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  font-size: 14px;
  line-height: 1.5;
}
.page_wrapper .information .information_list a dl dd {
  padding-right: 45px;
}
.page_wrapper .information .information_list a dl dd::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  text-decoration: none;
  font-size: 10px;
  color: #003e80;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.page_wrapper .information .information_list a:hover dl {
  background-color: #e6ebf1;
}
