@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ 円角
=====================================*/
.history_table {
  padding-top: 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history_table {
    padding-top: 0;
  }
  .history_table tbody, .history_table tr, .history_table th, .history_table td {
    display: block;
    width: 100% !important;
  }
}
.history_table tr:nth-of-type(odd) th, .history_table tr:nth-of-type(odd) td {
  background: #F0F0F0;
}
.history_table th, .history_table td {
  vertical-align: middle;
}
.history_table th {
  border-right: 1px dotted #B1B1B1;
  padding: 30px;
  width: 150px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
.history_table th span {
  display: block;
  font-size: 14px;
}
.history_table td {
  padding: 30px 20px 30px 40px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .history_table th {
    border: none;
    padding: 20px 15px 0 !important;
  }
  .history_table th span {
    display: inline-block;
    padding-left: 0.5em;
  }
  .history_table td {
    padding: 10px 10px 20px 15px !important;
  }
}
.history_table tr.line th, .history_table tr.line td {
  padding-top: 0;
  padding-bottom: 0;
}
.history_table tr.line:not(:first-of-type) dl dt {
  display: none;
}
.history_table tr.line.last td {
  padding-bottom: 40px;
}
.history_table tr.line.last dd::after {
  content: "";
  background: url(https://fr.dailyservice.co.jp/assets/common/img/company/history/line1.svg) no-repeat center bottom/100% 50px;
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: -26px;
  left: 0;
}
.history_table tr.line.last dl:nth-of-type(2) dd::after {
  background-image: url(https://fr.dailyservice.co.jp/assets/common/img/company/history/line2.svg);
}
.history_table tr.line .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  gap: 0 25px;
}
.history_table tr.line .grid dl {
  position: relative;
}
.history_table tr.line .grid dl dt {
  background: #0062B2;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: -64px;
  left: 0;
  width: 100%;
}
.history_table tr.line .grid dl dt::after {
  content: "";
  background: #fff;
  display: block;
  border-left: 1px solid #0062B2;
  border-right: 1px solid #0062B2;
  height: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.history_table tr.line .grid dl dd {
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
  height: 100%;
  padding: 30px 25px;
  color: #0062B2;
}
.history_table tr.line .grid dl:nth-of-type(2) dt {
  background: #009495;
}
.history_table tr.line .grid dl:nth-of-type(2) dt::after {
  border-color: #009495;
}
.history_table tr.line .grid dl:nth-of-type(2) dd {
  color: #009495;
}
@media screen and (max-width: 767px) {
  .history_table tr.line.last dd {
    width: 100%;
  }
  .history_table tr.line.last dd::after {
    display: none;
  }
  .history_table tr.line .grid {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    gap: 0 25px;
  }
  .history_table tr.line .grid dl dt {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 10px;
    width: auto;
    height: 24px;
    line-height: 24px;
    position: static;
  }
  .history_table tr.line .grid dl dt::after {
    display: none;
  }
  .history_table tr.line .grid dl dd {
    border: none;
    padding: 0;
  }
}
.history_table .grid {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 280px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 40px;
}
.history_table .grid.w02 {
  grid-template-columns: 1fr 431.78px;
}
@media screen and (max-width: 767px) {
  .history_table .grid {
    grid-template-columns: 1fr;
    gap: 15px 40px;
  }
  .history_table .grid img {
    width: 100%;
  }
  .history_table .grid.w02 {
    grid-template-columns: 1fr;
  }
}