@charset "UTF-8";
/*************************************************************
キャンペーン枠CSS
*************************************************************/
.co_ot9_entryCard_entryCmpOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 751px) {
  .co_ot9_entryCard_entryCmpOuter {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

.co_ot9_entryCard_entryCmpWrapper {
  width: 100%;
  height: auto;
  display: block;
  background-color: #f6f6e4;
  border-radius: 20px;
  padding: 24px 30px 30px 30px;
}

.co_ot9_entryCard_entryCmpInner + .co_ot9_entryCard_entryCmpInner {
  margin-top: 40px;
}
@media only screen and (min-width: 751px) {
  .co_ot9_entryCard_entryCmpInner + .co_ot9_entryCard_entryCmpInner {
    margin-top: 60px;
  }
}

.co_ot9_entryCard_entryCmpTtlOuter {
  width: 100%;
  height: auto;
  display: block;
}

.co_ot9_entryCard_entryCmpTtl {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.co_ot9_entryCard_entryCmpTtl span.co_ot9_entryCard_entryCmpTtl-header {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #f43822;
  font-weight: bold;
}
.co_ot9_entryCard_entryCmpTtl span.co_ot9_entryCard_entryCmpTtl-header::before {
  content: "＼";
}
.co_ot9_entryCard_entryCmpTtl span.co_ot9_entryCard_entryCmpTtl-header::after {
  content: "／";
}
.co_ot9_entryCard_entryCmpTtl span.co_ot9_entryCard_entryCmpTtl-text {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.co_ot9_entryCard_entryCmpTtl span.co_ot9_entryCard_entryCmpTtl-text strong {
  color: #f43822;
}

.co_ot9_entryCard_entryCmpEndText {
  width: fit-content;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: center;
  background-color: #202020;
  color: #ffffff;
  border-radius: 2px;
}
@media only screen and (min-width: 751px) {
  .co_ot9_entryCard_entryCmpEndText {
    font-size: 1.6rem;
  }
}

.co_ot9_entryCard_entryCmpBtnOuter {
  margin-top: 15px;
}

/*************************************************************
お申込みボタンの装飾
*************************************************************/
.co_entryBtnOuter a.c-button__inner span.entryWeb {
  position: relative;
}
.co_entryBtnOuter a.c-button__inner span.entryWeb::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 18px;
  top: 2px;
  bottom: 0;
  left: 14px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  background: url(/otona/common2026/img/icon_entry_web.png) no-repeat left center;
  background-size: 23px 18px;
}
.co_entryBtnOuter a.c-button__inner span.entryPost {
  position: relative;
}
.co_entryBtnOuter a.c-button__inner span.entryPost::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 18px;
  top: 2px;
  bottom: 0;
  left: 13px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  background: url(/otona/common2026/img/icon_entry_post.png) no-repeat left center;
  background-size: 23px 18px;
}
.co_entryBtnOuter a.c-button__inner span.entryByu {
  position: relative;
}
.co_entryBtnOuter a.c-button__inner span.entryByu::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 18px;
  top: 2px;
  bottom: 0;
  left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  background: url(/otona/common2026/img/icon_entry_byu.png) no-repeat left center;
  background-size: 23px 18px;
}

/*----------
	インターネットでお申込み用CSS
----------*/
/*お申込み方法は3種類 */
.entrySub_stepListOuter {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_stepListWrapper {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_stepList {
  width: 100%;
  height: auto;
  display: block;
  counter-reset: listnumber;
}
@media only screen and (min-width: 751px) {
  .entrySub_stepList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 30px), 1fr));
    gap: 0 30px;
  }
}

.entrySub_stepListItem {
  width: 100%;
  height: auto;
  display: block;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 30px 10px 30px;
  border: 1px solid #008803;
  border-radius: 3px;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .entrySub_stepListItem {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 30px;
  }
}
.entrySub_stepListItem::before {
  counter-increment: listnumber;
  content: counter(listnumber);
  position: absolute;
  width: 1.5em;
  height: 100%;
  line-height: 1;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #008803;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (min-width: 751px) {
  .entrySub_stepListItem::before {
    font-size: 2rem;
  }
}
.entrySub_stepListItem:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (min-width: 751px) {
  .entrySub_stepListItem:not(:first-of-type) {
    margin-top: 0;
  }
}
.entrySub_stepListItem:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: calc(100% + 7px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #008803 transparent transparent transparent;
}
@media only screen and (min-width: 751px) {
  .entrySub_stepListItem:not(:last-of-type)::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: calc(100% + 9px);
    right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #008803;
  }
}

.entrySub_stepListLeadOuter {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 751px) {
  .entrySub_stepListLeadOuter {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

.entrySub_stepListAttentionOuter {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 751px) {
  .entrySub_stepListAttentionOuter {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

.entrySub_stepListAttentionList {
  font-size: 1.2rem;
}

/*お申込みボタン */
.entrySub_btnMiddleOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}

.entrySub_btnMiddleWrapper {
  width: 100%;
  height: auto;
  display: block;
  background-color: #e4fbea;
  padding: 25px 30px 30px 30px;
  border-radius: 20px;
}
@media only screen and (min-width: 751px) {
  .entrySub_btnMiddleWrapper {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

.entrySub_btnMiddleLeadText {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .entrySub_btnMiddleLeadText {
    font-size: 1.8rem;
  }
}

.entrySub_btnZipangOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 751px) {
  .entrySub_btnZipangOuter {
    margin-top: 30px;
  }
}

.entrySub_btnZipangWrapper {
  width: 100%;
  height: auto;
  display: block;
  background-color: #dfedf9;
  padding: 25px 30px 30px 30px;
  border-radius: 20px;
}
@media only screen and (min-width: 751px) {
  .entrySub_btnZipangWrapper {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

.entrySub_btnZipangLeadText {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .entrySub_btnZipangLeadText {
    font-size: 1.8rem;
  }
}

.entrySub_btnCardApplyBtnOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

/*ステップ詳細 */
.entrySub_detailOuter {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_detailListOuter {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_detailList {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_detailListItem {
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px solid var(--color-theme-main);
}
.entrySub_detailListItem:not(:first-of-type) {
  margin-top: 40px;
}
.entrySub_detailListItem:last-of-type {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-theme-main);
}

.entrySub_detailListLeadAttentionList {
  font-size: 1.2rem;
  margin-top: 10px;
}

.entrySub_detailListLeadOuter {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 751px) {
  .entrySub_detailListLeadOuter {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.entrySub_detailListLeadTextOuter {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_detailListLeadText:not(:first-of-type) {
  margin-top: 1em;
}
.entrySub_detailListLeadText.attention {
  color: #ff0000;
  font-weight: bold;
}

.entrySub_detailListRequiredDocList {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_detailListRequiredDocTerm {
  width: fit-content;
  height: auto;
  display: block;
  margin-bottom: 15px;
  padding: 8px 2em;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
}

.entrySub_detailListRequiredDocDesc {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.entrySub_detailListRequiredDocDesc:not(:first-of-type) {
  margin-top: 0.4em;
}
.entrySub_detailListRequiredDocDesc::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  top: 0.65em;
  left: 8px;
  border-radius: 2px;
  background-color: var(--color-text);
}

.entrySub_detailListAccOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}

.entrySub_detailListAccList {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_detailListAccListItem {
  width: 100%;
  height: auto;
  display: block;
}

/*カード・会員証・会員手帳の受取 */
.entrySub_detailRecieveList {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_detailRecieveListItem {
  width: 100%;
  height: auto;
  display: block;
}
.entrySub_detailRecieveListItem:not(:first-of-type) {
  margin-top: 50px;
}

.entrySub_detailRecieveListTtlOuter {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_detailRecieveListTtl {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 751px) {
  .entrySub_detailRecieveListTtl {
    font-size: 1.8rem;
  }
}

.entrySub_detailRecieveListTtlAttentionList {
  font-size: 1.2rem;
  margin-top: 30px;
}
.c-heading-lv4 + .entrySub_detailRecieveListTtlAttentionList {
  margin-top: 5px;
}

.entrySub_detailRecieveListContensOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 751px) {
  .entrySub_detailRecieveListContensOuter {
    padding-left: 30px;
  }
}

.entrySub_detailRecieveListContensList {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 751px) {
  .entrySub_detailRecieveListContensList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.3333% - 30px), 1fr));
  }
}

.entrySub_detailRecieveListContensImgOuter {
  width: 100%;
  height: auto;
  display: block;
}

.entrySub_detailRecieveListContensImg {
  display: block;
  line-height: 1;
}

.entrySub_detailRecieveListContensImgCaption {
  font-size: 1.2rem;
  margin-top: 0.5em;
}
@media only screen and (min-width: 751px) {
  .entrySub_detailRecieveListContensImgCaption {
    font-size: 1.4rem;
    text-align: center;
  }
}

/*インターネット以外のご入会方法 */
.entrySub_otherEntryListItem:not(:first-of-type) {
  margin-top: 30px;
}
.entrySub_otherEntryListItem:has(.co_ot9_entryCard_entryCmpOuter) + .entrySub_otherEntryListItem {
  margin-top: 60px;
}