/*****************************************************************************
  WT6
*****************************************************************************/
.page_title .va {
  background-image: url("../images/wt6/wt6_page_title_bg.jpg");
}

/*****************************************************************************
  box_01
*****************************************************************************/
.box_wrapper .box.box_01 {
  margin-top: 0;
}

.box_wrapper .box.box_01 .content_box {
  background: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
  padding: 60px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .box_wrapper .box.box_01 .content_box {
    background: none;
    border: none;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .content-wt6 {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
}

.wt6-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .wt6-features {
    width: 240vw;
  }
}

.wt6-features-item {
  margin-right: 17px;
  width: calc((100% - 34px) / 3);
}

.wt6-features-item:nth-child(3n) {
  margin-right: 0;
}

.wt6-features-item:nth-child(n + 4) {
  margin-top: 63px;
}

.wt6-features-item--06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wt6-features-item__pic img {
  width: 100%;
  height: auto;
}

.wt6-features-item__ttl {
  color: #ffa500;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 17px;
  text-align: center;
}

.wt6-features-item__txt {
  line-height: 1.4;
  margin-top: 26px;
}

.wt6-features-item__dialogue {
  background-image: url(../images/wt6/wt6_box_01_dialogue.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 283px;
  height: 236px;
}

.wt6-features-item__dialogue span {
  color: #252525;
  line-height: 1.4;
  max-width: 205px;
  position: absolute;
  top: 27px;
  left: 20px;
  width: 72%;
}

/*****************************************************************************
  box_02
*****************************************************************************/
.box_wrapper .box.box_02 {
  margin-top: 10px;
}

.box_wrapper .box.box_02 .content_box {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  padding: 60px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .box_wrapper .box.box_02 .content_box {
    background: none;
    border: none;
    padding: 0;
  }
}

.box_wrapper .box.box_02 .img01 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

@media screen and (max-width: 600px) {
  .box_wrapper .box.box_02 .img01 img {
    width: 100%;
  }
}

.box_wrapper .box.box_02 .list {
  margin: 80px 0 0;
}

@media screen and (max-width: 600px) {
  .box_wrapper .box.box_02 .list {
    margin: 20px -20px -20px;
    padding: 0 0 20px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.box_wrapper .box.box_02 .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .box_wrapper .box.box_02 .list ul {
    padding: 0 20px;
    width: 240vw;
  }
}

.box_wrapper .box.box_02 .list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 55px;
}

@media screen and (max-width: 600px) {
  .box_wrapper .box.box_02 .list li {
    margin-left: 20px;
  }
}

.box_wrapper .box.box_02 .list li:first-child {
  margin-left: 0;
}

.box_wrapper .box.box_02 .list .label {
  background: #ffa500;
  color: #222;
  font-weight: 900;
  line-height: 1.2;
  padding: 10px;
}

.box_wrapper .box.box_02 .list .hd {
  color: #ffa500;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1.2;
  margin: 20px 0 0;
  text-align: center;
}

.box_wrapper .box.box_02 .list .img {
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  padding: 48% 0 0;
  position: relative;
}

.box_wrapper .box.box_02 .list .img img, .box_wrapper .box.box_02 .list .img amp-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.box_wrapper .box.box_02 .list .excerpt {
  line-height: 1.4;
  margin: 15px 0 0;
}

/*****************************************************************************
  box_03
*****************************************************************************/
.box_wrapper .box.box_03 .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_wrapper .box.box_03 .photos li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
