@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.voice_box .box {
  width: 100%;
  background-color:#fff;
  margin-bottom: 2em;
  padding-block: 1em;
  padding-inline: 2em;
  border-radius: 20px;
}

.voice_box p {
  display: flex;
  align-items: center;
  font-family: Kiwi Maru, serif;
  font-size: 22px;
  font-weight: 500;
  color: #4C1607;
}

.voice_box p img {
  width: 60px !important;
  height: unset !important;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}

.voice_box article > div div {
  text-decoration: underline 2px dashed #dac8b0;
  text-underline-offset: 0.5em;
  font-weight: 400;
}

.u-label u {
  background-color: #e6d6bf;
  color: #8c7961 !important;
  padding-inline: 2em;
  line-height: 1.5;
}

.td-time {
  margin-bottom: 80px;
}

.td-time table {
  table-layout: auto;
}

.td-time td {
  text-align: center !important;
  border: none !important;
  padding: 1vw !important;
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .td-time td {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 768px) {
  .td-time td {
    font-size: 0.8em;
    padding: 10px !important;
  }
}

.td-time .td-roundL-top {
  border-top-left-radius: 20px;
}

.td-time .td-roundR-top {
  border-top-right-radius: 20px;
}

.td-time .td-roundL-btm {
  border-bottom-left-radius: 20px;
}

.td-time .td-roundR-btm {
  border-bottom-right-radius: 20px;
}

.td-time .en {
  font-family: var(--en);
}

.td-time tr {
  border-bottom: 1px solid #D8E8E8;
}

.td-time tr:first-child td,
.td-time tr:first-child th {
  color: #fff;
  background-color: #10B9D2;
}

.td-time tr:last-of-type {
  border-bottom: none;
}

/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){






}
/*===========================sp END====================================== */