@charset "UTF-8";
body {
  margin: 0;
}
img {
  width: 100%;
}
.mb30{
  margin-bottom: 30px;
}
a.link{
  color: #0076CD;
}
a.link:hover{
  text-decoration: underline;
}
/*
 *  utility
 * ------------------------------------------------------------------- */
 /* disc */
ul.disc li {
  position: relative;
  padding-left: 1.3em;
}
ul.disc li + li {
  margin-top: .3em;
}
ul.disc li::before {
  content: "";
  position: absolute;
  width: .3em;
  height: .3em;
  background: #666;
  border-radius: 50%;
  left: .4em;
  top: .5em;
}
.txt-center{ text-align: center; }
.hide{ display: none; }
.flex{ display: flex; } 
.flex.center{ justify-content: center; text-align:center;  }
.note li{ text-indent: -1em; padding-left: 1em; font-size: 12px; word-break: break-all; line-height: 1.2; margin-bottom: .5em; }
@media screen and (max-width:600px) {
  .flex{ flex-direction: column; }
  .flex.sp-center{ justify-content: center; text-align:center;  }
}
.marker { background: linear-gradient(transparent 50%, #FCEE21 50%); }

/*よくある質問*/
.faq_block{
  width: 100%;
  max-width: 91rem;
  margin: 0 auto .5em;
  background-color: #F5F5F5;
  padding: 1em;
}
.q_block{
  cursor: pointer;
  position: relative;
}
.q_block, .a_block > div{
  display: flex;
}
.q_block span, .a_block > div .txt{
  flex: 1;
  line-height: 1.6;
}
.q_block span, .a_block > div .txt ul{
  margin-right: 1em;
}
.a_block > div .txt p{
  margin-top: 1rem;
}
.q_block span.icon, .a_block span.icon{
  margin-right: .8rem;
  flex: none;
  padding-top: 0;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.a_block span.icon{
  background-color: #0076CD;
}
.a_block{
  display: none;
  border-top: dashed 1px #D3D3D3;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.a_block span a{
  text-decoration: underline;
}
.a_block.active{
  display: block;
}
.faq_block .q_block::before ,
.faq_block .q_block::after {
  content: "";
  position: absolute;
  display: block;
  background: #333;
  transition: 0.3s;
}
.faq_block .q_block::before {
  top: 50%;
  right: 10px;
  width: 18px;
  height: 1px;
  transform: translate(50%, -50%);
}
.faq_block .q_block::after {
  top: 50%;
  right: 10px;
  width: 1px;
  height: 18px;
  transform: translate(50%, -50%);
}
.faq_block .q_block.active::after {
  transform: translateX(40%) translateY(-50%) rotate(90deg);
}
@media screen and (max-width:600px) {
  .faq_block{
    width: 100%;
    max-width: 91rem;
    margin: 0 auto .5em;
    background-color: #F5F5F5;
    border-radius: 0;
    padding: 1em 1em 1em 1em;
    font-size: 14px;
  }
}

/* フォントサイズ */
.fsize10 { font-size: 10px !important; }
.fsize12 { font-size: 12px !important; }
.fsize14 { font-size: 14px !important; }
.fsize16 { font-size: 16px !important; }
.fsize18 { font-size: 18px !important; }
.fsize21 { font-size: 21px !important; }
.fsize24 { font-size: 24px !important; }
.fsize28 { font-size: 28px !important; }
.fsize32 { font-size: 32px !important; }
.fsize36 { font-size: 36px !important; }
.fsize40 { font-size: 40px !important; }
.fsize44 { font-size: 44px !important; }
.fsize48 { font-size: 48px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb1em { margin-bottom: 1.2em !important; }
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt1em { margin-top: 1.2em !important; }

/* SPサイズ */
@media screen and (max-width:600px) {
.sp-fsize10 { font-size: 10px !important; }
.sp-fsize12 { font-size: 12px !important; }
.sp-fsize14 { font-size: 14px !important; }
.sp-fsize16 { font-size: 16px !important; }
.sp-fsize18 { font-size: 18px !important; }
.sp-fsize21 { font-size: 21px !important; }
.sp-fsize24 { font-size: 24px !important; }
.sp-fsize28 { font-size: 28px !important; }
.sp-fsize32 { font-size: 32px !important; }
.sp-fsize36 { font-size: 36px !important; }
.sp-fsize40 { font-size: 40px !important; }
.sp-fsize44 { font-size: 44px !important; }
.sp-fsize48 { font-size: 48px !important; }

.sp-mb0 { margin-bottom: 0 !important; }
.sp-mb10 { margin-bottom: 10px !important; }
.sp-mb15 { margin-bottom: 15px !important; }
.sp-mb20 { margin-bottom: 20px !important; }
.sp-mb30 { margin-bottom: 30px !important; }
.sp-mb40 { margin-bottom: 40px !important; }
.sp-mb50 { margin-bottom: 50px !important; }
.sp-mb60 { margin-bottom: 60px !important; }
.sp-mb70 { margin-bottom: 70px !important; }
.sp-mb80 { margin-bottom: 80px !important; }
.sp-mt0 { margin-top: 0 !important; }
.sp-mt10 { margin-top: 10px !important; }
.sp-mt20 { margin-top: 20px !important; }
.sp-mt30 { margin-top: 30px !important; }
.sp-mt40 { margin-top: 40px !important; }
.sp-mt50 { margin-top: 50px !important; }
.sp-mt60 { margin-top: 60px !important; }
.sp-mt70 { margin-top: 70px !important; }
.sp-mt80 { margin-top: 80px !important; }
}

/* display */
.sp_only {
  display: none;
}
.tab_only {
  display: none;
}
.pc_only {
  display: block;
}
.bold{
  font-weight: bold;
}
/**************************************
コンテンツ
**************************************/

/*=========================
// 1290px以下
// =======================*/

@media only screen and (max-width: 1290px) {

}

@media only screen and (max-width: 1132px) {

}

/*=========================
// 930px以下
// =======================*/

@media only screen and (max-width: 930px) {
  .tab_only{
    display: block;
  }
}

@media only screen and (max-width: 920px) {
  
}


@media only screen and (max-width: 890px) {
  .lineup h5 span {
    font-size: 12px;
    right: 1%;
  }
}

/*=========================
// 825px以下
// =======================*/

@media only screen and (max-width: 825px) {
  
}

/*=========================
// 768px以上
// =======================*/

@media only screen and (min-width: 768px) {

}

/*=========================
// 767px以下
// =======================*/
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .tab_only {
    display: none;
  }
  .pc_only {
    display: none;
  }

}

@media only screen and (max-width: 650px) {
  
}

@media only screen and (max-width: 620px) {
  
}

@media screen and (max-width: 559px) {
  

}

@media screen and (max-width: 559px) {
  
}

@media only screen and (max-width: 500px) {
  
}
@media only screen and (max-width: 455px) {
  
}

@media only screen and (max-width: 450px) {

}

@media only screen and (max-width: 380px) {

}

@media only screen and (max-width: 350px) {

}

