@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

fieldset {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-inline-size: unset;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 0;
  color: #000;
  font-size: 1em;
  line-height: normal;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-text-size-adjust: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  backface-visibility: hidden;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  color: #000000;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #CFD0D2;
}

@page {
  size: A4 portrait;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  margin-left: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.show-print {
  display: none !important;
}

.button-square, .button {
  display: inline-block;
  border-radius: 60px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.button-square, .button {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.button-square:hover, .button:hover {
  -webkit-transform: translateY(-4px);
  -webkit-box-shadow: 0 7px 8px -5px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 7px 8px -5px rgba(0, 0, 0, 0.2);
}

.button {
  -webkit-transition-property: background-color, color, -webkit-transform;
  padding: 0.65em 1.5em;
  border: 2px solid #008666;
  background-color: #008666;
  color: #ffffff;
  transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, transform;
  transition-property: background-color, color, transform, -webkit-transform;
}
.button:hover {
  background-color: #008666;
  color: #ffffff;
}
.button.is-disable {
  opacity: 0.5;
  pointer-events: none;
}
.button.-lg {
  padding-top: 1.1111111111em;
  padding-bottom: 1.1111111111em;
}
.button.-bc_blue {
  border-color: #0067C7;
  background-color: #0067C7;
  color: #ffffff;
}
.button.-bc_blue:hover {
  background-color: #0067C7;
}
.button.-bc_green_reverse {
  border-color: #008666;
  background-color: #ffffff;
  color: #000000;
}
.button.-bc_green_reverse:hover:not(.-nohover) {
  background-color: #008666;
  color: #ffffff;
}
.button.-bc_green_reverse:hover[href*="#"]::after {
  border-color: #ffffff;
}
.button.-bc_green_reverse[href*="#"] {
  position: relative;
  padding-right: 2.2em;
  padding-left: 2.2em;
}
.button.-bc_green_reverse[href*="#"]::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.1111111111em;
  width: 0.5555555556em;
  height: 0.5555555556em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 3px solid #006C52;
  border-bottom: 3px solid #006C52;
  content: "";
}
.button.-material {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding-right: 2.2em;
  padding-left: 2.2em;
  border-color: #008666;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(75%, #fff), to(#DBDADA));
  background: linear-gradient(to bottom, #fff 0%, #fff 75%, #DBDADA 100%);
  color: #000000;
}
.button.-material::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0.7894736842em;
  width: 1.3684210526em;
  height: 1.3684210526em;
  transform: translateY(-50%);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#007C5E), to(#005C46));
  background: linear-gradient(to bottom, #007C5E 0%, #005C46 100%);
  content: "";
}
.button.-material::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.3157894737em;
  width: 0.5263157895em;
  height: 0.5263157895em;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  content: "";
}
.button.-material:hover {
  background: #008666;
  color: #ffffff;
}
.button-square {
  padding: 0.7em 2.8em;
  border: 1px solid #008666;
  border-radius: 3px;
  font-size: 1.5rem;
}
.button[class*=maxw-] {
  width: 100%;
}

.header {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #C6C6C6;
  background-color: #ffffff;
}
.header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  gap: 10px;
}
.header:has(.is-open) > .header-inner {
  border-bottom: 1px solid #C6C6C6;
}
.header-logo {
  line-height: 1;
}
.header-logo a {
  display: block;
}
.header-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 26px;
}
.header-info-name {
  font-weight: bold;
}
.header-info-logout a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-info-logout a img {
  margin-right: 0.2em;
}
.header-info-logout a:hover {
  text-decoration: underline;
}
.header-nav {
  background: #006C52;
}
.header-nav-menu-close {
  display: none;
}
.header-nav .header-inner {
  padding: 0;
}
.header-nav.js-scroll-nav .header-menu-global-item.scroll-nav {
  display: none;
}
.header-nav.js-scroll-nav .header-menu-global-item.scroll-nav.is-active {
  display: block;
}
.header-nav.js-scroll-nav .header-menu-global-item span.none {
  display: none;
}
.header-nav.is-open {
  -webkit-transform: translateY(0);
  visibility: visible;
  z-index: 999;
  overflow-y: auto;
  transform: translateY(0);
  opacity: 1;
}
.header-nav.is-open .header-nav-menu {
  margin: 10px 0 100px;
}
.header-nav.is-open .header-menu-global {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-nav.is-open .header-menu-global-item {
  display: block;
}
.header-nav.is-open .header-menu-global-item > a {
  display: block;
  height: auto;
  padding: 9px 20px;
  font-size: 2rem;
  text-align: left;
}
.header-nav.is-open .header-menu-global-item.dropdown-item > a {
  padding: 9px 25px 9px 27px;
  font-size: 1.6rem;
}
.header-nav.is-open .header-menu-global-item.dropdown-item + .header-nav.is-open .header-menu-global-item.dropdown-item {
  margin-top: 6px;
}
.header-nav.is-open .header-menu-global-item br.sp {
  display: none !important;
}
.header-nav.is-open .header-menu-global-item span.none {
  display: initial;
}
.header-nav.is-open .header-user-actions.sp {
  display: block !important;
}

.header-menu-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu-global-item > a {
  color: #ffffff;
}
.header-menu-global-item > a .-icon {
  margin-left: 12px;
}

.header-ham-menu {
  -webkit-box-shadow: 0 3px 3px rgba(33, 33, 33, 0.2);
  display: block;
  z-index: 5;
  position: relative;
  min-width: 52px;
  height: 44px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#007C5E), to(#005C46));
  background: linear-gradient(to bottom, #007C5E, #005C46);
  box-shadow: 0 3px 3px rgba(33, 33, 33, 0.2);
  cursor: pointer;
}
.header-ham-menu span.line {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 3px auto;
  background: url(/member/assets/images/common/icon_ham_open.png) no-repeat 0 50%;
  content: "";
}
.header-ham-menu span.header-sp-text.close {
  display: none;
}
.header-ham-menu.is-open span.line {
  width: 16px;
  background: url(/member/assets/images/common/icon_ham_close.png) no-repeat 0 50%;
}
.header-ham-menu.is-open span.header-sp-text {
  display: none;
}
.header-ham-menu.is-open span.header-sp-text.close {
  display: block;
}

.dropdown {
  position: relative;
}
.dropdown a.is-active {
  background: #ffffff;
  color: #006C52;
}
.dropdown-box {
  -webkit-transform: translateY(101%);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
  padding: 0;
  transform: translateY(101%);
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.dropdown-box.is-open {
  display: block;
}
.dropdown-item a {
  color: #006C52;
  white-space: nowrap;
}
.breadcrumb {
  background-color: #F8F8F8;
}
.breadcrumb-inner {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.breadcrumb-list {
  padding: 6px 0 13px;
  line-height: 1.5;
}
.breadcrumb-list > li {
  display: inline;
  font-size: 1.4rem;
  vertical-align: middle;
}
.breadcrumb-list > li a {
  -webkit-transition: -webkit-text-decoration 0.15s ease-in-out;
  color: #006C52;
  transition: -webkit-text-decoration 0.15s ease-in-out;
  transition: text-decoration 0.15s ease-in-out;
  transition: text-decoration 0.15s ease-in-out, -webkit-text-decoration 0.15s ease-in-out;
}
.breadcrumb-list > li a:hover {
  text-decoration: underline;
}
.breadcrumb-list > li:first-child::before {
  display: inline-block;
  width: 16px;
  height: 15px;
  margin: -0.4em 0.4em 0 0;
  background-image: url(/member/assets/images/common/icon_breadcrumb_home.svg);
  background-size: cover;
  content: "";
  vertical-align: middle;
}
.breadcrumb-list > li:last-child {
  color: #000000;
}
.breadcrumb-list > li:not(:last-child)::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -0.2em 0.75em 0 0.5em;
  transform: rotate(45deg);
  border-top: 2px solid #006C52;
  border-right: 2px solid #006C52;
  content: "";
  vertical-align: middle;
}

.footer {
  position: relative;
  font-size: 1.8rem;
}
.footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: #ffffff;
}
.footer-info {
  padding: 10px;
  background: #006C52;
}
.footer.-logout .footer-info {
  background: #023A6E;
}
.footer-logo {
  position: relative;
  margin-bottom: 16px;
}
.footer-logo-corporate {
  width: 100%;
  max-width: 206px;
}
.footer-logo-corporate span {
  display: block;
  font-size: 1.4rem;
}
.footer-logo-division {
  display: inline-block;
  bottom: 8px;
  left: 190px;
  padding: 3px 35px;
  border-radius: 4px;
}
.footer-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.footer.-logout .footer-menu {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer-menu-unit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.footer-menu-item {
  position: relative;
}
.footer-menu-item.-medical::before, .footer-menu-item.-privacy::before, .footer-menu-item.-inquiry::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 19px;
  height: 19px;
  margin: auto;
  background: url(/member/assets/images/common/icon_arrow.svg) no-repeat 0 50%;
  background-size: 100%;
  content: "";
}
.footer-menu-item a {
  display: block;
  padding-left: 22px;
  border-bottom: 1px solid transparent;
  color: #ffffff;
}
.footer-menu-item a:hover {
  border-bottom: 1px solid #ffffff;
}
.footer-copyright {
  font-size: 1.4rem;
}

.go-top {
  -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  z-index: 100;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: 0.3s;
}
.go-top span {
  display: block;
}
.go-top span.icon {
  margin-bottom: 7px;
}

.content-inner {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.content-inner-sm {
  width: 100%;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.content-header {
  padding: 45px 10px 30px;
}
.content-header .main-heading {
  padding: 44px 0 10px;
}
.content-header .main-heading + .sub-heading {
  margin-top: 23px;
  margin-bottom: 10px;
}
.content-header:nth-child(n+2) {
  padding: 30px 10px;
}
.content-header:nth-child(n+2) .main-heading {
  padding: 10px 0;
}
.content-section + .content-section {
  margin-top: 80px;
}
.content-section[class*=-bg_] {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-section:first-child {
  padding-top: 72px;
}
.content-section:last-child {
  padding-bottom: 118px;
}

.blk-head:not(:first-child) {
  margin-top: 4.8rem;
}
.blk-head + .blk-head {
  margin-top: 1.6rem;
}
.blk-head + .blk-txt:not(:first-child) {
  margin-top: 2.4rem;
}
.blk-cont:not(:first-child) {
  margin-top: 4rem;
}
.blk-txt:not(:first-child) {
  margin-top: 1.6rem;
}
.blk-inner {
  padding: 20px;
}

.blk-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  /* flex 1-10 */
}
.blk-column > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.blk-column > *[class*=w-] {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-preferred-size: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.blk-column.-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blk-column.-gap_0 {
  gap: 0 !important;
}
.blk-column .-size_fixed {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-preferred-size: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.blk-column.-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.blk-column.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blk-column.-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blk-column.-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blk-column.-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blk-column.-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.blk-column > .-col_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blk-column > .-col_2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.blk-column > .-col_3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.blk-column > .-col_4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.blk-column > .-col_5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.blk-column > .-col_6 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.blk-column > .-col_7 {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
}
.blk-column > .-col_8 {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
}
.blk-column > .-col_9 {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
}
.blk-column > .-col_10 {
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
}

.blk-formitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 10px;
}
.blk-formitem-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.2;
}
.blk-formitem-label:not(.-middle) {
  padding-top: 10px;
}
.blk-formitem-label.-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.blk-formitem-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.blk-formitem.is-error input, .blk-formitem.is-error textarea {
  background: #ffe3e3;
}
.blk-formitem + .blk-formitem {
  margin-top: 20px;
}

.blk-tell {
  margin-right: auto;
  margin-left: auto;
  font-size: 3.6rem;
}
.blk-tell .link-tell {
  font-weight: 500;
  line-height: 1;
}
.blk-tell .link-tell + * {
  margin-top: 1px;
  padding-left: 3.2857142857em;
  font-size: 1.4rem;
}
.blk-tell[class*=-bg_] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 382px;
  padding: 20px 20px 23px;
  border-radius: 4px;
}

.box {
  padding: 50px 37px;
  border: 1px solid #CBCBCB;
  border-radius: 8px;
  background-color: #ffffff;
}
.box.-shadow {
  -webkit-box-shadow: 0px 0px 10px #E8F0F8, 0px 0px 20px #E8F0F8, 0px 0px 30px #E8F0F8, 0px 0px 40px #E8F0F8;
  box-shadow: 0px 0px 10px #E8F0F8, 0px 0px 20px #E8F0F8, 0px 0px 30px #E8F0F8, 0px 0px 40px #E8F0F8;
}
.box.-shadow_green {
  -webkit-box-shadow: 0px 0px 10px #E6F4ED, 0px 0px 20px #E6F4ED, 0px 0px 30px #E6F4ED, 0px 0px 40px #E6F4ED;
  box-shadow: 0px 0px 10px #E6F4ED, 0px 0px 20px #E6F4ED, 0px 0px 30px #E6F4ED, 0px 0px 40px #E6F4ED;
}
.box.-borderless {
  border: none;
}
.box.-box_sm {
  padding: 20px;
}
.box.-box_xs {
  padding: 0.5em 1em;
}
.box.-px_lg {
  padding-right: 65px;
  padding-left: 65px;
}
.box.-error {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  border: 1px solid #F3372F;
  border-radius: 0;
  background-color: #FED9D7;
  font-size: 2rem;
}
.box.-error::before {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 2.6em;
  height: 2.25em;
  margin-right: 0.8em;
  background: url(/member/assets/images/common/icon_error.svg) no-repeat;
  background-size: contain;
  content: "";
}

.flowbox {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
  max-width: 690px;
  min-height: 50px;
  margin: 0 auto;
}
.flowbox .txt {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}
.flowbox > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: #E3E3E3;
}
.flowbox > *:not(:last-child) {
  position: relative;
}
.flowbox > *:not(:last-child)::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #E3E3E3;
  content: "";
}
.flowbox .-current {
  background-color: #006C52;
  color: #ffffff;
}
.flowbox .-current::before {
  border-left: 10px solid #006C52;
}
.flowbox.-logout {
  max-width: none;
}
.flowbox.-logout .-current {
  background-color: #0067C7;
  color: #ffffff;
}
.flowbox.-logout .-current::before {
  border-left: 10px solid #0067C7;
}

/*----- faq -----*/
.faq {
  position: relative;
}
.faq-box {
  border-top: 1px solid #C3D6E9;
}
.faq-box:last-child {
  border-bottom: 1px solid #C3D6E9;
}
.faq-box-question, .faq-box-answer {
  position: relative;
  padding-left: 106px;
}
.faq-box-question::before, .faq-box-question::after, .faq-box-answer::before, .faq-box-answer::after {
  position: absolute;
  top: 0;
  content: "";
}
.faq-box-question::before, .faq-box-answer::before {
  top: 22px;
  left: 43px;
  width: 24px;
  height: 30px;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.faq-box-question {
  padding-top: 24px;
  padding-right: 110px;
  padding-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.4;
  cursor: pointer;
}
.faq-box-question::before {
  background-image: url(/member/assets/images/common/icon_faq_q.png);
}
.faq-box-question::after {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  right: 44px;
  bottom: 0;
  width: 24px;
  height: 15px;
  margin: auto 0;
  background: url(/member/assets/images/common/icon_arrow_down.png) no-repeat 50% 50%;
  background-size: 100%;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.faq-box-question.is-open::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-box-answer {
  font-size: 1.6rem;
}
.faq-box-answer::before {
  background-image: url(/member/assets/images/common/icon_faq_a.png);
}
.faq-box-answer::after {
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #C3D6E9, #C3D6E9 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.faq-box-answer-inner {
  position: relative;
  padding: 20px 0 30px;
}
.faq-box-answer .answer-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.faq-box-answer .answer-table dl dt {
  width: 5em;
  margin-right: 1em;
  text-align: right;
}
.faq-box-answer .answer-table dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-checkbox-area {
  margin: 0 auto;
}
.form-checkbox-area input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-checkbox-area input[type=checkbox]:checked + .form-checkbox-label::after {
  display: block;
}
.form-checkbox-area input[type=checkbox]:checked + .form-checkbox-label-outer .form-checkbox-label::after {
  display: block;
}
.form-checkbox-label {
  -webkit-transition: all 0.3s;
  display: inline-block;
  position: relative;
  margin: 6px auto 2px;
  padding-left: 40px;
  color: #000000;
  font-size: 1.6rem;
  transition: all 0.3s;
}
.form-checkbox-label:hover {
  cursor: pointer;
}
.form-checkbox-label::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border: 1px solid #CDD6DD;
  border-radius: 4px;
  background-color: #ffffff;
  content: "";
}
.form-checkbox-label::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: none;
  position: absolute;
  top: 43%;
  left: 12px;
  width: 0.4em;
  height: 0.8em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #F1391B;
  border-bottom: 2px solid #F1391B;
  content: "";
}
.form-content .content-inner {
  padding: 25px 0;
}
.form-content .form-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 4px;
}
.form-content .form-item.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-content .form-item.flex-col .form-item-head-ttl {
  margin-bottom: 10px;
}
.form-content .form-item.flex-col .form-item-body {
  width: 100%;
}
.form-content .form-item-head {
  width: 34%;
  padding: 0 0 0 15px;
}
.form-content .form-item-head-ttl {
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  padding: 3px 0;
  font-size: 1.6rem;
}
.form-content .form-item-head-ttl::after {
  -ms-flex-negative: 0;
  -ms-flex-item-align: start;
  display: inline-block;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 0.1em;
  margin-left: auto;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  background-color: #B4B4B4;
  content: "任意";
  color: #ffffff;
  font-size: 1.4rem;
}
.form-content .form-item-head-ttl:has(.icon-question) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.form-content .form-item-head-ttl .icon-question {
  -ms-flex-negative: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 24px;
  margin-top: 2px;
  border-radius: 30px;
  background-color: #006C52;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.form-content .form-item-head > *:not(.form-item-head-ttl) {
  margin-right: 84px;
}
.form-content .form-item-head-info {
  width: 100%;
  padding: 0;
}
.form-content .form-item-head-info-content {
  padding: 0 0 40px 0;
}
.form-content .form-item-head-info-content:nth-of-type(n+2) {
  padding-top: 25px;
  border-top: 1px solid #CFD0D2;
}
.form-content .form-item-head-info-content:last-of-type {
  border-bottom: 1px solid #CFD0D2;
}
.form-content .form-item-head-info-ttl {
  padding: 3px 0;
  font-size: 1.6rem;
}
.form-content .form-item-head-info-text {
  font-size: 1.4rem;
}
.form-content .form-item-head-info a {
  border-bottom: 1px solid #0067C7;
  color: #0067C7;
  font-weight: bold;
}
.form-content .form-item-head-info a:hover {
  border-bottom: 1px solid transparent;
  color: #F1391B;
}
.form-content .form-item.head-2col .form-item-head-ttl-inner {
  width: 100%;
}
.form-content .form-item.head-2col .form-item-head .ttl-1st {
  display: inline-block;
  margin-right: 10px;
}
.form-content .form-item.required .form-item-head-ttl::after {
  -ms-flex-negative: 0;
  -ms-flex-item-align: start;
  display: inline-block;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 0.1em;
  margin-left: auto;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  background-color: #C10000;
  content: "必須";
  color: #ffffff;
  font-size: 1.4rem;
}
.form-content .form-item.error {
  background-color: #ffebeb;
}
.form-content .form-item-body {
  width: 66%;
  margin-left: auto;
  padding: 0 10px 0 20px;
}
.form-content .form-item-body-label {
  margin-right: 10px;
}
.form-content .form-item-body-label.-address-label, .form-content .form-item-body-label.-sub-label {
  display: inline-block;
  width: 170px;
  vertical-align: middle;
}
.form-content .form-item.-have-children .form-item-body.-parent ~ .form-item-body {
  padding-left: 1em;
}
.form-content .form-item-subttl {
  padding: 5px 0;
}
.form-content .form-item.header-item {
  margin-top: 0;
  padding: 10px 9px;
}
.form-content .form-item.header-item .form-item-head {
  width: 32%;
}
.form-content .form-item.header-item .form-item-head-ttl::after {
  display: none;
}
.form-content .form-item.header-item .form-item-body {
  width: 68%;
}
.form-content + .form-content.form-content {
  margin-top: 20px;
}
.form-content .txt-description {
  width: 100%;
  color: #000000;
  font-size: 1.4rem;
}
.form-content .txt-error {
  width: 100%;
  min-height: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #C10000;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}

.form-input-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-input-area span + span {
  margin-right: 6px;
}
.form-input-area .form-inputbox-area {
  margin-right: 10px;
}

.form-inputbox {
  width: 100%;
  padding: 10px 13px;
  border: 1px solid #A5A1A1;
  background-color: #ffffff;
}
.form-inputbox.-sm {
  width: 147px;
}
.form-inputbox-birth {
  width: 70px;
}
.form-inputbox-name {
  width: 150px;
}
.form-inputbox-tell-1 {
  width: 80px;
}
.form-inputbox-tell-2 {
  width: 80px;
}
.form-inputbox-tell-3 {
  width: 80px;
}
.form-inputbox-address {
  width: 80px;
}
.form-inputbox-address-text {
  display: inline-block;
  width: calc(100% - 184px);
  margin-left: auto;
}
.form-inputbox-number {
  width: 80px;
}
.form-inputbox-number-text {
  display: inline-block;
  width: 100px;
  margin-left: auto;
}
.form-inputbox-number-text.form-selectbtn-outer {
  margin-right: 0;
}
.form-inputbox-age {
  width: 80px;
}

.form-item-set {
  padding: 5px;
  border: 1px solid #A5A1A1;
}
.form-item-set > * {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 50px;
  text-indent: -50px;
}
.form-content .form-item-set-wrap {
  padding: 0 !important;
}
.form-item-set-head {
  vertical-align: middle;
}
.form-item-set-cont {
  letter-spacing: 0;
}
.form-item-set-cont > * {
  -webkit-transform: translateY(2px);
  margin: 0 9px;
  transform: translateY(2px);
  letter-spacing: normal;
}
.form-item-set-cont .form-item-set-body-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 2em;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 4px;
  line-height: 1;
}
.form-item-set-cont input[type=text] {
  width: calc(90% - 2em);
  border: 1px solid #A5A1A1;
  background-color: #fff;
}
.form-item-set-cont input[type=text].-relationship {
  width: 145px;
}
.form-item-set-body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc((100% - 14px) / 2);
  margin: 5px 0;
  text-indent: 0;
  vertical-align: middle;
}
.form-item-set-body.-inline-sm {
  width: 100px;
}
.form-item-set-body.-inline-sm select {
  width: 100px;
}
.form-item-set-body.-inline-sm input[type=text] {
  width: 100%;
  padding: 10px 13px;
}
.form-item-set-body.-inline-lg {
  width: 150px;
}
.form-item-set-body.-inline-lg input[type=text] {
  width: 100%;
  padding: 10px 13px;
}
.form-item-set-body + .form-item-set-body {
  margin-left: 5px;
}
.form-item-set-body input[type=text] {
  margin-left: 10px;
}
.form-item-set-body-label {
  width: 2em;
}

.form-content .text-outer {
  display: inline-block;
}
.form-content .text-form {
  width: 83px;
  padding: 10px 1em 10px 1em;
  border: 1px solid #A5A1A1;
}
.form-content .other-text-outer {
  white-space: nowrap;
}
.form-content .other-text-outer > * {
  margin: 0 10px;
}
.form-content .other-text-outer input[type=text] {
  width: 100px;
  margin-right: 0.25em;
  margin-left: 0.25em;
  padding: 10px 0.3em;
  border: 1px solid #A5A1A1;
  background-color: #fff;
  text-align: right;
}
.form-content .other-text-outer input[type=text].-kuchi {
  padding-right: 13px;
  padding-left: 13px;
  text-align: left;
}
.form-content .other-text-outer input[type=text].-relationship {
  width: 145px;
}
.form-content .other-text-outer.-readonly {
    padding: 15px 10px 15px 0;
    background-color: #F8F8F8;
}
.form-content .is-disable {
  opacity: 0.5;
}
.form-content .is-disable .is-disable {
  opacity: 1;
}
.form-content input[type=text].is-disable {
  background-color: #f0f0f0 !important;
  opacity: 1;
}
.form-content input[type=text].is-disable::-webkit-input-placeholder {
  color: #A5A1A1 !important;
}
.form-content input[type=text].is-disable::-moz-placeholder {
  color: #A5A1A1 !important;
}
.form-content input[type=text].is-disable:-ms-input-placeholder {
  color: #A5A1A1 !important;
}
.form-content input[type=text].is-disable::-ms-input-placeholder {
  color: #A5A1A1 !important;
}
.form-content input[type=text].is-disable::placeholder {
  color: #A5A1A1 !important;
}
.form-content input, .form-content select, .form-content textarea {
  font-size: 1.6rem;
  line-height: 1.1428571429;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.form-content input::-webkit-input-placeholder, .form-content select::-webkit-input-placeholder, .form-content textarea::-webkit-input-placeholder {
  color: #A6DFD2;
}
.form-content input::-moz-placeholder, .form-content select::-moz-placeholder, .form-content textarea::-moz-placeholder {
  color: #A6DFD2;
}
.form-content input:-ms-input-placeholder, .form-content select:-ms-input-placeholder, .form-content textarea:-ms-input-placeholder {
  color: #A6DFD2;
}
.form-content input::-ms-input-placeholder, .form-content select::-ms-input-placeholder, .form-content textarea::-ms-input-placeholder {
  color: #A6DFD2;
}
.form-content input::placeholder, .form-content select::placeholder, .form-content textarea::placeholder {
  color: #A6DFD2;
}
.form-content .input-box.is-error .form-inputbox, .form-content .input-box.is-error .form-selectbtn-outer, .form-content .input-box.is-error .form-textarea, .form-content .input-box.is-error .form-policybox-agreement-btn {
  border: 1px solid #e93b48;
  background: #ffe3e3;
}
.form-content .input-box.is-error .form-inputbox input::-webkit-input-placeholder, .form-content .input-box.is-error .form-selectbtn-outer input::-webkit-input-placeholder, .form-content .input-box.is-error .form-textarea input::-webkit-input-placeholder, .form-content .input-box.is-error .form-policybox-agreement-btn input::-webkit-input-placeholder {
  color: #f0f0f0;
}
.form-content .input-box.is-error .form-inputbox input::-moz-placeholder, .form-content .input-box.is-error .form-selectbtn-outer input::-moz-placeholder, .form-content .input-box.is-error .form-textarea input::-moz-placeholder, .form-content .input-box.is-error .form-policybox-agreement-btn input::-moz-placeholder {
  color: #f0f0f0;
}
.form-content .input-box.is-error .form-inputbox input:-ms-input-placeholder, .form-content .input-box.is-error .form-selectbtn-outer input:-ms-input-placeholder, .form-content .input-box.is-error .form-textarea input:-ms-input-placeholder, .form-content .input-box.is-error .form-policybox-agreement-btn input:-ms-input-placeholder {
  color: #f0f0f0;
}
.form-content .input-box.is-error .form-inputbox input::-ms-input-placeholder, .form-content .input-box.is-error .form-selectbtn-outer input::-ms-input-placeholder, .form-content .input-box.is-error .form-textarea input::-ms-input-placeholder, .form-content .input-box.is-error .form-policybox-agreement-btn input::-ms-input-placeholder {
  color: #f0f0f0;
}
.form-content .input-box.is-error .form-inputbox input::placeholder, .form-content .input-box.is-error .form-selectbtn-outer input::placeholder, .form-content .input-box.is-error .form-textarea input::placeholder, .form-content .input-box.is-error .form-policybox-agreement-btn input::placeholder {
  color: #f0f0f0;
}
.form-content .input-box.is-error .form-selectbtn {
  border: none;
}
.form-content .input-box.is-success .form-inputbox, .form-content .input-box.is-success .form-selectbtn-outer, .form-content .input-box.is-success .form-textarea, .form-content .input-box.is-success .form-policybox-agreement-btn {
  border: 1px solid #008c16;
  background: #d1ffdd;
}
.form-content .input-box.is-success .form-selectbtn {
  border: none;
}
.form-content .form-reset-button {
  margin-top: 25px;
  margin-bottom: 35px;
}
.form-content .form-reset-button.-center {
  text-align: center;
}
.form-content .form-reset-button .button-square {
  color: #008666;
}
.form-content .form-reset-button .reset-btn {
  cursor: pointer;
}

.form-radiobtn-area {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 37px;
  -moz-column-gap: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 37px;
  flex-wrap: wrap;
}
.form-radiobtn-area .txt-error {
  width: 100%;
}
.form-radiobtn-outer.form-radiobtn-outer {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-radiobtn-outer input[type=radio] {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-radiobtn-outer input[type=radio]:checked + label:after, .form-radiobtn-outer input[type=radio]:checked + label.-lg:after {
  background-color: #006C52;
}
.form-radiobtn-outer input[type=radio]:focus + label::before, .form-radiobtn-outer input[type=radio]:focus + label.-lg::before {
  border-color: #000;
}
.form-radiobtn-outer label, .form-radiobtn-outer label.-lg {
  display: inline-block;
  position: relative;
  padding: 3px 10px 3px calc(1.5em + 5px);
  white-space: nowrap;
  cursor: pointer;
}
.form-radiobtn-outer label:before, .form-radiobtn-outer label.-lg:before {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #A5A1A1;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
}
.form-radiobtn-outer label::after, .form-radiobtn-outer label.-lg::after {
  -webkit-transition: background-color 0.2s;
  display: block;
  position: absolute;
  top: 1.35em;
  left: 0.35em;
  width: 0.7em;
  height: 0.7em;
  border-radius: 0.35em;
  background-color: #ffffff;
  content: "";
  transition: background-color 0.2s;
}
.form-radiobtn-outer label.-lg {
  padding: 5px 10px 5px 40px;
  font-size: 1.6rem;
}
.form-radiobtn-outer label.-lg:before {
  width: 30px;
  height: 30px;
}
.form-radiobtn-outer label.-lg::after {
  -webkit-transform: translate(-50%, -50%);
  left: 15px;
  transform: translate(-50%, -50%);
}
.form-radiobtn-outer.-box {
  border: 1px solid #A5A1A1;
}
.form-radiobtn-outer.-box label {
  line-height: 1.4;
}
.form-radiobtn-box-2col {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-radiobtn-box-2col .-box {
  width: calc(50% - 10px);
  margin: 0;
  padding: 16px 20px 25px;
}

.form-selectbtn {
  z-index: 1;
  position: relative;
  padding: 10px 25px 10px 13px;
  border: 1px solid #A5A1A1;
  color: #000000;
  cursor: pointer;
}
.form-selectbtn.-lg {
  width: 150px;
}
.form-selectbtn.-year {
  width: 240px;
}
.form-selectbtn-outer {
  display: inline-block;
  position: relative;
  margin-right: 9px;
  padding: 0;
}
.form-selectbtn-outer ~ span {
  margin-right: 9px;
}
.form-selectbtn-outer ~ span:last-child {
  margin-right: 0;
  line-height: 1.2em;
}
.form-selectbtn-outer.-triangle::before {
  -webkit-box-sizing: content-box;
  -webkit-transform: translateY(-50%);
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.7em;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 0.7em solid #006C52;
  border-right: 0.45em solid transparent;
  border-left: 0.45em solid transparent;
  content: "";
}
.form-selectbtn-outer.-arrow::before {
  -webkit-box-sizing: content-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.7em;
  width: 0.3em;
  height: 0.3em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #006C52;
  border-bottom: 2px solid #006C52;
  content: "";
}
.form-selectbtn-placeholder {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(0, -50%);
  color: #A6DFD2;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  white-space: nowrap;
}

.form-textarea {
  position: relative;
  width: 100%;
  min-height: 140px;
  padding: 9px 10px 9px 12px;
  border: 1px solid #A5A1A1;
  border-radius: 2px;
  background-color: #ffffff;
  color: #333;
  font-size: 1.4rem;
  line-height: normal;
  resize: vertical;
}

.heading-lv1 {
  color: #000000;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1.4;
}
.heading-lv1.fc-blue {
  color: #0067C7;
}
.heading-lv1 + .heading-lead {
  margin-top: 2em;
  font-size: 2rem;
  line-height: 1.5;
}
.heading-lv1 + .heading-lead p {
  max-width: 1000px;
  margin: 0 auto;
}

.heading-lv2 {
  color: #000000;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.4;
}

.heading-lv3 {
  color: #000000;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.4;
}

.heading-lv4 {
  color: #000000;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
}

.heading-border {
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
  color: #000000;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: left;
  text-align: left;
}

.heading-attention {
  position: relative;
  color: #C10000;
  font-weight: normal;
  font-size: 1.8rem;
}
.heading-attention span {
  padding-left: 30px;
}
.heading-attention::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 21px;
  transform: translateY(-50%);
  background-image: url(/member/assets/images/common/icon_attention.png);
  background-position: center;
  background-size: contain;
  content: "";
}

.input-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.input-checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
}
.input-checkbox::before {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  margin-right: 10px;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
  background-color: #ffffff;
  content: "";
}
.input-checkbox:has(input:checked)::after {
  -webkit-transform: translate(66%, -10%) rotate(45deg);
  display: block;
  position: absolute;
  top: 10px;
  left: 7px;
  width: 7px;
  height: 15px;
  transform: translate(66%, -10%) rotate(45deg);
  border-right: 2px solid #F1391B;
  border-bottom: 2px solid #F1391B;
  content: "";
}
.input-checkbox span {
  margin-top: 0.1em;
}
.input-checkbox:hover {
  text-decoration: underline;
}
.input-checkbox:has(input:focus)::before {
  border-color: #000000;
}
.input-checkbox.fs-sm::before {
  width: 28px;
  height: 28px;
}
.input-checkbox.fs-sm span {
  margin-top: 3px;
}

.input-text {
  width: 100%;
  padding: 0.625em 0.625em;
  border: 1px solid #BBB8B8;
  background-color: #ffffff;
}
.input-text::-webkit-input-placeholder {
  color: #BCE0FD;
}
.input-text::-moz-placeholder {
  color: #BCE0FD;
}
.input-text:-ms-input-placeholder {
  color: #BCE0FD;
}
.input-text::-ms-input-placeholder {
  color: #BCE0FD;
}
.input-text::placeholder {
  color: #BCE0FD;
}
.input-text[type=password] {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

.link {
  display: inline-block;
}
.link-text {
  color: #0067C7;
}
.link.-arrow-r a {
  display: inline-block;
  position: relative;
  padding-left: 1.6666666667em;
  color: #0067C7;
}
.link.-arrow-r a > span {
  display: inline-block;
  color: #0067C7;
  text-decoration: underline;
}
.link.-arrow-r a > span::before {
  -webkit-transform: translateY(0.5em) rotate(45deg);
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.7222222222em;
  height: 0.7222222222em;
  margin: auto;
  transform: translateY(0.5em) rotate(45deg);
  border-top: 3px solid;
  border-right: 3px solid;
  content: "";
  vertical-align: middle;
}
.link.-arrow-r a:hover > span {
  text-decoration: none;
}
.link.-arrow-r.-ac_green a > span {
  display: inline-block;
  color: #006C52;
  text-decoration: underline;
}
.link-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 4px;
  flex-direction: column;
}
.link-list.-inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px 32px;
}
.link-list.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-tell {
  position: relative;
  padding-left: 1.2777777778em;
}
.link-tell::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1/1;
  width: calc(1em + 2px);
  transform: translateY(-50%);
  background: url(/member/assets/images/common/icon_tell.svg) no-repeat;
  background-size: contain;
  content: "";
}

dl.list-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 10px;
  border-bottom: 1px solid #D4CEBA;
}
dl.list-define dt, dl.list-define dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}
dl.list-define dt[class*=w-], dl.list-define dd[class*=w-] {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-preferred-size: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.blk-column > dl.list-define {
  max-width: 435px;
}
.blk-column > dl.list-define:first-child {
  margin-right: 0;
}
.blk-column > dl.list-define:last-child {
  margin-left: 0;
}
dl.list-define:first-of-type dt, dl.list-define:first-of-type dd {
  padding-top: 0;
}

ol.list-ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}
ol.list-ol li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
ol.list-ol li::before {
  padding-right: 0.5em;
  content: counter(item) ".";
  counter-increment: item;
}

.full-overlay,
.modal-layer {
  -webkit-transition: opacity 0.65s;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.65s;
}
.full-overlay.is-show,
.modal-layer.is-show {
  -webkit-transition: opacity 0.65s;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.65s;
}
.full-overlay .overlay,
.modal-layer .overlay {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  cursor: pointer;
}

.modal {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  max-height: 80%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.modal-inner {
  padding: 40px 20px;
}
.modal-ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #006C52;
  color: #006C52;
  font-weight: bold;
  font-size: 18px;
}
.modal-btn {
  margin-top: 15px;
  text-align: center;
}
.modal-btn > span {
  display: inline-block;
  position: relative;
  padding: 4px 35px 6px 25px;
  border: 1px solid #A5A1A1;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}
.modal-btn > span::before, .modal-btn > span::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 2px;
  height: 18px;
  margin: auto;
  background-color: #006C52;
  content: "";
}
.modal-btn > span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-btn > span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close-bth {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(/member/assets/images/common/icon_ham_close.png) center no-repeat #0067C7;
  background-size: 10px 10px;
  content: "";
  cursor: pointer;
}

.is-modal-open {
  overflow: hidden;
}

.txt-indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.txt-indent .mark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.txt-indent.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.txt-indent.-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.txt-description {
  color: #666;
  font-size: 1.4rem;
}
.txt-description--fs_lg {
  font-size: 1.6rem !important;
}
.txt-description--err {
  color: #C10000 !important;
  font-weight: bold;
}
.txt-description--err:empty {
  display: none;
}
.txt-error {
  color: #C10000;
  font-size: 1.4rem;
}
.txt-error-lg {
  color: #C10000;
  font-size: 1.6rem;
}

.data {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10.5px 25px;
  color: #333333;
}
.data .text {
  margin-left: auto;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.data .text-label {
  display: inline-block;
  margin-left: 22px;
  padding: 6px 10px;
  background-color: #ffffff;
  text-align: center;
}
.data-title {
  font-size: 1.6rem;
  letter-spacing: 1.3;
}
.data-title.-bold {
  color: #000000;
  font-weight: 700;
  font-size: 1.8rem;
}
.data-detail {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  white-space: nowrap;
}
.data-detail .text {
  min-width: 20%;
  margin: 0;
  margin-left: 20px;
  text-align: right;
}
.data-detail .text.unit {
  min-width: auto;
  margin-left: 10px;
  text-align: right;
}
.data-detail-box {
  position: relative;
  padding: 18px 18px 30px;
  border-top: 3px solid #ffffff;
}
.data-detail-box .text {
  padding: 0;
  line-height: 1.5;
}
.data-detail-box .text.-bold {
  font-size: 1.6rem;
}
.data-detail-box .-absolute {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 46%;
  left: 50%;
  padding: 10px 30px;
  transform: translateX(-50%);
}
.data-detail-box.-inner-large {
  padding: 16px 5px 5px;
}
.data-wrap .data-sub {
  margin-left: 175px;
}
.data-wrap.-bg_skyblue {
  background-color: #F1F8FF;
}
.data-wrap.-border {
  border: 2px solid #C3D6E9;
}
.data-wrap:first-of-type .data-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 40px;
}
.data.-separate {
  display: block;
  padding: 0;
}
.data.-separate .data-title {
  padding: 8px 25px 10px;
}
.data.-basic {
  padding: 24px 25px 20px;
  background-color: #F1F8FF;
}
.data.row-2 {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  padding: 0 20px 0 25px;
}
.data.row-2 .data-title {
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
}
.data.row-2 .data-detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  flex-direction: column;
  align-items: baseline;
}
.data.row-2 .data-detail .data {
  width: 100%;
  padding: 0;
}
.data.row-2 .data-detail .data + .data {
  margin-top: 16px;
}
.data.row-2 .data-detail .data dd {
  margin-left: auto;
}
.data.-bg_orange {
  background-color: #FFE8D4;
}
.data.-bg_orange .text-label, .data.-bg_orange .text-label-large, .data.-bg_orange .text-label-small {
  border: 1px solid #FFE8D4;
  color: #FF7C09;
}
.data.-bg_blue {
  background-color: #E4EFF9;
}
.data.-bg_blue .text-label, .data.-bg_blue .text-label-large, .data.-bg_blue .text-label-small {
  border: 1px solid #E4EFF9;
  color: #0067C7;
}
.data .text-label.-bg_red {
  background-color: #C10000;
  color: #fff;
}
.data .text-label.-bg_orange {
  background-color: #FF7C09;
  color: #fff;
}
.data .text-label.-bg_blue {
  background-color: #0067C7;
  color: #fff;
}
.data.top-border {
  border-top: 2px solid #C3D6E9;
}
.data.top-border-s {
  border-top: 1px solid #C3D6E9;
}
.data.bottom-border {
  border-bottom: 2px solid #C3D6E9;
}
.data.bottom-border-s {
  border-bottom: 1px solid #C3D6E9;
}
.data.all-border {
  border: 4px solid #C10000;
}
.data + .data {
  margin-top: 2px;
}

.data-set-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data-set-head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  margin-right: 5px;
  padding-top: 13px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.patern01 .data.-bg_orange {
  background-color: #FFE8D4;
}
.patern01 .data.-bg_blue {
  background-color: #E4EFF9;
}

.patern02 .data.-bg_orange {
  background-color: #FFE8D4;
}

.patern03 .data.-bg_orange {
  background-color: #FFE8D4;
}
.patern03 .data.-bg_blue {
  background: linear-gradient(90deg, #E4EFF9 230px, #fff 230px);
}

.patern04 .data.-bg_orange {
  background: linear-gradient(90deg, #FFE8D4 230px, #fff 230px);
}
.patern04 .data.-bg_blue {
  background-color: #E4EFF9;
}

.patern05 .data.-bg_orange {
  background: linear-gradient(90deg, #FFE8D4 230px, #fff 230px);
}

.patern06 .data.-bg_orange {
  background: linear-gradient(90deg, #FFE8D4 230px, #fff 230px);
}
.patern06 .data.-bg_blue {
  background: linear-gradient(90deg, #E4EFF9 230px, #fff 230px);
}

.patern07 .data.-bg_orange {
  background-color: #fff6ee;
}
.patern07 .data.-bg_orange::after {
  border-left: 22px solid #fff6ee;
}
.patern07 .data.-bg_blue {
  background-color: #E4EFF9;
}

.patern08 .data.-bg_orange {
  background-color: #fff6ee;
}
.patern08 .data.-bg_orange::after {
  border-left: 22px solid #fff6ee;
}

.patern09 .data.-bg_orange {
  background-color: #fff6ee;
}
.patern09 .data.-bg_orange::after {
  border-left: 22px solid #fff6ee;
}
.patern09 .data.-bg_blue {
  background: linear-gradient(90deg, #E4EFF9 230px, #fff 230px);
}

.patern07 .graph-set .data.data.-bg_orange, .patern08 .graph-set .data.data.-bg_orange, .patern09 .graph-set .data.data.-bg_orange {
  background-color: #fff6ee;
}
.patern07 .graph-set .data.data.-bg_orange::after, .patern08 .graph-set .data.data.-bg_orange::after, .patern09 .graph-set .data.data.-bg_orange::after {
  border-left: 22px solid #fff6ee;
}

.data-conditions {
  padding: 16px 50px 20px !important;
}
.data-conditions-col {
  width: 100%;
}
.data-conditions-col:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CBC7C7;
}
.data-conditions .conditions {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.data-conditions .conditions-head {
  width: 220px;
  font-weight: bold;
}
.data-conditions .conditions-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.data-conditions .conditions + .conditions {
  margin-top: 5px;
}
.data-conditions .conditions .text {
  letter-spacing: normal;
}

.data-term-blk {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.data-term-blk .term {
  width: 27%;
  text-align: center;
}
.data-term-blk .term .text + .text {
  margin-top: 15px;
}
.data-term-blk .term .point {
  position: relative;
}
.data-term-blk .term .point::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 19px;
  height: 19px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #0067C7;
  content: "";
}
.data-term-blk .term .point::after {
  display: block;
  position: absolute;
  bottom: 8px;
  width: 205%;
  height: 3px;
  background-color: #0067C7;
  content: "";
}
.data-term-blk .term.-start .point::after {
  left: 50%;
}
.data-term-blk .term.-end {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  position: relative;
  order: 3;
}
.data-term-blk .term.-end .point::after {
  right: 50%;
}
.data-term-blk .term.-end::after {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 40%;
  left: calc(45% - 15px);
  width: 15px;
  height: 15px;
  transform: rotate(45deg) translate(-50%, -50%);
  border-top: 3px solid #0067C7;
  border-right: 3px solid #0067C7;
  content: "";
}
.data-term-blk .term.-only .point::after {
  display: none;
}

.box-has-header {
  position: relative;
}
.box-has-header .box-has-header-heading {
  position: relative;
  padding: 22px 25px 18px;
  background-color: #0067C7;
  color: #ffffff;
  line-height: 1;
}
.box-has-header .box-has-header-heading .text {
  font-weight: 700;
  font-size: 2.4rem;
}
.box-has-header .box-has-header-heading .text-label {
  display: inline-block;
  min-width: 242px;
  margin-left: 30px;
  padding: 11px 5px;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
.box-has-header label {
  -webkit-transform: translateY(-50%) rotate(225deg);
  display: block;
  position: absolute;
  top: 40px;
  right: 26px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) rotate(225deg);
  content: "";
  cursor: pointer;
}
.box-has-header label span {
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 24px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  content: "";
}
.box-has-header label span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  top: auto;
  right: auto;
  bottom: 9px;
  left: -10px;
  transform: rotate(90deg);
}
.box-has-header label.is-open {
  -webkit-transform: translateY(-50%) rotate(45deg);
  top: 47px;
  transform: translateY(-50%) rotate(45deg);
}
.box-has-header input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.box-has-header input:focus-visible + label {
  outline: 2px solid #000;
}
.box-has-header .box-has-header-text-area {
  padding: 15px;
  padding-bottom: 45px;
  border: 1px solid #CBC7C7;
  background-color: #ffffff;
}
.box-has-header .box-has-header-text-area .note-text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 2.4em;
  margin-top: 5px;
  font-size: 1.4rem;
}
.box-has-header .box-has-header-text-area .note-text .mark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.box-has-header + .box-has-header {
  margin-top: 35px;
}

.box-course-wrap {
  margin-top: 35px;
}

.box-border {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding: 13px 17px 13px 25px;
  border: 3px solid #0067C7;
}

.age-note {
  padding: 20px 0 20px 20px;
  margin-left: 10px;
}
.age-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}
.age-flow .flow-title {
  padding-left: 25px;
  font-size: 1.6rem;
  letter-spacing: 1.3;
}
.age-flow .flow-title.-bold {
  padding: 23px 0 24px;
  font-weight: 700;
  font-size: 1.8rem;
}
.age-flow .text {
  font-size: 1.6rem;
  line-height: 1.2;
}
.age-flow .text.-absolute {
  position: absolute;
  right: 25%;
}
.age-flow .text.-bold {
  font-weight: 700;
  font-size: 1.8rem;
}
.age-flow .text.-wrap {
  white-space: nowrap;
}
.age-flow .text .emphasis {
  padding-right: 6px;
  color: #0067C7;
  font-weight: 700;
  font-size: 2rem;
}
.age-flow .age-block {
  position: relative;
  margin-top: 10px;
  padding-top: 18px;
  /* age width(px) 5 - 20 */
  /* age 5 */
  /* age 15 or 20 */
}
.age-flow .age-block.point {
  position: relative;
  border-top: 4px solid #0067C7;
}
.age-flow .age-block.point::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #0067C7;
  content: "";
}
.age-flow .age-block.point:last-of-type::after {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border-top: 4px solid #0067C7;
  border-right: 4px solid #0067C7;
  content: "";
}
.age-flow .age-block.point:nth-of-type(3).-age10, .age-flow .age-block.point:nth-of-type(3).-age5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 76px;
}
.age-flow .age-block.point .age {
  position: absolute;
  top: -42px;
  left: -15px;
}
.age-flow .age-block.point .money {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  margin-top: 20px;
  padding: 13px 5px;
  text-align: center;
}
.age-flow .age-block.point .money > span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
}
.age-flow .age-block.point .money > span.note {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.2rem;
}
.age-flow .age-block.point:not(:last-of-type) {
  padding-left: 10px;
}
.age-flow .age-block:last-of-type {
  margin-left: -3px;
  background-image: radial-gradient(circle farthest-side, #0067C7 1px, transparent 2px, transparent 4px);
  background-position: left;
  background-size: 5px 7px;
  background-repeat: repeat-y;
}
.age-flow .age-block:nth-last-of-type(2) .money {
  margin-right: 10px;
}
.age-flow .age-block:last-of-type {
  max-width: 151px;
}
.age-flow .age-block .box-border {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
}
.age-flow .age-block .box-border :first-child {
  margin-right: auto;
}
.age-flow .age-block .box-border :last-child {
  margin-left: auto;
}
.age-flow .age-block .graph-set {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.age-flow .age-block .graph-set .data {
  padding: 15px 5px;
}
.age-flow .age-block .graph-set .data.-bg_orange {
  background: #FFE8D4;
}
.age-flow .age-block .graph-set .data.-bg_blue {
  background: #E4EFF9;
}
.age-flow .age-block .graph-set .data.-only-label {
  padding: 14px 5px;
}
.age-flow .age-block .graph-set .data.-only-label > * {
  margin: 0 auto;
}
.age-flow .age-block .graph-set .data.-icon-plus::after {
  -webkit-transform: translateX(-50%);
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 23px;
  height: 23px;
  transform: translateX(-50%);
  background-image: url(/member/assets/images/icon_plus.png);
  content: "";
}
.age-flow .age-block .graph-set .text-label-large {
  min-width: 134px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 5px;
  background-color: #ffffff;
  text-align: center;
}
.age-flow .age-block .graph-set .text-label-small {
  max-width: 67px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 6px 5px;
  background-color: #ffffff;
  line-height: 1;
  text-align: center;
}
.age-flow .age-block .graph-set .text-label-large.-absolute, .age-flow .age-block .graph-set .text-label-small.-absolute {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}
.age-flow .age-block.-age5 {
  width: calc((100% - 140px) / 4 * 1);
}
.age-flow .age-block.-age5 .term5 {
  width: calc((100% * 5 / 10) + (-1 * 5px));
}
.age-flow .age-block.-age5 .term5.box-border {
  width: calc((100% * 5 / 10) + (-20px + 5px));
}
.age-flow .age-block.-age5 .term5.box-border.term-over {
  width: calc((100% * 5 / 10) + (-20px + 5px) + 65px);
}
.age-flow .age-block.-age5 .term10 {
  width: calc((100% * 10 / 10) + (0 * 5px));
}
.age-flow .age-block.-age5 .term10.box-border {
  width: calc((100% * 10 / 10) + (-20px + 10px));
}
.age-flow .age-block.-age5 .term10.box-border.term-over {
  width: calc((100% * 10 / 10) + (-20px + 10px) + 65px);
}
.age-flow .age-block.-age5 .term15 {
  width: calc((100% * 15 / 10) + (1 * 5px));
}
.age-flow .age-block.-age5 .term15.box-border {
  width: calc((100% * 15 / 10) + (-20px + 15px));
}
.age-flow .age-block.-age5 .term15.box-border.term-over {
  width: calc((100% * 15 / 10) + (-20px + 15px) + 65px);
}
.age-flow .age-block.-age5 .term20 {
  width: calc((100% * 20 / 10) + (2 * 5px));
}
.age-flow .age-block.-age5 .term20.box-border {
  width: calc((100% * 20 / 10) + (-20px + 20px));
}
.age-flow .age-block.-age5 .term20.box-border.term-over {
  width: calc((100% * 20 / 10) + (-20px + 20px) + 65px);
}
.age-flow .age-block.-age5 .term25 {
  width: calc((100% * 25 / 10) + (3 * 5px));
}
.age-flow .age-block.-age5 .term25.box-border {
  width: calc((100% * 25 / 10) + (-20px + 25px));
}
.age-flow .age-block.-age5 .term25.box-border.term-over {
  width: calc((100% * 25 / 10) + (-20px + 25px) + 65px);
}
.age-flow .age-block.-age5 .term30 {
  width: calc((100% * 30 / 10) + (4 * 5px));
}
.age-flow .age-block.-age5 .term30.box-border {
  width: calc((100% * 30 / 10) + (-20px + 30px));
}
.age-flow .age-block.-age5 .term30.box-border.term-over {
  width: calc((100% * 30 / 10) + (-20px + 30px) + 65px);
}
.age-flow .age-block.-age5 .term35 {
  width: calc((100% * 35 / 10) + (5 * 5px));
}
.age-flow .age-block.-age5 .term35.box-border {
  width: calc((100% * 35 / 10) + (-20px + 35px));
}
.age-flow .age-block.-age5 .term35.box-border.term-over {
  width: calc((100% * 35 / 10) + (-20px + 35px) + 65px);
}
.age-flow .age-block.-age5 .term40 {
  width: calc((100% * 40 / 10) + (6 * 5px));
}
.age-flow .age-block.-age5 .term40.box-border {
  width: calc((100% * 40 / 10) + (-20px + 40px));
}
.age-flow .age-block.-age5 .term40.box-border.term-over {
  width: calc((100% * 40 / 10) + (-20px + 40px) + 65px);
}
.age-flow .age-block.-age10 {
  width: calc((100% - 140px) / 4 * 2);
}
.age-flow .age-block.-age10 .term5 {
  width: calc((100% * 5 / 10) + (-1 * 5px));
}
.age-flow .age-block.-age10 .term5.box-border {
  width: calc((100% * 5 / 10) + (-20px + 5px));
}
.age-flow .age-block.-age10 .term5.box-border.term-over {
  width: calc((100% * 5 / 10) + (-20px + 5px) + 65px);
}
.age-flow .age-block.-age10 .term10 {
  width: calc((100% * 10 / 10) + (0 * 5px));
}
.age-flow .age-block.-age10 .term10.box-border {
  width: calc((100% * 10 / 10) + (-20px + 10px));
}
.age-flow .age-block.-age10 .term10.box-border.term-over {
  width: calc((100% * 10 / 10) + (-20px + 10px) + 65px);
}
.age-flow .age-block.-age10 .term15 {
  width: calc((100% * 15 / 10) + (1 * 5px));
}
.age-flow .age-block.-age10 .term15.box-border {
  width: calc((100% * 15 / 10) + (-20px + 15px));
}
.age-flow .age-block.-age10 .term15.box-border.term-over {
  width: calc((100% * 15 / 10) + (-20px + 15px) + 65px);
}
.age-flow .age-block.-age10 .term20 {
  width: calc((100% * 20 / 10) + (2 * 5px));
}
.age-flow .age-block.-age10 .term20.box-border {
  width: calc((100% * 20 / 10) + (-20px + 20px));
}
.age-flow .age-block.-age10 .term20.box-border.term-over {
  width: calc((100% * 20 / 10) + (-20px + 20px) + 65px);
}
.age-flow .age-block.-age10 .term25 {
  width: calc((100% * 25 / 10) + (3 * 5px));
}
.age-flow .age-block.-age10 .term25.box-border {
  width: calc((100% * 25 / 10) + (-20px + 25px));
}
.age-flow .age-block.-age10 .term25.box-border.term-over {
  width: calc((100% * 25 / 10) + (-20px + 25px) + 65px);
}
.age-flow .age-block.-age10 .term30 {
  width: calc((100% * 30 / 10) + (4 * 5px));
}
.age-flow .age-block.-age10 .term30.box-border {
  width: calc((100% * 30 / 10) + (-20px + 30px));
}
.age-flow .age-block.-age10 .term30.box-border.term-over {
  width: calc((100% * 30 / 10) + (-20px + 30px) + 65px);
}
.age-flow .age-block.-age10 .term35 {
  width: calc((100% * 35 / 10) + (5 * 5px));
}
.age-flow .age-block.-age10 .term35.box-border {
  width: calc((100% * 35 / 10) + (-20px + 35px));
}
.age-flow .age-block.-age10 .term35.box-border.term-over {
  width: calc((100% * 35 / 10) + (-20px + 35px) + 65px);
}
.age-flow .age-block.-age10 .term40 {
  width: calc((100% * 40 / 10) + (6 * 5px));
}
.age-flow .age-block.-age10 .term40.box-border {
  width: calc((100% * 40 / 10) + (-20px + 40px));
}
.age-flow .age-block.-age10 .term40.box-border.term-over {
  width: calc((100% * 40 / 10) + (-20px + 40px) + 65px);
}
.age-flow .age-block.-age15 {
  width: calc((100% - 140px) / 4 * 3);
}
.age-flow .age-block.-age15 .term5 {
  width: calc((100% * 5 / 10) + (-1 * 5px));
}
.age-flow .age-block.-age15 .term5.box-border {
  width: calc((100% * 5 / 10) + (-20px + 5px));
}
.age-flow .age-block.-age15 .term5.box-border.term-over {
  width: calc((100% * 5 / 10) + (-20px + 5px) + 65px);
}
.age-flow .age-block.-age15 .term10 {
  width: calc((100% * 10 / 10) + (0 * 5px));
}
.age-flow .age-block.-age15 .term10.box-border {
  width: calc((100% * 10 / 10) + (-20px + 10px));
}
.age-flow .age-block.-age15 .term10.box-border.term-over {
  width: calc((100% * 10 / 10) + (-20px + 10px) + 65px);
}
.age-flow .age-block.-age15 .term15 {
  width: calc((100% * 15 / 10) + (1 * 5px));
}
.age-flow .age-block.-age15 .term15.box-border {
  width: calc((100% * 15 / 10) + (-20px + 15px));
}
.age-flow .age-block.-age15 .term15.box-border.term-over {
  width: calc((100% * 15 / 10) + (-20px + 15px) + 65px);
}
.age-flow .age-block.-age15 .term20 {
  width: calc((100% * 20 / 10) + (2 * 5px));
}
.age-flow .age-block.-age15 .term20.box-border {
  width: calc((100% * 20 / 10) + (-20px + 20px));
}
.age-flow .age-block.-age15 .term20.box-border.term-over {
  width: calc((100% * 20 / 10) + (-20px + 20px) + 65px);
}
.age-flow .age-block.-age15 .term25 {
  width: calc((100% * 25 / 10) + (3 * 5px));
}
.age-flow .age-block.-age15 .term25.box-border {
  width: calc((100% * 25 / 10) + (-20px + 25px));
}
.age-flow .age-block.-age15 .term25.box-border.term-over {
  width: calc((100% * 25 / 10) + (-20px + 25px) + 65px);
}
.age-flow .age-block.-age15 .term30 {
  width: calc((100% * 30 / 10) + (4 * 5px));
}
.age-flow .age-block.-age15 .term30.box-border {
  width: calc((100% * 30 / 10) + (-20px + 30px));
}
.age-flow .age-block.-age15 .term30.box-border.term-over {
  width: calc((100% * 30 / 10) + (-20px + 30px) + 65px);
}
.age-flow .age-block.-age15 .term35 {
  width: calc((100% * 35 / 10) + (5 * 5px));
}
.age-flow .age-block.-age15 .term35.box-border {
  width: calc((100% * 35 / 10) + (-20px + 35px));
}
.age-flow .age-block.-age15 .term35.box-border.term-over {
  width: calc((100% * 35 / 10) + (-20px + 35px) + 65px);
}
.age-flow .age-block.-age15 .term40 {
  width: calc((100% * 40 / 10) + (6 * 5px));
}
.age-flow .age-block.-age15 .term40.box-border {
  width: calc((100% * 40 / 10) + (-20px + 40px));
}
.age-flow .age-block.-age15 .term40.box-border.term-over {
  width: calc((100% * 40 / 10) + (-20px + 40px) + 65px);
}
.age-flow .age-block.-age20 {
  width: calc((100% - 140px) / 4 * 4);
}
.age-flow .age-block.-age20 .term5 {
  width: calc((100% * 5 / 10) + (-1 * 5px));
}
.age-flow .age-block.-age20 .term5.box-border {
  width: calc((100% * 5 / 10) + (-20px + 5px));
}
.age-flow .age-block.-age20 .term5.box-border.term-over {
  width: calc((100% * 5 / 10) + (-20px + 5px) + 65px);
}
.age-flow .age-block.-age20 .term10 {
  width: calc((100% * 10 / 10) + (0 * 5px));
}
.age-flow .age-block.-age20 .term10.box-border {
  width: calc((100% * 10 / 10) + (-20px + 10px));
}
.age-flow .age-block.-age20 .term10.box-border.term-over {
  width: calc((100% * 10 / 10) + (-20px + 10px) + 65px);
}
.age-flow .age-block.-age20 .term15 {
  width: calc((100% * 15 / 10) + (1 * 5px));
}
.age-flow .age-block.-age20 .term15.box-border {
  width: calc((100% * 15 / 10) + (-20px + 15px));
}
.age-flow .age-block.-age20 .term15.box-border.term-over {
  width: calc((100% * 15 / 10) + (-20px + 15px) + 65px);
}
.age-flow .age-block.-age20 .term20 {
  width: calc((100% * 20 / 10) + (2 * 5px));
}
.age-flow .age-block.-age20 .term20.box-border {
  width: calc((100% * 20 / 10) + (-20px + 20px));
}
.age-flow .age-block.-age20 .term20.box-border.term-over {
  width: calc((100% * 20 / 10) + (-20px + 20px) + 65px);
}
.age-flow .age-block.-age20 .term25 {
  width: calc((100% * 25 / 10) + (3 * 5px));
}
.age-flow .age-block.-age20 .term25.box-border {
  width: calc((100% * 25 / 10) + (-20px + 25px));
}
.age-flow .age-block.-age20 .term25.box-border.term-over {
  width: calc((100% * 25 / 10) + (-20px + 25px) + 65px);
}
.age-flow .age-block.-age20 .term30 {
  width: calc((100% * 30 / 10) + (4 * 5px));
}
.age-flow .age-block.-age20 .term30.box-border {
  width: calc((100% * 30 / 10) + (-20px + 30px));
}
.age-flow .age-block.-age20 .term30.box-border.term-over {
  width: calc((100% * 30 / 10) + (-20px + 30px) + 65px);
}
.age-flow .age-block.-age20 .term35 {
  width: calc((100% * 35 / 10) + (5 * 5px));
}
.age-flow .age-block.-age20 .term35.box-border {
  width: calc((100% * 35 / 10) + (-20px + 35px));
}
.age-flow .age-block.-age20 .term35.box-border.term-over {
  width: calc((100% * 35 / 10) + (-20px + 35px) + 65px);
}
.age-flow .age-block.-age20 .term40 {
  width: calc((100% * 40 / 10) + (6 * 5px));
}
.age-flow .age-block.-age20 .term40.box-border {
  width: calc((100% * 40 / 10) + (-20px + 40px));
}
.age-flow .age-block.-age20 .term40.box-border.term-over {
  width: calc((100% * 40 / 10) + (-20px + 40px) + 65px);
}
.age-flow .age-block.-age5 .graph-set, .age-flow .age-block.-age10 .graph-set {
  height: 200px;
}
.age-flow .age-block.-age5 .graph-set .term15 > :last-child, .age-flow .age-block.-age5 .graph-set .term30 > :last-child, .age-flow .age-block.-age10 .graph-set .term15 > :last-child, .age-flow .age-block.-age10 .graph-set .term30 > :last-child {
  z-index: 2;
  padding-right: 25px;
}
.age-flow .age-block.-age5 .term10, .age-flow .age-block.-age10 .term10 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 5px 20px;
}
.age-flow .age-block.-age5 .term10 .text-label-large, .age-flow .age-block.-age10 .term10 .text-label-large {
  padding: 4px 5px;
}
.age-flow .age-block.-age5 .term10 .-absolute, .age-flow .age-block.-age10 .term10 .-absolute {
  position: static;
}
.age-flow .age-block.-age5 .term10 > dt, .age-flow .age-block.-age5 .term10 dd, .age-flow .age-block.-age10 .term10 > dt, .age-flow .age-block.-age10 .term10 dd {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
.age-flow .age-block.-age5 + .age-block:last-of-type .money, .age-flow .age-block.-age10 + .age-block:last-of-type .money {
  margin-left: 10px;
}
.age-flow .age-block.-age5 + .age-block:last-of-type .graph-set, .age-flow .age-block.-age10 + .age-block:last-of-type .graph-set {
  height: 200px;
}
.age-flow .age-block.-age10 .term10 .age-flow .flow-title {
  padding-left: 25px;
}
.age-flow .age-block.-age15 .graph-set, .age-flow .age-block.-age20 .graph-set {
  height: 120px;
}
.age-flow .age-block.-age15 .graph-set .data > :last-child, .age-flow .age-block.-age20 .graph-set .data > :last-child {
  z-index: 2;
  padding-right: 25px;
}
.age-flow .age-block.-age15 + .age-block:last-of-type .money, .age-flow .age-block.-age20 + .age-block:last-of-type .money {
  margin-left: 10px;
}
.age-flow .age-block.-age15 + .age-block:last-of-type .graph-set, .age-flow .age-block.-age20 + .age-block:last-of-type .graph-set {
  height: 120px;
}
.age-flow.age-block3, .age-flow.age-block4 {
  position: relative;
}
.age-flow.age-block3.-year10 .age-block.-age10 .term-over {
  width: calc(100% - 10px + 205px);
}
.age-flow.age-block3.-year10 .age-block.-age10 .box-border {
  padding: 13px 17px 13px 25px;
}
.age-flow.age-block3.-year10 .age-block.-age10 .box-border.term10 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.age-flow.age-block3.-year10 .age-block.-age10 .box-border.term10 .text {
  margin-top: 0;
}
.age-flow.age-block3.-year10 .age-block.-age10 .box-border.term10 .text:last-child {
  margin-left: auto;
}
.age-flow.age-block3.-year10 .age-block.-age10 + .age-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 328px;
  padding-top: 12px;
}
.age-flow.age-block3.-year10 .age-block.-age10 + .age-block .-only-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 92%;
}
.age-flow.age-block3.-year10 .age-block.-age10 + .age-block .-only-label.-arrow::after {
  border-top-width: 50px;
  border-bottom-width: 50px;
}
.age-flow.age-block3.-year10 .age-block.-age10 + .age-block:last-of-type .graph-set {
  height: 206px;
}
.age-flow.age-block3.-year10 .age-block.-age10 .term10 {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.age-flow.age-block3.-year10 .age-block.-age10 .term10 .text-label-large {
  margin-top: 0;
  margin-left: 10px;
}
.age-flow.age-block3.-year10 .age-block.-age10 .term10 .text.-wrap {
  width: 100%;
  text-align: center;
}
.age-flow.age-block3 .age-block, .age-flow.age-block4 .age-block {
  /* age 5 */
}
.age-flow.age-block3 .age-block:first-of-type, .age-flow.age-block4 .age-block:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 95px;
  margin-left: 10px;
  padding: 25px 20px;
}
.age-flow.age-block3 .age-block:nth-of-type(2), .age-flow.age-block4 .age-block:nth-of-type(2) {
  margin-left: -3px;
  background-image: radial-gradient(circle farthest-side, #0067C7 1px, transparent 2px, transparent 4px);
  background-position: left;
  background-size: 5px 7px;
  background-repeat: repeat-y;
}
.age-flow.age-block3 .age-block.-age5 .term10 :not(:first-child), .age-flow.age-block3 .age-block.-age10 .term10 :not(:first-child), .age-flow.age-block4 .age-block.-age5 .term10 :not(:first-child), .age-flow.age-block4 .age-block.-age10 .term10 :not(:first-child) {
  margin-top: 10px;
}
.age-flow.age-block3.-over .age-block:first-of-type, .age-flow.age-block4.-over .age-block:first-of-type {
  margin-bottom: 170px;
}
.age-flow.age-block3.-over .age-block.point:nth-of-type(3).-age10, .age-flow.age-block3.-over .age-block.point:nth-of-type(3).-age5, .age-flow.age-block4.-over .age-block.point:nth-of-type(3).-age10, .age-flow.age-block4.-over .age-block.point:nth-of-type(3).-age5 {
  margin-bottom: 152px;
}
.age-flow.age-block-only .age-block {
  /* age width(px) 5 - 20 */
}
.age-flow.age-block-only .age-block:first-of-type {
  margin-left: -3px;
  background-image: radial-gradient(circle farthest-side, #0067C7 1px, transparent 2px, transparent 4px);
  background-position: left;
  background-size: 5px 7px;
  background-repeat: repeat-y;
}
.age-flow.age-block-only .age-block:last-of-type {
  min-width: 150px;
}
.age-flow.age-block-only .age-block.-age5 {
  width: calc( 100% / 4 * 1);
}
.age-flow.age-block-only .age-block.-age10 {
  width: calc( 100% / 4 * 2);
}
.age-flow.age-block-only .age-block.-age15 {
  width: calc( 100% / 4 * 3);
}
.age-flow.age-block-only .age-block.-age20 {
  width: calc( 100% / 4 * 4);
}
.age-flow .-arrow {
  position: relative;
  width: 77%;
  margin-left: 4px;
}
.age-flow .-arrow::after {
  -webkit-box-sizing: box-border;
  box-sizing: box-border;
  display: block;
  position: absolute;
  top: 0;
  right: -52px;
  width: 20px;
  height: 100%;
  border: 30px solid transparent;
  content: "";
}
.age-flow .-bg_orange {
  background-color: #FFE8D4;
}
.age-flow .-bg_orange.-arrow::after {
  border-left: 22px solid #FFE8D4;
}
.age-flow .-bg_orange .text-label-small, .age-flow .-bg_orange .text-label-large {
  color: #FF7C09;
}
.age-flow .-bg_blue {
  background-color: #E4EFF9;
}
.age-flow .-bg_blue.-arrow::after {
  border-left: 22px solid #E4EFF9;
}
.age-flow .-bg_blue .text-label-small, .age-flow .-bg_blue .text-label-large {
  color: #0067C7;
}
.age-flow .-bg_orange02 {
  background-color: #fff6ee;
}
.age-flow .-bg_orange02.-arrow::after {
  border-left: 22px solid #fff6ee;
}
.age-flow .-bg_orange02 .text-label-small, .age-flow .-bg_orange02 .text-label-large {
  color: #FF7C09;
}

.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.news-head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.news-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.news-ttl {
  font-weight: 500;
  font-size: 2.4rem;
}
.news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  padding-top: 0.5em;
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-item::before {
  -ms-flex-negative: 0;
  -webkit-transform: translateY(0.6666666667em) rotate(-45deg);
  display: block;
  flex-shrink: 0;
  width: 0.5555555556em;
  height: 0.5555555556em;
  transform: translateY(0.6666666667em) rotate(-45deg);
  border-right: 3px solid #006C52;
  border-bottom: 3px solid #006C52;
  content: "";
}
.news-item > a, .news-item > span {
  margin-left: 1.0625em;
}
.news-item a {
  color: #0067C7;
}
.news-item a:not(:hover) {
  text-decoration: underline;
}
.news-item .-icon {
  max-height: 1.5em;
  margin-left: 0.3em;
}

.content-tab {
  z-index: 5;
  position: sticky;
  top: 117px;
  padding-top: 20px;
  border-bottom: 2px solid #FF7C09;
  background-color: #ffffff;
}
.content-tab .tab-list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 16px;
}
.content-tab .tab-button {
  width: 100%;
  max-width: 240px;
  border-radius: 8px 8px 0 0;
  background-color: #FFE8D4;
  text-align: center;
}
.content-tab .tab-button button {
  width: 100%;
  padding: 5px 10px 4px;
  color: #723500;
  font-size: 1.8rem;
}
.content-tab .tab-button.is-active {
  position: relative;
  background-color: #FF7C09;
}
.content-tab .tab-button.is-active button {
  padding-top: 9px;
  padding-bottom: 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.2rem;
}
.content-tab .tab-button.is-active::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 8px solid #FF7C09;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}

.tab-cont:not(.is-active) {
  display: none;
}
.tab-cont + .tab-cont {
  margin-top: 0;
}

body:has(.is-scroll) .content-tab {
  top: 55px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.top .content-section#menu {
  padding-top: 50px;
}
.top .content-section#menu .blk-column {
  gap: 34px;
}
.top .content-section#news {
  margin-top: 30px;
}
.top .top-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 37px 24px 32px;
  border-radius: 20px;
}
.top .top-menu-head {
  margin-bottom: 11px;
}
.top .top-menu-body {
  margin-bottom: 30px;
}
.top .top-menu-footer {
  min-height: 176px;
  margin-top: auto;
}
.top .top-menu-footer > * + * {
  margin-top: 16px;
}
.top .top-menu-footer .top-menu-navi-label.-simulation {
  margin-top: -36px;
}
.top .top-menu-icon {
  -ms-flex-item-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  justify-content: center;
}
.top .top-menu-icon img {
  display: block;
}
.top .top-menu-ttl {
  margin-top: 32px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}
.top .top-menu-navi {
  margin-top: auto;
}
.top .top-menu-navi-label + * {
  margin-top: 8px;
}
.top .top-menu-navi .button {
  width: 100%;
  font-size: 1.9rem;
}

.logout .form-content input, .logout .form-content select, .logout .form-content textarea {
  font-size: 1.6rem;
  line-height: 1.1428571429;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.logout .form-content input::-webkit-input-placeholder, .logout .form-content select::-webkit-input-placeholder, .logout .form-content textarea::-webkit-input-placeholder {
  color: #BCE0FD;
}
.logout .form-content input::-moz-placeholder, .logout .form-content select::-moz-placeholder, .logout .form-content textarea::-moz-placeholder {
  color: #BCE0FD;
}
.logout .form-content input:-ms-input-placeholder, .logout .form-content select:-ms-input-placeholder, .logout .form-content textarea:-ms-input-placeholder {
  color: #BCE0FD;
}
.logout .form-content input::-ms-input-placeholder, .logout .form-content select::-ms-input-placeholder, .logout .form-content textarea::-ms-input-placeholder {
  color: #BCE0FD;
}
.logout .form-content input::placeholder, .logout .form-content select::placeholder, .logout .form-content textarea::placeholder {
  color: #BCE0FD;
}
.logout .form-content input[type=password], .logout .form-content select[type=password], .logout .form-content textarea[type=password] {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

.logout .heading-maintenance {
  border: 1px solid #C10000;
  border-radius: 10px;
  padding: 20px 40px;
}

.reference .-pensioninfo-age {
  font-size: 3rem;
}
.reference .-pensioninfo-emphasis {
  padding-right: 65px;
}
.reference .-pensioninfo-emphasis .emphasis {
  padding-right: 5px;
  font-size: 3rem;
}
.reference .-pensioninfo-breakdown .data-title {
  text-align: left;
}
.reference .-pensioninfo-breakdown .data.-pensioninfo-breakdown-item {
  padding: 18px 25px;
}
.reference .-pensioninfo-breakdown .data.-pensioninfo-breakdown-item dt, .reference .-pensioninfo-breakdown .data.-pensioninfo-breakdown-item dd {
  font-size: 1.8rem;
}
.reference .box-has-header .box-has-header-heading {
  background-color: #006C52;
}
.reference .age-flow .age-block:last-of-type {
  background-image: radial-gradient(circle farthest-side, #006C52 1px, transparent 2px, transparent 4px);
}
.reference .age-flow .age-block.point {
  border-top-color: #006C52;
}
.reference .age-flow .age-block.point::before {
  background-color: #006C52;
}
.reference .age-flow .age-block.point:last-of-type::after {
  border-color: #006C52;
}
.reference .age-flow.age-block3 .age-block:nth-of-type(2), .reference .age-flow.age-block4 .age-block:nth-of-type(2) {
  background-image: radial-gradient(circle farthest-side, #006C52 1px, transparent 2px, transparent 4px);
}
.reference .age-flow .text .emphasis {
  color: #006C52;
}
.reference .box-border {
  border-color: #006C52;
}

.form-search {
  max-height: 300px;
}
.form-search .link-list {
  width: 100%;
}
.form-search .link-list li a {
  display: block;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #ccc;
  color: #333333;
  font-size: 1.2rem;
  text-decoration: underline;
}
.form-search .link-list li a:hover {
  background-color: #f0f0f0;
}
.form-search .link-list li:first-child a {
  border-top: 1px solid #ccc;
}

.form-pdficon {
  max-height: 1.5em;
  margin-left: 0.3em;
}
.form-pdficon img {
  vertical-align: -0.1em;
}

.sp {
  display: none !important;
}
/* display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-i-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}
.of-hidden {
  overflow: hidden;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.hover-opacity:hover {
  opacity: 0.8;
}

/* scroll */
.scroll-y {
  overflow-y: auto;
}
.scroll-x {
  overflow-x: auto;
}

.-bg_white {
  background-color: #ffffff;
}
.-bg_gray {
  background-color: #EBEBEB;
}
.-bg_lightgray {
  background-color: #F8F8F8;
}
.-bg_lightgray02 {
  background-color: #F4F6F8;
}
.-bg_lightblue {
  background-color: #F5FAFF;
}
.-bg_lightgreen {
  background-color: #ddece8;
}
.-bg_lightgreen02 {
  background-color: #f5fffa;
}

/* float */
.fl-left {
  float: left !important;
}
.fl-right {
  float: right !important;
}
.fl-none {
  float: none !important;
}
/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}
.fw-bold {
  font-weight: bold !important;
}

/* font-size */
.fs-sm {
  font-size: 1.4rem !important;
}
.fs-md {
  font-size: 1.6rem !important;
}
.fs-lg {
  font-size: 1.8rem !important;
}
.fs-xl {
  font-size: 2rem !important;
}
.fs-xxl {
  font-size: 2.2rem !important;
}
/* color */
.fc-red, .fc-error {
  color: #C10000 !important;
}
.fc-blue {
  color: #0067C7 !important;
}
.fc-green {
  color: #006C52 !important;
}
.fc-orange {
  color: #DE5410 !important;
}
.fc-gray {
  color: #666 !important;
}

/* margin */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}
/* padding */
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}
/* text-align */
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
/* vertical-align */
.va-top {
  vertical-align: top !important;
}
.va-middle {
  vertical-align: middle !important;
}
.va-bottom {
  vertical-align: bottom !important;
}
/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

.ws-normal {
  white-space: normal !important;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}
.w-10 {
  width: 10px !important;
}
.w-15 {
  width: 15px !important;
}
.w-20 {
  width: 20px !important;
}
.w-25 {
  width: 25px !important;
}
.w-30 {
  width: 30px !important;
}
.w-35 {
  width: 35px !important;
}
.w-40 {
  width: 40px !important;
}
.w-45 {
  width: 45px !important;
}
.w-50 {
  width: 50px !important;
}
.w-55 {
  width: 55px !important;
}
.w-60 {
  width: 60px !important;
}
.w-65 {
  width: 65px !important;
}
.w-70 {
  width: 70px !important;
}
.w-75 {
  width: 75px !important;
}
.w-80 {
  width: 80px !important;
}
.w-85 {
  width: 85px !important;
}
.w-90 {
  width: 90px !important;
}
.w-95 {
  width: 95px !important;
}
.w-100 {
  width: 100px !important;
}
.w-105 {
  width: 105px !important;
}
.w-110 {
  width: 110px !important;
}
.w-115 {
  width: 115px !important;
}
.w-120 {
  width: 120px !important;
}
.w-125 {
  width: 125px !important;
}
.w-130 {
  width: 130px !important;
}
.w-135 {
  width: 135px !important;
}
.w-140 {
  width: 140px !important;
}
.w-145 {
  width: 145px !important;
}
.w-150 {
  width: 150px !important;
}
.w-155 {
  width: 155px !important;
}
.w-160 {
  width: 160px !important;
}
.w-165 {
  width: 165px !important;
}
.w-170 {
  width: 170px !important;
}
.w-175 {
  width: 175px !important;
}
.w-180 {
  width: 180px !important;
}
.w-185 {
  width: 185px !important;
}
.w-190 {
  width: 190px !important;
}
.w-195 {
  width: 195px !important;
}
.w-200 {
  width: 200px !important;
}
.w-205 {
  width: 205px !important;
}
.w-210 {
  width: 210px !important;
}
.w-215 {
  width: 215px !important;
}
.w-220 {
  width: 220px !important;
}
.w-225 {
  width: 225px !important;
}
.w-230 {
  width: 230px !important;
}
.w-235 {
  width: 235px !important;
}
.w-240 {
  width: 240px !important;
}
.w-245 {
  width: 245px !important;
}
.w-250 {
  width: 250px !important;
}
.w-255 {
  width: 255px !important;
}
.w-260 {
  width: 260px !important;
}
.w-265 {
  width: 265px !important;
}
.w-270 {
  width: 270px !important;
}
.w-275 {
  width: 275px !important;
}
.w-280 {
  width: 280px !important;
}
.w-285 {
  width: 285px !important;
}
.w-290 {
  width: 290px !important;
}
.w-295 {
  width: 295px !important;
}
.w-300 {
  width: 300px !important;
}
.w-305 {
  width: 305px !important;
}
.w-310 {
  width: 310px !important;
}
.w-315 {
  width: 315px !important;
}
.w-320 {
  width: 320px !important;
}
.w-325 {
  width: 325px !important;
}
.w-330 {
  width: 330px !important;
}
.w-335 {
  width: 335px !important;
}
.w-340 {
  width: 340px !important;
}
.w-345 {
  width: 345px !important;
}
.w-350 {
  width: 350px !important;
}
.w-355 {
  width: 355px !important;
}
.w-360 {
  width: 360px !important;
}
.w-365 {
  width: 365px !important;
}
.w-370 {
  width: 370px !important;
}
.w-375 {
  width: 375px !important;
}
.w-380 {
  width: 380px !important;
}
.w-385 {
  width: 385px !important;
}
.w-390 {
  width: 390px !important;
}
.w-395 {
  width: 395px !important;
}
.w-400 {
  width: 400px !important;
}
/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}
.w-10per {
  width: 10% !important;
}
.w-15per {
  width: 15% !important;
}
.w-20per {
  width: 20% !important;
}
.w-25per {
  width: 25% !important;
}
.w-30per {
  width: 30% !important;
}
.w-35per {
  width: 35% !important;
}
.w-40per {
  width: 40% !important;
}
.w-45per {
  width: 45% !important;
}
.w-50per {
  width: 50% !important;
}
.w-55per {
  width: 55% !important;
}
.w-60per {
  width: 60% !important;
}
.w-65per {
  width: 65% !important;
}
.w-70per {
  width: 70% !important;
}
.w-75per {
  width: 75% !important;
}
.w-80per {
  width: 80% !important;
}
.w-85per {
  width: 85% !important;
}
.w-90per {
  width: 90% !important;
}
.w-95per {
  width: 95% !important;
}
.w-100per {
  width: 100% !important;
}
/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}
.w-2em {
  width: 2em !important;
}
.w-3em {
  width: 3em !important;
}
.w-4em {
  width: 4em !important;
}
.w-5em {
  width: 5em !important;
}
.w-6em {
  width: 6em !important;
}
.w-7em {
  width: 7em !important;
}
.w-8em {
  width: 8em !important;
}
.w-9em {
  width: 9em !important;
}
.w-10em {
  width: 10em !important;
}
.w-11em {
  width: 11em !important;
}
.w-12em {
  width: 12em !important;
}
.w-13em {
  width: 13em !important;
}
.w-14em {
  width: 14em !important;
}
.w-15em {
  width: 15em !important;
}
.w-16em {
  width: 16em !important;
}
.w-17em {
  width: 17em !important;
}
.w-18em {
  width: 18em !important;
}
.w-19em {
  width: 19em !important;
}
.w-20em {
  width: 20em !important;
}
/* width auto*/
.w-auto {
  width: auto !important;
}
.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
/* max-width(px) 5-700 */
.maxw-5 {
  max-width: 5px !important;
}
.maxw-10 {
  max-width: 10px !important;
}
.maxw-15 {
  max-width: 15px !important;
}
.maxw-20 {
  max-width: 20px !important;
}
.maxw-25 {
  max-width: 25px !important;
}
.maxw-30 {
  max-width: 30px !important;
}
.maxw-35 {
  max-width: 35px !important;
}
.maxw-40 {
  max-width: 40px !important;
}
.maxw-45 {
  max-width: 45px !important;
}
.maxw-50 {
  max-width: 50px !important;
}
.maxw-55 {
  max-width: 55px !important;
}
.maxw-60 {
  max-width: 60px !important;
}
.maxw-65 {
  max-width: 65px !important;
}
.maxw-70 {
  max-width: 70px !important;
}
.maxw-75 {
  max-width: 75px !important;
}
.maxw-80 {
  max-width: 80px !important;
}
.maxw-85 {
  max-width: 85px !important;
}
.maxw-90 {
  max-width: 90px !important;
}
.maxw-95 {
  max-width: 95px !important;
}
.maxw-100 {
  max-width: 100px !important;
}
.maxw-105 {
  max-width: 105px !important;
}
.maxw-110 {
  max-width: 110px !important;
}
.maxw-115 {
  max-width: 115px !important;
}
.maxw-120 {
  max-width: 120px !important;
}
.maxw-125 {
  max-width: 125px !important;
}
.maxw-130 {
  max-width: 130px !important;
}
.maxw-135 {
  max-width: 135px !important;
}
.maxw-140 {
  max-width: 140px !important;
}
.maxw-145 {
  max-width: 145px !important;
}
.maxw-150 {
  max-width: 150px !important;
}
.maxw-155 {
  max-width: 155px !important;
}
.maxw-160 {
  max-width: 160px !important;
}
.maxw-165 {
  max-width: 165px !important;
}
.maxw-170 {
  max-width: 170px !important;
}
.maxw-175 {
  max-width: 175px !important;
}
.maxw-180 {
  max-width: 180px !important;
}
.maxw-185 {
  max-width: 185px !important;
}
.maxw-190 {
  max-width: 190px !important;
}
.maxw-195 {
  max-width: 195px !important;
}
.maxw-200 {
  max-width: 200px !important;
}
.maxw-205 {
  max-width: 205px !important;
}
.maxw-210 {
  max-width: 210px !important;
}
.maxw-215 {
  max-width: 215px !important;
}
.maxw-220 {
  max-width: 220px !important;
}
.maxw-225 {
  max-width: 225px !important;
}
.maxw-230 {
  max-width: 230px !important;
}
.maxw-235 {
  max-width: 235px !important;
}
.maxw-240 {
  max-width: 240px !important;
}
.maxw-245 {
  max-width: 245px !important;
}
.maxw-250 {
  max-width: 250px !important;
}
.maxw-255 {
  max-width: 255px !important;
}
.maxw-260 {
  max-width: 260px !important;
}
.maxw-265 {
  max-width: 265px !important;
}
.maxw-270 {
  max-width: 270px !important;
}
.maxw-275 {
  max-width: 275px !important;
}
.maxw-280 {
  max-width: 280px !important;
}
.maxw-285 {
  max-width: 285px !important;
}
.maxw-290 {
  max-width: 290px !important;
}
.maxw-295 {
  max-width: 295px !important;
}
.maxw-300 {
  max-width: 300px !important;
}
.maxw-305 {
  max-width: 305px !important;
}
.maxw-310 {
  max-width: 310px !important;
}
.maxw-315 {
  max-width: 315px !important;
}
.maxw-320 {
  max-width: 320px !important;
}
.maxw-325 {
  max-width: 325px !important;
}
.maxw-330 {
  max-width: 330px !important;
}
.maxw-335 {
  max-width: 335px !important;
}
.maxw-340 {
  max-width: 340px !important;
}
.maxw-345 {
  max-width: 345px !important;
}
.maxw-350 {
  max-width: 350px !important;
}
.maxw-355 {
  max-width: 355px !important;
}
.maxw-360 {
  max-width: 360px !important;
}
.maxw-365 {
  max-width: 365px !important;
}
.maxw-370 {
  max-width: 370px !important;
}
.maxw-375 {
  max-width: 375px !important;
}
.maxw-380 {
  max-width: 380px !important;
}
.maxw-385 {
  max-width: 385px !important;
}
.maxw-390 {
  max-width: 390px !important;
}
.maxw-395 {
  max-width: 395px !important;
}
.maxw-400 {
  max-width: 400px !important;
}
.maxw-405 {
  max-width: 405px !important;
}
.maxw-410 {
  max-width: 410px !important;
}
.maxw-415 {
  max-width: 415px !important;
}
.maxw-420 {
  max-width: 420px !important;
}
.maxw-425 {
  max-width: 425px !important;
}
.maxw-430 {
  max-width: 430px !important;
}
.maxw-435 {
  max-width: 435px !important;
}
.maxw-440 {
  max-width: 440px !important;
}
.maxw-445 {
  max-width: 445px !important;
}
.maxw-450 {
  max-width: 450px !important;
}
.maxw-455 {
  max-width: 455px !important;
}
.maxw-460 {
  max-width: 460px !important;
}
.maxw-465 {
  max-width: 465px !important;
}
.maxw-470 {
  max-width: 470px !important;
}
.maxw-475 {
  max-width: 475px !important;
}
.maxw-480 {
  max-width: 480px !important;
}
.maxw-485 {
  max-width: 485px !important;
}
.maxw-490 {
  max-width: 490px !important;
}
.maxw-495 {
  max-width: 495px !important;
}
.maxw-500 {
  max-width: 500px !important;
}
.maxw-505 {
  max-width: 505px !important;
}
.maxw-510 {
  max-width: 510px !important;
}
.maxw-515 {
  max-width: 515px !important;
}
.maxw-520 {
  max-width: 520px !important;
}
.maxw-525 {
  max-width: 525px !important;
}
.maxw-530 {
  max-width: 530px !important;
}
.maxw-535 {
  max-width: 535px !important;
}
.maxw-540 {
  max-width: 540px !important;
}
.maxw-545 {
  max-width: 545px !important;
}
.maxw-550 {
  max-width: 550px !important;
}
.maxw-555 {
  max-width: 555px !important;
}
.maxw-560 {
  max-width: 560px !important;
}
.maxw-565 {
  max-width: 565px !important;
}
.maxw-570 {
  max-width: 570px !important;
}
.maxw-575 {
  max-width: 575px !important;
}
.maxw-580 {
  max-width: 580px !important;
}
.maxw-585 {
  max-width: 585px !important;
}
.maxw-590 {
  max-width: 590px !important;
}
.maxw-595 {
  max-width: 595px !important;
}
.maxw-600 {
  max-width: 600px !important;
}
.maxw-605 {
  max-width: 605px !important;
}
.maxw-610 {
  max-width: 610px !important;
}
.maxw-615 {
  max-width: 615px !important;
}
.maxw-620 {
  max-width: 620px !important;
}
.maxw-625 {
  max-width: 625px !important;
}
.maxw-630 {
  max-width: 630px !important;
}
.maxw-635 {
  max-width: 635px !important;
}
.maxw-640 {
  max-width: 640px !important;
}
.maxw-645 {
  max-width: 645px !important;
}
.maxw-650 {
  max-width: 650px !important;
}
.maxw-655 {
  max-width: 655px !important;
}
.maxw-660 {
  max-width: 660px !important;
}
.maxw-665 {
  max-width: 665px !important;
}
.maxw-670 {
  max-width: 670px !important;
}
.maxw-675 {
  max-width: 675px !important;
}
.maxw-680 {
  max-width: 680px !important;
}
.maxw-685 {
  max-width: 685px !important;
}
.maxw-690 {
  max-width: 690px !important;
}
.maxw-695 {
  max-width: 695px !important;
}
.maxw-700 {
  max-width: 700px !important;
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .button {
    padding: 0.85em 1.5em;
  }
  .button.-lg {
    padding-top: 1.2857142857em;
    padding-bottom: 1.2857142857em;
  }
  .button-square {
    font-size: 1.5rem;
  }
  body {
    padding-top: 71px;
  }
  body:has(.header.-logout) {
    padding-top: 74px;
  }
  .header-inner {
    -ms-flex-wrap: wrap;
    position: relative;
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 0 10px;
  }
  .header:has(.is-open) {
    border-bottom: none;
  }
  .header-logo {
    width: 184px;
    padding: 14px 3px;
  }
  .header-info {
    -ms-flex-wrap: wrap;
    position: relative;
    flex-wrap: wrap;
    padding: 15px 130px 15px 20px;
    gap: 0;
    background-color: #ffffff;
  }
  .header-info > * {
    width: 100%;
  }
  .header-info .header-info-name {
    margin-top: 6px;
  }
  .header-info .header-info-logout {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 110px;
  }
  .header-info .header-info-logout a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-nav {
    visibility: visible;
    z-index: auto;
    position: relative;
    width: 100%;
    max-height: calc(100vh - 71px);
    opacity: 1;
  }
  .header-nav-menu {
    width: 100%;
  }
  .header-nav-menu-close {
    display: block;
    z-index: 0;
    position: relative;
    min-width: 170px;
    margin: 13px auto 0;
    padding: 0.6428571429em 2.8571428571em;
    border: 2px solid #ffffff;
    border-radius: 60px;
    background-color: #006C52;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
  }
  .header-nav-menu-close::after {
    -webkit-transform: translate(0, -50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 1.2857142857em;
    width: 18px;
    height: 19px;
    transform: translate(0, -50%);
    background: url("/member/assets/images/common/icon_ham_close02.svg") no-repeat center;
    background-size: contain;
    content: "";
  }
  .header-menu-global-item > a .-icon {
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
  }
  .header span.header-sp-text {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
  }
  .dropdown-box {
    display: block !important;
    background-color: #006C52;
  }
  .dropdown-item a {
    position: relative;
    color: #ffffff;
    white-space: normal;
  }
  .dropdown-item a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: auto;
    background: url(/member/assets/images/common/icon_arrow.svg) no-repeat 0 50%;
    background-size: 100%;
    content: "";
  }
  .header-nav:not(.is-open) {
    display: none;
  }
  .header-nav.is-open .dropdown a.is-active {
    background: #006C52;
    color: #ffffff;
  }
  .header-nav.is-open .dropdown.header-menu-global-item > a::before {
    -webkit-transform: rotate(90deg);
    top: 20px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .header-nav.is-open .dropdown.header-menu-global-item > a.is-active::before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .header-nav.is-open .dropdown-box {
    -webkit-box-shadow: none;
    -webkit-transform: none;
    position: relative;
    padding-left: 40px;
    transform: none;
    box-shadow: none;
  }
  .header-nav.is-open .dropdown-box.is-open .header-menu-global-item > a {
    padding: 12px 5px 12px 30px !important;
    line-height: 1.5;
    white-space: inherit;
  }
  .breadcrumb-inner {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .breadcrumb-list > li {
    font-size: 1.4rem;
  }
  .footer {
    font-size: 1.6rem;
  }
  .footer-info {
    padding: 20px;
  }
  .footer.-logout .footer-info {
    padding: 60px 20px 20px;
  }
  .footer-logo {
    display: block;
    text-align: center;
  }
  .footer-logo-corporate {
    margin: 0 auto;
    text-align: center;
  }
  .footer-logo-division {
    position: static;
  }
  .footer-menu {
    display: block;
  }
  .footer-menu-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    flex-direction: column-reverse;
    align-items: initial;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .footer.-logout .footer-menu-unit {
    margin-bottom: 57px;
  }
  .footer-menu-item.-medical::before, .footer-menu-item.-privacy::before, .footer-menu-item.-inquiry::before {
    background-size: 15px;
  }
  .footer-menu-item + .footer-menu-item {
    margin-left: 0px;
  }
  .footer-copyright {
    font-size: 1.2rem;
    text-align: center;
  }
  .go-top {
    width: 65px;
    height: 65px;
    padding: 10px;
    font-size: 1.1rem;
    line-height: 1.2727272727;
  }
  .go-top span.icon {
    margin-bottom: 4px;
  }
  .go-top span.icon img {
    width: 21px;
  }
  .content-inner {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-inner-sm {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-header {
    padding: 28px 0px 14px;
  }
  .content-header .main-heading {
    padding: 20px 0;
  }
  .content-header .main-heading + .sub-heading {
    margin-top: 12px;
    margin-bottom: 25px;
  }
  .content-header:nth-child(n+2) {
    padding: 14px 20px;
  }
  .content-header:nth-child(n+2) .main-heading {
    padding: 20px 0;
  }
  .content-section + .content-section {
    margin-top: 50px;
  }
  .content-section[class*=-bg_] {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .content-section:last-child {
    padding-bottom: 109px;
  }
  .blk-head:not(:first-child) {
    margin-top: 4.2rem;
  }
  .blk-head + .blk-head {
    margin-top: 1.4rem;
  }
  .blk-head + .blk-txt:not(:first-child) {
    margin-top: 2.1rem;
  }
  .blk-cont:not(:first-child) {
    margin-top: 3rem;
  }
  .blk-txt:not(:first-child) {
    margin-top: 1.4rem;
  }
  .blk-column {
    gap: 20px;
  }
  .blk-column.sp-dir_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blk-formitem-label:not(.-middle) {
    padding-top: 0;
  }
  .blk-formitem.sp-dir_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blk-formitem.sp-dir_col .blk-formitem-label.-middle {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .blk-formitem + .blk-formitem {
    margin-top: 28px;
  }
  .blk-tell {
    font-size: 2.9rem;
  }
  .blk-tell .link-tell + * {
    padding-left: 2.8504273504em;
  }
  .blk-tell .link-tell + * {
    font-size: 1.3rem;
  }
  .blk-tell[class*=-bg_] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 294px;
    padding: 14px 17px 13px;
  }
  .box {
    padding: 28px 14px;
  }
  .box.-px_lg {
    padding-right: 14px;
    padding-left: 14px;
  }
  .box.-error {
    font-size: 1.8rem;
  }
  .flowbox {
    min-height: 40px;
  }
  .flowbox .txt {
    font-size: 1.2rem;
  }
  .flowbox > *:not(:last-child)::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .faq-box-question, .faq-box-answer {
    padding-left: 40px;
  }
  .faq-box-question::before, .faq-box-answer::before {
    top: 15px;
    left: 11px;
    width: 15px;
    height: 21px;
  }
  .faq-box-question {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 18px;
    padding-left: 40px;
    font-size: 1.4rem;
  }
  .faq-box-question::after {
    right: 9px;
    width: 18px;
  }
  .faq-box-answer {
    font-size: 1.4rem;
  }
  .faq-box-answer-inner {
    padding: 12px 0 16px;
  }
  .form-checkbox-label {
    font-size: 1.4rem;
  }
  .form-content .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-content .form-item-head {
    width: 100%;
    margin: 0 -10px;
  }
  .form-content .form-item-head-ttl {
    display: block;
  }
  .form-content .form-item-head-ttl::after {
    margin-left: 10px;
    padding-top: 0.05em;
    font-size: 1.2rem;
  }
  .form-content .form-item-head-ttl:has(.icon-question) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-content .form-item-head-ttl:has(.icon-question)::after {
    margin-top: 3px;
  }
  .form-content .form-item-head-ttl .icon-question {
    width: 20px;
    margin-top: 5px;
    font-size: 12px;
  }
  .form-content .form-item-head > *:not(.form-item-head-ttl) {
    margin-right: 0;
  }
  .form-content .form-item.required .form-item-head-ttl::after {
    margin-left: 7px;
    padding-top: 0.05em;
    font-size: 1.2rem;
  }
  .form-content .form-item.required .form-item-head-ttl:has(.icon-question)::after {
    margin-top: 3px;
  }
  .form-content .form-item-body {
    width: calc(100% + 10px);
    margin: 0 -5px;
    padding: 0;
  }
  .form-content .form-item-body > * {
    padding: 10px 8px;
  }
  .form-content .form-item-body-label {
    margin-right: 0;
  }
  .form-content .form-item-body-label.-address-label, .form-content .form-item-body-label.-sub-label {
    width: auto;
  }
  .form-content .form-item.-have-children .form-item-body > * {
    padding: 0 8px;
  }
  .form-content .form-item.-have-children .form-item-body > * .form-selectbtn-outer {
    margin-bottom: 0;
  }
  .form-content .form-item.-have-children + * {
    margin-top: 14px;
  }
  .form-content .form-item-subttl {
    padding: 10px 8px;
  }
  .form-content .form-item.header-item .form-item-head {
    width: 100%;
  }
  .form-content .form-item.header-item .form-item-body {
    width: 100%;
  }
  .form-content .txt-description {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-content .txt-error {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-inputbox {
    padding: 12px;
  }
  .form-inputbox-name {
    width: calc(100% - 35px);
  }
  .form-inputbox-name:nth-of-type(2n) {
    display: inline-block;
    margin-top: 10px;
  }
  .form-inputbox-tell-1 {
    width: 70px;
  }
  .form-inputbox-tell-2 {
    width: 70px;
  }
  .form-inputbox-tell-3 {
    width: 70px;
  }
  .form-inputbox-address-text {
    width: 100%;
  }
  .form-inputbox-number-text {
    width: calc(100% - 1.5em);
  }
  .form-content .form-item-set-wrap > *:not(.txt-error) {
    padding: 10px 8px;
  }
  .form-item-set-cont > * {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .form-item-set-cont .form-item-set-body-label {
    padding-bottom: 2px;
  }
  .form-item-set-body {
    width: 99%;
  }
  .form-item-set-body.-inline-sm {
    width: 83px;
  }
  .form-item-set-body.-inline-sm select {
    width: 83px;
  }
  .form-item-set-body.-inline-sm + .-inline-lg {
    width: calc(100% - 84px);
  }
  .form-item-set-body + .form-item-set-body {
    margin-left: 0;
  }
  .form-item-set-body input[type=text] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form-item-set-body .form-selectbtn-outer {
    margin-bottom: 0;
  }
  .form-item-set-body-label {
    margin-top: 3px;
  }
  .form-content .other-text-outer > .other-text-head {
    margin-right: 0;
  }
  .form-content .other-text-outer input[type=text] {
    width: 70px;
  }
  .form-content .other-text-outer input[type=text].-kingaku {
    width: 84px;
  }
  .form-content .other-text-outer input[type=text].-kuchi {
    padding-right: 12px;
    padding-left: 12px;
  }
  .form-content input, .form-content select, .form-content textarea {
    font-size: 1.4rem;
  }
  .form-radiobtn-area.sp-dir_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-radiobtn-outer + .detail-box {
    padding-top: 0;
  }
  .form-radiobtn-box-2col .-box {
    width: 100%;
  }
  .form-radiobtn-box-2col .-box + .-box {
    margin-top: 10px;
  }
  .form-radiobtn-outer {
    display: inline-block;
    padding: 0 5px;
  }
  .form-radiobtn-1col .form-radiobtn-outer {
    width: 100%;
    margin-right: 0;
  }
  .form-radiobtn-2col .form-radiobtn-outer {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .form-radiobtn-3col .form-radiobtn-outer {
    width: calc(33% - 10px);
    margin-right: 0;
  }
  .form-radiobtn-4col .form-radiobtn-outer {
    width: calc(25% - 10px);
    margin-right: 0;
  }
  .form-selectbtn {
    padding-left: 12px;
  }
  .form-selectbtn.-sm {
    min-width: 60px;
  }
  .form-selectbtn.-md {
    min-width: 112px;
  }
  .form-selectbtn.-year {
    width: 100%;
  }
  .form-selectbtn {
    padding: 12px 25px 12px 8px;
    font-size: 1.4rem;
  }
  .form-selectbtn-outer {
    margin-bottom: 10px;
    padding: 0;
  }
  .form-selectbtn-outer ~ span {
    margin-right: 2.5%;
  }
  .form-selectbtn-outer.-triangle::before {
    right: 15%;
  }
  .form-selectbtn-outer.-arrow::before {
    right: 0.5em;
  }
  .form-selectbtn-placeholder {
    left: 12px;
  }
  .heading-lv1 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .heading-lv1 + .heading-lead {
    margin-top: 2.3em;
    font-size: 1.4rem;
  }
  .heading-lv2 {
    font-size: 2.2rem;
  }
  .heading-lv3 {
    font-size: 1.8rem;
  }
  .heading-lv4 {
    font-size: 1.6rem;
  }
  .heading-border {
    font-size: 1.8rem;
  }
  .input-checkbox::before {
    margin-top: 0;
  }
  .input-checkbox:has(input:checked)::after {
    top: 7px;
  }
  .input-checkbox.fs-sm:has(input:checked)::after {
    top: 6px;
  }
  .input-checkbox.fs-sm span {
    margin-top: 2px;
  }
  .link-list {
    row-gap: 8px;
  }
  .link-list.-inline {
    gap: 10px 32px;
  }
  dl.list-define {
    max-width: none !important;
    margin: 0 !important;
  }
  dl.list-define dt, dl.list-define dd {
    padding-top: 0.875em;
    padding-bottom: 0.875em;
  }
  .modal {
    width: 90%;
  }
  .txt-indent.-sp-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .txt-description {
    font-size: 1.2rem;
  }
  .txt-description--fs_lg {
    font-size: 1.4rem !important;
  }
  .txt-error {
    font-size: 1.2rem;
  }
  .txt-error-lg {
    font-size: 1.4rem;
  }
  .data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
  }
  .data .text {
    font-size: 1.4rem;
  }
  .data .text-label {
    min-width: 56px;
    margin-left: 10px;
    padding: 0 5px 1px;
  }
  .data-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  .data-title.-bold {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .data-detail-box {
    padding: 8px 11px;
    padding-bottom: 65px;
  }
  .data-detail-box .-absolute {
    top: auto;
    bottom: 10px;
    width: 84%;
    max-width: 300px;
    padding: 10px;
    text-align: center;
  }
  .data-detail-box.-inner-large {
    padding: 10px 5px 5px;
  }
  .data-detail-box.-only {
    padding-bottom: 20px;
  }
  .data-wrap .data-sub {
    margin-left: 40px;
  }
  .data-wrap.-border {
    margin-top: 12px !important;
  }
  .data-wrap:first-of-type .data-title {
    min-height: 25px;
  }
  .data.-separate {
    margin-top: 12px !important;
  }
  .data.-separate .data-title {
    padding: 12px 20px;
  }
  .data.-basic {
    padding: 16px 13px 8px 16px;
  }
  .data.-basic .data-title, .data.-basic .text {
    padding-top: 8px;
    padding-bottom: 7px;
  }
  .data.row-2 {
    padding: 0 12px 0 16px;
  }
  .data.row-2 .data-detail {
    width: 100%;
    margin-top: 12px;
  }
  .data-set.-sp-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .data-set.-sp-scroll .data {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .patern03 .data.-bg_blue {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #E4EFF9), color-stop(5%, #fff));
    background: linear-gradient(90deg, #E4EFF9 5%, #fff 5%);
  }
  .patern04 .data.-bg_orange {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #FFE8D4), color-stop(5%, #fff));
    background: linear-gradient(90deg, #FFE8D4 5%, #fff 5%);
  }
  .patern05 .data.-bg_orange {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #FFE8D4), color-stop(5%, #fff));
    background: linear-gradient(90deg, #FFE8D4 5%, #fff 5%);
  }
  .patern06 .data.-bg_orange {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #FFE8D4), color-stop(5%, #fff));
    background: linear-gradient(90deg, #FFE8D4 5%, #fff 5%);
  }
  .patern06 .data.-bg_blue {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #E4EFF9), color-stop(5%, #fff));
    background: linear-gradient(90deg, #E4EFF9 5%, #fff 5%);
  }
  .patern09 .data.-bg_blue {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #E4EFF9), color-stop(5%, #fff));
    background: linear-gradient(90deg, #E4EFF9 5%, #fff 5%);
  }
  .data-conditions {
    padding: 10px 5px 5px !important;
  }
  .data-conditions-col {
    width: auto;
    margin: 0 15px;
  }
  .data-conditions .conditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .data-conditions .conditions-head {
    width: auto;
  }
  .data-conditions .conditions-body {
    margin-left: 0;
  }
  .data-conditions .conditions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .data-conditions .conditions :first-child {
    margin-right: auto;
    margin-left: 0;
    padding: 0;
  }
  .data-conditions .conditions :nth-child(2) {
    padding: 8px 0;
  }
  .data-term-blk .term .text + .text {
    margin-top: 2px;
  }
  .data-term-blk .term {
    width: 38%;
  }
  .data-term-blk .term .point::after {
    width: 100%;
  }
  .data-term-blk .term.-end::after {
    top: 38.8px;
    left: calc(50% - 20px);
    width: 10px;
    height: 10px;
  }
  .box-has-header .box-has-header-heading {
    padding: 15px 53px 13px 28px;
  }
  .box-has-header .box-has-header-heading .text {
    font-size: 2rem;
  }
  .box-has-header .box-has-header-heading .text-label {
    min-width: 175px;
    margin-top: 8px;
    margin-left: 0;
    padding: 7px 5px;
    font-size: 1.4rem;
  }
  .box-has-header .box-has-header-text-area {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: none;
  }
  .box-has-header .box-has-header-text-area .note-text {
    min-height: auto;
    margin-top: 15px;
    margin-left: 18px;
    font-size: 1.2rem;
  }
  .box-has-header .box-has-header-text-area .note-text .mark {
    margin-right: 10px;
  }
  .box-has-header .box-has-header-text-area .note-text + .note-text {
    margin-top: 0;
  }
  .box-border {
    margin-top: 15px;
    padding: 10px;
  }
  .age-note {
    padding: 20px 0 20px 0;
    margin-left: 5px;
  }
  .age-flow {
    margin-top: 24px;
    margin-left: 18px;
  }
  .age-flow .flow-title {
    padding-left: 8px;
    font-size: 1.4rem;
  }
  .age-flow .flow-title.-bold {
    font-size: 1.6rem;
  }
  .age-flow .text {
    font-size: 1.4rem;
  }
  .age-flow .text.-bold {
    font-size: 1.2rem;
  }
  .age-flow .text .emphasis {
    font-size: 1.2rem;
  }
  .age-flow .age-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
    padding-top: 15px;
  }
  .age-flow .age-block.point:nth-of-type(3).-age10, .age-flow .age-block.point:nth-of-type(3).-age5 {
    display: block;
    margin-bottom: 0;
  }
  .age-flow .age-block.point:nth-of-type(3).-age10 .money {
    margin-top: 219px;
  }
  .age-flow .age-block.point:nth-of-type(3).-age5 .money {
    margin-top: 195px;
  }
  .age-flow .age-block.point .age {
    top: -34px;
    font-size: 1.6rem;
  }
  .age-flow .age-block.point .money {
    display: block;
    min-width: auto;
    margin-top: 25px;
    padding: 6px 5px;
  }
  .age-flow .age-block.point .money > span {
    display: inline;
  }
  .age-flow .age-block.point .money > span.note {
    margin-right: -2rem;
    font-size: 1rem;
  }
  .age-flow .age-block.point:not(:last-of-type) {
    padding-left: 5px;
  }
  .age-flow .age-block:nth-last-of-type(2) .money {
    margin-right: 5px;
  }
  .age-flow .age-block:last-of-type {
    width: 30%;
    margin-right: 6px;
  }
  .age-flow .age-block .box-border {
    margin-top: 10px;
    padding-bottom: 14px;
  }
  .age-flow .age-block .graph-set .data {
    padding: 7px 5px;
  }
  .age-flow .age-block .graph-set .data.-only-label {
    height: 70px;
    padding: 20px 5px;
  }
  .age-flow .age-block .graph-set .data .text {
    font-size: 1.2rem;
  }
  .age-flow .age-block .graph-set .text-label-large {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 70%;
    max-width: 178px;
    margin: 5px auto 0;
    padding: 2px 5px;
  }
  .age-flow .age-block .graph-set .text-label-small {
    width: 40px;
    white-space: nowrap;
  }
  .age-flow .age-block .graph-set .text-label-large, .age-flow .age-block .graph-set .text-label-small {
    font-size: 1.4rem;
  }
  .age-flow .age-block .graph-set .text-label-large.-absolute, .age-flow .age-block .graph-set .text-label-small.-absolute {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-transform: translateY(0);
    position: static;
    order: 3;
    min-width: 175px;
    transform: translateY(0);
  }
  .age-flow .age-block.-age5 {
    width: calc((69% / 3 ) * 1);
  }
  .age-flow .age-block.-age5 .term5 {
    width: calc((100% * 5 / 10) + (-1 * 7px));
  }
  .age-flow .age-block.-age5 .term5.box-border {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px));
  }
  .age-flow .age-block.-age5 .term5.box-border.term-over {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px) + 45px);
  }
  .age-flow .age-block.-age5 .term10 {
    width: calc((100% * 10 / 10) + (0 * 6px));
  }
  .age-flow .age-block.-age5 .term10.box-border {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px));
  }
  .age-flow .age-block.-age5 .term10.box-border.term-over {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px) + 45px);
  }
  .age-flow .age-block.-age5 .term15 {
    width: calc((100% * 15 / 10) + (1 * 5px));
  }
  .age-flow .age-block.-age5 .term15.box-border {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px));
  }
  .age-flow .age-block.-age5 .term15.box-border.term-over {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px) + 45px);
  }
  .age-flow .age-block.-age5 .term20 {
    width: calc((100% * 20 / 10) + (2 * 4px));
  }
  .age-flow .age-block.-age5 .term20.box-border {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px));
  }
  .age-flow .age-block.-age5 .term20.box-border.term-over {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px) + 45px);
  }
  .age-flow .age-block.-age5 .term25 {
    width: calc((100% * 25 / 10) + (3 * 3px));
  }
  .age-flow .age-block.-age5 .term25.box-border {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px));
  }
  .age-flow .age-block.-age5 .term25.box-border.term-over {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px) + 45px);
  }
  .age-flow .age-block.-age5 .term30 {
    width: calc((100% * 30 / 10) + (4 * 2px));
  }
  .age-flow .age-block.-age5 .term30.box-border {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px));
  }
  .age-flow .age-block.-age5 .term30.box-border.term-over {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px) + 45px);
  }
  .age-flow .age-block.-age5 .term35 {
    width: calc((100% * 35 / 10) + (5 * 1px));
  }
  .age-flow .age-block.-age5 .term35.box-border {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px));
  }
  .age-flow .age-block.-age5 .term35.box-border.term-over {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px) + 45px);
  }
  .age-flow .age-block.-age5 .term40 {
    width: calc((100% * 40 / 10) + (6 * 0px));
  }
  .age-flow .age-block.-age5 .term40.box-border {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px));
  }
  .age-flow .age-block.-age5 .term40.box-border.term-over {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px) + 45px);
  }
  .age-flow .age-block.-age10 {
    width: calc((69% / 3 ) * 2);
  }
  .age-flow .age-block.-age10 .term5 {
    width: calc((100% * 5 / 10) + (-1 * 7px));
  }
  .age-flow .age-block.-age10 .term5.box-border {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px));
  }
  .age-flow .age-block.-age10 .term5.box-border.term-over {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px) + 45px);
  }
  .age-flow .age-block.-age10 .term10 {
    width: calc((100% * 10 / 10) + (0 * 6px));
  }
  .age-flow .age-block.-age10 .term10.box-border {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px));
  }
  .age-flow .age-block.-age10 .term10.box-border.term-over {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px) + 45px);
  }
  .age-flow .age-block.-age10 .term15 {
    width: calc((100% * 15 / 10) + (1 * 5px));
  }
  .age-flow .age-block.-age10 .term15.box-border {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px));
  }
  .age-flow .age-block.-age10 .term15.box-border.term-over {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px) + 45px);
  }
  .age-flow .age-block.-age10 .term20 {
    width: calc((100% * 20 / 10) + (2 * 4px));
  }
  .age-flow .age-block.-age10 .term20.box-border {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px));
  }
  .age-flow .age-block.-age10 .term20.box-border.term-over {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px) + 45px);
  }
  .age-flow .age-block.-age10 .term25 {
    width: calc((100% * 25 / 10) + (3 * 3px));
  }
  .age-flow .age-block.-age10 .term25.box-border {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px));
  }
  .age-flow .age-block.-age10 .term25.box-border.term-over {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px) + 45px);
  }
  .age-flow .age-block.-age10 .term30 {
    width: calc((100% * 30 / 10) + (4 * 2px));
  }
  .age-flow .age-block.-age10 .term30.box-border {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px));
  }
  .age-flow .age-block.-age10 .term30.box-border.term-over {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px) + 45px);
  }
  .age-flow .age-block.-age10 .term35 {
    width: calc((100% * 35 / 10) + (5 * 1px));
  }
  .age-flow .age-block.-age10 .term35.box-border {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px));
  }
  .age-flow .age-block.-age10 .term35.box-border.term-over {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px) + 45px);
  }
  .age-flow .age-block.-age10 .term40 {
    width: calc((100% * 40 / 10) + (6 * 0px));
  }
  .age-flow .age-block.-age10 .term40.box-border {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px));
  }
  .age-flow .age-block.-age10 .term40.box-border.term-over {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px) + 45px);
  }
  .age-flow .age-block.-age15 {
    width: calc((69% / 3 ) * 3);
  }
  .age-flow .age-block.-age15 .term5 {
    width: calc((100% * 5 / 10) + (-1 * 7px));
  }
  .age-flow .age-block.-age15 .term5.box-border {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px));
  }
  .age-flow .age-block.-age15 .term5.box-border.term-over {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px) + 45px);
  }
  .age-flow .age-block.-age15 .term10 {
    width: calc((100% * 10 / 10) + (0 * 6px));
  }
  .age-flow .age-block.-age15 .term10.box-border {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px));
  }
  .age-flow .age-block.-age15 .term10.box-border.term-over {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px) + 45px);
  }
  .age-flow .age-block.-age15 .term15 {
    width: calc((100% * 15 / 10) + (1 * 5px));
  }
  .age-flow .age-block.-age15 .term15.box-border {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px));
  }
  .age-flow .age-block.-age15 .term15.box-border.term-over {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px) + 45px);
  }
  .age-flow .age-block.-age15 .term20 {
    width: calc((100% * 20 / 10) + (2 * 4px));
  }
  .age-flow .age-block.-age15 .term20.box-border {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px));
  }
  .age-flow .age-block.-age15 .term20.box-border.term-over {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px) + 45px);
  }
  .age-flow .age-block.-age15 .term25 {
    width: calc((100% * 25 / 10) + (3 * 3px));
  }
  .age-flow .age-block.-age15 .term25.box-border {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px));
  }
  .age-flow .age-block.-age15 .term25.box-border.term-over {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px) + 45px);
  }
  .age-flow .age-block.-age15 .term30 {
    width: calc((100% * 30 / 10) + (4 * 2px));
  }
  .age-flow .age-block.-age15 .term30.box-border {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px));
  }
  .age-flow .age-block.-age15 .term30.box-border.term-over {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px) + 45px);
  }
  .age-flow .age-block.-age15 .term35 {
    width: calc((100% * 35 / 10) + (5 * 1px));
  }
  .age-flow .age-block.-age15 .term35.box-border {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px));
  }
  .age-flow .age-block.-age15 .term35.box-border.term-over {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px) + 45px);
  }
  .age-flow .age-block.-age15 .term40 {
    width: calc((100% * 40 / 10) + (6 * 0px));
  }
  .age-flow .age-block.-age15 .term40.box-border {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px));
  }
  .age-flow .age-block.-age15 .term40.box-border.term-over {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px) + 45px);
  }
  .age-flow .age-block.-age20 {
    width: calc((69% / 3 ) * 4);
  }
  .age-flow .age-block.-age20 .term5 {
    width: calc((100% * 5 / 10) + (-1 * 7px));
  }
  .age-flow .age-block.-age20 .term5.box-border {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px));
  }
  .age-flow .age-block.-age20 .term5.box-border.term-over {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px) + 45px);
  }
  .age-flow .age-block.-age20 .term10 {
    width: calc((100% * 10 / 10) + (0 * 6px));
  }
  .age-flow .age-block.-age20 .term10.box-border {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px));
  }
  .age-flow .age-block.-age20 .term10.box-border.term-over {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px) + 45px);
  }
  .age-flow .age-block.-age20 .term15 {
    width: calc((100% * 15 / 10) + (1 * 5px));
  }
  .age-flow .age-block.-age20 .term15.box-border {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px));
  }
  .age-flow .age-block.-age20 .term15.box-border.term-over {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px) + 45px);
  }
  .age-flow .age-block.-age20 .term20 {
    width: calc((100% * 20 / 10) + (2 * 4px));
  }
  .age-flow .age-block.-age20 .term20.box-border {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px));
  }
  .age-flow .age-block.-age20 .term20.box-border.term-over {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px) + 45px);
  }
  .age-flow .age-block.-age20 .term25 {
    width: calc((100% * 25 / 10) + (3 * 3px));
  }
  .age-flow .age-block.-age20 .term25.box-border {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px));
  }
  .age-flow .age-block.-age20 .term25.box-border.term-over {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px) + 45px);
  }
  .age-flow .age-block.-age20 .term30 {
    width: calc((100% * 30 / 10) + (4 * 2px));
  }
  .age-flow .age-block.-age20 .term30.box-border {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px));
  }
  .age-flow .age-block.-age20 .term30.box-border.term-over {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px) + 45px);
  }
  .age-flow .age-block.-age20 .term35 {
    width: calc((100% * 35 / 10) + (5 * 1px));
  }
  .age-flow .age-block.-age20 .term35.box-border {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px));
  }
  .age-flow .age-block.-age20 .term35.box-border.term-over {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px) + 45px);
  }
  .age-flow .age-block.-age20 .term40 {
    width: calc((100% * 40 / 10) + (6 * 0px));
  }
  .age-flow .age-block.-age20 .term40.box-border {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px));
  }
  .age-flow .age-block.-age20 .term40.box-border.term-over {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px) + 45px);
  }
  .age-flow .age-block.-age5 .graph-set, .age-flow .age-block.-age10 .graph-set {
    height: 194px;
  }
  .age-flow .age-block.-age5 .graph-set .term15 > :last-child, .age-flow .age-block.-age5 .graph-set .term30 > :last-child, .age-flow .age-block.-age10 .graph-set .term15 > :last-child, .age-flow .age-block.-age10 .graph-set .term30 > :last-child {
    width: 50%;
    padding-right: 7px;
    text-align: right;
  }
  .age-flow .age-block.-age5 .graph-set .term15 .flow-title, .age-flow .age-block.-age5 .graph-set .term30 .flow-title, .age-flow .age-block.-age10 .graph-set .term15 .flow-title, .age-flow .age-block.-age10 .graph-set .term30 .flow-title {
    width: 50%;
  }
  .age-flow .age-block.-age5 .term10 .text-label-large, .age-flow .age-block.-age10 .term10 .text-label-large {
    padding: 0;
  }
  .age-flow .age-block.-age5 + .age-block:last-of-type .money, .age-flow .age-block.-age10 + .age-block:last-of-type .money {
    margin-left: 5px;
  }
  .age-flow .age-block.-age5 + .age-block:last-of-type .graph-set, .age-flow .age-block.-age10 + .age-block:last-of-type .graph-set {
    height: 194px;
  }
  .age-flow .age-block.-age5 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .age-flow .age-block.-age5 + .age-block:last-of-type .graph-set {
    height: 170px;
  }
  .age-flow .age-block.-age5 .text-label-large {
    min-width: 55px;
  }
  .age-flow .age-block.-age5 .flow-title, .age-flow .age-block.-age5 .text {
    white-space: nowrap;
  }
  .age-flow .age-block.-age5 .term30 {
    height: 70px;
  }
  .age-flow .age-block.-age5 .term30.box-border {
    height: auto;
  }
  .age-flow .age-block.-age10 .graph-set {
    height: 170px;
  }
  .age-flow .age-block.-age10 + .age-block:last-of-type .graph-set {
    height: 194px;
  }
  .age-flow .age-block.-age10 .text-label-large, .age-flow .age-block.-age10 .flow-title, .age-flow .age-block.-age10 .text {
    white-space: nowrap;
  }
  .age-flow .age-block.-age10 .term15 {
    height: 70px;
  }
  .age-flow .age-block.-age10 .term15.box-border {
    height: auto;
  }
  .age-flow .age-block.-age15 .graph-set, .age-flow .age-block.-age20 .graph-set {
    height: 142px;
  }
  .age-flow .age-block.-age15 .graph-set .data > :last-child, .age-flow .age-block.-age20 .graph-set .data > :last-child {
    width: 50%;
    padding-right: 7px;
    text-align: right;
  }
  .age-flow .age-block.-age15 .graph-set .data, .age-flow .age-block.-age20 .graph-set .data {
    height: 70px;
  }
  .age-flow .age-block.-age15 + .age-block:last-of-type .money, .age-flow .age-block.-age20 + .age-block:last-of-type .money {
    margin-left: 5px;
  }
  .age-flow .age-block.-age15 + .age-block:last-of-type .graph-set, .age-flow .age-block.-age20 + .age-block:last-of-type .graph-set {
    height: 142px;
  }
  .age-flow.age-block3.-year10 .age-block.-age10 .term-over {
    width: calc(100% + 0px + 65px);
  }
  .age-flow.age-block3.-year10 .age-block.-age10 .box-border {
    padding: 10px;
  }
  .age-flow.age-block3.-year10 .age-block.-age10 + .age-block .-only-label {
    width: 82%;
  }
  .age-flow.age-block3.-year10 .age-block.-age10 + .age-block .-only-label.-arrow::after {
    border-top-width: 43px;
    border-bottom-width: 43px;
  }
  .age-flow.age-block3.-year10 .age-block.-age10 + .age-block:last-of-type .graph-set {
    height: 173px;
  }
  .age-flow.age-block3.-year10 .age-block.-age10 .term10 .text.-wrap {
    margin-top: 0;
    margin-bottom: 6px;
  }
  .age-flow.age-block3.-year15 .age-block:first-of-type, .age-flow.age-block4.-year15 .age-block:first-of-type {
    top: 145px;
  }
  .age-flow.age-block3.-year10 .age-block:first-of-type, .age-flow.age-block4.-year10 .age-block:first-of-type {
    top: 173px;
  }
  .age-flow.age-block3.-year5 .age-block:first-of-type, .age-flow.age-block4.-year5 .age-block:first-of-type {
    top: 197px;
  }
  .age-flow.age-block3 .age-block:first-of-type, .age-flow.age-block4 .age-block:first-of-type {
    display: block;
    position: absolute;
    margin-bottom: 0;
    padding: 20px 2px;
  }
  .age-flow.age-block3.-over .age-block:first-of-type, .age-flow.age-block4.-over .age-block:first-of-type {
    margin-bottom: 0;
  }
  .age-flow.age-block3.-over .age-block.point:nth-of-type(3).-age10, .age-flow.age-block3.-over .age-block.point:nth-of-type(3).-age5, .age-flow.age-block4.-over .age-block.point:nth-of-type(3).-age10, .age-flow.age-block4.-over .age-block.point:nth-of-type(3).-age5 {
    margin-bottom: 0;
  }
  .age-flow.age-block-only .age-block:last-of-type {
    min-width: auto;
  }
  .age-flow .-arrow {
    width: calc(100% - 30px);
  }
  .age-flow .-arrow::after {
    right: -57px;
    border: 35px solid transparent;
  }
  .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .news-ttl {
    font-size: 2.2rem;
  }
  .content-tab {
    top: 72px;
  }
  .content-tab .tab-button button {
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 1.4rem;
  }
  .content-tab .tab-button.is-active button {
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  .tab-cont + .tab-cont {
    margin-top: 0;
  }
  .top .content-section#menu {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .top .content-section#menu .content-inner {
    padding-right: 32px;
    padding-left: 32px;
  }
  .top .content-section#news {
    margin-top: 20px;
  }
  .top .top-menu {
    padding: 20px;
  }
  .top .top-menu-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 19px;
  }
  .top .top-menu-head .top-menu-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .top .top-menu-head .top-menu-icon img {
    width: 64px;
    height: 64px;
  }
  .top .top-menu-head .top-menu-ttl {
    margin-top: 0;
  }
  .top .top-menu-body {
    margin-bottom: 24px;
  }
  .top .top-menu-footer {
    min-height: auto;
  }
  .top .top-menu-footer .top-menu-navi-label.-simulation {
    margin-top: 0;
  }
  .top .top-menu-ttl {
    font-size: 1.9rem;
  }
  .top .top-menu-navi-label + * {
    margin-top: 12px;
  }
  .top .top-menu-navi .button {
    font-size: 1.7rem;
  }
  .logout .form-content input, .logout .form-content select, .logout .form-content textarea {
    font-size: 1.4rem;
  }

  .logout .heading-maintenance {
    border-radius: 10px;
    padding: 10px 10px;
    text-align: justify !important;
  }

  .reference .-pensioninfo-age {
    font-size: 2.2rem;
  }
  .reference .-pensioninfo-emphasis {
    padding-right: 0;
  }
  .reference .-pensioninfo-emphasis .emphasis {
    font-size: 2.2rem;
  }
  .reference .-pensioninfo-breakdown {
    padding: 0;
  }
  .reference .-pensioninfo-breakdown .data.-pensioninfo-breakdown-item {
    padding: 8px 12px;
  }
  .reference .-pensioninfo-breakdown .data.-pensioninfo-breakdown-item dt, .reference .-pensioninfo-breakdown .data.-pensioninfo-breakdown-item dd {
    font-size: 1.6rem;
  }
  .form-search {
    max-height: 40vh;
  }

  .form-pdficon img {
    vertical-align: -0.2em;
  }

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-fl-none-sp {
    float: none !important;
  }
  .sp-fl-clear-sp {
    clear: both !important;
  }
  .fs-sm {
    font-size: 1.2rem !important;
  }
  .fs-md {
    font-size: 1.4rem !important;
  }
  .fs-lg {
    font-size: 1.6rem !important;
  }
  .fs-xl {
    font-size: 1.8rem !important;
  }
  .fs-xxl {
    font-size: 2rem !important;
  }
  .sp-fs-sm {
    font-size: 1.2rem !important;
  }
  .sp-fs-md {
    font-size: 1.4rem !important;
  }
  .sp-fs-lg {
    font-size: 1.6rem !important;
  }
  .sp-fs-xl {
    font-size: 1.8rem !important;
  }
  .sp-fs-xxl {
    font-size: 2rem !important;
  }
  .sp-mt-0 {
    margin-top: 0px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-ml-0 {
    margin-left: 0px !important;
  }
  .sp-mr-0 {
    margin-right: 0px !important;
  }
  .sp-mt-5 {
    margin-top: 5px !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-ml-5 {
    margin-left: 5px !important;
  }
  .sp-mr-5 {
    margin-right: 5px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-ml-10 {
    margin-left: 10px !important;
  }
  .sp-mr-10 {
    margin-right: 10px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-ml-15 {
    margin-left: 15px !important;
  }
  .sp-mr-15 {
    margin-right: 15px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-ml-20 {
    margin-left: 20px !important;
  }
  .sp-mr-20 {
    margin-right: 20px !important;
  }
  .sp-mt-25 {
    margin-top: 25px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-ml-25 {
    margin-left: 25px !important;
  }
  .sp-mr-25 {
    margin-right: 25px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-ml-30 {
    margin-left: 30px !important;
  }
  .sp-mr-30 {
    margin-right: 30px !important;
  }
  .sp-mt-35 {
    margin-top: 35px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-ml-35 {
    margin-left: 35px !important;
  }
  .sp-mr-35 {
    margin-right: 35px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-ml-40 {
    margin-left: 40px !important;
  }
  .sp-mr-40 {
    margin-right: 40px !important;
  }
  .sp-mt-45 {
    margin-top: 45px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-ml-45 {
    margin-left: 45px !important;
  }
  .sp-mr-45 {
    margin-right: 45px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-ml-50 {
    margin-left: 50px !important;
  }
  .sp-mr-50 {
    margin-right: 50px !important;
  }
  .sp-mt-55 {
    margin-top: 55px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-ml-55 {
    margin-left: 55px !important;
  }
  .sp-mr-55 {
    margin-right: 55px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-ml-60 {
    margin-left: 60px !important;
  }
  .sp-mr-60 {
    margin-right: 60px !important;
  }
  .sp-mt-65 {
    margin-top: 65px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-ml-65 {
    margin-left: 65px !important;
  }
  .sp-mr-65 {
    margin-right: 65px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-ml-70 {
    margin-left: 70px !important;
  }
  .sp-mr-70 {
    margin-right: 70px !important;
  }
  .sp-mt-75 {
    margin-top: 75px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-ml-75 {
    margin-left: 75px !important;
  }
  .sp-mr-75 {
    margin-right: 75px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-ml-80 {
    margin-left: 80px !important;
  }
  .sp-mr-80 {
    margin-right: 80px !important;
  }
  .sp-mt-85 {
    margin-top: 85px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-ml-85 {
    margin-left: 85px !important;
  }
  .sp-mr-85 {
    margin-right: 85px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-ml-90 {
    margin-left: 90px !important;
  }
  .sp-mr-90 {
    margin-right: 90px !important;
  }
  .sp-mt-95 {
    margin-top: 95px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-ml-95 {
    margin-left: 95px !important;
  }
  .sp-mr-95 {
    margin-right: 95px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .sp-ml-100 {
    margin-left: 100px !important;
  }
  .sp-mr-100 {
    margin-right: 100px !important;
  }
  .sp-pt-0 {
    padding-top: 0px !important;
  }
  .sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .sp-pl-0 {
    padding-left: 0px !important;
  }
  .sp-pr-0 {
    padding-right: 0px !important;
  }
  .sp-pt-5 {
    padding-top: 5px !important;
  }
  .sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .sp-pl-5 {
    padding-left: 5px !important;
  }
  .sp-pr-5 {
    padding-right: 5px !important;
  }
  .sp-pt-10 {
    padding-top: 10px !important;
  }
  .sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .sp-pl-10 {
    padding-left: 10px !important;
  }
  .sp-pr-10 {
    padding-right: 10px !important;
  }
  .sp-pt-15 {
    padding-top: 15px !important;
  }
  .sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .sp-pl-15 {
    padding-left: 15px !important;
  }
  .sp-pr-15 {
    padding-right: 15px !important;
  }
  .sp-pt-20 {
    padding-top: 20px !important;
  }
  .sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .sp-pl-20 {
    padding-left: 20px !important;
  }
  .sp-pr-20 {
    padding-right: 20px !important;
  }
  .sp-pt-25 {
    padding-top: 25px !important;
  }
  .sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .sp-pl-25 {
    padding-left: 25px !important;
  }
  .sp-pr-25 {
    padding-right: 25px !important;
  }
  .sp-pt-30 {
    padding-top: 30px !important;
  }
  .sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .sp-pl-30 {
    padding-left: 30px !important;
  }
  .sp-pr-30 {
    padding-right: 30px !important;
  }
  .sp-pt-35 {
    padding-top: 35px !important;
  }
  .sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .sp-pl-35 {
    padding-left: 35px !important;
  }
  .sp-pr-35 {
    padding-right: 35px !important;
  }
  .sp-pt-40 {
    padding-top: 40px !important;
  }
  .sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .sp-pl-40 {
    padding-left: 40px !important;
  }
  .sp-pr-40 {
    padding-right: 40px !important;
  }
  .sp-pt-45 {
    padding-top: 45px !important;
  }
  .sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .sp-pl-45 {
    padding-left: 45px !important;
  }
  .sp-pr-45 {
    padding-right: 45px !important;
  }
  .sp-pt-50 {
    padding-top: 50px !important;
  }
  .sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .sp-pl-50 {
    padding-left: 50px !important;
  }
  .sp-pr-50 {
    padding-right: 50px !important;
  }
  .sp-pt-55 {
    padding-top: 55px !important;
  }
  .sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .sp-pl-55 {
    padding-left: 55px !important;
  }
  .sp-pr-55 {
    padding-right: 55px !important;
  }
  .sp-pt-60 {
    padding-top: 60px !important;
  }
  .sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .sp-pl-60 {
    padding-left: 60px !important;
  }
  .sp-pr-60 {
    padding-right: 60px !important;
  }
  .sp-pt-65 {
    padding-top: 65px !important;
  }
  .sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .sp-pl-65 {
    padding-left: 65px !important;
  }
  .sp-pr-65 {
    padding-right: 65px !important;
  }
  .sp-pt-70 {
    padding-top: 70px !important;
  }
  .sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .sp-pl-70 {
    padding-left: 70px !important;
  }
  .sp-pr-70 {
    padding-right: 70px !important;
  }
  .sp-pt-75 {
    padding-top: 75px !important;
  }
  .sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .sp-pl-75 {
    padding-left: 75px !important;
  }
  .sp-pr-75 {
    padding-right: 75px !important;
  }
  .sp-pt-80 {
    padding-top: 80px !important;
  }
  .sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .sp-pl-80 {
    padding-left: 80px !important;
  }
  .sp-pr-80 {
    padding-right: 80px !important;
  }
  .sp-pt-85 {
    padding-top: 85px !important;
  }
  .sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .sp-pl-85 {
    padding-left: 85px !important;
  }
  .sp-pr-85 {
    padding-right: 85px !important;
  }
  .sp-pt-90 {
    padding-top: 90px !important;
  }
  .sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .sp-pl-90 {
    padding-left: 90px !important;
  }
  .sp-pr-90 {
    padding-right: 90px !important;
  }
  .sp-pt-95 {
    padding-top: 95px !important;
  }
  .sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .sp-pl-95 {
    padding-left: 95px !important;
  }
  .sp-pr-95 {
    padding-right: 95px !important;
  }
  .sp-pt-100 {
    padding-top: 100px !important;
  }
  .sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .sp-pl-100 {
    padding-left: 100px !important;
  }
  .sp-pr-100 {
    padding-right: 100px !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
  .sp-va-top {
    vertical-align: top !important;
  }
  .sp-va-middle {
    vertical-align: middle !important;
  }
  .sp-va-bottom {
    vertical-align: bottom !important;
  }
  .sp-w-5 {
    width: 5px !important;
  }
  .sp-w-10 {
    width: 10px !important;
  }
  .sp-w-15 {
    width: 15px !important;
  }
  .sp-w-20 {
    width: 20px !important;
  }
  .sp-w-25 {
    width: 25px !important;
  }
  .sp-w-30 {
    width: 30px !important;
  }
  .sp-w-35 {
    width: 35px !important;
  }
  .sp-w-40 {
    width: 40px !important;
  }
  .sp-w-45 {
    width: 45px !important;
  }
  .sp-w-50 {
    width: 50px !important;
  }
  .sp-w-55 {
    width: 55px !important;
  }
  .sp-w-60 {
    width: 60px !important;
  }
  .sp-w-65 {
    width: 65px !important;
  }
  .sp-w-70 {
    width: 70px !important;
  }
  .sp-w-75 {
    width: 75px !important;
  }
  .sp-w-80 {
    width: 80px !important;
  }
  .sp-w-85 {
    width: 85px !important;
  }
  .sp-w-90 {
    width: 90px !important;
  }
  .sp-w-95 {
    width: 95px !important;
  }
  .sp-w-100 {
    width: 100px !important;
  }
  .sp-w-105 {
    width: 105px !important;
  }
  .sp-w-110 {
    width: 110px !important;
  }
  .sp-w-115 {
    width: 115px !important;
  }
  .sp-w-120 {
    width: 120px !important;
  }
  .sp-w-125 {
    width: 125px !important;
  }
  .sp-w-130 {
    width: 130px !important;
  }
  .sp-w-135 {
    width: 135px !important;
  }
  .sp-w-140 {
    width: 140px !important;
  }
  .sp-w-145 {
    width: 145px !important;
  }
  .sp-w-150 {
    width: 150px !important;
  }
  .sp-w-155 {
    width: 155px !important;
  }
  .sp-w-160 {
    width: 160px !important;
  }
  .sp-w-165 {
    width: 165px !important;
  }
  .sp-w-170 {
    width: 170px !important;
  }
  .sp-w-175 {
    width: 175px !important;
  }
  .sp-w-180 {
    width: 180px !important;
  }
  .sp-w-185 {
    width: 185px !important;
  }
  .sp-w-190 {
    width: 190px !important;
  }
  .sp-w-195 {
    width: 195px !important;
  }
  .sp-w-200 {
    width: 200px !important;
  }
  .sp-w-205 {
    width: 205px !important;
  }
  .sp-w-210 {
    width: 210px !important;
  }
  .sp-w-215 {
    width: 215px !important;
  }
  .sp-w-220 {
    width: 220px !important;
  }
  .sp-w-225 {
    width: 225px !important;
  }
  .sp-w-230 {
    width: 230px !important;
  }
  .sp-w-235 {
    width: 235px !important;
  }
  .sp-w-240 {
    width: 240px !important;
  }
  .sp-w-245 {
    width: 245px !important;
  }
  .sp-w-250 {
    width: 250px !important;
  }
  .sp-w-255 {
    width: 255px !important;
  }
  .sp-w-260 {
    width: 260px !important;
  }
  .sp-w-265 {
    width: 265px !important;
  }
  .sp-w-270 {
    width: 270px !important;
  }
  .sp-w-275 {
    width: 275px !important;
  }
  .sp-w-280 {
    width: 280px !important;
  }
  .sp-w-285 {
    width: 285px !important;
  }
  .sp-w-290 {
    width: 290px !important;
  }
  .sp-w-295 {
    width: 295px !important;
  }
  .sp-w-300 {
    width: 300px !important;
  }
  .sp-w-305 {
    width: 305px !important;
  }
  .sp-w-310 {
    width: 310px !important;
  }
  .sp-w-315 {
    width: 315px !important;
  }
  .sp-w-320 {
    width: 320px !important;
  }
  .sp-w-325 {
    width: 325px !important;
  }
  .sp-w-330 {
    width: 330px !important;
  }
  .sp-w-335 {
    width: 335px !important;
  }
  .sp-w-340 {
    width: 340px !important;
  }
  .sp-w-345 {
    width: 345px !important;
  }
  .sp-w-350 {
    width: 350px !important;
  }
  .sp-w-355 {
    width: 355px !important;
  }
  .sp-w-360 {
    width: 360px !important;
  }
  .sp-w-365 {
    width: 365px !important;
  }
  .sp-w-370 {
    width: 370px !important;
  }
  .sp-w-375 {
    width: 375px !important;
  }
  .sp-w-380 {
    width: 380px !important;
  }
  .sp-w-385 {
    width: 385px !important;
  }
  .sp-w-390 {
    width: 390px !important;
  }
  .sp-w-395 {
    width: 395px !important;
  }
  .sp-w-400 {
    width: 400px !important;
  }
  .sp-w-5per {
    width: 5% !important;
  }
  .sp-w-10per {
    width: 10% !important;
  }
  .sp-w-15per {
    width: 15% !important;
  }
  .sp-w-20per {
    width: 20% !important;
  }
  .sp-w-25per {
    width: 25% !important;
  }
  .sp-w-30per {
    width: 30% !important;
  }
  .sp-w-35per {
    width: 35% !important;
  }
  .sp-w-40per {
    width: 40% !important;
  }
  .sp-w-45per {
    width: 45% !important;
  }
  .sp-w-50per {
    width: 50% !important;
  }
  .sp-w-55per {
    width: 55% !important;
  }
  .sp-w-60per {
    width: 60% !important;
  }
  .sp-w-65per {
    width: 65% !important;
  }
  .sp-w-70per {
    width: 70% !important;
  }
  .sp-w-75per {
    width: 75% !important;
  }
  .sp-w-80per {
    width: 80% !important;
  }
  .sp-w-85per {
    width: 85% !important;
  }
  .sp-w-90per {
    width: 90% !important;
  }
  .sp-w-95per {
    width: 95% !important;
  }
  .sp-w-100per {
    width: 100% !important;
  }
  .sp-w-1em {
    width: 1em !important;
  }
  .sp-w-2em {
    width: 2em !important;
  }
  .sp-w-3em {
    width: 3em !important;
  }
  .sp-w-4em {
    width: 4em !important;
  }
  .sp-w-5em {
    width: 5em !important;
  }
  .sp-w-6em {
    width: 6em !important;
  }
  .sp-w-7em {
    width: 7em !important;
  }
  .sp-w-8em {
    width: 8em !important;
  }
  .sp-w-9em {
    width: 9em !important;
  }
  .sp-w-10em {
    width: 10em !important;
  }
  .sp-w-11em {
    width: 11em !important;
  }
  .sp-w-12em {
    width: 12em !important;
  }
  .sp-w-13em {
    width: 13em !important;
  }
  .sp-w-14em {
    width: 14em !important;
  }
  .sp-w-15em {
    width: 15em !important;
  }
  .sp-w-16em {
    width: 16em !important;
  }
  .sp-w-17em {
    width: 17em !important;
  }
  .sp-w-18em {
    width: 18em !important;
  }
  .sp-w-19em {
    width: 19em !important;
  }
  .sp-w-20em {
    width: 20em !important;
  }
  .sp-w-auto {
    width: auto !important;
  }
  .w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .sp-maxw-5 {
    max-width: 5px !important;
  }
  .sp-maxw-10 {
    max-width: 10px !important;
  }
  .sp-maxw-15 {
    max-width: 15px !important;
  }
  .sp-maxw-20 {
    max-width: 20px !important;
  }
  .sp-maxw-25 {
    max-width: 25px !important;
  }
  .sp-maxw-30 {
    max-width: 30px !important;
  }
  .sp-maxw-35 {
    max-width: 35px !important;
  }
  .sp-maxw-40 {
    max-width: 40px !important;
  }
  .sp-maxw-45 {
    max-width: 45px !important;
  }
  .sp-maxw-50 {
    max-width: 50px !important;
  }
  .sp-maxw-55 {
    max-width: 55px !important;
  }
  .sp-maxw-60 {
    max-width: 60px !important;
  }
  .sp-maxw-65 {
    max-width: 65px !important;
  }
  .sp-maxw-70 {
    max-width: 70px !important;
  }
  .sp-maxw-75 {
    max-width: 75px !important;
  }
  .sp-maxw-80 {
    max-width: 80px !important;
  }
  .sp-maxw-85 {
    max-width: 85px !important;
  }
  .sp-maxw-90 {
    max-width: 90px !important;
  }
  .sp-maxw-95 {
    max-width: 95px !important;
  }
  .sp-maxw-100 {
    max-width: 100px !important;
  }
  .sp-maxw-105 {
    max-width: 105px !important;
  }
  .sp-maxw-110 {
    max-width: 110px !important;
  }
  .sp-maxw-115 {
    max-width: 115px !important;
  }
  .sp-maxw-120 {
    max-width: 120px !important;
  }
  .sp-maxw-125 {
    max-width: 125px !important;
  }
  .sp-maxw-130 {
    max-width: 130px !important;
  }
  .sp-maxw-135 {
    max-width: 135px !important;
  }
  .sp-maxw-140 {
    max-width: 140px !important;
  }
  .sp-maxw-145 {
    max-width: 145px !important;
  }
  .sp-maxw-150 {
    max-width: 150px !important;
  }
  .sp-maxw-155 {
    max-width: 155px !important;
  }
  .sp-maxw-160 {
    max-width: 160px !important;
  }
  .sp-maxw-165 {
    max-width: 165px !important;
  }
  .sp-maxw-170 {
    max-width: 170px !important;
  }
  .sp-maxw-175 {
    max-width: 175px !important;
  }
  .sp-maxw-180 {
    max-width: 180px !important;
  }
  .sp-maxw-185 {
    max-width: 185px !important;
  }
  .sp-maxw-190 {
    max-width: 190px !important;
  }
  .sp-maxw-195 {
    max-width: 195px !important;
  }
  .sp-maxw-200 {
    max-width: 200px !important;
  }
  .sp-maxw-205 {
    max-width: 205px !important;
  }
  .sp-maxw-210 {
    max-width: 210px !important;
  }
  .sp-maxw-215 {
    max-width: 215px !important;
  }
  .sp-maxw-220 {
    max-width: 220px !important;
  }
  .sp-maxw-225 {
    max-width: 225px !important;
  }
  .sp-maxw-230 {
    max-width: 230px !important;
  }
  .sp-maxw-235 {
    max-width: 235px !important;
  }
  .sp-maxw-240 {
    max-width: 240px !important;
  }
  .sp-maxw-245 {
    max-width: 245px !important;
  }
  .sp-maxw-250 {
    max-width: 250px !important;
  }
  .sp-maxw-255 {
    max-width: 255px !important;
  }
  .sp-maxw-260 {
    max-width: 260px !important;
  }
  .sp-maxw-265 {
    max-width: 265px !important;
  }
  .sp-maxw-270 {
    max-width: 270px !important;
  }
  .sp-maxw-275 {
    max-width: 275px !important;
  }
  .sp-maxw-280 {
    max-width: 280px !important;
  }
  .sp-maxw-285 {
    max-width: 285px !important;
  }
  .sp-maxw-290 {
    max-width: 290px !important;
  }
  .sp-maxw-295 {
    max-width: 295px !important;
  }
  .sp-maxw-300 {
    max-width: 300px !important;
  }
  .sp-maxw-305 {
    max-width: 305px !important;
  }
  .sp-maxw-310 {
    max-width: 310px !important;
  }
  .sp-maxw-315 {
    max-width: 315px !important;
  }
  .sp-maxw-320 {
    max-width: 320px !important;
  }
  .sp-maxw-325 {
    max-width: 325px !important;
  }
  .sp-maxw-330 {
    max-width: 330px !important;
  }
  .sp-maxw-335 {
    max-width: 335px !important;
  }
  .sp-maxw-340 {
    max-width: 340px !important;
  }
  .sp-maxw-345 {
    max-width: 345px !important;
  }
  .sp-maxw-350 {
    max-width: 350px !important;
  }
  .sp-maxw-355 {
    max-width: 355px !important;
  }
  .sp-maxw-360 {
    max-width: 360px !important;
  }
  .sp-maxw-365 {
    max-width: 365px !important;
  }
  .sp-maxw-370 {
    max-width: 370px !important;
  }
  .sp-maxw-375 {
    max-width: 375px !important;
  }
  .sp-maxw-380 {
    max-width: 380px !important;
  }
  .sp-maxw-385 {
    max-width: 385px !important;
  }
  .sp-maxw-390 {
    max-width: 390px !important;
  }
  .sp-maxw-395 {
    max-width: 395px !important;
  }
  .sp-maxw-400 {
    max-width: 400px !important;
  }
  .sp-maxw-405 {
    max-width: 405px !important;
  }
  .sp-maxw-410 {
    max-width: 410px !important;
  }
  .sp-maxw-415 {
    max-width: 415px !important;
  }
  .sp-maxw-420 {
    max-width: 420px !important;
  }
  .sp-maxw-425 {
    max-width: 425px !important;
  }
  .sp-maxw-430 {
    max-width: 430px !important;
  }
  .sp-maxw-435 {
    max-width: 435px !important;
  }
  .sp-maxw-440 {
    max-width: 440px !important;
  }
  .sp-maxw-445 {
    max-width: 445px !important;
  }
  .sp-maxw-450 {
    max-width: 450px !important;
  }
  .sp-maxw-455 {
    max-width: 455px !important;
  }
  .sp-maxw-460 {
    max-width: 460px !important;
  }
  .sp-maxw-465 {
    max-width: 465px !important;
  }
  .sp-maxw-470 {
    max-width: 470px !important;
  }
  .sp-maxw-475 {
    max-width: 475px !important;
  }
  .sp-maxw-480 {
    max-width: 480px !important;
  }
  .sp-maxw-485 {
    max-width: 485px !important;
  }
  .sp-maxw-490 {
    max-width: 490px !important;
  }
  .sp-maxw-495 {
    max-width: 495px !important;
  }
  .sp-maxw-500 {
    max-width: 500px !important;
  }
  .sp-maxw-505 {
    max-width: 505px !important;
  }
  .sp-maxw-510 {
    max-width: 510px !important;
  }
  .sp-maxw-515 {
    max-width: 515px !important;
  }
  .sp-maxw-520 {
    max-width: 520px !important;
  }
  .sp-maxw-525 {
    max-width: 525px !important;
  }
  .sp-maxw-530 {
    max-width: 530px !important;
  }
  .sp-maxw-535 {
    max-width: 535px !important;
  }
  .sp-maxw-540 {
    max-width: 540px !important;
  }
  .sp-maxw-545 {
    max-width: 545px !important;
  }
  .sp-maxw-550 {
    max-width: 550px !important;
  }
  .sp-maxw-555 {
    max-width: 555px !important;
  }
  .sp-maxw-560 {
    max-width: 560px !important;
  }
  .sp-maxw-565 {
    max-width: 565px !important;
  }
  .sp-maxw-570 {
    max-width: 570px !important;
  }
  .sp-maxw-575 {
    max-width: 575px !important;
  }
  .sp-maxw-580 {
    max-width: 580px !important;
  }
  .sp-maxw-585 {
    max-width: 585px !important;
  }
  .sp-maxw-590 {
    max-width: 590px !important;
  }
  .sp-maxw-595 {
    max-width: 595px !important;
  }
  .sp-maxw-600 {
    max-width: 600px !important;
  }
  .sp-maxw-605 {
    max-width: 605px !important;
  }
  .sp-maxw-610 {
    max-width: 610px !important;
  }
  .sp-maxw-615 {
    max-width: 615px !important;
  }
  .sp-maxw-620 {
    max-width: 620px !important;
  }
  .sp-maxw-625 {
    max-width: 625px !important;
  }
  .sp-maxw-630 {
    max-width: 630px !important;
  }
  .sp-maxw-635 {
    max-width: 635px !important;
  }
  .sp-maxw-640 {
    max-width: 640px !important;
  }
  .sp-maxw-645 {
    max-width: 645px !important;
  }
  .sp-maxw-650 {
    max-width: 650px !important;
  }
  .sp-maxw-655 {
    max-width: 655px !important;
  }
  .sp-maxw-660 {
    max-width: 660px !important;
  }
  .sp-maxw-665 {
    max-width: 665px !important;
  }
  .sp-maxw-670 {
    max-width: 670px !important;
  }
  .sp-maxw-675 {
    max-width: 675px !important;
  }
  .sp-maxw-680 {
    max-width: 680px !important;
  }
  .sp-maxw-685 {
    max-width: 685px !important;
  }
  .sp-maxw-690 {
    max-width: 690px !important;
  }
  .sp-maxw-695 {
    max-width: 695px !important;
  }
  .sp-maxw-700 {
    max-width: 700px !important;
  }
}
@media print {
  html, body {
    height: auto;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    width: 210mm;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
  }
  body .main-contents {
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .header:has(.is-open) > .header-inner {
    border-bottom: none;
  }
  .header-nav, .header-info, footer, .breadcrumb {
    display: none !important;
  }
  .print-hidden {
    display: none !important;
  }
  header {
    position: static !important;
    border-bottom: none !important;
  }
  .header-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
  }
  .show-print {
    display: block !important;
  }
  /* 加入者照会 */
  .reference {
    zoom: 0.8;
    margin: 0 auto;
  }
  .reference .sub-heading {
    display: none;
  }
  .reference .content-header .main-heading {
    padding-top: 0;
  }
  .reference .content-section {
    -webkit-column-break-after: page;
    -moz-column-break-after: page;
    break-after: page;
    page-break-after: always;
  }
  .reference .content-section .box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .reference .content-section .box dl.list-define dt,
.reference .content-section .box dl.list-define dd {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .reference .content-section .box .box-has-header {
    zoom: 0.8;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .reference .content-section .blk-txt:has(.button.-material) {
    display: none;
  }
  /* シミュレーション結果 */
  .simulation.result .show-print > p {
    font-size: 1.2rem;
  }
  .simulation.result .simulation-id {
    font-size: 1.2rem;
  }
  .simulation.result.nenkin .content-tab {
    display: none;
  }
  .simulation.result.nenkin .heading-lv2 {
    -webkit-column-break-after: avoid;
    -moz-column-break-after: avoid;
    margin-top: 15px;
    font-size: 1.8rem;
    break-after: avoid;
  }
  .simulation.result.nenkin .data-conditions {
    padding-bottom: 10px !important;
  }
  .simulation.result .content-header {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .simulation.result .content-header .main-heading {
    padding-bottom: 0;
  }
  .simulation.result .content-header .heading-lv1 {
    font-size: 2.2rem;
  }
  .simulation.result .content-header .heading-lead {
    margin-top: 10px;
  }
  .simulation.result .content-header .heading-lead p {
    font-size: 1.2rem !important;
  }
  .simulation.result .content-section {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
  }
  .simulation.result .content-section .box {
    position: relative;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .simulation.result .content-section .box .heading-lv3 {
    margin-top: 15px !important;
    font-size: 1.6rem;
  }
  .simulation.result .content-section .blk-cont:not(:first-child) {
    margin-top: 0;
  }
  .simulation.result .content-section .blk-cont:not(:first-child) .blk-txt {
    margin-top: 0 !important;
  }
  .simulation.result .content-section .box-border {
    margin-top: 10px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
  }
  .simulation.result .content-section .box-border + .box-border {
    margin-top: 5px;
  }
  .simulation.result .content-section .box-has-header-heading {
    padding: 5px 15px;
    line-height: 0;
  }
  .simulation.result .content-section .box-has-header-heading .text,
.simulation.result .content-section .box-has-header-heading .text-label {
    font-size: 1rem;
  }
  .simulation.result .content-section .box-has-header-heading .text-label {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .simulation.result .content-section .box-has-header-text-area {
    display: block !important;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
  }
  .simulation.result .content-section .box-has-header-text-area .note-text {
    display: inline-block;
    height: 2.7em;
  }
  .simulation.result .content-section .box-has-header-text-area .note-text br {
    display: none !important;
  }
  .simulation.result .content-section .box-has-header-text-area .note-text.-print-br br {
    display: inline !important;
  }
  .simulation.result .content-section .box-has-header-text-area .note-text .mark {
    margin-right: 5px;
  }
  .simulation.result .content-section .button {
    display: none;
  }
  .simulation.result .content-section .data {
    margin-top: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .simulation.result .content-section .data + .data {
    margin-top: 2px;
  }
  .simulation.result .content-section .data.row-2 .data-detail .data {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 12px;
  }
  .simulation.result .content-section .data.row-2 .data-detail .data + .data {
    margin-top: 0 !important;
  }
  .simulation.result .content-section .data-wrap {
    margin-top: 10px !important;
  }
  .simulation.result .content-section .data-wrap.-border {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .simulation.result .content-section .data-wrap:not(.-border) .data:first-child {
    margin-top: 10px !important;
  }
  .simulation.result .content-section .data-wrap:not(.-border) .data.row-2 .data-detail .data {
    margin-top: 0 !important;
  }
  .simulation.result .content-section .data-title, .simulation.result .content-section .data .text {
    min-height: auto;
    font-size: 1.2rem;
  }
  .simulation.result .content-section .data .text-label {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .simulation.result .content-section .data-conditions {
    padding-top: 10px !important;
    padding-bottom: 14px !important;
  }
  .simulation.result .content-section .data.-separate {
    margin-top: 10px !important;
  }
  .simulation.result .content-section .data.-separate .data-title {
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .simulation.result .content-section .data.-separate + .data.-separate {
    break-inside: avoid-page;
  }
  .simulation.result .content-section .age-flow {
    margin-top: 18px;
    margin-right: 5px;
    margin-left: 16px;
  }
  .simulation.result .content-section .age-flow * {
    font-size: 1rem !important;
  }
  .simulation.result .content-section .age-flow .flow-title {
    padding-left: 10px;
  }
  .simulation.result .content-section .age-flow .age-block {
    margin-top: 9px;
    padding-top: 10px;
  }
  .simulation.result .content-section .age-flow .age-block:nth-last-of-type(2) .money {
    margin-right: 5px;
  }
  .simulation.result .content-section .age-flow .age-block:last-of-type .money {
    margin-left: 8px;
  }
  .simulation.result .content-section .age-flow .age-block.point::before {
    top: -10px;
    width: 15px;
    height: 15px;
  }
  .simulation.result .content-section .age-flow .age-block.point:not(:last-of-type) {
    padding-left: 5px;
  }
  .simulation.result .content-section .age-flow .age-block.point .age {
    top: -26px;
    left: -8px;
  }
  .simulation.result .content-section .age-flow .age-block.point:last-of-type::after {
    top: -8px;
  }
  .simulation.result .content-section .age-flow .age-block.point .money {
    min-width: 70px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .simulation.result .content-section .age-flow .age-block.-age5 .graph-set, .simulation.result .content-section .age-flow .age-block.-age10 .graph-set {
    height: 90px;
  }
  .simulation.result .content-section .age-flow .age-block.-age5 .graph-set .term15 > :last-child, .simulation.result .content-section .age-flow .age-block.-age10 .graph-set .term15 > :last-child {
    padding-right: 0;
  }
  .simulation.result .content-section .age-flow .age-block.-age5 .term10 > dt, .simulation.result .content-section .age-flow .age-block.-age5 .term10 dd, .simulation.result .content-section .age-flow .age-block.-age10 .term10 > dt, .simulation.result .content-section .age-flow .age-block.-age10 .term10 dd {
    padding: 0;
  }
  .simulation.result .content-section .age-flow .age-block.-age5 + .age-block:last-of-type .graph-set, .simulation.result .content-section .age-flow .age-block.-age10 + .age-block:last-of-type .graph-set {
    height: 90px;
  }
  .simulation.result .content-section .age-flow .age-block.-age5 + .age-block:last-of-type .note-text, .simulation.result .content-section .age-flow .age-block.-age10 + .age-block:last-of-type .note-text {
    margin-left: 10px;
  }
  .simulation.result .content-section .age-flow .age-block.-age15 .graph-set, .simulation.result .content-section .age-flow .age-block.-age20 .graph-set {
    height: 55px;
  }
  .simulation.result .content-section .age-flow .age-block.-age15 .graph-set .data > :last-child, .simulation.result .content-section .age-flow .age-block.-age20 .graph-set .data > :last-child {
    padding-right: 5px;
  }
  .simulation.result .content-section .age-flow .age-block.-age15 + .age-block:last-of-type .graph-set, .simulation.result .content-section .age-flow .age-block.-age20 + .age-block:last-of-type .graph-set {
    height: 60px;
  }
  .simulation.result .content-section .age-flow .age-block.-age15 + .age-block:last-of-type .note-text, .simulation.result .content-section .age-flow .age-block.-age20 + .age-block:last-of-type .note-text {
    margin-left: 10px;
  }
  .simulation.result .content-section .age-flow .age-block .graph-set .text-label-large {
    min-width: 54px;
  }
  .simulation.result .content-section .age-flow .age-block .graph-set .text-label-small {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .simulation.result .content-section .age-flow .age-block .graph-set .text-label-large.-absolute,
.simulation.result .content-section .age-flow .age-block .graph-set .text-label-small.-absolute {
    position: relative;
    left: auto !important;
    margin-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .simulation.result .content-section .age-flow .age-block .graph-set .data.-only-label {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .simulation.result .content-section .age-flow.age-block3.-year15 .age-block:first-of-type, .simulation.result .content-section .age-flow.age-block4.-year15 .age-block:first-of-type {
    top: 68px;
  }
  .simulation.result .content-section .age-flow.age-block3.-year10 .age-block:first-of-type, .simulation.result .content-section .age-flow.age-block4.-year10 .age-block:first-of-type {
    top: 98px;
  }
  .simulation.result .content-section .age-flow.age-block3.-year5 .age-block:first-of-type, .simulation.result .content-section .age-flow.age-block4.-year5 .age-block:first-of-type {
    top: 98px;
  }
  .simulation.result .content-section .age-flow.age-block3.-over .age-block:first-of-type, .simulation.result .content-section .age-flow.age-block4.-over .age-block:first-of-type {
    display: block;
    padding-left: 0;
  }
  .simulation.result .content-section .age-flow.age-block3.-over .age-block.point:nth-of-type(3).-age10, .simulation.result .content-section .age-flow.age-block3.-over .age-block.point:nth-of-type(3).-age5, .simulation.result .content-section .age-flow.age-block4.-over .age-block.point:nth-of-type(3).-age10, .simulation.result .content-section .age-flow.age-block4.-over .age-block.point:nth-of-type(3).-age5 {
    margin-bottom: 83px !important;
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block, .simulation.result .content-section .age-flow.age-block4 .age-block {
    padding-top: 8px;
    /* age width(px) 5 - 20 */
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block:first-of-type, .simulation.result .content-section .age-flow.age-block4 .age-block:first-of-type {
    display: block;
    position: absolute;
    margin-bottom: 0;
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block:first-of-type br, .simulation.result .content-section .age-flow.age-block4 .age-block:first-of-type br {
    display: none !important;
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 {
    width: calc((69% / 3 ) * 1);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term5, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term5 {
    width: calc((100% * 5 / 10) + (-1 * 7px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term5.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term5.box-border {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term5.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term5.box-border.term-over {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term10, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term10 {
    width: calc((100% * 10 / 10) + (0 * 6px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term10.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term10.box-border {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term10.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term10.box-border.term-over {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term15, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term15 {
    width: calc((100% * 15 / 10) + (1 * 5px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term15.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term15.box-border {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term15.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term15.box-border.term-over {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term20, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term20 {
    width: calc((100% * 20 / 10) + (2 * 4px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term20.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term20.box-border {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term20.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term20.box-border.term-over {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term25, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term25 {
    width: calc((100% * 25 / 10) + (3 * 3px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term25.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term25.box-border {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term25.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term25.box-border.term-over {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term30, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term30 {
    width: calc((100% * 30 / 10) + (4 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term30.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term30.box-border {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term30.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term30.box-border.term-over {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term35, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term35 {
    width: calc((100% * 35 / 10) + (5 * 1px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term35.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term35.box-border {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term35.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term35.box-border.term-over {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term40, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term40 {
    width: calc((100% * 40 / 10) + (6 * 0px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term40.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term40.box-border {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term40.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term40.box-border.term-over {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 {
    width: calc((69% / 3 ) * 2);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term5, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term5 {
    width: calc((100% * 5 / 10) + (-1 * 7px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term5.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term5.box-border {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term5.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term5.box-border.term-over {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term10, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term10 {
    width: calc((100% * 10 / 10) + (0 * 6px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term10.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term10.box-border {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term10.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term10.box-border.term-over {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term15, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term15 {
    width: calc((100% * 15 / 10) + (1 * 5px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term15.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term15.box-border {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term15.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term15.box-border.term-over {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term20, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term20 {
    width: calc((100% * 20 / 10) + (2 * 4px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term20.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term20.box-border {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term20.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term20.box-border.term-over {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term25, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term25 {
    width: calc((100% * 25 / 10) + (3 * 3px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term25.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term25.box-border {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term25.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term25.box-border.term-over {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term30, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term30 {
    width: calc((100% * 30 / 10) + (4 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term30.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term30.box-border {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term30.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term30.box-border.term-over {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term35, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term35 {
    width: calc((100% * 35 / 10) + (5 * 1px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term35.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term35.box-border {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term35.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term35.box-border.term-over {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term40, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term40 {
    width: calc((100% * 40 / 10) + (6 * 0px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term40.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term40.box-border {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term40.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term40.box-border.term-over {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 {
    width: calc((69% / 3 ) * 3);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term5, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term5 {
    width: calc((100% * 5 / 10) + (-1 * 7px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term5.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term5.box-border {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term5.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term5.box-border.term-over {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term10, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term10 {
    width: calc((100% * 10 / 10) + (0 * 6px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term10.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term10.box-border {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term10.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term10.box-border.term-over {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term15, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term15 {
    width: calc((100% * 15 / 10) + (1 * 5px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term15.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term15.box-border {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term15.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term15.box-border.term-over {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term20, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term20 {
    width: calc((100% * 20 / 10) + (2 * 4px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term20.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term20.box-border {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term20.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term20.box-border.term-over {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term25, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term25 {
    width: calc((100% * 25 / 10) + (3 * 3px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term25.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term25.box-border {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term25.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term25.box-border.term-over {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term30, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term30 {
    width: calc((100% * 30 / 10) + (4 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term30.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term30.box-border {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term30.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term30.box-border.term-over {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term35, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term35 {
    width: calc((100% * 35 / 10) + (5 * 1px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term35.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term35.box-border {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term35.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term35.box-border.term-over {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term40, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term40 {
    width: calc((100% * 40 / 10) + (6 * 0px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term40.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term40.box-border {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age15 .term40.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age15 .term40.box-border.term-over {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 {
    width: calc((69% / 3 ) * 4);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term5, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term5 {
    width: calc((100% * 5 / 10) + (-1 * 7px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term5.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term5.box-border {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term5.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term5.box-border.term-over {
    width: calc((100% * 5 / 10) + (-10px + 2 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term10, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term10 {
    width: calc((100% * 10 / 10) + (0 * 6px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term10.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term10.box-border {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term10.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term10.box-border.term-over {
    width: calc((100% * 10 / 10) + (-10px + 3 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term15, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term15 {
    width: calc((100% * 15 / 10) + (1 * 5px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term15.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term15.box-border {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term15.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term15.box-border.term-over {
    width: calc((100% * 15 / 10) + (-10px + 4 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term20, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term20 {
    width: calc((100% * 20 / 10) + (2 * 4px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term20.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term20.box-border {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term20.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term20.box-border.term-over {
    width: calc((100% * 20 / 10) + (-10px + 5 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term25, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term25 {
    width: calc((100% * 25 / 10) + (3 * 3px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term25.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term25.box-border {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term25.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term25.box-border.term-over {
    width: calc((100% * 25 / 10) + (-10px + 6 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term30, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term30 {
    width: calc((100% * 30 / 10) + (4 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term30.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term30.box-border {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term30.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term30.box-border.term-over {
    width: calc((100% * 30 / 10) + (-10px + 7 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term35, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term35 {
    width: calc((100% * 35 / 10) + (5 * 1px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term35.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term35.box-border {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term35.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term35.box-border.term-over {
    width: calc((100% * 35 / 10) + (-10px + 8 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term40, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term40 {
    width: calc((100% * 40 / 10) + (6 * 0px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term40.box-border, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term40.box-border {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px));
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age20 .term40.box-border.term-over, .simulation.result .content-section .age-flow.age-block4 .age-block.-age20 .term40.box-border.term-over {
    width: calc((100% * 40 / 10) + (-10px + 9 * 2px) + 45px);
  }
  .simulation.result .content-section .age-flow.age-block3 .age-block.-age5 .term10 :not(:first-child), .simulation.result .content-section .age-flow.age-block3 .age-block.-age10 .term10 :not(:first-child), .simulation.result .content-section .age-flow.age-block4 .age-block.-age5 .term10 :not(:first-child), .simulation.result .content-section .age-flow.age-block4 .age-block.-age10 .term10 :not(:first-child) {
    margin-top: 0;
    line-height: 1.75;
  }
  .simulation.result .content-section .age-flow.age-block3.-year10 .age-block.-age10 .data.term10 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .simulation.result .content-section .age-flow.age-block3.-year10 .age-block.-age10 + .age-block:last-of-type .graph-set {
    height: 90px;
  }
  .simulation.result .content-section .age-flow.age-block3.-year10 .age-block.-age10 + .age-block .-only-label {
    width: 90%;
  }
  .simulation.result .content-section .age-flow.age-block3.-year10 .age-block.-age10 + .age-block .-only-label.-arrow::after {
    border-top-width: 22px;
    border-bottom-width: 22px;
  }
  .simulation.result .content-section .age-flow.age-block3.-year10 .age-block.-age10 .box-border {
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .simulation.result .content-section .age-flow .-arrow {
    width: 85%;
  }
  .simulation.result .content-section .age-flow .-arrow::after {
    right: -28px;
    border-width: 14px;
  }
  .simulation.result .result-content:first-of-type .box {
    zoom: 0.8;
  }
  .simulation.result .result-content:first-of-type .simulation-id {
    -webkit-column-break-after: page;
    -moz-column-break-after: page;
    break-after: page;
    page-break-after: always;
  }
  .simulation.result .simulation-id:last-of-type {
    -webkit-column-break-after: avoid;
    -moz-column-break-after: avoid;
    break-after: avoid-page;
  }
  .simulation.result .box-course {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 10px;
  }
  .simulation.result .box-course-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: calc((100% - 10px) / 2);
    margin-top: 0;
    gap: 5px;
  }
  .simulation.result .box-course-wrap .box-has-header {
    margin-top: 0 !important;
  }
  .simulation.result .box-course-wrap:first-child {
    height: 230mm;
  }
  .simulation.result .box-course-wrap:not(:first-child) {
    margin-top: 0;
  }
  .simulation.result .box-attention {
    width: 48%;
    margin-top: -36%;
  }
  .simulation.result .heading-attention {
    font-size: 1.2rem;
  }
  .simulation.result .txt-indent {
    font-size: 1rem;
  }
  .simulation.nenkin .box-attention {
    margin-top: -36%;
  }
}
@media print and (max-width: 767px) {
  .simulation.result .content-section .result-content:first-child {
    height: 250mm;
  }
  .simulation.result .content-section .box-has-header-text-area .note-text {
    line-height: 1.25;
  }
  .simulation.result .content-section .box-has-header-text-area .age-flow .age-block .graph-set .text-label-large,
.simulation.result .content-section .box-has-header-text-area .age-flow .age-block .graph-set .text-label-small {
    padding: 0;
    line-height: 1.25;
  }
  .simulation.result .content-section .box-has-header-text-area .age-flow .age-block .graph-set .text-label-large.-absolute,
.simulation.result .content-section .box-has-header-text-area .age-flow .age-block .graph-set .text-label-small.-absolute {
    left: 100px;
  }
  .simulation.result .content-section .box-has-header-text-area .age-flow .age-block.-age15 .graph-set, .simulation.result .content-section .box-has-header-text-area .age-flow .age-block.-age20 .graph-set {
    height: 60px;
  }
  .simulation.result .content-section .box-has-header-text-area .age-flow.age-block3.-over .age-block:first-of-type, .simulation.result .content-section .box-has-header-text-area .age-flow.age-block4.-over .age-block:first-of-type {
    margin-bottom: 150px;
  }
  .simulation.result .content-section .box-has-header-text-area .age-flow.age-block3.-over .age-block.point:nth-of-type(3).-age10, .simulation.result .content-section .box-has-header-text-area .age-flow.age-block3.-over .age-block.point:nth-of-type(3).-age5, .simulation.result .content-section .box-has-header-text-area .age-flow.age-block4.-over .age-block.point:nth-of-type(3).-age10, .simulation.result .content-section .box-has-header-text-area .age-flow.age-block4.-over .age-block.point:nth-of-type(3).-age5 {
    margin-bottom: 120px;
  }
  .simulation.result .content-section .box-has-header-text-area .age-flow.age-block3 .age-block.-age5 .term10 :not(:first-child), .simulation.result .content-section .box-has-header-text-area .age-flow.age-block3 .age-block.-age10 .term10 :not(:first-child), .simulation.result .content-section .box-has-header-text-area .age-flow.age-block4 .age-block.-age5 .term10 :not(:first-child), .simulation.result .content-section .box-has-header-text-area .age-flow.age-block4 .age-block.-age10 .term10 :not(:first-child) {
    margin-top: 0;
    line-height: 1.25;
  }
  .simulation.result .content-section .box-has-header-text-area .age-flow.age-block3.-year10 .age-block.-age10 .data.term10 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 121.5px;
  }
  body:has(.header.-logout) {
    padding-top: 63px;
  }
  .header-inner {
    padding: 8px;
  }
  .header-logo {
    width: 220px;
  }
  .header-nav-menu {
    margin: 0 auto;
  }
  .header-menu-global {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-menu-global-item > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 54px;
    padding: 0 25px;
    font-size: 1.6rem;
  }
  .header-menu-global-item > a:hover {
    background: #ffffff;
    color: #006C52;
  }
  .header-menu-global-item > a:hover .-icon {
    background-image: url("/member/assets/images/common/icon_brank_black.svg");
    background-position: center;
  }
  .header-menu-global-item > a:hover .-icon img {
    opacity: 0;
  }
  .dropdown-item a {
    padding: 15px 20px;
    line-height: 2.25;
  }
  .dropdown-item a:not(:hover) {
    text-decoration: underline;
  }
  .footer.-logout .footer-info {
    padding: 77px 0 50px;
  }
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .footer-logo-corporate {
    margin-bottom: 5px;
    text-align: left;
  }
  .footer-logo-division {
    position: absolute;
  }
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-menu-unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 0;
    font-size: inherit;
    font-size: 1.6rem;
  }
  .footer-menu-item + .footer-menu-item {
    margin-left: 30px;
  }
  .footer-copyright {
    text-align: left;
  }
  .go-top {
    width: 90px;
    height: 90px;
    padding: 15px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .go-top:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .form-checkbox-label:hover {
    color: #F1391B;
  }
  .form-content form > * {
    max-width: 870px;
    margin-right: auto;
    margin-left: auto;
  }
  .form-content .form-item.head-2col .form-item-head .ttl-1st {
    width: 40%;
  }
  .form-selectbtn.-sm {
    width: 82px;
  }
  .form-selectbtn.-md {
    width: 112px;
  }
  .form-selectbtn-area {
    white-space: nowrap;
  }
  .link-text:not(:hover) {
    text-decoration: underline;
  }
  .link-tell {
    pointer-events: none;
  }
  .data .text-label {
    min-width: 92px;
  }
  .data.row-2 .data-title {
    width: 10%;
    font-size: 1.6rem;
  }
  .data.row-2 .data-detail {
    width: 90%;
  }
  .data.row-2 .data-detail .data {
    padding-left: 20px;
  }
  .pc-fs-sm {
    font-size: 1.4rem !important;
  }
  .pc-fs-md {
    font-size: 1.6rem !important;
  }
  .pc-fs-lg {
    font-size: 1.8rem !important;
  }
  .pc-fs-xl {
    font-size: 2rem !important;
  }
  .pc-fs-xxl {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 1015px) {
  .header-menu-global-item > a {
    height: 54px;
    padding: 0 18px;
    font-size: 1.5rem;
  }
  .footer.-logout .footer-info {
    padding: 77px 10px 50px;
  }
}
@media screen and (max-width: 355px) {
  .age-flow .-arrow {
    width: 90%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top .top-menu-head .top-menu-ttl {
    text-align: left;
  }
}

.redbox {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid red;
  vertical-align: middle;
  margin: 0 0.25rem 0.25rem 0.25rem;
}

.age-flow .age-block .graph-set .data.-red {
  box-shadow: inset 0px 0px 0px 3px #FF0000;
}

.box-border.-red {
  border-color: #FF0000;
}

/*# sourceMappingURL=style.css.map */
