@charset "utf-8";
/* CSS Document */

.estimate { margin-bottom: 80px; }

/* ステップ導入文
----------------------- */
.stepDiscription {
  width: 1200px;
  margin: 25px auto;
  color: #626d78;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}


/* 車両情報
----------------------- */
.selectCar {
  width: 1000px;
  margin: 0 auto;
}
.selectCar .title {
  font-size: 1.5rem;
}
.selectCarWrap {
  padding: 10px;
}
.selectCarWrap .image {
  padding: 30px 0;
  background: #fff;
  text-align: center;
}
.selectCarWrap p {
  margin: 20px 0;
  text-align: center;
}

/* 外部リンク */
.linkOutbound {
  display: flex;
  justify-content: flex-end;
}
.linkList {
  margin-left: 30px;
}
.linkItem {
  color: #626d78;
}
.linkItem::after {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 5px;
  background: url(../../../images/ico_outbound.png) no-repeat left top / cover;
  content: "";
}

/* 見積りボタン
----------------------- */
.buttonEstimate {
  display: block;
  width: 498px;
  margin: 30px auto 15px;
  padding: 20px 0;
  transition: .2s;
  border: 1px solid #068075;
  border-radius: 4px;
  background: #068075;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  }
.buttonEstimate:hover {
  background: #fff;
  color: #068075;
}

/* 紹介コンテンツ
----------------------- */
.aboutCar {
  margin: 40px 0 50px;
  padding: 50px 0;
}
.aboutCar .title {
  width: 1054px;
  margin: 0 auto 30px;
  font-size: 1.5rem;
}

.moreAbout {
  transition-duration: .4s;
  overflow: hidden;
}

.aboutCar .desc {
  width: 1054px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;;
}

.aboutCarPoint {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1054px;
  margin: -10px auto 0;
}
.aboutCarBox {
  width: 502px;
  margin: 50px 0 0;
}
.aboutCarBox .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 250px;
  border: 1px solid #eee;
  background: #fff;
}
.aboutCarBox img {
  max-width: 500px;
  max-height: 250px;
}
.aboutCarBox p {
  margin-top: 10px;
  line-height: 1.5;
}

.moreAboutButton {
  position: relative;
  margin-top: -88px;
  padding: 40px 0 0;
  background: #f0f2f0;
  background: linear-gradient(to bottom, rgba(240,242,240,0) 0%,rgba(240,242,240,1) 100%);
  z-index: 2;
}
.moreAboutButtonInner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 298px;
  height: 48px;
  margin: 0 auto;
  transition-duration: .2s;
  border: 1px solid #626d78;
  border-radius: 2px;
  background: #626d78;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}
.moreAboutButtonInner span {
  border-radius: 2px;
  color: #fff;
}
.moreAboutButtonInner:hover {
  background: #fff;
}
.moreAboutButtonInner:hover span {
  color: #626d78;
}
.moreAboutButtonInner .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(90deg);
  transition-duration: .2s;
  fill: #fff;
}
.moreAboutButtonInner:hover .icon {
  fill: #626d78;
}

.moreAboutButton.isOpen {
  margin: 0;
  padding: 0;
  background: transparent;
}
.moreAboutButton.isOpen .icon {
  transform: translateY(-50%) rotate(-90deg);
}
/* 見積り条件
----------------------- */
.estimateSetting { margin: 40px auto; }
.estimateSetting .box:not(:last-child) {
  margin-bottom:  50px;
}

.estimateSetting .title {
  margin-bottom: 20px;
  color: #007abc;
  font-size: 1.25rem;
  font-weight: bold;
}
.estimateSetting .title .icon {
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  fill: #007abc;
}
.estimateSetting .sub_title {
  margin: 10px 0 20px;
  color: #626d78;
  font-size: 1rem;
  font-weight: bold;
}

.estimateSetting .supportLink { margin-left: 20px; }


/* カラムボックス */
.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column2 .column {
  position: relative;
  width: 590px;
  margin-top: -1px;
}

/* オプション表示 */
.selectOption {
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.column:not(.column_box) .selectOption {
  height: calc(100% - 22px);
}
.selectTitle {
  width: 170px;
  padding-right: 10px;
  font-weight: bold;
}
.selectOption .color {
  width: 50px;
  padding-right: 10px;
}
.selectOption .color img { max-width: 50px; }
.selectOptionItem {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selectOption .listInline { margin: 5px 0 -10px; }
.selectOption .selectWrap { width: 358px; }
.buttonChange {
  width: 88px;
  padding: 8px 0 7px;
  transition-duration: .2s;
  border: 1px solid #007abc;
  border-radius: 2px;
  background: #007abc;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.selectOption:hover .buttonChange {
  background: #fff;
  color: #007abc;
}
.buttonCover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.choiceGradeButton {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 178px;
  padding: 8px 0;
  transition-duration: .2s;
  border-radius: 2px;
  border: 1px solid #626d78;
  border-radius: 2px;
  color: #626d78;
  text-align: center;
  text-decoration: none;
}
.choiceGradeButton:hover {
  background: #626d78;
  color: #fff;
}

.selectOption .listInlineLong {
  margin: 10px 0 -5px;
}

/* メーカー＆ディーラーオプション */
.buttonOption {
  position: relative;
  width: 398px;
  border-color: #626d78;
  color: #626d78;
}
.buttonOption:hover {
  background: #626d78;
  color: #fff;
}
.buttonOption .arrowNext { fill: #626d78; }

.buttonOption .selected {
  display: block;
  position: absolute;
  top: -24px;
  right: -1px;
  width: 42px;
  padding: 5px 10px 5px 28px;
  border-radius: 0 2px 0 0;
  background: url(../images/bg_selected.svg) no-repeat right top / cover;
  color: #fff;
  font-size: .875rem;
  text-align: center;
  z-index: -1;
}



/* 見積り結果
----------------------- */
.estimateResult {
  padding: 50px 0;
}

.estimateResult .boxWrap {
  width: 1140px;
  padding: 30px;
  background: #fff;
}

.estimateResult .title {
  padding: 10px;
  background: #007abc;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}

.estimateTable {
  width: 100%;
  border-collapse: collapse;
}
.estimateTable + .estimateTable  { border-top: 1px solid #9eadbd; }
.estimateTable th {
  width: 300px;
  padding: 20px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}
.estimateTable td {
  padding: 20px;
  font-size: 1.125rem;
  font-weight: bold;
}
.estimateTable td:last-child { text-align: right; }
.optionsDetail .estimateTable td:last-child { white-space: nowrap; }
.estimateTable tr:nth-child(even) th,
.estimateTable tr:nth-child(even) td {
  background: #edf6fa;
}
.estimateTable th.total {
  color: #d92100;
  font-size: 1.25rem;
}
.estimateTable td.total {
  color: #d92100;
  font-size: 1.375rem;
}
.estimateTable td.total span {
  color: #d92100;
  font-size: 1.125rem;
}

.optionsTitle {
  position: relative;
  padding: 13px;
  background: #007abc;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.optionsTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 68px;
  padding: 8px 0;
  transform: translateY(-50%);
  transition-duration: .2s;
  border: 1px solid #007abc;
  border-radius: 4px;
  background: #fff;
  color: #007abc;
  font-size: .8125rem;
  font-weight: normal;
  text-align: center;
  content: "開く"
}
.optionsTitle.isOpen::before {
  border-color: #fff;
  background: #007abc;
  color: #fff;
  content: "閉じる"
}
.options .estimateTable { border-bottom: 1px solid #d8dee5; }


/* 見積り結果　ボタン
----------------------- */
.buttonUp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 298px;
  height: 48px;
  margin: 30px auto 0;
  transition: background .2s;
  border: 1px solid #007abc;
  border-radius: 2px;
  background: #fff;
  color: #007abc;
  font-size: 1rem;
  text-decoration: none;
}
.buttonUp:hover {
  background: #007abc;
  color: #fff;
}
.buttonUp .arrowNext {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%) rotate(-90deg);
  transition: .2s;
  fill: #007abc;
}
.buttonUp:hover .arrowNext {
  transform: translateY(-80%) rotate(-90deg);
  fill: #fff;
}

.buttonPrint {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 198px;
  height: 48px;
  margin: 30px auto 0;
  transition: background .2s;
  border: 1px solid #626d78;
  border-radius: 2px;
  background: #fff;
  color: #626d78;
  font-size: 1rem;
  text-decoration: none;
}
.buttonPrint:hover {
  background: #626d78;
}
.buttonPrint span { color: #626d78; }
.buttonPrint:hover span { color: #fff; }
.buttonPrint .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  transition: .2s;
  fill: #626d78;
}
.buttonPrint:hover .icon {
  fill: #fff;
}
.estimateResult .buttonDecision span {
  display: block;
  margin-top: 10px;
  transition: .2s;
  color: #fff;
  font-size: 1rem;
}
.estimateResult .buttonDecision:hover span { color: #d92101; }



/* 見積り結果　補足
----------------------- */
.estimateResult .textSupplement {
  width: 1200px;
  margin: 30px auto 0;
}

/* 見積り　追従
----------------------- */
.floatingBanner {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  background: rgba(0, 122, 189, .9);
  text-align: center;
  z-index: 10;
}
.floatingBanner .inner {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.floatingBanner .priceWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 550px;
  padding: 15px 10px;
  background: #fff;
  font-size: 1rem;
}
.floatingBanner .priceWrap div,
.floatingBanner .priceWrap span { color: #d92101; }

.floatingBanner .price {
  font-size: 1.375rem;
  font-weight: bold;
}
.floatingBanner .price span {
  font-size: .875rem;
  font-weight: 500;
}
.floatingBanner .buttonBox {
  display: flex;
}
.floatingBanner .buttonUp {
  margin: 0 0 0 10px;
}
.floatingBanner .buttonUp:hover { border-color: #fff; }
.floatingBanner .buttonDecision {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 298px;
  height: 48px;
  margin: 0 0 0 10px;
  padding: 0;
  border-radius: 2px;
  font-size: 1rem;
}

/* 各種モーダル
----------------------- */
.modalInline {
  display: none;
}
/* 選択モーダル共通 */
.modalOption {
  width: 1000px;
  max-width: 100%;
}
.modalOption .heading01 {
  margin: 0;
  padding: 40px 0 30px;
}
.modalOptionWrap {
  overflow: auto;
}

/* グレード・オプション選択 */
.refineOption {
  position: relative;
}
.refineOptionConditon {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 10px 20px;
}
.refineOptionConditon .selectWrap {
  width: 88px;
  margin-right: 10px;
}
.refineOptionConditon .selectWrapLong {
  width: 118px;
}
.refineOptionConditon .buttonClear {
  margin-left: auto;
}
.refineOption .count {
  position: absolute;
  top: 50%;
  left: 440px;
  transform: translateY(-50%);
  font-weight: bold;
}
.refineOption .match,
.refineOption .total { font-size: 1.125rem; }
.refineOption span,
.refineOption .total { font-weight: 500; }

.choice { margin: 0 10px; }
.refineOption + .choice { margin: 20px 10px; }

.choiceTable {
  width: 100%;
  border-collapse: collapse;
}
.choiceTable .js-choice {
  width: calc(100% - 4px);
  border-width: 0 2px;
  border-style: solid;
  border-color: transparent;
  transition: backgroun .2s;
}
.choiceTable .js-choice:hover {
  cursor: pointer;
}

.choiceTable .js-choiceOption {
  width: calc(100% - 4px);
  border-width: 0 2px;
  border-style: solid;
  border-color: transparent;
  transition: backgroun .2s;
}
.choiceTable .js-choiceOption:hover {
  cursor: pointer;
}

/* 非アクティブ */
.choiceTable .isDisabled,
.choiceTable .isDisabled:hover { cursor: default; }
.choiceTable .isDisabled td,
.choiceTable .isDisabled:hover td {
  /* background: #ddd; */
}
.choiceTable .isDisabled .typeCheck {
  opacity: .5;
}

.choiceTable tr.checked {
  border-color: #f6684e;
  z-index: 1;
}
.choiceTable .onlyPC th {
  padding: 8px  9px 8px 10px;
  border-left: 1px solid #fff;
  background: #f0f2f0;
  font-size: .865rem;
  font-weight: 500;
}
.choiceTable th.item {
  width: 478px;
  text-align: left;
}
.choiceTable th:last-child { width: 17px; }

.choiceTable td {
  padding: 15px 10px;
  border-top: 2px solid transparent;
  border-bottom: 1px solid #eee;
  transition: backgroun .2s;
}
.choiceTable .js-choice:hover td {
  background: #fff4f2;
}
.choiceTable .checked td {
  border-top: 2px solid #f6684e;
  border-bottom: 2px solid #f6684e;
  background: #fff4f2;
}

input.unclickable {
	transform: scale(0);
}

.choiceTable .icon {
  width: 68px;
}
.tag.pickup {
  display: inline-block;
  width: 68px;
  padding: 5px 0 4px;
  border-radius: 2px;
  background: #d92100;
  color: #fff;
  text-align: center;
}

.choiceTable .item {
  width: 410px;
  padding:  15px 0;
}

.choiceTable .grade {
  width: 100%;
  font-size: 1.125rem;
  font-weight: bold;
}
.choiceTable .info {
  margin-top: 10px;
  color: #626d78;
}
.choiceTable .gas,
.choiceTable .drive {
  justify-content: center;
  width: 60px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.choiceTable .capacity {
  justify-content: center;
  width: 110px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.choiceTable .price {
  justify-content: center;
  width: 120px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.choiceTable .optionImage,
.choiceTable .optionImage .image {
  justify-content: center;
  width: 200px;
  text-align: center;
}
.choiceTable .optionName {
  width: 180px;
  font-size: 1rem;
}
.choiceTable .optionNameLong {
  width: 924px;
  font-size: 1rem;
}

.choiceTable .optionLink {
  width: 140px;
  text-align: center;
}

.choiceTable .typeCheck {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
}
.choiceTable .typeCheck::before { top: 0; }

/* 外部リンク */
.choiceTable .linkOutbound { display: inline-block; }
.choiceTable .linkOutbound::after {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-left: 5px;
  background: url(../../../images/ico_outbound.png) no-repeat left top / cover;
  content: "";
}

/* ボディカラー選択 */
.choiceList {
  position: relative;
}
.choiceItem {
  display: flex;
  align-items: center;
  padding: 15px 40px 15px 10px;
  border-bottom: 1px solid #eee;
}
.choiceItem:hover,
.choiceItem.checked {
  background: #fff4f2;
  font-weight: 500;
  cursor: pointer;
}
.choiceItem.checked::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #f6684e;
  content: "";
}
.choiceList:first-child .choiceItem { border-top: 1px solid #eee; }
.choiceItem .image {
  width: 50px;
  height: 30px;
}
.choiceItem .colorInfo {
  flex: 1;
  padding-left: 10px;
  font-size: 1rem;
}
.choiceItem .price {
  display: block;
  color: #d92100;
}
.choiceItem.typeCheck::before {
  top: 50%;
  right: 10px;
  left: auto;
  transform: translateY(-50%);
}


/* 見積りローディング
----------------------- */
.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  padding: 20px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, .6);
  z-index: 110;
}
.loading img {
  width: 60px;
  animation: spin 1s linear infinite;
}
.loading p {
  margin-top: 20px;
}
.loadingOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0, .7);
  z-index: 100;
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}


/* フッター余白追加
----------------------- */
.footer { margin-bottom: 80px; }
