/* -----------
base
----------- */
/* オーバーライド */
#base{
  width: 1220px;
}
div#cont div#c3_l{
  width: 950px;
}
@media screen and (max-width: 768px){
  #base{
    width: 100%;
  }
  div#cont div#c3_l{
    width: 100%;
  }
}
/* 初期設定 */
body{
  color: #333;
  font: 500 15px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}
[v-cloak]{
  display: none;
}

/* -----------
layout
----------- */
/* グリッド */
.l_grid{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -20px;
}
.l_grid__item{
  display: flex;
  padding: 20px;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
/* -----------
module
----------- */
/* 見出し */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
  line-height: 1.4;
}
.m_heading__sub{
  font-weight: bold;
}
.m_heading--primary{
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #2d546b;
}
.m_heading--primary .m_heading__ttl{
  font-family: Arial, "helvetica neue", "noto sans jp", "yu gothic", YuGothic, "ヒラギノ角ゴ pron w3", "hiragino kaku gothic pron", メイリオ, Meiryo, sans-serif;
  font-size: 80px;
  line-height: 1;
  color: #c8c8c8;
}
.m_heading--primary .m_heading__ttl + .m_heading__sub{
  margin-top: 10px;
}
.m_heading--primary .m_heading__sub{
  font-size: 24px;
  color: #2d546b;
}
@media screen and (max-width: 768px){
  .m_heading--primary .m_heading__ttl{
    font-size: 40px;
  }
  .m_heading--primary .m_heading__sub{
    font-size: 18px;
  }
}

/* カード */
.m_card{
  display: block;
  color: inherit;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
  transition: .3s opacity;
}
.m_card:hover{
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
.m_card__img{
  text-align: center;
  line-height: 0;
}
.m_card__img img{
  max-width: 100%;
  height: auto;
}
.m_card__body{
  padding: 16px;
}
.m_card__tags{
  display: flex;
  margin: -4px;
}
.m_card__tagsItem{
  padding: 4px;
}
.m_card__tag{
  padding: 6px 16px;
  border-radius: 50px;
  background: #333;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
.m_card__tag--hold{
  background: #9E2730;
}
.m_card__tags + .m_card__ttl{
  margin-top: 8px;
}
.m_card__ttl{
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
}
.m_card__date{
  color: #606060;
  font-weight: bold;
  font-size: 13px;
}

/* サイドナビ用キャンペーンリスト */
.m_sideCampaignList{
  margin-top: 16px;
}
.m_sideCampaignList__item + .m_sideCampaignList__item{
  margin-top: 6px;
}
/* サイドナビ用キャンペーン */
.m_sideCampaign{
  display: block;
  color: inherit;
  transition: .3s opacity;
}
.m_sideCampaign:hover{
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
.m_sideCampaign__img{
  line-height: 0;
  text-align: center;
}
.m_sideCampaign__img img{
  max-width: 100%;
  height: auto;
}
.m_sideCampaign__body{
  padding: 6px 8px;
  line-height: 1.3;
}
.m_sideCampaign__ttl{
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 12px;
}
.m_sideCampaign__date{
  color: #777;
  font-size: 11px;
}
/* -----------
utility
----------- */
/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}