@charset "UTF-8";
.blog_lists {
    flex-wrap: wrap;
    font-weight: 500;
}

.blog_lists>div {
    width: 30.33333333%;
    position: relative;
    margin-right: 3%;
    padding-bottom: 12%;
    padding-bottom: calc(70px + 1em);
    margin-bottom: 5%;
}

.blog_side {
    min-width: 14em;
    max-width: 14em;
    flex-wrap: wrap;
}

.blog_side>div {
    width: 100%;
}

.blog_side .widget {
    padding: 5% 0 8%;
}

.blog_side ul li {
    /*padding-top: 0.5em;*/
    /*padding-bottom: 0.5em;*/
    /*border-bottom: 1px solid #e4e4e4;*/
    color: #0A2856;
}

.blog_side_title {
    text-transform: unset;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    color: #0A2856;
    /*margin-bottom: 1em;*/
}

.blog_side_title>span {
    line-height: 14px;
}

.blog_side_title .blog_side_title_icon {
    vertical-align: middle;
    margin-right: 0.3em;
    display: inline-block;
    max-width: 14px!important;
}

.blog_side_title.option {
    position: relative;
}


/*.blog_side_title.option .option_btn{
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ccc;
  color: #00143c;
  border-radius: 3px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: 500;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.5;
  cursor: pointer;
  background-color: #f4f4f4;
}*/

.blog_lists .thumb_img img {
    max-width: 100%;
}

.blog_lists .thumb_img {
    padding-top: 80%;
    display: block;
    width: 100%;
}

.blog_lists .pop_data_btn3 {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
}

.blog_lists .pop_data_btn3 img {
    width: 100%;
    max-width: 210px;
}

.blog_meta {
    padding-top: 0.5em;
}

.blog_meta>div:first-child {
    float: left;
}

.blog_meta>div:last-child {
    float: right;
}

.blog_list .thumb_img_none {
    background: url(../../img/favimoto.png) center center no-repeat;
    background-size: 60% auto;
}

.blog_side .calendar #wp-calendar {
    width: 100%;
}

.blog_side .calendar caption {
    color: #555;
    font-weight: bold;
}

.blog_side .calendar td,
.blog_side .calendar th {
    color: #555;
    border: none;
    font-weight: bold;
    padding: 0.2em 0;
    text-align: center;
}

.blog_side .calendar th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f4f4f4;
}

.blog_side .calendar .blogpop_inline {
    color: #388ee1;
    font-weight: bold;
}

.blog_side .calendar tfoot {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.tagcloud span {
    border: 1px solid #0A2856;
    background-color: #fff;
    color: #0A2856;
    border-radius: 3px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: inline-block;
    margin-bottom: 0.4em;
    margin-right: 0.2em;
    font-weight: 500;
}

.blog_side a {
    text-decoration: none;
    color: #0A2856;
}

.overlay3 {
    display: none;
    z-index: 99999;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: rgba(0, 0, 0, .45);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay3 .inner {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 0;
    padding-right: 0;
}

.overlay3 .container {
    width: 95%;
}

.overlay3 .more {
    width: 100%;
    max-width: 1300px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -webkit-transition: margin 1s ease;
    -moz-transition: margin 1s ease;
    -ms-transition: margin 1s ease;
    -o-transition: margin 1s ease;
    transition: margin 1s ease;
    border: none;
}

.overlay3 .more img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.blogsingle {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8%;
    padding-bottom: 8%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.loadingimg {
    max-width: 200px!important;
    width: 50%!important;
    display: block;
}

.overlay3 .more .disp2 img.mw170 {
    max-width: 170px;
}

.overlay3 .more .disp2 img.mw210 {
    max-width: 210px;
}

#pop_blog .data {
    padding-top: 4%;
}

#pop_blog .content {
    white-space: pre-wrap;
    padding-top: 4%;
    padding-bottom: 9%;
}

#pop_blog .category .close_btn {
    padding-left: 1em;
}

#blog_running {
    top: auto;
    bottom: 20%;
    z-index: -1;
    pointer-events: none;
}

@media screen and (max-width: 902px) {
    .blogsection {
        flex-wrap: wrap
    }
    .blogsection>div {
        width: 100%;
        max-width: 100%;
    }

    .snssection {
        flex-wrap: wrap
    }
    .snssection>div {
        width: 100%;
        max-width: 100%;
    }

    .blog_lists>div {
        padding-bottom: 13%;
        width: 31.33333333%;
    }
    .blog_lists>div:nth-child(3n) {
        margin-right: 0;
    }
    .blog_lists {
        font-size: 14px;
    }

    .sns_lists>div {
        padding-bottom: 13%;
        width: 31.33333333%;
    }
    .sns_lists>div:nth-child(3n) {
        margin-right: 0;
    }
    .sns_lists {
        font-size: 14px;
    }

    .blog_side {
        border-top: 1px solid #e4e4e4;
        padding-top: 8%;
        margin-top: 6%;
    }
    .sns.blog_side {
        display: none;
    }
    .blog_side>div {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
    }
    .blog_side>div.block-tag {
        order: 1;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 459px) {
    .blogsection {
        width: 93%;
    }

    .snssection {
        width: 93%;
    }

    .blog_lists>div:nth-child(n) {
        width: 48%;
        margin-right: 4%;
        padding-bottom: 18%;
    }
    .blog_lists>div:nth-child(2n) {
        margin-right: 0;
    }

    .sns_lists>div:nth-child(n) {
        width: 48%;
        margin-right: 4%;
        padding-bottom: 18%;
    }
    .sns_lists>div:nth-child(2n) {
        margin-right: 0;
    }

    .blog_side>div.block-tag,
    .blog_side>div {
        order: none;
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
    }
    .blog_side>div.block-calendar {
        width: 100%;
        margin-right: 0;
    }
    .blog_side>div.block-calendar .widget {
        padding: 2.5% 3.5% 9%;
    }
}


/*ページャー*/

.wp-pagenavi a,
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-top: none !important;
}

.wp-pagenavi a {
    display: inline-block;
    vertical-align: middle;
}

.wp-pagenavi a.previouspostslink:active,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:active,
.wp-pagenavi a.nextpostslink:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0 !important;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
}

.wp-pagenavi a.previouspostslink:active,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:active,
.wp-pagenavi a.nextpostslink:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}