@charset "utf-8";
/* CSS Document */
.section-renovation {
  width: 100%;
  overflow-x: hidden;
}
.form-title__width {
  margin: 0 24px;
}
.calcuration-title {
  color: #111;
  position: relative;
  padding: 10px 0 2px 35px;
  border-bottom: 2px solid #facfe9;
  font-size: 1.9rem;
}
.calcuration-title:before, .calcuration-title:after {
  content: "";
  position: absolute;
  margin: auto;
}
.calcuration-title:before {
  width: 12px;
  height: 12px;
  top: 0;
  left: 14px;
  background: #facfe9;
  transform: rotate(50deg);
}
.calcuration-title:after {
  width: 8px;
  height: 8px;
  top: 18px;
  left: 6px;
  background: #facfe9;
  transform: rotate(20deg);
}
.section-calculator__discription {
  padding-top: 10px;
  margin-bottom: 20px;
  line-height: 2.8rem;
}
.backgroud-color__wrapper {
  background-color: #cfe9fa;
  width: 100%;
  flex-basis: 100%;
  justify-self: start;
  padding: 40px 0;
}
.backgroud-color__wrapper__answer {
  background-image: url("../images/texture_bg@2x.png");
  width: 100%;
  flex-basis: 100%;
  justify-self: start;
  padding: 40px 0;
}
.backgroud-color__inner {
  margin: 0 24px;
}
.section-calculator__labor-report, .entry__price {
  margin-bottom: 5px;
  padding: 20px 15px 18px;
  background-color: #fbfbfb;
  border-radius: 20px;
}
.period__input-area {
  padding: 20px 15px;
  background-color: #fbfbfb;
  border-radius: 20px;
}
.radio-title {
  margin-bottom: 15px;
}
.answer-title {
  text-align: center;
}
.radio__flex-wrapper {
  display: flex;
  justify-content: space-between;
}
.switch-left {
  margin: 6px 7px 0 0;
  width: 35%;
  text-align: right;
}
.switch-right {
  margin: 6px 0 0 7px;
  width: 35%;
  text-align: left;
}
.inline-radio {
  height: 33px;
  flex-basis: 80px;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #29cc6a;
  padding-right: 6px;
}
.inline-radio__button {
  position: relative;
  flex-basis: 26px;
  height: 39px;
}
input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.default {
  width: 0;
  height: 0;
}
label {
  position: absolute;
  top: 0;
  left: 0;
  color: #b6b6b6;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #29cc6a;
  transition-timing-function: ease-in-out;
  transition-delay: .05s;
}
div:last-child label {
  border-right: 0;
}
input:checked + label {
  background: #00cc52;
  border-radius: 50%;
}
/*テスト*/
.form-element {
  width: 70px;
}
.input__flex-wrapper {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
.bottom-hight {
  margin-bottom: 15px;
}
.input__price {
  display: block;
  width: 80px;
  height: 22px;
  /*  margin-left:18%;*/
  opacity: inherit;
  font-size: 1.6rem;
  text-align: right;
  flex-basis: auto;
}
.input__title {
  width: 170px;
}
.form__yen {
  margin-left: 15px;
}
/*ボタン装飾*/
.start__button {
  position: relative;
  display: block;
  width: 85px;
  height: 25px;
  padding: 8px;
  border: hidden;
  border-radius: 30px;
  cursor: pointer;
  background-color: #00cc52;
  text-align: center;
  vertical-align: middle;
  margin: 20px auto 0 auto;
  font-size: 1.8rem;
  color: #fff;
  pointer-events: inherit;
}
/*ボタンホバー時*/
.start__button:hover {
  background: #ffcfae;
}
/*チェックは見えなくする*/
.start__check {
  display: none;
}
.comma-check__wrapper {
  display: flex;
  justify-content: flex-end;
  width: 300px;
  height: 25px;
  margin: -4px auto 9px;
}
.comma-check {
  font-size: 1.5rem;
}
.comma-display {
  position: relative;
  padding: 3px 0 3px 1.5em;
  height: 25px;
}
.comma-display::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: calc(100% - 1em);
  background-color: #fa96d2;
  border-radius: 4px;
}
.answer-upper {
  margin-bottom: 10px;
}
.answer-area {
  border-color: #cfe9fa;
  border-style: dashed;
  border-width: 4px;
  display: flex;
  justify-content: center;
}
.answer-headline__wrapper {
  margin-left: 42px;
}
.answer-headline {
  padding: 0.5em;
  background: #cfe9fa;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
  width: 40px;
  height: 12px;
  text-align: center;
  line-height: 1.2rem;
}
.brackets {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.special-provisions {
  display: inherit !important;
}
.info {
  padding: 0.1em 0.3em;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(255, 152, 0, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  color: #ff9800 !important;
}
.info:hover {
  background-position: -100% 0;
  color: #fff !important;
}
.term-discription {
  border: 2px solid #a9a9a9;
  border-radius: 10px;
  margin: 10px 0;
  padding: 10px 18px;
}
.not-clear_switch {
  margin-bottom: 20px !important;
}
.principle__wrapper {
  background-image: url("../images/texture_bg@2x.png");
}
.principle {
  text-align: right;
  margin: 0 24px;
}
.notes {
  color: #111 !important;
  font-size: 1.2rem;
}
@media(min-width:769px) {
  .calcuration-title {
    width: 464px;
    margin: 0 auto;
  }
  .section-calculator__discription {
    width: 464px;
    margin: 10px auto 20px;
  }
  .period__input-area {
    width: 380px;
    margin: 0 auto;
    padding: 20px 50px;
  }
  .inline-radio {
    flex-basis: 79px;
  }
  .answer-headline__wrapper {
    width: 443px;
    margin: 0 auto;
  }
  .principle {
    margin: 0 10%;
  }
}
/*
@media(min-width:1430px) {
   .answer-headline {
    margin-left: 37%;
  }
}
@media(min-width:1750px) {
   .answer-headline {
    margin-left: 41%;
  }
}*/