#l-wrap {
  padding-top: 0;
}

/* header style */
.l-header-simple {
  width: 100%;
  -webkit-transform: none;
          transform: none;
}
.l-header-simple.is-down .l-header-simple__outer {
  background-color: #fff;
}
.l-header-simple .l-header-simple__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.menu-open .l-header-simple .l-header-simple__overlay {
  visibility: visible;
  opacity: 1;
}
.l-header-simple .l-header-simple__outer {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #E2DDD9;
}
.l-header-simple .l-header-simple__outer .l-header-simple__inner {
  position: relative;
  z-index: 190;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}
.l-header-simple .l-header-simple__head {
  display: block;
  margin-right: 20px;
  flex-grow: 1;
}
.l-header-simple .l-header-simple__head .l-header-simple__head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header-simple .l-header-simple__logo .l-header-simple__logo-image {
  margin-left: 5px;
}
.l-header-simple .l-header-simple__logo .l-header-simple__logo-image .l-header-simple__logo-link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding: 10px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.l-header-simple .l-header-simple__logo .l-header-simple__logo-image .l-header-simple__logo-link .l-header-simple__logo-img {
  display: block;
}
.l-header-simple .l-header-simple__foot {
  display: block;
  padding-right: 54px;
}
.l-header-simple .l-header-simple__gnav {
  display: flex;
  gap: 20px;
  align-items: center;
}
.l-header-simple .l-header-simple__user .l-header-simple__user-list {
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.l-header-simple .l-header-simple__user .l-header-simple__user-list .l-header-simple__user-item .l-header-simple__contact {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 1.5;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.l-header-simple .l-header-simple__user .l-header-simple__user-list .l-header-simple__user-item .l-header-simple__contact .l-header-simple__contact-img {
  display: block;
}
.l-header-simple .l-header-simple__user .l-header-simple__user-list .l-header-simple__user-item .l-header-simple__contact .l-header-simple__contact-img > img {
  width: 22px;
  vertical-align: middle;
}
.l-header-simple .l-header-simple__user .l-header-simple__user-list .l-header-simple__user-item .l-header-simple__contact .l-header-simple__contact-txt {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-header-simple .l-header-simple__contents {
  position: absolute;
  top: 66px;
  left: 0;
  display: none;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - var(--headerHeight));
  overflow-y: auto;
  background: #8A532C;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item {
  position: relative;
  width: 100%;
  background: #8A532C;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button {
  position: relative;
  display: block;
  width: auto;
  width: 100%;
  padding-inline: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background: transparent;
  border: none;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 24px;
  height: 24px;
  margin: auto;
  content: "";
  background-size: 100% auto;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button .l-header-simple__contents-button-text {
  position: relative;
  display: inline-block;
  padding-block: 15px;
  padding-right: 22px;
  padding-left: 40px;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button .l-header-simple__contents-button-text:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 7px;
  margin: auto;
  content: "";
  background: url("../../svg/i_arrow_down.svg") no-repeat right center;
  background-size: 100% auto;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button.l-header-simple__contents-button--product:before {
  background: url("../../svg/i_bottle.svg") no-repeat center;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button.l-header-simple__contents-button--support:before {
  background: url("../../svg/i_stethoscope.svg") no-repeat center;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button.l-header-simple__contents-button--seminar:before {
  background: url("../../svg/i_monitor.svg") no-repeat center;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button.l-header-simple__contents-button--lonsurfsupport:before {
  background: url("../../svg/i_heart.svg") no-repeat center;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button.l-header-simple__contents-button--material:before {
  background: url("../../svg/i_report.svg") no-repeat center;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button[target=_blank] .l-header-simple__contents-button-text {
  padding-right: 22px;
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button[target=_blank] .l-header-simple__contents-button-text:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  background: url("../../svg/i_blank.svg?c=fff") no-repeat center;
  background-size: 100% auto;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button.is-active .l-header-simple__contents-button-text:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item a.l-header-simple__contents-button .l-header-simple__contents-button-text:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-header-simple .l-header-simple__contents-sub {
  display: none;
}
.l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap {
  position: relative;
  padding: 0.5px 20px 10px;
  background-color: #fff;
}
.l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  display: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff;
  background: #8A532C;
  border: none;
  border-radius: 50%;
  transition: background-color 0.2s ease-out;
}
.l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background: url(../../svg/i_close.svg) center no-repeat;
  background-size: 12px 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
[data-whatinput=keyboard] .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-close:focus {
  background-color: #56331B;
}
.l-header-simple .l-header-simple__action {
  position: absolute;
  top: 13px;
  right: 15px;
  margin-left: auto;
}
.l-header-simple .l-header-simple__action .l-header-simple__action-list {
  display: flex;
}
.l-header-simple .l-header-simple__action .l-header-simple__action-list .l-header-simple__action-item .l-header-simple__action-btn {
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  font-size: 0rem;
  background-color: #8A532C;
  border: none;
  border: 1px solid transparent;
  border-radius: 50%;
}
.l-header-simple .l-header-simple__action .l-header-simple__action-list .l-header-simple__action-item .l-header-simple__action-btn .l-header-simple__action-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  background: url(../../svg/i_menu.svg) no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.l-header-simple .l-header-simple__action .l-header-simple__action-list .l-header-simple__action-item .l-header-simple__action-btn.is-active .l-header-simple__action-btn-wrap {
  width: 10px;
  height: 10px;
  background: url(../../svg/i_close.svg) no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.l-header-simple .l-header-simple__login {
  padding: 10px;
  background: #F7F5F2;
}
.l-header-simple .l-header-simple__login .u-login > dl,
.l-header-simple .l-header-simple__login .u-logout > dl {
  display: flex;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  align-items: center;
  justify-content: center;
  max-width: none;
  padding: 0;
  margin: 0;
}
.l-header-simple .l-header-simple__login .u-login > dl > dt,
.l-header-simple .l-header-simple__login .u-logout > dl > dt {
  font-size: 1.2rem;
  font-weight: 500;
}
.l-header-simple .l-header-simple__login .u-login > dl > dd > ul > li > a,
.l-header-simple .l-header-simple__login .u-logout > dl > dd > ul > li > a {
  display: block;
  padding: 3px 12px 1px;
  line-height: 1.5;
  color: #fff;
  background: #BF2D30;
  border-radius: 5px;
}
[data-whatinput=keyboard] .l-header-simple .l-header-simple__login .u-login > dl > dd > ul > li > a:focus,
[data-whatinput=keyboard] .l-header-simple .l-header-simple__login .u-logout > dl > dd > ul > li > a:focus {
  background-color: #880919;
}
.l-header-simple .l-header-simple__contents-sub-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-top: 10px;
}
.l-header-simple .l-header-simple__contents-sub-list .l-header-simple__contents-sub-item {
  position: relative;
  display: inline-block;
  width: auto;
}
.l-header-simple .l-header-simple__contents-sub-list .l-header-simple__contents-sub-item.l-header-simple__contents-sub-item--sp-colmn1 {
  width: 100%;
}
.l-header-simple .l-header-simple__contents-sub-list .l-header-simple__contents-sub-item .l-header-simple__contents-sub-link {
  position: relative;
  display: inline-block;
  padding-block: 5px;
  padding-right: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.l-header-simple .l-header-simple__contents-sub-list .l-header-simple__contents-sub-item .l-header-simple__contents-sub-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 12px;
  margin: auto;
  content: "";
  background: url("../../svg/i_arrow_brown.svg") no-repeat right center;
  background-size: 100% auto;
}
.l-header-simple .l-header-simple__contents-sub-list .l-header-simple__contents-sub-item .l-header-simple__contents-sub-link[target=_blank]:after {
  position: relative;
  top: 0;
  display: inline-block;
  width: 14.58px;
  width: 9.47px;
  height: 20px;
  height: 10px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background: url("../../svg/i_blank.svg?c=8A532C") no-repeat right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .l-header-simple .l-header-simple__contents-sub-list .l-header-simple__contents-sub-item .l-header-simple__contents-sub-link:focus {
  text-decoration: underline;
}
.l-header-simple .l-header-simple__contents-sub-list.l-header-simple__contents-sub-list--border {
  padding-bottom: 15px;
  border-bottom: 1px solid #E2DDD9;
}
.l-header-simple .l-header-simple__contents-sub-ttl2 {
  display: none;
  line-height: 1.5;
}
.l-header-simple .l-header-simple__contents-sub-ttl2 .l-header-simple__contents-sub-ttl2-link {
  position: relative;
  padding-right: 50px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.l-header-simple .l-header-simple__contents-sub-ttl2 a.l-header-simple__contents-sub-ttl2-link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  background: #8A532C;
  border-radius: 50%;
}
.l-header-simple .l-header-simple__contents-sub-ttl2 a.l-header-simple__contents-sub-ttl2-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  background: url("../../svg/i_arrow4.svg") no-repeat center;
  background-size: 5px 12px;
}
[data-whatinput=keyboard] .l-header-simple .l-header-simple__contents-sub-ttl2 a.l-header-simple__contents-sub-ttl2-link:focus {
  text-decoration: underline;
}
[data-whatinput=keyboard] .l-header-simple .l-header-simple__contents-sub-ttl2 a.l-header-simple__contents-sub-ttl2-link:focus:before {
  background: #56331B;
}
.l-header-simple .l-header-simple__contents-sub-ttl3 {
  position: relative;
  padding-bottom: 11px;
  margin: 20px 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.l-header-simple .l-header-simple__contents-sub-ttl3 + * {
  margin-top: 0 !important;
}
.l-header-simple .l-header-simple__contents-sub-ttl3:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background: #8A532C;
}
.l-header-simple .l-header-simple__contents-sub-ttl3 .l-header-simple__contents-sub-ttl3-link {
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-header-simple .l-header-simple__contents-sub-ttl4 {
  position: relative;
  padding-left: 13px;
  margin: 15px 0 2.5px;
  font-weight: bold;
  line-height: 1.5;
}
.l-header-simple .l-header-simple__contents-sub-ttl4 + * {
  margin-top: 0 !important;
}
.l-header-simple .l-header-simple__contents-sub-ttl4:before {
  position: absolute;
  top: 0.3em;
  bottom: 0.4em;
  left: 0;
  width: 3px;
  margin: auto;
  content: "";
  background: #8A532C;
}
.l-header-simple .l-header-simple__contents-sub-ttl4 .l-header-simple__contents-sub-ttl4-link {
  line-height: 1.5;
}
.l-header-simple .l-header-simple__contents-search {
  padding: 25px 0;
}
.l-header-simple .l-header-simple__search {
  position: relative;
  flex-grow: 1;
}
.l-header-simple .l-header-simple__search .l-header-simple__search-label {
  position: relative;
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  padding-left: 16px;
  clip: rect(1px, 1px, 1px, 1px);
  font-weight: bold;
  line-height: 1.5;
  visibility: hidden;
}
.l-header-simple .l-header-simple__search .l-header-simple__search-label::before {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  display: block;
  width: 4px;
  margin: auto;
  content: "";
  background-color: #ffffff;
  border-radius: 1px;
}
.l-header-simple .l-header-simple__search #SS_searchForm9 {
  position: relative;
  width: 100%;
  border: 1px solid #E2DDD9;
  border-radius: 0;
}
.l-header-simple .l-header-simple__search #SS_searchQuery9 {
  position: relative;
  width: 100%;
  padding: 5px 38px 4px 15px;
  font-size: 1.6rem;
  background: #F7F5F2;
  border: 1px solid #E2DDD9;
  border-radius: 0;
}
.l-header-simple .l-header-simple__search #SS_searchQuery9::-webkit-input-placeholder {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  opacity: 0.7;
}
.l-header-simple .l-header-simple__search #SS_searchQuery9:-ms-input-placeholder {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  opacity: 0.7;
}
.l-header-simple .l-header-simple__search #SS_searchQuery9::placeholder {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  opacity: 0.7;
}
.l-header-simple .l-header-simple__search #SS_searchSubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 100%;
  margin: auto;
  background: transparent;
  background: url(../../svg/i_search.svg) no-repeat;
  background-position: center right 15px;
  background-size: 18px auto;
  border: 0;
}
.l-header-simple .l-header-simple__search.l-header-simple__search--white #SS_searchQuery9 {
  padding: 0px 38px 0px 15px;
  background: #fff;
}
.l-header-simple .l-header-simple__search.l-header-simple__search--white #SS_searchSubmit {
  background-size: 14px auto;
}

.u-txt-ttl1 {
  font-weight: bold;
  font-size: 30px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.u-txt-ttl2 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.u-fss {
  font-size: 80%;
}

.u-box-btnwrap {
  margin-top: 40px;
  overflow: hidden;
}
.u-box-btnwrap ul {
  row-gap: 20px;
}

.u-list-medpass {
  margin-top: 30px;
}
.u-list-medpass .medpass-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.u-list-medpass .medpass-item + .medpass-item {
  margin-top: 20px;
}
.u-list-medpass .medpass-item.item-login .u-btn-medpass, .u-list-medpass .medpass-item.item-regist .u-btn-medpass {
  max-width: 400px;
  width: 100%;
}

.u-btn-medpass {
  background-color: #31b372;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 12px;
  line-height: 1.5;
  transition: background-color 0.2s ease-out;
  border-radius: 5px;
}
.u-btn-medpass .item-img {
  -webkit-transform: translateY(-0.35em);
          transform: translateY(-0.35em);
  margin-right: 2px;
}
.u-btn-medpass .item-txt {
  font-weight: bold;
}
.u-btn-medpass:hover {
  background: #25905B;
}
.u-txt-link {
  color: #06c !important;
  text-decoration: underline !important;
}

.u-txt-link:hover {
  text-decoration: none !important;
}

.u-btn-simple {
  position: relative;
  display: block;
  width: 100%;
  min-height: 60px;
  position: relative;
  border: none;
  padding: 0 25px 0 60px;
  color: #fff;
  background: #8A532C;
  line-height: 1.4;
  transition: background-color 0.2s ease-out;
  border-radius: 5px;
}
.u-btn-simple > span {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-sizing: border-box;
  padding-right: 30px;
}
.u-btn-simple > span:before {
  content: url("../../svg/i_ar_circle_wh_original.svg");
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: -40px;
  width: 23px;
  height: 23px;
}
.u-btn-simple:hover {
  text-decoration: none;
  background-color: #56331B;
}
@media print, screen and (min-width: 768px) {
  .l-header-simple {
    min-width: 960px;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3 + .image-position-left + *,
.l-header-simple .l-header-simple__contents-sub-ttl3 + .image-position-right + * {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3 + [data-gs] > [data-gs-col="8"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 + .image-position-left + *,
.l-header-simple .l-header-simple__contents-sub-ttl4 + .image-position-right + * {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 + [data-gs] > [data-gs-col="8"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header-simple.is-down .l-header-simple__head {
    display: none;
  }
  .l-header-simple.is-down .l-header-simple__contents-sub {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }
  .l-header-simple .l-header-simple__outer {
    border-bottom: 0;
  }
  .l-header-simple .l-header-simple__outer .l-header-simple__inner {
    display: block;
    -webkit-column-gap: 0;
            column-gap: 0;
    height: auto;
  }
  .l-header-simple .l-header-simple__head {
    box-sizing: content-box;
    max-width: 1220px;
    margin-right: 0;
    padding: 15px 30px;
    margin: 0 auto;
  }
  .l-header-simple .l-header-simple__logo .l-header-simple__logo-image {
    margin-left: 0;
  }
  .l-header-simple .l-header-simple__logo .l-header-simple__logo-image .l-header-simple__logo-link {
    width: 190px;
    padding-block: 10px;
    padding-inline: 0;
  }
  .l-header-simple .l-header-simple__foot {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    padding-right: 0;
    margin: 0 auto;
    background: #8A532C;
  }
  .l-header-simple .l-header-simple__foot .l-header-simple__foot-inner {
    box-sizing: content-box;
    width: 100%;
    max-width: 1000px;
    padding: 0 30px;
    margin-inline: auto;
  }
  .l-header-simple .l-header-simple__gnav {
    display: block;
  }
  .l-header-simple .l-header-simple__user .l-header-simple__user-list {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    align-items: center;
  }
  .l-header-simple .l-header-simple__user .l-header-simple__user-list .l-header-simple__user-item .l-header-simple__contact {
    position: relative;
    display: flex;
    -webkit-column-gap: 7px;
            column-gap: 7px;
    align-items: center;
  }
  .l-header-simple .l-header-simple__user .l-header-simple__user-list .l-header-simple__user-item .l-header-simple__contact .l-header-simple__contact-img {
    padding-bottom: 0.2em;
  }
  .l-header-simple .l-header-simple__user .l-header-simple__user-list .l-header-simple__user-item .l-header-simple__contact .l-header-simple__contact-img > img {
    width: 16px;
  }
  .l-header-simple .l-header-simple__user .l-header-simple__user-list .l-header-simple__user-item .l-header-simple__contact .l-header-simple__contact-txt {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .l-header-simple .l-header-simple__contents {
    position: static;
    top: 0;
    display: block !important;
    width: auto;
    height: auto;
    overflow-y: visible;
    background: transparent;
    opacity: 1 !important;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list {
    flex-wrap: nowrap;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    justify-content: space-between;
    padding-inline: 0;
    margin-top: 0;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item {
    position: static;
    width: auto;
    background: transparent;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button {
    padding-inline: 0;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button:before {
    left: 0;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button .l-header-simple__contents-button-text {
    display: block;
    width: 100%;
    padding: 18px 20px 18px 36px;
    text-align: center;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button .l-header-simple__contents-button-text:before {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    content: "";
    background: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button[target=_blank] .l-header-simple__contents-button-text:after {
    display: block;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button.is-active .l-header-simple__contents-button-text:before {
    opacity: 1;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button.is-current .l-header-simple__contents-button-text:before {
    opacity: 1;
  }
  [data-whatinput=keyboard] .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button:focus .l-header-simple__contents-button-text:before {
    opacity: 1;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item a.l-header-simple__contents-button .l-header-simple__contents-button-text {
    padding-right: 0;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item a.l-header-simple__contents-button .l-header-simple__contents-button-text:after {
    display: none;
  }
  .l-header-simple .l-header-simple__contents-sub {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(var(--vh, 1vh) * 100 - var(--headerHeight));
    overflow-y: auto;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap {
    padding: 0;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-inner {
    position: relative;
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
            column-gap: 40px;
    max-width: 1220px;
    padding: 60px 30px 55px;
    margin: 0 auto;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box {
    width: 100%;
    margin-top: 35px;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > *:first-child.m-box-section {
    padding-top: 0;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box.l-header-simple__contents-sub-box--col3 {
    width: calc((100% - 80px) / 3);
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-close {
    display: block;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-close:hover {
    background-color: #56331B;
  }
  .l-header-simple .l-header-simple__action {
    display: none;
  }
  .l-header-simple .l-header-simple__action .l-header-simple__action-list .l-header-simple__action-item .l-header-simple__action-btn {
    width: 45px;
    height: 45px;
    margin-top: -15px;
  }
  .l-header-simple .l-header-simple__action .l-header-simple__action-list .l-header-simple__action-item .l-header-simple__action-btn .l-header-simple__action-btn-wrap {
    width: 15px;
    height: 15px;
  }
  .l-header-simple .l-header-simple__login {
    padding: 0;
    background: transparent;
  }
  .l-header-simple .l-header-simple__login .u-login > dl > dt,
.l-header-simple .l-header-simple__login .u-logout > dl > dt {
    font-size: 1.4rem;
  }
  .l-header-simple .l-header-simple__login .u-login > dl > dd > ul > li > a,
.l-header-simple .l-header-simple__login .u-logout > dl > dd > ul > li > a {
    padding-inline: 23px;
    font-weight: 500;
    transition: background-color 0.3s ease-out;
  }
  .l-header-simple .l-header-simple__login .u-login > dl > dd > ul > li > a:hover,
.l-header-simple .l-header-simple__login .u-logout > dl > dd > ul > li > a:hover {
    background-color: #880919;
  }
  .l-header-simple .l-header-simple__contents-sub-list {
    -webkit-column-gap: 30px;
            column-gap: 30px;
    margin-top: 40px;
  }
  .l-header-simple .l-header-simple__contents-sub-list .l-header-simple__contents-sub-item.l-header-simple__contents-sub-item--sp-colmn1 {
    width: auto;
  }
  .l-header-simple .l-header-simple__contents-sub-list .l-header-simple__contents-sub-item .l-header-simple__contents-sub-link {
    padding-block: 7.5px;
  }
  .l-header-simple .l-header-simple__contents-sub-list .l-header-simple__contents-sub-item .l-header-simple__contents-sub-link[target=_blank]:after {
    top: -0.1em;
    width: 12px;
    height: 12px;
  }
  .l-header-simple .l-header-simple__contents-sub-list .l-header-simple__contents-sub-item .l-header-simple__contents-sub-link:hover {
    text-decoration: underline;
  }
  .l-header-simple .l-header-simple__contents-sub-list.l-header-simple__contents-sub-list--border {
    padding-bottom: 12.5px;
  }
  .l-header-simple .l-header-simple__contents-sub-list {
    margin-top: 40px;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl2 {
    display: block;
    width: 100%;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl2 a.l-header-simple__contents-sub-ttl2-link:hover {
    text-decoration: underline;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl2 a.l-header-simple__contents-sub-ttl2-link:hover:before {
    background: #56331B;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3 {
    padding-bottom: 12px;
    margin: 35px 0 20px;
    font-size: 1.8rem;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3:before {
    height: 2px;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl3 .l-header-simple__contents-sub-ttl3-link {
    font-size: 1.8rem;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 {
    margin: 15px 0 5.5px;
    font-size: 1.6rem;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 .l-header-simple__contents-sub-ttl4-link {
    font-size: 1.6rem;
  }
  .l-header-simple .l-header-simple__search {
    display: flex;
    flex-grow: 0;
    gap: 20px;
    align-items: center;
  }
  .l-header-simple .l-header-simple__search:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 38px;
    content: "";
    border-right: 1px solid #E2DDD9;
    opacity: 0.3;
  }
  .l-header-simple .l-header-simple__search #SS_searchForm9 {
    width: 280px;
  }
  .l-header-simple .l-header-simple__search #SS_searchSubmit {
    width: 40px;
    background-position: center right 11px;
  }
}
@media screen and (max-width: 374px) {
  .l-header-simple .l-header-simple__gnav {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button {
    padding-inline: 30px;
  }
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button:before {
    left: 30px;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap {
    padding-inline: 30px;
  }
  .l-header-simple .l-header-simple__login {
    padding-inline: 30px;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  .l-header-simple .l-header-simple__contents .l-header-simple__contents-list .l-header-simple__contents-item .l-header-simple__contents-button:hover .l-header-simple__contents-button-text:before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 768px) {
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > .image-position-left:first-child + *,
.l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child > [data-gs]:first-child > [data-gs-col="8"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child > [data-gs]:first-child > [data-gs-col="8"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child > [data-gs]:first-child > [data-gs-col="8"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child > [data-gs]:first-child > [data-gs-col="8"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="8"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="8"]:nth-child(-n+2) > *:first-child > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="8"]:nth-child(-n+2) > *:first-child > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child > [data-gs-col="8"]:nth-child(-n+2) > *:first-child > [data-gs]:first-child > [data-gs-col="8"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 767px) {
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child:not([data-gs-sp="1"]) > [data-gs-col="4"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub .l-header-simple__contents-sub-wrap .l-header-simple__contents-sub-box > [data-gs]:first-child:not([data-gs-sp="1"]) > [data-gs-col="3"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header-simple .l-header-simple__contents-sub-ttl3 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .l-header-simple .l-header-simple__contents-sub-ttl4 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .u-txt-ttl1 {
    margin-bottom: 20px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .u-txt-ttl2 {
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .u-box-btnwrap {
    margin-top: 30px;
  }
  .u-btn-medpass .item-img {
    width: 90px;
  }
  .m-btn-simple {
    min-height: 45px;
    padding: 5px 0 5px 35px;
    display: flex;
    align-items: center;
  }
  .m-btn-simple > span {
    left: 0;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .m-btn-simple > span:before {
    left: -25px;
    width: 17px;
    height: 17px;
    margin-top: -8px;
  }
}