@charset "utf-8";
/* CSS Document */

/* ==============
  base
============== */
/* 既存設定のオーバーライド */
#base{
  width: 1220px;
}
div#cont{
  margin: 0;
}
[v-cloak]{
  display: none;
}
.m_superHeader__ttl{
  line-height: 1.6;
  font-family: Arial, "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width:768px) {
  #base{
    width: 100%; 
  }
}
/* common_sliderの調整 */
.js_commonSlider .slick-arrow::before{
  border: none;
}
.js_commonSlider{
  padding-inline: 0 !important;
}
/* 初期設定 */
.l_wrap__main{
  color:#333;
  font:400 16px / 1.6 Arial, "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  letter-spacing:.1em;
}


/* =====
既存CSS上書き、既存class活用
===== */
/* サイドナビ */
#sideNav{
  line-height: normal;
}
.searchSeminar_ttl{
  padding: 3px 5px 3px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: #008181;
}
.typeTtl{
  position: relative;
  border-top: 3px solid #008181;
  border-bottom: 1px solid #ccc;
  padding: 4px 0 4px 28px;
  color: inherit;
  font-weight: bold;
  font-size: 14px;
}
.typeTtl.btNone{
  border-top: none;
}
.typeTtl img,
.typeTtl i{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.typeTtl i{
  height: 18px;
  color: #56b3a9;
  font-size: 18px;
  line-height: 1;
}
.searchSeminar_list{
  padding: 8px 0 16px;
}
.searchSeminar_list a{
  padding: 5px 10px 5px 0;
  color: #333;
  display: block;
  line-height: 1.2;
  font-weight: bold;
  font-size: 12px;
  background-image: url("/resource/img/bup/searchSem-arrow_gray.jpg");
  background-repeat: no-repeat;
  background-position: right center;
}
.m_sideNav--left .side_bannerBox{
  margin: 0 0 10px;
}
.side_bannerBox_item img {
  vertical-align: bottom;
}


/* =====
latyout
===== */
/* ラッパー */
.l_wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.l_wrap__main{
  width: 980px;
  order: 1;
}
.l_wrap__side{
  width: 200px;
}
@media screen and (max-width: 768px){
  .l_wrap{
    display: block;
  }
  .l_wrap__main{
    width: 100%;
  }
  .l_wrap__side{
    display: none;
  } 
}
/* グリッド */
.l_grid{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; 
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--hasGutterXs{
  margin: -2px;
}
.l_grid--hasGutterXs > .l_grid__item{
  padding: 2px;
}
.l_grid--hasGutterSm{
  margin: -4px;
}
.l_grid--hasGutterSm > .l_grid__item{
  padding: 4px;
}
.l_grid--hasGutterMd{
  margin: -8px;
}
.l_grid--hasGutterMd > .l_grid__item{
  padding: 8px;
}
.l_grid--hasGutterLg{
  margin: -16px;
}
.l_grid--hasGutterLg > .l_grid__item{
  padding: 16px;
}
/*@media screen and (max-width: 768px){
  .l_grid--resMdHasGutterMd{
    margin: -8px;
  }
  .l_grid--resMdHasGutterMd > .l_grid__item{
    padding: 8px;
  }
}*/


/* リスト */
.l_list{}
.l_list__item{}
.l_list__item.m_theme{
  display: flex;
  align-items: center;
  justify-content: space-between;
} 
.l_list--sm > .l_list__item + .l_list__item{
  margin-top: 4px;
}
.l_list--md > .l_list__item + .l_list__item{
  margin-top: 8px;
}
.l_list--theme > .l_list__item + .l_list__item{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ccc;
}
/* 節 */
.l_section{}
.l_section__item{}

.l_section--primary{}
.l_section--primary > .l_section__item + .l_section__item{
  margin-top: 40px;
}
.l_section--secondary{}
.l_section--secondary > .l_section__item + .l_section__item{
  margin-top: 16px;
  border-top: 1px solid #008181;
  padding-top: 16px;
}
.l_section--tertiary{}
.l_section--tertiary > .l_section__item + .l_section__item{
  margin-top: 16px;
}

/* ヒーローズエリア */
.l_herosArea{
  margin-bottom: 24px;
}
/* =====
module
===== */
/* ボタン */
.m_btn{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.m_btn__target{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: inherit;
}
.m_btn__target:hover{
  opacity: .7;
}
.m_btn__target::before{
  content: "";
  display: block;
  width: 0;
}
.m_btn--center{
  justify-content: center;
}
.m_btn--right{
  justify-content: flex-end;
}
.m_btn--headlineNews{}
.m_btn--headlineNews > .m_btn__target {
  padding: 0 24px;
  border: 1px solid #383838;
  color: inherit;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 13px;
  transition: .2s background;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_btn--headlineNews > .m_btn__target:hover{
  background: #e9e9e9;
}
.m_btn--headlineNews > .m_btn__target::before{
  height: 2em;
}
.m_btn--dounload{}
.m_btn--dounload > .m_btn__target {
  position: relative;
  width: 170px;
  background: #1a8192;
  font-size: 12px;
  color: #fff;
}
a .m_btn--dounload .m_btn__target:hover{
  opacity: 1;
}
.m_btn--dounload > .m_btn__target::before{
  height: 2em;
}
.m_btn--dounload > .m_btn__target::after{
  content: "";
  position: absolute;
  background-image: url(https://www.insource.co.jp/resource/img/download/download_on.png);
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
  right: 15px;
}

/* アイコン */
.m_hasIco{
  position: relative;
  display: block;
}
.m_hasIco::before,
.m_hasIco::after,
.m_hasIco > .m_hasIco__item{
  position: absolute;
  display: block;
}
.m_hasIco::before,
.m_hasIco > .m_hasIco__item{
  left: 0;
}
.m_hasIco::after{
  right: 0;
}
.m_hasIco--center::before,
.m_hasIco--center::after{
  top: 50%;
  transform: translateY(-50%);
}
.m_hasIco--link{
  padding-left: 1em;
}
.m_hasIco--link::before{
  content: "\f105";
  font: bold 16px / 1.6 "FontAwesome";
}
.m_hasIco--innerLink{
  padding-left: 20px;
}
.m_hasIco--innerLink::before{
  content: "\f107";
  font: bold 24px / 1.6 "FontAwesome";
  color: #69c37d;
}
.m_hasIco--strongLink{
  padding-left: 16px;
}
.m_hasIco--strongLink::before{
  content: "\f0a9";
  font: bold 16px / 1.6 "FontAwesome";
}
.m_hasIco--dot{
  padding-left: 1em;
}
.m_hasIco--dot::before{
  content: "・";
}
.m_hasIco--ast{
  padding-left: 1.5em;
}
.m_hasIco--ast::before{
  content: "※";
}
.m_hasIco--q{
  padding-left: 32px;
}
.m_hasIco--q::before{
  content: "Q.";
  top: -3px;
  color: #008181;
  font-weight: bold;
  font-size: 20px;
}
.m_hasIco--a{
  padding-left: 32px;
}
.m_hasIco--a::before{
  content: "A.";
  top: -5px;
  color: #db4453;
  font-weight: bold;
  font-size: 20px;
}



@media screen and (max-width: 599px){
  .m_hasIco--q::before{
    top: -5px;
  }
}
/* 見出し */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
  line-height: 1;
}
.m_heading__img{
  line-height: 0;
}
.m_heading__img > img{
  width: 100%;
  height: auto;
}
.m_heading--primary{
  margin-bottom: 16px;
}
.m_heading--secondary{
  margin-bottom: 20px;
}
.m_heading--secondary > .m_heading__ttl{
  position: relative;
  width: calc(100% - 1px);
  padding: .4em 0 .4em 1em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #008181;
  color: #fff;
  font-size: 20px;
}
.m_heading--secondary > .m_heading__ttl::after{
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #008181;
}

.m_heading--tertiary{
  margin-bottom: 16px;
}
.m_heading--tertiary > .m_heading__ttl{
  color: #008181;
  line-height: 1.4;
  font-size: 20px;
}
.m_heading--download{
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #7c7b7c;
}
.m_heading--download > .m_heading__ttl{
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
}
.m_heading--download > .m_heading__ttl::before{
  content: "\f1c1";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-family: FontAwesome;
}
@media screen and (max-width: 599px){
  .m_heading--secondary > .m_heading__ttl{
    font-size: 16px;
    line-height: 1.4;
  }
  .m_heading--tertiary > .m_heading__ttl{
    font-size: 14px;
    line-height: 1.6;
  }
}

/* コンテンツ */
.m_contents{}
.m_contents__item + .m_contents__item{
  margin-top: 20px;
}
.m_contents__footer{
  margin-top: 20px;
}
/* リンク */
.m_link{
  color: #052674;
  text-decoration: underline;
  transition: .3s color;
}
.m_link:hover{
  color: #005580;
  text-decoration: underline;
}

/* 問合せパーツリスト */
.m_ctaList{
  padding: 15px;
  background: url(/resource/img/municipality/bk_cta.jpg) no-repeat center center / cover;
}
.m_ctaList__body{
  display: flex;
  align-items: stretch;
  margin: 0 -10px;
}
.m_ctaList__item{
  display: flex;
  padding: 0 10px;
}
.m_ctaList__item + .m_ctaList__item{
  border-left: 1px solid #fff;
}
.m_ctaList__inner{
  width: 100%;
}
@media screen and (max-width: 768px){
  .m_ctaList__body{
    display: block;
    margin: -10px 0;
  }
  .m_ctaList__item{
    padding: 10px 0;
  }
  .m_ctaList__item + .m_ctaList__item{
    border-left: none;
    border-top: 1px solid #fff;
  }
}
/* 問合せパーツのラッパー */
.m_ctaWrap{}
.m_ctaWrap__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2lh;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.m_ctaWrap__body{}
.m_ctaWrap__list{
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.m_ctaWrap__item{
  display: flex;
}
.m_ctaWrap__inner{
  width: 100%;
}
@media screen and (max-width: 768px){
  .m_ctaWrap__ttl{
    height: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px){
  .m_ctaWrap__ttl{
    height: auto;
    margin-bottom: 10px;
  }
  .m_ctaWrap__list{
    display: block;
  }
  .m_ctaWrap__item + .m_ctaWrap__item{
    margin-top: 20px;
  }
}
/* 問合せパーツ */
.m_cta{
  padding: 10px;
  border-radius: 13px;
  background: #fff;
}
.m_cta__list{
  display: flex;
  gap: 10px;
}
.m_cta__item{
  width: 100%;
}
.m_cta__body{
  display: block;
  color: inherit;
  transition: .3s opacity;
}
.m_cta__body:hover{
  opacity: .7;
}
.m_cta__logo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 50px;
  margin: 0 auto;
  line-height: 0;
}
.m_cta__logos{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.m_cta__logosItem{}
.m_cta__logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.m_cta__logo + .m_cta__btn,
.m_cta__logos + .m_cta__btn{
  margin-top: 5px;
}
.m_cta__btn{}
.m_cta__btnTarget{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3em;
  border: 2px solid;
  border-radius: 100px;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 12px;
}
.m_cta__btnInner{
  position: relative;
  display: block;
}
.m_cta__btnInner::before,
.m_cta__btnInner::after{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
}
.m_cta__btnTarget--haken .m_cta__btnInner{
  padding-left: 13px;
}
.m_cta__btnTarget--haken .m_cta__btnInner::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DA4745;
}
.m_cta__btnTarget--bup .m_cta__btnInner{
  padding-left: 13px;
}
.m_cta__btnTarget--bup .m_cta__btnInner::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #038CCE;
}
.m_cta__btnTarget--douga .m_cta__btnInner{
  padding-left: 26px;
}
.m_cta__btnTarget--douga .m_cta__btnInner::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A21F25;
}
.m_cta__btnTarget--douga .m_cta__btnInner::after{
  content: "";
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #24A66F;
}
.m_cta__btnTarget--lightning{
  border-color: #104BA5;
  color: #fff;
  background: #104BA5;
}
.m_cta__btnTarget--basic{
  color: #104BA5;
}
@media screen and (max-width: 768px){
  .m_cta{}
  .m_cta__btnTarget--haken .m_cta__btnInner{
    padding-left: 10px;
  }
  .m_cta__btnTarget--bup .m_cta__btnInner{
    padding-left: 10px;
  }
}

/* faq */
.m_faq{}
.m_faq__q{
  font-weight: bold;
  font-size: 18px;
}
.m_faq__a{
  margin-top: 16px;
  padding-bottom: 16px;
}
.m_faq__aItem + .m_faq__aItem{
  margin-top: 16px;
}
@media screen and (max-width: 599px){
  .m_faq__q{
    font-size: 16px;
  }
}


/* ニュースリスト */
.m_newsList{}
.m_newsList__body{
  padding: 0 0 .5em;
  border-bottom: 1px solid;
  overflow: auto;
}
.m_newsList__footer{
  margin-top: 20px;
}
.m_newsList__item{
  display: flex;
  padding: 0 1em;
}
.m_newsList__item + .m_newsList__item{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dotted;
}
.m_newsList__date{
  flex: 0 0 140px;
  font-size: 14px;
}
.m_newsList__ttl{
  flex: 1 1 auto;
  font-size: 14px;
}
@media screen and (max-width: 599px){
  .m_newsList{
    padding-left: 0;
    padding-right: 0;
  }
  .m_newsList__item{
    display: block;
  }
}

/* 独自カード */
.m_uniquCard{
  display: block;
  color: inherit;
  transition: .3s opacity;
}
.m_uniquCard:hover{
  opacity: .7;
}
.m_uniquCard__heading{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.m_uniquCard__ttl{
  flex: 0 0 66.666%;
  font-weight: bold;
  font-size: 16px;
}
.m_uniquCard__img{
  flex: 0 0 33.333%;
  line-height: 0;
  text-align: center;
}
.m_uniquCard__img img{
  max-width: 100%;
  height: auto;
}
.m_uniquCard__body{}
.m_uniquCard__msg{
  font-size: 13px;
}

/* ダウンロードカード */
.m_downloadCard{
  color: inherit;
  transition: .2s opacity;
}
.m_downloadCard:hover{
  opacity: .7;
}
.m_downloadCard__name{
  font-weight: bold;
}
.m_downloadCard__name + .m_downloadCard__copy{
  margin-top: 5px;
}
.m_downloadCard__name + .m_downloadCard__img,
.m_downloadCard__copy + .m_downloadCard__img{
  margin-top: 10px;
}
.m_downloadCard__img{
  height: 150px;
  line-height: 0;
  text-align: center;
}
.m_downloadCard__img img{
  width: auto;
  max-width: 100%;
  height: 100%;
} 
.m_downloadCard__img + .m_downloadCard__msg{
  margin-top: 10px;
}
.m_downloadCard__msg{
  font-size: 13px;
}
.m_downloadCard__footer{
  margin-top: 20px;
}

/* LMSのメリット */
.m_lmsMerit{}
.m_lmsMerit__ttl{
  margin-bottom: 10px;
  font-weight: bold;
}
.m_lmsMerit__body{
  font-size: 13px;
}
.m_lmsMerit__body--sm{
  font-size: 12px;
  letter-spacing: -1px;
}
/* 一括の実績 */
.m_ikkatsu{}
.m_ikkatsu__body{
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 10px;
  font-size: 18px;
}
.m_ikkatsu__ttl{
  line-height: 100%;
  font-weight: bold;
}
.m_ikkatsu__numWrap{
  line-height: 100%;
  font-weight: bold;
}
.m_ikkatsu__num{
  color: #980416;
  line-height: 100%;
  font-size: 32px;
}
.m_ikkatsu__note{
  line-height: 100%;
  font-size: 12px;
}
.m_ikkatsu__footer{
  margin-top: 10px;
  font-size: 14px;
}

/* ストレスチェックカード */
.m_stressCard{
  display: block;
  width: 100%;
  color: inherit;
  transition: opacity .3s;
}
/*
.m_stressCard:hover{
  opacity: .7;
}
*/
.m_stressCard__ttl{
  position: relative;
  margin-bottom: 16px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
}
.m_stressCard__ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(18px * 1.4);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
.m_stressCard__body{}
.m_stressCard__numWrap{
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
}
.m_stressCard__num{
  margin-inline: .2em;
  color: #980416;
  font-size: 32px;
}
.m_stressCard__numWrap + .m_stressCard__img,
.m_stressCard__img + .m_stressCard__cont{
  margin-top: 10px;
}
.m_stressCard__img{
  line-height: 0;
  text-align: center;
}
.m_stressCard__img img{
  max-width: 100%;
  height: auto;
}
.m_stressCard__cont{
  font-size: 13px;
  line-height: 1.6;
}

/* faqラッパー */
.m_faqWrap{}
.m_faqWrap__item + .m_faqWrap__item{
  margin-top: 10px;
}
.m_faqWrap__footer{
  margin-top: 20px;
}

/* =====
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%;}
}
/* 要素の表示、非表示 */
.u_hide{
  display: none;
}
@media screen and (max-width: 768px){
  .u_resMdHide{
    display: none;
  }
}
@media screen and (max-width: 599px){
  .u_resSmInline{
    display: inline;
  }
}
/* 間隙 */
.u_mt10{
  margin-top: 10px;
}
.u_mb24{
  margin-bottom: 24px;
}
.u_mb64{
  margin-bottom: 64px;
}
/* 文字間 */
.u_ls0{
  letter-spacing: 0;
}
@media screen and (max-width: 599px){
  .u_resSmLs0{
    letter-spacing: 0;
  }
}
/* 上付き文字 */
.u_super{
  vertical-align: super;
  font-size: 11px;
}
/* 寄せ */
.u_flexRight{
  display: flex;
  justify-content: flex-end;
}


/* F-Gridオーバーライド用 */
.m_fCardLgWrap{}
.m_fCardLgWrap--uniqueMsg{}
.m_fCardLgWrap--uniqueMsg .m_fCardLg__cont{
  max-height:none;
}
.m_fCardLgWrap--uniqueMsg .m_fCardLg__cont::after{
  content: none;
}
.m_fCardMdWrap{}
.m_fCardMdWrap--rev{}
.m_fCardMdWrap--rev .m_fCardMd__body{
  display :flex;
  flex-direction: column;
}
.m_fCardMdWrap--rev .m_fCardMd__ttl{
  order: 1;
  margin: 5px 0 0;
}
/* F-Grid対応 */
/* F式リスト型ラインナップ */
.m_fLineupList{}
.m_fLineupList__heading{
  margin-bottom: 10px;
}
.m_fLineupList__ttl{
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
  padding-right: 5px;
  color: #75192b
}
.m_fLineupList__body{}
.m_fLineupList__item + .m_fLineupList__item{
  margin-top: 8px;
}
.m_fLineupList__link{
  position: relative;
  display: block;
  padding-left: 12px;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  transition: opacity .3s;
}
/* .m_fLineupList__link::after{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}*/
.m_fLineupList__link:hover{
  opacity: .7;
}
.m_fLineupList__link--comingsoon{
  color: #7a7a7a;
}
.m_fLineupList__link--comingsoon::before{
  opacity: .7;
}
.m_fLineupList__link--comingsoon::after{
  content: "coming soon";
  color: #d66c00;
  font-weight: bold;
  margin-left: 10px;
}
[service_type].m_fLineupList__link{
  position: relative;
  padding-left: 52px;
}
/*[service_type].m_fLineupList__link::after{
  content: none;
}*/
[service_type].m_fLineupList__link::before{
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
  min-width: 40px;
  text-align: center;
}

/* F式カード（大） */
.m_fCardLg{
  display: block;
  width: 100%;
  color: inherit;
  transition: opacity .3s;
}
.m_fCardLg:hover{
  opacity: .7;
}
.m_fCardLg__ttl{
  position: relative;
  margin-bottom: 4px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
  height: calc(18px * 2 * 1.4);
  overflow: hidden;
}
.m_fCardLg__ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(18px * 1.4);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
.m_fCardLg__body{}
.m_fCardLg__infos{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.m_fCardLg__infosWrap{}
.m_fCardLg__info{
  font-size: 12px;
  padding: 0 5px;
}
.m_fCardLg__info--type{
  color: #666;
}
.m_fCardLg__info--type::before{
  display: block;
  color: #666;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  font-size: 11px;
  min-width: 40px;
  text-align: center;
}
.m_fCardLg__info--date{
  color: #d66c00;
}
.m_fCardLg__infosWrap + .m_fCardLg__img{
  margin-top: 5px;
}
.m_fCardLg__img{
  line-height: 0;
  text-align: center;
}
.m_fCardLg__img img{
  max-width: 100%;
  height: auto;
}
.m_fCardLg__img--certification{}
.m_fCardLg__img--certification img{
  max-height: 100px;
}

.m_fCardLg__img + .m_fCardLg__cont{
  margin-top: 10px;
}
.m_fCardLg__infosWrap + .m_fCardLg__cont{
  margin-top: 10px;
}
.m_fCardLg__cont{
  position: relative;
  max-height: calc(13px * 4 * 1.6);
  line-height: 1.6;
  font-size: 13px;
  overflow: hidden;
}
.m_fCardLg__cont::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(13px * 1.6);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
@media screen and (max-width: 768px){
  .m_fCardLg__ttl{
    height: auto;
    max-height: calc(18px * 2 * 1.4);
  }
}
/* F式カード（小） */
.m_fCardMd{
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  transition: opacity .3s;
}
.m_fCardMd:hover{
  opacity: .7;
}
.m_fCardMd__body{
  flex: 1 1 auto;
}
.m_fCardMd__ttl{
  position: relative;
  height: calc(14px * 2 * 1.5);
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}
.m_fCardMd__ttl::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3em;
  height: calc(14px * 1.5);
  background: linear-gradient(to left,#fff,rgba(255,255,255,0.96) 25%,rgba(255,255,255,0) 100%)
}
.m_fCardMd__infosWrap{}
.m_fCardMd__infos{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.m_fCardMd__info{
  font-size: 12px;
  padding: 0 5px;
}
.m_fCardMd__info--type{
  color: #666;
}
.m_fCardMd__info--type::before{
  display: block;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 2px;
  line-height: 1;
  font-size: 11px;
  min-width: 40px;
  text-align: center;
}
.m_fCardMd__info--date{
  color: #d66c00;
}
.m_fCardMd__body + .m_fCardMd__img{
  margin-left: 4px;
}
.m_fCardMd__img{
  flex: 0 0 86px;
  line-height: 0;
  text-align: center;
}
.m_fCardMd__img img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .m_fCardMd__ttl{
    height: auto;
    max-height: calc(14px * 2 * 1.5);
  }
}

/* ラベル */
[service_type=douga]::before {
  content: "\52d5\753b\95a2\9023"!important;
  color: #cc2d5e!important;
  background: none!important;
}
[service_type=middle]::before {
  content: "\307e\3068\3081"!important;
  color: #842e30!important;
  background: none!important;
}
[service_type=haken]::before {
  content: "\6D3E\9063"!important;
  color: #842e30!important;
  background: none!important;
}
[service_type=bup]::before {
  content: "\516C\958B"!important;
  color: #0c3f71!important;
  background: none!important;
}
[service_type=other]::before {
  content: "\4ed6\ff7b\ff70\ff8b\ff9e\ff7d"!important;
  color: #e6002d!important;
  background: none!important;
}
[service_type=it]::before {
  content: "IT\FF7B\FF70\FF8B\FF9E\FF7D"!important;
  color: #008d79!important;
  background: none!important;
}
[service_type=free]::before {
  content: "\7121\6599\FF7E\FF90\FF85\FF70"!important;
  color: #333!important;
  background: none!important;
}
[service_type=cont]::before {
  content: "\8AAD\307F\7269"!important;
  color: #0c3f71!important;
  background: none!important;
}
[service_type=consul]::before {
  content: "\30B3\30F3\30B5\30EB"!important;
  color: #7a614f!important;
  background: none!important;
}

@media screen and (max-width: 768px){
  .m_fCardMd{
    align-items: normal;
  }
}


/* FAXのため、トップのCSSから移植 */

/* 記事リスト */
.p_articleBox{
  letter-spacing: 0;
  margin: 16px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #444;
  position:relative;
  padding-bottom: 33px;
}
.p_articleBox--now{
  border: 4px solid #F5F5F5;
  margin: 16px 0px 16px;
  padding: 11px;
  padding-top: 0;
} 
.p_articleBox--new{
  padding-top:22px;
}
.p_articleBox--theme,
.p_articleBox--leaf,
.p_articleBox--all{
  padding-bottom: 0;
}
.p_articleBox--web{
  padding-bottom: 60px;
}

.p_articleBox--theme .p_articleBox:last-of-type{
  border-bottom: 1px solid #444;
}
.p_articleBox:last-of-type{
  border-bottom: 1px solid #444;
}
.p_articleBox + .p_articleBox{
  border-top: none;
  margin-top: -16px;
}
.p_articleBox_heading{
  padding-top: 8px;
  display: inline-block;
}
.p_articleBox_heading--link{
  color: #333;
  transition: .3s;
}
.p_articleBox_heading--link:hover{
  color: #333;
  opacity: .6;
}
.p_articleBox_headingWrap{
  font-size:16px;
  display: inline-flex;
  align-items: center;
}
.p_articleBox_heading--link .p_articleBox_headingWrap:after{
  display: inline-block;
  content:"";
  position: relative;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  color: #75192b;
}
.p_articleBox--all .p_articleBox_heading--link .p_articleBox_headingWrap:after{
  width: 6px;
  height: 6px;
}
.p_articleBox_headingTxt{
  font-size:16px;
  padding-right: 5px;
  color: #75192b;
}
.p_articleBox_heading--link .p_articleBox_headingTxt{
  padding-right: 5px;
}
.p_articleBox--all .p_articleBox_headingTxt{
  font-size: 14px;
}
.p_articleBox--theme .p_articleBox_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}
.p_articleBox--leaf .p_articleBox_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_articleBox--all .p_articleBox_inner{
  display: block;
  margin-top: 0px;  
  column-count: 4;
  padding: 8px 0;
  column-gap: 35px;
}
.p_articleBox--theme .p_articleBox_innerItem {
  width: calc(33.333% - 28px);
  border-top: 1px solid #444;
  padding-bottom: 33px;
  position: relative;
}
.p_articleBox--leaf  .p_articleBox_innerItem {
  width: calc(20% - 28px);
  padding-bottom: 16px;
  position: relative;
}
.p_articleBox--all .p_articleBox_innerItem {
  width: calc(100%);
  padding-bottom: 8px;
  position: relative;
  break-inside: avoid;
}
.p_articleBox--theme .p_articleBox_innerItem .p_articleBox_wrap{
  margin-top: 12px;
}
.p_articleBox--leaf .p_articleBox_innerItem .p_articleBox_wrap{
  margin-top: 12px;
}
.p_articleBox--all .p_articleBox_innerItem .p_articleBox_wrap{
  margin-top: 3px;
}
.p_articleBox_lead{
  margin-top: 12px;
}

.p_articleBox_wrap.p_articleBox_wrap--first{}
.p_articleBox--leaf .p_articleBox_wrap.p_articleBox_wrap--first{
  border-bottom: 1px solid #efefef;
}
.p_articleBox_footer{}
.p_articleBox--web .p_articleBox_footer{
  position: absolute;
  right: 0;
  bottom: 10px;
}
.p_articleBox--web .p_articleBox_footerItem + .p_articleBox_footerItem{
  margin-top: 5px;
}
.p_articleBox--riskilling .p_articleBox_footer{
  position: absolute;
  right: 0;
  bottom: 10px;
}
.p_articleBox--riskilling .p_articleBox_footerItem + .p_articleBox_footerItem{
  margin-top: 5px;
}
.p_articleBox--mail .p_articleBox_big_list,
.p_articleBox--column .p_articleBox_big_list,
.p_articleBox--web .p_articleBox_big_list{
  width: calc(100%);
  padding-bottom: 0px;
}
.p_articleBox--mail .p_articleBox_big_item,
.p_articleBox--column .p_articleBox_big_item,
.p_articleBox--web .p_articleBox_big_item{
  width: calc(33.333% - 28px);
  padding: 0 0 12px 0;
}
.p_articleBox_big_link{
  color: #333;
}
.p_articleBox_big_ttl{
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  overflow: hidden;
  position:relative;
}
.p_articleBox_big_ttl:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3em;
  height: 1.5em;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.p_articleBox--new .p_articleBox_big_ttl:after {
  content: none;
}
.p_articleBox_big_extra{
  margin-top:4px;
  display:flex;
  flex-wrap: wrap;
}
.p_articleBox_big_type {
  font-size: 12px;
  color: #666;
  margin-right: 10px;
}
.p_articleBox_big_type--kensyu{
  color: #75192b;
}
.p_articleBox_big_type--bup{
  color: #00326e;
}
.p_articleBox_big_date{
  font-size: 12px;
  color: #d66c00;
}
.p_articleBox_big_img{
  margin-top: 5px;
  margin-bottom: 2px;
  text-align: center;
}
.p_articleBox_big_related{
  margin-top: 12px;
}
.p_articleBox_big_relatedItem{
  padding: 4px 0;
}
.p_articleBox_big_relatedHeading{
  font-size: 14px;
  font-weight: bold;
}
.p_articleBox_big_relatedTarget{
  font-size: 14px;
  padding-left: 12px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #333;
  height: 20px;
  overflow: hidden;
  position:relative;
  display: block;
}
.p_articleBox_big_relatedTarget:before{
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}
.p_articleBox_big_relatedTarget:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3em;
  height: 1.5em;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0) 100%);
}
.p_articleBox_small-verical{
  margin-top: 10px;
}
.p_articleBox--mail .p_articleBox_small.p_articleBox_small-verical,
.p_articleBox--column .p_articleBox_small.p_articleBox_small-verical{
  width: 100%;
}
.p_articleBox_small-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_articleBox_small-row:after{
  content:"";
  display: inline-block;
  width: calc(33.33% - 28px);
  height: auto;
}
.p_articleBox_small_item{
  padding: 12px 0;
}
.p_articleBox--leaf .p_articleBox_small_item,
.p_articleBox--all .p_articleBox_small_item{
  padding: 6px 0;
}
.p_articleBox--mail .p_articleBox_small-verical .p_articleBox_small_item,
.p_articleBox--column .p_articleBox_small-verical .p_articleBox_small_item{
  width: calc(100%);
}
.p_articleBox_small-verical .p_articleBox_small_item:not(:last-child){
  border-bottom: 1px solid #efefef;
}
.p_articleBox--leaf .p_articleBox_small-verical .p_articleBox_small_item:nth-last-of-type(2){
  border-bottom: none;
}
.p_articleBox_small-row > .p_articleBox_small_item{
  width: calc(33.333% - 28px);
  border-top: 1px solid #efefef;
}
.p_articleBox--mail .p_articleBox_small-row > .p_articleBox_small_item{
  width: calc(100% - 16px);
  border-top: none;
}
.p_articleBox--theme .p_articleBox_small_item:nth-of-type(n + 4){
  padding: 6px 0;
}
.p_articleBox--theme .p_articleBox_small_item + .p_articleBox_small_item{
  border-top: 1px solid #efefef;
}
.p_articleBox--theme .p_articleBox_small_item--middleItem{
  padding: 6px 0;
}
.p_articleBox--theme .p_articleBox_small_item--middleItem + .p_articleBox_small_item--middleItem{
  border-top: none;
}
.p_articleBox--theme .p_articleBox_small_item_middleList{
  column-count: 2;
  margin-top:6px;
}
.p_articleBox_small_heading{
  color:#75192b;
  transition: .3s;
}
.p_articleBox_small_heading[href]:after{
  display: inline-block;
  content: "";
  position: relative;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  top: -2px;
  margin-left: 5px;
}
.p_articleBox_small_heading[href]:hover{
  opacity: .7;
}
.p_articleBox_small_link{
  display:flex;
  color: #333;
}
.p_articleBox_small_txt{
  width: 100%;
}
.p_articleBox_small_ttl{
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  position:relative;
}
.p_articleBox--leaf .p_articleBox_inner .p_articleBox_small_ttl{
  height: auto;
  font-size:12px;
}
.p_articleBox--all .p_articleBox_small_ttl{
  height: auto;
  font-size:12px;
  font-weight: normal;
  line-height: 1;
}
.p_articleBox--theme .p_articleBox_small_item_middleList .p_articleBox_small_ttl{
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding-left: 11px;
}
.p_articleBox--mail .p_articleBox_small_ttl{
  margin-top: 4px;
}
.p_articleBox_small_ttl:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3em;
  height: 1.5em;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.p_articleBox--new .p_articleBox_small_ttl:after{
  content:none;
}
.p_articleBox--theme .p_articleBox_small_item--middleItem .p_articleBox_small_ttl:after{
  content: none;
}
.p_articleBox--leaf .p_articleBox_innerItem .p_articleBox_small_ttl:after{
  content: none;
}
.p_articleBox--all .p_articleBox_small_ttl:after{
  content: none;
}
.p_articleBox--theme .p_articleBox_small_item_middleList .p_articleBox_small_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}
.p_articleBox--theme .p_articleBox_small_ttl--heading{
  font-size: 14px;
  height: auto;
}
.p_articleBox--theme .p_articleBox_small_ttl--heading:after,
.p_articleBox--theme .p_articleBox_small_ttl--heading:before {
  content: none;
}
.p_articleBox--mail .p_articleBox_small_copy{
  font-size: 14px;
  line-height: 1.5;
  height: 144px;
  overflow: hidden;
  position:relative;
  margin-top: 4px;
}
.p_articleBox--mail .p_articleBox_small_copy:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3em;
  height: 1.5em;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.p_articleBox--mail .p_articleBox_small_copyItem{
  padding: 0 10px;
}
.p_articleBox--mail .p_articleBox_small_copyItem{}
.p_articleBox--column .p_articleBox_small_copyWrap{
  font-size: 14px;
  line-height: 1.5;
  height: 144px;
  overflow: hidden;
  position:relative;
}
.p_articleBox--column .p_articleBox_small_copyWrap:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3em;
  height: 1.5em;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.p_articleBox--mail .p_articleBox_small_copy_txt + .p_articleBox_small_copy_txt {
  margin-top: 10px;
}
.p_articleBox_small_extra{
  margin-top:4px;
  display:flex;
  flex-wrap: wrap;
}
.p_articleBox--mail .p_articleBox_small_extra{
  margin-top: 0;
}
.p_articleBox_small_type {
  font-size: 12px;
  color: #666;
  margin-right: 10px;
}
.p_articleBox_small_type--kensyu{
  color: #75192b;
}
.p_articleBox_small_type--bup{
  color: #00326e;
}
.p_articleBox_small_date{
  font-size: 12px;
  color: #d66c00;
}
.p_articleBox_small_img{
  width: 40%;
  margin-left: 2px;
  text-align: center;
}
@-moz-document url-prefix(){
  .p_articleBox_small_img{
    width: 37%;
    margin-left: 6px;
  }
}
.p_articleBox--column .p_articleBox_small_img{
  width: 100%;
  padding: 6px 0;
}
.p_articleBox--theme .p_articleBox_small_item:nth-of-type(n + 4) .p_articleBox_small_img{
  display: none;
}
.p_articleBox_small_imgMain--leafIcon{
  width:57px;
}
.p_articleBox_small_imgMain--leafIcon_str{
  width:137px;
}
.p_articleBox_big_link,
.p_articleBox_big_relatedTarget,
.p_articleBox_small_link{
  transition: .3s;
}
.p_articleBox_big_link:hover,
.p_articleBox_big_relatedTarget:hover,
.p_articleBox_small_link[href]:hover{
  opacity: .6;
}
.p_articleBox_source{
  display:flex;
  justify-content:flex-end;
  position:relative;
  padding-right: 5px;
}
.p_articleBox_sourceHeading{
  margin-right: 6px;
}
.p_articleBox_sourceLink{
  transition: .3s;
  color: #75192b;
}
.p_articleBox_sourceLink:after{
  display: inline-block;
  content: "";
  position: relative;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  top: -2px;
  right: 2px;
  margin-left: 5px;
}
.p_articleBox_sourceLink:hover{
  opacity: .6;
}
@media screen and (max-width: 768px){
  .p_articleBox--now{
    padding-bottom: 33px;
  }
  .p_articleBox--all .p_articleBox_inner{
    column-count: 2;
  }
  .p_articleBox_wrap.p_articleBox_wrap--first{
    display: block;
  }
  .p_articleBox_big_list{
    width: 100%;
  }
  .p_articleBox--mail .p_articleBox_big_list,
  .p_articleBox--web .p_articleBox_big_list{
    display: block;
  }
  .p_articleBox--mail .p_articleBox_big_item,
  .p_articleBox--web .p_articleBox_big_list{
    width: 100%;
  }
  .p_articleBox_big_link{
    display: flex;
    flex-direction: column-reverse;
  }
  .p_articleBox_big_link--fax{
    flex-direction: column;
  }
  .p_articleBox--new .p_articleBox_big_ttl:after {
    content: "";
  }
  .p_articleBox--new .p_articleBox_small_ttl:after{
    content: "";
  }
  .p_articleBox--leaf .p_articleBox_innerItem .p_articleBox_small_ttl:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3em;
    height: 1.5em;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.96) 25%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  .p_articleBox_big_txt{
    margin-top: 10px;
  }
  .p_articleBox_small.p_articleBox_small-verical{
    border-top: 1px solid #efefef;
    width: 100%;
  }
  .p_articleBox--mail .p_articleBox_big_item:first-of-type .p_articleBox_small.p_articleBox_small-verical{
    border-top: none;
  }
  .p_articleBox--column .p_articleBox_big_item .p_articleBox_small.p_articleBox_small-verical{
    border-top: none;
  }
  .p_articleBox_small-verical .p_articleBox_small_item{
    width: 100%;
  }
  .p_articleBox_small-row > .p_articleBox_small_item .p_articleBox_small_img{
    display: none;
  }
  .p_articleBox--theme .p_articleBox_innerItem {
    width: calc(50% - 28px);
  }
  .p_articleBox--leaf .p_articleBox_innerItem{
    width: calc(50% - 28px);
  }
  .p_articleBox--all .p_articleBox_innerItem {
    width: calc(100%);
  }
  .p_articleBox--mail .p_articleBox_small_copyItem{
    padding: 0;
    width: 100%;
  }
  .p_articleBox_source{
    display:block;
  }
  .p_articleBox--mail .p_articleBox_source{
    display:flex;
  }
  .p_articleBox--web .p_articleBox_big_item{
    width: 100%;
    padding: 16px 0;
  }
  .p_articleBox--web .p_articleBox_big_item + .p_articleBox_big_item{
    border-top: 1px solid #efefef;
  }
}
@media screen and (max-width: 599px){
  .p_articleBox_big_list{
    display: block;
    padding-bottom:0;
  }
  .p_articleBox_big_item{
    width: 100%;
  }
  .p_articleBox--column .p_articleBox_big_item{
    width: 100%;
  }
  .p_articleBox_big_item:last-of-type{
    border-top: 1px solid #efefef;
  }
  .p_articleBox--mail .p_articleBox_big_item:last-of-type,
  .p_articleBox--column .p_articleBox_big_item:last-of-type{
    border-top: none;
  }
  .p_articleBox_big_img{
    margin: auto;
  }
  .p_articleBox--column .p_articleBox_big_item .p_articleBox_small.p_articleBox_small-verical{
    border-top: 1px solid #efefef;
  }
  .p_articleBox--column .p_articleBox_big_item:first-of-type .p_articleBox_small.p_articleBox_small-verical{
    border-top: none;
  }
  .p_articleBox_small-row > .p_articleBox_small_item{
    width: calc(50% - 16px);
  }
  .p_articleBox--theme .p_articleBox_small_item + .p_articleBox_small_item{
    border-top: 1px solid #efefef;
  }
  .p_articleBox--theme .p_articleBox_small_item + .p_articleBox_small_item--middleItem{
    border-top: none;
  }
  .p_articleBox--all .p_articleBox_headingTxt{
    letter-spacing: -1px;
    font-size:12px;
  }
  .p_articleBox_small_ttl{
    font-size: 14px;
    height:44px;
  }
  .p_articleBox--theme .p_articleBox_innerItem {
    width: calc(100% - 0px);
  }
  .p_articleBox_source{
    display:flex;
  }
}
/* p_articleBoxのオーバーライド */
.p_articleBox{
  margin: 0;
  padding: 0;
  border: none;
}
.p_articleBox_heading{
  display: none;
}
.p_articleBox_big_item{
  width: 100%;
}
.p_articleBox_big_item:first-of-type{
  display: none;
}
.p_articleBox_big_img img{
  max-width: 100%;
  height: auto;
}
.p_articleBox .c_btn--newRelease{
  display: none;
}
.p_articleBox:last-of-type{
  border: none;
}
@media screen and (max-width: 768px){
  .p_articleBox_big_list{
    width: 100%;
  }
  .p_articleBox_small.p_articleBox_small-verical{
    width: 100%;
  }
}