@charset "UTF-8";
/* Reset
================================ */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #121212;
  text-align: left;
  background-color: #fff;
}
@media screen and (max-width: 720px) {
  body {
    font-size: 1rem;
  }
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  margin: 0;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul,
dt,
dd {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  list-style-image: none;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

em,
i {
  font-style: normal;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.75;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* LAYOUT
================================ */
html {
  scroll-behavior: smooth;
}

#wrapper {
  min-width: 720px;
  background: repeating-linear-gradient(106deg, #8cd2fd, #8cd2fd 4px, #87CEFA 4px, #87CEFA 8px);
  background-size: 50px;
}
@media screen and (max-width: 720px) {
  #wrapper {
    min-width: 375px;
  }
}

a {
  transition: 0.3s opacity ease;
}
a:hover, a:focus, a:active {
  opacity: 0.6;
  text-decoration: none;
}

/* common */
.sp-on {
  display: none;
}
@media screen and (max-width: 720px) {
  .sp-on {
    display: block;
  }
}

.sp-off {
  display: block;
}
@media screen and (max-width: 720px) {
  .sp-off {
    display: none;
  }
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w200 {
  width: 200px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.c-red {
  color: #ba2c2c;
}

.c-green {
  color: #179A63;
}

.d-flex {
  display: flex;
  gap: 4px;
  justify-content: space-around;
  align-items: center;
}
.d-flex span {
  flex: 1;
}
.d-flex.align-start {
  align-items: flex-start;
}
@media screen and (max-width: 720px) {
  .d-flex .sp-no-flex span {
    flex: auto;
  }
}

/* ==============================
Header
============================== */
#header {
  background: #fff;
  padding: 12px 0;
  border-bottom: 10px solid #87CEFA;
}
#header #logo {
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  #header #logo {
    width: auto;
    min-width: 375px;
    text-align: center;
  }
  #header #logo img {
    width: 240px;
  }
}

/* ==============================
contents
============================== */
#container {
  border-top: 4px solid #fff;
  background: url(../img/footer_bg.svg) bottom center no-repeat;
  padding: 0 0 128px;
}
@media screen and (max-width: 720px) {
  #container {
    padding: 0 0 80px;
  }
}

#cnt-head {
  padding: 90px 40px 10px;
  color: #fff;
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  #cnt-head {
    width: auto;
    min-width: 375px;
    padding: 48px 20px 20px;
  }
}
#cnt-head h1 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  #cnt-head h1 {
    font-size: 1.75rem;
    text-align: center;
  }
}
#cnt-head p {
  padding: 30px 220px 20px 0;
  background: url(../img/outline_img.svg) right top no-repeat;
  min-height: 100px;
}
@media screen and (max-width: 720px) {
  #cnt-head p {
    padding: 100px 0 10px 0;
    background-position: center top;
    background-size: 160px auto;
  }
}

#cnt-body {
  background: #fff;
  padding: 30px 42px;
  width: 720px;
  margin: 0 auto;
  border-radius: 4px;
}
@media screen and (max-width: 720px) {
  #cnt-body {
    width: auto;
    min-width: 375px;
    padding: 20px;
  }
}
#cnt-body h2 {
  position: relative;
  font-size: 1.25rem;
  padding: 4px 10px 4px 20px;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 720px) {
  #cnt-body h2 {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
#cnt-body h2 small {
  font-size: 0.875rem;
  color: #666;
  font-weight: normal;
}
@media screen and (max-width: 720px) {
  #cnt-body h2 small {
    font-size: 0.75rem;
  }
}
#cnt-body h2:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 8px;
  background: #87CEFA;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
#cnt-body h3 {
  font-size: 1.25rem;
  text-align: center;
  color: #007FFF;
  margin-bottom: 12px;
}
@media screen and (max-width: 720px) {
  #cnt-body h3 {
    font-size: 1.125rem;
  }
}

.box {
  padding: 24px;
  background: #F0F8FF;
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .box {
    padding: 16px;
    margin-bottom: 16px;
  }
}

#base-total {
  border-top: 3px solid #87CEFA;
  padding: 16px 0 16px 30%;
}
@media screen and (max-width: 720px) {
  #base-total {
    padding: 16px 0;
  }
  #base-total span:first-child {
    text-align: right;
    padding: 4px 10px;
  }
}

#base-total-per {
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #87CEFA;
  background: #fff;
  vertical-align: middle;
  width: 120px;
}
@media screen and (max-width: 720px) {
  #base-total-per {
    width: 80px;
  }
}

#reset-base-btn {
  border: #007FFF 1px solid;
  background: #fff;
  padding: 6px 20px;
  margin-left: 12px;
  border-radius: 4px;
  color: #007FFF;
  transition: 0.3s all ease;
  font-size: 0.875rem;
}
@media screen and (max-width: 720px) {
  #reset-base-btn {
    font-size: 0.875rem;
    padding: 6px 10px;
  }
}
#reset-base-btn:hover, #reset-base-btn:focus {
  background: #fff;
  color: #87CEFA;
}

#simulation-calc {
  padding: 40px 0 100px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  #simulation-calc {
    padding: 60px 0;
  }
}
#simulation-calc #simulation-calc-btn {
  width: 50%;
  min-width: 300px;
  border: 1px solid;
  background: linear-gradient(180deg, #FF941F, #FCAD38);
  color: #fff;
  border-radius: 8px;
  font-size: 1.25rem;
  padding: 20px;
  transition: 0.3s all ease;
}
@media screen and (max-width: 720px) {
  #simulation-calc #simulation-calc-btn {
    font-size: 1.125rem;
  }
}
#simulation-calc #simulation-calc-btn:hover, #simulation-calc #simulation-calc-btn:focus {
  opacity: 0.7;
}

.dli-caret-right {
  margin-left: 10px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.4em 0.7em;
  border-left-color: currentColor;
  border-right: 0;
}

#simulation-back {
  padding: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  #simulation-back {
    padding: 60px 0;
  }
}
#simulation-back #simulation-back-btn {
  width: 50%;
  min-width: 300px;
  border: 1px solid;
  background: linear-gradient(180deg, #FF941F, #FCAD38);
  color: #fff;
  border-radius: 8px;
  font-size: 1.125rem;
  padding: 20px;
  transition: 0.3s all ease;
}
@media screen and (max-width: 720px) {
  #simulation-back #simulation-back-btn {
    font-size: 1rem;
  }
}
#simulation-back #simulation-back-btn:hover, #simulation-back #simulation-back-btn:focus {
  opacity: 0.7;
}

.dli-caret-top {
  margin-left: 10px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.7em 0.4em;
  border-bottom-color: currentColor;
  border-top: 0;
}

.form-control {
  background: #F0F8FF;
  margin-bottom: 10px;
  padding: 10px 20px;
}
@media screen and (max-width: 720px) {
  .form-control {
    padding: 8px 16px;
    margin-bottom: 4px;
  }
}
.form-control input[type=text],
.form-control input[type=email],
.form-control input[type=date],
.form-control input[type=month],
.form-control input[type=time],
.form-control input[type=number],
.form-control input[type=tel],
.form-control select {
  border: none;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #87CEFA;
  background: #fff;
  vertical-align: middle;
  width: 120px;
}
.form-control input[type=text]:disabled,
.form-control input[type=email]:disabled,
.form-control input[type=date]:disabled,
.form-control input[type=month]:disabled,
.form-control input[type=time]:disabled,
.form-control input[type=number]:disabled,
.form-control input[type=tel]:disabled,
.form-control select:disabled {
  background: #efefef;
}
@media screen and (max-width: 720px) {
  .form-control select {
    width: 80px;
  }
}
.form-control input[type=number] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.form-control input[type=checkbox],
.form-control input[type=radio] {
  margin: 0 10px 0 0;
}
.form-control label {
  padding: 0 20px 0 0;
}
.form-control .indent {
  margin: 0 0 1em 40px;
  font-size: 0.875rem;
}

#additional-assets-toggle-btn {
  display: block;
  min-width: 300px;
  border: #007FFF 1px solid;
  background: #fff;
  color: #007FFF;
  padding: 6px 20px;
  border-radius: 4px;
  margin: 0 auto 12px;
}
#additional-assets-toggle-btn .dli-caret-top {
  color: #007FFF;
  transition: 0.3s all ease;
  transform: rotate(180deg);
}
#additional-assets-toggle-btn .dli-caret-top.active {
  transform: rotate(0);
}

#additional-assets {
  display: block;
}
#additional-assets.hidden {
  display: none;
}

#display-error ul {
  background: #f8f0f0;
  padding: 20px 32px;
  color: #ba2c2c;
  border-radius: 4px;
}
#display-error ul li {
  margin-left: 30px;
  list-style: disc;
}

.simulation-result-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 720px) {
  .simulation-result-table {
    margin-bottom: 60px;
  }
}
.simulation-result-table th,
.simulation-result-table td {
  border: 1px solid #ccc;
  padding: 2px 20px;
  width: 33%;
  font-size: 0.875rem;
}
@media screen and (max-width: 720px) {
  .simulation-result-table th,
  .simulation-result-table td {
    padding: 2px 12px;
    font-size: 0.75rem;
  }
}
.simulation-result-table td {
  text-align: right;
}
.simulation-result-table th {
  background: #cff2fd;
  font-weight: normal;
  text-align: left;
}
.simulation-result-table th small {
  display: flex;
  font-size: 0.625rem;
  line-height: 1.4;
  text-align: left;
  color: #777;
}
.simulation-result-table th small:before {
  display: block;
  content: "※";
  margin-right: 2px;
}
.simulation-result-table .disabled {
  background: #efefef !important;
  color: #999;
}

#simulation-result.hidden {
  display: none;
}

#chart-wrap {
  margin: 40px 0;
}

.note {
  font-size: 0.875rem;
  line-height: 1.75;
}
.note li {
  margin-left: 30px;
  list-style: disc;
  margin-bottom: 8px;
}
@media screen and (max-width: 720px) {
  .note li {
    font-size: 0.75rem;
    margin-left: 20px;
  }
}

/* ==============================
Footer
============================== */
#footer {
  background: #007FFF;
  color: #fff;
  padding: 4px 0;
  text-align: center;
  font-size: 0.75rem;
}
#footer #footer-copy {
  font-style: normal;
}

@media print {
  .no_print,
  footer {
    display: none;
  }
}