a.btn3 {
  font-size: 2.4rem;
  position: relative;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  a.btn3 {
    font-size: 1.8rem;
    padding: 15px 10px;
    width: 90%;
  }
}
a.btn3::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.fanclub {
  padding: 112px 60px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fanclub {
    padding: 30px 0 0;
  }
  .fanclub section {
    width: 90%;
    margin: 60px auto 0;
  }
  .fanclub section:first-child {
    margin-top: 0px;
  }
}
.fanclub a img {
  transition: opacity 0.2s ease;
}
.fanclub a:hover img {
  opacity: 0.7;
}

.benefits .contentsTitle {
  padding-top: 90px;
}
.benefits .contentsTitle:first-child {
  padding-top: 0;
}
.benefits .contentsTitle.ben02 {
  color: #c31822;
}
@media only screen and (max-width: 768px) {
  .benefits .contentsTitle {
    font-size: 2.5rem;
    padding-top: 40px;
  }
}
.benefits h4.contentsTitle {
  padding-top: 50px;
}
.benefits .leadtext {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .benefits .leadtext {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.benefits .point {
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  margin-top: 40px;
}
.benefits .point i {
  padding: 3px 0;
}
.benefits__list {
  margin-top: 50px;
}
.benefits__list.col2 {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.benefits__list.col2 .benefits__item {
  width: 48%;
  border: 3px solid #003087;
}
@media only screen and (max-width: 768px) {
  .benefits__list.col2 .benefits__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.benefits__list.col3 {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.benefits__list.col3 .benefits__item {
  width: 32%;
  border: 3px solid #c31822;
}
.benefits__list.col3 .benefits__item h4.benefits__title {
  background: #c30d23;
}
@media only screen and (max-width: 768px) {
  .benefits__list.col3 .benefits__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.benefits__list h4.benefits__title {
  background: #1b3186;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .benefits__list h4.benefits__title {
    padding: 8px 0;
    font-size: 2rem;
  }
}
.benefits__list .benefits_exp {
  padding: 20px 30px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .benefits__list .benefits_exp {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .benefits__list {
    margin-top: 20px;
  }
}

.course {
  margin-top: 100px;
}
.course__block {
  width: 850px;
  text-align: center;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .course__block {
    width: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .course__block img {
    width: 100%;
  }
}
.course__block .course_btn {
  background: #1b3185;
  padding: 20px 0;
  margin: 1px auto 20px;
}
.course__block .course_btn .btn3 {
  width: 60%;
  border: #fff;
  background: #fff;
  color: #003087;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .course__block .course_btn .btn3 {
    width: 80%;
  }
}
.course .course_btn_pdf {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .course .course_btn_pdf {
    width: auto;
  }
}

.howtoApp {
  margin-top: 100px;
}
.howtoApp__img {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .howtoApp__img {
    margin-top: 20px;
  }
  .howtoApp__img img {
    width: 100%;
  }
}
.howtoApp__lead {
  margin-top: 50px;
}
.howtoApp__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 50px auto 0;
  width: 750px;
}
@media only screen and (max-width: 768px) {
  .howtoApp__list {
    margin-top: 20px;
    width: auto;
  }
}
.howtoApp__item {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .howtoApp__item {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.howtoApp__item a {
  display: block;
  border: #003087 3px solid;
  background: #003087;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.howtoApp__item a:hover {
  opacity: 0.7;
}
.howtoApp__item a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .howtoApp__item a {
    font-size: 1.8rem;
  }
}

.inquiry {
  padding-top: 110px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .inquiry {
    padding: 0 0 50px;
  }
}
.inquiry__inner {
  background: #f5f5f5;
  width: 820px;
  margin: 60px auto 0;
  text-align: center;
  padding: 45px;
}
@media only screen and (max-width: 768px) {
  .inquiry__inner {
    margin-top: 30px;
    width: 100%;
    padding: 20px;
  }
}
.inquiry__title {
  font-size: 2rem;
  font-weight: 700;
}
.inquiry__title.second {
  margin-top: 40px;
}
.inquiry__tel {
  font-size: 1.6rem;
  margin-top: 20px;
}
.inquiry__tel a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .inquiry__tel a {
    text-decoration: underline;
    pointer-events: auto;
  }
}
.inquiry__note li {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .inquiry__note li {
    font-size: 1.6rem;
  }
}
.inquiry__note li:first-of-type {
  margin-top: 40px;
}

.member .accordion__item {
  border: none;
}
.member .accordion__list {
  margin-top: 0;
}
.member .accordion ul > li > a:hover {
  opacity: 0.7;
}
.member .accordion ul > li > a.toggle {
  background-size: 110px;
  text-align: left;
  padding: 40px 40px 40px 180px;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .member .accordion ul > li > a.toggle {
    padding: 10px 40px 10px 80px;
    font-size: 12px;
    line-height: 1.2;
  }
}
.member .accordion ul > li > a.toggle.mem01 {
  background: #000 url(../img/fan/logo_gold.png) no-repeat 20px;
  color: #dbb400;
}
@media only screen and (max-width: 768px) {
  .member .accordion ul > li > a.toggle.mem01 {
    background-size: 50px;
    background-position: 15px;
  }
}
.member .accordion ul > li > a.toggle.mem02 {
  background: #003087 url(../img/fan/logo_regular.png) no-repeat 20px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .member .accordion ul > li > a.toggle.mem02 {
    background-size: 50px;
    background-position: 15px;
  }
}
.member .accordion ul > li > a.toggle.mem03 {
  background: #58b431 url(../img/fan/logo_group.png) no-repeat 20px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .member .accordion ul > li > a.toggle.mem03 {
    background-size: 50px;
    background-position: 15px;
  }
}
.member .accordion ul > li > a.toggle.mem04 {
  background: #f29000 url(../img/fan/logo_junior.png) no-repeat 20px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .member .accordion ul > li > a.toggle.mem04 {
    background-size: 50px;
    background-position: 15px;
  }
}
.member .accordion ul > li > a.toggle h3 {
  line-height: 1;
  font-size: 42px;
}
@media only screen and (max-width: 768px) {
  .member .accordion ul > li > a.toggle h3 {
    font-size: 22px;
    font-weight: 800;
    padding: 5px 0;
  }
}
.member .accordion ul > li > a.toggle h3 span {
  font-size: 1.4rem;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .member .accordion ul > li > a.toggle h3 span {
    display: block;
    padding: 0;
    margin-top: 5px;
    line-height: 1.2;
  }
}
.member .accordion li .accordion__icon {
  width: 40px;
}
@media only screen and (max-width: 768px) {
  .member .accordion li .accordion__icon {
    width: 20px;
  }
}
.member .accordion li .accordion__icon span {
  background-color: #fff;
}

.member .price {
  width: 300px;
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
  font-size: 2.4rem;
  margin: 20px auto 50px;
}
@media only screen and (max-width: 768px) {
  .member .price {
    margin: 10px auto 20px;
  }
}
.member .join__list {
  display: flex;
  flex-wrap: wrap;
}
.member .join__list .join__item {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .member .join__list .join__item {
    margin-bottom: 0;
  }
}
.member .join__list .join__item .item__list {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0 50px;
}
@media only screen and (max-width: 768px) {
  .member .join__list .join__item .item__list {
    align-items: normal;
    margin: 30px 0 0;
  }
}
.member .join__list .join__item .item__list li {
  width: 23%;
  margin: 0 1%;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .member .join__list .join__item .item__list li {
    width: 48%;
    margin: 0 1% 3%;
  }
}
.member .join__list .join__item .item__list li span {
  display: block;
}
.member .join__list .join__item .item__list li .ph {
  border: 1px solid #e2e2e2;
  height: 180px;
}
@media only screen and (max-width: 768px) {
  .member .join__list .join__item .item__list li .ph {
    height: auto;
  }
  .member .join__list .join__item .item__list li .ph img {
    width: 80%;
  }
}
.member .join__list .join__item .item__list li .txt {
  margin-top: 10px;
  color: #133086;
}
@media only screen and (max-width: 768px) {
  .member .join__list .join__item .item__list li .txt {
    font-size: 12px;
    line-height: 1.2;
  }
}
.member .join__list .other__item {
  width: 43%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .member .join__list .other__item {
    width: 90%;
    margin: 40px auto 0;
  }
}
.member .join__list .other__item ol {
  margin-top: 20px;
  list-style: decimal;
  font-size: 1.8rem;
}
.member .join__list .att1 {
  font-size: 1.4rem;
  display: block;
  color: #cc0a0a;
}
.member .join__list .att2 {
  font-size: 1.4rem;
  display: block;
}
.member .join__list h4 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.member .mem01 h4 {
  color: #dbb300;
}
.member .mem02 h4 {
  color: #133086;
}
.member .mem03 h4 {
  color: #58b431;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .member .mem03 h4 {
    margin-top: 0;
  }
}
.member .mem03 .price {
  margin-bottom: 0;
}
.member .mem03 .join__list .join__item {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .member .mem03 .join__list .join__item {
    margin-top: 40px;
  }
}
.member .mem03 .lead {
  margin-top: 30px;
}
.member .mem03 .about {
  font-size: 2rem;
  margin: 10px 0;
}
.member .mem03 .other__item {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .member .mem03 .other__item {
    width: auto;
  }
}
.member .mem04 {
  border-bottom: 1px solid #ccc;
}
.member .mem04 h4 {
  color: #f29000;
}
.member .mem04 ul.item__list li:first-child {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .member .mem04 ul.item__list li:first-child {
    width: 48%;
  }
}
.member .mem04 .join__list .join__item .item__list li .ph {
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member .benefits__btn {
  width: 80%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .member .benefits__btn {
    width: auto;
  }
}
.member .accordion:last-child {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .member .accordion:last-child {
    margin-bottom: 0;
  }
}

.citySelect {
  background: #e5e5e5;
  padding: 70px;
}
@media only screen and (max-width: 768px) {
  .citySelect {
    padding: 30px 20px;
  }
}
.citySelect__text {
  color: #003087;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .citySelect__text {
    text-align: left;
  }
}
.citySelect__select {
  overflow: hidden;
  width: 330px;
  margin: 50px auto 0;
  text-align: center;
  position: relative;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .citySelect__select {
    width: 100%;
    margin-top: 25px;
  }
}
.citySelect__select::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  content: "";
  background: #003087;
  pointer-events: none;
}
.citySelect__select::after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-45%);
  color: #fff;
}
.citySelect__select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 40px 10px 15px;
  color: #3e3e3e;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .citySelect__select select {
    text-indent: 0;
    font-size: 16px;
  }
}
.citySelect__select select::-ms-expand {
  display: none;
}

.supportshop__outer {
  padding-left: 50px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .supportshop__outer {
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
.supportshop__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .supportshop__list {
    display: block;
  }
}
.supportshop__item {
  width: calc(50% - 25px);
  padding-right: 50px;
  padding-top: 75px;
}
@media only screen and (max-width: 768px) {
  .supportshop__item {
    width: 100%;
    padding-right: 20px;
    padding-top: 30px;
  }
}
.supportshop__item a {
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.supportshop__item a:hover {
  opacity: 0.7;
}
.supportshop__img {
  text-align: center;
}
.supportshop__img img {
  max-width: 100%;
  height: auto;
}
.supportshop__name {
  font-size: 2.4rem;
  color: #003087;
  border-bottom: #003087 2px solid;
  padding: 10px 0 5px;
}
@media only screen and (max-width: 768px) {
  .supportshop__name {
    padding: 10px 0 2px;
  }
}
.supportshop__text {
  font-size: 1.8rem;
  color: #000;
  padding: 25px 0;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .supportshop__text {
    padding: 10px 0;
  }
}
.supportshop__address {
  font-size: 1.6rem;
  color: #000;
  padding: 10px;
  background: #f2f2f2;
}
@media only screen and (max-width: 768px) {
  .supportshop__address {
    padding: 5px;
  }
}
.supportshop__note {
  font-size: 2.1rem;
  color: #000;
  padding: 25px 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .supportshop__note {
    padding: 10px 0;
  }
}

/*# sourceMappingURL=fan.css.map */
