@charset "UTF-8";
:root {
  --color-text: #1e2020;
  --color-base: #f5f5f4;
  --color-main: #009aa5;
  --color-main02: #62bcbf;
  --color-sub: #e2f4f2;
  --color-line: #c6e2e2;
  --color-link: #5874c7;
  --color-link-light: #e6f5ff;
  --color-accent: #f36766;
  --color-accent02: #f28d68;
  --color-error: #cc0000;
  --color-light: #fff;
  --color-gray01: #f2f1ef;
  --color-gray02: #e5e3e2;
  --color-gray03: #bcbbb8;
  --color-gray04: #767573;
  --color-gray05: #c6c4c1;
  --color-gray06: #707070;
  --color-black: #191716;
  --color-input: #f89c19;
  --color-input-light: #fccb86;
  --color-input_bg: #fff7db;
  --color-shadow01: rgb(198,196,193,1);
  --color-shadow02: rgb(118,117,115,1);
  --color-shadow03: rgb(158,203,204,1);
}

/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}
ol, ul, li {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

html {
  height: -webkit-fill-available;
  line-height: 1.5;
  font-size: 1rem;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  color: #1e2020;
  background: #f5f5f4;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

main {
  display: block;
}

img {
  height: auto;
  vertical-align: bottom;
}

svg {
  overflow: hidden;
}

picture {
  display: block;
}

li {
  list-style-type: none;
}

a {
  color: #5874c7;
  text-underline-offset: 2px;
}

a[href^="tel:"] {
  display: inline-block;
  pointer-events: none;
  color: #1e2020;
  text-decoration: none;
}

.l-container {
  padding: 80px 0;
}
.l-container--nallow {
  padding: 40px 0;
}
.l-container--pd-none {
  padding: 0;
}
.l-container--pd-top-none {
  padding-top: 0;
}
.l-container--pd-bottom-none {
  padding-bottom: 0;
}
.l-container--color {
  background-color: #e2f4f2;
}
.l-container--light {
  background-color: #fff;
}
.l-container--gray {
  background-color: #f5f5f4;
}
.l-container__inner {
  padding: 0 43px;
}
.l-container--nomenu {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.l-container--nomenu__inner {
  width: 1000px;
  margin: auto;
}

.l-footer {
  background: #009aa5;
  color: #fff;
}
.l-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-footer__copy small {
  font-size: 1rem;
}

.l-header {
  background-color: #fff;
}
.l-header__inner {
  position: relative;
}
.l-header__content {
  position: fixed;
  top: 0;
  width: 280px;
  padding: 32px 20px 16px;
  background: #fff;
  z-index: 20;
}
.l-header__sitename {
  display: block;
}
.l-header__servicename {
  display: block;
  margin-top: 16px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}
.l-header__subname {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: normal;
}
.l-header__logout {
  z-index: 10;
  margin-top: 16px;
  background-color: #fff;
}
.l-header__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 40px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  border: 2px solid #009aa5;
  border-radius: 20px;
  box-shadow: 0 0 6px rgb(198, 196, 193);
  color: #1e2020;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s;
}
.l-header__lay {
  display: none;
}
.l-header__nav-button {
  display: none;
}
.l-header__nav-button-text {
  margin-top: 7px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
}
.l-header__line {
  display: block;
  width: 34px;
  height: 18px;
  position: relative;
}
.l-header__line > span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #009aa5;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
.l-header__line > span:first-of-type {
  top: 0;
}
.l-header__line > span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.l-header__line > span:last-of-type {
  bottom: 0;
}
.is-active > .l-header__line span:first-of-type {
  top: 8px;
  transform: rotate(45deg);
}
.is-active > .l-header__line span:nth-of-type(2) {
  display: none;
}
.is-active > .l-header__line span:last-of-type {
  bottom: 8px;
  transform: rotate(-45deg);
}

.l-header-nomenu {
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f5f5f4;
}
.l-header-nomenu__heading {
  display: flex;
  align-items: center;
}
.l-header-nomenu__logo {
  flex-shrink: 0;
}
.l-header-nomenu__text {
  display: block;
  margin-left: 40px;
  line-height: 1;
}
.l-header-nomenu__text-main {
  display: block;
  font-size: 1.375rem;
  font-weight: bold;
}
.l-header-nomenu__text-sub {
  display: block;
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: normal;
}

.l-main {
  min-height: calc(100vh - 56px);
  max-width: 1086px;
}

.l-nomenu {
  background: #fff;
}
.l-nomenu__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 80px -webkit-max-content 56px;
  -ms-grid-rows: 80px max-content 56px;
  -ms-grid-columns: 100%;
      grid-template: "header" 80px "main" -webkit-max-content "footer" 56px/100%;
      grid-template: "header" 80px "main" max-content "footer" 56px/100%;
  min-width: 1016px;
}
.l-nomenu__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
}
.l-wrapper > .l-nomenu__header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}
.l-nomenu__main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  min-height: calc(var(--height-content) - var(--height-headercontent) - 2px - var(--height-footercontent));
}
.l-wrapper > .l-nomenu__main {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.l-nomenu__footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
}
.l-wrapper > .l-nomenu__footer {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.l-nav {
  width: 280px;
  height: 100%;
  min-height: 100%;
  padding-top: 222px;
  padding-top: var(--height-headercontent);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  z-index: 10;
}
.l-nav .js-navAccordion {
  display: none;
}
.l-nav__wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  background: #009aa5;
}
.l-nav__list {
  border-left: 4px solid #009aa5;
  background: #fff;
}
.l-nav__item {
  border-top: 2px solid #e2f4f2;
}
.l-nav__top-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  color: #1e2020;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.3s;
}
.l-nav__top-link.is-active {
  background: #e2f4f2;
}
.l-nav__top-link.is-active .l-nav__arrow-pc {
  right: 10px;
}
.l-nav button.l-nav__top-link {
  width: 100%;
  text-align: left;
  margin: 0;
}
.l-nav button.l-nav__top-link.is-active .l-nav__plus::before {
  transform: rotate(0deg);
}
.l-nav__arrow-pc {
  position: absolute;
  right: 16px;
  color: #009aa5;
  fill: currentColor;
  transition: right 0.3s;
}
.l-nav__arrow-pc _:-ms-input-placeholder, :root .l-nav__arrow-pc {
  top: calc(50% - 8px);
}
.l-nav__arrow-sp {
  display: none;
}
.l-nav__arrow-small {
  position: absolute;
  right: 24px;
  transition: right 0.3s, color 0.3s;
  transform: rotate(-90deg);
  fill: currentColor;
  color: #009aa5;
}
.l-nav__top-text {
  margin-left: 8px;
}
.l-nav__second {
  padding: 12px 0;
  background-color: #009aa5;
}
.l-nav__sec-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 16px 12px 16px;
  border-left: 4px solid #009aa5;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-nav__sec-link .l-nav__arrow {
  position: absolute;
  right: 16px;
  color: #fff;
  fill: currentColor;
  transition: right 0.3s;
}
.l-nav__sub-list {
  position: absolute;
  left: 100%;
  top: 0;
  width: 315px;
  height: 100%;
  background-color: #e2f4f2;
  border-right: 2px solid #009aa5;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.l-nav__sub-list > ul {
  margin-top: 54px;
  height: 100%;
  max-height: calc(100% - 54px);
  overflow-y: auto;
  overflow-x: hidden;
}
.l-nav__sub-list.is-active {
  visibility: visible;
  opacity: 1;
}
.l-nav__sub-item {
  position: relative;
}
.l-nav__sub-item + .l-nav__sub-item::before {
  content: "";
  width: calc(100% - 48px);
  height: 1px;
  position: absolute;
  left: 24px;
  top: 0;
  border-top: 1px dashed #009aa5;
  z-index: 1;
}
.l-nav__sub-link {
  position: relative;
  display: block;
  padding: 24px;
  background-color: transparent;
  color: #1e2020;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.l-nav__sub-close {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #5874c7;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: 0.3s;
}
.l-nav__sub-close::before, .l-nav__sub-close::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 8px;
  top: 15px;
}
.l-nav__sub-close::before {
  transform: rotate(45deg);
}
.l-nav__sub-close::after {
  transform: rotate(-45deg);
}

.l-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 56px;
  -ms-grid-columns: 280px 1fr;
      grid-template: "header main" 1fr "header footer" 56px/280px 1fr;
  width: 1366px;
  margin: auto;
}
.l-wrapper__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
}
.l-wrapper > .l-wrapper__header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}
.l-wrapper__main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
}
.l-wrapper > .l-wrapper__main {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.l-wrapper__footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
}
.l-wrapper > .l-wrapper__footer {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.l-wrapper--noheader {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 56px;
  -ms-grid-columns: 1fr;
      grid-template: "main" 1fr "footer" 56px/1fr;
  width: 1086px;
  margin: auto;
}
.l-wrapper--noheader > .l-wrapper__main {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-wrapper--noheader > .l-wrapper__footer {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.c-accordion {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 6px rgb(198, 196, 193);
}
.c-heading + .c-accordion {
  margin-top: 40px;
}
.c-accordion + .c-accordion {
  margin-top: 80px;
}
.c-accordion__title {
  position: relative;
}
.c-accordion__btn {
  padding: 8px 28px 8px 8px;
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  transition: opacity 0.3s;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.c-accordion__btn.is-active::before {
  transform: rotate(180deg);
  top: calc(50% - 9px);
}
.c-accordion__btn::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_arrow-light.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
.c-accordion__heading {
  padding: 24px 40px;
  padding-right: 128px;
  color: #fff;
  background-color: #009aa5;
  font-size: 2rem;
  line-height: 1;
}
.c-accordion__heading span {
  display: block;
  padding-left: 48px;
  position: relative;
}
.c-accordion__heading span::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-accordion__body {
  padding: 40px 40px 92px;
  background-color: #fff;
  position: relative;
}
.c-accordion__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #767573;
  color: #fff;
  font-size: 1.125rem;
  transition: opacity 0.3s;
}
.c-accordion__close span {
  padding-left: 28px;
  position: relative;
}
.c-accordion__close span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_arrow-light.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
}

.c-bg-box {
  padding: 40px;
}
.c-bg-box--color {
  background-color: #e2f4f2;
}
.c-bg-box--gray {
  background-color: #f5f5f4;
}
.c-bg-box--light {
  background-color: #fff;
}

.c-box {
  padding: 40px;
  background-color: #fff;
  border: 2px solid #e5e3e2;
  border-radius: 8px;
}
.c-box__content {
  padding-left: 32px;
}
.c-heading + .c-box__content {
  margin-top: 24px;
}
.c-heading + .c-box__inner {
  margin-top: 24px;
}
.c-box__inner + .c-box__inner {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #e5e3e2;
}
.c-box__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-box__flex .c-box__button {
  flex-shrink: 0;
  margin-left: 16px;
}
.c-box__flex _:-ms-input-placeholder .c-box__body, :root .c-box__flex .c-box__body {
  width: 100%;
}
.c-box--color {
  background-color: #e5e3e2;
}
.c-box--center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
}
.c-box _:-ms-input-placeholder div.c-box--center, :root .c-box div.c-box--center {
  text-align: center;
}
.c-heading + .c-box {
  margin-top: 40px;
}
.c-box + .c-box {
  margin-top: 24px;
}
.c-box-agree {
  display: none;
}
.c-box-agree.is-show {
  display: block;
}

.c-button {
  display: inline-flex;
  cursor: pointer;
}
.c-button-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.c-button-center__item:not(:first-child) {
  margin-top: 24px;
}

.c-button__text _:-ms-input-placeholder, :root .c-button__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.c-button--double-arrow {
  position: relative;
  padding-right: 16px;
  color: #5874c7;
  text-decoration: underline;
}
.c-button--double-arrow.js-open > .c-icon::before {
  transform: rotate(0deg);
}
.c-button--double-arrow.js-open > .c-icon::after {
  transform: rotate(180deg);
}

.c-button--lv1 {
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  min-width: 215px;
  padding: 4px 32px;
  background-color: #f36766;
  border: 2px solid #f36766;
  border-radius: 100px;
  box-shadow: 0 0 6px rgb(158, 203, 204);
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, box-shadow 0.3s, border 0.3s;
}
.c-button--lv1 .c-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  color: #fff;
  fill: currentColor;
  position: absolute;
  right: 16px;
  top: calc(50% - 6px);
  transition: right 0.3s;
}
.c-button--lv1 .c-button__icon svg {
  transform: rotate(-90deg);
}

.c-button--lv1-submit {
  width: 400px;
}

.c-button--lv1-disabled, .c-button--lv1:disabled {
  width: 400px;
  cursor: default;
  pointer-events: none;
  background-color: #bcbbb8;
  border: 2px solid #bcbbb8;
  border-radius: 100px;
  box-shadow: none;
  color: #fff;
}
.c-button--lv1-disabled .c-button__icon, .c-button--lv1:disabled .c-button__icon {
  color: #fff;
}

.c-button--lv2 {
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  min-width: 215px;
  padding: 4px 32px;
  background-color: #fff;
  border: 2px solid #009aa5;
  border-radius: 100px;
  box-shadow: 0 0 6px rgb(158, 203, 204);
  color: #1e2020;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.c-button--lv2 .c-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  color: #009aa5;
  fill: currentColor;
  position: absolute;
  right: 16px;
  top: calc(50% - 6px);
  transition: right 0.3s;
}
.c-button--lv2 .c-button__icon svg {
  transform: rotate(-90deg);
}

.c-button--lv2-submit {
  width: 400px;
}

.c-button--lv2-disabled, .c-button--lv2:disabled {
  width: 400px;
  cursor: default;
  pointer-events: none;
  background-color: #f2f1ef;
  border: 2px solid #767573;
  border-radius: 100px;
  box-shadow: none;
  color: #767573;
}
.c-button--lv2-disabled .c-button__icon, .c-button--lv2:disabled .c-button__icon {
  color: #767573;
}

.c-button--lv3 {
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  min-width: 200px;
  padding: 4px 32px;
  background-color: #e2f4f2;
  border: 2px solid #e2f4f2;
  border-radius: 100px;
  box-shadow: 0 0 6px rgb(158, 203, 204);
  color: #1e2020;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.c-button--lv3 .c-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  color: #009aa5;
  fill: currentColor;
  position: absolute;
  right: 16px;
  top: calc(50% - 6px);
  transition: right 0.3s;
}
.c-button--lv3 .c-button__icon svg {
  transform: rotate(-90deg);
}

.c-button--lv3-submit {
  width: 400px;
}

.c-button--lv3-disabled, .c-button--lv3:disabled {
  width: 400px;
  cursor: default;
  pointer-events: none;
  background-color: #e5e3e2;
  border: 2px solid #e5e3e2;
  border-radius: 100px;
  box-shadow: none;
  color: #767573;
}
.c-button--lv3-disabled .c-button__icon, .c-button--lv3:disabled .c-button__icon {
  color: #767573;
}

.c-button--lv3-sm-submit {
  width: 215px;
}

.c-button--lv3-sm-return {
  width: 215px;
  font-size: 1rem;
}
.c-button--lv3-sm-return .c-button__icon {
  transition: left 0.3s;
  left: 16px;
}
.c-button--lv3-sm-return .c-button__icon svg {
  transform: rotate(90deg);
}

.c-button--lv4 {
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  min-width: 215px;
  padding: 4px 32px;
  background-color: #fff;
  border: 2px solid #c6c4c1;
  border-radius: 100px;
  color: #1e2020;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.c-button--lv4 .c-button__icon::before, .c-button--lv4 .c-button__icon::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  border-radius: 3px;
  background-color: currentColor;
  position: absolute;
  left: 24px;
  top: calc(50% - 9px);
}
.c-button--lv4 .c-button__icon::before {
  transform: rotate(45deg);
}
.c-button--lv4 .c-button__icon::after {
  transform: rotate(-45deg);
}
.c-button--lv4 .c-button__icon--pdf::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_pdf-black.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 20px;
  top: calc(50% - 9px);
  transition: background-image 0.3s;
}

.c-button-box {
  display: flex;
}
.c-button-box .c-button-box__item + .c-button-box__item {
  margin-left: 40px;
}
.c-button-box--center {
  justify-content: center;
  align-items: center;
}
.c-button-box--right {
  justify-content: flex-end;
  align-items: center;
}

.c-error {
  color: #cc0000;
  font-size: 1rem;
}
.c-error__text {
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.22;
  padding-left: 22px;
  position: relative;
}
.c-error__text::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #cc0000;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.c-heading__lv02 {
  position: relative;
  display: flex;
  line-height: 1.3;
}
.c-heading__lv02 > .c-heading__icon {
  flex-shrink: 0;
  width: 32px;
  padding-top: 7px;
}
.c-heading__lv02 > .c-heading__icon img {
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-heading__lv02 > .c-heading__icon--square {
  flex-shrink: 0;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #009aa5;
  border-radius: 4px;
  height: 22px;
  width: 22px;
}
.c-heading__lv02 > .c-heading__text {
  padding-left: 8px;
  font-size: 2rem;
}
.c-heading__lv03 {
  position: relative;
  display: flex;
  line-height: 1.3;
}
.c-heading__lv03 > .c-heading__icon {
  padding-top: 2px;
  width: 24px;
  flex-shrink: 0;
}
.c-heading__lv03 > .c-heading__icon img {
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-heading__lv03 > .c-heading__icon--noicon {
  width: 24px;
  height: 24px;
  padding-top: 3px;
  flex-shrink: 0;
}
.c-heading__lv03 > .c-heading__icon--noicon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #009aa5;
  border-radius: 50%;
}
.c-heading__lv03 > .c-heading__text {
  display: block;
  font-size: 1.375rem;
  position: relative;
  padding-left: 8px;
}
.c-heading__lv03 > .c-heading__text::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 2px);
  background-color: #009aa5;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 1px;
}
.c-heading__lv03 .c-heading__icon--noicon + .c-heading__text {
  padding-left: 8px;
}
.c-heading__lv03 .c-heading__icon--noicon + .c-heading__text::before {
  display: none;
}
.c-heading__lv03 .c-heading__icon + .c-heading__text {
  padding-left: 8px;
}
.c-heading__lv03 .c-heading__icon + .c-heading__text::before {
  display: none;
}
.c-heading__lv04 {
  position: relative;
  display: block;
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: bold;
}

.c-heading--withsub {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  font-weight: bold;
}
.c-heading--withsub .c-heading__sub {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  flex-shrink: 0;
  background-color: #009aa5;
}
.c-heading--withsub .c-heading__sub > span {
  color: #fff;
  font-size: 1.375rem;
}
.c-heading--withsub .c-heading__main {
  padding: 12px 0;
  margin-left: 16px;
  font-size: 2rem;
  line-height: 1.2;
}

.c-hours {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.c-hours__time {
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
}
.c-hours__tel {
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
  padding-left: 32px;
  position: relative;
  cursor: text;
}
.c-hours__tel::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
.c-hours__note {
  position: relative;
  margin-left: 16px;
  font-size: 1.125rem;
}

.c-icon {
  display: inline-block;
}
.c-icon--logout {
  width: 15px;
  height: 14px;
  position: absolute;
  right: 14px;
  top: calc(50% - 7px);
}
.c-icon--arrow-right {
  position: relative;
}
.c-icon--arrow-right::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(../img/icon_arrow-main_large.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.c-icon--arrow-right-small {
  position: relative;
}
.c-icon--arrow-right-small::before, .c-icon--arrow-right-small::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: currentColor;
  position: absolute;
  right: 0;
}
.c-icon--arrow-right-small::before {
  transform: rotate(-40deg);
  top: 2px;
}
.c-icon--arrow-right-small::after {
  transform: rotate(40deg);
  top: -2px;
}
.c-icon--double-arrow::before, .c-icon--double-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(../img/icon_arrow-link.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-icon--double-arrow::before {
  top: 6px;
  transform: rotate(180deg);
}
.c-icon--double-arrow::after {
  top: 15px;
}
.c-icon--double-arrow-main::before, .c-icon--double-arrow-main::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(../img/icon_arrow-main.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-icon--double-arrow-main::before {
  top: 6px;
  transform: rotate(180deg);
}
.c-icon--double-arrow-main::after {
  top: 15px;
}

.c-img {
  width: 100%;
}
.c-img--max600 {
  max-width: 600px;
}
.c-img--center {
  margin: auto;
}

.c-input--w400px {
  width: 400px;
}
.c-input--w100 {
  width: 100%;
}
.c-input--inline {
  display: flex;
  align-items: center;
}
.c-input--inline .c-input__inner {
  flex-direction: row;
  align-items: center;
}
.c-input--inline .c-input__inner + .c-input__inner {
  margin-left: 8px;
}
.c-input--inline .c-input__inner:not(:first-child) input {
  width: 100px;
}
.c-input--inline .c-input__input {
  margin-right: 5px;
}
.c-input--inline .c-input__input _:-ms-input-placeholder, :root .c-input--inline .c-input__input {
  max-width: 120px;
}
.c-input__inner {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.c-input__input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #f89c19;
  background-color: #fff7db;
  border-radius: 4px;
  font-size: 1.125rem;
}
.c-input__input:focus {
  outline: none;
  background-color: #fff;
}
.c-input__input:focus ~ .c-input__placeholder {
  color: #f89c19;
}
.c-input__input:disabled {
  border: 2px solid #c6c4c1;
  background-color: #f2f1ef;
  pointer-events: none;
  opacity: 1;
}
.c-input__input:disabled::-moz-placeholder {
  color: #c6c4c1;
}
.c-input__input:disabled:-ms-input-placeholder {
  color: #c6c4c1;
}
.c-input__input:disabled::placeholder {
  color: #c6c4c1;
}
.c-input__placeholder {
  display: block;
  padding-bottom: 8px;
  color: #767573;
  font-size: 1rem;
  line-height: 1;
}
.c-input__in-placeholder {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  color: #fccb86;
  transition: bottom 0.3s, color 0.3s, font-size 0.3s, transform 0.3s;
}
.c-input__input:focus + .c-input__in-placeholder {
  bottom: calc(-1em - 10px);
  transform: translateY(0);
  color: #f89c19;
  font-size: 0.875rem;
}
.c-input__input.is-complete + .c-input__in-placeholder {
  bottom: calc(-1em - 10px);
  transform: translateY(0);
  color: #f89c19;
  font-size: 0.875rem;
}
.c-input__input:disabled + .c-input__in-placeholder {
  color: #c6c4c1;
}
.c-input__input.is-complete:disabled + .c-input__in-placeholder {
  color: #c6c4c1;
}
.c-input__text::-moz-placeholder {
  color: #fccb86;
}
.c-input__text:-ms-input-placeholder {
  color: #fccb86;
}
.c-input__text::placeholder {
  color: #fccb86;
}
.c-input--number {
  padding-right: 2px;
}
.c-input--number::-webkit-inner-spin-button {
  opacity: 1;
  margin-left: 4px;
}
.c-input--right {
  text-align: right;
}
.c-input--rc-button-box {
  display: flex;
  align-items: center;
}
.c-input--rc-button-box-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-input__rc {
  position: relative;
  width: 400px;
  height: 64px;
}
.c-input__rc + .c-input__rc {
  margin-left: 40px;
}
.c-input__rc-button {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.c-input__rc-button:focus-visible + .c-input__rc-label {
  border-color: #5874c7;
  box-shadow: none;
}
.c-input__rc-button:checked + .c-input__rc-label {
  border-color: #5874c7;
  background-color: #e6f5ff;
  box-shadow: none;
  color: #5874c7;
}
.c-input__rc-button:checked + .c-input__rc-label::before {
  background: #fff;
}
.c-input__rc-button:checked + .c-input__rc-label::before, .c-input__rc-button:checked + .c-input__rc-label::after {
  color: #5874c7;
}
.c-input__rc-button:disabled + .c-input__rc-label {
  border-color: #e5e3e2;
  background-color: #e5e3e2;
  box-shadow: none;
  color: #767573;
  pointer-events: none;
  cursor: default;
}
.c-input__rc-button:disabled + .c-input__rc-label::before {
  background: #f2f1ef;
}
.c-input__rc-button:disabled + .c-input__rc-label::before, .c-input__rc-button:disabled + .c-input__rc-label::after {
  color: #bcbbb8;
}
.c-input__rc-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 44px;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 32px;
  box-shadow: 0 0 6px rgb(198, 196, 193);
  color: #1e2020;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.c-input__rc-label::before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  background-color: #f2f1ef;
  color: #bcbbb8;
  position: absolute;
  left: 24px;
  top: calc(50% - 10px);
}
.c-input__rc-label::after {
  content: "";
}
.c-input__radio .c-input__rc-label::before {
  border-radius: 50%;
}
.c-input__radio .c-input__rc-label::after {
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 28px;
  top: calc(50% - 6px);
  transform: scale(0, 0);
  transition: transform 0.2s;
}
.c-input__radio .c-input__rc-button:checked + .c-input__rc-label::after {
  transform: scale(1, 1);
}
.c-input__checkbox .c-input__rc-label::before {
  border-radius: 3px;
}
.c-input__checkbox .c-input__rc-label::after {
  display: inline-flex;
  width: 12px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  left: 28px;
  top: calc(50% - 6px);
  transform: rotate(-45deg);
  transition: opacity 0.2s;
  opacity: 0;
}
.c-input__checkbox .c-input__rc-button:checked + .c-input__rc-label::after {
  opacity: 1;
}
.c-input--rc-text-box {
  display: flex;
  flex-wrap: wrap;
}
.c-input--rc-text-box.c-input--w400px {
  padding-left: 24px;
}
.c-input__rc-text {
  padding-right: 16px;
}
.c-input__rc-text:last-of-type {
  padding-right: 0;
}
.c-input__rc-textinput {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.c-input__rc-textinput:checked + .c-input__rc-text-label {
  border-color: #5874c7;
  color: #5874c7;
}
.c-input__rc-textinput:checked + .c-input__rc-text-label::before {
  background: #fff;
}
.c-input__rc-textinput:checked + .c-input__rc-text-label::before, .c-input__rc-textinput:checked + .c-input__rc-text-label::after {
  color: #5874c7;
}
.c-input__rc-text-label {
  display: block;
  position: relative;
  padding-left: 24px;
  line-height: 1.22;
  cursor: pointer;
}
.c-input__rc-text-label::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  background-color: #f2f1ef;
  color: #bcbbb8;
  position: absolute;
  left: 0;
  top: 1px;
}
.c-input__rc-text-label::after {
  content: "";
}
.c-input__checkbox .c-input__rc-text-label::before {
  border-radius: 3px;
}
.c-input__checkbox .c-input__rc-text-label::after {
  display: inline-flex;
  width: 10px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  left: 4px;
  top: 5px;
  transform: rotate(-45deg);
  transition: opacity 0.2s;
  opacity: 0;
}
.c-input__checkbox .c-input__rc-textinput:checked + .c-input__rc-text-label::after {
  opacity: 1;
}
.c-input__radio .c-input__rc-text-label::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.c-input__radio .c-input__rc-text-label::after {
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 4px;
  top: 5px;
  transform: scale(0, 0);
  transition: transform 0.2s;
}
.c-input__radio .c-input__rc-textinput:checked + .c-input__rc-text-label::after {
  transform: scale(1, 1);
}
.c-input__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 20px 32px 20px 16px;
  background-color: #e2f4f2;
  background-image: url(../img/icon_double-arrow-main.svg);
  background-size: 16px;
  background-position: center right 16px;
  background-repeat: no-repeat;
  border: 3px solid #e2f4f2;
  border-radius: 4px;
  color: #1e2020;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: border-color 0.3s;
}
.c-input__select::-ms-expand {
  display: none;
}
.c-input__select:focus-visible {
  border-color: #009aa5;
}

.c-input__textarea {
  margin: 0;
  min-height: 300px;
  resize: none;
}
.c-input__textarea::-moz-placeholder {
  color: #fccb86;
}
.c-input__textarea:-ms-input-placeholder {
  color: #fccb86;
}
.c-input__textarea::placeholder {
  color: #fccb86;
}

.c-input__count {
  display: flex;
  justify-content: flex-end;
}

.c-input__count-txt {
  margin-right: 8px;
  padding: 8px 16px;
  background-color: #f89c19;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
}
.c-input__count-txt.is-disabled {
  background-color: #c6c4c1;
}

.c-input--count .c-input__in-placeholder {
  bottom: 53%;
}
.c-input--count .c-input__input:focus + .c-input__in-placeholder {
  bottom: calc(1em - 10px);
}
.c-input--count .c-input__input.is-complete + .c-input__in-placeholder {
  bottom: calc(1em - 10px);
}

.c-input--post .c-input__inner {
  flex-direction: row;
  align-items: center;
}
.c-input--post .c-input__placeholder {
  margin-left: 32px;
}

.c-input__postbox {
  display: flex;
  align-items: center;
  position: relative;
}
.c-input__postbox > * {
  margin: 0 2px;
}
.c-input__postbox .c-input__placeholder {
  position: absolute;
  left: 0;
  top: calc(-1em - 8px);
}

.c-input__post01 {
  width: 115px;
}

.c-input__post02 {
  width: 140px;
}

.c-input__post-btn {
  margin-left: 16px;
}

.c-input--text {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 2px solid #c6c4c1;
  background-color: #fff;
  color: #767573;
  font-size: 1.125rem;
}

.c-input--tel .c-input__inner {
  flex-direction: row;
  align-items: center;
}

.c-input__tel {
  display: flex;
  align-items: center;
  position: relative;
}
.c-input__tel > * {
  margin: 0 2px;
}
.c-input__tel .c-input__placeholder {
  position: absolute;
  left: 0;
  top: calc(-1em - 8px);
}
.c-input__tel > input {
  width: 130px;
}

.c-inputbox {
  margin-top: 40px;
}
.c-inputbox + .c-inputbox {
  margin-top: 56px;
}
.c-inputbox__content {
  display: flex;
  justify-content: center;
  margin: auto;
}
.c-inputbox__inputarea {
  margin-left: 24px;
}
.c-inputbox__label {
  flex-shrink: 0;
  width: 135px;
  margin-top: -20px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.22;
  text-align: right;
}
.c-inputbox__label--36 {
  margin-top: 36px;
}
.c-inputbox__label--12 {
  margin-top: 12px;
}
.c-inputbox__label--0 {
  margin-top: 0;
}
.c-inputbox__label--24 {
  margin-top: 24px;
}

.c-inputbox--keyboard .c-inputbox__subbutton {
  flex-shrink: 0;
  margin-left: 16px;
  position: relative;
}
.c-inputbox--keyboard .c-inputbox__keybutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: -20px;
  background-color: #5874c7;
  border-radius: 50%;
  box-shadow: 0 0 6px rgb(198, 196, 193);
  color: #fff;
  transition: opacity 0.3s;
}
.c-inputbox--keyboard .c-inputbox__keybutton--20 {
  margin-top: 20px;
}
.c-inputbox--keyboard .c-inputbox__comment {
  width: 156px;
  padding: 12px;
  position: absolute;
  right: -170px;
  top: 8px;
  background-color: #fff;
  border-radius: 8px;
}
.c-inputbox--keyboard .c-inputbox__comment .c-link {
  font-size: 16px;
}
.c-inputbox--keyboard .c-inputbox__comment::before {
  content: "";
  border: 10px solid transparent;
  border-right-color: #fff;
  position: absolute;
  right: 100%;
  top: calc(50% - 10px);
}

.c-inputbox--code .c-inputbox__subbutton {
  position: relative;
}
.c-inputbox--code .c-inputbox__comment {
  width: 180px;
  padding: 12px;
  position: absolute;
  right: -196px;
  top: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.c-inputbox--code .c-inputbox__comment .c-link {
  font-size: 16px;
}
.c-inputbox--code .c-inputbox__comment::before {
  content: "";
  border: 10px solid transparent;
  border-right-color: #fff;
  position: absolute;
  right: 100%;
  top: calc(50% - 10px);
}

.c-inputbox--left .c-inputbox__content {
  justify-content: flex-start;
}
.c-inputbox--left .c-inputbox__label {
  text-align: left;
}

.c-list {
  font-size: 1.125rem;
}

.c-list--circle {
  padding-left: 1em;
}
.c-list--circle > .c-list__item {
  list-style-type: disc;
}
.c-list--circle > .c-list__item + .c-list__item {
  margin-top: 24px;
}

.c-list--color-circle > .c-list__item {
  position: relative;
  padding-left: 20px;
}
.c-list--color-circle > .c-list__item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #009aa5;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.c-list--color-circle > .c-list__item + .c-list__item {
  margin-top: 24px;
}

.c-list--dot > .c-list__item {
  position: relative;
  padding-left: 1em;
}
.c-list--dot > .c-list__item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list--dot > .c-list__item + .c-list__item {
  margin-top: 24px;
}

.c-list--2circle > .c-list__item {
  position: relative;
  padding-left: 1em;
}
.c-list--2circle > .c-list__item::before {
  content: "◎";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list--2circle > .c-list__item + .c-list__item {
  margin-top: 24px;
}

.c-list--desc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  line-height: 1.22;
  font-size: 1.125rem;
}
.c-list--desc _:-ms-input-placeholder, :root .c-list--desc {
  display: flex;
  flex-wrap: wrap;
}
.c-list--desc .c-list__desc-title {
  max-width: 270px;
  margin-top: 16px;
  padding-right: calc(1em + 8px);
  position: relative;
}
.c-list--desc .c-list__desc-title _:-ms-input-placeholder, :root .c-list--desc .c-list__desc-title {
  max-width: 250px;
  width: 100%;
}
.c-list--desc .c-list__desc-title:first-of-type {
  margin-top: 0;
}
.c-list--desc .c-list__desc-title::after {
  content: "：";
  position: absolute;
  right: 0;
  top: 0;
}
.c-list--desc .c-list__desc-title-wfix {
  width: 170px;
}
.c-list--desc .c-list__desc-body {
  margin-top: 16px;
  padding-left: 8px;
}
.c-list--desc .c-list__desc-body _:-ms-input-placeholder, :root .c-list--desc .c-list__desc-body {
  width: 100%;
  max-width: calc(100% - 250px);
}
.c-list--desc .c-list__desc-body:first-of-type {
  margin-top: 0;
}

.c-list--desc-no-limit .c-list__desc-title {
  max-width: none;
}
.c-list--desc-no-limit _:-ms-input-placeholder, :root .c-list--desc-no-limit {
  display: inline;
}
.c-list--desc-no-limit _:-ms-input-placeholder .c-list__desc-title, :root .c-list--desc-no-limit .c-list__desc-title {
  max-width: none;
  display: inline;
}
.c-list--desc-no-limit _:-ms-input-placeholder .c-list__desc-body, :root .c-list--desc-no-limit .c-list__desc-body {
  display: inline;
}

.c-list--num {
  padding-left: 1em;
}
.c-list--num .c-list__item {
  list-style-type: decimal;
  margin-left: 1em;
}
.c-list--num .c-list__item + .c-list__item {
  margin-top: 24px;
}

.c-line {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #e5e3e2;
}
.c-line--dark {
  background: #bcbbb8;
}

.c-link {
  font-size: 1.125rem;
}
.c-text .c-link {
  font-size: 1em;
}
.c-link[target=_blank] {
  position: relative;
}
.c-link[target=_blank]::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  background-image: url(../img/icon_ext-link.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.c-link[href$=".pdf"] {
  position: relative;
}
.c-link[href$=".pdf"]::after {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background-image: url(../img/icon_pdf.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.c-link[data-link*=arrow] {
  display: inline;
  position: relative;
  color: #5874c7;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-link[data-link*=arrow]::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  background-image: url(../img/icon_int-link.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.c-link[data-link*=support] {
  display: inline;
  position: relative;
  color: #5874c7;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-link[data-link*=support]::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  background-image: url(../img/icon_question.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.js-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(20, 12, 10, 0.5);
  z-index: 100000;
  overflow: auto;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.js-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.c-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 920px;
  padding: 40px 20px;
  max-height: 640px;
  max-height: min(var(--height-content) - 60px, 640px);
  background: #fff;
  border-radius: 8px;
  border: 2px solid #e5e3e2;
  position: absolute;
  left: calc(50% - 460px);
  top: 50%;
  transform: translateY(-50%);
}
.c-modal__content _:-ms-input-placeholder, :root .c-modal__content {
  max-height: none;
  transform: translateY(-40px);
  top: 80px;
}
.c-modal__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-modal__inner {
  overflow: auto;
  height: 100%;
  padding: 0 20px;
}
.c-modal__close {
  position: absolute;
  right: -22px;
  top: -22px;
  z-index: 100000;
  color: #fff;
}
.c-modal__btn {
  display: inline-flex;
  width: 48px;
  height: 48px;
  background-color: #5874c7;
  border: 2px solid #e5e3e2;
  border-radius: 50%;
  color: #fff;
  transition: color 0.3s, background-color 0.3s;
}
.c-modal__btn::before, .c-modal__btn::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 32px;
  border-radius: 3px;
  background-color: currentColor;
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - 18px);
}
.c-modal__btn::before {
  transform: rotate(45deg);
}
.c-modal__btn::after {
  transform: rotate(-45deg);
}
.c-modal__bottom-close {
  margin-top: 40px;
  text-align: center;
}
.c-modal #cboxBottomCenter {
  display: none;
}
.c-modal #cboxBottomLeft {
  display: none;
}
.c-modal #cboxBottomRight {
  display: none;
}
.c-modal#cboxOverlay {
  background: var(--color-black);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.c-modal #cboxContent {
  padding: 40px 0;
}
.c-modal #colorbox {
  overflow: auto;
}

.c-note {
  font-size: 1.125rem;
}
.c-note__item {
  display: block;
  padding-left: 1em;
  position: relative;
}
.c-note__item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.c-note__item + .c-note__item {
  margin-top: 8px;
}

.c-note--brackets .c-note__item {
  padding-left: 2em;
}
.c-note--brackets .c-note__item::before {
  content: "(※)";
}

.c-note--full-brackets-asterisk .c-note__item {
  padding-left: 3em;
}
.c-note--full-brackets-asterisk .c-note__item::before {
  content: "（＊）";
}

.c-note--full-brackets-kome .c-note__item {
  padding-left: 3em;
}
.c-note--full-brackets-kome .c-note__item::before {
  content: "（※）";
}

.c-note.c-note--small {
  font-size: 1rem;
}
.c-note.c-note--small .c-note__item + .c-note__item {
  margin-top: 0;
}

.c-note.c-note--small-pc {
  font-size: 1rem;
}
.c-note.c-note--small-pc .c-note__item + .c-note__item {
  margin-top: 0;
}

.c-note.c-note--center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
}

.c-pagetitle {
  position: relative;
}

.c-pagetitle__heading {
  background-color: #009aa5;
  padding: 20px 43px;
  color: #fff;
}
.l-nomenu .c-pagetitle__heading {
  padding: 20px;
}
.l-nomenu .c-pagetitle__heading span {
  max-width: 1000px;
  margin: auto;
}
.c-pagetitle__heading span {
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.c-pagetitle__heading span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
}

.c-pagetitle--return .c-pagetitle__heading span {
  padding-right: 230px;
}

.c-pagetitle__return {
  position: absolute;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
}

.c-pagetitle__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  padding: 3px;
  background-color: #fff;
  border: 2px solid #009aa5;
  border-radius: 50px;
  color: #1e2020;
  font-size: 1.375rem;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-pagetitle__btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_undo-main.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 16px;
  top: calc(50% - 12px);
}

.c-pagetitle--login .c-pagetitle__heading span {
  padding-right: 230px;
}

.c-pagetitle__time {
  position: absolute;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  color: #e2f4f2;
  line-height: 1;
  font-size: 1.125rem;
}
.c-pagetitle__time dt {
  font-weight: bold;
}
.c-pagetitle__time dd {
  margin-top: 8px;
}

.c-pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-pagetop.is-show {
  visibility: visible;
  opacity: 1;
}
.c-pagetop__icon {
  position: absolute;
  left: calc(50% - 6px);
  top: 3px;
  display: inline-block;
  transform: rotate(180deg);
  fill: currentColor;
}
.c-pagetop__icon svg {
  width: 12px;
  height: 8px;
}
.c-pagetop__text {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
.c-pagetop__button {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  width: 64px;
  height: 64px;
  padding: 8px 0;
  border: 2px solid #f5f5f4;
  border-radius: 4px;
  background-color: #5874c7;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.c-personal {
  margin-top: 16px;
  padding: 24px;
  background-color: #f2f1ef;
}
.c-personal__name {
  padding-left: 28px;
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
}
.c-personal__name span + span {
  margin-left: 1em;
}
.c-personal__heading + .c-personal__name {
  margin-top: 24px;
}
.c-personal__name::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #009aa5;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}
.c-personal__line {
  display: flex;
  margin-top: 16px;
}
.c-personal__item {
  min-width: 102px;
  padding: 12px 16px;
  background-color: #fff;
  border-left: 2px solid #bcbbb8;
  font-size: 1.125rem;
}
.c-personal__item + .c-personal__item {
  margin-left: 16px;
}
.c-personal__line--full .c-personal__item {
  width: 100%;
}
.c-personal__item dd {
  margin-top: 12px;
  font-weight: bold;
}
.c-personal__group {
  margin-top: 24px;
}
.c-personal__heading {
  padding-bottom: 16px;
  border-bottom: 2px solid #bcbbb8;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
}

.c-security {
  position: absolute;
  right: calc(100% - 150px);
  z-index: 100;
  top: calc(100% + 40px);
}

.c-security__wrapper {
  position: absolute;
  left: calc(50% - 420px);
  top: 50%;
  transform: translateY(-50%);
}

.c-security__content {
  position: relative;
  display: block;
  width: 840px;
  padding: 36px;
  background-color: #f2f1ef;
  border: 4px solid #c6c4c1;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.c-security__close {
  position: absolute;
  right: -22px;
  top: -22px;
  z-index: 10000;
  color: #fff;
}

.c-security__btn {
  display: inline-flex;
  width: 48px;
  height: 48px;
  background-color: #5874c7;
  border: 2px solid #e5e3e2;
  border-radius: 50%;
  color: #fff;
}
.c-security__btn::before, .c-security__btn::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 32px;
  border-radius: 3px;
  background-color: currentColor;
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - 18px);
}
.c-security__btn::before {
  transform: rotate(45deg);
}
.c-security__btn::after {
  transform: rotate(-45deg);
}

.c-security__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-max-content 24px -webkit-max-content;
  -ms-grid-rows: max-content 24px max-content;
  -ms-grid-columns: 1fr 40px 1fr;
      grid-template: "upper lower" -webkit-max-content "num num" max-content/1fr 1fr;
      grid-template: "upper lower" max-content "num num" max-content/1fr 1fr;
  gap: 24px 40px;
}

.c-security__upper {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: upper;
}

.c-security__lower {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: lower;
}

.c-security__num {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: num;
}

.c-security__head {
  font-size: 1rem;
  font-weight: bold;
}

.c-security__key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #c6c4c1;
  border-radius: 8px;
  font-size: 1.375rem;
  font-weight: bold;
  overflow: hidden;
}
.c-security__key:hover {
  background-color: #009aa5;
  border: 2px solid #9ecbcc;
  color: #fff;
}
.c-security__key _:-ms-input-placeholder, :root .c-security__key {
  margin-top: 4px;
  margin-right: 4px;
}
.c-security__key _:-ms-input-placeholder:nth-child(7n), :root .c-security__key:nth-child(7n) {
  margin-right: 0;
}

.c-security__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  width: 360px;
}
.c-security__grid _:-ms-input-placeholder, :root .c-security__grid {
  display: flex;
  flex-wrap: wrap;
}

.c-security__num-box {
  display: flex;
}
.c-security__num-box .c-security__key _:-ms-input-placeholder, :root .c-security__num-box .c-security__key {
  margin-top: 0;
}
.c-security__num-box .c-security__key _:-ms-input-placeholder + .c-security__key, :root .c-security__num-box .c-security__key + .c-security__key {
  margin-left: 0;
}
.c-security__num-box .c-security__key _:-ms-input-placeholder:nth-child(7n), :root .c-security__num-box .c-security__key:nth-child(7n) {
  margin-right: 4px;
}
.c-security__num-box .c-security__key + .c-security__key {
  margin-left: 4px;
}

.c-security__btn-box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.c-security__btn-item + .c-security__btn-item {
  margin-left: 16px;
}
.c-security__btn-item button {
  width: 220px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  font-size: 1.125rem;
  font-weight: bold;
}

.c-security__clear {
  background-color: #fff;
  border: 2px solid #c6c4c1;
  color: #1e2020;
}
.c-security__clear:hover {
  background-color: #e5e3e2;
}

.c-security__ok {
  background-color: #f36766;
  border: 2px solid #f36766;
  color: #fff;
}
.c-security__ok:hover {
  background-color: #fff;
  color: #f36766;
}

.c-step {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #5874c7;
  font-weight: bold;
  overflow: hidden;
}
.l-nomenu .c-step {
  max-width: 1032px;
  margin: auto;
}
.c-step--4steps .c-step__item {
  width: 25%;
}
.c-step--3steps .c-step__item {
  width: 33.3333333333%;
}
.c-step--finish.c-step__item {
  background-color: #e6f5ff;
  color: #5874c7;
}
.c-step--finish.c-step__item::before {
  border-left: 23px solid #5874c7;
}
.c-step--finish.c-step__item::after {
  border-left: 23px solid #e6f5ff;
}
.c-step--current.c-step__item {
  background-color: #5874c7;
  color: #fff;
}
.c-step--current.c-step__item::before {
  border-left: 23px solid #5874c7;
}
.c-step--current.c-step__item::after {
  border-left: 23px solid #5874c7;
}
.c-step__item {
  display: flex;
  align-items: center;
  height: 66px;
  padding-left: 40px;
  padding-right: 24px;
  position: relative;
  color: #767573;
  line-height: 1.22;
}
.c-step__item::before, .c-step__item::after {
  content: "";
  display: block;
  border: 34px solid transparent;
  border-right: 23px solid transparent;
  position: absolute;
  top: -1px;
  z-index: 1;
}
.c-step__item::before {
  border-left: 23px solid #bcbbb8;
  left: 100%;
}
.c-step__item::after {
  border-left: 23px solid #fff;
  left: calc(100% - 1px);
}
.c-step__item:last-of-type::before, .c-step__item:last-of-type::after {
  display: none;
}

.c-tab {
  position: relative;
  padding-top: 24px;
}
.c-tab__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.c-tab__list _:-ms-input-placeholder, :root .c-tab__list {
  display: flex;
  flex-wrap: wrap;
}
.c-tab__btn {
  display: inline-flex;
  align-items: center;
  padding: 20px 24px;
  background-color: #e2f4f2;
  border: 2px solid #e2f4f2;
  border-radius: 4px;
  color: #1e2020;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  position: relative;
  transition: border-color 0.3s, color 0.3s;
}
.c-tab__btn _:-ms-input-placeholder, :root .c-tab__btn {
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.c-tab__btn > span {
  display: flex;
  align-items: center;
}
.c-tab__btn.is-active {
  border-color: #009aa5;
  background: #009aa5;
  color: #fff;
}
.c-tab__btn.is-active .c-tab__btn-icon {
  border-color: #fff;
  color: #009aa5;
}
.c-tab__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #bcbbb8;
  border-radius: 50%;
  background-color: #fff;
  color: #e5e3e2;
  fill: currentColor;
  transition: color 0.3s;
}
.c-tab__btn-text {
  display: inline-block;
  margin-left: 8px;
}
.c-tab__panel {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
  padding: 80px 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 0;
}
.c-tab__panel::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #009aa5;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.c-tab__panel::after {
  content: "";
  display: block;
  border: 16px solid transparent;
  border-top-color: #009aa5;
  position: absolute;
  left: calc(50% - 16px);
  top: 2px;
}
.c-tab__panel.is-show {
  opacity: 1;
  visibility: visible;
  position: relative;
  height: auto;
}
.c-tab__inner {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}
.is-show .c-tab__inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.c-tab__select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-tab__text {
  padding-right: 110px;
  color: #009aa5;
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
}
.c-tab__text::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_arrow-gray_box.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 46px;
  top: calc(50% - 12px);
}

.c-table-details > .c-text--mini {
  display: none;
}
.c-table-details--0015 .c-table-details__head01 {
  width: 16%;
}
.c-table-details--0015 .c-table-details__head06 {
  width: 16%;
}
.c-table-details__scroll.is-inactive::before {
  opacity: 0;
  visibility: hidden;
}
.c-table-details__table {
  width: 100%;
  min-width: 916px;
  border: 2px solid #bcbbb8;
  font-size: 1.125rem;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  overflow: hidden;
}
.c-table-details__table--fixed {
  table-layout: fixed;
}
.c-table-details tr:last-child td {
  border-bottom: none;
}
.c-table-details tr:nth-child(even) {
  background-color: #f2f1ef;
}
.c-table-details tr:nth-child(odd) {
  background-color: #fff;
}
.c-table-details th, .c-table-details td {
  height: 70px;
  padding: 14px;
  border-right: 2px solid #bcbbb8;
  border-bottom: 2px solid #bcbbb8;
  line-height: 1.22;
  vertical-align: middle;
}
.c-table-details th:last-child, .c-table-details td:last-child {
  border-right: none;
}
.c-table-details th {
  background-color: #009aa5;
  color: #fff;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
}
.c-table-details td {
  font-size: 1.125rem;
}
.c-table-details__btn-wrapper {
  display: none;
  justify-content: flex-end;
}

.c-table-details__btn {
  display: inline-flex;
  align-items: center;
  color: #5874c7;
  font-size: 1rem;
  text-decoration: underline;
  position: relative;
}
.c-table-details__btn::before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../img/icon_view02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.is-block .c-table-details__btn::before {
  background-image: url(../img/icon_view01.svg);
}

.c-table-details__pager {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 24px 0;
}

.c-table-details__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  appearance: none;
  cursor: pointer;
  margin-left: 16px;
  padding: 16px 32px 16px 16px;
  background-color: #f2f1ef;
  background-image: url(../img/icon_double-arrow-main.svg);
  background-size: 16px;
  background-position: center right 8px;
  background-repeat: no-repeat;
  border: none;
  border-radius: 4px;
  color: #1e2020;
  font-weight: bold;
}
.c-table-details__select select::-ms-expand {
  display: none;
}

.c-table-details__paging {
  display: inline-flex;
  align-items: center;
  margin-left: 24px;
}

.c-table-details__pagenum {
  font-size: 1.125rem;
}

.c-table-details__arrow-prev {
  display: inline-flex;
  margin-right: 4px;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  color: #5874c7;
}
.c-table-details__arrow-prev svg {
  fill: currentColor;
}
.c-table-details__arrow-prev.is-disabled {
  cursor: default;
  pointer-events: none;
  color: #c6c4c1;
}

.c-table-details__arrow-next {
  display: inline-flex;
  margin-left: 4px;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  color: #5874c7;
}
.c-table-details__arrow-next svg {
  fill: currentColor;
}
.c-table-details__arrow-next.is-disabled {
  cursor: default;
  pointer-events: none;
  color: #c6c4c1;
}

h2 + .c-table-responsive {
  margin-top: 24px;
}
.c-table-responsive__table {
  width: 100%;
  border: 2px solid #bcbbb8;
  font-size: 1.125rem;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  overflow: hidden;
}
.c-table-responsive tr:last-child th, .c-table-responsive tr:last-child td {
  border-bottom: none;
}
.c-table-responsive th, .c-table-responsive td {
  border-right: 2px solid #bcbbb8;
  border-bottom: 2px solid #bcbbb8;
}
.c-table-responsive th:last-child, .c-table-responsive td:last-child {
  border-right: none;
}
.c-table-responsive th {
  width: 320px;
  padding: 20px 16px;
  background-color: #f2f1ef;
  font-weight: normal;
  text-align: left;
}
.c-table-responsive td {
  padding: 20px 24px;
  background-color: #fff;
}

.c-table-responsive--color .c-table-responsive__table {
  border-color: #c6e2e2;
}
.c-table-responsive--color th, .c-table-responsive--color td {
  border-color: #c6e2e2;
}
.c-table-responsive--color th {
  width: 27%;
  background-color: #e2f4f2;
}

.c-table-responsive--sp-vertical th, .c-table-responsive--sp-vertical td {
  height: 66px;
  padding: 10px 24px;
  vertical-align: middle;
  line-height: 1.22;
}

.c-text {
  font-size: 1.125rem;
}
.c-text--caution {
  color: #cc0000;
}
.c-text--main {
  color: #009aa5;
}
.c-text--gray {
  color: #767573;
}
.c-text--bold {
  font-weight: bold;
}
.c-text--mini {
  font-size: 0.875rem;
}
.c-text--large {
  font-size: 1.5rem;
}
.c-text--nowrap {
  white-space: nowrap;
}
.c-text--supplement-right {
  font-size: 1.125rem;
  text-align: right;
}

.c-text--underline {
  text-decoration: underline;
}

h2 + .c-table-summary {
  margin-top: 24px;
}
.c-table-summary__scroll _:-ms-input-placeholder::before, :root .c-table-summary__scroll::before {
  display: none;
}
.c-table-summary__scroll.is-inactive::before {
  opacity: 0;
  visibility: hidden;
}
.c-table-summary__table {
  width: 100%;
  border: 2px solid #bcbbb8;
  font-size: 1.125rem;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  overflow: hidden;
}
.c-table-summary thead tr:last-child th:nth-child(1) {
  width: 225px;
  border-left: 2px solid #bcbbb8;
  border-bottom: 2px solid #bcbbb8;
}
.c-table-summary thead th {
  color: #fff;
  text-align: center;
}
.c-table-summary tbody tr:last-child th, .c-table-summary tbody tr:last-child td {
  border-bottom: none;
}
.c-table-summary tbody th {
  text-align: left;
}
.c-table-summary tbody td:nth-child(3), .c-table-summary tbody td:nth-child(4) {
  text-align: right;
}
.c-table-summary th, .c-table-summary td {
  border-left: 2px solid #bcbbb8;
  border-bottom: 2px solid #bcbbb8;
}
.c-table-summary th:nth-child(1), .c-table-summary td:nth-child(1) {
  width: 320px;
  border-left: none;
}
.c-table-summary th:nth-child(2), .c-table-summary th:nth-child(3), .c-table-summary th:nth-child(4), .c-table-summary td:nth-child(2), .c-table-summary td:nth-child(3), .c-table-summary td:nth-child(4) {
  width: 225px;
}
.c-table-summary th {
  padding: 20px 16px;
}
.c-table-summary td {
  padding: 10px 24px;
}
.c-table-summary__ratio {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-table-summary__ratio-num {
  width: 100%;
  max-width: 140px;
  font-size: 1.375rem;
  color: #009aa5;
  text-align: right;
}
.c-table-summary__ratio-per {
  margin-left: 8px;
  font-size: 1rem;
}
.c-table-summary__sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-table-summary__sum-left, .c-table-summary__sum-right {
  font-size: 1.125rem;
  font-weight: bold;
}
.c-table-summary__sum-right {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.c-table-summary__sum-num {
  font-size: 1.375rem;
  font-weight: bold;
}
.c-table-summary__sum-per {
  margin-left: 8px;
  font-weight: bold;
}
.c-table-summary--cyan {
  background-color: #62bcbf;
}
.c-table-summary--cyan-dark {
  background-color: #009aa5;
}
.c-table-summary--gray {
  background-color: #707070;
}
.c-table-summary--sub {
  background-color: #e2f4f2;
}
.c-table-summary--light {
  background-color: #fff;
}
.c-table-summary--color {
  color: #009aa5;
}
.c-table-summary--total {
  width: 228px;
  position: relative;
  left: 322px;
  top: -2px;
}
.c-table-summary--total .c-table-summary__table {
  border-radius: 0 0 4px 4px;
}
.c-table-summary--total td {
  padding-top: 17px;
  padding-bottom: 17px;
}
.c-table-summary .c-input__input::-webKit-input-placeholder {
  text-align: right;
}
.c-table-summary .c-input__input:-moz-placeholder {
  text-align: right;
}
.c-table-summary .c-input__input::-moz-placeholder {
  text-align: right;
}
.c-table-summary .c-input__input:-ms-input-placeholder {
  text-align: right;
}

.monochrome {
  pointer-events: none; /* マウス反応させなくする */
}

.monochrome .l-nav__top-link {
  filter: grayscale(100%); /* 白黒にする */
  background-color: #d3d3d3; /* 子要素の背景を灰色にする */
}

.monochrome .l-nav__top-text {
  color: #7a7a7a; /* フォントカラーを灰色にする */
}

.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}

.u-dn-pc {
  display: none !important;
}

.u-dn-pc-ib {
  display: none !important;
}

.u-dn-pc-i {
  display: none !important;
}

.u-dn-pc-f {
  display: none !important;
}

.u-dn-sp {
  display: block !important;
}

.u-dn-sp-ib {
  display: inline-block !important;
}

.u-dn-sp-i {
  display: inline !important;
}

.u-dn-sp-f {
  display: flex !important;
}

.u-mt0 {
  margin-top: 0px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}
.u-mt24 {
  margin-top: 24px !important;
}
.u-mt32 {
  margin-top: 32px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt48 {
  margin-top: 48px !important;
}
.u-mt56 {
  margin-top: 56px !important;
}
.u-mt64 {
  margin-top: 64px !important;
}
.u-mt72 {
  margin-top: 72px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-mt88 {
  margin-top: 88px !important;
}
.u-mt96 {
  margin-top: 96px !important;
}
.u-mt104 {
  margin-top: 104px !important;
}
.u-mt112 {
  margin-top: 112px !important;
}
.u-mt120 {
  margin-top: 120px !important;
}
.u-mt128 {
  margin-top: 128px !important;
}
.u-mt136 {
  margin-top: 136px !important;
}
.u-mt144 {
  margin-top: 144px !important;
}
.u-mt152 {
  margin-top: 152px !important;
}
.u-mt4 {
  margin-top: 4px !important;
}
.u-mt12 {
  margin-top: 12px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-w88 {
  width: 88px;
}

.u-w95 {
  width: 95px;
}

.u-w120 {
  width: 120px;
}

.u-w130 {
  width: 130px;
}

.u-w140 {
  width: 140px;
}

.u-w180 {
  width: 180px;
}

.u-w200 {
  width: 200px;
}

.u-w230 {
  width: 230px;
}

.u-w270 {
  width: 270px;
}

.u-w285 {
  width: 285px;
}

.u-w290 {
  width: 290px;
}

.u-w350 {
  width: 350px;
}

.u-w100p {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media not all and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .l-container {
    padding: 40px 0;
  }
  .l-container--nallow {
    padding: 24px 0;
  }
  .l-container--pd-none {
    padding: 0;
  }
  .l-container--pd-top-none {
    padding-top: 0;
  }
  .l-container--pd-bottom-none {
    padding-bottom: 0;
  }
  .l-container__inner {
    padding: 0 16px;
  }
  .l-container--nomenu {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-container--nomenu__inner {
    width: 100%;
  }
  .l-footer__copy {
    padding: 20px 16px;
    text-align: center;
  }
  .l-footer__copy small {
    font-size: 0.75rem;
  }
  .l-header__content {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    padding: 12px 16px;
  }
  .l-header__logoimg {
    width: 190px;
  }
  .l-header__sitename {
    width: 190px;
  }
  .l-header__servicename {
    margin-top: 4px;
    padding-right: 60px;
    font-size: 0.75rem;
  }
  .l-header__subname {
    margin-top: 0;
    font-size: 0.625rem;
    font-weight: 500;
  }
  .l-header__logout {
    position: static;
    display: block;
    width: 100%;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #e2f4f2;
    text-align: center;
  }
  .l-header__block {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 85px;
    top: var(--height-headercontent);
    background-color: #e2f4f2;
    z-index: 5;
  }
  .l-header__block-inner {
    overflow-y: auto;
    position: relative;
    max-height: calc(100vh - 85px);
    max-height: calc(var(--height-content) - var(--height-headercontent));
  }
  @supports (height: 100dvh) {
    .l-header__block-inner {
      max-height: calc(100dvh - var(--height-headercontent));
    }
  }
  .l-header__lay {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 12, 10, 0.5);
  }
  .l-header__nav-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 54px;
    height: 54px;
    padding: 7px 0;
    position: absolute;
    right: 16px;
    top: calc(50% - 27px);
    background-color: #e2f4f2;
    border-radius: 6px;
    color: #009aa5;
  }
  .l-header-nomenu {
    height: auto;
    padding: 12px 0 8px;
  }
  .l-header-nomenu__heading {
    display: block;
  }
  .l-header-nomenu__logo img {
    width: 190px;
  }
  .l-header-nomenu__text {
    margin-left: 0;
    margin-top: 2px;
  }
  .l-header-nomenu__text-main {
    margin-top: 4px;
    font-size: 0.75rem;
  }
  .l-header-nomenu__text-sub {
    margin-top: 2px;
    font-size: 0.625rem;
    font-weight: 500;
  }
  .l-main {
    min-height: calc(100vh - 70px - 74px);
    padding-top: 85px;
    padding-top: var(--height-headercontent);
  }
  @supports (height: 100svh) {
    .l-main {
      min-height: calc(100svh - 70px - 74px);
    }
  }
  .l-nomenu__wrapper {
    -ms-grid-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-rows: max-content max-content max-content;
    -ms-grid-columns: 100%;
        grid-template: "header" -webkit-max-content "main" -webkit-max-content "footer" max-content/100%;
        grid-template: "header" max-content "main" max-content "footer" max-content/100%;
    min-width: 0;
  }
  .l-nav {
    width: 100%;
    height: auto;
    padding-top: 0;
    position: static;
    box-shadow: none;
  }
  .l-nav .js-navAccordion {
    display: flex;
  }
  .l-nav__wrapper {
    height: auto;
    max-height: none;
    background: none;
    overflow-y: hidden;
  }
  .l-nav__list {
    border: none;
  }
  .l-nav__item {
    border-top: 2px solid #fff;
  }
  .l-nav__top-link {
    padding: 18px 32px 18px 16px;
    background: #e2f4f2;
    font-size: 1.25rem;
  }
  .l-nav__arrow-pc {
    display: none;
  }
  .l-nav__arrow-sp {
    display: inline;
    position: absolute;
    right: 20px;
    transform: rotate(-90deg);
    color: #009aa5;
    fill: currentColor;
  }
  .l-nav__arrow-sp svg {
    width: 16px;
    height: 12px;
  }
  .l-nav__plus {
    position: absolute;
    right: 16px;
  }
  .l-nav__plus::before, .l-nav__plus::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    display: block;
    width: 20px;
    height: 4px;
    background-color: #009aa5;
  }
  .l-nav__plus::before {
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
  .l-nav__second {
    padding: 14px 16px;
  }
  .l-nav__sec-item + .l-nav__sec-item {
    border-top: 1px solid rgba(245, 245, 244, 0.5);
  }
  .l-nav__sec-link {
    font-weight: normal;
    padding: 14px 0;
  }
  .l-nav__sec-link .l-nav__arrow {
    right: 4px;
  }
  .l-nav__sub-list {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    padding: 8px 16px 24px;
    background-color: #fff;
    border-right: none;
    visibility: visible;
    opacity: 1;
  }
  .l-nav__sub-list > ul {
    margin-top: 0;
    padding: 0;
    height: auto;
    max-height: none;
    overflow: hidden;
  }
  .l-nav__sub-item + .l-nav__sub-item::before {
    width: 100%;
    left: 0;
    border-top: 1px dashed #009aa5;
  }
  .l-nav__sub-item:last-of-type {
    border-bottom: 1px dashed #009aa5;
  }
  .l-nav__sub-link {
    padding: 16px 16px 16px 8px;
    font-size: 1.125rem;
    font-weight: normal;
  }
  .l-nav__sub-link .l-nav__arrow-small {
    right: 4px;
  }
  .l-nav__sub-link .l-nav__arrow-small svg {
    width: 16px;
    height: 12px;
  }
  .l-nav__sub-close {
    display: none;
  }
  .l-wrapper {
    display: block;
    width: 100%;
  }
  .l-wrapper--noheader {
    display: block;
    width: 100%;
  }
  .l-wrapper--noheader > .l-main {
    padding-top: 0;
  }
  .c-accordion + .c-accordion {
    margin-top: 52px;
  }
  .c-accordion__btn {
    padding: 8px 20px 8px 8px;
    font-size: 1rem;
    right: 16px;
  }
  .c-accordion__heading {
    padding: 16px;
    padding-right: 88px;
    font-size: 1.5625rem;
  }
  .c-accordion__heading span {
    padding-left: 30px;
  }
  .c-accordion__heading span::before {
    width: 23px;
    height: 23px;
    top: 1px;
  }
  .c-accordion__body {
    padding: 24px 16px 76px;
  }
  .c-accordion__close {
    font-size: 1rem;
  }
  .c-accordion__close span {
    padding-left: 20px;
  }
  .c-bg-box {
    margin-left: -16px;
    margin-right: -16px;
    padding: 40px 16px;
  }
  .c-box {
    padding: 24px 16px;
  }
  .c-box__content {
    padding-left: 0;
  }
  .c-box__flex {
    display: block;
  }
  .c-box__flex .c-box__button {
    margin-top: 16px;
    margin-left: 0;
    text-align: center;
  }
  .c-box--center {
    width: 100%;
  }
  .c-box _:-ms-input-placeholder div.c-box--center, :root .c-box div.c-box--center {
    text-align: left;
  }
  .c-heading + .c-box {
    margin-top: 24px;
  }
  .c-box--sp-no-padding {
    margin: 0 -20px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .c-button--lv1 {
    min-height: 60px;
  }
  .c-button--lv1-submit {
    width: 100%;
    min-width: 0;
  }
  .c-button--lv1-disabled, .c-button--lv1:disabled {
    width: 100%;
    min-width: 0;
  }
  .c-button--lv2 {
    min-height: 60px;
  }
  .c-button--lv2-submit {
    width: 100%;
    min-width: 0;
  }
  .c-button--lv2-disabled, .c-button--lv2:disabled {
    width: 100%;
    min-width: 0;
  }
  .c-button--lv3 {
    min-height: 60px;
  }
  .c-button--lv3-submit {
    width: 100%;
    min-width: 0;
  }
  .c-button--lv3-disabled, .c-button--lv3:disabled {
    width: 100%;
    min-width: 0;
  }
  .c-button--lv3-sm-submit {
    width: 100%;
    min-width: 0;
    max-width: 215px;
  }
  .c-button--lv3-sm-return {
    width: 100%;
    min-width: 0;
    max-width: 215px;
  }
  .c-button--lv4 {
    min-height: 60px;
  }
  .c-button-box {
    display: block;
    text-align: center;
  }
  .c-button-box .c-button-box__item + .c-button-box__item {
    margin-left: 0;
    margin-top: 16px;
  }
  .c-heading__lv02 > .c-heading__icon {
    width: 24px;
  }
  .c-heading__lv02 > .c-heading__icon img {
    height: 20px;
  }
  .c-heading__lv02 > .c-heading__icon--square {
    height: 18px;
    width: 18px;
    margin-top: 8px;
    margin-right: 8px;
  }
  .c-heading__lv02 > .c-heading__text {
    font-size: 1.625rem;
  }
  .c-heading__lv03 > .c-heading__icon {
    padding-top: 0;
  }
  .c-heading__lv03 > .c-heading__icon--noicon {
    width: 18px;
    height: 18px;
    padding-top: 4px;
  }
  .c-heading__lv03 > .c-heading__icon--noicon::before {
    width: 18px;
    height: 18px;
  }
  .c-heading__lv03 > .c-heading__text {
    font-size: 1.25rem;
  }
  .c-heading__lv03 .c-heading__icon--noicon + .c-heading__text {
    padding-left: 8px;
  }
  .c-heading__lv03 .c-heading__icon + .c-heading__text {
    padding-left: 10px;
  }
  .c-heading--withsub {
    display: block;
    padding-bottom: 0;
    border-radius: 4px;
  }
  .c-heading--withsub .c-heading__sub {
    display: block;
    padding: 8px;
    line-height: 1;
    text-align: center;
  }
  .c-heading--withsub .c-heading__sub > span {
    font-size: 1.25rem;
  }
  .c-heading--withsub .c-heading__main {
    display: block;
    margin-left: 0;
    font-size: 1.625rem;
    text-align: center;
  }
  .c-hours {
    display: block;
  }
  .c-hours__time {
    font-size: 1.375rem;
  }
  .c-hours__tel {
    padding-left: 28px;
    font-size: 1.375rem;
    cursor: default;
  }
  .c-hours__tel::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
  .c-hours__note {
    margin-left: 0;
    margin-top: 0;
    font-size: 1rem;
  }
  .c-input--w400px {
    width: 100%;
  }
  .c-input--inline .c-input__inner:not(:first-child) input {
    width: 60px;
  }
  .c-input__in-placeholder {
    font-size: 1rem;
  }
  .c-input__rc {
    width: 100%;
  }
  .c-input__rc + .c-input__rc {
    margin-left: 8px;
  }
  .c-input__rc-label {
    font-size: 1rem;
    padding-right: 32px;
  }
  .c-input--rc-text-box.c-input--w400px {
    margin-top: 8px;
    padding-left: 0;
  }
  .c-input__textarea {
    min-height: 200px;
  }
  .c-input--count .c-input__input:focus + .c-input__in-placeholder {
    bottom: calc(-1em - 10px);
  }
  .c-input--count .c-input__input.is-complete + .c-input__in-placeholder {
    bottom: calc(-1em - 10px);
  }
  .c-input--post .c-input__inner {
    display: block;
  }
  .c-input__post01 {
    width: 90px;
  }
  .c-input__post01::-moz-placeholder {
    font-size: 0.875rem;
  }
  .c-input__post01:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .c-input__post01::placeholder {
    font-size: 0.875rem;
  }
  .c-input__post02 {
    width: 110px;
  }
  .c-input__post02::-moz-placeholder {
    font-size: 0.875rem;
  }
  .c-input__post02:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .c-input__post02::placeholder {
    font-size: 0.875rem;
  }
  .c-input__post-btn {
    margin-left: 0;
    margin-top: 16px;
  }
  .c-input--tel .c-input__inner {
    display: block;
  }
  .c-input__tel > input {
    width: calc(33.3333333333% - 10px);
  }
  .c-input__tel > input::-moz-placeholder {
    font-size: 0.875rem;
  }
  .c-input__tel > input:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .c-input__tel > input::placeholder {
    font-size: 0.875rem;
  }
  .c-inputbox + .c-inputbox {
    margin-top: 40px;
  }
  .c-inputbox__content {
    display: block;
  }
  .c-inputbox__inputarea {
    margin-top: 16px;
    margin-left: 0;
  }
  .c-inputbox__label {
    width: 100%;
    margin: 0;
  }
  .c-inputbox--keyboard .c-inputbox__subbutton {
    display: none;
  }
  .c-inputbox--keyboard .c-inputbox__comment {
    display: none;
  }
  .c-inputbox--code .c-inputbox__comment {
    width: 100%;
    position: static;
    margin-top: 16px;
  }
  .c-inputbox--code .c-inputbox__comment::before {
    border-right-color: transparent;
    border-bottom-color: #fff;
    right: auto;
    left: 40px;
    top: -20px;
  }
  .c-list--circle > .c-list__item + .c-list__item {
    margin-top: 16px;
  }
  .c-list--color-circle > .c-list__item + .c-list__item {
    margin-top: 16px;
  }
  .c-list--dot > .c-list__item + .c-list__item {
    margin-top: 16px;
  }
  .c-list--2circle > .c-list__item + .c-list__item {
    margin-top: 16px;
  }
  .c-list--desc _:-ms-input-placeholder, :root .c-list--desc {
    display: block;
  }
  .c-list--desc {
    display: block;
    font-size: 1.125rem;
  }
  .c-list--desc .c-list__desc-title {
    max-width: none;
    margin-top: 16px;
    padding-top: 8px;
    padding-right: 0;
    padding-left: 8px;
    border-left: 4px solid #e5e3e2;
  }
  .c-list--desc .c-list__desc-title::after {
    display: none;
  }
  .c-list--desc .c-list__desc-title-wfix {
    width: 100%;
  }
  .c-list--desc .c-list__desc-body _:-ms-input-placeholder, :root .c-list--desc .c-list__desc-body {
    width: 100%;
    max-width: none;
  }
  .c-list--desc .c-list__desc-body {
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-left: 4px solid #e5e3e2;
  }
  .c-list--desc-no-limit _:-ms-input-placeholder, :root .c-list--desc-no-limit {
    display: block;
  }
  .c-list--desc-no-limit _:-ms-input-placeholder .c-list__desc-title, :root .c-list--desc-no-limit .c-list__desc-title {
    display: block;
  }
  .c-list--desc-no-limit _:-ms-input-placeholder .c-list__desc-body, :root .c-list--desc-no-limit .c-list__desc-body {
    display: block;
  }
  .c-list__desc--sp-noborder .c-list__desc-title {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    border-left: none;
  }
  .c-list__desc--sp-noborder .c-list__desc-body {
    padding-top: 16px;
    padding-bottom: 0;
    padding-left: 0;
    border-left: none;
  }
  .c-list--num .c-list__item + .c-list__item {
    margin-top: 16px;
  }
  .js-modal {
    padding: 16px 0;
  }
  .c-modal__content {
    padding: 8px 0;
    left: 16px;
    width: calc(100% - 32px);
    max-height: calc(var(--height-content) - 60px);
  }
  .c-modal__inner {
    padding: 16px;
  }
  .c-modal__close {
    right: -8px;
    top: -20px;
  }
  .c-modal__btn {
    width: 40px;
    height: 40px;
  }
  .c-modal__btn::before, .c-modal__btn::after {
    width: 3px;
    height: 27px;
    left: calc(50% - 2px);
    top: calc(50% - 16px);
  }
  .c-modal #cboxContent {
    padding: 16px 0;
  }
  .c-note {
    font-size: 1rem;
  }
  .c-note.c-note--small {
    font-size: 0.875rem;
  }
  .c-pagetitle__heading {
    padding: 16px;
  }
  .c-pagetitle__heading span {
    padding-left: 8px;
    font-size: 1.5rem;
  }
  .c-pagetitle__heading span::before {
    width: 2px;
  }
  .c-pagetitle--return .c-pagetitle__heading span {
    padding-right: 0;
  }
  .c-pagetitle__return {
    margin-top: 8px;
    position: static;
    transform: none;
    text-align: right;
    padding-right: 16px;
  }
  .c-pagetitle__btn {
    display: inline;
    width: auto;
    padding: 0;
    padding-left: 1.2em;
    background-color: transparent;
    color: #5874c7;
    text-decoration: underline;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .c-pagetitle__btn::before {
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_undo-link.svg);
    left: 0;
    top: 0;
  }
  .c-pagetitle--login .c-pagetitle__heading span {
    padding-right: 0;
  }
  .c-pagetitle__time {
    padding: 0 16px 8px;
    position: static;
    transform: none;
    margin-top: 0;
    background-color: #009aa5;
    font-size: 1rem;
  }
  .c-pagetop {
    bottom: 48px;
    right: 16px;
  }
  .c-pagetop__button {
    transform: scale(0.8);
  }
  .c-personal {
    padding: 24px 16px;
    border-top: 2px solid #009aa5;
  }
  .c-personal__name {
    font-size: 1.25rem;
  }
  .c-personal__heading + .c-personal__name {
    margin-top: 16px;
  }
  .c-personal__line {
    margin-top: 8px;
  }
  .c-personal__item {
    padding: 12px 16px;
    min-width: 0;
    font-size: 1rem;
  }
  .c-personal__item + .c-personal__item {
    margin-left: 8px;
  }
  .c-personal__item dd {
    margin-top: 4px;
  }
  .c-personal__item:last-of-type {
    flex-basis: auto;
  }
  .c-personal__item.c-personal__item--gender {
    width: 66px;
    flex-shrink: 0;
  }
  .c-personal__item.c-personal__item--gender + .c-personal__item {
    width: calc(100% - 66px - 8px);
  }
  .c-personal__heading {
    padding-bottom: 8px;
    font-size: 1.25rem;
  }
  .c-personal__sp-full {
    flex-wrap: wrap;
  }
  .c-personal__sp-full .c-personal__item:nth-of-type(n + 3) {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
  .c-security {
    display: none !important;
  }
  .l-nomenu .c-step {
    padding: 0;
  }
  .c-step {
    position: relative;
    overflow: hidden;
    font-size: 0.875rem;
  }
  .c-step--finish.c-step__item::before {
    border-left: 16px solid #5874c7;
  }
  .c-step--finish.c-step__item::after {
    border-left: 16px solid #e6f5ff;
  }
  .c-step--current.c-step__item::before {
    border-left: 16px solid #5874c7;
  }
  .c-step--current.c-step__item::after {
    border-left: 16px solid #5874c7;
  }
  .c-step__item::before {
    border-left: 16px solid #bcbbb8;
  }
  .c-step__item::after {
    border-left: 16px solid #fff;
  }
  .c-step__item {
    justify-content: center;
    padding-left: 24px;
    padding-right: 8px;
  }
  .c-step__item:first-of-type {
    padding-left: 8px;
  }
  .c-tab__list {
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .c-tab__btn {
    padding: 16px 12px;
    font-size: 1rem;
    text-align: left;
  }
  .c-tab__btn _:-ms-input-placeholder, :root .c-tab__btn {
    width: calc(50% - 10px);
  }
  .c-tab__btn-icon {
    width: 20px;
    height: 20px;
  }
  .c-tab__btn-icon svg {
    width: 12px;
    height: 12px;
  }
  .c-tab__btn-text {
    margin-left: 4px;
  }
  .c-tab__panel {
    margin-top: 16px;
    padding: 56px 0;
  }
  .c-tab__panel::before {
    width: 100%;
    left: 0;
  }
  .c-tab__select {
    display: block;
  }
  .c-tab__text {
    padding-right: 0;
    font-size: 1.125rem;
  }
  .c-tab__text::after {
    display: none;
  }
  .c-table-details > .c-text--mini {
    display: block;
  }
  .c-table-details__scroll {
    overflow-x: auto;
    padding-bottom: 10px;
    position: relative;
  }
  .c-table-details__scroll::before {
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    content: "スクロールできます。";
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
  }
  .c-table-details__scroll--top::before {
    top: 146px;
    transform: translate(-50%, 0);
  }
  .c-table-details__table {
    font-size: 1rem;
  }
  .c-table-details__table--small {
    min-width: 500px;
  }
  .c-table-details th, .c-table-details td {
    padding: 14px 8px;
  }
  .c-table-details th {
    font-size: 1rem;
  }
  .c-table-details td {
    font-size: 1rem;
  }
  .is-block > .c-text--mini {
    display: none;
  }
  .is-block .c-table-details__table {
    display: block;
    min-width: 0;
    border: none;
  }
  .is-block .c-table-details__table thead {
    display: none;
  }
  .is-block .c-table-details__table tbody {
    display: block;
  }
  .is-block .c-table-details__table tr {
    display: block;
    width: 100%;
    border: 2px solid #e5e3e2;
    border-radius: 8px;
    overflow: hidden;
  }
  .is-block .c-table-details__table tr + tr {
    margin-top: 24px;
  }
  .is-block .c-table-details__table tr:nth-child(even) {
    background-color: #fff;
  }
  .is-block .c-table-details__table td {
    display: flex;
    height: auto;
    padding: 0;
    border: none;
    position: relative;
  }
  .is-block .c-table-details__table td::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    width: 144px;
    padding: 14px 12px 14px 10px;
    flex-shrink: 0;
    font-weight: bold;
    text-align: left;
  }
  .is-block .c-table-details__table td::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    display: block;
    width: calc(100% - 20px);
    height: 2px;
    background-color: #e5e3e2;
  }
  .is-block .c-table-details__table td:first-child {
    background-color: #f2f1ef;
    font-weight: bold;
  }
  .is-block .c-table-details__table td:first-child::before {
    background-color: #009aa5;
    color: #fff;
  }
  .is-block .c-table-details__table td:first-child::after {
    display: none;
  }
  .is-block .c-table-details__table td:last-child::after {
    display: none;
  }
  .is-block .c-table-details__table span {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding: 16px;
  }
  .is-block .c-table-details__scroll::before {
    opacity: 0;
  }
  .c-table-details__btn-wrapper {
    display: flex;
    padding-bottom: 24px;
  }
  .c-table-details__pager {
    padding: 16px 0 24px;
    flex-wrap: wrap;
  }
  .c-table-details__select {
    font-size: 1rem;
  }
  .c-table-details__paging {
    margin-left: 0;
    margin-top: 24px;
    width: 100%;
    justify-content: flex-end;
  }
  .c-table-details__pagenum {
    font-size: 1rem;
  }
  .c-table-responsive__table {
    font-size: 1rem;
  }
  .c-table-responsive th {
    width: 40%;
    padding: 16px 8px;
    text-align: center;
  }
  .c-table-responsive td {
    padding: 16px 8px;
  }
  .c-table-responsive--sp-vertical th, .c-table-responsive--sp-vertical td {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 16px 14px;
    border: none;
    border-bottom: 2px solid #bcbbb8;
    text-align: center;
  }
  .c-table-responsive--sp-vertical th {
    padding: 16px 14px;
    font-weight: bold;
  }
  .c-table-responsive--sp-vertical tr:last-child th {
    border-bottom: 2px solid #bcbbb8;
  }
  .c-table-responsive--sp-vertical tr:last-child td {
    border-bottom: none;
  }
  .c-text--large {
    font-size: 1.25rem;
  }
  .c-text--supplement-right {
    font-size: 1rem;
  }
  .c-table-summary__scroll {
    overflow-x: scroll;
    padding-bottom: 10px;
    position: relative;
  }
  .c-table-summary__scroll::before {
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    content: "スクロールできます。";
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
  }
  .c-table-summary__scroll--top::before {
    top: 146px;
    transform: translate(-50%, 0);
  }
  .c-table-summary__scroll::-webkit-scrollbar {
    width: 5px;
    height: 10px;
  }
  .c-table-summary__scroll::-webkit-scrollbar-thumb {
    background: #bcbbb8;
    border-radius: 5px;
  }
  .c-table-summary__scroll::-webkit-scrollbar-track-piece:start {
    background: #fff;
  }
  .c-table-summary__scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
  }
  .c-table-summary__table {
    font-size: 1rem;
    width: 422px;
  }
  .c-table-summary thead tr:last-child th:nth-child(1) {
    width: 138px;
  }
  .c-table-summary thead th,
.c-table-summary thead td {
    font-size: 0.9375rem;
  }
  .c-table-summary tbody th {
    font-size: 0.9375rem;
  }
  .c-table-summary tbody td {
    font-size: 1.125rem;
  }
  .c-table-summary th:nth-child(1), .c-table-summary td:nth-child(1) {
    width: 96px;
  }
  .c-table-summary th:nth-child(2), .c-table-summary td:nth-child(2) {
    width: 92px;
  }
  .c-table-summary th:nth-child(3), .c-table-summary th:nth-child(4), .c-table-summary td:nth-child(3), .c-table-summary td:nth-child(4) {
    width: 92px;
  }
  .c-table-summary th {
    width: 40%;
    padding: 16px 8px;
    text-align: center;
  }
  .c-table-summary td {
    padding: 16px 8px;
  }
  .c-table-summary__sum-left, .c-table-summary__sum-right {
    font-size: 1rem;
  }
  .c-table-summary__sum-num {
    font-size: 1.25rem;
  }
  .c-table-summary--total {
    width: 140px;
    left: 98px;
    overflow-x: hidden;
  }
  .c-table-summary--total .c-table-summary__table {
    width: 140px;
  }
  .monochrome .l-nav__arrow-sp {
    display: none; /* SPサイドバーの矢印を非表示 */
  }
  .u-ta-l_sp {
    text-align: left;
  }
  .u-ta-c_sp {
    text-align: center;
  }
  .u-ta-r_sp {
    text-align: right;
  }
  .u-dn-pc {
    display: block !important;
  }
  .u-dn-pc-ib {
    display: inline-block !important;
  }
  .u-dn-pc-i {
    display: inline !important;
  }
  .u-dn-pc-f {
    display: flex !important;
  }
  .u-dn-sp {
    display: none !important;
  }
  .u-dn-sp-ib {
    display: none !important;
  }
  .u-dn-sp-i {
    display: none !important;
  }
  .u-dn-sp-f {
    display: none !important;
  }
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mt8-sp {
    margin-top: 8px !important;
  }
  .u-mt16-sp {
    margin-top: 16px !important;
  }
  .u-mt24-sp {
    margin-top: 24px !important;
  }
  .u-mt32-sp {
    margin-top: 32px !important;
  }
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mt48-sp {
    margin-top: 48px !important;
  }
  .u-mt56-sp {
    margin-top: 56px !important;
  }
  .u-mt64-sp {
    margin-top: 64px !important;
  }
  .u-mt72-sp {
    margin-top: 72px !important;
  }
  .u-mt80-sp {
    margin-top: 80px !important;
  }
  .u-mt88-sp {
    margin-top: 88px !important;
  }
  .u-mt96-sp {
    margin-top: 96px !important;
  }
  .u-mt104-sp {
    margin-top: 104px !important;
  }
  .u-mt112-sp {
    margin-top: 112px !important;
  }
  .u-mt120-sp {
    margin-top: 120px !important;
  }
  .u-mt128-sp {
    margin-top: 128px !important;
  }
  .u-mt136-sp {
    margin-top: 136px !important;
  }
  .u-mt144-sp {
    margin-top: 144px !important;
  }
  .u-mt152-sp {
    margin-top: 152px !important;
  }
  .u-mt4-sp {
    margin-top: 4px !important;
  }
  .u-mt12-sp {
    margin-top: 12px !important;
  }
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-m-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .l-nomenu__header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .l-nomenu__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-nomenu__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-wrapper__header {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .l-wrapper__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-wrapper__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media not all and (max-width: 768px) {
  .l-header__sitename:hover {
    opacity: 0.7;
  }
  .l-header__button:hover {
    opacity: 0.7;
  }
  .l-nav__top-link:hover {
    background: #e2f4f2;
  }
  .l-nav__top-link:hover .l-nav__arrow-pc {
    right: 10px;
  }
  .l-nav__sec-link:hover {
    opacity: 0.7;
  }
  .l-nav__sec-link:hover .l-nav__arrow {
    right: 10px;
  }
  .l-nav__sub-link:hover {
    background-color: #62bcbf;
    color: #fff;
  }
  .l-nav__sub-link:hover .l-nav__arrow-small {
    right: 14px;
    color: #fff;
  }
  .l-nav__sub-close:hover {
    opacity: 0.7;
  }
  .l-nav__item .l-nav__top-link:hover + .l-nav__sub-list {
    visibility: visible;
    opacity: 1;
  }
  .c-accordion__btn:hover {
    opacity: 0.7;
  }
  .c-accordion__close:hover {
    opacity: 0.7;
  }
  .c-button--double-arrow:hover {
    text-decoration: none;
  }
  .c-button--lv1:hover {
    background-color: #f28d68;
    border: 2px solid #f28d68;
    box-shadow: 0 0 0 rgb(158, 203, 204);
  }
  .c-button--lv1:hover .c-button__icon {
    right: 8px;
  }
  .c-button--lv2:hover {
    background-color: #e2f4f2;
    box-shadow: 0 0 0 rgb(158, 203, 204);
  }
  .c-button--lv2:hover .c-button__icon {
    right: 8px;
  }
  .c-button--lv3:hover {
    border-color: #62bcbf;
    color: #009aa5;
    box-shadow: 0 0 0 rgb(158, 203, 204);
  }
  .c-button--lv3:hover .c-button__icon {
    right: 8px;
  }
  .c-button--lv3-sm-return:hover .c-button__icon {
    left: 8px;
  }
  .c-button--lv4:hover {
    border-color: #62bcbf;
    color: #009aa5;
    box-shadow: 0 0 0 rgb(158, 203, 204);
  }
  .c-button--lv4:hover .c-button__icon {
    right: 8px;
  }
  .c-button--lv4:hover .c-button__icon--pdf::before {
    background-image: url(../img/icon_pdf-main.svg);
  }
  .c-input__rc-label:hover {
    border-color: #5874c7;
    box-shadow: none;
  }
  .c-input__select:hover {
    border-color: #009aa5;
  }
  .c-inputbox--keyboard .c-inputbox__keybutton:hover {
    opacity: 0.7;
  }
  .c-link:hover {
    text-decoration: none;
  }
  .c-link[data-link*=support]:hover {
    text-decoration: none;
  }
  .c-modal__btn:hover {
    background-color: #fff;
    color: #5874c7;
  }
  .c-pagetitle__btn:hover {
    opacity: 0.7;
  }
  .c-pagetop__button:hover {
    background-color: #e6f5ff;
    color: #5874c7;
  }
  .c-security__btn:hover {
    background-color: #fff;
    color: #5874c7;
  }
  .c-tab__btn:hover {
    border-color: #009aa5;
    color: #009aa5;
  }
  .c-tab__btn:hover .c-tab__btn-icon {
    border-color: #009aa5;
    color: #e2f4f2;
  }
  .c-tab__btn.is-active:hover {
    border-color: #009aa5;
    background: #009aa5;
    color: #fff;
  }
  .c-tab__btn.is-active:hover .c-tab__btn-icon {
    border-color: #fff;
    color: #009aa5;
  }
  .c-table-details__pagenum:hover {
    text-decoration: none;
  }
  .c-table-details__arrow-prev:hover {
    opacity: 0.7;
  }
  .c-table-details__arrow-next:hover {
    opacity: 0.7;
  }
  .c-table-responsive--th-w th {
    width: 39.26%;
  }
  .c-table-responsive--sp-vertical th {
    width: 39.26%;
  }
  .monochrome .l-nav__arrow-pc {
    display: none; /* PCサイドバーの矢印を非表示 */
  }
  .u-ta-l_pc {
    text-align: left;
  }
  .u-ta-c_pc {
    text-align: center;
  }
  .u-ta-r_pc {
    text-align: right;
  }
  .u-mt0-pc {
    margin-top: 0px !important;
  }
  .u-mt8-pc {
    margin-top: 8px !important;
  }
  .u-mt16-pc {
    margin-top: 16px !important;
  }
  .u-mt24-pc {
    margin-top: 24px !important;
  }
  .u-mt32-pc {
    margin-top: 32px !important;
  }
  .u-mt40-pc {
    margin-top: 40px !important;
  }
  .u-mt48-pc {
    margin-top: 48px !important;
  }
  .u-mt56-pc {
    margin-top: 56px !important;
  }
  .u-mt64-pc {
    margin-top: 64px !important;
  }
  .u-mt72-pc {
    margin-top: 72px !important;
  }
  .u-mt80-pc {
    margin-top: 80px !important;
  }
  .u-mt88-pc {
    margin-top: 88px !important;
  }
  .u-mt96-pc {
    margin-top: 96px !important;
  }
  .u-mt104-pc {
    margin-top: 104px !important;
  }
  .u-mt112-pc {
    margin-top: 112px !important;
  }
  .u-mt120-pc {
    margin-top: 120px !important;
  }
  .u-mt128-pc {
    margin-top: 128px !important;
  }
  .u-mt136-pc {
    margin-top: 136px !important;
  }
  .u-mt144-pc {
    margin-top: 144px !important;
  }
  .u-mt152-pc {
    margin-top: 152px !important;
  }
  .u-mt4-pc {
    margin-top: 4px !important;
  }
  .u-mt12-pc {
    margin-top: 12px !important;
  }
  .u-mt20-pc {
    margin-top: 20px !important;
  }
  .u-mt30-pc {
    margin-top: 30px !important;
  }
  .u-m-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
