* {
  margin: 0;
  padding: 0;
}


.tab_box {
  display: flex;
}

/* .tab_content h3 {
  position: absolute;
  color: #053074;
  font-size: 24px;
  background: linear-gradient(rgba(0, 0, 0, 0) 49%, #5ccbffa3 25%);
  z-index: 1;
  width: 520px;
  top: -175px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
} */
/* .tab_content h3:nth-last-of-type(1) {
  top: -130px;
  width: 250px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 700px) {
  .tab_content h3 {
    max-width: 430px;
    font-size: 20px;
    top: -150px;
  }
  .tab_content h3:nth-last-of-type(1) {
    top: -115px;
    max-width: 250px;
  }
}
@media (max-width: 700px) {
  .tab_content h3 {
    max-width: 325px;
    font-size: 15px;
    top: -120px;
  }
  .tab_content h3:nth-last-of-type(1) {
    top: -95px;
    max-width: 185px;
  }
}
@media (max-width: 360px) {
  .tab_content h3 {
    max-width: 250px;
    font-size: 12px;
    top: -120px;
  }
  .tab_content h3:nth-last-of-type(1) {
    top: -95px;
    max-width: 150px;
  }
}
@media (max-width: 330px) {
  .tab_content h3 {
    font-size: 10px;
    max-width: 220px;
  }
} */
.tab_content {
  display: none;
  padding: 20px 0 0;
  clear: both;
  /* overflow: hidden; */
  position: relative;
}

/*選択されているタブのコンテンツのみを表示*/
#day_1:checked~#day_1_content,
#day_2:checked~#day_2_content,
#day_3:checked~#day_3_content,
#day_4:checked~#day_4_content,
#day_5:checked~#day_5_content,
#day_6:checked~#day_6_content,
#day_7:checked~#day_7_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background-color: #5ab4bd;
  color: #333;
}

.tab_content img {
  max-width: 100%;
  vertical-align: bottom;
  box-shadow: 0px 4px 3px -1px rgba(135, 135, 135, 0.7);
  margin-bottom: 40px;
}

.tab_content ul.images_wrapper {
  list-style: none;
  padding: 0;
  padding-right: 20px;
  margin: 30px auto 0;
  max-width: 1200px;
  /* background: skyblue; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab_content ul.images_wrapper a {
  transition: all 0.5s;
}

@media (max-width: 500px) {
  .tab_content ul.images_wrapper {
    /* display: block; */
  }
}

.tab_content ul.images_wrapper li {
  width: 28%;
  position: relative;
}

.tab_content ul.images_wrapper li:hover {
  opacity: 0.7;
}

.tab_content ul.images_wrapper::after {
  content: "";
  display: block;
  width: 28%;
}

.tab_content ul.images_wrapper li:not(:first-child):not(:nth-child(4)):not(:nth-child(7)):nth-child(n + 2) {
  /* margin-left: 64px; */
}

.tab_content ul.images_wrapper li:nth-child(n + 4) {
  margin-top: 40px;
}

/* .tab_content ul.images_wrapper li::before {
    content: '';
    position: absolute;
    left: 0;
    top: -25px;
    right: 0;
    margin: auto;
    background: url('../images/second/crown.png') no-repeat;
    width: 54px;
    height: 54px;
    z-index: 1;
  } */
@media (max-width: 500px) {
  .tab_content ul.images_wrapper li {
    width: 45%;
    /* position: relative; */
  }

  .tab_content ul.images_wrapper li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .tab_content ul.images_wrapper li+li {
    /* margin-top: 40px!important; */
  }
}

.tabs_hino {
  max-width: 1104px;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
  /* margin-top: 115px; */
  padding-bottom: 16px;
}

.tab_item_hino {
  width: calc(72.5% / 5 - 30px);
  height: 80px;
  border-bottom: none;
  background: linear-gradient(to top, #838381, #bbbbb9, #dfdbdb);
  box-shadow: inset -10px -10px 20px 0px rgb(0 0 0 / 18%);
  /* padding: 10px 0; */
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  /* width: 132px; */
  /* background-size: contain; */
  background-size: cover;
  box-sizing: border-box;
  margin: 23px 0px 65px;
  border-radius: 10px;
}

.tab_item_hino:first-of-type {
  margin: 23px 15px 65px 159px;
}

.tab_item_hino:nth-of-type(n + 2) {
  margin: 23px 15px 65px;
}

.tab_item_hino:last-of-type {
  margin: 23px 159px 65px 15px;
}

/* Edge */
_:-ms-lang(x)::backdrop,
.tab_item_hino,
.tab_item {
  width: 14.2%;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.tab_item_hino,
.tab_item {
  width: 14.2%;
}

.day_box {
  line-height: 88px;
  /* margin-top: 7px; */
}

.day_box .days_1 {
  /* font-size: 32px; */
  /* font-family: verdana; */
}

.day_box .days_2 {
  font-size: 30px;
  /* font-family: verdana; */
}

.tab_item_hino p {
  margin: 0;
}

.tabs_hino .imgTenbo img {
  width: 80%;
  height: auto;
  box-shadow: none !important;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
}

.tabs_hino p.textTenbo {
  padding: 0;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.tabs_hino p.textTenbo {
  /* font-family: "ヒラギノ丸ゴ Pro W4"; */
}

.tabs_hino input:checked+.tab_item_hino {
  /* background: url('../images/second/day_bg2.jpg') no-repeat; */
  text-align: center;
  background: linear-gradient(to top, #209cff, #686ee0);
  box-shadow: inset -10px -10px 20px 0px rgb(0 0 0 / 18%);
  color: #fff;
  /* background-size: contain; */
  pointer-events: none;
}

.day_font_strong {
  /* font-size: 40px; */
}

input[name="tab_item_hino"] {
  display: none;
}

.hino_report a {
  transition: all 0.5s;
}

/* hino_report.php end */
/* モダール２回クリック対策 */
/* .lb-data .lb-close:hover {
  opacity: inherit !important;
} */
.pointer_events {
  /* pointer-events: none; */
  /* background: black; */
}

.pointer_events a {
  /* color: gray!important; */
}

.home_btn {
  background: #fc4490;
  width: 150px;
  margin: 0 auto;
  border-radius: 10px;
  transition: all 0.5s;
  margin-top: 30px;
}

.home_btn:hover {
  opacity: 0.8;
}

.home_btn a {
  padding: 7px;
  display: block;
  color: #fff;
  text-decoration: none;
  /* font-size: 18px; */
  font-weight: bold;
  text-align: center;
}

@media (max-width: 470px) {
  .kousin {
    font-size: 20px !important;
  }
}

.page-inner {
  background-color: #fff;
  padding: 130px 50px;
}

.interview-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 27px;
  font-weight: 700;
  margin: 0 10px;
}

.grid-item {
  padding: 4px;
  position: relative;
  border-radius: 10px;
  /* 内側の角丸 */
  background: #e1f5f9;
  /* 内側の背景色 */
  z-index: 1;
}

.grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0 と同じ */
  padding: 5px;
  /* ボーダーの太さ */
  border-radius: 10px;
  /* 外側の角丸（同じ値） */
  background: linear-gradient(to top, #cc9818, #f8edb0, #e5b830);
  /* グラデーション */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.race-number {
  color: #013184;
  font-size: 40px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #013184;
  display: inline-block;
  width: 92%;
  margin: 0 auto;
  padding: 12px 0px;
}

.race-number::before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 3px solid rgb(0 0 0 / 10%);
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
  z-index: -1;
  bottom: -5px;
}

.mov-bottom {
  color: #013184;
  font-size: 22px;
  padding: 16px 0 12px;
  white-space: nowrap;
}

.recer-number {}

.sensyu {
  font-size: 150%;
}

.tab_item_hino.disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
  pointer-events: none;
}

.sp-br {
  display: none;
}

/* input[type="radio"]:checked + label {
  background: linear-gradient(rgb(255 238 0 / 25%) 50%, #ffee00 50% 50%);
} */
.tab_item_hino:hover {
  opacity: 0.7;
  /* 0〜1で指定（1は完全に不透明） */
}

@media (max-width: 1199px) {
  .tabs_hino {
    padding: 65px 12px 65px;
  }

  .tabs_hino {
    max-width: 100%;
  }

  .tab_item_hino:first-of-type,
  .tab_item_hino:nth-of-type(n + 2),
  .tab_item_hino:last-of-type {
    margin: 0 12px;
    height: 64px;
  }

  /* .tab_item_hino:first-of-type {
  margin: 65px 12px 64px 24px;
}
.tab_item_hino:nth-of-type(n + 2) {
    margin: 65px 12px 64px;
  }
  .tab_item_hino:last-of-type {
  margin: 65px 24px 64px 12px;
  }  */
  .tab_item_hino {
    width: calc(100% / 5 - 24px);
  }

  .day_box {
    line-height: 75px;
  }

  .tab_content {
    padding: 64px 0 0;
  }

  .day_box .days_2 {
    font-size: 3vw;
  }

  .interview-grid-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 58px;
    justify-content: center;
    align-content: center;
    margin: 0 12vw;
  }

  .mov-bottom {
    font-size: 1vw;
  }

  .sp-br {
    display: block;
  }

  .mov-bottom {
    font-size: 3vw;
    line-height: 2;
    padding: 10px;
  }

  .grid-item {}

  .race-number {
    font-size: 5.5vw;
  }

  .mov-bottom {
    font-size: 4vw;
  }
}

@media (max-width: 800px) {
  .tabs_hino {
    padding: 10vw 12px 10vw;
  }

  .tab_item_hino:first-of-type,
  .tab_item_hino:nth-of-type(n + 2),
  .tab_item_hino:last-of-type {
    margin: 0 8px;
    height: 8vw;
  }

  .day_box {
    line-height: 8.4vw;
  }

  .tab_item_hino {
    width: calc(100% / 5 - 16px);
  }

  .race-number {
    font-size: 5.5vw;
  }

  .mov-bottom {
    font-size: 4vw;
  }
}

@media (max-width: 600px) {
  .day_box .days_2 {
    font-size: 3.5vw;
  }

  .tab_item_hino:first-of-type,
  .tab_item_hino:nth-of-type(n + 2),
  .tab_item_hino:last-of-type {
    margin: 0 6px;
    height: 8vw;
  }

  .day_box {
    line-height: 8.4vw;
  }

  .tab_item_hino {
    width: calc(100% / 5 - 12px);
  }
}

@media (max-width: 500px) {

  .tab_item_hino:first-of-type,
  .tab_item_hino:nth-of-type(n + 2),
  .tab_item_hino:last-of-type {
    margin: 0 4px;
    height: 8vw;
  }

  .day_box {
    line-height: 7vw;
  }

  .tab_item_hino {
    width: calc(100% / 5 - 8px);
  }
}

@media (max-width: 400px) {

  .tab_item_hino:first-of-type,
  .tab_item_hino:nth-of-type(n + 2),
  .tab_item_hino:last-of-type {
    margin: 0 2px;
    height: 8vw;
  }

  .day_box {
    line-height: 7vw;
  }

  .tab_item_hino {
    width: calc(100% / 5 - 4px);
  }
}