@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.st-Container {
  width: auto;
  padding: 0;
  line-height: 1;
}

.st-Container.desktop.safari {
  -webkit-font-smoothing: antialiased;
}

html:not(.ie) .st-Container,
svg text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.st-Container h1,
.st-Container h2,
.st-Container h3,
.st-Container h4,
.st-Container h5 {
  margin: 0;
}

.st-Container p {
  margin: 0;
}

.st-Container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-Container img {
  vertical-align: top;
}

.st-Container input,
.st-Container button,
.st-Container textarea,
.st-Container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

.st-Container label,
.st-Container button,
.st-Container select {
  cursor: pointer;
}

.st-Container dl,
.st-Container dt,
.st-Container dd {
  margin: 0;
}

.st-Container a {
  text-decoration: none;
}

.st-Container input[type="checkbox"] {
  display: none !important;
}

#wrapper .st-BigFooter_Container {
  position: relative;
  margin-top: 0;
}

.st-Container_Main {
  display: block;
  padding-top: 64px;
}

.inner-block {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.outer-block {
  min-width: 1088px;
}

@font-face {
  src: url(../fonts/NotoSerifJP-Medium.woff) format("woff"), url(../fonts/NotoSerifJP-Medium.otf) format("opentype");
  font-family: "NotoSerifJP";
  font-weight: 400;
}

.c-min {
  font-family: "NotoSerifJP";
  font-weight: 400;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #fff;
}

.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.header_logo > a {
  display: block;
}

.header_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header_sns a {
  display: block;
  width: 35px;
}

.header_sns a img {
  width: 100%;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
.kv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 720px;
  background: url("../img/kv.jpg") center center no-repeat;
  background-size: cover;
}

.kv_inner .title {
  width: 440px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.kv_inner .t01 {
  display: block;
  margin-bottom: 30px;
  font-size: 0;
}

.kv_inner .t01 > span {
  display: inline-block;
  font-size: 48px;
  letter-spacing: 0.15em;
}

.kv_inner .t01 > span[data-str="1"], .kv_inner .t01 > span[data-str="0"] {
  font-size: 64px;
}

.kv_inner .t01 > span[data-str="の"] {
  font-size: 36px;
}

.kv_inner .t02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 125px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 90px;
  letter-spacing: 0.25em;
}

.kv_inner .t02 > span {
  opacity: 0;
}

.kv_inner .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  -webkit-transform-origin: center 0;
          transform-origin: center 0;
  background-color: #fff;
}

.kv_balloon > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 482px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
}

.ie .kv_balloon > li {
  padding-top: 4px;
}

.kv_balloon > li + li {
  margin-top: 20px;
}

.kv_balloon > li:nth-child(2n+1) {
  right: -42px;
  padding-right: 20px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background-image: url("../img/balloon01.png");
}

.kv_balloon > li:nth-child(2n) {
  left: -42px;
  padding-left: 20px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-image: url("../img/balloon02.png");
}

.c-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding-top: 2px;
  border-radius: 25px;
  background-color: #5abfa4;
  -webkit-box-shadow: 0 3px 0 0 #759f97;
          box-shadow: 0 3px 0 0 #759f97;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.c-btn::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.c-btn.top::after {
  right: 30px;
  width: 18px;
  height: 10px;
  background-image: url("../img/arrow_top.svg");
}

.c-btn.right::after {
  right: 20px;
  width: 10px;
  height: 17px;
  background-image: url("../img/arrow_right.svg");
}

.c-btn.reload::after {
  width: 19px;
  height: 18px;
  background-image: url("../img/icon_reload.svg");
}

.c-btn.return {
  background-color: #999;
  -webkit-box-shadow: 0 3px 0 0 #7e7e7e;
          box-shadow: 0 3px 0 0 #7e7e7e;
}

.c-btn.return::after {
  width: 13px;
  height: 13px;
  background-image: url("../img/icon_close.svg");
}

.c-checkbox {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.c-checkbox > label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

.c-checkbox > label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  content: '';
}

.c-checkbox > label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 14px;
  height: 13px;
  margin: auto 0;
  background: url("../img/icon_check01.svg") no-repeat;
  background-size: contain;
  content: '';
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-checkbox span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 40px;
  padding-top: 2px;
  padding-left: 2px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-checkbox span.bl {
  background-color: #4a66ac;
}

.c-checkbox span.rd {
  background-color: #d63b54;
}

.c-checkbox > input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.simulation {
  padding-bottom: 80px;
}

.simulation_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
  padding-left: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14.3px 0.8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 14.3px 0.8px rgba(0, 0, 0, 0.15);
}

.simulation_start::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 55px 0 55px 80px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #00908e;
  content: '';
}

.simulation_start > .title {
  margin-bottom: 15px;
  color: #01888c;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.simulation_start > .text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.simulation_list > li {
  border-bottom: 1px solid #ccc;
}

.simulation_head .sub {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.simulation_head .num {
  padding-right: 10px;
  color: #5abfa4;
  font-size: 30px;
  font-weight: bold;
  vertical-align: -3px;
}

.simulation_line + .simulation_line {
  margin-top: 20px;
}

.simulation_check {
  width: 870px;
  margin-left: auto;
  padding: 10px 13px;
  border-radius: 5px;
  background-color: #ecf4f2;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.simulation_check .inn > span {
  color: #de677a;
  font-weight: bold;
}

.simulation_range {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.simulation_range > .btn {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.simulation_range > .btn-minus {
  background-color: #f5947d;
  background-image: url("../img/minus.svg");
}

.simulation_range > .btn-plus {
  background-color: #de677a;
  background-image: url("../img/plus.svg");
}

.simulation_range > .slider {
  z-index: 0;
  position: relative;
  width: calc(100% - 80px);
  padding: 0 20px;
}

.simulation_range .list {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  position: absolute;
  top: 100%;
  right: 20px;
  left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14px;
  font-size: 14px;
}

.simulation_range .list > li {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #666;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.simulation_range .list > li::before {
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
  left: 0;
  width: 2px;
  height: 30px;
  margin: 0 auto;
  background-color: #eee;
  content: '';
  pointer-events: none;
}

.simulation_range .list > li:first-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.simulation_range .list > li:first-child::before {
  right: auto;
  left: 8px;
  margin: auto;
}

.simulation_range .list > li:last-child {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.simulation_range .list > li:last-child::before {
  right: 8px;
  left: auto;
  margin: auto;
}

.simulation_num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
}

.simulation_num > .num {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.simulation_num > .num.is-str {
  width: 100%;
  font-size: 28px;
}

.simulation_num > .num.is-str + .unit {
  display: none;
}

.safari.desktop .simulation_num > .num {
  font-weight: normal;
}

.simulation_num > .unit {
  padding-bottom: 12px;
  padding-left: 6px;
  font-size: 18px;
}

.simulation_slider {
  z-index: 1;
  position: relative;
  height: 10px;
  border-radius: 5px;
  background-color: #eee;
  cursor: pointer;
}

.simulation_slider > .fill {
  width: 0;
  height: 10px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5947d), to(#de677a));
  background-image: linear-gradient(to right, #f5947d, #de677a);
}

.simulation_slider .handle_outer {
  position: absolute;
  top: 0;
  right: 9px;
  left: 9px;
  height: 100%;
  pointer-events: none;
}

.simulation_slider .handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #de677a;
  -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: auto;
}

.simulation_label {
  position: relative;
}

.simulation_label > .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -12px;
  right: -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  padding-left: 1px;
  border-radius: 50%;
  background-color: #555;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.simulation_btn-wrap {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.simulation_btn-wrap .inner {
  padding: 40px 0;
}

.simulation_btn-wrap .inner + .inner {
  display: none;
  opacity: 0;
}

.simulation_btn-wrap .btn {
  width: 280px;
}

.simulation_btn-wrap .btn + .btn {
  margin-left: 30px;
}

.result {
  height: 0;
  overflow: hidden;
}

.result_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 93px;
  background: url("../img/result_kv.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.result_text {
  padding: 40px 0 30px;
  font-size: 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}

.result_wrap {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 8px;
  background-color: #eee;
}

.result_wrap > .position {
  width: 16.07143%;
  margin: 0 auto;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.result_wrap > .position span {
  font-size: 40px;
  letter-spacing: -0.02em;
}

.result_wrap > .box + .box {
  margin-left: 20px;
}

.result_wrap > .box.bl .box_head {
  background-color: #4a66ac;
}

.result_wrap > .box.rd .box_head {
  background-color: #d63b54;
}

.result_wrap .box_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px 5px 0 0;
  color: #fff;
  letter-spacing: 0.05em;
}

.result_wrap .box_head > .title {
  font-size: 18px;
  font-weight: bold;
}

.result_wrap .box_head span {
  font-size: 24px;
}

.result_wrap .box_body {
  padding: 20px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}

.result_wrap .box_body dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.result_wrap .box_body dt {
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.result_wrap .box_body dd {
  width: calc(100% - 120px);
  font-size: 18px;
  letter-spacing: 0.05em;
}

.result_wrap .box_body dd > span {
  font-size: 24px;
  font-weight: bold;
}

.result_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-left: 42px;
}

.result_label .unit {
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
}

.result_label .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.result_label .label + .label {
  margin-left: 10px;
}

.result_label .label > span {
  min-width: 90px;
  padding: 6px 0 4px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.result_label .label::before {
  width: 20px;
  height: 2px;
  margin-right: 10px;
  border-radius: 1px;
  content: '';
}

.result_label .label.bl::before {
  background-color: #4a66ac;
}

.result_label .label.bl > span {
  background-color: #4a66ac;
}

.result_label .label.rd::before {
  background-color: #d63b54;
}

.result_label .label.rd > span {
  background-color: #d63b54;
}

.result_btn {
  padding: 40px 0 30px;
  text-align: center;
}

.result_btn > .btn {
  width: 600px;
}

.result_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.result_sns > li + li {
  margin-left: 20px;
}

.result_sns a {
  display: block;
}

.result_sns a > img {
  width: 49px;
}

.result_point > .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 105px;
  height: 30px;
  padding-top: 2px;
  border-radius: 3px 3px 0 0;
  background-color: #de677a;
  color: #fff;
  font-size: 16px;
  text-align: right;
}

.result_point > .head::before {
  width: 20px;
  height: 17px;
  margin-right: 5px;
  margin-bottom: 2px;
  background: url("../img/icon_check-wt.svg") no-repeat;
  background-size: contain;
  content: '';
}

.result_point > .body {
  padding: 24px 30px;
  background-color: #f4ecee;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}

.result_after {
  padding: 40px 0 60px;
}

.result_after .list {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/*------------------------------------------------------------------------------
  graph
------------------------------------------------------------------------------*/
#js-graph {
  height: 380px;
  margin: 0 -20px;
}

#js-graph > svg {
  width: 100%;
  height: 100%;
}

#js-graph line {
  stroke-width: 0.6px;
}

#js-graph text {
  color: #666;
  letter-spacing: 0.05em;
}

#js-graph .axis {
  color: #ccc;
}

#js-graph .overlay {
  cursor: pointer;
}

/*------------------------------------------------------------------------------
  fixed
------------------------------------------------------------------------------*/
.fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 15px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fixed > .btn {
  width: calc((100% - 10px) / 2);
  height: 40px;
  border-radius: 20px;
  font-size: 12px;
}

.fixed > .btn::after {
  content: none !important;
}

.fixed.is-show {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*------------------------------------------------------------------------------
  modal
------------------------------------------------------------------------------*/
#modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.modal_inner {
  position: relative;
  width: 900px;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.modal_close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  line-height: 1;
}

.modal_content {
  display: none;
  padding: 18px 20px;
}

.modal_content .title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.modal_content .text {
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.modal_content .text.error {
  margin-bottom: 0 !important;
}

.modal_content .col > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal_content .th {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.modal_content .head {
  margin-bottom: 5px;
}

.modal_content .head span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.modal_content .list > li:not(.th) {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.modal_content .list > li.th {
  position: relative;
}

.modal_content .list > li.th::after {
  position: absolute;
  content: '';
}

.modal_content .body > li + li li {
  position: relative;
}

.modal_content .body > li + li li::before {
  position: absolute;
  top: 0;
  left: 5px;
  background-color: #ccc;
  content: '';
}

.modal_content .note {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.67;
}

#m_each_month .title {
  color: #4a66ac;
}

#m_each_month .th {
  color: #4a66ac;
}

#m_each_month .th::after {
  background-color: #4a66ac;
}

#m_each_month .head > li + li::before {
  background-color: #4a66ac;
}

#m_each_month .head span {
  background-color: #4a66ac;
}

#m_annual_rate .title {
  color: #d63b54;
}

#m_annual_rate .th {
  color: #d63b54;
}

#m_annual_rate .th::after {
  background-color: #d63b54;
}

#m_annual_rate .head > li + li::before {
  background-color: #d63b54;
}

#m_annual_rate .head span {
  background-color: #d63b54;
}

.st-Footer_PageTop {
  display: none !important;
}

.pagetop {
  visibility: hidden;
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 40px;
  width: 60px;
  height: 60px;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}

.pagetop.is-fade {
  visibility: visible;
  opacity: 1;
}

.pagetop > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #00868b;
  line-height: 1;
  text-decoration: none;
}

.pagetop .img {
  font-size: 0;
  text-align: center;
}

.pagetop .img > img {
  vertical-align: top;
}

.pagetop .text {
  margin: 8px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.information {
  padding-bottom: 80px;
  text-align: center;
}

.information a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 510px;
  height: 52px;
  padding-top: 3px;
  background-color: #005bab;
  -webkit-box-shadow: 0 3px #0a3b66;
          box-shadow: 0 3px #0a3b66;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.information span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

.information span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 5px 0 5px 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #fff;
  content: '';
}

[data-key="age"] .list > li:nth-child(2) {
  margin-left: 0.6%;
}

[data-key="age"] .list > li:nth-child(3) {
  margin-left: 0.6%;
}

[data-key="age"] .list > li:nth-child(5) {
  margin-left: -1%;
}

[data-key="age"] .list > li:nth-child(6) {
  margin-left: -0.8%;
}

[data-key="asset_amount"] .list > li:nth-child(2) {
  margin-left: 0.6%;
}

[data-key="asset_amount"] .list > li:nth-child(4) {
  margin-left: -0.6%;
}

[data-key="annual_rate"] .list > li:nth-child(2) {
  margin-left: 0.6%;
}

[data-key="annual_rate"] .list > li:nth-child(4) {
  margin-left: -0.8%;
}

[data-key="fixed_amount"] .list > li:nth-child(2) {
  margin-left: -1%;
}

[data-key="fixed_amount"] .list > li:nth-child(3) {
  margin-left: -0.6%;
}

[data-key="fixed_amount"] .list > li:nth-child(4) {
  margin-left: -1%;
}

[data-key="fixed_amount"] .list > li:nth-child(5) {
  margin-left: -1.7%;
}

[data-key="fixed_amount"] .list > li:nth-child(6) {
  margin-left: -1.1%;
}

[data-key="fixed_rate"] .list > li:nth-child(2) {
  margin-left: 1%;
}

[data-key="fixed_rate"] .list > li:nth-child(4) {
  margin-left: -0.4%;
}

[data-key="fixed_rate"] .list > li:nth-child(5) {
  margin-left: -1%;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0px;
  clear: both;
  font-size: 0;
  content: "";
}

/*------------------------------------------------------------------------------
  @media
------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  body {
    min-width: 1088px;
  }
  .sp {
    display: none !important;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header_inner {
    max-width: 1366px;
    padding: 0 20px;
  }
  .header_logo {
    margin-top: -4px;
    margin-left: -2px;
  }
  .header_sns {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_sns > li + li {
    margin-left: 15px;
  }
  .ie .header_sns a {
    width: 35.1px;
  }
  .edge .header_sns a {
    width: 35.1px;
  }
  .c-btn:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 0 0 0 #759f97;
            box-shadow: 0 0 0 0 #759f97;
  }
  .c-btn.return:hover {
    -webkit-box-shadow: 0 0 0 0 #7e7e7e;
            box-shadow: 0 0 0 0 #7e7e7e;
  }
  .c-checkbox {
    text-align: right;
  }
  .simulation_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 900px;
    height: 110px;
    margin: -55px auto 20px;
  }
  .simulation_list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 130px;
  }
  .simulation_list > li.last {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 30px 0;
  }
  .simulation_list > li.last .simulation_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
  }
  .simulation_head {
    width: 230px;
  }
  .simulation_body {
    width: calc(100% - 230px);
  }
  .simulation_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .simulation_input {
    width: 22.58065%;
    padding-right: 40px;
  }
  .simulation_range {
    width: 77.41935%;
  }
  .simulation_num > .num {
    width: 130px;
    text-align: right;
  }
  .simulation_num > .unit {
    width: calc(100% - 130px);
    white-space: nowrap;
  }
  .simulation_btn-wrap .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .result_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .result_wrap > .box {
    width: 41.96429%;
    max-width: 470px;
  }
  .result_wrap .box_head {
    height: 40px;
  }
  .result_wrap .box_body dl {
    border-top: 1px solid #ccc;
  }
  .result_wrap .box_body dl:last-child {
    border-bottom: 1px solid #ccc;
  }
  .result_wrap .box_body dt {
    height: 40px;
    background-color: #ecf4f2;
    line-height: 40px;
    text-align: center;
  }
  .result_wrap .box_body dd {
    text-align: center;
  }
  .result_point {
    width: 900px;
    margin: 0 auto;
  }
  .result_after .list > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .modal_content .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal_content .col > li {
    width: 138px;
  }
  .modal_content .head > li + li {
    position: relative;
  }
  .modal_content .head > li + li::before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 88px;
    height: 2px;
    margin: auto 0;
    margin-right: -44px;
    content: '';
  }
  .modal_content .list > li {
    height: 40px;
  }
  .modal_content .list > li.th::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
  }
  .modal_content .body > li + li li::before {
    right: 5px;
    height: 1px;
  }
  .pagetop > a:hover {
    opacity: 1;
  }
  .information a:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 0 #0a3b66;
            box-shadow: 0 0 #0a3b66;
  }
}

@media screen and (max-width: 767px) {
  body {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .st-Container_Main {
    padding-top: 71px;
  }
  .inner-block {
    padding: 0 15px;
  }
  .outer-block {
    min-width: 320px;
  }
  .pc {
    display: none !important;
  }
  input[type="submit"] {
    -webkit-text-size-adjust: 100%;
  }
  .header {
    height: 71px;
    border-bottom: 1px solid #d9deea;
    -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header.is-hide:not(.is-open) {
    border-bottom-color: rgba(217, 222, 234, 0);
    background: transparent;
  }
  .header.is-hide:not(.is-open) .header_logo {
    visibility: hidden;
    opacity: 0;
  }
  .header_logo {
    -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header_logo > a {
    width: 208px;
  }
  .header_sns {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 85px;
    margin-top: 1px !important;
    background-color: #fafafa;
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header_sns.is-open {
    visibility: visible;
    opacity: 1;
  }
  .header_sns > li {
    width: 33.3333%;
  }
  .header_sns > li + li {
    border-left: 1px solid #e8e8e8;
  }
  .header_sns a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .header_sns a > .text {
    margin-top: 8px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .header_sns a > .text.fb {
    color: #3b5998;
  }
  .header_sns a > .text.tw {
    color: #1da1f2;
  }
  .header_sns a > .text.url {
    color: #de677a;
  }
  .header_sns a img {
    width: 35px;
  }
  .header_share {
    text-align: center;
  }
  .header_share > .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #0c9190;
  }
  .header_share.is-open .img01 {
    display: none;
  }
  .header_share.is-open .img02 {
    display: block;
  }
  .header_share .img01 {
    width: 14px;
  }
  .header_share .img02 {
    display: none;
    width: 18px;
  }
  .header_share > .text {
    margin-top: 5px;
    color: #0c9190;
    font-size: 10px;
    font-weight: bold;
  }
  .kv {
    height: auto;
    min-height: 470px;
    padding: 65px 15px 30%;
    background-image: url("../img/sp/kv.jpg");
  }
  .kv_inner {
    width: 100%;
  }
  .kv_inner .title {
    width: auto;
    margin-bottom: 28px;
    padding: 0 16px;
  }
  .kv_inner .t01 {
    margin-bottom: 12px;
  }
  .kv_inner .t01 > span {
    font-size: 27px;
  }
  .kv_inner .t01 > span[data-str="1"], .kv_inner .t01 > span[data-str="0"] {
    font-size: 39px;
  }
  .kv_inner .t01 > span[data-str="の"] {
    font-size: 22px;
  }
  .kv_inner .t02 {
    height: 83px;
    padding-bottom: 5px;
    padding-left: 12px;
    font-size: 55px;
  }
  .kv_balloon {
    width: 100%;
  }
  .kv_balloon > li {
    width: 70.9375vw;
    height: 20.625vw;
    font-size: 14px;
    line-height: normal;
    text-align: justify;
  }
  .kv_balloon > li + li {
    margin-top: 15px;
  }
  .kv_balloon > li:nth-child(2n+1) {
    right: 0;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 13px;
    background-image: url("../img/sp/balloon01.png");
  }
  .kv_balloon > li:nth-child(2n) {
    left: 0;
    padding-right: 13px;
    padding-left: 35px;
    background-image: url("../img/sp/balloon02.png");
  }
  .c-btn {
    height: 45px;
  }
  .c-btn.top::after {
    right: 20px;
    width: 15px;
    height: 9px;
  }
  .c-btn.right::after {
    right: 15px;
    width: 8px;
    height: 13px;
  }
  .c-checkbox {
    margin-bottom: 10px;
  }
  .c-checkbox > label::before {
    width: 23px;
    height: 23px;
    border-radius: 1.5px;
  }
  .c-checkbox > label::after {
    left: 5px;
  }
  .c-checkbox span {
    width: 80px;
    height: 30px;
    border-radius: 2.5px;
    font-size: 12px;
  }
  .simulation {
    padding-bottom: 30px;
  }
  .simulation_start {
    margin-bottom: -55px;
    padding: 12px 15px;
    padding-left: 45px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .simulation_start::before {
    bottom: 0;
    margin: auto 0;
    border-width: 27px 0 27px 40px;
  }
  .simulation_start > .title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
  }
  .simulation_start > .text {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
  .simulation_list > li {
    padding: 25px 0;
  }
  .simulation_list > li.last {
    padding-bottom: 30px;
  }
  .simulation_head {
    margin-bottom: 15px;
  }
  .simulation_head .sub {
    font-size: 16px;
  }
  .simulation_head .num {
    padding-right: 5px;
    font-size: 16px;
    vertical-align: 0;
  }
  .simulation_line + .simulation_line {
    margin-top: 30px;
  }
  .simulation_check {
    width: 100%;
    padding: 12px 14px;
    border-radius: 2.5px;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
  .simulation_range > .btn {
    -webkit-touch-callout: none;
    width: 35px;
    height: 35px;
    border-width: 1.5px;
    background-size: 12px auto;
  }
  .simulation_range > .slider {
    width: calc(100% - 70px);
    padding: 0 10px;
  }
  .simulation_range .list {
    right: 10px;
    left: 10px;
    font-size: 10px;
  }
  .simulation_range .list > li::before {
    height: 25px;
  }
  .simulation_range .list > li:first-child::before {
    left: 9px;
  }
  .simulation_range .list > li:last-child::before {
    right: 9px;
  }
  .simulation_range .list > li {
    line-height: 1.2;
    text-align: center;
  }
  .simulation_num {
    height: 28px;
    margin-bottom: 15px;
    padding-left: 35px;
  }
  .simulation_num > .num {
    font-size: 24px;
  }
  .simulation_num > .num.is-str {
    font-size: 24px;
  }
  .simulation_num > .unit {
    padding-bottom: 4px;
    font-size: 16px;
  }
  .simulation_slider {
    height: 5px;
    border-radius: 2.5px;
    pointer-events: none;
  }
  .simulation_slider > .fill {
    height: 5px;
    border-radius: 2.5px;
  }
  .simulation_slider .handle_outer {
    right: 10.5px;
    left: 10.5px;
  }
  .simulation_slider .handle {
    z-index: 0;
    border-width: 1.5px;
    pointer-events: auto;
  }
  .simulation_slider .handle::after {
    z-index: 1;
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border-radius: 50%;
    content: '';
  }
  .simulation_label {
    display: inline-block;
  }
  .simulation_label > .point {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 12px;
  }
  .simulation_btn-wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
    text-align: center;
  }
  .simulation_btn-wrap .btn {
    width: 80%;
  }
  .simulation_btn-wrap .btn + .btn {
    margin-top: 20px;
    margin-left: 0;
  }
  [data-key] {
    padding-bottom: 1em;
  }
  [data-key="fixed_amount"],
  [data-key="asset_amount"] {
    padding-bottom: 2em;
  }
  .result_head {
    height: 48px;
    font-size: 20px;
  }
  .result_text {
    padding: 18px 0;
    line-height: 1.83;
    text-align: justify;
  }
  .result_wrap {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 4px;
  }
  .result_wrap > .position {
    width: auto;
    margin-bottom: 12px;
    padding-right: 0;
    font-size: 16px;
  }
  .result_wrap > .position span {
    padding-right: 7px;
    font-size: 24px;
    vertical-align: -2px;
  }
  .result_wrap > .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .result_wrap > .box + .box {
    margin-top: 10px;
    margin-left: 0;
  }
  .result_wrap .box_head {
    width: 79px;
    border-radius: 4px 0 0 4px;
  }
  .result_wrap .box_head > .title {
    font-size: 14px;
    line-height: 1.6;
  }
  .result_wrap .box_head span {
    font-size: 14px;
  }
  .result_wrap .box_body {
    width: calc(100% - 79px);
    padding: 14px 10px;
  }
  .result_wrap .box_body dl + dl {
    margin-top: 10px;
  }
  .result_wrap .box_body dt {
    width: 50%;
    font-size: 14px;
  }
  .result_wrap .box_body dd {
    position: relative;
    width: 50%;
    padding-left: 12px;
    font-size: 12px;
    white-space: nowrap;
  }
  .result_wrap .box_body dd::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 16px;
    margin: auto 0;
    background-color: #ccc;
    content: '';
  }
  .result_wrap .box_body dd > span {
    font-size: 15px;
  }
  .result_label {
    padding-left: 12px;
  }
  .result_label .unit {
    margin-right: 15px;
    font-size: 12px;
  }
  .result_label .label > span {
    min-width: 75px;
    padding: 7px 0 6px;
    font-size: 12px;
  }
  .result_label .label::before {
    margin-right: 5px;
  }
  .result_btn > .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    height: auto;
    padding: 9px 0 6px;
    border-radius: 25px;
    line-height: 1.6;
  }
  .result_point {
    margin-top: 30px;
  }
  .result_point > .head {
    width: 119px;
    height: 32px;
    font-size: 14px;
  }
  .result_point > .head::before {
    width: 18px;
    height: 15px;
  }
  .result_point > .body {
    padding: 12px 15px;
    font-size: 14px;
  }
  .result_after {
    padding: 20px 0 40px;
  }
  .result_after .list > li {
    font-size: 14px;
  }
  .result_after .list > li + li {
    margin-top: 1.6em;
  }
  #js-graph {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: auto;
    height: 200px;
    margin: 0 -15px;
  }
  #js-graph text {
    font-size: 11px;
  }
  #modal {
    padding: 20px 15px;
  }
  .modal_inner {
    width: 100%;
  }
  .modal_content {
    padding: 10px;
  }
  .modal_content .title {
    font-size: 16px;
    text-align: justify;
  }
  .modal_content .text {
    margin-bottom: 8px;
    padding-right: 1.5em;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
  .modal_content .col > li:not(.th) {
    height: 30px;
  }
  .modal_content .th {
    height: 35px;
    border-bottom: 1px solid #000;
    font-size: 14px;
  }
  .modal_content .head {
    width: 15%;
  }
  .modal_content .head > li:nth-child(n+3) {
    position: relative;
  }
  .modal_content .head > li:nth-child(n+3)::before {
    position: absolute;
    bottom: 100%;
    width: 2px;
    height: 7px;
    margin-bottom: -3.5px;
    content: '';
  }
  .modal_content .head span {
    width: 17px;
    height: 17px;
    font-size: 10px;
  }
  .modal_content .list > li:not(.th) {
    font-size: 14px;
  }
  .modal_content .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
  }
  .modal_content .body > li {
    width: 50%;
  }
  .modal_content .body > li + li li::before {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 15px;
    margin: auto 0;
  }
  .modal_content .note {
    font-size: 12px;
    text-align: justify;
  }
  .modal_content .sp_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #m_each_month .th {
    border-bottom-color: #4a66ac;
  }
  #m_annual_rate .th {
    border-bottom-color: #d63b54;
  }
  .pagetop {
    width: 50px;
    height: 50px;
  }
  .pagetop.is-show {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .pagetop .img > img {
    width: 14px;
  }
  .pagetop .text {
    font-size: 10px;
  }
  .information {
    padding-bottom: 30px;
  }
  .information a {
    width: 100%;
  }
  [data-key="age"] .list > li:nth-child(2) {
    margin-left: 2%;
  }
  [data-key="age"] .list > li:nth-child(5) {
    margin-left: -2%;
  }
  [data-key="age"] .list > li:nth-child(6) {
    margin-left: -1.4%;
  }
  [data-key="asset_amount"] .list > li:nth-child(2) {
    margin-left: 1.2%;
  }
  [data-key="asset_amount"] .list > li:nth-child(4) {
    margin-left: -1.2%;
  }
  [data-key="annual_rate"] .list > li:nth-child(2) {
    margin-left: 2%;
  }
  [data-key="annual_rate"] .list > li:nth-child(4) {
    margin-left: -2%;
  }
  [data-key="fixed_amount"] .list > li:nth-child(2) {
    margin-left: 0.8%;
  }
  [data-key="fixed_amount"] .list > li:nth-child(3) {
    margin-left: 0.8%;
  }
  [data-key="fixed_amount"] .list > li:nth-child(5) {
    margin-left: -2%;
  }
  [data-key="fixed_amount"] .list > li:nth-child(6) {
    margin-left: -2%;
  }
  [data-key="fixed_rate"] .list > li:nth-child(2) {
    margin-left: 2%;
  }
  [data-key="fixed_rate"] .list > li:nth-child(5) {
    margin-left: -2%;
  }
}

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