@charset "UTF-8";
.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

body.simulator .content {
  padding-bottom: 100px;
}
body.simulator .footer {
  display: none;
}
body.simulator .checkbox > span > b {
  flex-shrink: 0;
}

.est {
  min-height: 1000px;
  padding: 50px;
}
.est .est-section-title._option {
  display: none;
  margin: 50px 0 -20px;
}
.est .est-section-title small {
  font-family: "Barlow Semi Condensed";
  font-size: 48px;
  color: #06538c;
}
.est .est-section-title em {
  margin-left: 1em;
}
.est .est-option {
  display: none;
  position: relative;
  margin: 50px 0;
  padding: 80px 80px 40px;
  border: 1px solid #ddd;
}
.est .est-option h4 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: #059;
}
.est .est-tips {
  margin-left: 0.5em;
  padding: 0;
  font-size: 20px;
  color: #06538c;
  cursor: pointer;
}
.est .est-tips:hover {
  color: #af9b53;
}
.est .est input {
  text-align: center;
}
.est .est-actiondb-opt,
.est .est-id-kaigai-opt,
.est .est-id-kaigai-area-1-opt-list {
  display: none;
}
.est .est-actiondb-opt,
.est .est-id-kaigai-opt {
  padding: 40px;
  background-color: #f2f2f2;
}
.est .est-actiondb-opt-title,
.est .est-id-kaigai-opt-title {
  margin-top: 2em;
  font-size: 18px;
  border-bottom: 1px solid #a2a5a9;
}
.est .est-actiondb-opt-title:first-child,
.est .est-id-kaigai-opt-title:first-child {
  margin-top: 0;
}
.est .est-id-kaigai-area-row {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px dotted #c2c5c9;
}
.est .est-id-kaigai-area-row.is-kobetsu, .est .est-id-kaigai-area-row.is-survey {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.est .est-id-kaigai-area-row.is-kobetsu > div, .est .est-id-kaigai-area-row.is-survey > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.est .est-id-kaigai-area-row.is-kobetsu > span, .est .est-id-kaigai-area-row.is-survey > span {
  display: block;
  line-height: 1.5;
}
.est .est-id-kaigai-area-companies-wrapper {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  opacity: 0;
}
.est .est-id-kaigai-area-companies-wrapper label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}
.est .est-amount {
  position: fixed;
  left: 300px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 300px);
  min-width: 950px;
  height: 100px;
  padding: 0 30px;
  font-size: 20px;
  line-height: 1 !important;
  color: #fff;
  background-color: #06538c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 2200px) {
  .est .est-amount {
    left: calc(50% - 660px);
    width: calc(1760px);
  }
}
.est .est-amount._changed {
  animation: has-changed 1s ease-out 0s 1 normal;
}
@keyframes has-changed {
  0% {
    background-color: #af9b53;
  }
  100% {
    background-color: #06538c;
  }
}
.est .est-amount ._amount {
  display: none;
  text-align: center;
}
.est .est-amount ._amount ._plan {
  font-family: "Barlow Semi Condensed";
}
.est .est-amount ._amount ._plan::after {
  content: "/";
  margin: 0 0.15em;
  font-size: 32px;
  font-weight: 300;
  color: #ccc;
}
.est .est-amount ._amount ._plan em,
.est .est-amount ._amount ._plan small {
  margin-right: 0.25em;
  font-size: 24px;
  color: #fff;
}
.est .est-amount ._amount ._price em {
  margin: 0 0.1em;
  font-family: "Barlow Semi Condensed";
  font-size: 36px;
  color: #fff;
}
.est .est-amount ._amount ._price small {
  font-size: 20px;
}
.est .est-amount ._amount ._lower {
  margin-top: 15px;
  font-size: 13px;
}
.est .est-amount ._note {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.est .est-amount ._note._trial {
  display: none;
}

.tippy-box {
  color: #fff;
  background-color: #04365b;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.tippy-box[data-placement^=top] > .tippy-arrow::before {
  border-top-color: #04365b;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #04365b;
}
.tippy-box[data-placement^=left] > .tippy-arrow::before {
  border-left-color: #04365b;
}
.tippy-box[data-placement^=right] > .tippy-arrow::before {
  border-right-color: #04365b;
}

/*# sourceMappingURL=simulator.css.map */
