@charset "UTF-8";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#contents {
  max-width: 1000px;
  margin: 0 auto;
}
#contents * {
  box-sizing: border-box;
}

.mainvisual {
  margin-bottom: 60px;
}

.box {
  margin: 0;
}

#estimate {
  margin-bottom: 40px;
  padding: 40px;
  border: 8px solid #d8d8d8;
}
#estimate .estimate__ttl {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}
#estimate .estimate-in {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-bottom: 20px;
}
#estimate .estimate-in .box {
  max-width: 300px;
}
#estimate .estimate-in .box figure {
  margin-bottom: 10px;
}
#estimate .estimate-in .box-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  margin-bottom: 5px;
}
#estimate .estimate-in .box-input input {
  max-width: 80px;
  padding: 12px;
  border-radius: 5px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #666;
  background-color: #fafafa;
  font-size: 16px;
}
#estimate .estimate-in .box-input p:nth-of-type(2) {
  font-size: 15px;
}
#estimate .estimate-in .box-note {
  font-size: 14px;
  text-align: center;
}
#estimate .estimate-btn-submit {
  text-align: center;
}
#estimate .estimate-btn-submit input {
  max-width: 350px;
  width: 100%;
  margin-bottom: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 10px 25px;
  background-color: #c50000;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
}
#estimate .estimate-btn-submit input:hover {
  cursor: pointer;
  opacity: 0.7;
}
#estimate .estimate__other {
  font-size: 14px;
  text-align: center;
}
#estimate .input-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
#estimate .input-wrap .input-num {
  display: flex;
  justify-content: center;
  align-items: center;
}
#estimate .input-wrap .input-num__label {
  font-size: 15px;
}
#estimate .input-wrap .input-num__form input {
  max-width: 80px;
  padding: 12px;
  border-radius: 5px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #666;
  background-color: #fafafa;
  font-size: 16px;
}

.common-box {
  margin-bottom: 80px;
}
.common-box__ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 12px;
  font-size: 27px;
  font-weight: normal;
}
.common-box__ttl:before, .common-box__ttl:after {
  position: absolute;
  content: "";
  height: 4px;
  left: 0;
  bottom: 0;
}
.common-box__ttl:before {
  width: 100%;
  background-color: #d8d8d8;
  z-index: 0;
}
.common-box__ttl:after {
  width: 40%;
  background-color: #ff6600;
  z-index: 10;
}

.notice {
  padding: 20px;
  border: 3px solid #d50000;
}
.notice .common-box__ttl {
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.notice .common-box__ttl:before, .notice .common-box__ttl:after {
  display: none;
}
.notice__ttl {
  margin-bottom: 10px;
  padding: 5px;
  background-color: rgba(255, 0, 0, 0.1);
  font-weight: bold;
  font-size: 20px;
  color: #c50000;
  text-align: center;
}
.notice__txt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.notice__other {
  font-size: 15px;
  color: #666;
  text-align: center;
}

.feature-article {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto 40px;
  gap: 40px 2%;
}
.feature-article article {
  position: relative;
  width: 49%;
  padding: 40px 20px 20px;
  border: 1px solid #0d376c;
  border-radius: 5px;
}
.feature-article__num {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 27px;
  border-radius: 50%;
  background-color: #0d376c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.feature-article__ttl {
  margin-bottom: 10px;
  color: #0D376C;
  font-size: 21px;
  text-align: center;
}
.feature-article__txt {
  font-size: 16px;
  line-height: 1.6;
}
.feature__other {
  width: 95%;
  margin: 0 auto;
  padding: 40px;
  background-color: #fafafa;
}
.feature__other ul li {
  position: relative;
  padding-left: 19px;
  font-size: 16px;
}
.feature__other ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.feature__other ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.measure__note {
  margin: -20px 0 40px;
  font-size: 15px;
  text-align: right;
}
.measure__main {
  text-align: center;
}
.measure__ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.measure__img {
  margin-bottom: 20px;
}
.measure__other {
  font-size: 18px;
}

.setting__txt {
  width: 95%;
  margin: 0 auto 40px;
  font-size: 18px;
}
.setting .sub-box {
  width: 95%;
  margin: 0 auto 80px;
}
.setting .sub-box__ttl {
  margin-bottom: 40px;
  padding: 12px 20px;
  background-color: #515151;
  color: #fff;
  font-size: 20px;
}
.setting .sub-box__img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-bottom: 40px;
}
.setting .sub-box__img figure img {
  margin-bottom: 12px;
}
.setting .sub-box__img figure figcaption {
  font-size: 15px;
  text-align: center;
}
.setting .sub-box__zumen {
  margin-bottom: 40px;
  text-align: center;
}
.setting .sub-box__other {
  width: 95%;
  margin: 0 auto;
}
.setting .sub-box__other ul li {
  position: relative;
  padding-left: 17px;
  font-size: 18px;
}
.setting .sub-box__other ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.setting .sub-case {
  margin-bottom: 80px;
}
.setting .sub-case__ttl {
  margin-bottom: 40px;
  padding: 13px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 30px;
  text-align: center;
}
.setting .sub-case__img {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.setting .sub-case__img figure {
  max-width: 400px;
  counter-increment: num;
}
.setting .sub-case__img figure img {
  margin-bottom: 15px;
}
.setting .sub-case__img figure figcaption {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}
.setting .sub-case__img figure figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num) ".";
}
.setting .sub-case__txt {
  width: 95%;
  margin: 0 auto;
  font-size: 18px;
}

.initial {
  margin-top: 120px;
}
.initial .common-box__ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.initial .common-box__ttl span {
  display: inline-block;
  font-size: 16px;
}
.initial__txt {
  width: 95%;
  margin: 0 auto 20px;
  font-size: 18px;
}
.initial__other {
  width: 95%;
  margin: 0 auto 40px;
  padding: 20px;
  background-color: #eee;
  font-size: 18px;
}
.initial__in {
  width: 95%;
  margin: 0 auto 40px;
}
.initial__in dl {
  position: relative;
  counter-increment: num;
}
.initial__in dl:not(:last-of-type) {
  margin-bottom: 40px;
}
.initial__in dl dt {
  margin-bottom: 20px;
  padding-top: 13px;
  padding-left: 65px;
  padding-bottom: 13px;
  font-size: 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #bbb;
}
.initial__in dl dt:before {
  position: absolute;
  top: 10px;
  left: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(num);
  height: 40px;
  width: 40px;
  background-color: #FF6600;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
}
.initial__in dl dd {
  display: flex;
  justify-content: space-between;
  gap: 20px 3%;
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
}
.initial__in dl dd p {
  width: 77%;
}
.initial__in dl dd figure {
  width: 20%;
}
.initial-note {
  width: 95%;
  margin: 0 auto 40px;
  padding: 30px;
  border: 5px solid #ddd;
}
.initial-note__ttl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 18px;
}
.initial-note__ttl:before {
  position: absolute;
  top: -11px;
  left: 0;
  content: "\f071";
  font-family: FontAwesome;
  font-size: 33px;
  color: #f79407;
}
.initial-note__txt {
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.7;
}
.initial-note__txt p strong {
  color: #a40000;
}
.initial-note__txt p:not(:last-of-type) {
  margin-bottom: 20px;
}

.color-in {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.66%;
  width: 95%;
  margin: 0 auto;
}
.color-in figure {
  width: 12%;
}
.color-in figure img {
  margin-bottom: 7px;
}
.color-in figure figcaption {
  font-size: 14px;
  text-align: center;
}
.color-in figure.star-white img {
  border: 1px solid #ccc;
}

.caution {
  margin-bottom: 60px;
  padding: 30px;
  border: 1px solid #c50000;
}
.caution__ttl {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}
.caution ul li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}
.caution ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
.caution ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}

.pagelink {
  margin-bottom: 60px;
}
.pagelink p a {
  display: block;
  padding: 20px;
  border-radius: 8px;
  background-color: #c50000;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.pagelink p a:hover {
  opacity: 0.7;
}
.pagelink p a span {
  position: relative;
  padding-left: 30px;
}
.pagelink p a span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

#page-result #estimate .estimate-table table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
}
#page-result #estimate .estimate-table table th, #page-result #estimate .estimate-table table td {
  padding: 10px;
  border: 1px solid #aaa;
  font-size: 15px;
}
#page-result #estimate .estimate-table table th {
  width: 45%;
  background-color: #eee;
}
#page-result #estimate .estimate-table table th .block__link a {
  font-weight: normal;
}
#page-result #estimate .estimate-table table td {
  text-align: right;
}
#page-result #estimate .estimate-table table .color-select {
  position: relative;
}
#page-result #estimate .estimate-table table .color-select select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 7px 30px 7px 7px;
  font-size: 16px;
  border-radius: 3px;
  transform: scale(0.9);
  transform-origin: 100% 50%;
}
#page-result #estimate .estimate-table table .color-select:before {
  position: absolute;
  right: 11px;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 10;
  pointer-events: none;
}
#page-result #estimate .estimate-table table .total td {
  font-weight: bold;
  font-size: 18px;
  color: #a40000;
}
#page-result #estimate .estimate__caution {
  color: #ff0000;
  font-size: 14px;
  text-align: center;
}
#page-result #estimate .result-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
#page-result #estimate .result-btn-submit input {
  max-width: 300px;
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 10px;
  background-color: #ff6600;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 19px;
  font-weight: bold;
}
#page-result #estimate .result-btn-submit input:hover {
  cursor: pointer;
  opacity: 0.7;
}
#page-result #estimate .result-btn-back input {
  max-width: 300px;
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 10px;
  background-color: #999;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 19px;
}
#page-result #estimate .result-btn-back input:hover {
  cursor: pointer;
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */