@charset "UTF-8";
/* =============================================
	本CSSはSCSSで構築しています。
	最終更新日：2020.02.01 
=============================================== */
/* ===========================================================================================================
# style.scssの構成

ー 1.変数・メディアクエリ
ー 2.基本設定
ー 3.コンポーネントパーツ読み込み
=========================================================================================================== */
/* ===========================================================================================================
## 1.変数・メディアクエリ
=========================================================================================================== */
/* 変数 - フォントサイズ向 */
/* メディアクエリ */
/* ブレイクポイント */
/* 関数 -　フォントサイズ変換*/
/* スマホ用 */
/* PC - 幅広版 */
@media print, screen and (min-width: 751px) {
  #mainContents .container.-yakkanHistory {
    padding-top: 50px;
  }
}

/* 直近履歴読み込みボックス */
.revhistory-box {
  /* 運用約款 - トップ */
  /* 運用約款 - トップ - 読み込み要素が0の時 */
  /* 運送約款履歴用 */
}
.revhistory-box > .ttl {
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  .revhistory-box > .rev-list > .item {
    display: flex;
  }
}
.revhistory-box > .btn {
  width: 207px;
}
@media screen and (max-width: 750px) {
  .revhistory-box > .btn {
    width: 100%;
  }
}
.revhistory-box.-updated {
  padding: 10px 17px 12px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #008803;
  margin-bottom: 22px;
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.-updated {
    display: flex;
    justify-content: space-between;
    padding: 13px 14px 13px 16px;
    margin-bottom: 31px;
  }
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.-updated > .rev-list {
    width: 688px;
  }
}
.revhistory-box.-updated > .rev-list > .item {
  line-height: 1.43;
  margin-bottom: 10px;
  /* padding-left: 5em;
  text-indent: -5em; */
}
.revhistory-box.-updated > .rev-list > .item:last-of-type {
  margin-bottom: 14px;
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.-updated > .rev-list > .item:last-of-type {
    margin-bottom: 0;
  }
}
.revhistory-box.-updated > .rev-list > .item > .date {
  min-width: 126px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .revhistory-box.-updated > .rev-list > .item > .date {
    display: block;
  }
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.is-empty {
    margin-bottom: 44px;
  }
}
.revhistory-box.is-empty > .btn {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.is-empty > .btn {
    margin: 0 auto;
  }
}
.revhistory-box.-detail > .ttl {
  display: flex;
  min-height: 54px;
  position: relative;
  background: #eeeeee;
  text-align: center;
  box-sizing: border-box;
  font-size: 6.4vw;
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.-detail > .ttl {
    min-height: 66px;
    font-size: 2.4rem;
  }
}
.revhistory-box.-detail > .ttl:nth-of-type(n+2) {
  margin-top: 8.2666666667vw;
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.-detail > .ttl:nth-of-type(n+2) {
    margin-top: 24px;
  }
}
.revhistory-box.-detail > .ttl > .txt {
  padding-top: .1em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.-detail > .ttl > .txt {
    min-height: 66px;
  }
}
.revhistory-box.-detail > .rev-list {
  margin-top: 4.8vw;
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.-detail > .rev-list {
    margin-top: 27px;
  }
}
.revhistory-box.-detail > .rev-list:nth-of-type(n+2) {
  display: none;
}
.revhistory-box.-detail > .rev-list > .item {
  padding: 0 4px;
  margin-bottom: 2.6666666667vw;
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.-detail > .rev-list > .item {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.revhistory-box.-detail > .rev-list > .item:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 751px) {
  .revhistory-box.-detail > .rev-list > .item > .date {
    min-width: 126px;
  }
}

.wrapper > .txt-box {
  margin-bottom: 18px;
}
@media print, screen and (min-width: 751px) {
  .wrapper > .txt-box {
    margin-bottom: 22px;
  }
}

.accd-icon {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #008803;
  top: 12px;
  right: 12px;
  /*＋、－切り替え*/
}
@media print, screen and (min-width: 751px) {
  .accd-icon {
    right: 13px;
    top: 18px;
  }
}
.accd-icon > span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accd-icon > span:nth-of-type(1) {
  top: calc(50% - 2px);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accd-icon > span:nth-of-type(2) {
  top: calc(50% - 2px);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accd-icon.-active > span:nth-of-type(2) {
  top: calc(50% - 2px);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*# sourceMappingURL=theme.css.map */
