@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- history_sec
-------------------------*/
/*=======================================
　history_sec
=======================================*/
.history_sec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 19px;
  padding: 15px 0;
  border-bottom: 1px dashed #c6c6c6;
}
@media screen and (max-width: 768px) {
  .history_sec dl {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    row-gap: 10px;
  }
}
.history_sec dl:first-child {
  padding-top: 0;
}
.history_sec dl dt, .history_sec dl dd {
  position: relative;
}
.history_sec dl dt small, .history_sec dl dd small {
  font-size: 15px;
}
.history_sec dl dt::before, .history_sec dl dd::before {
  content: "";
  width: 1px;
  height: 19px;
  display: inline-block;
  background: var(--main_orange);
  position: absolute;
  top: 0.2em;
}
@media screen and (max-width: 768px) {
  .history_sec dl dt::before, .history_sec dl dd::before {
    top: 0.3em;
  }
}
.history_sec dl dt {
  min-width: 139px;
  font-family: "Noto Sans";
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.777;
}
@media screen and (max-width: 768px) {
  .history_sec dl dt {
    font-size: 16px;
    min-width: auto;
    padding-left: 15px;
  }
}
.history_sec dl dt::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .history_sec dl dt::before {
    display: inline-block;
    left: 0;
  }
}
.history_sec dl dd {
  position: relative;
}
.history_sec dl dd:nth-of-type(1) {
  min-width: 38px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.777;
}
@media screen and (max-width: 768px) {
  .history_sec dl dd:nth-of-type(1) {
    font-size: 16px;
    padding-right: 10px;
  }
}
.history_sec dl dd:nth-of-type(1)::before {
  display: none;
}
.history_sec dl dd:nth-of-type(2) {
  padding-left: 19px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.777;
}
@media screen and (max-width: 768px) {
  .history_sec dl dd:nth-of-type(2) {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    font-size: 14px;
    padding-left: 0;
  }
}
.history_sec dl dd:nth-of-type(2)::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .history_sec dl dd:nth-of-type(2)::before {
    display: none;
  }
}/*# sourceMappingURL=enkaku.css.map */