@charset "utf-8";
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css);
@font-face {
  font-family: 'Renner*';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Futura Std'),
    local("メイリオ"),
    url(//indestructibletype-fonthosting.github.io/renner_400_book-webfont.woff2) format('woff2'),
    url(//indestructibletype-fonthosting.github.io/renner_400_book-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Renner*';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Futura Std'),
    local("メイリオ"),
    url(//indestructibletype-fonthosting.github.io/renner_500_medium-webfont.woff2) format('woff2'),
    url(//indestructibletype-fonthosting.github.io/renner_500_medium-webfont.woff) format('woff');
}

#contentsWrap *,#contentsWrap *:before,#contentsWrap *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus, *:focus { outline:none; }
#contentsWrap {
  line-height: 1.6;
}
.blc_in{
  padding: 20px;
  text-align: left;
  clear: both;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blc_in{
    width: 1000px;
    margin: 0 auto;
    padding: 45px 20px;
  }
}

.blc_ttl{
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .blc_ttl{
    font-size: 20px;
  }
}

/*==============================================================*/
/* KRB総研 新着記事一覧  */
/*==============================================================*/

#mainImg{
  background: #555555;
  color: #fff;
  position: relative;
}
#mainImg:before{
  content: '';
  display: block;
  background: url("../../img/soken/mainImg.png") no-repeat top center /cover;
  padding-top: 45%;
}
@media screen and (min-width: 768px) {
  #mainImg{
    min-width: 1000px;
  }
  #mainImg:before{
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 150px;
    padding-top: 0;
    background-position: cover;
  }
}

@media screen and (min-width: 768px) {
  #mainImg .blc_in{
    min-height: 400px;
  }
  #mainImg .wrap_txt{
    width: 600px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  #mainImg .blc_in{
    padding: 20px;
  }
}
#mainImg .catch{
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
#mainImg .catch{
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #mainImg .box_txt br{
    display: none;
  }
}
#mainImg .box_txt{
font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue","ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#mainImg .box_txt p{font-size: 18px; margin-bottom: 1em; letter-spacing: -0.001em;}
#mainImg .box_txt p:last-child{margin-bottom: 0;}

/* #pickup
----------------------- */

#pickup{
  background-color: #f2f2f2;
}
#pickup .swiper-wrapper{
  height: auto;
}
#pickup .blc_ttl{
  padding-left: 2.5em;
  background: url("../../img/soken/icon_target.svg") no-repeat left center / auto 100%;
  margin-bottom: 1em;
}
#pickup .pickup__list{
  position: relative;
}
#pickup .post_item{
  background-color: #fff;
  float: left;
  height: auto;
  width: 25%;
}
#pickup .post_item a{
  height: 100%;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  color: #333;
}

#pickup .post_img{
  position: relative;
}
.eyecatch__cat{
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #160491;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: .5em;
}
.eyecatch__cat span{
  margin-right: .5em;
  display: inline-block;
}
.eyecatch__cat span:last-of-type{
  margin-right: 0;
}

#pickup .post_img img{
  width: 100%;
  height: auto;
}
#pickup .post_ttl{
  padding: 1em;
  font-weight: bold;
}

/* swiper */
:root {
  --swiper-navigation-color: #555;
  --swiper-pagination-color: #555;
  --swiper-navigation-size: 15px;
}

.swiper-button-next, .swiper-button-prev{
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  font-weight: bold;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
  margin-top: -25px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: -15px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: -15px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  pointer-events: inherit;
}
@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev{
    width: 32px;
    height: 32px;
    font-weight: bold;
    margin-top: -16px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -15px;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -15px;
  }
}

/* カテゴリリスト（ボタン）
----------------------- */
.btn_cat-list{
  overflow: hidden;
  margin: 0 -1% 50px;
}

.btn_cat-list .sub_name{
       font-size: 14px;
}

@media screen and (max-width: 767px) {
 .btn_cat-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
}
.btn_cat-list li{
  float: left;
  margin: .5%;
  box-shadow: 0 2px 5px rgba(0,0,0,.5);
  width: 32.3333%;
  width: calc(100% / 3 - 1%);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .btn_cat-list li{
    width: 49%;
    font-size: 16px;
  }
}
.btn_cat-list li a{
  display: block;
  padding: 1em;
  color: #fff;
 /* background: #b00000;*/
  background: #160491;
  /*height: 100%;*/
}
@media screen and (max-width: 767px) {
  .btn_cat-list li a{
    display:flex;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}
.btn_cat-list li a:hover{
  transition:background 1s;
  background-color:#5d4adc;
}


/* 2カラム
----------------------- */

.wrapper_2col{
  overflow: hidden;
}

/* メインカラム
----------------------- */

@media screen and (min-width: 768px) {
  .main_col{
    float: left;
    width: 680px;
  }
}

.post-type-archive-soken .main_col .blc_ttl{
  padding-left: 2.5em;
  background: url("../../img/soken/icon_folder.svg") no-repeat left center / auto 100%;
  margin-bottom: 1em;
}

.entry_list{
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .entry_list{
    margin-bottom: 50px;
  }
}
.entry_list .entry-detail{
  border-top: dotted 1px #ccc;
}
.entry_list .entry-detail a{
  display: block;
  padding: 30px 0;
  overflow: hidden;
  color: #333;
}
.entry_list .entry-title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3%;
}
@media screen and (max-width: 599px) {
  .entry_list .entry-title{
    font-size: 20px;
  }
}
.entry_list .entry_img{
  position: relative;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .entry_list .entry_img{
    float: left;
    width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .entry_list .entry_img{
    margin-bottom: 3%;
  }
}
.entry_list .entry_img img{
  width: 100%;
  height: auto;
}
.entry_list .eyecatch__cat{
  right: auto;
  left: 0;
}
.entry_list .entry-body{
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .entry_list .entry-body{
    margin-left: 320px;
    font-size: 18px;
  }
}

/* サイドバー
----------------------- */
@media screen and (min-width: 768px) {
  .side_col{
    float: right;
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .side_col{
    margin-top: 50px;
  }
}

.side_col .box_ttl{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* 検索 */
.side_search {
  margin-bottom: 30px;
}
.side_search form {
  display: flex;
  width: 100%;
}
.side_search form input[type="text"] {
  border: 1px solid #ccc;
  font-family: inherit;
  font-weight: 300;
  font-size: 13px;
  padding: 5px 10px;
  width: calc(100% - 45px);
  height: 45px;
  box-shadow:0px 1px 2px 2px rgba(0,0,0,.1) inset;
  margin: 0;
}
.side_search form input[type="submit"] {
  background: #160491 url("../../img/soken/icon_search.png") no-repeat center;
  border: 0;
  border-left: none;
  color: #FFFFFF;
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  
}
.side_search form input[type="submit"]:hover {
 /* background-color: #c80303;*/
  background-color: #5d4adc;
}

/* バナー */

.side_bnr{
  margin-bottom: 30px;
  padding-right: 4px;
}

.side_bnr .bnr_list::after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}
*:first-child + html .side_bnr .bnr_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
.side_bnr .bnr_list{
  margin: -1%;
} 
}
.side_bnr .bnr_list li{
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .side_bnr .bnr_list li{
    width: 50%;
    float: left;
    padding: 1%;
    margin-bottom: 0;
  }
}
.side_bnr img{
  width:100%;
  height: auto;
  border: solid #ccc 1px;
  box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}

/* カテゴリー */

.side_category {
  margin-bottom: 30px;
}
.side_category .cat_list {
  padding-right: 4px;
}
.side_category .cat_list li{
  border: solid #eee 1px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}

.side_category a{
  overflow: hidden;
  background: #f2f2f2;
  /*height: 100%;*/
  display: flex;
  align-items: center;
}

.side_category .cat_name{
  width: 100%;
  padding: 0 1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}
.side_category .cat_name span{
  display: block;
}


/*==============================================================*/
/* KRB総研 記事詳細  */
/*==============================================================*/

.blc_sns{
  overflow: hidden;
  text-align: right;
  margin-bottom: 5%;
  font-size: 0;
}
.blc_sns li{
  line-height: 30px;
  width: 150px;
  display: inline-block;
  text-align: left;
  margin-right: 3%;
  font-size: 16px;
}
.blc_sns li .icon_sns{
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .blc_sns li{
    width: calc(100% / 3 - 2%);
    margin: 1%;
    font-size: 3vw;
  }
  .blc_sns li .icon_sns{
    width: 25%;
    height: auto;
    line-height: 1;
  }
  
}
.blc_sns li:last-child{
  margin-right: 0;
}
.blc_sns li a{
  font-weight: 500;
  font-family: 'Renner*';
  display: block;
  background-color: #f2f2f2;
  padding: .3em .5em;
  border-radius: 5px;
  
}

.icon_sns{
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 1em;
}
.icon_sns img{
  width: 100%;
  height: auto;
}
.content_soken{
  overflow: hidden;
}
.content_soken .entry-header{
  border-bottom: solid 1px #ccc;
}
.content_soken .entry-header .entry_ttl{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  padding: 5px 0 5px 3em;
  background: url("../../img/soken/icon_blog.svg") no-repeat left top / 2em auto;
}
@media screen and (max-width: 500px) {
  .content_soken .entry-header .entry_ttl{
    font-size: 20px;
  }
}
.entry_cat{
  margin-bottom: 20px;
}
.entry_cat li{
  display: inline-block;
  margin-right: .3em;
}
.entry_cat li a{
  background-color: #160491;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: .5em 1em;
  /*border-radius: 20px;*/
  display: block;
}
.entry_cat li a:hover{
  transition: all 1s;
  filter:brightness(150%);
}

.eyecatch-single{
  overflow: hidden;
}
.eyecatch-single img{
  width: 100%;
  height: auto;
}
.content_soken .entry-body{
  margin-bottom: 10%;
}

.entry-content .contentBox{
  margin-bottom: 3em;
}
.entry-content a{
  color: #160491;
  text-decoration: underline;
}

/* 目次 */
#toc_container{
  margin: 0 auto 2em;
}
#toc_container a{
  text-decoration: none;
}

.entry-content h2 {
 font-size:24px;
 line-height:1.4em;
 font-weight:bold;
 margin:30px 0px;
 padding:15px 20px;
 background-color:#F7F7F7;
 border-left:#160491 solid 5px
}
.entry-content h3 {
 font-size:20px;
 line-height:1.4em;
 font-weight:bold;
 margin:30px 0px;
 padding:15px 20px;
 background-color:#F7F7F7;
 border-left:#160491 solid 5px
}
.entry-content h4 {
 font-size:18px;
 line-height:1.6em;
 font-weight:bold;
 margin:25px 0px;
 padding:0px 0px 0px 30px;
 position:relative
}
.entry-content h4:before {
 content:'';
 height:4px;
 width:15px;
 background-color:#160491;
 position:absolute;
 top:12px;
 left:0px
}
.entry-content h5 {
 font-size:16px;
 line-height:1.6em;
 font-weight:bold;
 margin:25px 0px
}
.entry-content h6 {
 font-size:15px;
 line-height:1.6em;
 font-weight:bold;
 margin:20px 0px
}


.content_soken .blc_sns{
  text-align: left;
}
.main_col .bnr_list{
  margin-bottom: 5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_col .bnr_list{
    display: none;
  }
}
.main_col .bnr_list li{
  float: left;
  width: 23%;
  margin: 1%;
}
.main_col .bnr_list li a{
  display: block;
}
.main_col .bnr_list li img{
  width: 100%;
  height: auto;
  border:  solid 1px #ccc;
  box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}

.btn_return{
  clear: both;
  font-size: 18px;
  margin: 30px auto 0;
  display: block;
  padding: 1em;
  border: solid 1px #ccc;
  width: 200px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .btn_return{
    font-size: 14px;
  }
}
.single-soken #pickup{
  background-color: #fff;
}
.single-soken #pickup .post_item{
  background-color: #f2f2f2;
}

/* 検索結果ページ */
.post-count{
  margin-bottom: 15px;
  text-align: right;
}

/*追加*/
.content_soken .entry-header .post_meta{
  margin-bottom: 10px;
  color: #848484;
}

#yarpp_wrap .swiper-wrapper{
  height: auto;
}