@media only screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}

#tokyodo-cp #sec_index_deal.section.lower_page.login-info-box {
  padding: 35px 0 40px;
  background: #FAFCF5;
  margin: 24px auto 0;
}

@media only screen and (min-width: 769px) {
  #tokyodo-cp #sec_index_deal.section.lower_page.login-info-box {
    padding: 47px 0 81px;
    margin: 33px auto 0;
  }
}

.forcms_block:has(.login-info-box)~.forcms_block:has(#footer) #footer {
  margin: 0;
}

.login-info-box-heading {
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #007440;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .login-info-box-heading {
    padding: 0 5px 13px;
    border-bottom: 1px solid #007440;
    text-align: left;
  }
}

.login-info-box-lead {
  padding: 0;
  margin: 14px 0 0;
  letter-spacing: 0.01em;
  font-size: min(calc(14 * (100vw / 414)), 14px);
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .login-info-box-lead {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.05em;
  }
}

.login-info-box--inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto 0;
}

@media only screen and (min-width: 769px) {
  .login-info-box--inner {
    padding: 0;
    display: flex;
    gap: 100px 100px;
  }
}

.login-info-box--inner>* {
  width: 100%;
}

/* ページ見出し */
.about-header--title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #007440;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .about-header--title {
    font-size: 30px;
  }
}

.about-header--lead {
  padding: 0;
  margin: 24px 0 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: min(calc(14 * (100vw / 414)), 14px);
}

@media only screen and (min-width: 769px) {
  .about-header--lead {
    margin: 31px 0 0;
    line-height: 1.87;
    font-size: 16px;
  }
}

.about-header--note {
  padding: 0;
  margin: 10px 0 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: min(calc(12 * (100vw / 414)), 14px);
}

@media only screen and (min-width: 769px) {
  .about-header--note {
    margin: 15px 0 0;
    line-height: 1.87;
    font-size: 14px;
  }
}

/*Net CFLログインボックス*/
.member-completed--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007440;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  max-width: 134px;
  min-height: 36px;
  margin: 0 auto 0;
  font-size: 12px;
  letter-spacing: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 769px) {
  .member-completed--btn {
    max-width: 228px;
    min-height: 40px;
    font-size: 16px;
    border-radius: 6px;
    letter-spacing: 0;
  }
}

.member-completed--login-box {
  width: 100%;
  max-width: 334px;
  padding: 15px 28px 20px 32px;
  margin: 15px auto 0;
  background: #007440;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .member-completed--login-box {
    padding: 40px 45px 40px;
    margin: 46px auto 0;
    max-width: 386px;
    border-radius: 17px;
  }
}

.member-completed--login-box>dl>dt {
  display: inline-block;
  font-size: 12px;
  position: relative;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 769px) {
  .member-completed--login-box>dl>dt {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.member-completed--login-box>dl>dt::before,
.member-completed--login-box>dl>dt::after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}

@media only screen and (min-width: 769px) {

  .member-completed--login-box>dl>dt::before,
  .member-completed--login-box>dl>dt::after {
    width: 20px;
  }
}

.member-completed--login-box>dl>dt::before {
  transform: translate(-100%, -50%);
  left: -5px;
}

@media only screen and (min-width: 769px) {
  .member-completed--login-box>dl>dt::before {
    left: -10px;
  }
}

.member-completed--login-box>dl>dt::after {
  transform: translate(100%, -50%);
  right: -5px;
}

@media only screen and (min-width: 769px) {
  .member-completed--login-box>dl>dt::after {
    right: -10px;
  }
}

.member-completed--login-box>dl>dd {
  margin: 24px auto 0;
}

@media only screen and (max-width: 768px) {
  .member-completed--login-box>dl>dd {
    margin: 13px auto 0;
    display: flex;
    gap: 10px min(calc(20 * (100vw / 414)), 20px);
    align-items: center;
  }
}

.member-completed--login-box>dl>dd>figure {
  width: 100%;
  max-width: 118px;
  margin: 0 auto 0;
}

@media only screen and (min-width: 769px) {
  .member-completed--login-box>dl>dd>figure {
    max-width: 204px;
  }
}

.member-completed--login-box>dl>dd>figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.member-completed--login-box>dl>dd .member-completed--btn {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .member-completed--login-box>dl>dd .member-completed--btn {
    margin: 0;
  }
}

/*初めての方へ*/
@media only screen and (max-width: 768px) {
  .member-new {
    margin: 65px auto 0;
  }
}

.member-new--link-box {
  padding: 0 25px;
  margin: 15px auto 0;
}

@media only screen and (min-width: 769px) {
  .member-new--link-box {
    padding: 0;
    margin: 36px auto 0;
  }
}

.member-new--link-item {
  margin: 0;
}

.member-new--link-item>a {
  display: block;
  padding: 8px 14px 9px;
  border: 2px solid #007440;
  border-radius: 6px;
  background: #fff;
}

@media only screen and (min-width: 769px) {
  .member-new--link-item>a {
    padding: 6px 30px 8px;
    border-radius: 5px;
    text-align: justify;
  }
}

.member-new--link-item>a>dl>dt {
  padding: 11px 0 11px;
  border-bottom: 1px solid #007440;
  color: #515151;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .member-new--link-item>a>dl>dt {
    padding: 13px 0 13px;
    font-size: 20px;
  }
}

.member-new--link-item>a>dl>dt::after {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -2px;
  background: url(/cms/img/usr/businessinfo/business/icon_arrow_green.png) no-repeat center center / contain;
  transform: translate(0, -50%);
}

.member-new--link-item>a>dl>dd {
  color: #515151;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin: 9px 0 0;
  font-weight: normal;
  line-height: 1.87;
}

@media only screen and (min-width: 769px) {
  .member-new--link-item>a>dl>dd {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.6;
  }
}

.member-new--link-item:nth-of-type(n+2) {
  margin-top: 20px;
}

/* メンバー新規登録言語セクション */
.member-new--lang {
  margin-top: 15px;
}

@media only screen and (min-width: 769px) {
  .member-new--lang {
    margin-top: 36px;
  }
}

.member-new--lang-body {}

.member-new--lang-lead {
  color: #515151;
  font-size: 10px;
  letter-spacing: 0.02em;
  font-weight: normal;
  line-height: 1.87;
}

@media only screen and (min-width: 769px) {
  .member-new--lang-lead {
    font-size: 14px;
    line-height: 1.6;
  }
}

.member-new--lang-link {
  color: #515151;
  font-size: 10px;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.87;
}

@media only screen and (min-width: 769px) {
  .member-new--lang-link {
    font-size: 14px;
    line-height: 1.6;
  }
}

.member-new--lang-link a {
  color: #515151;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 769px) {
  .member-new--lang-link a:hover {
    opacity: 0.8;
  }
}

.member-new--lang-note {
  color: #515151;
  font-size: 10px;
  letter-spacing: 0.02em;
  font-weight: normal;
  line-height: 1.87;
}

@media only screen and (min-width: 769px) {
  .member-new--lang-note {
    font-size: 14px;
    line-height: 1.6;
  }
}
