@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&display=swap");
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.vi_hd06 {
  overflow: hidden;
  position: relative;
  margin-bottom: 167px;
}

@media only screen and (max-width: 767px) {
  .vi_hd06 {
    padding: 15px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .vi_hd06 h1 {
    margin: 22px 0;
  }
}

.vi_hd06 .img {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .vi_hd06 .img {
    position: static;
    margin: 0 auto !important;
  }
}

.vi_hd06 .img img {
  width: auto;
  height: 149px;
}

@media only screen and (max-width: 767px) {
  .vi_hd06 .img img {
    height: 85px;
  }
}

.vi_hd06 .img01 {
  margin-left: -792px;
}

.vi_hd06 .img02 {
  margin-left: 269px;
}

.sec_ttl {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.sec_ttl img {
  max-width: 100%;
  height: auto;
}

.sec_ttl .innerWrap {
  padding: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  .sec_ttl .innerWrap {
    padding: 0 !important;
  }
}

.sec_block {
  padding: 0;
}

.sec_block img {
  max-width: 100%;
  height: auto;
}

.sec_block + .sec_block {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .sec_block + .sec_block {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1310px) {
  .contents .innerWrap {
    padding: 0 15px;
  }
}

.sp_scroll_inner {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .sp_scroll_inner .vi_table01 {
    width: 768px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■sec_intro
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_intro {
  text-align: center;
}

#sec_intro .vi_hd09 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  #sec_intro .vi_hd09 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
  }
}

#sec_intro .vi_hd09 .hd_inner {
  font-size: 3.6rem;
  color: #0068B7;
  padding: 0 217px;
}

@media only screen and (max-width: 1120px) {
  #sec_intro .vi_hd09 .hd_inner {
    padding: 0 70px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_intro .vi_hd09 .hd_inner {
    font-size: 1.8rem;
    padding: 0 50px;
  }
}

#sec_intro .vi_hd09 .hd_inner:before, #sec_intro .vi_hd09 .hd_inner:after {
  width: 186px;
  height: 2px;
  margin-top: -1px;
}

@media only screen and (max-width: 1120px) {
  #sec_intro .vi_hd09 .hd_inner:before, #sec_intro .vi_hd09 .hd_inner:after {
    width: 65px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_intro .vi_hd09 .hd_inner:before, #sec_intro .vi_hd09 .hd_inner:after {
    width: 35px;
  }
}

#sec_intro .vi_hd09 .hd_inner:after {
  content: "";
  display: block;
}

@media only screen and (max-width: 767px) {
  #sec_intro .vi_hd09 .red_txt {
    font-size: 3.2rem;
    display: block;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_intro .vi_text02 {
    text-align: left;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■sec_numbers
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_numbers {
  margin-top: 115px;
}

#sec_numbers .sec_ttl {
  margin-bottom: 0;
}

#sec_numbers .sec_ttl .ttl {
  font-size: 2.4rem;
  text-align: right;
  padding-right: 20px;
  margin-bottom: -18px;
}

@media only screen and (max-width: 1280px) {
  #sec_numbers .sec_ttl .ttl {
    padding-right: 10px;
    margin-bottom: -10px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_numbers .sec_ttl .ttl {
    font-size: 1.6rem;
    padding-right: 5px;
    margin-bottom: -2px;
  }
}

#sec_numbers .contents_area {
  background: #0068B7;
  padding-top: 4px;
}

/*-------------------------
numbers_list
-------------------------*/
.numbers_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.numbers_list > li {
  width: calc(33.33% - (8px / 3));
  margin-bottom: 4px;
  text-align: center;
  font-weight: 700;
}

.numbers_list .inner {
  background: #fff;
  height: 100%;
  padding: 20px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers_list .blue_txt.txt {
  font-size: 2.4rem;
  line-height: 1.29167;
  margin-bottom: 20px;
}

.numbers_list .txt_only .inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 20px;
}

.numbers_list .txt_only .blue_txt.txt {
  font-size: 2rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.numbers_list .number_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.numbers_list .number {
  font-size: 2rem;
  line-height: 1;
  margin-top: 10px;
}

.numbers_list .number .big {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  padding: 0 5px;
}

.numbers_list .number .big.l0 {
  padding-left: 0;
}

.numbers_list .number.middle {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .numbers_list .number.middle {
    font-size: 1.8rem;
  }
}

.numbers_list .number.middle .big {
  font-size: 8.8rem;
}

@media only screen and (max-width: 767px) {
  .numbers_list .number.middle .big {
    font-size: 7.6rem;
  }
}

.numbers_list .kome {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.53846;
  text-align: left;
  margin-top: 20px;
}

.numbers_list .w4 {
  width: calc(25% - (12px / 4));
}

.numbers_list .w4 .number {
  font-size: 1.8rem;
  font-weight: 500;
}

.numbers_list .w4 .number .big {
  font-size: 6.4rem;
}

.numbers_list .w4 .kome {
  font-size: 1.2rem;
}

.numbers_list .data01 {
  width: calc(66.66% - 2px);
}

.numbers_list .data01 .inner {
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.numbers_list .data01 .inner > * {
  width: 50%;
}

.numbers_list .data01 .blue_txt.txt {
  font-size: 3.2rem;
  margin-bottom: 33px;
}

.numbers_list .data01 .main_area {
  padding: 30px 20px 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.numbers_list .data01 .number {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data01 .number {
    font-size: 2rem;
  }
}

.numbers_list .data01 .number .small {
  font-size: 1.8rem;
  display: block;
  margin-bottom: -10px;
}

.numbers_list .data01 .number .big {
  font-size: 12.8rem;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data01 .number .big {
    font-size: 9rem;
  }
}

.numbers_list .data02 {
  width: calc(33.33% - 2px);
}

.numbers_list .data02 .inner {
  height: calc(50% - 2px);
}

.numbers_list .data02 .inner + .inner {
  margin-top: 4px;
}

.numbers_list .data02 .blue_txt.txt {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data02 .blue_txt.txt {
    font-size: 2rem;
  }
}

.numbers_list .data02 .data02-1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  overflow: hidden;
}

.numbers_list .data02 .data02-1 .main_area {
  padding: 10px;
  width: calc(100% - 125px);
}

@media only screen and (max-width: 767px) {
  .numbers_list .data02 .data02-1 .main_area {
    width: calc(100% - 100px);
  }
}

.numbers_list .data02 .data02-1 .img {
  width: 125px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data02 .data02-1 .img {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .numbers_list .data02 .data02-1 .number.middle {
    font-size: 1.6rem;
  }
  .numbers_list .data02 .data02-1 .number.middle .big {
    font-size: 6rem;
  }
}

.numbers_list .data02 .data02-2 .txt.blue_txt {
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data02 .data02-2 .txt.blue_txt {
    margin-bottom: 6px;
  }
}

.numbers_list .data02 .data02-2 .number {
  margin-top: 0;
  padding-right: 10px;
}

.numbers_list .data02 .data02-2 .img {
  width: 201px;
  margin-right: 10px;
  margin-bottom: -12px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data02 .data02-2 .img {
    width: 150px;
  }
}

.numbers_list .data02 .data02-2 .img img {
  margin-top: -20px;
}

.numbers_list .data03 .number_area {
  display: block;
}

.numbers_list .data03 .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.numbers_list .data03 .sns li {
  width: 56px;
  margin: 0 12px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data03 .sns li {
    width: 35px;
    margin: 0 8px;
  }
}

.numbers_list .data04 .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}

.numbers_list .data04 .number .small {
  line-height: 1.18182;
  text-align: left;
}

.numbers_list .data04 .kome {
  margin-top: 10px;
}

.numbers_list .data04 .img {
  margin: 16px -4px -1px;
}

.numbers_list .data04 .img img {
  width: calc(100% + 8px);
}

.numbers_list .data05 .inner {
  display: block;
}

.numbers_list .data05 .txt.blue_txt {
  margin-left: -10px;
  padding-right: -10px;
}

.numbers_list .data05 .number_area {
  display: block;
}

.numbers_list .data05 .img {
  width: 92px;
  margin: 18px auto 10px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data05 .img {
    width: 70px;
  }
}

.numbers_list .data05 .kome {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data05 .kome {
    font-size: 1.6rem;
  }
}

.numbers_list .data06 .img {
  width: 123px;
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data06 .img {
    width: 85px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .numbers_list .data07 .blue_txt.tx {
    margin-bottom: 40px;
  }
}

.numbers_list .data07 .img {
  width: 126px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data07 .img {
    width: 85px;
  }
}

.numbers_list .data08 .txt.blue_txt {
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .numbers_list .data08 .txt.blue_txt {
    font-size: 2rem;
    line-height: 1.55;
  }
}

.numbers_list .data08 .img img {
  width: auto;
  height: 99px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data08 .img img {
    height: 70px;
  }
}

.numbers_list .data08 .img01 {
  margin-right: -1px;
}

.numbers_list .data08 .img02 {
  margin-left: 3px;
}

.numbers_list .data08 .kome {
  margin-top: 24px;
}

.numbers_list .data09 .img {
  width: 89px;
  margin-left: 26px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data09 .img {
    width: 60px;
  }
}

.numbers_list .data10 .number {
  padding-bottom: 22px;
}

.numbers_list .data10 .img {
  width: 166px;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data10 .img {
    width: 120px;
  }
}

.numbers_list .data10 .img img {
  width: 100%;
}

.numbers_list .data11 .img {
  width: 84px;
  margin-left: 26px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data11 .img {
    width: 60px;
  }
}

.numbers_list .data12 .txt.blue_txt {
  margin-bottom: 10px;
}

.numbers_list .data12 .img {
  width: 81px;
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data12 .img {
    width: 60px;
  }
}

.numbers_list .data13 .img {
  width: 80px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data13 .img {
    width: 60px;
  }
}

.numbers_list .data14 .txt.blue_txt {
  margin-bottom: 10px;
}

.numbers_list .data14 .img {
  width: 86px;
  margin-right: 23px;
}

@media only screen and (max-width: 767px) {
  .numbers_list .data14 .img {
    width: 60px;
  }
}

.numbers_list .data17 .txt.blue_txt {
  margin-bottom: 10px;
}

.numbers_list .data17 .number_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.numbers_list .data22 .inner {
  height: calc(50% - 2px);
}

.numbers_list .data22 .inner + .inner {
  margin-top: 4px;
}

@media only screen and (max-width: 1260px) {
  .numbers_list {
    width: 856px;
    margin: 0 auto;
  }
  .numbers_list:after {
    content: "";
    display: block;
    width: 426px;
  }
  .numbers_list > li {
    width: 426px;
  }
  .numbers_list .data01 {
    width: calc(426px * 2);
  }
  .numbers_list .data02 {
    width: 426px;
  }
}

@media only screen and (max-width: 900px) {
  .numbers_list {
    width: 100%;
    max-width: 426px;
  }
  .numbers_list:after {
    content: none;
  }
  .numbers_list .blue_txt.txt {
    font-size: 1.8rem;
  }
  .numbers_list .data01 {
    width: 426px;
  }
  .numbers_list .data01 .inner {
    display: block;
  }
  .numbers_list .data01 .blue_txt.txt {
    font-size: 3rem;
    margin-bottom: 14px;
  }
  .numbers_list .data01 .main_area {
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .numbers_list .data01 .img {
    width: 100%;
  }
  .numbers_list .w4 {
    width: calc(50% - 2px);
  }
  .numbers_list .w4 .number {
    font-size: 1.4rem;
  }
  .numbers_list .w4 .number .big {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 480px) {
  .numbers_list {
    margin-left: -11px;
    margin-right: -11px;
    width: calc(100% + 20px);
  }
  .numbers_list > li {
    width: 100%;
  }
  .numbers_list .number {
    font-size: 1.6rem;
  }
  .numbers_list .number .big {
    font-size: 7rem;
  }
  .numbers_list .data01, .numbers_list .data02 {
    width: 100%;
  }
  .numbers_list .data01 .blue_txt.txt {
    font-size: 2.6rem;
  }
  .numbers_list .w4 .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .numbers_list .w4 .blue_txt.txt {
    font-size: 1.5rem;
  }
  .numbers_list .w4 .number {
    font-size: 1.2rem;
    margin-left: -8px;
    margin-right: -8px;
  }
  .numbers_list .w4 .number .big {
    font-size: 5rem;
  }
}

/*-------------------------
other_area
-------------------------*/
#sec_numbers .other_area {
  padding-bottom: 30px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #sec_numbers .other_area {
    padding-bottom: 10px;
    margin: 25px -10px 0;
  }
}

#sec_numbers .other_area .vi_hd07 {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #sec_numbers .other_area .vi_hd07 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

#sec_numbers .other_area .other_box {
  background: #fff;
  padding: 30px 40px;
  color: #0068B7;
}

@media only screen and (max-width: 767px) {
  #sec_numbers .other_area .other_box {
    padding: 20px;
  }
  #sec_numbers .other_area .other_box .vi_text02 {
    font-size: 1.4rem;
    line-height: 1.538;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■sec_detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_detail .top_area {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .top_area {
    text-align: left;
    margin-bottom: 45px;
  }
}

#sec_detail .top_area .vi_hd07 {
  font-size: 3.4rem;
}

@media only screen and (max-width: 767px) {
  #sec_detail .top_area .vi_hd07 {
    text-align: center;
    font-size: 2.8rem;
  }
}

#sec_detail .ac_btn01 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .ac_btn01 {
    margin-bottom: 15px;
  }
}

#sec_detail .ac_box {
  margin: 34px 0 48px;
  background: #F6F6F6;
  border-radius: 43px;
  padding: 48px 48px 8px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .ac_box {
    margin: 20px 0 40px;
    padding: 35px 25px 1px;
    border-radius: 25px;
  }
}

@media only screen and (max-width: 390px) {
  #sec_detail .ac_box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 370px) {
  #sec_detail .ac_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#sec_detail .ac_box > * {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .ac_box > * {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_detail .ac_box .vi_text02 {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#sec_detail .detail_block {
  margin-bottom: 80px;
}

#sec_detail * + .tableau_area {
  margin-top: 48px;
}

#sec_detail sup {
  vertical-align: super;
}

#sec_detail img {
  max-width: 100%;
  height: auto;
}

#sec_detail .center_img {
  text-align: center;
}

#sec_detail .info_txt {
  font-size: 1.5rem;
  line-height: 1.73333;
  margin-top: 23px;
}

#sec_detail .vi_table01 {
  background: #fff;
  border-color: #C1C1C1;
}

#sec_detail .vi_table01 th, #sec_detail .vi_table01 td {
  font-size: 1.5rem;
  font-weight: 500;
  border-color: #C1C1C1;
  padding: 8px 20px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .vi_table01 th, #sec_detail .vi_table01 td {
    padding: 5px 13px;
    font-size: 1.4rem;
  }
}

#sec_detail .vi_table01 .total {
  background: #E5EFF8;
}

#sec_detail .table_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sec_detail .table_flex .info_txt {
  text-align: left;
  margin-top: 5px;
}

#sec_detail .dl_list {
  font-size: 1.6rem;
  line-height: 2;
}

#sec_detail .dl_list dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0068B7;
  margin-bottom: 5px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  #sec_detail .dl_list dt {
    font-size: 1.7rem;
  }
}

#sec_detail .dl_list .list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 2;
}

#sec_detail .dl_list dd + dt {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .dl_list dd + dt {
    margin-top: 20px;
  }
}

#sec_detail .table_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .table_list {
    display: block;
  }
}

#sec_detail .table_list .list {
  background: #fff;
  margin-right: 16px;
  border: 1px solid #C1C1C1;
  border-bottom: none;
  margin-bottom: 20px;
}

#sec_detail .table_list .list:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  #sec_detail .table_list .list {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
  }
  #sec_detail .table_list .list + .list {
    border-top: none;
  }
  #sec_detail .table_list .list .spnone {
    display: none;
  }
}

#sec_detail .table_list th, #sec_detail .table_list td {
  padding: 12px 10px;
  border-bottom: 1px solid #C1C1C1;
  vertical-align: center;
  white-space: nowrap;
}

#sec_detail .table_list .num {
  min-width: 34px;
  padding-right: 5px;
}

#sec_detail .table_list .name {
  border-right: 1px solid #C1C1C1;
  min-width: 80px;
  padding-left: 0;
}

#sec_detail .table_list .result {
  min-width: 70px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec_detail .table_list .result {
    width: 90px;
  }
}

#sec_detail .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sec_detail .flex_box .vi_text02 {
  margin-bottom: 0;
}

#sec_detail figcaption {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 8px;
}

#sec_detail .ttl_blue {
  line-height: 1.4;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .ttl_blue {
    text-align: center;
    margin-bottom: 18px;
  }
}

#sec_detail .ttl_blue span {
  background: #E5EFF8;
  display: inline-block;
  text-align: center;
  padding: 7px 13px;
  border-radius: 6px;
  font-size: 1.8rem;
  min-width: 225px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .ttl_blue span {
    font-size: 1.6rem;
    min-width: 200px;
  }
}

#sec_detail .attempt_area .sub_ttl {
  color: #0068B7;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .attempt_area .sub_ttl {
    font-size: 1.6rem;
  }
}

#sec_detail .attempt_area .txt {
  font-size: 1.6rem;
  line-height: 2;
}

#sec_detail .attempt_area .txt + .sub_ttl,
#sec_detail .attempt_area .txt + .txt {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #sec_detail .attempt_area .txt + .sub_ttl,
  #sec_detail .attempt_area .txt + .txt {
    margin-top: 30px;
  }
}

/*-------------------------
id_japan
-------------------------*/
@media only screen and (max-width: 767px) {
  #sec_detail #id_japan .table_list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*-------------------------
id_abroad
-------------------------*/
@media only screen and (max-width: 767px) {
  #sec_detail #id_abroad .table_list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*-------------------------
ad_block
-------------------------*/
@media only screen and (max-width: 767px) {
  #sec_detail #ad_block .flex_box {
    display: block;
  }
}

#sec_detail #ad_block .flex_box .left {
  width: 365px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #ad_block .flex_box .left {
    width: 100%;
  }
}

#sec_detail #ad_block .flex_box .left .info_txt {
  margin-top: 10px;
}

#sec_detail #ad_block .flex_box .img {
  width: calc(100% - 365px);
  max-width: 695px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #ad_block .flex_box .img {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

#sec_detail #ad_block .flex_box .vi_table01 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #sec_detail #ad_block .flex_box .vi_table01 .tar {
    white-space: nowrap;
  }
}

/*-------------------------
from_overseas
-------------------------*/
#sec_detail #from_overseas .sub_ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #from_overseas .sub_ttl {
    font-size: 1.6rem;
  }
}

#sec_detail #from_overseas table {
  margin: 0 auto;
}

#sec_detail #from_overseas .table_area01 .vi_text01 {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #from_overseas .table_area01 .vi_text01 {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

#sec_detail #from_overseas .table_area01 .table_wrap {
  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;
}

@media only screen and (max-width: 1150px) {
  #sec_detail #from_overseas .table_area01 .table_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 850px) {
  #sec_detail #from_overseas .table_area01 .table_wrap {
    display: block;
  }
}

#sec_detail #from_overseas .table_area01 .table_wrap .box {
  margin: 0 20px;
}

@media only screen and (max-width: 1150px) {
  #sec_detail #from_overseas .table_area01 .table_wrap .box {
    margin: 0;
    width: 49%;
  }
}

@media only screen and (max-width: 850px) {
  #sec_detail #from_overseas .table_area01 .table_wrap .box {
    width: 100%;
  }
  #sec_detail #from_overseas .table_area01 .table_wrap .box .vi_table01 {
    width: 100%;
  }
  #sec_detail #from_overseas .table_area01 .table_wrap .box:nth-of-type(2) {
    width: 100%;
  }
  #sec_detail #from_overseas .table_area01 .table_wrap .box:nth-of-type(2) table thead {
    display: none;
  }
  #sec_detail #from_overseas .table_area01 .table_wrap .box:nth-of-type(2) .vi_table01 {
    margin-top: -1px;
  }
}

#sec_detail #from_overseas .table_area01 .table_wrap th {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec_detail #from_overseas .table_area01 .table_wrap .data {
    white-space: nowrap;
    font-size: 1.3rem;
    padding-left: 10px;
    padding-right: 10px;
    width: 98px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_detail #from_overseas .table_area01 .table_wrap .data {
    width: 80px;
    font-size: 1.2rem;
    white-space: inherit;
  }
}

@media only screen and (max-width: 767px) {
  #sec_detail #from_overseas .table_area02 .vi_table01 {
    width: 768px;
  }
}

/*-------------------------
visitor_block
-------------------------*/
#sec_detail #visitor_block .flex_box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #sec_detail #visitor_block .flex_box {
    display: block;
  }
}

#sec_detail #visitor_block .flex_box .table_ttl {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

#sec_detail #visitor_block .flex_box .left {
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #visitor_block .flex_box .left {
    margin: 0 0 30px;
  }
}

#sec_detail #visitor_block .flex_box .info_txt {
  margin-top: 15px;
}

/*-------------------------
activity_block
-------------------------*/
#sec_detail #activity_block .reason_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #activity_block .reason_area {
    display: block;
    margin-top: 30px;
  }
}

#sec_detail #activity_block .reason_area .box {
  margin: 0 20px;
  max-width: 500px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #activity_block .reason_area .box {
    margin: 0 auto;
  }
}

#sec_detail #activity_block .reason_area .box .ttl {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  background: #ED7D31;
  font-size: 2rem;
  border-radius: 50px;
  padding: 13px 20px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #activity_block .reason_area .box .ttl {
    font-size: 1.8rem;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
}

#sec_detail #activity_block .reason_area .box .list {
  font-size: 1.7rem;
  line-height: 1.58824;
}

#sec_detail #activity_block .reason_area .box .list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

#sec_detail #activity_block .reason_area .box .list li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ED7D31;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}

#sec_detail #activity_block .reason_area .box .list li:last-of-type {
  margin-bottom: 0;
}

#sec_detail #activity_block .reason_area .box .list li strong {
  color: #ED7D31;
}

@media only screen and (max-width: 767px) {
  #sec_detail #activity_block .reason_area .blue_box {
    margin-top: 30px;
  }
}

#sec_detail #activity_block .reason_area .blue_box .ttl {
  background: #4472C4;
}

#sec_detail #activity_block .reason_area .blue_box .list li:before {
  background: #4472C4;
}

#sec_detail #activity_block .reason_area .blue_box .list li strong {
  color: #4472C4;
}

/*-------------------------
lost_item
-------------------------*/
#sec_detail #lost_item .flex_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #sec_detail #lost_item .flex_box {
    display: block;
  }
}

#sec_detail #lost_item .flex_box .txt_area {
  width: calc(100% - 31.9%);
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #lost_item .flex_box .txt_area {
    width: 100%;
    padding-right: 0;
  }
}

#sec_detail #lost_item .flex_box .img_area {
  width: 31.9%;
  max-width: 377px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #lost_item .flex_box .img_area {
    width: auto;
    margin: 20px auto 0;
  }
}

/*-------------------------
maigo_block
-------------------------*/
#sec_detail #maigo_block .flex_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #maigo_block .flex_box {
    display: block;
    margin-bottom: 25px;
  }
}

#sec_detail #maigo_block .flex_box .txt_area {
  width: calc(100% - 250px);
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #maigo_block .flex_box .txt_area {
    width: 100%;
    padding-right: 0;
  }
}

#sec_detail #maigo_block .flex_box .img_area {
  width: 250px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #maigo_block .flex_box .img_area {
    max-width: 250px;
    margin: 20px auto 0;
  }
}

#sec_detail #maigo_block .info_txt {
  margin-top: 40px;
}

/*-------------------------
cashless_block
-------------------------*/
/*-------------------------
safety_block
-------------------------*/
@media only screen and (min-width: 768px) {
  #sec_detail #safety_block .vi_table01 th, #sec_detail #safety_block .vi_table01 td {
    padding: 20px 25px;
  }
}

/*-------------------------
heat_block
-------------------------*/
#sec_detail #heat_block .dl_list ul {
  margin-left: 1em;
}

#sec_detail #heat_block .dl_list .list + .info_txt {
  margin-left: 1em;
}

#sec_detail #heat_block .dl_list .info_txt {
  margin-top: 0;
}

#sec_detail #heat_block .flex_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 620px;
  margin: 40px auto 0;
  text-align: center;
}

#sec_detail #heat_block .flex_box .left {
  width: calc(100% - 256px);
}

@media only screen and (max-width: 767px) {
  #sec_detail #heat_block .flex_box .left {
    width: 100%;
    margin-bottom: 10px;
  }
}

#sec_detail #heat_block .flex_box .left .img {
  margin-left: 0;
  margin-bottom: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #sec_detail #heat_block .flex_box .left .img {
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#sec_detail #heat_block .flex_box .left .img li {
  margin-bottom: 24px;
  margin-right: 40px;
  width: 125px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #heat_block .flex_box .left .img li {
    width: 47%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

#sec_detail #heat_block .flex_box .left .img li:nth-of-type(2n) {
  width: 153px;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  #sec_detail #heat_block .flex_box .left .img li:nth-of-type(2n) {
    width: 47%;
  }
}

#sec_detail #heat_block .flex_box .right {
  width: 256px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #heat_block .flex_box .right {
    width: 100%;
    text-align: center;
  }
  #sec_detail #heat_block .flex_box .right .img {
    max-width: 256px;
    margin: 0 auto;
  }
}

/*-------------------------
haiki_block
-------------------------*/
#sec_detail #haiki_block .table_flex {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #haiki_block .table_flex {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #sec_detail #haiki_block .vi_table01 {
    width: 600px;
  }
}

#sec_detail #haiki_block .vi_table01 th, #sec_detail #haiki_block .vi_table01 td {
  text-align: center;
}

#sec_detail #haiki_block .flex_box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sec_detail #haiki_block .flex_box li {
  margin: 0 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec_detail #haiki_block .flex_box li {
    margin: 0 5px;
  }
}

/*-------------------------
cleaning_block
-------------------------*/
#sec_detail #gas_block .table_flex {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #sec_detail #gas_block .table_flex {
    display: block;
  }
}

#sec_detail #gas_block .table_flex .table_wrap {
  width: 100%;
}

#sec_detail #gas_block .table_flex .vi_table01 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #sec_detail #gas_block .table_flex .vi_table01 {
    width: 600px;
  }
}

/*-------------------------
cleaning_block
-------------------------*/
#sec_detail #cleaning_block .vi_table01 {
  width: 100%;
}

#sec_detail #cleaning_block .vi_table01 th, #sec_detail #cleaning_block .vi_table01 td {
  text-align: center;
}

#sec_detail #cleaning_block ul.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto 18px;
}

#sec_detail #cleaning_block ul.img li {
  margin-bottom: 25px;
  width: 32%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec_detail #cleaning_block ul.img li {
    width: 48%;
    margin-bottom: 15px;
  }
}

/*-------------------------
all_block
-------------------------*/
#sec_detail #all_block .ttl_blue span {
  min-width: 280px;
}

#sec_detail #all_block .flex_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #sec_detail #all_block .flex_box {
    display: block;
  }
}

#sec_detail #all_block .flex_box .txt_area {
  width: calc(100% - 290px);
  padding-right: 30px;
  max-width: 870px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #all_block .flex_box .txt_area {
    width: 100%;
  }
}

#sec_detail #all_block .flex_box .txt_area .txt + .txt {
  margin-top: 25px;
}

#sec_detail #all_block .flex_box ul.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec_detail #all_block .flex_box ul.img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    width: auto;
  }
  #sec_detail #all_block .flex_box ul.img li {
    margin: 0 10px;
  }
}

/*-------------------------
nd_block
-------------------------*/
#sec_detail #nd_block .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #nd_block .img {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#sec_detail #nd_block .img li {
  margin: 0 25px 25px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #nd_block .img li {
    width: 48%;
    margin: 0 0 15px;
  }
}

/*-------------------------
achievement_block
-------------------------*/
@media only screen and (max-width: 767px) {
  #sec_detail #achievement_block .table_flex {
    display: block;
  }
}

#sec_detail #achievement_block .vi_table01 th {
  text-align: center;
}

#sec_detail #achievement_block .vi_table01 .num, #sec_detail #achievement_block .vi_table01 .people {
  text-align: center;
  white-space: nowrap;
}

/*-------------------------
closing_block
-------------------------*/
#sec_detail #closing_block .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sec_detail #closing_block .img li {
  margin: 0 28px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #closing_block .img li {
    margin: 0 5px;
  }
}

/*-------------------------
closing_events
-------------------------*/
#sec_detail #closing_events .img {
  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;
  text-align: center;
  max-width: 740px;
  margin: 0 auto 16px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #closing_events .img {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#sec_detail #closing_events .img li {
  margin: 0 20px 32px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #closing_events .img li {
    width: 48%;
    margin: 0 0 15px;
  }
  #sec_detail #closing_events .img li:nth-of-type(1) {
    width: 100%;
  }
}

/*-------------------------
theme_week_block
-------------------------*/
#sec_detail #theme_week_block .theme_week .ttl_blue {
  text-align: center;
}

#sec_detail #theme_week_block .theme_week .ttl_blue span {
  padding-left: 54px;
  padding-right: 54px;
}

#sec_detail #theme_week_block .theme_inner {
  background: #524E4C;
  color: #fff;
  padding: 50px 48px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #theme_week_block .theme_inner {
    padding: 20px;
  }
}

#sec_detail #theme_week_block .theme_inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -55px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #theme_week_block .theme_inner .list {
    margin-bottom: 0;
  }
}

#sec_detail #theme_week_block .theme_inner .list li {
  width: 22%;
  margin-bottom: 43px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #sec_detail #theme_week_block .theme_inner .list li {
    width: 47%;
    margin-bottom: 35px;
  }
  #sec_detail #theme_week_block .theme_inner .list li:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 450px) {
  #sec_detail #theme_week_block .theme_inner .list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

#sec_detail #theme_week_block .theme_inner .list .date {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#sec_detail #theme_week_block .theme_inner .list .img {
  max-width: 149px;
  margin: 0 auto 17px;
}

#sec_detail #theme_week_block .theme_inner .list .name {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.29412;
  font-weight: 700;
  margin-bottom: 10px;
}

#sec_detail #theme_week_block .theme_inner .list .txt_q {
  color: #FFF2AD;
  line-height: 1.6;
  min-height: 4.7em;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #theme_week_block .theme_inner .list .txt_q {
    min-height: inherit;
  }
}

#sec_detail #theme_week_block .theme_inner .list .txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.35714;
}

/*-------------------------
twp_block
-------------------------*/
#sec_detail #twp_block .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sec_detail #twp_block .img li {
  margin: 0 30px;
}

@media only screen and (max-width: 767px) {
  #sec_detail #twp_block .img li {
    margin: 0 5px;
  }
}

/*-------------------------
bestpra_block
-------------------------*/
#sec_detail #bestpra_block .ttl_blue span {
  width: 100%;
}

#sec_detail #bestpra_block .list_dot {
  font-size: 1.8rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #sec_detail #bestpra_block .list_dot {
    font-size: 1.6rem;
  }
}

#sec_detail #bestpra_block .list_dot li {
  margin: 0;
}

#sec_detail #bestpra_block .list_dot li:before {
  width: 10px;
  height: 10px;
  top: 12px;
}

#sec_detail #bestpra_block .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec_detail #bestpra_block .img_list {
    display: block;
  }
}

#sec_detail #bestpra_block .img_list li {
  width: 48.3%;
}

@media only screen and (max-width: 767px) {
  #sec_detail #bestpra_block .img_list li {
    width: 100%;
  }
  #sec_detail #bestpra_block .img_list li + li {
    margin-top: 25px;
  }
}

/*-------------------------
virtual_block
-------------------------*/
#sec_detail #virtual_block .vi_text02 {
  margin-bottom: 25px;
}

#sec_detail #virtual_block .img {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec_detail #virtual_block .table_flex {
    display: block;
  }
}

#sec_detail #virtual_block .table_flex .ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

#sec_detail #virtual_block .table_flex .vi_table01 th, #sec_detail #virtual_block .table_flex .vi_table01 td {
  text-align: center;
}

#sec_detail #virtual_block .table_flex .vi_table01 th {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*-------------------------
exhibit_block
-------------------------*/
#sec_detail #exhibit_block .dl_list dd {
  font-size: 1.4rem;
  line-height: 1.71429;
}

#sec_detail #exhibit_block .info_txt {
  font-size: 1.4rem;
  line-height: 1.71429;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■sec_voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_voice .vi_hd07 {
  font-size: 3.4rem;
}

@media only screen and (max-width: 767px) {
  #sec_voice .vi_hd07 {
    font-size: 2.8rem;
  }
}

#sec_voice .innerWrap {
  border-top: 1px solid #D2D7DA;
  padding-top: 120px;
  margin-top: 120px;
}

#sec_voice .voice_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 90px;
}

#sec_voice .voice_part span {
  font-weight: 700;
}

#sec_voice .sec_ttl {
  margin-bottom: -2.4%;
}

#sec_voice .voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sec_voice .voice_list:after {
  content: "";
  display: block;
  width: 30.5%;
}

@media only screen and (max-width: 767px) {
  #sec_voice .voice_list:after {
    content: none;
  }
}

#sec_voice .voice_list li {
  width: 30.5%;
  position: relative;
  background: #fff;
  padding: 30px 40px;
  border-radius: 26.5px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
  color: #0068B7;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  min-height: 264px;
}

@media only screen and (max-width: 767px) {
  #sec_voice .voice_list li {
    width: 100%;
    max-width: 340px;
    padding: 30px 20px;
    font-size: 1.7rem;
    margin: 0 auto 40px;
    min-height: inherit;
  }
}

#sec_voice .voice_list li:after {
  content: "";
  display: block;
  background: url(../img/expo_data/voice_bg.jpg) no-repeat;
  background-size: cover;
  width: 63px;
  height: 47px;
  position: absolute;
  bottom: -43px;
  right: 50px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■tableau 調整
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tableau_area {
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tableau-container {
    height: 543px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■英語の調整
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lang_other {
  word-break: keep-all;
}

/*-------------------------
numbers_list
-------------------------*/
@media only screen and (max-width: 767px) {
  .lang_other #sec_numbers {
    margin-top: 60px;
  }
}

.lang_other .numbers_list .data02-2 {
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  .lang_other .numbers_list .data02-2 {
    margin-top: 10px;
  }
}

.lang_other .numbers_list .data02-2 .txt.blue_txt {
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .lang_other .numbers_list .data02-2 .img {
    margin-bottom: -2px;
  }
}

.lang_other .numbers_list .data04 .number {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lang_other .numbers_list .data04 .number p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lang_other .numbers_list .data04 .number p .big {
  padding: 0 8px 0 0;
}

.lang_other .numbers_list .data04 .kome {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lang_other .numbers_list .w4.txt_only {
    font-size: 1.2rem;
  }
  .lang_other .numbers_list .w4.txt_only .inner {
    padding: 10px;
  }
}

/*-------------------------
sec_detail
-------------------------*/
@media only screen and (max-width: 767px) {
  .lang_other #sec_detail .table_list td {
    white-space: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .lang_other #sec_detail #id_abroad .table_list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.lang_other #sec_detail #from_overseas .vi_table01 .area {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .lang_other #sec_detail #from_overseas .table_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lang_other #sec_detail #from_overseas .table_wrap .box {
    width: calc(50% - 10px);
    margin-left: 0;
    margin-right: 0;
  }
  .lang_other #sec_detail #from_overseas .table_wrap .data {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 850px) {
  .lang_other #sec_detail #from_overseas .table_wrap .box {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .lang_other #sec_detail #visitor_block .flex_box .table_ttl {
    min-height: 32px;
  }
  .lang_other #sec_detail #visitor_block .flex_box .left {
    width: calc(50% - 40px);
  }
  .lang_other #sec_detail #visitor_block .flex_box .right {
    width: 50%;
  }
}

.lang_other #sec_detail #gas_block .table_flex {
  max-width: inherit;
}

@media only screen and (min-width: 768px) {
  .lang_other #sec_detail #achievement_block .vi_table01 .name {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .lang_other #sec_detail #theme_week_block .theme_inner .list .txt_q {
    min-height: 6.5em;
  }
}

/*-------------------------
sec_voice
-------------------------*/
@media only screen and (min-width: 768px) {
  .lang_other #sec_voice .voice_list li {
    font-size: 1.8rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
