@charset "utf-8";
  #fanclub .page-head{
    line-height: 1.6em;
    margin-bottom: 2em;
  }
  #fanclub .page-head p{
    font-weight: bold;
  }
  #fanclub .page-body{
    font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    text-align: justify;
  }
  #fanclub p{
    line-height: 1.6em;
    margin: 1em 0;
  }
  #fanclub li, #fanclub dl{
    line-height: 1.6em;
  }
  #fanclub ol li{
    padding-left: 1em;
    text-indent: -1em;
  }
  #fanclub h2{
    font-size: 140%;
    margin-bottom: 1em;
    line-height: 1.4em;
  }
  #fanclub h2 span{
    text-indent: -0.6em;
    display: inline-block;
    line-height: 1.2em;
    border-bottom: 1px solid var(--textColor);
  }
  #fanclub h3{
    line-height: 1.8em;
    margin: 2em 0 1em;
    border-bottom: none;
    border-left: 8px solid var(--textColor);
    padding-left: 0.5em;
    font-size: 120%;

  }
  #fanclub .images{
    overflow: hidden;
    max-width: 1080px;
  }
  #fanclub .images .image{
    width: 66.6%;
    box-sizing: border-box;
    padding: 10px 0;
    float: left;
  }
  #fanclub .images .image.ima-b{
    width: 33.33%;
  }
  #fanclub .subSec{
    margin: 50px auto 30px;
  }
  #fanclub p.note{
    font-size: 90%;
  }
  #fanclub .subSec.howto dd{
    padding-left: 1em;
    margin-bottom: 1em;
  }
  #fanclub .subSec .app-btn{
    display: inline-block;
    margin: 1em 0;
    padding: 0.8em 0.5em;
    width: 135px;
    text-align: center; 
    border: 1px solid var(--textColor);
    text-decoration: none;
    font-size: 95%;
    transition: .3s;
    -webkit-transition: .3s;
    font-weight: bold;
    border-radius: 5px;
  }
  #fanclub .subSec .app-btn:hover{
    background: var(--textColor);
    color: var(--bgColor);
    border: 1px solid var(--textColor);

  }
  #fanclub .subSec .app-links a{
    display: inline-block;
    width: 135px;
    margin: 10px 5px 10px 0;
  }
  #fanclub .subSec.faq dl{
    display: none;
  }
  #fanclub .subSec.faq h4{
    cursor: pointer;
    font-weight: bold;
    margin: 2em 0 0.05em;
    padding: 1em 0.5em;
    border-top: 1px solid var(--textColor);
    border-bottom: 1px solid var(--textColor);
    font-size: 100%;
    letter-spacing: 0.1em;
    position: relative;
    padding-right: 50px;
  } 
  #fanclub .subSec.faq h4:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -9px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--textColor);
    border-bottom: 2px solid var(--textColor);
    transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    transition: .3s;
    -webkit-transition: .3s;
  }
  #fanclub .subSec.faq h4.open:after{
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin-top: -3px;
  }
  #fanclub .faq dt{
    border-top: 1px solid var(--textColor);
    padding-top: 1em;
    line-height: 1.6em;
    font-weight: bold;
  }
  #fanclub .faq dt:first-child{
    border-top: none;
  }
  #fanclub .faq dd{
    margin-bottom: 1.4em;
    font-size: 13px;
    line-height: 1.8em;
    padding-left: 2.4em;
    text-indent: -1.2em;
  }
  #fanclub .faq dd a{
    word-break: break-all;
  }
@media (max-width: 640px){
  #fanclub h2 {
    font-size: 16px;
  }
  #fanclub h2 span{
    margin: 0;
  }
  #fanclub p{
    font-size: 12.5px;
  }
  #fanclub h3{
    font-size: 14px;
    line-height: 1.5em;
    border-left-width: 4px;
    padding-left: 0.4em;
  }
  #fanclub .images .image{
    width: 100%;
  }
  #fanclub .images .image.ima-b{
    width: 50%;
    float: none;
    margin: 0 auto;
  }
  #fanclub li, #fanclub dl{
    font-size: 12.5px;
  }
  #fanclub li{
    padding-left: 1em;
    text-indent: -1em;
    margin: 0.5em 0;
  }
  #fanclub .subSec.faq h4{
    font-size: 13px;
    padding-right: 30px;
  }
  #fanclub .subSec.faq h4:after{
    right: 10px;
    width: 8px;
    height: 8px;
  }
  #fanclub .faq dd{
    font-size: 12px;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}