@charset "UTF-8";
/*--------------------------
color
---------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slide {
  opacity: 0;
}
.slick-slide.slick-active {
  opacity: 1;
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding: 0 0 10px;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev,
.slick-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: calc(50% - 20px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: calc(50% - 40px);
  }
}
.slick-prev::after,
.slick-next::after {
  display: block;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 48px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .slick-prev::after,
  .slick-next::after {
    font-size: 16px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

.slick-prev {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 12px;
  }
}
.slick-prev::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
}
.slick-prev:hover {
  opacity: 0.7;
}

.slick-next {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: 12px;
  }
}
.slick-next::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f006";
}
.slick-next:hover {
  opacity: 0.7;
}

/* Dots */
.slick-slider {
  padding: 0 20px;
  margin-bottom: 20px;
}

.slick-dot {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dot li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  padding: 0;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}
.slick-dot li button {
  font-size: 0pt;
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
}
.slick-dot li button:hover, .slick-dot li button:focus {
  outline: none;
}
.slick-dot li button:hover:before, .slick-dot li button:focus:before {
  opacity: 1;
}
.slick-dot li.slick-active button {
  background: #000;
}

.slick-slide {
  margin: 0 15px;
  height: auto;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1) rotate(0.001deg);
          transform: scale(1) rotate(0.001deg);
}

.slick-slide {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .slick-list.draggable {
    padding: 0 10px !important;
  }
}

/*--------------------------
main_visual
---------------------------*/
#main_visual .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 250px;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box {
    min-height: 180px;
  }
}
#main_visual .title_box span {
  display: inline-block;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 600;
  margin: 0 0 8px;
  border-bottom: 1px solid;
}
#main_visual .title_box h1 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
#main_visual .title_box h1::before {
  content: attr(data-en);
  display: block;
  font-size: 56px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box h1::before {
    font-size: 36px;
  }
}
#main_visual .title_box span {
  color: #004986;
  border-color: #004986;
}
#main_visual .visual_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 400px;
  background-image: url(/cn/special/vnb-ept/asset/image/function/ebt/main_visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}
#main_visual .visual_box .icon_page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto;
}
#main_visual .visual_box .icon_page_link li {
  margin: 20px 60px;
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box .icon_page_link li {
    margin: 10px;
  }
}
#main_visual .visual_box .icon_page_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #004986;
}
@media only screen and (max-width: 1170px) {
  #main_visual .visual_box .icon_page_link li a {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box .icon_page_link li a {
    width: 120px;
    height: 120px;
  }
}
#main_visual .visual_box .icon_page_link li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 73px;
  margin: 0 0 4px;
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box .icon_page_link li a i {
    height: 60px;
  }
  #main_visual .visual_box .icon_page_link li a i img {
    max-width: 70%;
  }
}
#main_visual .visual_box .icon_page_link li a span {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box .icon_page_link li a span {
    font-size: 14px;
  }
}
#main_visual .visual_box .icon_page_link li a span::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
  display: block;
  font-size: 20px;
  margin: 10px 0 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box .icon_page_link li a span::after {
    font-size: 12px;
  }
}
#main_visual .visual_box .icon_page_link li a span small {
  display: block;
  font-size: 14px;
  margin: 6px 0 0;
}
#main_visual .visual_box .icon_page_link li a:hover {
  opacity: 0.7;
}

/*--------------------------
section01
---------------------------*/
#section02,
#section04,
#section06,
#section01,
#section03,
#section05 {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #section02,
  #section04,
  #section06,
  #section01,
  #section03,
  #section05 {
    padding: 40px 0;
  }
}
#section02 h2,
#section04 h2,
#section06 h2,
#section01 h2,
#section03 h2,
#section05 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 h2,
  #section04 h2,
  #section06 h2,
  #section01 h2,
  #section03 h2,
  #section05 h2 {
    margin: 0 0 20px;
  }
}
#section02 h2 i,
#section04 h2 i,
#section06 h2 i,
#section01 h2 i,
#section03 h2 i,
#section05 h2 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin: 0 25px 0 0;
  border-radius: 50%;
  background: #004986;
}
@media only screen and (max-width: 768px) {
  #section02 h2 i,
  #section04 h2 i,
  #section06 h2 i,
  #section01 h2 i,
  #section03 h2 i,
  #section05 h2 i {
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin: 0 8px 0 0;
  }
  #section02 h2 i img,
  #section04 h2 i img,
  #section06 h2 i img,
  #section01 h2 i img,
  #section03 h2 i img,
  #section05 h2 i img {
    max-width: 70%;
  }
}
#section02 h2 span,
#section04 h2 span,
#section06 h2 span,
#section01 h2 span,
#section03 h2 span,
#section05 h2 span {
  position: relative;
  display: block;
  font-size: 48px;
  font-weight: 500;
  color: #004986;
  padding: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  #section02 h2 span,
  #section04 h2 span,
  #section06 h2 span,
  #section01 h2 span,
  #section03 h2 span,
  #section05 h2 span {
    font-size: 30px;
    padding: 0 0 4px;
  }
}
#section02 h2 span::before,
#section04 h2 span::before,
#section06 h2 span::before,
#section01 h2 span::before,
#section03 h2 span::before,
#section05 h2 span::before {
  content: attr(data-en);
  display: block;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  #section02 h2 span::before,
  #section04 h2 span::before,
  #section06 h2 span::before,
  #section01 h2 span::before,
  #section03 h2 span::before,
  #section05 h2 span::before {
    font-size: 14px;
    margin: 0 0 6px;
  }
}
#section02 h2 span small,
#section04 h2 span small,
#section06 h2 span small,
#section01 h2 span small,
#section03 h2 span small,
#section05 h2 span small {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  #section02 h2 span small,
  #section04 h2 span small,
  #section06 h2 span small,
  #section01 h2 span small,
  #section03 h2 span small,
  #section05 h2 span small {
    font-size: 20px;
  }
}
#section02 .scroll_table,
#section04 .scroll_table,
#section06 .scroll_table,
#section01 .scroll_table,
#section03 .scroll_table,
#section05 .scroll_table {
  margin: 0 0 16px;
}
#section02 .scroll_table .scroll_table_wrap,
#section04 .scroll_table .scroll_table_wrap,
#section06 .scroll_table .scroll_table_wrap,
#section01 .scroll_table .scroll_table_wrap,
#section03 .scroll_table .scroll_table_wrap,
#section05 .scroll_table .scroll_table_wrap {
  position: relative;
}
#section02 .scroll_table .scroll_table_wrap::-webkit-scrollbar,
#section04 .scroll_table .scroll_table_wrap::-webkit-scrollbar,
#section06 .scroll_table .scroll_table_wrap::-webkit-scrollbar,
#section01 .scroll_table .scroll_table_wrap::-webkit-scrollbar,
#section03 .scroll_table .scroll_table_wrap::-webkit-scrollbar,
#section05 .scroll_table .scroll_table_wrap::-webkit-scrollbar {
  height: 5px;
}
#section02 .scroll_table .scroll_table_wrap::-webkit-scrollbar-track,
#section04 .scroll_table .scroll_table_wrap::-webkit-scrollbar-track,
#section06 .scroll_table .scroll_table_wrap::-webkit-scrollbar-track,
#section01 .scroll_table .scroll_table_wrap::-webkit-scrollbar-track,
#section03 .scroll_table .scroll_table_wrap::-webkit-scrollbar-track,
#section05 .scroll_table .scroll_table_wrap::-webkit-scrollbar-track {
  background: #F1F1F1;
}
#section02 .scroll_table .scroll_table_wrap::-webkit-scrollbar-thumb,
#section04 .scroll_table .scroll_table_wrap::-webkit-scrollbar-thumb,
#section06 .scroll_table .scroll_table_wrap::-webkit-scrollbar-thumb,
#section01 .scroll_table .scroll_table_wrap::-webkit-scrollbar-thumb,
#section03 .scroll_table .scroll_table_wrap::-webkit-scrollbar-thumb,
#section05 .scroll_table .scroll_table_wrap::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section02 .scroll_table .scroll_table_wrap,
  #section04 .scroll_table .scroll_table_wrap,
  #section06 .scroll_table .scroll_table_wrap,
  #section01 .scroll_table .scroll_table_wrap,
  #section03 .scroll_table .scroll_table_wrap,
  #section05 .scroll_table .scroll_table_wrap {
    width: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .scroll_table .scroll_table_wrap table,
  #section04 .scroll_table .scroll_table_wrap table,
  #section06 .scroll_table .scroll_table_wrap table,
  #section01 .scroll_table .scroll_table_wrap table,
  #section03 .scroll_table .scroll_table_wrap table,
  #section05 .scroll_table .scroll_table_wrap table {
    min-width: 768px;
  }
  #section02 .scroll_table .scroll_table_wrap table tr th,
  #section02 .scroll_table .scroll_table_wrap table tr td,
  #section04 .scroll_table .scroll_table_wrap table tr th,
  #section04 .scroll_table .scroll_table_wrap table tr td,
  #section06 .scroll_table .scroll_table_wrap table tr th,
  #section06 .scroll_table .scroll_table_wrap table tr td,
  #section01 .scroll_table .scroll_table_wrap table tr th,
  #section01 .scroll_table .scroll_table_wrap table tr td,
  #section03 .scroll_table .scroll_table_wrap table tr th,
  #section03 .scroll_table .scroll_table_wrap table tr td,
  #section05 .scroll_table .scroll_table_wrap table tr th,
  #section05 .scroll_table .scroll_table_wrap table tr td {
    white-space: nowrap;
  }
}
#section02 .scroll_table .scroll_table_wrap .swipe,
#section04 .scroll_table .scroll_table_wrap .swipe,
#section06 .scroll_table .scroll_table_wrap .swipe,
#section01 .scroll_table .scroll_table_wrap .swipe,
#section03 .scroll_table .scroll_table_wrap .swipe,
#section05 .scroll_table .scroll_table_wrap .swipe {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #section02 .scroll_table .scroll_table_wrap .swipe,
  #section04 .scroll_table .scroll_table_wrap .swipe,
  #section06 .scroll_table .scroll_table_wrap .swipe,
  #section01 .scroll_table .scroll_table_wrap .swipe,
  #section03 .scroll_table .scroll_table_wrap .swipe,
  #section05 .scroll_table .scroll_table_wrap .swipe {
    display: block;
  }
}
#section02 .scroll_table .scroll_table_wrap .swipe span,
#section04 .scroll_table .scroll_table_wrap .swipe span,
#section06 .scroll_table .scroll_table_wrap .swipe span,
#section01 .scroll_table .scroll_table_wrap .swipe span,
#section03 .scroll_table .scroll_table_wrap .swipe span,
#section05 .scroll_table .scroll_table_wrap .swipe span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
#section02 .scroll_table .scroll_table_wrap table,
#section04 .scroll_table .scroll_table_wrap table,
#section06 .scroll_table .scroll_table_wrap table,
#section01 .scroll_table .scroll_table_wrap table,
#section03 .scroll_table .scroll_table_wrap table,
#section05 .scroll_table .scroll_table_wrap table {
  width: 100%;
  table-layout: fixed;
}
#section02 .scroll_table .scroll_table_wrap table tbody tr th,
#section02 .scroll_table .scroll_table_wrap table tbody tr td,
#section04 .scroll_table .scroll_table_wrap table tbody tr th,
#section04 .scroll_table .scroll_table_wrap table tbody tr td,
#section06 .scroll_table .scroll_table_wrap table tbody tr th,
#section06 .scroll_table .scroll_table_wrap table tbody tr td,
#section01 .scroll_table .scroll_table_wrap table tbody tr th,
#section01 .scroll_table .scroll_table_wrap table tbody tr td,
#section03 .scroll_table .scroll_table_wrap table tbody tr th,
#section03 .scroll_table .scroll_table_wrap table tbody tr td,
#section05 .scroll_table .scroll_table_wrap table tbody tr th,
#section05 .scroll_table .scroll_table_wrap table tbody tr td {
  line-height: 1.75;
  vertical-align: middle;
  padding: 5px 10px;
  border: 1px solid #fff;
  background: #e9ebf5;
}
@media only screen and (max-width: 768px) {
  #section02 .scroll_table .scroll_table_wrap table tbody tr th,
  #section02 .scroll_table .scroll_table_wrap table tbody tr td,
  #section04 .scroll_table .scroll_table_wrap table tbody tr th,
  #section04 .scroll_table .scroll_table_wrap table tbody tr td,
  #section06 .scroll_table .scroll_table_wrap table tbody tr th,
  #section06 .scroll_table .scroll_table_wrap table tbody tr td,
  #section01 .scroll_table .scroll_table_wrap table tbody tr th,
  #section01 .scroll_table .scroll_table_wrap table tbody tr td,
  #section03 .scroll_table .scroll_table_wrap table tbody tr th,
  #section03 .scroll_table .scroll_table_wrap table tbody tr td,
  #section05 .scroll_table .scroll_table_wrap table tbody tr th,
  #section05 .scroll_table .scroll_table_wrap table tbody tr td {
    padding: 10px;
  }
}
#section02 .flex_box,
#section04 .flex_box,
#section06 .flex_box,
#section01 .flex_box,
#section03 .flex_box,
#section05 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box,
  #section04 .flex_box,
  #section06 .flex_box,
  #section01 .flex_box,
  #section03 .flex_box,
  #section05 .flex_box {
    display: block;
    margin: 0 0 20px;
  }
}
#section02 .flex_box .left_box,
#section04 .flex_box .left_box,
#section06 .flex_box .left_box,
#section01 .flex_box .left_box,
#section03 .flex_box .left_box,
#section05 .flex_box .left_box {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box,
  #section04 .flex_box .left_box,
  #section06 .flex_box .left_box,
  #section01 .flex_box .left_box,
  #section03 .flex_box .left_box,
  #section05 .flex_box .left_box {
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
  }
}
#section02 .flex_box .left_box .txt_box,
#section04 .flex_box .left_box .txt_box,
#section06 .flex_box .left_box .txt_box,
#section01 .flex_box .left_box .txt_box,
#section03 .flex_box .left_box .txt_box,
#section05 .flex_box .left_box .txt_box {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box .txt_box,
  #section04 .flex_box .left_box .txt_box,
  #section06 .flex_box .left_box .txt_box,
  #section01 .flex_box .left_box .txt_box,
  #section03 .flex_box .left_box .txt_box,
  #section05 .flex_box .left_box .txt_box {
    margin: 0 0 20px;
  }
}
#section02 .flex_box .left_box .case_box:not(:last-child),
#section04 .flex_box .left_box .case_box:not(:last-child),
#section06 .flex_box .left_box .case_box:not(:last-child),
#section01 .flex_box .left_box .case_box:not(:last-child),
#section03 .flex_box .left_box .case_box:not(:last-child),
#section05 .flex_box .left_box .case_box:not(:last-child) {
  margin: 0 0 20px;
}
#section02 .flex_box .left_box .case_box h3,
#section04 .flex_box .left_box .case_box h3,
#section06 .flex_box .left_box .case_box h3,
#section01 .flex_box .left_box .case_box h3,
#section03 .flex_box .left_box .case_box h3,
#section05 .flex_box .left_box .case_box h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 8px;
  margin: 0 0 16px;
  border-left: 5px solid #004986;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box .case_box h3,
  #section04 .flex_box .left_box .case_box h3,
  #section06 .flex_box .left_box .case_box h3,
  #section01 .flex_box .left_box .case_box h3,
  #section03 .flex_box .left_box .case_box h3,
  #section05 .flex_box .left_box .case_box h3 {
    font-size: 14px;
  }
}
#section02 .flex_box .left_box .case_box .case_list li,
#section04 .flex_box .left_box .case_box .case_list li,
#section06 .flex_box .left_box .case_box .case_list li,
#section01 .flex_box .left_box .case_box .case_list li,
#section03 .flex_box .left_box .case_box .case_list li,
#section05 .flex_box .left_box .case_box .case_list li {
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 16px;
}
#section02 .flex_box .left_box .case_box .case_list li::before,
#section04 .flex_box .left_box .case_box .case_list li::before,
#section06 .flex_box .left_box .case_box .case_list li::before,
#section01 .flex_box .left_box .case_box .case_list li::before,
#section03 .flex_box .left_box .case_box .case_list li::before,
#section05 .flex_box .left_box .case_box .case_list li::before {
  position: absolute;
  content: "●";
  top: 50%;
  left: 0;
  font-size: 12px;
  color: #004986;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#section02 .flex_box .left_box .case_box .case_list li:not(:last-child),
#section04 .flex_box .left_box .case_box .case_list li:not(:last-child),
#section06 .flex_box .left_box .case_box .case_list li:not(:last-child),
#section01 .flex_box .left_box .case_box .case_list li:not(:last-child),
#section03 .flex_box .left_box .case_box .case_list li:not(:last-child),
#section05 .flex_box .left_box .case_box .case_list li:not(:last-child) {
  margin: 0 0 8px;
}
#section02 .flex_box .left_box .link_box .link_list,
#section04 .flex_box .left_box .link_box .link_list,
#section06 .flex_box .left_box .link_box .link_list,
#section01 .flex_box .left_box .link_box .link_list,
#section03 .flex_box .left_box .link_box .link_list,
#section05 .flex_box .left_box .link_box .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box .link_box .link_list,
  #section04 .flex_box .left_box .link_box .link_list,
  #section06 .flex_box .left_box .link_box .link_list,
  #section01 .flex_box .left_box .link_box .link_list,
  #section03 .flex_box .left_box .link_box .link_list,
  #section05 .flex_box .left_box .link_box .link_list {
    display: block;
  }
}
#section02 .flex_box .left_box .link_box .link_list li:not(:last-child),
#section04 .flex_box .left_box .link_box .link_list li:not(:last-child),
#section06 .flex_box .left_box .link_box .link_list li:not(:last-child),
#section01 .flex_box .left_box .link_box .link_list li:not(:last-child),
#section03 .flex_box .left_box .link_box .link_list li:not(:last-child),
#section05 .flex_box .left_box .link_box .link_list li:not(:last-child) {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .left_box .link_box .link_list li:not(:last-child),
  #section04 .flex_box .left_box .link_box .link_list li:not(:last-child),
  #section06 .flex_box .left_box .link_box .link_list li:not(:last-child),
  #section01 .flex_box .left_box .link_box .link_list li:not(:last-child),
  #section03 .flex_box .left_box .link_box .link_list li:not(:last-child),
  #section05 .flex_box .left_box .link_box .link_list li:not(:last-child) {
    margin: 0 0 16px;
  }
}
#section02 .flex_box .left_box .link_box .link_list li a,
#section04 .flex_box .left_box .link_box .link_list li a,
#section06 .flex_box .left_box .link_box .link_list li a,
#section01 .flex_box .left_box .link_box .link_list li a,
#section03 .flex_box .left_box .link_box .link_list li a,
#section05 .flex_box .left_box .link_box .link_list li a {
  position: relative;
  color: #004986;
}
#section02 .flex_box .left_box .link_box .link_list li a::before,
#section04 .flex_box .left_box .link_box .link_list li a::before,
#section06 .flex_box .left_box .link_box .link_list li a::before,
#section01 .flex_box .left_box .link_box .link_list li a::before,
#section03 .flex_box .left_box .link_box .link_list li a::before,
#section05 .flex_box .left_box .link_box .link_list li a::before {
  content: "＞";
  display: inline-block;
  margin: 0 6px 0 0;
}
#section02 .flex_box .left_box .link_box .link_list li a:hover,
#section04 .flex_box .left_box .link_box .link_list li a:hover,
#section06 .flex_box .left_box .link_box .link_list li a:hover,
#section01 .flex_box .left_box .link_box .link_list li a:hover,
#section03 .flex_box .left_box .link_box .link_list li a:hover,
#section05 .flex_box .left_box .link_box .link_list li a:hover {
  opacity: 0.7;
}
#section02 .flex_box .right_box,
#section04 .flex_box .right_box,
#section06 .flex_box .right_box,
#section01 .flex_box .right_box,
#section03 .flex_box .right_box,
#section05 .flex_box .right_box {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .right_box,
  #section04 .flex_box .right_box,
  #section06 .flex_box .right_box,
  #section01 .flex_box .right_box,
  #section03 .flex_box .right_box,
  #section05 .flex_box .right_box {
    width: 100%;
  }
}
#section02 .flex_box .right_box .title_txt,
#section04 .flex_box .right_box .title_txt,
#section06 .flex_box .right_box .title_txt,
#section01 .flex_box .right_box .title_txt,
#section03 .flex_box .right_box .title_txt,
#section05 .flex_box .right_box .title_txt {
  margin: 0 0 12px;
}
#section02 .flex_box .right_box .box,
#section04 .flex_box .right_box .box,
#section06 .flex_box .right_box .box,
#section01 .flex_box .right_box .box,
#section03 .flex_box .right_box .box,
#section05 .flex_box .right_box .box {
  margin: 0 0 40px;
}
#section02 .flex_box .right_box figure,
#section04 .flex_box .right_box figure,
#section06 .flex_box .right_box figure,
#section01 .flex_box .right_box figure,
#section03 .flex_box .right_box figure,
#section05 .flex_box .right_box figure {
  position: relative;
  padding: 12px;
  margin: 0 15px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#section02 .flex_box .right_box figure::after,
#section04 .flex_box .right_box figure::after,
#section06 .flex_box .right_box figure::after,
#section01 .flex_box .right_box figure::after,
#section03 .flex_box .right_box figure::after,
#section05 .flex_box .right_box figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  background: #004986;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
#section02 .flex_box .right_box figure figcaption,
#section04 .flex_box .right_box figure figcaption,
#section06 .flex_box .right_box figure figcaption,
#section01 .flex_box .right_box figure figcaption,
#section03 .flex_box .right_box figure figcaption,
#section05 .flex_box .right_box figure figcaption {
  margin: 12px 0 0;
}
#section02 .flex_box .right_box figure figcaption small,
#section04 .flex_box .right_box figure figcaption small,
#section06 .flex_box .right_box figure figcaption small,
#section01 .flex_box .right_box figure figcaption small,
#section03 .flex_box .right_box figure figcaption small,
#section05 .flex_box .right_box figure figcaption small {
  display: block;
  font-size: 14px;
  line-height: 1.85;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .right_box figure figcaption small,
  #section04 .flex_box .right_box figure figcaption small,
  #section06 .flex_box .right_box figure figcaption small,
  #section01 .flex_box .right_box figure figcaption small,
  #section03 .flex_box .right_box figure figcaption small,
  #section05 .flex_box .right_box figure figcaption small {
    font-size: 12px;
    line-height: 1.75;
  }
}
#section02 .flex_box .right_box figure .mark,
#section04 .flex_box .right_box figure .mark,
#section06 .flex_box .right_box figure .mark,
#section01 .flex_box .right_box figure .mark,
#section03 .flex_box .right_box figure .mark,
#section05 .flex_box .right_box figure .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 8px;
}
#section02 .flex_box .right_box figure .mark li,
#section04 .flex_box .right_box figure .mark li,
#section06 .flex_box .right_box figure .mark li,
#section01 .flex_box .right_box figure .mark li,
#section03 .flex_box .right_box figure .mark li,
#section05 .flex_box .right_box figure .mark li {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  padding: 0 0 0 16px;
  margin: 0 16px 0 0;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box .right_box figure .mark li,
  #section04 .flex_box .right_box figure .mark li,
  #section06 .flex_box .right_box figure .mark li,
  #section01 .flex_box .right_box figure .mark li,
  #section03 .flex_box .right_box figure .mark li,
  #section05 .flex_box .right_box figure .mark li {
    font-size: 12px;
  }
}
#section02 .flex_box .right_box figure .mark li::before,
#section04 .flex_box .right_box figure .mark li::before,
#section06 .flex_box .right_box figure .mark li::before,
#section01 .flex_box .right_box figure .mark li::before,
#section03 .flex_box .right_box figure .mark li::before,
#section05 .flex_box .right_box figure .mark li::before {
  position: absolute;
  content: "■";
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#section02 .flex_box .right_box figure .mark li.color01::before,
#section04 .flex_box .right_box figure .mark li.color01::before,
#section06 .flex_box .right_box figure .mark li.color01::before,
#section01 .flex_box .right_box figure .mark li.color01::before,
#section03 .flex_box .right_box figure .mark li.color01::before,
#section05 .flex_box .right_box figure .mark li.color01::before {
  color: #ca0000;
}
#section02 .flex_box .right_box figure .mark li.color02::before,
#section04 .flex_box .right_box figure .mark li.color02::before,
#section06 .flex_box .right_box figure .mark li.color02::before,
#section01 .flex_box .right_box figure .mark li.color02::before,
#section03 .flex_box .right_box figure .mark li.color02::before,
#section05 .flex_box .right_box figure .mark li.color02::before {
  color: #004986;
}
#section02 .flex_box .right_box figure .mark li.color03::before,
#section04 .flex_box .right_box figure .mark li.color03::before,
#section06 .flex_box .right_box figure .mark li.color03::before,
#section01 .flex_box .right_box figure .mark li.color03::before,
#section03 .flex_box .right_box figure .mark li.color03::before,
#section05 .flex_box .right_box figure .mark li.color03::before {
  color: #777;
}
#section02 .flex_box .right_box table thead tr th,
#section04 .flex_box .right_box table thead tr th,
#section06 .flex_box .right_box table thead tr th,
#section01 .flex_box .right_box table thead tr th,
#section03 .flex_box .right_box table thead tr th,
#section05 .flex_box .right_box table thead tr th {
  color: #fff;
  vertical-align: middle;
  padding: 8px 4px;
  background: #004986;
}
#section02 .flex_box .right_box table thead tr th, #section02 .flex_box .right_box table thead tr td,
#section04 .flex_box .right_box table thead tr th,
#section04 .flex_box .right_box table thead tr td,
#section06 .flex_box .right_box table thead tr th,
#section06 .flex_box .right_box table thead tr td,
#section01 .flex_box .right_box table thead tr th,
#section01 .flex_box .right_box table thead tr td,
#section03 .flex_box .right_box table thead tr th,
#section03 .flex_box .right_box table thead tr td,
#section05 .flex_box .right_box table thead tr th,
#section05 .flex_box .right_box table thead tr td {
  font-size: 14px;
  border: 1px solid #000;
}
#section02 .flex_box .right_box table tbody tr th,
#section04 .flex_box .right_box table tbody tr th,
#section06 .flex_box .right_box table tbody tr th,
#section01 .flex_box .right_box table tbody tr th,
#section03 .flex_box .right_box table tbody tr th,
#section05 .flex_box .right_box table tbody tr th {
  color: #fff;
  vertical-align: middle;
  padding: 8px 4px;
  background: #004986;
}
#section02 .flex_box .right_box table tbody tr td,
#section04 .flex_box .right_box table tbody tr td,
#section06 .flex_box .right_box table tbody tr td,
#section01 .flex_box .right_box table tbody tr td,
#section03 .flex_box .right_box table tbody tr td,
#section05 .flex_box .right_box table tbody tr td {
  text-align: center;
  background: #fff;
}
#section02 .flex_box .right_box table tbody tr th, #section02 .flex_box .right_box table tbody tr td,
#section04 .flex_box .right_box table tbody tr th,
#section04 .flex_box .right_box table tbody tr td,
#section06 .flex_box .right_box table tbody tr th,
#section06 .flex_box .right_box table tbody tr td,
#section01 .flex_box .right_box table tbody tr th,
#section01 .flex_box .right_box table tbody tr td,
#section03 .flex_box .right_box table tbody tr th,
#section03 .flex_box .right_box table tbody tr td,
#section05 .flex_box .right_box table tbody tr th,
#section05 .flex_box .right_box table tbody tr td {
  font-size: 14px;
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #section02 .figure_box,
  #section04 .figure_box,
  #section06 .figure_box,
  #section01 .figure_box,
  #section03 .figure_box,
  #section05 .figure_box {
    margin: 60px 0 0;
  }
}
#section02 .figure_box h3,
#section04 .figure_box h3,
#section06 .figure_box h3,
#section01 .figure_box h3,
#section03 .figure_box h3,
#section05 .figure_box h3 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  padding: 8px 24px;
  margin: 0 0 20px;
  background: #004986;
}
@media only screen and (max-width: 768px) {
  #section02 .figure_box h3,
  #section04 .figure_box h3,
  #section06 .figure_box h3,
  #section01 .figure_box h3,
  #section03 .figure_box h3,
  #section05 .figure_box h3 {
    font-size: 20px;
    padding: 5px 10px;
    margin: 0 0 16px;
  }
}
#section02 .figure_box .wrap,
#section04 .figure_box .wrap,
#section06 .figure_box .wrap,
#section01 .figure_box .wrap,
#section03 .figure_box .wrap,
#section05 .figure_box .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
  margin: 0 15px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#section02 .figure_box .wrap::after,
#section04 .figure_box .wrap::after,
#section06 .figure_box .wrap::after,
#section01 .figure_box .wrap::after,
#section03 .figure_box .wrap::after,
#section05 .figure_box .wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  background: #004986;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #section02 .figure_box .wrap,
  #section04 .figure_box .wrap,
  #section06 .figure_box .wrap,
  #section01 .figure_box .wrap,
  #section03 .figure_box .wrap,
  #section05 .figure_box .wrap {
    display: block;
  }
}
#section02 .figure_box .wrap .item01,
#section04 .figure_box .wrap .item01,
#section06 .figure_box .wrap .item01,
#section01 .figure_box .wrap .item01,
#section03 .figure_box .wrap .item01,
#section05 .figure_box .wrap .item01 {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  #section02 .figure_box .wrap .item01,
  #section04 .figure_box .wrap .item01,
  #section06 .figure_box .wrap .item01,
  #section01 .figure_box .wrap .item01,
  #section03 .figure_box .wrap .item01,
  #section05 .figure_box .wrap .item01 {
    width: 100%;
    margin: 0 0 20px;
  }
}
#section02 .figure_box .wrap .item02,
#section04 .figure_box .wrap .item02,
#section06 .figure_box .wrap .item02,
#section01 .figure_box .wrap .item02,
#section03 .figure_box .wrap .item02,
#section05 .figure_box .wrap .item02 {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  #section02 .figure_box .wrap .item02,
  #section04 .figure_box .wrap .item02,
  #section06 .figure_box .wrap .item02,
  #section01 .figure_box .wrap .item02,
  #section03 .figure_box .wrap .item02,
  #section05 .figure_box .wrap .item02 {
    width: 100%;
  }
}
#section02 .figure_box .wrap figure figcaption h4,
#section04 .figure_box .wrap figure figcaption h4,
#section06 .figure_box .wrap figure figcaption h4,
#section01 .figure_box .wrap figure figcaption h4,
#section03 .figure_box .wrap figure figcaption h4,
#section05 .figure_box .wrap figure figcaption h4 {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 16px;
  border-bottom: 2px solid #004986;
}
@media only screen and (max-width: 768px) {
  #section02 .figure_box .wrap figure figcaption h4,
  #section04 .figure_box .wrap figure figcaption h4,
  #section06 .figure_box .wrap figure figcaption h4,
  #section01 .figure_box .wrap figure figcaption h4,
  #section03 .figure_box .wrap figure figcaption h4,
  #section05 .figure_box .wrap figure figcaption h4 {
    font-size: 16px;
  }
}

/*--------------------------
section02
---------------------------*/
#section02,
#section04,
#section06 {
  padding: 60px 0;
  background: #f6f6f6;
}
@media only screen and (max-width: 768px) {
  #section02,
  #section04,
  #section06 {
    padding: 40px 0;
  }
}