/* CSS Document */

/* ============
  foundation 
============ */
/*初期設定CSS*/
#trainarPageCont, #trainarPageOpt{
  font:400 14px/1.6 "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  letter-spacing:.1em;
}
@media print{
  #trainarPageCont, #trainarPageOpt{
    font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif
  }
}
[v-cloak]{
  display: none;
}

/*既存CSS対応*/
#trainarPageCont *, #trainarPageOpt *{
  letter-spacing:inherit;
}
.relatedTraining{
  margin-bottom: 0;
}
/* ============
  component 
============ */
/* グリッド */
.c_grid{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.c_grid__item{
  display: flex;
}
.c_grid__inner{
  display: block;
  width: 100%;
}

/* ボタン */
.c_btn{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  line-height: 1;
}
.c_btn::before{
  content: "";
  display: block;
  width: 0;
  height: 1em;
}
.c_btn__target{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
  color: inherit;
  transition: .3s all;
}
.c_btn__inner{}

/* アイコン */
.c_hasIco{
  position: relative;
  display: block;
}
.c_hasIco > .c_hasIco__item,
.c_hasIco::before,
.c_hasIco::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.c_hasIco > .c_hasIco__item,
.c_hasIco::before{
  left: 0;
}
.c_hasIco::after{
  right: 0;
}
.c_hasIco--top > .c_hasIco__item,
.c_hasIco--top::before,
.c_hasIco--top::after{
  top: 0;
  transform: none;
}

/* ============
  project 
============ */
/*節*/
.p_sec{}
.p_sec--xl{}
.p_sec--lg{}
.p_sec--md{}
.p_sec__item{}
.p_sec--xl > .p_sec__item + .p_sec__item{
  margin-top: 64px;
}
.p_sec--lg > .p_sec__item + .p_sec__item{
  margin-top: 40px;
}
.p_sec--md > .p_sec__item + .p_sec__item{
  margin-top: 24px;
}
.p_sec--sm > .p_sec__item + .p_sec__item{
  margin-top: 16px;
}
/*リスト*/
.p_list{}
.p_list--md{}
.p_list--sm{}
.p_list--xs{}
.p_list--hasDot{}
.p_list__item{}
.p_list--md > .p_list__item + .p_list__item{
  margin-top: 16px;
}
.p_list--sm > .p_list__item + .p_list__item{
  margin-top: 8px;
}
.p_list--xs > .p_list__item + .p_list__item{
  margin-top: 4px;
} 
.p_list--md.p_list--hasDot > .p_list__item + .p_list__item{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dotted;
}
/* グリッド */
.p_grid--hasGutterMd{
  margin: -12px;
}
.p_grid--hasGutterMd > .c_grid__item{
  padding: 12px;
}
.p_grid--hasGutterSm{
  margin: -8px;
}
.p_grid--hasGutterSm > .c_grid__item{
  padding: 8px;
}

/* ボタン */
.p_btn--card{
  width: 100%;
}
.p_btn--card::before{
  height: 3em;
}
.p_btn--card > .c_btn__target{
  width: 100%;
  padding: 0 16px;
  border: 1px solid;
  border-radius: 100px;
}
.p_btn--card > .c_btn__target:hover{
  color: #fff;
  background: #333;
}
.p_btn--card .c_btn__inner{
  width: 100%;
  text-align: center; 
}
.p_btn--link{
  width: 100%;
}
.p_btn--link::before{
  height: 3em;
}
.p_btn--link > .c_btn__target{
  width: 100%;
  padding: 0 24px;
  border: 1px solid;
  color: #333;
}
.p_btn--link > .c_btn__target:hover{
  color: #fff;
  background: #ce2e40;
  border-color: #ce2e40;
}
.p_btn--link .c_btn__inner{
  width: 100%;
}

.p_btn--heading{
  width: 100%;
}
.p_btn--heading::before{
  height: 1.8em;
}
.p_btn--heading > .c_btn__target{
  width: 100%;
  padding: 0 12px;
  border: 1px solid #1b3b6a;
  border-radius: 100px;
  color: #1b3b6a;
}
.p_btn--heading > .c_btn__target:hover{
  color: #fff;
  background: #1b3b6a;
}
.p_btn--heading .c_btn__inner{
  width: 100%;
  text-align: center; 
}

.p_btn--modalClose::before{
  height: 32px;
}
.p_btn--modalClose > .c_btn__target{
  width: 32px;
  border-radius: 100%;
  background: #333;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.p_btn--modalClose > .c_btn__target:hover{
  opacity: .7;
}

@media screen and (max-width: 599px){
  .p_btn--link > .c_btn__target{
    line-height: 1.4;
  }
}

/*見出し*/
.p_heading{}
.p_heading--primary{}
.p_heading--secondary{}
.p_heading__ttl{
  font-weight: bold;
  line-height: 1;
}
.p_heading__opt{}
.p_heading--primary{
  margin-bottom: 24px;
  padding: 12px 24px;
  background: #1b3b6a;
}
.p_heading--primary > .p_heading__ttl{
  color: #fff;
  font-size: 20px;
}

.p_heading--secondary{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 4px solid #1b3b6a;
}
.p_heading--secondary > .p_heading__ttl{
  flex: 1 1 auto;
  color: #1b3b6a;
  font-size: 20px;
}
.p_heading--secondary > .p_heading__opt{
  flex: 0 0 280px;
  font-weight: normal;
  text-align: right;
}
.p_heading--topImage{
  margin-bottom: 24px;
}
.p_heading--topImage > .p_heading__img{
  line-height: 0;
}
.p_heading--modal{
  margin-bottom: 24px;
}
.p_heading--modal > .p_heading__ttl{
  font-size: 24px;
  color: #1b3b6a;
}

@media screen and (max-width: 768px){
  .p_heading--primary > .p_heading__ttl{
    font-size: 16px;
    line-height: 1.4;
  }
  .p_heading--secondary{
    display: block;
    padding: 0;
    border: none;
  }
  .p_heading--secondary > .p_heading__ttl{
    padding-bottom: 12px;
    border-bottom: 4px solid #1b3b6a;
    font-size: 16px;
    line-height: 1.4;
  }
  .p_heading--secondary > .p_heading__opt{
    width: 280px;
    margin: 16px 0 0 auto;
  }
  .p_heading--modal > .p_heading__ttl{
    font-size: 16px;
    color: #1b3b6a;
  }
}
/*アイコン*/
.p_hasIco--heading{
  padding: 2px 0 2px 36px;
}
.p_hasIco--asterisk{
  padding-left: 1em;
}
.p_hasIco--asterisk::before{
  content: "※";
  top: 3px;
}
.p_hasIco--link{
  padding-right: 16px;
}
.p_hasIco--link::after{
  content: "\f105";
  font: 20px / 1 FontAwesome;
}

@media screen and (max-width: 599px){
  .p_hasIco--heading{
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

/* カード */
.p_card{
  display: flex;
  padding: 0 16px 16px;
  border: 1px solid;
}
.p_card__inner{
  width: 100%;
  position: relative;
}

.p_card__head{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -16px
}
.p_card__id{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 12px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
}
.p_card__trade{
  display: flex;
  align-items: center;
  font-weight: bold;
}
.p_card__id + .p_card__trade{
  padding-left: 16px;
}
.p_card__head--colorTheme{
  background: #efedea;
}
.p_card__head--colorTheme .p_card__id{
  background: #1b3b6a;
  color: #fff;
}
.p_card__body{
  padding: 24px 0 56px;
}
.p_card__msg{}
.p_card__msg:first-letter{
  font-size: 1.5em;
  line-height: 100%;
}
.p_card__msg--colorAccent:first-letter{
  color: #ce2e40;
}
.p_card__btn{
  position: absolute;
  bottom: 0;
  left: 0;
}
.p_card--new{
  position: relative;
}
.p_card--new::before{
  content: "NEW";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
  padding: 4px;
  color: #1b3b6a;
  font: bold 12px / 1 Montserrat, sans-serif;
  background: #ffd72e;
  transform: translateY(-50%);
}

/* トップ用カード */
.p_topCard{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 12px;
  border: 2px solid #ccc;
  color: inherit;
}
.p_topCard:hover{
  opacity: .7;
}
.p_topCard::before{
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  font: bold 24px / 1 FontAwesome;
  transform: translateY(-50%);
}
.p_topCard__img{
  flex: 0 0 80px;
  line-height: 0;
}
.p_topCard__body{
  flex: 1 1 auto;
  padding: 8px 12px;
}
.p_topCard__logo{
  margin-bottom: 4px;
  color: #777;
  font: bold 12px / 1 Montserrat, sans-serif;
}
.p_topCard__logo--colorAccent{}
.p_topCard__logo--colorAccent:first-letter{
  color: #ce2e40;
}
.p_topCard__ttl{
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}


/* ページネーション */
.p_pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -8px;
}
.p_pagination__body{
  display: flex;
  margin: 0 -4px;
  padding: 0 8px;
}
.p_pagination__feed{
  padding: 0 8px;
}
.p_pagination__item{
  padding: 0 4px;
}
.p_pagination__num{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid;
  line-height: 1;
}
.p_pagination__arrow{
  display: block;
  width: 0;
  height: 24px;
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
  overflow: hidden;
}
.p_pagination__arrow:hover{
  opacity: .7;
}
.p_pagination__arrow.is_unactive{
  opacity: .2;
}
.p_pagination__arrow--prev{
  border-right: 12px solid #b4b4b5;
}
.p_pagination__arrow--next{
  border-left: 12px solid #b4b4b5;
}
.p_pagination__body--colorTheme{}
.p_pagination__body--colorTheme .p_pagination__num{
  border-color: #1b3b6a;
  color: #1b3b6a;
}
.p_pagination__body--colorTheme .p_pagination__num:hover,
.p_pagination__body--colorTheme .p_pagination__num.is_current{
  background: #1b3b6a;
  color: #fff;
}

/* ページ情報（更新日、件数など）*/
.p_pageInfo{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.p_pageInfo__item{
  line-height: 1;
}
.p_pageInfo__item + .p_pageInfo__item{
  padding-left: 16px;
}

/* カテゴリーラベル */
.p_catLabel{
  padding: 24px 40px;
  border: 1px solid;
  line-height: 1;
  color: inherit;
  font-size: 16px;
  transition: .3s all;
}
.p_catLabel:hover{
  color: #fff;
  background: #333;
}
@media screen and (max-width: 768px){
  .p_catLabel{
    padding: 12px 24px;
  }
}
@media screen and (max-width: 599px){
  .p_catLabel{
    padding: 8px 12px;
    font-size: 14px;
  }
}
/* モーダル */
.p_modal{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 90vw;
  max-width: 980px;
  max-height: 80vh;
  padding: 16px 24px;
  background: #fff;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate(-50%, -50%);
}
.p_modal__close{
  position: absolute;
  top: 16px;
  right: 24px;
}
@media screen and (max-width: 599px){
  .p_modal{
    padding: 16px;
  }
}

/* オーバーレイ */
.p_overlay{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
}
/* ============
  utility
============ */
/* 幅 */
.u_col1{
  width: calc(100% * 1 / 12); 
}
.u_col2{
  width: calc(100% * 2 / 12); 
}
.u_col3{
  width: calc(100% * 3 / 12); 
}
.u_col4{
  width: calc(100% * 4 / 12); 
}
.u_col5{
  width: calc(100% * 5 / 12); 
}
.u_col6{
  width: calc(100% * 6 / 12); 
}
.u_col7{
  width: calc(100% * 7 / 12); 
}
.u_col8{
  width: calc(100% * 8 / 12); 
}
.u_col9{
  width: calc(100% * 9 / 12); 
}
.u_col10{
  width: calc(100% * 10 / 12); 
}
.u_col11{
  width: calc(100% * 11 / 12); 
}
.u_col12{
  width: calc(100% * 12 / 12); 
}
@media screen and (max-width: 768px){
  .u_resMdCol4{
    width: calc(100% * 4 / 12); 
  }
  .u_resMdCol12{
    width: calc(100% * 12 / 12); 
  }
}
@media screen and (max-width: 599px){
  .u_resSmCol6{
    width: 50%;
  }
  .u_resSmCol12{
    width: 100%;
  }
}

/* 間隙 */
.u_mt8{
  margin-top: 8px;
}
.u_mt40{
  margin-top: 40px;
}
.u_mb24{
  margin-bottom: 24px;
}
.u_mb40{
  margin-bottom: 40px;
}

/* 上付き文字 */
.u_super{
  font-size: 11px;
  vertical-align: super;
}

/* 文字サイズ */
.u_fs20{
  font-size: 20px;
}
.u_fs13{
  font-size: 13px;
}
.u_fs11{
  font-size: 11px;
}

/* 文字色 */
.u_colorTheme{
  color: #1b3b6a;
}
.u_colorAccent{
  color: #ce2e40;
}
/* 行送り */
.u_lh16{
  line-height: 1.6;
}

/* 要素を隠す/出す */
.u_hide{
  display: none;
}
@media screen and (max-width: 768px){
  .u_resMdHide{
    display: none;
  }
}

/* スクロール */
.u_scrollX{
  overflow-y: visible;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 568px){
  .u_resSmScrollX{
    overflow-y: visible;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ============
  anime
============ */
/* ページ遷移 */
.changePage-leave-active,
.changePage-enter-active{
  transition: .8s all;
}
.changePage-leave-active{
  position: absolute;
  width: 730px;
}
.changePage-leave,
.changePage-enter-to{
  transform: translateY(0px);
}
.changePage-leave-to{
  opacity: 0;
  transform: translateY(40px);
}
.changePage-enter{
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 768px){
  .changePage-leave-active{
    width: calc(95% - 20px);
  }
}
/* カード変更 */
.card-enter-active, .card-move {
  transition: .8s all;
}
.card-leave-active {
  position: absolute;
  visibility: hidden;
}
.card-enter {
  opacity: 0;
  transform: scale(.9);
}

/* モーダル */
.modal-leave-active,
.modal-enter-active{
  transition: .8s all;
}
.modal-enter,
.modal-leave-to{
  opacity: 0;
}
