#blog {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #F6F6F6;
}

h2.widgettitle {
    font-size: 24px;
    font-weight: 700 !important;
    color: #555555;
    padding: 5px;
    border-bottom: 3px solid #349cd0;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
}

.oso_title {
    font-size: 14px;
    font-weight: 600;
}

.blog-content {
    /*    width: 70%;*/
    float: left;
    background: #fff;
}

.blog-h3 {
    font-weight: bold;
    border-bottom: solid 3px #2447af;
}

/*
.blog-img {
    padding-right: 0!important;
    padding-left: 3px!important;
}
*/

.txt-date {
    text-align: left;
    font-size: 14px;
}

.txt-excerpt {
    font-size: 14px;
}

.wpwidget {
    float: right !important;
    margin-top: -78px;
}

.wpwidget2 {
    margin-top: -20px;
}

.wpwidget a {
    color: #ecd3c3;
}

.widgetrow {
    padding-bottom: 15px;
    /*	padding-top: 15px;*/
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
}

.widgetrow ul {
    padding-left: 0;
}

.widgetrow ul li {
    list-style: none;
    color: #000;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dotted #000;
    padding: 10px 0;
}

.widgetrow ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

div.oso_box_12.justify {
    padding: 10px 20px;
    /*
    border: 2px solid #4568A2;   
    border-radius: 15px;
*/
    border-bottom: 1px dotted #000;
    margin-bottom: 20px;
    background-color: #fff;
    color: #000;
}


div.oso_box_12.justify a:hover {
    color: #2447af;
}

.img-properties img {
    /*
    padding-right: 0!important;
    padding-left: 3px!important;
    height: 280px;   
    width: 100%;
    object-fit: cover;
*/
}

.read-more {
    background-color: #FBFBEF;
    border: 2px solid #4568A2;
    color: #4568A2;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    margin-top: 15px;
    font-weight: bold;
}

div.oso_box_12.justify a {
    color: #000;
}

.read-more:hover {
    background-color: #4568A2;
    color: #fff;
}

div.oso_box_12.justify a:hover {
    /*    color: #fff;*/
}

/*
.attachment-post-thumbnail {
    width: 150px;
    height: auto;
    object-fit: cover;
}
*/

.a-p1 {
    font-size: 18px;
    font-weight: 700;
}

.a-p2 {
    color: #349cd0;
}

.a-p3 {
    line-height: 200%;
}

.pagination {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.pagination .page-numbers {
    padding: 0 15px;
}

.pagination .current {
    background-color: #349cd0;
    color: #fff;
}



@media screen and (max-width:768px) {
    h2.widgettitle {
        font-size: 18px;
        font-weight: bold;
    }

    .blog-content {
        width: 100%;
        float: left;
    }

    .wpwidget {
        float: left !important;
        margin-top: 0;
        width: 100%;
    }

    .widgetrow {
        width: 100%;
    }

    .pagination {
        float: left;
        display: flex;
        justify-content: center;
        font-weight: bold;
    }
}





/* Blog */
.info-title {
    font-weight: bold;
    font-size: 20px;
}
.blog_wrap {
    padding: 60px 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.sidebar {
    padding: 0 15px;
}

.sidebar .title-style14 {
    margin-top: 0;
}

.sidebar-wrap {
    padding: 20px 10px 30px 10px;
    background-color: #fff;
    margin-bottom: 40px;
}

.main-blog-ct {
    background-color: #fff;
    padding: 20px 15px 30px;
}

.list-posts .post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
}

.list-posts .post:last-child {
    /*    margin-bottom: 0;*/
}

.list-posts .post a {
    display: flex;
    flex-wrap: wrap;
}

.list-posts .post a .title {
    font-weight: 600;
}

.list-posts .post a .img {
    width: 30%;
}

.list-posts .post a .img img {
    max-width: 100%;
    height: auto;
}

.list-posts .post a .info {
    width: 100%;
    /* padding-left: 15px;*/
    letter-spacing: 0;
}

.sidebar ul {
    list-style-type: none;
}

.sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #000;
    font-size: 16px;
    font-weight: 5500;
    letter-spacing: 0;
}

.sidebar ul li a {
    color: #000;
}

.sidebar ul li:first-child {
    padding-top: 0;
}

.single img {
    max-width: 100%;
    height: auto;
}

.single-date {
    margin: 15px 0;
    font-size: 16px;
    letter-spacing: 0;
}

.single-ct {
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 0;
}

.single-ct p {
    line-height: 160%;
}

.single-ct strong {
    font-weight: bolder;
}

.info {
    font-size: 16px;
    line-height: 160%;
}

.mgb-30 {
    margin-bottom: 30px;
}

.sidebar .title-style14 {
    margin-top: 0;
}

.f-24 {
    font-size: 26px;
}

.tal-l {
    text-align: left;
}

.date {
    font-size: 16px;
    font-weight: 550;
}

.excerpt {
    font-weight: 400;
}

.excerpt p {
    line-height: 160%;
}

.info div {
    line-height: 160%;
}

.ig-feed {
    overflow: auto;
}

.img-100 {
    width: 100%;
}

.line-qr {
    position: relative;
    left: 61%;
    top: -106px;
    width: 100px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: transparent !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid transparent !important;
    font-size: 16px;
    padding: 0 15px !important;
}
@media screen and (max-width: 767px) {
    .blog_wrap {
        padding: 30px 10px;
    }

    .main-blog-ct {
        margin-bottom: 60px;
        padding: 20px 10px 30px 10px;
    }

    .list-posts .post a .img {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .list-posts .post a .info {
        width: 100%;
        padding-left: 0;
    }

    .sidebar {
        padding: 0;
    }
}

/* End Blog */