@charset "UTF-8";
.v-introduction {
  padding: 50px 0 58px;
  width: 100%;
}
.v-introduction__text {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

.v-content {
  background: #eaf1f9;
  padding: 50px 0;
  width: 100%;
}
.v-content .v-form__button {
  width: 100%;
  text-align: center;
}
.v-content .v-form__button .c-form__button {
  margin-top: 40px;
  background: #fff;
  color: #004ea1;
  border: 1px solid #004ea1;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  outline: none;
  width: 575px;
  padding: 30px 10px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
}
.v-content .v-form__button .c-form__button:hover {
  background: #004ea1;
  color: #fff;
  border: 1px solid #004ea1;
}
@media screen and (max-width: 768px) {
  .v-content .v-form__button {
    width: 100%;
    margin-top: 5px;
  }
  .v-content .v-form__button .c-form__button {
    margin-top: 20px;
    width: 100%;
    padding: 30px 10px;
  }
}

.v-text {
  font-size: 14px;
  margin-top: 30px;
}

.v-h2 {
  margin-bottom: 44px;
}

.v-box {
  display: flex;
}
.v-box.is-start {
  justify-content: flex-start;
  background: url("../../../img/views/estimate/pc/bg_line.png") no-repeat;
  background-position: right 20px bottom 50px;
  height: 100%;
}
.v-box.is-end {
  justify-content: flex-end;
  background: url("../../../img/views/estimate/pc/bg_line.png") no-repeat;
  background-position: left 20px bottom 50px;
  height: 100%;
}
.v-box__details {
  background: white;
  height: 170px;
  width: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.v-box__details__number {
  position: absolute;
  width: auto;
  top: -5px;
  left: -5px;
}
.v-box__details.is-right {
  margin-right: 40px;
}
.v-box__details.is-left {
  margin-left: 40px;
  margin-top: 40px;
}
.v-box__details__content {
  text-align: center;
}
.v-box__details__content > p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}
.v-box__details__content > p > span {
  font-size: 10px;
  vertical-align: top;
}
.v-box__details__content > img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .v-box {
    display: block;
  }
  .v-box__details {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 15px;
  }
  .v-box__details + .v-box__details {
    margin-top: 10px;
  }
  .v-box__details.is-right {
    margin-right: 0;
  }
  .v-box__details.is-left {
    margin-top: 10px;
    margin-left: 0;
  }
  .v-box__details__content {
    font-size: 1px;
  }
  .v-box__details__content > p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.v-button {
  background: #cddc39;
  width: 575px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #cddc39;
  padding: 30px 0;
  margin: 46px auto 79px;
  display: block;
}
.v-button:hover {
  color: #333;
}
@media screen and (max-width: 768px) {
  .v-button {
    width: auto;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.modal .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal .modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-height: 80%;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .modal .modal__content {
    padding: 15px;
    width: 90%;
    max-height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal__content .c-table__body {
    min-width: 100% !important;
    border-bottom: 1px solid #898989;
  }
}
.modal .modal__content .c-table__body th, .modal .modal__content .c-table__body td {
  padding: 10px 5px;
  width: 33%;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal .modal__content .c-table__body th, .modal .modal__content .c-table__body td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal__content .c-table__body th {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal__content .c-table__body td {
    border-bottom: 0;
  }
  .modal .modal__content .c-table__body td:nth-child(1) {
    background: #d7d7d7;
  }
  .modal .modal__content .c-table__body td:nth-child(2)::before {
    display: block;
    content: "【エリア】";
  }
  .modal .modal__content .c-table__body td:nth-child(3)::before {
    display: block;
    content: "【WEBサイト】";
  }
}
.modal .modal__content .js-modal-close {
  display: block;
  margin-top: 10px;
}

.v-section__makers_price--message {
  text-align: center;
  border: 2px solid #f00;
  font-size: 16px;
  width: 570px;
  margin: 20px auto 0 auto;
  padding: 20px 0;
  color: #000;
  line-height: 1.4;
}
.v-section__makers_price--message p {
  padding: 0 20px 20px 20px;
  text-align: left;
}
.v-section__makers_price--message p:last-child {
  padding: 0 20px 0 20px;
}
.v-section__makers_price--message p span {
  color:  #F00;
}

.suggested_retail_price_area{
  width: 94%;
}

@media screen and (max-width: 768px) {
  .v-section__makers_price--message {
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .v-section__makers_price--message p {
    padding: 0 0 20px 0;
  }
  .v-section__makers_price--message p:last-child {
    padding: 20px 0 0 0;
  }
  .suggested_retail_price_area{
    width: 100%;
  }
}
