@charset "UTF-8";

@font-face {
  font-family: "Noto Sans";
  src: url('../fonts/NotoSansJP-VariableFont_wght.woff') format('woff'),
  url('../fonts/NotoSansJP-VariableFont_wght.woff2') format('woff2');
}

body {
  background: #ffffff;
  color: #212529;
  font-family: "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif ;
}

.body_fixed {
  position: fixed;
  width: 100%;
}

.flex_container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.mtauto {
  margin-top: auto;
}

.m0auto {
  margin: 0 auto;
}

.ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: inherit;
}

h1 {
  color: #212529;
  text-align: left;
  margin: 0;
}
h1 a.ttl_box_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
}

h2 {
  font-size: 1.55rem;
}

h3 {
  font-size: 1.3125rem;
  position: relative;
  line-height: 1.3;
}
h3.attention::before {
  border-color: #D63854;
}
h3::before {
  content: "";
  position: absolute;
  width: 10px;
  left: -1rem;
  top: 13px;
  border: 1px solid #73bbb3;
}

h4 {
  font-size: 1rem;
  position: relative;
}

p {
  margin-bottom: 1rem;
}

dl {
  padding: 0 1rem 1rem;
  margin-bottom: 1rem;
}
dl dt {
  font-size: 1rem;
  font-weight: bold;
}
dl dd {
  font-size: 1rem;
  margin: 0.2rem 0 1rem 1rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 500px;
}

th, td {
  padding: 5px 0;
}

th {
  border-top: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
}

td {
  border-bottom: 1px solid #b1b1b1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page_table {
  margin-top: 2rem;
  padding-top: 0.5rem;
  text-align: center;
  border-top: 2px solid #b1b1b1;
}

.list_normal {
  padding: 0 0 0 0.5rem;
  margin: 0 auto;
}

/* content box */
.content_box {
  padding: 1rem 1.5rem;
  max-width: 500px;
  margin: 0 auto;
}
.content_box .content_inner {
  padding: 1rem 1rem 0;
  border-radius: 8px;
}

.content_box.user_no {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-top: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
}

.content_box.due_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.3rem 1rem;
  font-size: 0.875rem;
  border-top: 2px solid #f9f9f9;
  border-bottom: 2px solid #f9f9f9;
}
.content_box.due_date .due_date_status {
  display: inline-flex;
  align-items: center;
  padding: 0.14rem 0.8rem 0.13rem 0.3rem;
  border-radius: 3px;
  font-weight: bold;
  height: 28px;
}
.content_box.due_date .due_date_status.status_before {
  border: 1px solid #D63854;
  color: #D63854;
}
.content_box.due_date .due_date_status.status_after {
  border: none;
  background: #D63854;
  color: #ffffff;
}
.content_box.due_date .due_date_status img {
  margin-right: 0.3rem;
}

.content_inner.bg_gray form {
  padding: 1rem 0;
}

/* text */
.underline_yellow {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ffee75;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.underline_yellow_02 {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 0.1em;
  text-decoration-color: #ffee75;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.border_box {
  border: 1px solid #212529;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px 0;
}

.language_check {
  font-size: 0.875rem;
}

.language_guide_arrow {
  display: inline-flex;
  position: relative;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  padding-left: 1rem;
  font-size: 0.875rem;
  color: #212529;
}
.language_guide_arrow::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5B4B3F;
  border-right: 2px solid #5B4B3F;
  transform: rotate(45deg);
}

.font26 {
  font-size: 1.625rem;
}

.font18 {
  font-size: 1.125rem;
}

.font16 {
  font-size: 1rem;
}

.font14 {
  font-size: 0.875rem !important;
}

p.form_h {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
}

/* background */
.bg_gray {
  background: #f3f3f3;
}

.bg_white {
  background: #ffffff;
}

.bg_blue {
  background: #d4eeee;
}

.content_box h3 {
  text-align: left;
  margin-bottom: 1rem;
}

.news_box {
  font-size: 0.875rem;
}

/* margin,padding */
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr0 {
  margin-right: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

.ml0 {
  margin-left: 0;
}

.mla {
  margin-left: auto;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.container.bg_gray {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* link */
.link_arrow {
  text-align: left;
/*  font-size: 0.875rem; */
  font-size: 1.075rem;
  position: relative;
}
.link_arrow a {
  color: #2C645e;
  font-weight: bold;
  text-decoration: none;
}
.link_arrow a::after {
  content: " →";
  position: relative;
  width: 26px;
  height: 17px;
  margin: auto;
  margin-left: 0.6rem;
  background: #73bbb3;
  border-radius: 8.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.7rem;
}

footer {
  background: #ffffff;
}
footer .footer_box {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
footer .footer_box .footer_nav {
  display: inline-flex;
  padding-left: 0;
  line-height: 2;
}
footer .footer_box .footer_nav li {
  list-style: none;
  margin-right: 0.6rem;
  font-size: 0.75rem;
}
footer .footer_box .footer_nav li:nth-child(n+2) {
  margin-left: 0.4rem;
}
footer .footer_box .copyright {
  padding: 0.5rem 0;
  font-size: 0.75rem;
}

/* layout */
.w_half {
  width: 50% !important;
}

.small_button {
  padding: 0.469rem 1rem !important;
  font-size: 0.875rem !important;
  font-weight: bold !important;
}

.left_img_layout {
  display: inline-flex;
  align-items: flex-start;
  margin: 1rem 0;
}
.left_img_layout img {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}

.form_group {
  margin-bottom: 1.5rem;
}

.form_box {
  width: 100%;
  max-width: 500px;
  border: 1px solid #ababab;
  border-radius: 8px;
}

.form__input30 {
  position: relative;
  width: 30%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border: 1px solid #ababab;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #212529;
  font-weight: normal;
}

.form__input {
  position: relative;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #212529;
  font-weight: normal;
}
.form__input.bold {
  font-weight: bold;
}
.form__input[type=date] {
  line-height: 1.375;
}

.required::after {
  content: "必須";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 0.5rem;
  padding: 4px 8px;
  background: #D63854;
  color: #ffffff;
  border-radius: 4px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.3;
}

.optional::after {
  content: "任意";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 0.5rem;
  background: #ffffff;
  color: #858585;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 0.625rem;
  border: 1px solid #858585;
}

.select_box {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.select_box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
  color: #212529;
  font-size: 1em;
  cursor: pointer;
  font: initial;
  font-family: inherit;
}
.select_box select:focus {
  outline: none;
  border-color: #5B4B3F;
  box-shadow: 0 0 4px #888888;
}
.select_box select.number_of_children_to_be_born {
  color: #212529;
}
.select_box select.number_of_children_to_be_born:invalid {
  color: #757575;
}
.select_box select.number_of_children_to_be_born option:first-child {
  color: #757575;
}
.select_box select.number_of_children_to_be_born option {
  color: #212529;
}
.select_box::after {
  position: absolute;
  right: 15px;
  width: 14px;
  height: 10px;
  background-color: #858585;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
  top: 1.2rem;
}

/* checkbox */
form .form_checkBox {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #5B4B3F;
  border-radius: 8px;
  text-decoration: none;
}
form .form_checkBox:visited {
  color: inherit;
}
form .form_checkBox label {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.8rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #5B4B3F;
}
form .form_checkBox label:hover, form .form_checkBox input:hover {
  cursor: pointer;
}

input[type=checkbox] {
  position: relative;
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #ababab;
  border-radius: 4px;
  vertical-align: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:checked {
  background: #5B4B3F;
  border-color: #5B4B3F;
}
input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(45deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}

.terms_ck,
.privacyPolicy_ck {
  z-index: -10;
}

.terms_conditions_check {
  font-weight: bold;
}
.terms_conditions_check:disabled {
  background-color: #CFCAC7;
  cursor: default;
}
.terms_conditions_check::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

input[type=date i]::-webkit-calendar-picker-indicator {
  opacity: 0.48;
}

.form_box_button {
  border: none;
}

.form__input_button {
  padding: 14px 0;
  color: #ffffff;
  background: #5B4B3F;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
}

label, .label_text {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.3rem;
  line-height: 1.3;
}

.form_point {
  margin: 4px 0 0 14px;
  color: #212529;
  font-size: 0.8rem;
}

.form_error {
  position: relative;
  margin: 6px 0 0 2.4rem;
  color: #bd301b;
  font-size: 0.8rem;
  line-height: 1.6;
}
.form_error::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon_form_error.svg);
  left: -25px;
  top: 1px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

/* form password */
.form__password__input {
  border-radius: 8px 0 0 8px;
}

.password_box {
  display: flex;
}

.password__input {
  flex: 1;
}

.form__input::-ms-reveal {
  display: none;
}

.password__toggle {
  width: 40px;
  border: none;
  background: url("../images/icon-eye.svg") no-repeat center center;
  background-size: 50% auto;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0 8px 8px 0;
}

.password__toggle.is-visible {
  background-image: url("../images/icon-eye-slash.svg");
}

@media (any-hover: hover) {
  .password__toggle:hover {
    opacity: 0.7;
  }
}
/* form password cfm */
.form__password__input__cfm {
  border-radius: 8px 0 0 8px;
}

.password_box__cfm {
  display: flex;
}

.password__input__cfm {
  flex: 1;
}

.password__toggle__cfm {
  width: 40px;
  border: none;
  background: url("../images/icon-eye.svg") no-repeat center center;
  background-size: 50% auto;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0 8px 8px 0;
}

.password__toggle__cfm.is-visible__cfm {
  background-image: url("../images/icon-eye-slash.svg");
}

@media (any-hover: hover) {
  .password__toggle__cfm:hover {
    opacity: 0.7;
  }
}
input#birthday::-webkit-calendar-picker-indicator:before {
  background-color: #212529;
}

/* form password current */
.form__password__input__current {
  border-radius: 8px 0 0 8px;
}

.password_box__current {
  display: flex;
}

.password__input__current {
  flex: 1;
}

.password__toggle__current {
  width: 40px;
  border: none;
  background: url("../images/icon-eye.svg") no-repeat center center;
  background-size: 50% auto;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0 8px 8px 0;
}

.password__toggle__current.is-visible__current {
  background-image: url("../images/icon-eye-slash.svg");
}

@media (any-hover: hover) {
  .password__toggle__current:hover {
    opacity: 0.7;
  }
}
input#birthday::-webkit-calendar-picker-indicator:before {
  background-color: #212529;
}

/* コンテンツ内ボタン */
.button_box ul {
  margin-top: 0;
  padding: 0;
}
.button_box ul li.no-border {
  border: none;
}
.button_box ul li {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  list-style: none;
  border: 1px solid #5B4B3F;
  color: #5B4B3F;
}
.button_box ul li a:visited {
  color: inherit;
}
.button_box ul li a,
.button_box ul li button {
  display: inline-flex;
  width: 100%;
  padding: 0.875rem 1rem;
  white-space: nowrap;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
}
.button_box ul li.link_box_blue {
  background: #5B4B3F;
  border: none;
  color: #ffffff;
}
.button_box ul li.link_box_blue button {
  color: #ffffff;
}
.button_box ul li.link_box_blue button:disabled {
  background: #CFCAC7;
  border-radius: 8px;
  color: #ffffff;
}
.button_box ul li.link_box_blue a {
  color: #ffffff;
}
.button_box ul li.link_box_blue.button_disable {
  background: #ffffff;
  border: none;
  color: #ffffff;
}
.button_box ul li.link_box_blue.button_disable button {
  background: #5B4B3F;
  border-radius: 8px;
}
.button_box ul li.link_box_blue.button_disable button:disabled {
  background: #CFCAC7;
  border-radius: 8px;
}
.button_box ul li.link_box_blue.button_disable a {
  color: #ffffff;
}
.button_box ul li.link_box_gray {
  background: #CFCAC7;
  border: none;
  color: #ffffff;
}
.button_box ul li.link_box_gray button {
  color: #ffffff;
}
.button_box ul li.link_box_gray button:disabled {
  background: #CFCAC7;
  border-radius: 8px;
  color: #ffffff;
}
.button_box ul li.link_box_gray a {
  color: #ffffff;
}
.button_box ul li.link_box_blank a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/link-blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.button_box ul li.link_box_left a {
  color: #5B4B3F;
}
.button_box ul li.link_box_left a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.2rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5B4B3F;
  border-right: 2px solid #5B4B3F;
  transform: rotate(225deg);
}
.button_box ul li.link_box_icon_left a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
}
.button_box ul li.link_box_icon_left.icon_doc_blue a::before {
  background-image: url(../images/icon_doc.svg);
  background-size: cover;
}
.button_box ul li.link_box_icon_left.icon_user a::before {
  background-image: url(../images/icon_user.svg);
}
.button_box ul li.link_box_right a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5B4B3F;
  border-right: 2px solid #5B4B3F;
  transform: rotate(45deg);
}
.button_box ul li.link_box_left.link_box_blue a::before, .button_box ul li.link_box_right.link_box_blue a::after, .button_box ul li.link_box_right.link_box_gray a::after {
  border-color: #ffffff !important;
}

/* right button */
.button_right {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.button_right a {
  border: 1px solid #5B4B3F;
  border-radius: 8px;
  padding: 4px 12px 3px;
  color: #5B4B3F;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
}

/* button_box_small */
.button_box_small ul {
  margin-top: 0;
  padding: 0;
}
.button_box_small ul li {
  position: relative;
  background: #5B4B3F;
  border-radius: 8px;
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.button_box_small ul li a {
  display: inline-flex;
  width: 100%;
  margin-right: 1rem;
  padding: 0.469rem 1rem;
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
}
.button_box_small ul li.link_box_right a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.button_box_half {
  width: 50%;
  margin: 0 auto;
}

/* /コンテンツ内ボタン */
/* フロート イラスト */
.layout_left {
  display: flex;
}
.layout_left img {
  margin-right: 1rem;
}

/* /フロート イラスト */
/* ステータス */
.status_box {
  display: block;
}
.status_box .status_main {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.status_box .status_main .status_main_text {
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.12rem;
}
.status_box .status_main .status_main_img {
  margin-left: auto;
  margin-right: 1rem;
}
.status_box .status_sub {
  padding: 0.5rem 1rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: bold;
}

.status_box.status_blue .status_main {
  background: #C1ECF1;
}
.status_box.status_blue .status_sub {
  background: #EDF8F9;
}

.status_box.status_pink .status_main {
  background: #FBC5CC;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.status_box.status_pink .status_sub {
/*
  background: #FFEFE6;
*/
  background: #FBC5CC;
}

/* status info */
.status_info {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.status_info .status_info_icon {
  background: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.status_info .status_info_icon img {
  width: 44px;
  height: 44px;
}

/* /ステータス */
/* ヘッダーメニュー開閉ボタン */
header {
  background: #ffffff;
  padding: 0;
  height: 50px;
}
header .btn_menu {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-right: -8px;
  border: none;
  flex-basis: 40px;
  text-decoration: none;
  flex-shrink: 0;
  background: transparent;
  color: #333333;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
}
header .btn_menu:after, header .btn_menu:before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333333;
  transform: translate3d(-50%, 0, 0);
  transition: transform 0.2s ease-out, height 0.2s ease-out;
  transform-origin: 0 50% 0;
}
header .btn_menu.opened:before {
  transform: translate3d(-50%, 0, 0) rotate(45deg);
}
header .btn_menu.opened .inner:before {
  opacity: 0;
}
header .btn_menu.opened:after {
  transform: translate3d(-50%, 1px, 0) rotate(-45deg);
}
header .btn_menu:before {
  top: 7px;
}
header .btn_menu:after {
  top: 23px;
}
header .inner {
  display: block;
  padding-top: 22px;
  white-space: nowrap;
  text-align: center;
  font-size: 8px;
}
header .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #333333;
  transform: translate3d(-50%, 0, 0);
  transition: opacity 0.2s ease-out;
}

/* /ヘッダーメニュー開閉ボタン */
/* ナビゲーションメニュー */
nav li, nav p, nav button {
  white-space: nowrap;
}

nav {
  background: #f2f2f2;
  position: fixed;
  z-index: 1;
  top: 50px;
  right: -100%;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  transition: 0.2s;
  height: 100%;
  min-height: 100vh;
  padding: 1rem 0;
}
nav.open_menu {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  right: 0;
}
nav .nav_box {
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
}
nav .nav_box p {
  text-align: left;
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}
nav .nav_box ul {
  margin-top: 0.2rem;
  padding: 0;
}
nav .nav_box ul li {
  position: relative;
  background: #ffffff;
  margin: 0.6rem 0;
  list-style: none;
  border-radius: 8px;
}
nav .nav_box ul li a {
  display: inline-flex;
  width: 100%;
  padding: 0.875rem 1rem;
  white-space: nowrap;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  align-items: center;
}
nav .nav_box ul li.link_box_arrow a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  right: 1rem;
  border-top: 1px solid #5B4B3F;
  border-right: 1px solid #5B4B3F;
  transform: rotate(45deg);
}
nav .nav_box ul li.left_icon a::before {
  content: "";
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: -0.2rem 0.8rem -0.2rem 0;
}
nav .nav_box ul li.left_icon.icon_doc a::before {
  background-image: url(../images/icon_doc.svg);
}
nav .nav_box ul li.left_icon.icon_home a::before {
  background-image: url(../images/icon_home.svg);
}
nav .nav_box ul li.left_icon.icon_user a::before {
  background-image: url(../images/icon_user.svg);
}
nav .nav_box ul li.left_icon.icon_qa a::before {
  background-image: url(../images/icon_qa.svg);
}
nav .nav_box ul li.left_icon.icon_support a::before {
  background-image: url(../images/icon_support.svg);
}
nav .nav_box ul li.link_box_blank a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  color: #000000;
  background-image: url(../images/link-blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
nav .nav_box ul li.nav_box_button .modal_open {
  display: block;
  background: #5B4B3F;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
}
nav .nav_box ul li.modal_open {
  cursor: pointer;
}
nav .nav_footer_box {
  display: flex;
  height: 100%;
  padding-top: 1rem;
}
nav .nav_footer_box .nav_footer {
  margin: auto auto 80px;
}

/* /ナビゲーションメニュー */
/* modal */
.modal {
  display: flex;
  position: fixed;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: opacity 0.2s, visibility 0.2s, z-index 0.2s;
}
.modal .modal_box {
  background-color: #ffffff;
  margin: 10% auto;
  max-width: 640px;
  width: 90%;
  max-width: 500px;
  border-radius: 4px;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
}
.modal .modal_box .modal_inner {
  padding: 2rem 1rem;
}

.modal_close_text {
  display: block;
  text-decoration: underline;
  cursor: pointer;
  border: none;
  background: none;
  margin: 0 auto;
}

.modal_close_button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 40px;
  height: 40px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 4px;
}
.modal_close_button .modal_close_icon::after,
.modal_close_button .modal_close_icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 1px;
  background-color: #333333;
  left: 10px;
}
.modal_close_button .modal_close_icon::before {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.modal_close_button .modal_close_icon::after {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.modal_scroller {
  height: 16rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  overflow-y: scroll;
  border: 1px solid #858585;
  font-size: 0.8rem;
}

/* /modal */
.reg_card {
  position: relative;
  border-radius: 8px;
  background-color: #ffffff;
  background: linear-gradient(#687187 0%, #334368 100%);
  width: 350px;
  height: 210px;
  margin: 0 auto;
  padding: 1rem;
  color: #ffffff;
  box-shadow: 0 0 4px #888888;
}
.reg_card::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, rgba(43, 51, 73, 0.2) 67.001%, rgba(43, 51, 73, 0.4) 100%);
  width: 350px;
  height: 210px;
  display: block;
  top: 0;
  left: 0;
}
.reg_card .reg_issue_date {
  font-size: 0.9rem;
}
.reg_card .reg_id {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
}
.reg_card .reg_number {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
.reg_card .reg_system {
  position: absolute;
  right: 1rem;
  bottom: 0;
  font-size: 0.9rem;
  border: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4px;
}

.hospital_transfer_apply_arrow {
  display: block;
  margin: 8px auto;
}

.hospital_transfer_apply_after {
  border: 1px solid #DFDFDF;
}

/* 登録証 */
.registration_box {
  display: block;
  border-radius: 8px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.registration_box .registration_head {
  background: #5B4B3F;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  text-align: center;
  padding: 4px 0;
  font-size: 0.875rem;
  color: #ffffff;
}
.registration_box .registration_ticket {
  display: flex;
}
.registration_box .registration_ticket .registration_ticket_left {
  margin-left: 1.5rem;
}
.registration_box .registration_ticket .registration_ticket_left img {
  margin-top: 1rem;
  width: 150px;
}
.registration_box .registration_ticket .registration_ticket_left .text_registration {
  font-size: 3.25rem;
  color: #5B4B3F;
}
.registration_box .registration_ticket .illust_moba {
  display: flex;
  margin: 0 auto;
  position: relative;
}
.registration_box .registration_ticket .illust_moba img {
  width: 120px;
  z-index: 100;
}
.registration_box .registration_ticket .illust_moba::after {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  top: 30px;
  left: 10px;
  background: #FFEFE6;
  border-radius: 50%;
}
.registration_box .registration_id {
  background: #F65773;
  color: #ffffff;
  padding: 1rem 0;
}
.registration_box .registration_id table td {
  border-bottom: none;
}
.registration_box .registration_id table td:first-child {
  font-size: clamp(0.8125rem, 1.8vw, 1rem);
  text-align: center;
}
.registration_box .registration_id table td:last-child {
  font-size: 1.75rem;
}
.registration_box .registration_info {
  padding: 0.8rem 1.4rem;
  background: #FFEFE6;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.registration_box .registration_info table tr td {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #FCD1D4;
  line-height: 2;
}
.registration_box .registration_info table tr:last-child td {
  border-bottom: none;
}

.password_required {
  padding-left: 0.6rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
.password_required .password_required_title {
  font-weight: bold;
  margin-bottom: 5px;
}
.password_required .password_required_list {
  margin: 0;
  padding-left: 1.8rem;
  list-style: none;
  line-height: 1.8;
}
.password_required .password_required_list li {
  position: relative;
  color: #888888;
}
.password_required .password_required_list li.password_policy_ok {
  color: #376C66;
}
.password_required .password_required_list li.password_policy_ok::before {
  content: "";
  position: absolute;
  background-image: url(../images/password_required_mk_green.svg);
  left: -25px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
.password_required .password_required_list li.password_policy_not {
  color: #888888;
}
.password_required .password_required_list li.password_policy_not::before {
  content: "";
  position: absolute;
  background-image: url(../images/password_required_mk_gray.svg);
  left: -25px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
.spanblock {
  display: block;
  width: 100%;
  overflow-wrap: anywhere;
}.spanblock70 {
  display: block;
  width: 70%;
  overflow-wrap: anywhere;
}