@charset "UTF-8";

#simu_table {
  margin-bottom: 0;
}

#simu_table th {
  width: 55%;
}

#simu_table td {
  width: 45%;
  font-weight: bold;
}

#keisan_table {
  margin-top: 2rem;
  margin-bottom: 0;
}

#keisan_table th {
  width: 30%;
}

#keisan_table td {
  width: 40%;
    font-size: 1rem; /* 16px */
}

#keisan_table td:last-child {
  width: 20%;
}

#user_simu {
  display: none;
  background: #fff;
  padding: 1rem 1rem 0.5rem;
  border-radius: 3px;
  border: 3px solid #ffb36b;
}

.btn {
  margin-top: 1rem;
}

/* ▼pの調整
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 1024px){

  /* section内の直下p全てにつける */
  section#dokuji > p,
  section#dokuji section > p {
    width: 610px;
    margin-right: 25px;
    margin-left: 25px;
  }
  
}

/* ▼メモボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* デフォ */
.memo_box {
  margin-bottom: 1.5em;
  padding: 1.1rem 1.5rem 1.2rem;
  background: #fff9e5;
  border-radius: 3px;
}

.memo_box p {
  font-size: 0.9375rem; /* 15px */
}

.memo_box p:first-child:before {
  display: inline-block;
  content: "\f303";
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin-top: -6px;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 1rem; /* 16px */
  border-radius: 50%;
  background: #ffb36b;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.memo_box p:first-child {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #fcddba;
  font-size: 1.0625rem; /* 17px */
  font-weight: bold;
  line-height: 1.6;
  color: #444;
}

.memo_box p.center:first-child {
  padding-right: 25px;
}

.memo_box p:not(:first-child) {
  margin-bottom: 1em;
}

.memo_box p:last-child {
  margin-bottom: 0;
}

.memo_box p input {
  width: 10rem;
  text-align: right;
  font-size: 1.0625rem; /* 17px */
  padding: 0.2rem;
}

.memo_box p select {
  width: 4em;
  font-size: 1.0625rem; /* 17px */
  padding: 0.2rem;
}

@media only screen and (min-width: 768px) {

  .memo_box p {
    font-size: 1rem; /* 16px */
  }

  .memo_box p:first-child {
    font-size: 1.1875rem; /* 19px */
  }

}

@media only screen and (min-width: 1024px) {
	
  .memo_box {
    padding: 1.5rem 1.8rem 1.6rem;
  }
	
  .memo_box p:not(:first-child) {
    font-size: 17px;
  }

}