@charset "UTF-8";
.pankuzLink{
    width: 100%;
    max-width:960px;
    margin: 1em auto 1em;
}
.date_in{
    font-size: 12px;
}

/*banner*/
.bannerbox .banner_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bannerbox .banner_inner li {
    width: 100%;
}

.bannerbox .banner_inner.multiple li {
    width: calc(50% - 10px);
}

.bannerbox img {
    width: 100%;
    height: auto;
}
.bannerbox{
    margin: 1em 0;
}
.under_box{
    width: 100%;
    max-width:960px;
    margin: 1em auto 1em;
}
.custom-bannerbox.custom-sidebar-box {
    margin: 1em auto 1em;
    padding: 0;
}

.custom-banner-inner {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-banner-inner.custom-multiple .custom-banner-item {
    margin-bottom: 12px;
}

.custom-banner-item {
    display: block;
    margin-bottom: 12px; /* 12pxの空きを設定 */
}

.custom-banner-item a {
    display: block;
}

.custom-banner-item picture {
    display: block;
    width: 100%;
}

.custom-banner-item img {
    width: 100%;
    height: auto;
}




.tag{
    margin-bottom: 22px;
    padding-top: 24px;
}
.entry-content{
    margin-top: 1rem;
}
.column_wide .tag{
    margin-bottom: 8px;
    padding-top: 4px;
}

.column_wide h2 span,.column_wide h2{
    font-size: 18px !important;
}
.column_wide h3 span,.column_wide h3{
    font-size: 16px !important;
}
.column_wide h2{
    margin-bottom: 12px;
}
.tag h2 {
    margin-bottom: 26px;
    text-align: center;
}
.tag h2 .tag_title {
    padding: 2px 0 0 28px;
    display: inline-block;
    font-size: 20px;
    background: url(../image/icon02.png) no-repeat left 8px;
    background-size: auto auto;
}
.tag_list{
    display: inline-block;
}
.tag_list li{
    margin-bottom: 10px;
    margin-right: 3px;
    display: inline-block;
}
.tag_list li a{
    padding: 1px 10px 0;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    background-color: #f2f2f2;
    line-height: 1.5;
}
.tag_count{
    color: #999;
}
@media screen and (max-width: 767px) {
.column_wide h3 span,.column_wide h3{
    font-size: 14px !important;
}
    .tag_list li a{
        padding: 5px 10px;
        display: inline-block;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        border-radius: 30px;
        background-color: #f2f2f2;
    }
    .tag_list{
        display: inline;
    }
    .tag_title{
        padding-left: 28px;
        display: inline-block;
        font-size: 20px;
        background: url(../image/icon02.png) no-repeat left 8px;
        background-size: 14px;
    }
}
.post_list{
    line-height: 1.5;
}
.cat_box{
    margin-bottom: 2px;
    margin-right: 5px;
    color: #f05579;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    color: #f7a01e !important;
}
.post_title{
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}
.date{
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 10px;
    line-height: 15px;
    color: #c6c6c6;
}
.post_box{
    position: relative;
    height: 100%;
}
.post_box a{
    padding-bottom: 1em;
    display: block;
    position: relative;
}
.archive_data_box{
    position: relative;
    margin: 0 5%;
}
.clear{
    clear: both;
}
.archive_list{
    margin-top: -35px;
    margin-bottom: 46px;
    margin-left: -2.3%;
    margin-right: -2.3%;
    display: flex;
    flex-wrap: wrap;
}
.archive_list li{
    margin-top: 35px;
    width: 28.4%;
    display: block;
    margin-left: 2.3%;
    margin-right: 2.3%;
    border: 1px solid #e5e5e5;
    position: relative;
}
.archive_img{
    margin-bottom: 17px;
    position: relative;
    height: 150px;
    overflow: hidden;
    width: 100%;
}

.archive_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 150px;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .archive_list{
        margin-top: -15px;
        margin-bottom: 30px;
        margin-left: -0.4em;
        margin-right: -0.4em;
    }
    .archive_list li{
        margin-top: 15px;
        width: calc((100% - 1.6em) / 2);
        margin-left: 0.4em;
        margin-right: 0.4em;
        display: block;
        box-sizing: border-box;
    }
    .archive_img{
        height: 128px;
        margin-bottom: 4px;
        width: auto;
    }
    .cat_box{
        margin-bottom: 1px;
        font-size: 10px;
    }
    .post_title{
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.5;
    }
}
#side_bar{
    margin-top: 1em;
}
.ranking_list_title{
    text-align: center;
    margin: 2em 0 1.5em;
}
.ranking_list_title .rank_tt{
    width: 100%;
    padding-left: 20px;
    margin-bottom: 26px;
    background: url(../image/icon_rank.svg) no-repeat left 0px;
    background-size: 18px;
}
.ranking_list_title .other_post{
    width: 100%;
    padding-left: 20px;
    margin-bottom: 26px;
    background: url(../image/icon_kiji.svg) no-repeat left 0px;
    background-size: 15px;
}
.rank_list li{
    margin-bottom: 17px;
    position: relative;
    overflow: inherit;
    float: none;
    clear: both;
}
.subBox{
    padding: 0 5px 15px 0;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.subBox a{
    display: block;
}
.photoBox{
    width: 90px;
    height: 90px;
    position: relative;
    float: left;
    overflow: hidden;
}
.photo img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 90px;
}
.textBox{
    margin-top: -2px;
    width: 67.2%;
    float: right;
}
.text_title{
    margin-bottom: 2px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.65;
}
.count{
    display: block;
    color: #999;
    font-size: 10px;
}

@media screen and (max-width: 767px) {
#side_bar{
    margin-top: 0em;
}
.ranking_list_title .rank_tt{
    margin-bottom: 23px;
    padding-left: 26px;
    font-size: 20px;
    background: url(../image/icon_rank.svg) no-repeat left 0px;
    background-size: 18px;
}
.ranking_list_title .other_post{
    margin-bottom: 23px;
    padding-left: 26px;
    font-size: 20px;
    background: url(../image/icon_kiji.svg) no-repeat left 0px;
    background-size: 18px;
}
.phptoBox{
    width: 80px;
    height: 80px;
}
.photo img{
    height: 80px !important;
    margin: 0 auto;
}
.textBox{
        padding-left: 97px;
        width: auto;
        float: none;
}
}
/* sidebar */



.rank_list li{
	margin-bottom: 17px;
    position: relative;
    overflow: inherit;
    float: none;
    clear: both;
}
.subBox{
    padding: 0 5px 15px 0;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.subBox a{
    display: block;
}
.photoBox{
	width: 90px;
    height: 90px;
    position: relative;
    float: left;
    overflow: hidden;
}
.photo img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 90px;
}
.textBox{
    margin-top: -2px;
    width: 67.2%;
    float: right;
}
.text_title{
    margin-bottom: 2px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.65;
}
.count{
    display: block;
    color: #999;
    font-size: 10px;
}

@media screen and (max-width: 767px) {
.phptoBox{
	width: 80px;
	height: 80px;
}
.photo img{
	height: 80px !important;
	margin: 0 auto;
}
.textBox{
        padding-left: 97px;
        width: auto;
        float: none;
}
.ranking_list{
    background-color: #f0f0f0;
    padding: 2em 2em 1em 2em;
    margin: 4em 0 2em;
}
}

/* 投稿 */
.entry-title{
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.05em;
    background-color: #f5f5f5;
    padding: 1em;
}
#toc_container{
    padding: 20px;
    background-color: #F9F7F4;
    margin-bottom: 1em;
}
.toc_title{
text-align: center;
font-size: 15px;
margin-bottom: 1.25em !important;
margin: 0 0 1.75em;
}

.toc_list{
margin: 0;
padding: 0;
list-style-type: none;
}
.toc_list li{
    margin-bottom: .4em;
    clear: both;
    line-height: 1.3em;
}
.toc_list li a{
    font-size: 15px;
    text-decoration: underline;
    box-shadow: none;
    color: #4382a9;
    word-wrap: break-word;
    font-size: 14px;
    word-break: break-all;
}
.TopContent_main{
  line-height: 1.5;
}
.TopContent_main p{
  margin: 0 0 1.75em;
}
.column_wide{padding: 0}

.sns-link {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.sns-link li {
    flex: 1;
    margin: 1%;
}

.sns-link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}

.sns-link li a img {
    width: 24px;
    height: 24px;
}

.sns-link li.fb a {
    border: 2px solid #1877f2;
    background: #1877f2;
}


.sns-link li.x a {
    border: 2px solid #000000;
    background: #000000;
}

.sns-link li.ln a {
    border: 2px solid #00b900;
    background: #00b900;
}



@media screen and (max-width: 767px) {
  .entry-title{
        font-size: 1.2em;
        line-height: 1.6;
  }
  .column_wide{padding: 0 2%;}
  .TopContent_main p{
    margin-bottom: 1.25em !important;
  }
}

.wp-pagenavi {
    margin: 40px auto;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8FC31F;
}
.wp-pagenavi a {
    color: #333;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    align-items: center;
}
.wp-pagenavi span.current {
        border: solid 1px #8FC31F;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi .first,
.wp-pagenavi .last {
    background: #8FC31F;
    color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}