/*FAQ
*************************/
summary {
  display: block;
}
details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  cursor: pointer;
}
.faq_wrapper summary {
  margin-bottom: 0.3em;
  padding: .4em 16px .4em 0;
  font-size: 100%;
  border-bottom: solid 1.5px gray;
}
.faq_wrapper {
    word-break: break-all;
}
.faq_wrapper a {
  line-height: 1.4;
  font-weight: 500;
  color: var(--gray4)!important;
  transition: 0.3s;
  text-decoration: underline!important;
}
.faq_wrapper a:hover {
  opacity: 0.7;
  text-decoration: none!important;
}
.faq_answer {
  background-color: #efefef;
  padding: 0.5em 1em;
  margin-bottom: .5em;
}
.faq_wrapper h3 {
  margin-top: .5em;
  margin-bottom: 0;
}
.faq_menu li {
  display: inline-block;
}


/*入会導線・マイページ
*************************/
.btnEntryGroup a {
  color: #fff !important;
}
.mypage_block {
  color: #fff !important;
}
.mypage_block:link, .mypage_block:visited {
  ccolor: #fff !important;
}
.mypage_block:hover, .mypage_block:active {
  color: #b3b3b3 !important;
}

@media (min-width: 768px) {
  .mypage_block {
    width: 46%;
  }
  .btnEntryGroup a {
    min-width: 50%;
  }
}


/*外部送信ポリシー
*************************/
.cptable2 a{
    display:block;
}