@charset "UTF-8";
/*
	font
*******************************/
/*
	color
*******************************/
/*
01: テーブルセル（奇数行）
02: テーブルセル（偶数行）
03: ホバー
04: ダーク
05: SPグローバルナビゲーション
06: ヘッダーバナー
07: 料金表
*/
/*
	width
*******************************/
/*
	フォントサイズ
*******************************/
/*
	レスポンシブ
*******************************/
/*
	モード
*******************************/
/*
	アイコンフォント
*******************************/
/*
	アーガイル柄
*******************************/
/*
	ホバーアニメーション
*******************************/
/*
	section
*******************************/
.specsList {
  display: flex;
  text-align: center;
}
.specsList_item {
  border: #c6c6c6 solid 1px;
  position: relative;
  width: calc(22.5% + 1px);
}
.specsList_item:nth-child(1) {
  width: 10%;
}
.specsList_item + .specsList_item {
  margin-left: -1px;
}
.specsList_item.is-alphassl {
  border-left-color: #12b8d7;
  border-right-color: #12b8d7;
  z-index: 1;
}
.specsList_item.is-alphassl .specsHead {
  background-color: #12b8d7;
  padding-bottom: 36px;
}
.specsList_item.is-alphassl .specsHead_title {
  font-size: 20px;
  font-size: 2rem;
}
.specsList_item.is-alphassl .specsBody {
  background-color: #e4f3fc;
  color: #ff811e;
  font-weight: 700;
}
.specsList + .specsList {
  margin-top: -1px;
}
.specsList.is-head {
  align-items: flex-end;
}
.specsList.is-head .specsList_item.is-alphassl {
  border-width: 0;
}
.specsList:first-child .specsList_item.is-alphassl {
  border-top-color: #3898e0;
}
.specsList:last-child .specsList_item.is-alphassl {
  border-bottom-color: #3898e0;
}
.specsList:nth-child(odd) .specsBody.is-label {
  background-color: #f7f7f7;
}
.specsList:nth-child(odd) .specsList_item.is-alphassl .specsBody {
  background-color: #f2faff;
}
.specsHead {
  align-items: center;
  background-color: #414141;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 120px;
  padding: 28px 20px;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .specsHead {
    background-color: transparent;
    height: auto;
    min-height: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.specsHead_recommend {
  line-height: 1.3;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .specsHead_recommend {
    font-weight: 300;
    margin-bottom: 0;
  }
}
.specsHead_title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .specsHead_title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.specsHead_features {
  font-weight: 300;
  margin-top: 8px;
}
.specsHead.is-new {
  padding-top: 43px;
}
@media (max-width: 768px) {
  .specsHead.is-new {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .specsHead.is-new .textRibbonType01 {
    left: -10px;
    top: -6px;
  }
}
.specsBody {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .specsBody {
    background-color: transparent;
    height: auto;
    padding: 0;
  }
}
.specsBody_notes {
  color: #ff811e;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .specsBody_notes {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.specsBody.is-label {
  background-color: #e4e4e4;
  line-height: 1.3;
  padding: 20px 4px;
}
.specs .is-focused .specsBody {
  color: #ff811e;
  font-weight: 700;
}
/*# sourceMappingURL=this.css.map */