/*********************************

blog single

**********************************/

.area-blog{
padding: 30px 30px 100px 30px;
background: #fff4f2;
}
#blog_wrap{
  max-width: 800px;
  background-color: #fff;
  margin:0 auto;
  padding: 30px;
  border-radius: 10px;
  letter-spacing: .05rem;
    line-height: 2.3;
}

#sidebar{
  width: 27%;
  float: right;
}
#sidebar .sidebar-content > div{
    margin-bottom: 15px;
}
#sidebar h2{
    font-size: 18px;
    margin-bottom: 15px;
}
#sidebar .about{
    text-align: center;
    padding: 50px;
    background-color: #f2f2f2;
}
#sidebar .about img{
    width: 80px;
    margin-bottom: 15px;
}
#sidebar li{
    list-style-type: none;
}
#sidebar li#block-3 > div{
    background-color: #f5f5f5;
    padding: 50px;
    margin-bottom: 20px;
    text-align: center;
}
#sidebar li#block-3 .wp-block-image img{
    max-width: 150px;
}

.blog-header{
  border-bottom: none;
}
.blog-header.blog-header-interview{
  border: none;
  padding: 10px 0;
}
.seriesinfo{
  color: #FF7572;
  line-height: 3;
  font-size: 0.9rem;
}
.seriesno{
    border: 1px solid #43292d;
    border-radius: 5px;
    padding: 7.5px 10px;
    margin: 0 5px 0 0;
    display: inline-block;
    font-size: 0.9rem;
    background-color: #fff;
    line-height: 1;
}
.seriesno-current{
  color: #fff;
  background-color: #43292d;
  margin-bottom: 5px;
}

.titletop{
  background: #007aae;
  color: #fff;
  padding: .6em 1.5em .75em 1.5em;
  letter-spacing: .1em;
  font-size: 0.7rem;
  border-radius: 20px;
  line-height: 1;
}


.eyeimg{
  border-radius: 0 0 10px 10px;
}
#blog_wrap h1{
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-top:15px;
  margin-bottom: 20px;
}
#blog_wrap h2{
  margin: 73px 0 15px;
  padding: 5px 0;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 3px dotted #43292d;
  letter-spacing: 0.1rem;
}
#blog_wrap h3{
  margin: 56px 0 20px;
  padding: 13px 28px 12px;
  font-size: 22px;
  font-weight: bold;
  background: #f3f3f3;
  border-radius: 10px;
  line-height: 1.5;
}
#blog_wrap h4{
  margin: 36px 0 20px;
  font-size: 18px;
}
#blog_wrap p {
  margin: 0 0 20px;
  letter-spacing: .05rem;
  line-height: 1.8;
  font-size: 1.2rem;
}
#blog_wrap ul, #blog_wrap ol{
  border:1px solid #ccc;
    padding: 15px;
}

#blog_wrap ul, #blog_wrap ul>li,#blog_wrap ol, #blog_wrap ol>li{
  margin: 20px 0 30px;
  line-height: 1.6;
  letter-spacing: .05rem;
}

#blog_wrap ol {
    list-style-type: none;
    counter-reset: item;
}
#blog_wrap ol>li {
  position: relative;
  padding: 0 0 0 25px;
}
#blog_wrap ol > li:before {
    counter-increment: item;
    content: counter(item)'.';
    display: block;
    position: absolute;
    top: 0;
    left: 7px;
  }

#blog_wrap ul > li {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 1rem;
}
#blog_wrap ul > li:before {
    display: block;
    content: '';
    position: absolute;
    top: 9px;
    left: 7px;
    width: 6px;
    height: 6px;
    background: #181818;
    border-radius: 50%;
  }

#blog_wrap a{
  text-decoration: none;
  color: #FF7572;
  transition: .5s all;
}

/*
#blog_wrap a[target="_blank"]::before {
  content: "";
  background: url(../images/top/apply_icon02@2x.png) no-repeat center center;
  background-size: 100% auto;
  background-position: 0 10px;
  width: 16px;
  height: 22px;
  margin-right: 5px;
  padding-bottom: 4px;
  display: inline-block;
}
*/

#blog_wrap a:hover{
    color: #FF7572;
    text-decoration: underline;
}


#blog_content img{
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 100%;
  /*width: auto;*/
}


#blog_wrap .articleinfo{
  text-align: right;
}

#blog_wrap .cateinfo{
  margin-bottom: 0;
}
#blog_wrap .catespan{
    font-size: 0.7rem;
    color: #666;
}

#blog_wrap table {
    width: 100%;
    margin: 30px 0;
    font-size: 15px;
    line-height: 1.7;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
#blog_wrap tr {
    border-top: 1px solid #e1e1e1;
    min-height: 1px;
}
#blog_wrap th:first-of-type {
    width: 199px;
    text-align: left;
}
#blog_wrap td:first-child, .single-body th:first-child {
    border-left-width: 0;
}
#blog_wrap th {
    font-weight: 700;
    background-color: #f3f3f3;
}
#blog_wrap td, #blog_wrap th {
    padding: 26px 24px;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}


#blog_wrap .alignleft{
  margin: 0 20px 20px 0;
  float: left;
}
#blog_wrap .alignright{
  margin: 0 0 20px 20px;
  float: right;
}

.autherinfo{
  margin-right: auto;
  margin-left: -4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
span.avater img{
  border-radius: 50% !important;
  margin: 0;
  -webkit-flex-basis: 62px;
  -ms-flex-preferred-size: 62px;
  flex-basis: 62px;
  max-width: 62px;
  width: 62px;
  height: 62px;
  margin-bottom: 0px !important;
}

.autherinfo .author-name{
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 13px;
  line-height: 1;
  color: #181818;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

p.cateinfo{
    line-height: 1.5 !important;
}

#sidebar-nav > li{
  margin-bottom: 50px;
}
h2.widgettitle{
  font-size: 20px;
  letter-spacing: 0.1rem;
  margin-bottom:20px;
  border-bottom: 3px solid #333;
  padding-bottom: 10px;
}

.widget_categories li,.widget_rensai li{
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 14px;
}
.widget_rensai li{
  font-size: 12px;
}
.widget_categories li a,.widget_rensai li a{
  display: block;
  padding: 20px 30px 20px 0;
  position: relative;
  transition: .25s;
}
.widget_categories li a::after,.widget_rensai li a::after{
  content: "";
  display: block;
  background: url(../images/top/apply_icon02@2x.png) no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 10px;
}
.widget_categories li a:hover,.widget_rensai li a:hover{
  background-color: #56a0c9;
  color: #fff;
}


iframe.wp-embedded-content  {
    width:100%;
}
.wp-embed p{
    font-size: 0.85em;
}


.rpwe-thumb{
  border: none !important;
  border-radius: 5px !important;
}
.rpwe-block h3{
  font-size: 13px !important;
  font-weight: bold;
}
.rpwe-block a{
  transition: .25s;
}
.rpwe-block a:hover{
  color: #56a0c9;
}

/*
#category-list a{
  border: 1px solid #000;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
}
#category-list a:hover{
  background-color: #000;
  color: #fff;
}
*/

blockquote{
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #666;
}
blockquote p{
  color: #666;
  font-style: italic;
  font-size: 1.1rem;
}


.box1{
  padding: 30px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  display: block;
}

.box2{
  padding: 30px;
  border: 2px solid #000;
  margin-bottom: 20px;
  display: block;
}

.box3{
  padding: 30px;
  background: #eee;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.hilight1{
  background-color: #fcec52;
  padding: 0 3px;
  font-weight: bold;
}
.underline1{
  background: linear-gradient(transparent 75%,#fcec52 40%);
  font-weight: bold;
}
.underline1{
  background: linear-gradient(transparent 75%,#fcec52 40%);
  font-weight: bold;
}

#blog_wrap .button{
  position: relative;
}
#blog_wrap .button a {
  max-width: 300px;
	background-color: #43292D;
	border: 1px solid #43292D;
	border-radius: 0.15625rem;
	color: #fff !important;
	display: inline-block;
	font-size: 1.05rem;
	font-weight: bold;
	padding: 0.75rem 0;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
  text-decoration: none;
}
#blog_wrap .button a:hover {
  background-color: #FFDEDA;
  border: 1px solid #43292D;
  color: #43292D !important;
}
#blog_wrap .button a:hover{
  color: #43292D !important;
}

#blog_wrap .button::before {
  -webkit-mask-image: url("../assets/images/common/arrow-white.svg");
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.625rem;
	mask-image: url("../assets/images/common/arrow-white.svg");
	mask-repeat: no-repeat;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1rem;
	transition: all 0.5s;
}

#blog_wrap .button:hover::before {
	background-color: #43292D;
	right: 0.4375rem;
}

/*
.button{
  padding: 25px 0;
  display: block;
  font-size: 18px;
  letter-spacing: .26em;
  border: solid 2px #56A0C9;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.button::after{
  content: "";
  display: block;
  background: url(../images/top/benefit_icon02@2x.png) no-repeat center center;
  width: 30px;
  height: 100%;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 50px;
  transition: .2s;
}
*/


.aligncenter{
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .area-blog{
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
  #blog_wrap h1{
    font-size: 1.7rem;
  }
  img.rpwe-thumb{
    width: auto !important;
  }
  #blog_wrap,#sidebar{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    float: none;
  }
    #blog_wrap p {
        font-size: 17px;
        line-height: 1.8;
    }
    .w_b_quote{
      font-size: 14px;
    }
  #blog_wrap ul, #blog_wrap ul>li, #blog_wrap ol, #blog_wrap ol>li{
    font-size: 16px;
    margin: 10px 0 20px;
  }

}
@media only screen and (max-width: 768px) {
  .area-blog{
    padding: 15px;
  }
  .seriesinfo{
    line-height: 2;
    font-size: 0.7rem;
  }
  #blog_wrap h1{
    font-size: 1.5rem;
  }
  #blog_wrap h2{
    font-size:24px;
      letter-spacing: 0;
  }
  #blog_wrap h3{
    padding: 7px 16px 8px;
    font-size: 18px;
  }
  #blog_wrap h4{
    font-size: 16px;
    margin: 36px 0 10px;
  }
  #blog_wrap td, #blog_wrap th{
    padding: 16px 14px;
  }
  #category-list a{
    padding: 0.25rem 1rem;
    font-size: 0.7rem;
  }
  blockquote{
    padding: 15px;
    margin: 15px;
  }
  blockquote p{
    font-size: 0.9rem;
  }
  .box1,.box2,.box3 {
      padding: 15px;
  }
}
@media only screen and (max-width:500px) {
  #blog_wrap{
    padding: 15px;
  }
  #toc_container{
    font-size: 85%;
  }
  #toc_container ul.toc_list{
    margin: 0 !important;
  }
  #blog_wrap td, #blog_wrap th{
    padding: 6px 4px;
  }
  span.avater img{
    width: 45px;
    height: 45px;
  }
  #blog_wrap .articleinfo{
    font-size: 0.6rem;
  }
  blockquote{
    padding: 10px;
    margin: 10px;
  }
  blockquote p{
    font-size: 0.8rem;
  }
  .box1,.box2,.box3 {
    padding: 10px;
  }
  #blog_wrap h2{
    font-size:22px;
  }
}
@media only screen and (max-width:500px) {
  .area-blog{
    padding: 0;
  }
}
@media only screen and (max-width:375px) {
  .area-blog{
    margin-top: 0;
  }
  .blog-header{
    padding: 0px 0 15px 0;
    border: none;
  }
  .eyeimg{
    border-radius: 0;
  }
  #blog_wrap p.cateinfo{
    float: none !important;
  }
}



#blog_wrap .rensai-next a{
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding: 15px 60px 15px 15px;
  border: 2px dashed #333;
  border-radius: 10px;
  position: relative;
  color:inherit;
}
#blog_wrap .rensai-next a::after{
  content: "";
  display: block;
  background: url(../images/top/apply_icon02@2x.png) no-repeat center center;
  background-size: 100% auto;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 17px;
}
#blog_wrap .rensai-next a:hover{
  background-color: #f5f5f5;
}

#blog_wrap .rensai-next a img{
  float: left;
  margin: 0 20px 0 0;
    width: 150px;
}
#blog_wrap .rensai-next a h3{
    font-size: 1.5rem;
    margin: 0;
    color: #333;
    background: transparent;
    padding: 0;
    line-height: 1.3;
}

#blog_wrap .rensailist {
  margin: 50px 0 50px 0;
  background: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  clear: both;
}
#blog_wrap .rensailist h2 {
  margin-top: 0;
  font-size: 1.5rem;
}
#blog_wrap .rensailist p{
    font-size: 0.9em;
    line-height: 1.3;
}
#blog_wrap .rensailist .rensailist-item {
    text-decoration: none;
    display: block;
    clear: both;
    padding: 5px;
    overflow: hidden;
    color: #43292D;
    line-height: 1.3;
    opacity: 1;
}
#blog_wrap .rensailist-top .rensailist-item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
#blog_wrap .rensailist .rensailist-item:hover {
  background: #fff;
}

#blog_wrap .rensailist .rensailist-item .seriesno{
    padding: 2.5px 5px;
    font-size: 0.7em;
    margin-bottom: 5px;
}
#blog_wrap .rensailist .rensailist-item img{
    width:60px;
    float: left;
    margin: 5px 10px 10px 0;
}
#blog_wrap .rensailist .rensailist-item h3{
    margin: 0;
    font-size: 16px;
    padding: 0;
    background: transparent;
    font-weight: normal;
}

#blog_wrap .rensailist-btn{
    margin-top: 20px;
    text-align: center;
}
#blog_wrap .rensailist-btn.is-btn-hidden{
  display:none;
}
#blog_wrap .rensailist-btn button {
    background-color: #43292D;
    border: 1px solid #43292D;
    color:#fff;
    font-size: 0.75rem;
    cursor: pointer;
    outline: none;
    padding: 0.75rem 0;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 3px;
    width: 120px;
}
#blog_wrap .rensailist-btn button:hover {
    background-color: #FFDEDA;
    color:#43292D;
}
@media only screen and (max-width: 780px) {
    #blog_wrap .rensai-next a img{
        width: 120px;
    }
    #blog_wrap .rensai-next a h3{
        font-size: 1.3rem;
    }
    #blog_wrap .rensailist h2 {
    font-size: 1rem;
    }
    #blog_wrap .rensailist a img{
        width:80px;
    }
    #blog_wrap .rensailist a{
        padding: 7.5px;
    }
    #blog_wrap .rensailist a h3{
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    #blog_wrap .rensai-next a{
        padding: 10px;
    }
    #blog_wrap .rensai-next a img{
        width: 100px;
    }
    #blog_wrap .rensai-next a h3{
        font-size: 1.1rem;
    }
    #blog_wrap .rensai-next a::after{
        display: none;
    }
}
@media only screen and (max-width: 420px) {
    #blog_wrap .rensai-next a h3{
        font-size:0.9rem;
    }
}
@media only screen and (max-width: 400px) {
    #blog_wrap .rensailist{
        padding: 10px;
    }
    #blog_wrap .rensailist a h3{
        font-size: 12px;
    }
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
width:100%;
margin: 36px 0 24px;
padding:0;
display: table;
}
#prev_next  #prev, #prev_next  #next{
width: 50%;
padding:30px 10px 10px;
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
display: table-cell;
position:relative;
text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
line-height:1.5;
color: #333;
}
#prev_next a::before, #prev_next a::before{
  display: none;
}
#prev_next #prev:hover, #prev_next #next:hover{
background-color: rgba(238,238,238,0.7);
}
#prev_next #prev{
border-right:#ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
font-size:14px;
line-height: 1;
top:-1em;
position:absolute;
border: 1px #ccc solid;
background:#fff;
text-align: center;
padding:3px;
color:#666;
border-radius: 5px;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img, #prev_next #next img{
margin:0 auto;
width: 100px;
}
#prev_next #prev_no, #prev_next #next_no{
width: 50%;
height:140px;
padding:0 10px;
display: table-cell;
}
#prev_next #prev_no{
border-right:#ccc 1px solid;
}
#prev_next_home{
display: none;
margin:0 auto;
background-color: #f48881;
border: solid 9px #fff;
width: 100px;
height:100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
box-shadow: 0 0 0 3px #f48881;
-webkit-box-shadow: 0 0 0 3px #f48881;
-moz-box-shadow: 0 0 0 3px #f48881;
text-align:center;
}
#prev_next_home:hover{
background-color: rgba(244,136,129,0.7);
}
#prev_next_home i{
color:#FFF;
margin:10px auto ;
font-size:60px;
}
/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 500px) {
/*-- ここから --*/
/*--------------------------------------
768px PREV NEXT
--------------------------------------*/
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
#prev_next #prev_title, #prev_next #next_title{
padding:3px 10px;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img{
float:left;
margin-right:10px
}
#prev_next #next img{
float:right;
margin-left: 10px;
}
/*-- ここまで --*/
}

@media only screen and (max-width: 991px) {
  #prev_next #next img,#prev_next #prev img{
    width: 80px !important;
  }
}
@media only screen and (max-width: 499px) {
  #prev_next #next img,#prev_next #prev img{
    width: 100% !important;
  }
}


/* 関連記事 */
.yarpp-related h3{
    display: none;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
  width: 24.25% !important;
  height:  auto !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border: none !important;
  padding: 5px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover{
  background-color: #f5f5f5;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default{
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 5px !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
  width: 100% !important;
  margin: 5px 0 !important;
  font-size: 0.8em !important;
  line-height: 1.5 !important;
  max-height: none !important;
  text-decoration: none !important;
  color: #333 !important;
}
@media only screen and ( max-width: 680px ) {
  .yarpp-thumbnails-horizontal .yarpp-thumbnail{
    width: 49.25% !important;
  }
}


/* リンクカード */
img.lkc-favicon{
  width: auto !important;
}
a.lkc-link::before{
  display: none !important;
}
.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap{
  max-width: 100% !important;
  box-shadow: none !important;
  border:1px solid #ccc !important;
}

/* 目次 */
div#toc_container{
  box-sizing: border-box;
}
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li{
    margin:10px !important;
    border: none;
    padding: 0;
}
#toc_container > ul{
    border:none !important;
}
#toc_container > ul > li > ul >li{
  margin: 5px !important;
}
#toc_container.no_bullets li{
  padding: 0 !important;
}
#toc_container.no_bullets li::before{
  display: none !important;
}
#toc_container > ul > li > a{
  font-weight: bold !important;
  letter-spacing: 0;
}
#toc_container a span{
  margin-right: 10px !important;
}

/* SNS */
.a2a_kit a::before{
  display: none !important;
}

.addtoany_share_save_container {
  text-align:center;
	margin-top:3em !important;
}

.addtoany_list a {
	padding:0 10px !important;
}




/*********************************

blog summary

**********************************/

/* 画像　最適化 */
.object_fit_img{
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.img_wrapper{
    position: relative;
    width: 100%;
}
.img_wrapper:before {
    content:"";
    display: block;
    padding-top: 66%;
}
.img_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	overflow:hidden;
}
.img_content img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
/**** END 画像　最適化 ****/


.l-blog {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-blog-link {
	padding-left: 20px;
	padding-right: 20px;
}
/*
.p-blog__inner  {
	padding-left: 30px;
	padding-right: 30px;
}
*/

.p-blog__title {
	text-align: center;
}

@media screen and (min-width: 768px) {


    .l-blog-link {
        padding-bottom: 2.0625rem;
    }

    .l-blog {
        margin-top: 9rem;
    }

    .p-blog-link {
        max-width: 81.25rem;
    }
    /*
    .p-blog__inner {
        max-width: 55.75rem;
    }
    */


    }



.area-summary .l-inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
}

@media screen and (max-width: 960px) {
    .area-summary .l-inner{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
  .area-summary .l-inner{
      grid-template-columns: repeat(1, 1fr);
  }
}

/************************************
** レスポンシブページネーション
************************************/

.nextpagebt{
    font-weight: 300;
    padding: 5px 30px;
    text-decoration: none !important;
    border: 2px solid #43292D !important;
    color: #43292D;
    margin: 45px auto 0 auto;
    display: inline-block;
    border-radius: 25px;
    font-size: 1rem;
    width: 200px;
    text-align: center;
    display: block;
    position: relative;
}
.nextpagebt::after{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: url(../images/arrow_r_b.svg) no-repeat center top;
    width: 8px;
    height: 13px;
}
.nextpagebt:hover{
     background-color: #43292D;
    color: #fff !important;
}
.nextpagebt:hover::after{
    background: url(../images/arrow_r_w.svg) no-repeat center top;
}


.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
  border: none !important;
}
.pagination li {
	list-style-type: none !important;
	font-size: 1.125rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pagination li::before{
  display: none !important;
}
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #43292D !important;
  display: flex !important;
  padding: 0 !important;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none !important;
  border: 2px solid #43292D !important;
  min-width: 40px;
  min-height: 40px;
  color: #000;
	margin: 3px;
  border-radius: 50%;
  font-size: 1rem;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 2px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #43292D;
 cursor: default;
 pointer-events: none;
 color: #ffffff !important;
}



@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
  .pagination a {
    min-width: 35px;
    min-height: 35px;
  }
}

@media only screen and ( max-width: 500px ) {
  /*
  .pagination li {
    /* screen readers only */
    /*
    position: absolute;
    top: -9999px;
    left: -9999px;
  }*/

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

/**** END レスポンシブページネーション ****/


.blog-page li.recent-posts-extended{
  display: none;
}
.lower h1.lower-ttl01{
  font-size: 16px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.lower h1.lower-ttl01:before{
  display: none !important;

}
.summary-post{
  clear: both;
}
.img_wrapper{
  width: 40%;
  float: left;
  margin-right: 20px;
}
.img_wrapper img{
  border-radius: 5px;
}
.summary-post-info{
  overflow: hidden;
}
.area-summary #blog_wrap .summary-post-content{
  text-decoration: none;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.area-summary #blog_wrap .summary-post-content:hover{
  background-color: #f5f5f5;
}

.area-summary #blog_wrap .summary-post-content .seriesinfo{
  line-height: 1.3;
  font-size: 0.75rem;
    display: block;
}
.area-summary #blog_wrap h2{
  font-size: 22px;
  letter-spacing: 0.1rem;
  color: #333;
  text-decoration: none;
  border-bottom: none;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}

.pagelayout #blog_wrap h2{
    margin: 10px 0 20px;
    line-height: 1.5;
}
.area-summary #blog_wrap .articleinfo{
  text-align: left;
  font-size: 0.6rem;
}


@media only screen and ( max-width: 768px ) {
  .area-summary #blog_wrap h2{
    margin: 5px 0 0 0;
    font-size: 18px;
      line-height: 1.3;
  }

}
@media only screen and ( max-width: 500px ) {
    .area-summary #blog_wrap .summary-post-content{
        padding: 15px 0;
    }
  .img_wrapper{
    margin-right: 10px;
  }
  .area-summary #blog_wrap h2{
    margin: 0 0 10px 0;
      font-size: 14px;
  }
    .area-summary #blog_wrap .summary-post-content .seriesinfo{
        font-size: 7px;
    }
}
@media only screen and ( max-width: 400px ) {
  .area-summary #blog_wrap .summary-post-content{
    padding: 15px 0;
  }
  .area-summary #blog_wrap h2{
    font-size: 12px;
    margin-bottom: 0;
  }
}
