@charset "UTF-8";

/* ----------
CONTENT
----------- */

/*
 * モデル詳細
 */

.main_specification-type {
  padding: 4rem 0;
  background-color: #f6f4f3;
}

.main_specification-lineup .btn_set {
  margin: 0 0 1.5rem;
  float: right;
  clear: both;
}

.main_specification-lineup .btn_square {
  width: 300px;
  font-size: 1.2rem;
}

.spec-type_set {
  margin-top: 2rem;
}

.spec-type_set .spec-type_box {
  background-color: #fff;
}

.spec-type_set .spec-type_box h2 {
  font-weight: bold;
  font-size: 1.14rem;
  color: #ed1c24;
}

@media screen and (max-width: 599px) {
  .main_specification-type .inner {
    padding: 0 1rem;
  }
  .spec-type_set .spec-type_box {
    padding: 1rem;
  }
  .spec-type_set .spec-type_box + .spec-type_box {
    margin-top: 1rem;
  }
}

/* PC 幅が 600px 以上 */
@media screen and (min-width: 600px) {
  .spec-type_set {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .spec-type_set .spec-type_box {
    width: 465px;
    box-sizing: border-box;
    padding: 2rem 1.5rem;
  }
}

/*
 * モデル スペックシート
 */

.spec-lineup {
  width: 100%;
}
.spec-lineup thead td {
  padding: 1rem;
  background-color: #505357;
  border-left: 1px solid #e6e6e6;
  text-align: center;
  font-weight: bold;
  font-size: 1.14rem;
  color: #fff;
}
.spec-lineup thead td:first-of-type {
  border-left: none;
  -webkit-border-radius: 2px 0 0 0;
  border-radius: 2px 0 0 0;
}
.spec-lineup thead td:last-of-type {
  -webkit-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
}
.spec-lineup thead td span {
  display: block;
  text-align: center;
  font-size: 0.86rem;
}
.spec-lineup tbody tr:nth-child(odd) {
  background-color: #f6f4f3;
}

.spec-lineup_model-tab_times tbody tr:nth-child(even) {
  background-color: #f6f4f3;
}

.spec-lineup_model-tab_times tbody tr:nth-child(odd) {
  background-color: #fff;
}
/*.spec-lineup tbody tr:nth-child(1) {
  background-color: #fff !important;
}
.spec-lineup tbody tr:nth-child(2) {
  background-color: #f6f4f3 !important;
}
.spec-lineup tbody tr:nth-child(3) {
  background-color: #fff !important;
}*/

.spec-lineup tbody th,
.spec-lineup tbody td {
  width: 20%;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  line-height: 1.3;
}
.spec-lineup tbody th {
  padding: 1rem;
  font-weight: bold;
}
.spec-lineup tbody a {
  line-height: 3.5;
  font-weight: normal;
  font-size: 0.85rem;
}

.spec-lineup tbody td {
  padding: 1rem 0.5rem;
  text-align: center;
}
.spec-lineup tbody td .num {
  display: inline-block;
  margin: 0 0.5rem;
  vertical-align: baseline;
  line-height: 1;
  font-family: 'roboto', sans-serif;
  font-weight: bold;
  font-size: 1.85rem;
}
.spec-lineup tbody td .hot {
  color: #ed1c24;
}
.spec-lineup tbody td .spot {
  font-size: 0.72rem;
}
.spec-lineup tbody td .spot .num {
  margin: 0 0.2rem;
  font-size: 1.42rem;
}
.spec-lineup tbody td .invalid {
  font-size: 2rem;
}
.spec-lineup tbody td small {
  font-size: 0.72rem;
}
.spec-lineup tbody td .btn_sub_action {
  width: 100%;
  padding: 1rem 0;
}

.btn_apply a {
  display: block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background-color: #ed1c24;
  color: #fff;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 2px;
  margin: 0 auto;
}

.btn_apply a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.main_specification-lineup p {
  margin-top: 1rem;
}

/* スマホ 幅が 0px - 599px */
@media screen and (max-width: 599px) {
  .main_specification-lineup .inner {
    padding: 0 1rem;
  }

  .table-scroll_wrapper {
    overflow: auto;
    white-space: nowrap;
  }

  .table-scroll_wrapper::-webkit-scrollbar {
    height: 8px;
  }

  .table-scroll_wrapper::-webkit-scrollbar-track {
    background: #ddd;
  }

  .table-scroll_wrapper::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    background-color: rgba(188, 188, 188, 1);
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }

  .table-scroll_wrapper p {
    padding-bottom: 1rem;
  }

  .main_specification-lineup .btn_set {
    margin: 1.5rem 0;
    float: none;
  }
}

/*
 * アイコン
 */
.layout_main .fa-external-link {
  margin-left: 0.2rem;
  color: #2c2c2c;
}

/*
  2020/03 スタンダードモデル、アドバンスドモデルの追加
 */

.spec-lineup_model-tab {
  border-top: 5px solid #373737;
}

.spec-lineup_model-tab tbody td {
  width: 16%;
}

.spec-lineup_model-tab tbody th {
  width: 20%;
}

.spec-lineup_model-tab .standard-model {
  background-color: #ed1c24;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
}

.spec-lineup_model-tab .advanced-model {
  background-color: #bf0a11;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
}

.standard-model_sheets {
  background: #f6f4f3;
}

.advanced-model_sheets {
  background: #f6f4f3;
}

.standard-model_gpu .spot {
  color: #ed1c24;
}

.advanced-model_gpu .spot {
  color: #bf0a11;
}

.model_sheets {
  font-weight: bold;
}

.model_sheets small {
  font-weight: normal;
}

.spec-lineup_model-tab .th-title {
  background-color: #f6f4f3;
  font-weight: bold;
  font-size: 1.14rem;
  padding: 1.5rem 0;
}

.spec-lineup_model-tab .th-title_gpu {
  font-weight: bold;
  font-size: 1.2rem;
  background: #f6f4f3;
}

.transfer-block[aria-expanded="false"] {
  display: none;
}

.spec-lineup_model-tab_times tbody td {
  width: 40%;
}

.plan-tab {
  margin: 10rem 0 0;
  width: 960px;
}

.plan-tab .plan-tab_btn {
  width: 480px;
  position: relative;
}

.plan-tab .plan-tab_btn .tab-button {
  background: #fff;
  color: #373737;
  border: 1px solid #373737;
  border-radius: 4px 4px 0 0;
  font-size: 1.3rem;
  font-weight: bold;
  outline: none;
  height: 60px;
  width: 479px;
  display: block;
  position: absolute;
  top: -59px;
}

.plan-tab .plan-tab_btn .tab-button span {
  color: #373737;
  background: #fff;
  border: 1px solid #373737;
  border-radius: 12px;
  padding: 0.2rem 0.7rem 0.3rem;
  font-size: 1.1rem;
  margin-left: 1rem;
}

.plan-tab .time .tab-button {
  left: 481px;
}

.plan-tab .plan-tab_btn .tab-button[aria-selected="true"] {
  background-color: #373737;
  color: #fff;
  border-top: 1px solid #373737;
  border-right: 1px solid #373737;
  border-left: 1px solid #373737;
  height: 70px;
  top: -69px;
}

.plan-tab .plan-tab_btn .tab-button[aria-selected="false"]:hover {
  opacity: 0.7;
  background: #eee;
  cursor: pointer;
}

.plan-tab .plan-tab_btn .tab-button[aria-selected="true"] span {
  color: #373737;
  background: #fff;
}

.apply_area {
  margin: 2rem 0;
}

.apply_area p {
  text-align: center;
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
}

.btn_apply a {
  width: 400px;
  height: 45px;
  line-height: 45px;
  font-size: 1.3rem;
}

@media screen and (max-width: 599px) {
  .plan-tab {
    margin: 7rem 0 0;
    width: 100%;
  }

  .plan-tab .plan-tab_btn {
    width: 100%;
  }

  .plan-tab .plan-tab_btn .tab-button {
    width: 50%;
  }

  .plan-tab .time .tab-button {
    left: 50%;
  }

  .btn_apply a {
    width: 80%;
  }

  .main_specification-lineup {
    width: 100%;
    overflow: hidden;
  }

  .plan-tab .plan-tab_btn .tab-button span {
    display: block;
    color: #373737;
    background: #fff;
    border: 0 solid #373737;
    border-radius: 0;
    padding: 0;
    font-size: 0.9rem;
    margin-left: 0;
  }

  .plan-tab .plan-tab_btn .tab-button[aria-selected="true"] span {
    color: #fff;
    background: #373737;
  }
}

/*
  2020/03 スタンダードモデル注釈エリア
 */

.atten_area {
  border: 2px solid #ed1c24;
  border-radius: 2px;
  clear: both;
  position: relative;
  padding: 1rem 1rem 1rem 6.1rem;
  margin: 1rem 0 0;
}

.atten_area::before {
  position: absolute;
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 3rem;
  left: 1.8rem;
  top: 0.5rem;
  color: #ed1c24;
}

.atten_area p {
  margin: 0;
  color: #ed1c24;
  line-height: 1.8;
}

.atten_area p strong {
  color: #ed1c24;
}