@charset "utf-8";
/* CSS Document */
.section-calcuration {
  width: 100%;
}
/*
.section__lower__inner {
  margin-right: 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: 0 0 20px 20px;
  line-height: 2.8rem;
}
.section-calculator__discription__small {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.backgroud-color__wrapper {
  background-color: #cfe9fa;
  width: 100%;
  flex-basis: 100%;
  justify-self: start;
  padding: 60px 0 30px 0;
}
.backgroud-color__inner {
  margin: 0 24px;
}
.section-calculator__labor-report {
  margin-bottom: 30px;
  padding: 20px 10px;
  background-color: #fbfbfb;
  border-radius: 20px;
}
.section-calculator__labor-report__flex-wrapper {
  display: flex;
  justify-content: space-between;
}
.form__rate, .form__donation {
  width: 50px;
  height: 22px;
  margin-left: 8px;
}
select {
  font-size: 1.7rem;
  padding: 3px 0;
  text-align: right;
}
input {
  font-size: 1.6rem;
  text-align: right;
}
/*
.top__list {
  margin-top: 2px;
  margin-bottom: 20px;
}
*/
.letter-space {
  letter-spacing: 0.2rem;
}
.section-period__input-title {
  margin-bottom: 6px;
}
.section-calculator__output__title {
  position: relative;
  padding-left: 4em;
}
.section-calculator__output__title2 {
  margin: 10px 0 20px;
}
.midasi {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  color: #fbfbfb;
  background: #85CCFB;
}
.midasi:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #85CCFB;
}
.section-calculator__output__discription {
  margin-bottom: 20px;
  font-size: 1.5rem;
  padding-left: 4em;
}
.section-calculator__output__brackets {
  font-size: 1.5rem;
}
.journal-entry__flex-wrapper {
  display: flex;
  justify-content: center;
  padding: 12px 10px;
  background-color: #fff;
  border-color: #cfe9fa;
  border-style: dashed;
  border-width: 4px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.calcuration-button__flex-wrapper {
  display: flex;
}
.lump_calculation {
  margin-left: 18px;
}
/*ボタンを押されたときに計算結果を表示*/
.hidden_box {
  margin: 2em 0; /*前後の余白*/
  padding: 0;
}
/*ボタン装飾*/
.hidden_box__button {
  display: block;
  height: 50px;
  padding: 8px;
  border: hidden;
  border-radius: 20px;
  cursor: pointer;
  background-color: #cffae0;
  text-align: center;
  margin: 40px auto;
  font-size: 1.8rem;
  line-height: 5rem;
  flex-basis: 65%;
  width: calc(100% - 66px);
}
/*ボタンホバー時*/
.hidden_box__button:hover {
  background: #ffcfae;
}
/*チェックは見えなくする*/
.hidden_box input {
  display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}
/*ボタンを押されたときに計算結果を表示（終了）*/
.journal-entry__flex-items__account, .journal-entry__flex-items__price {
  font-size: 1.5rem;
}
.journal-entry__flex-items__price {
  text-align: right;
  margin-right: 3px;
}
.duration-title {
  margin-right: 15px;
}
.clearbutton {
  display: block;
  height: 60px;
  border: hidden;
  border-radius: 20px;
  background-color: #facfe9;
  text-align: center;
  font-size: 1.5rem;
  padding: 8px 8px 4px;
  width: calc(50% - 33px);
  margin: 0 auto 50px auto;
}
.blank__second, .blank__third {
  display: none;
}
.durable-years, .retirement, .deducting {
  margin: 0 24px 20px;
}
@media(min-width:769px) {
  .calcuration-title, .section-calculator__discription {
    margin: 0 auto 14px auto;
    width: 464px;
  }
  .section-calculator__discription {
    width: 464px;
    margin: 10px auto 20px;
  }
  .section-calculator__labor-report {
    width: 380px;
    padding: 20px 50px 18px;
    margin: 0 auto 40px;
  }
  .form__donation {
    width: 80px;
  }
  .em__insurance_rate_li__option {
    width: 60px;
  }
  .hidden_box__button {
    width: 464px;
    margin: 50px auto;
  }
  .clearbutton {
    width: 200px;
  }
  .durable-years, .retirement, .deducting {
    width: 464px;
    margin: 0 auto;
  }
  .results__flex-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .journal-entry__flex-items__account {
    margin-right: 10px;
  }
}