@charset "UTF-8";

/* product-2025.phpを使っているページでのみ読み込みます */

/*-------------------------------

pc

-------------------------------*/

/* 共通 */
main {
  width: 90%;
  max-width: 960px;
  margin: 100px auto;
}
.sec {
  border: 1px solid #00467d;
  padding: 25px 25px 35px;
  border-radius: 5px;
}
.sec--highlight {
  border-width: 3px;
}
.sec + .sec {
  margin-top: 50px;
}
.hd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.heading {
  color: #00467d;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
.txt {
  color: #00467d;
  font-weight: bold;
}
.caution {
  color: #00467d;
  font-size: 10px;
}
.time {
  width: auto;
  height: 60px;
}
.time img {
  max-width: none;
  height: 100%;
}

/* block */
.block-wrap {
  margin-top: 40px;
}
.block-wrap > * + * {
  margin-top: 60px;
}
.block__ttl {
  font-size: 20px;
  color: #00467d;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.block__ttl--small {
  font-size: 15px;
}
.block__txt {
  font-size: 16px;
}
.block__ttl + .block__txt {
  margin-top: 10px;
}
.block__img {
  width: 100%;
}
.block__img--10 {
  width: 10%;
}
.block__img--20 {
  width: 20%;
}
.block__img--30 {
  width: 30%;
}
.block__img--40 {
  width: 40%;
}
.block__img--50 {
  width: 50%;
}
.block__img--60 {
  width: 60%;
}
.block__img--70 {
  width: 70%;
}
.block__img--80 {
  width: 80%;
}
.block__img--90 {
  width: 90%;
}
.block__img--100 {
  width: 100%;
}
.block__img img {
  width: 100%;
}
.block__ttl + .block__img {
  margin-top: 20px;
}
:is(.block__txt, .block__caution) + .block__img {
  margin-top: 30px;
}
.block__caution {
  font-size: 13px;
}
.block__caution + .block__txt {
  margin-top: 10px;
}
.block__movie {
  margin-top: 60px;
  width: 70%;
}
.block__movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.block__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.block__ttl + .block__inner {
  margin-top: 30px;
}
.block__inner--1-9 > *:first-of-type {
  width: calc(10% - 15px);
}
.block__inner--1-9 > *:last-of-type {
  width: calc(90% - 15px);
}
.block__inner--2-8 > *:first-of-type {
  width: calc(20% - 15px);
}
.block__inner--2-8 > *:last-of-type {
  width: calc(80% - 15px);
}
.block__inner--3-7 > *:first-of-type {
  width: calc(30% - 15px);
}
.block__inner--3-7 > *:last-of-type {
  width: calc(70% - 15px);
}
.block__inner--4-6 > *:first-of-type {
  width: calc(40% - 15px);
}
.block__inner--4-6 > *:last-of-type {
  width: calc(60% - 15px);
}
.block__inner--5-5 > *:first-of-type {
  width: calc(50% - 15px);
}
.block__inner--5-5 > *:last-of-type {
  width: calc(50% - 15px);
}
.block__inner--6-4 > *:first-of-type {
  width: calc(60% - 15px);
}
.block__inner--6-4 > *:last-of-type {
  width: calc(40% - 15px);
}
.block__inner--7-3 > *:first-of-type {
  width: calc(70% - 15px);
}
.block__inner--7-3 > *:last-of-type {
  width: calc(30% - 15px);
}
.block__inner--8-2 > *:first-of-type {
  width: calc(80% - 15px);
}
.block__inner--8-2 > *:last-of-type {
  width: calc(20% - 15px);
}
.block__inner--9-1 > *:first-of-type {
  width: calc(90% - 15px);
}
.block__inner--9-1 > *:last-of-type {
  width: calc(10% - 15px);
}

/* item */
.item-wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.item-wrap::before,
.item-wrap::after {
  content: none;
}
.item {
  /* style.cssを打ち消す */
  text-align: left !important;
  font-size: unset !important;
  line-height: inherit !important;
  color: unset !important;
  /* style.cssを打ち消す */
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.item-wrap:has(> .item:nth-child(3):last-child) .item {
  width: calc((100% - 60px) / 3);
}
.item-wrap:has(> .item:nth-child(2):last-child) .item {
  width: calc((100% - 30px) / 2);
}
.item-wrap .item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  top: 0;
  bottom: 0;
  right: -15px;
}
.item__img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.item__img img {
  max-height: 100%;
}
.item__txt {
  font-size: 13px;
}
.item__caution {
  font-size: 10px;
}

/* table */
table {
  margin-top: 20px;
}
table,
th,
td {
  border: 1px solid #333;
  font-size: 13px;
}
th,
td {
  padding: 5px 10px;
  vertical-align: middle;
}
th {
  background: #eee;
}

/*-------------------------------

sp

-------------------------------*/

@media (max-width: 768px) {
  .sec {
    padding: 20px 20px 25px;
  }
  .hd {
    display: block;
  }
  .heading {
    font-size: 20px;
  }
  .time {
    height: 40px;
    margin-top: 20px;
  }
  .block-wrap {
    margin-top: 30px;
  }
  .block-wrap > * + * {
    margin-top: 40px;
  }
  .block__ttl {
    font-size: 15px;
  }
  .block__img {
    width: 100%;
  }
  .block__txt {
    font-size: 13px;
  }
  .block__caution {
    font-size: 10px;
  }
  .block__movie {
    width: 100%;
  }
  .block__inner {
    display: block;
  }
  .block__inner > * {
    width: 100% !important;
  }
  .item-wrap {
    display: block;
    position: relative;
  }
  .item-wrap > * + * {
    margin-top: 20px;
  }
  .item-wrap + .item-wrap::before {
    content: "";
    position: absolute;
    background: #ccc;
    width: 100%;
    height: 1px;
    top: -15px;
  }
  .item {
    width: auto !important;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .item:has(> :nth-child(2):last-child) > * {
    width: calc(100% - 10px);
  }
  .item-wrap .item:not(:last-of-type)::after {
    content: none;
  }
  .item__txt {
    font-size: 10px;
  }
  .item__caution {
    font-size: 8px;
  }
  table,
  th,
  td {
    font-size: 10px;
  }
}
