@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* intro */
/* -------------------------------------------- */
.read span {
  color: #c90a4c;
}
.read span a {
  color: #c90a4c;
  text-decoration: underline;
}
.read span a:hover {
  text-decoration: none;
}

.estimate-btn {
  margin-bottom: 2em;
  text-align: center;
}
.estimate-btn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 0.4em 1em;
  background-color: #cd4400;
  text-decoration: none;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 #cf9c82;
  border-radius: 5px;
}
.estimate-btn a:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.inner {
  width: 95%;
  margin: 0 auto;
}

/* ---------------------------------------------------------------- */
/* 買取金額保証サービス */
/* ---------------------------------------------------------------- */
.service {
  margin: 0 auto 5em;
  border: 1px solid #401702;
  padding: 5px;
  background: url("/estimate/image/bg_service1.jpg") repeat 0 bottom;
}
.service .service-in {
  border: 1px solid #401702;
}
.service .service-in h2 {
  padding: 1em;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  color: #401702;
}
.service .service-in p {
  width: 90%;
  margin: 0 auto;
}
.service .service-in .caution-box {
  margin-top: 3em;
  padding: 3em 0 2em;
  position: relative;
  background: url("/estimate/image/bg_service2.jpg") repeat 0 bottom;
}
.service .service-in .caution-box h3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 96%;
  color: #c90a4c;
  font-weight: bold;
  font-size: 1.2em;
  top: -10px;
  text-align: center;
  line-height: 1.3;
}
.service .service-in .caution-box ul {
  margin: 0 auto;
  width: 90%;
}
.service .service-in .caution-box ul li {
  margin-bottom: 0.7em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1em;
}
.service .service-in .caution-box ul li:before {
  content: "\f14a";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  padding-right: 10px;
  color: #c90a4c;
}

/* -------------------------------------------- */
/* howto */
/* -------------------------------------------- */
.howto {
  margin-bottom: 3em;
}
.howto h2 {
  margin-bottom: 1em;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #000;
  font-size: 1.3em;
  font-weight: bold;
}
.howto .inner {
  margin-bottom: 2em;
}
.howto .inner ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.howto .inner ul li {
  margin-bottom: 0.5em;
}
.howto .inner ul li .ex {
  padding: .2em 0.5em;
  background-color: #eae3e1;
}
.howto .inner .howto-in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.howto .inner .howto-in .detail {
  width: 65%;
}
.howto .inner .howto-in .photo {
  width: 30%;
}
.howto .inner .btn-excel {
  margin-top: .5em;
  margin-bottom: 2em;
}
.howto .inner .btn-excel a {
  display: inline-block;
  padding: 0.4em 1.5em;
  border: 1px solid #14770c;
  border-radius: 50px;
  box-shadow: 0 0 5px #a0d19c;
  font-weight: bold;
  font-feature-settings: "palt";
  text-decoration: none;
}
.howto .inner .btn-excel a i, .howto .inner .btn-excel a span {
  color: #14770c;
}
.howto .inner .btn-excel a:hover {
  background-color: #14770c;
  color: #fff;
}
.howto .inner .btn-excel a:hover i, .howto .inner .btn-excel a:hover span {
  color: #fff;
}

/* -------------------------------------------- */
/* form */
/* -------------------------------------------- */
form {
  margin-bottom: 5em;
}
form h3 {
  margin-bottom: 1em;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #000;
  font-size: 1.3em;
  font-weight: bold;
}
form .table-style {
  margin-bottom: 2em;
}
form .table-style tr th {
  background-color: #fbf1ec;
}
form #btn ul {
  text-align: center;
}
form #btn ul li {
  display: inline-block;
  margin-bottom: 0.5em;
}
form #btn ul li input {
  display: block;
  padding: 0.5em 2em;
  border: none;
  background-color: #cd4400;
  color: #fff;
  -webkit-appearance: none;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
form #btn ul li.left input {
  background-color: #333;
}

/* -------------------------------------------- */
/* thanks */
/* -------------------------------------------- */
#thanks h2 {
  margin-bottom: 0.5em;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
#thanks .read {
  text-align: center;
}
#thanks .close {
  color: #fff;
  text-align: center;
}
#thanks .close p {
  display: inline-block;
}
#thanks .close p a {
  display: block;
  padding: .4em 1em;
  border: 1px solid #333;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
#thanks .close p a:hover {
  background-color: #333;
  color: #fff;
}

/*===========================================================================*/
/*  media quary:1024px  */
/*===========================================================================*/
@media screen and (max-width: 1024px) {
  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  #thanks h2 {
    font-size: 1.6em;
  }
  #thanks .read {
    text-align: left;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* -------------------------------------------- */
  /* howto */
  /* -------------------------------------------- */
  .howto .inner .howto-in {
    display: block;
  }
  .howto .inner .howto-in .detail {
    width: 100%;
  }
  .howto .inner .howto-in .photo {
    width: 100%;
    text-align: center;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .estimate-btn a {
    font-size: 1.1em;
  }

  /* -------------------------------------------- */
  /* 買取金額保証サービス */
  /* -------------------------------------------- */
  .service {
    margin-bottom: 3em;
  }
  .service .service-in h2 {
    padding: 1em 1em 0.5em;
    font-size: 1.2em;
  }
  .service .service-in .caution-box h3 {
    font-size: 1em;
  }
  .service .service-in .caution-box ul li {
    font-size: 1em;
  }

  /* -------------------------------------------- */
  /* howto */
  /* -------------------------------------------- */
  .howto h2 {
    font-size: 1.2em;
  }
  .howto .inner .btn-excel a {
    padding: 0.5em;
    font-size: .9em;
  }

  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  #thanks h2 {
    font-size: 1.2em;
    line-height: 1.4;
  }
  #thanks .read {
    width: 100%;
  }
}
