@charset "UTF-8";
body {
    font-family: "Hanuman", serif !important;
}
#bread_crumb,
#main {
    border-bottom: 1px solid #ddd;
}
#next_prev_post,
.news,
.news-headline .meta_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
#next_prev_post .title,
#related_post .title {
    line-height: 1.6;
    max-height: 3.2em;
    visibility: visible;
    word-wrap: break-word;
/*     word-break: break-all; */
}
#related_post .title,
.news-body {
    word-wrap: break-word;
}
#main {
    margin: 80px auto auto;
}
#bread_crumb {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
    border-top: 1px solid #ddd;
}
#bread_crumb .inner {
    width: 1150px;
    margin: auto;
    display: flex;
    align-items: center;
}
#bread_crumb span {
    display: flex;
    align-items: center;
    padding: 0 8px;
}
#bread_crumb a:hover,
#next_prev_post .title span:hover,
.post_list .item a:hover,
.widget_tab_post_list a:hover {
    color: #46aa32;
}
#bread_crumb .active {
    color: #46aa32;
}
#bread_crumb p {
    margin: 0;
    padding: 0;
}
.next {
    width: 6px;
    height: 6px;
}
.news {
    width: 1150px;
    margin: 40px auto 0;
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 150px;
}
.meta,
.share-type2 {
    width: auto;
}
.news:after {
    position: absolute;
    left: 810px;
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd;
}
#next_prev_post,
#next_prev_post .item,
#next_prev_post a,
#post_image,
.news-headline .date {
    position: relative;
}
.meta {
    display: flex;
    align-items: center;
    margin: 4px 0 20px;
}
.news-category {
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 0 0 15px;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #cd96b6;
/*     transition: 0.2s ease-in-out; */
}
.news-date,
.news-headline .date,
.news-headline .update {
    font-size: 14px;
    color: #999;
}
.news-title {
    margin-top: 0;
}
.news-body p {
    line-height: 1.5;
    margin: 0 0 10px;
}
.news-body ul {
    list-style: circle;
    margin-left: 1.3em;
}
.news-body li {
    list-style: unset;
}
.news-body dd,
.news-body dt,
.news-body li {
    line-height: 2.2;
}
.custom-html-widget a,
.news-body a {
    color: #1e73be;
}
#main_col {
    width: 770px;
    padding: 0px 0 40px 0;
    margin: 0 40px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-headline .meta_top {
    margin: 12px 0 0;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.news-headline li {
    list-style: none;
}
.news-headline .update {
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 0 10px;
    border-left: 1px solid #ddd;
}
.news-headline .update:before {
    content: "";
    background: url(/wp-content/themes/eco-ring/assets/svg/reload.svg) center center/100% no-repeat;
    height: 12px !important;
    width: 12px;
}
.news-headline .image {
    margin-top: 40px;
}
#post_image {
    width: 100%;
    height: 440px;
    margin: 0 0 40px;
}
#single_share_bottom {
    margin: 40px 0 0;
}
#single_share_bottom .share-btm {
    margin-bottom: 0 !important;
    padding: 0;
}
#single_share_bottom .mb45 {
    margin: 0 !important;
}
.share-type2 ul.type2 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.share-type2 ul.type2 li {
    display: inline-block;
    padding: 0;
    text-align: center;
}
.share-type2 ul.type2 li a {
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    color: #222 !important;
    text-align: center;
    background: #fafafa !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    text-shadow: none;
    line-height: 25px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.share-type2 ul.type2 li.facebook a,
.share-type2 ul.type2 li.twitter a,
.share-type4 ul.type4 li.facebook a,
.share-type4 ul.type4 li.twitter a {
    color: #222 !important;
    background-color: #fafafa !important;
}
.share-type2 ul.type2 li a .ttl {
    margin: 0 3px 0 2px;
    text-align: center;
    line-height: 20px;
}
.share-type2 ul.type2 li a .share-count {
    color: #444;
    font-size: 9px;
    padding: 0;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.share-type2 ul.type2 li.facebook a:hover,
.share-type2 ul.type2 li.hatebu a:hover,
.share-type2 ul.type2 li.twitter a:hover,
.share-type4 ul.type4 li.facebook a:hover,
.share-type4 ul.type4 li.hatebu a:hover,
.share-type4 ul.type4 li.twitter a:hover {
    background: 0 0 !important;
    color: #222 !important;
    border-color: #00729f;
}
#next_prev_post {
    border-top: 1px solid #ddd;
    margin: 40px -40px 0 0;
    padding-right: 40px;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#next_prev_post .item:first-of-type {
    border-right: 1px solid #ddd;
    padding-right: 40px;
}
#next_prev_post .item {
    height: 122px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#next_prev_post .title_area,
.category_list_widget .square_headline h3 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#next_prev_post a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: 0 0;
}
#next_prev_post .title_area {
    display: block;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
#next_prev_post .title,
#related_post {
    position: relative;
    -webkit-box-sizing: border-box;
}
#next_prev_post .title {
    padding-left: 40px;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    box-sizing: border-box;
}
#next_prev_post .title span,
#related_post .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#next_prev_post .prev_post .title {
    padding-left: 0;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#next_prev_post .next_post .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#next_prev_post .next_post .title img {
    transform: rotate(180deg);
}
#next_prev_post .prev_post .title span {
    padding-left: 30px;
}
#news_next_prev_post .prev_post .title:after {
    content: "";
    height: 13px;
    width: 13px;
    background: url(/wp-content/themes/eco-ring/assets/svg/previous-black.svg) left center/contain no-repeat;
    left: 0;
}
#next_prev_post .item:last-of-type {
    padding-left: 40px;
}
#next_prev_post .nav {
    display: none;
}
#related_post {
    margin: 70px 0 -40px;
    box-sizing: border-box;
}
#related_post .design_headline2 {
    font-size: 22px;
    margin: 0 -40px 70px 0 !important;
}
.p-vertical,
.rich_font {
    font-family: Arial, "jp content", "en content", sans-serif;
    font-weight: 600;
}
.design_headline2 {
    font-size: 22px !important;
    font-weight: 600;
    margin: 100px -40px 63px 0 !important;
    padding: 0 40px 0 0 !important;
    border-top: 1px solid #ddd;
    text-align: center;
}
.design_headline2 span {
    display: inline-block;
    border-top: 3px solid #46aa32;
    padding-top: 20px;
    margin-top: -1px;
}
#related_post .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#related_post .item {
    width: calc(100% / 3 - 10px);
    margin: 0 15px 40px 0;
    position: relative;
}
#related_post .image,
#related_post .image_wrap,
.category_list_widget li a,
.widget_tab_post_list .image {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
#related_post .image_wrap {
    margin: 0 0 15px;
    height: 140px;
    z-index: 1;
}
#related_post .image,
.widget_tab_post_list .image {
    height: 100% !important;
    z-index: 2;
}
#related_post .title {
    font-weight: 500 !important;
    font-size: 14px;
    overflow: hidden;
}
.animate_background .image {
/*     -webkit-transition: transform 0.5s; */
/*     transition: transform 0.5s; */
/*     -webkit-transform: scale(1.1); */
/*     transform: scale(1.1); */
}
.animate_background:hover .image {
/*     -webkit-transform: scale(1); */
/*     transform: scale(1); */
}
#side_col {
    width: 340px;
}
.widget_content {
    border-bottom: 1px solid #ddd;
}
.category_list_widget {
    border-bottom: none;
    padding: 0;
    margin-top: -1px;
}
.category_list_widget .square_headline {
    height: 160px;
    padding-left: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.category_list_widget ul {
    margin: 0;
    padding: 0;
    border: none;
}
.category_list_widget li {
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 2;
}
.category_list_widget li a {
    background: #fff;
/*     border-bottom: 1px solid #ddd; */
    padding: 0px 0px;
    height: 90px;
    line-height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}
.category_list_widget li a:hover {
/*     padding-left: 50px; */
    color: #46aa32;
}
#archive_square_headline,
#global_menu ul ul a,
.category_list_widget .square_headline,
.design_button.type1 a {
    background: #46aa32;
}
.category_list_widget .square_headline h3 {
    line-height: 1.5;
    transform: translateY(-50%);
}
.category_list_widget .square_headline h3 span {
    display: block;
}
.square_headline .headline {
    font-size: 26px;
}
.tab_post_list_widget {
    position: relative;
}
.widget_tab_post_list_button div {
    height: 60px;
    line-height: 60px;
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    display: block;
    background: #f5f5f5;
    position: relative;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.widget_tab_post_list_button div:first-of-type {
    border-right: none;
}
.widget_tab_post_list_button {
    position: relative;
    z-index: 10;
}
.widget_tab_post_list_button div.active {
    background: #fff;
    pointer-events: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    padding: 0 20px;
}
.widget_tab_post_list .image_wrap {
    display: block;
    width: 110px;
    height: 110px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.widget_tab_post_list.active {
    opacity: 1;
    pointer-events: initial;
    position: relative;
    padding: 0;
    margin-top: 0;
    top: 0;
    left: 0;
    width: auto;
}
.widget_tab_post_list {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100px;
    left: 40px;
    width: calc(100% - 40px);
    border: 1px solid #ddd;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#tab_post_list_widget-2 {
    border-bottom: 1px solid #ddd;
    padding: 40px 0 40px 40px;
}
.widget_tab_post_list a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget_tab_post_list .title_area {
    width: calc(100% - 110px);
    position: relative;
}
.widget_tab_post_list li {
    margin: 0;
    padding: 18px;
    border-bottom: 1px solid #ddd;
    line-height: 2;
}
.widget_tab_post_list .title {
    font-size: 14px;
    line-height: 1.8;
    max-height: 5.4em;
/*     word-break: break-all; */
    overflow: hidden;
    padding: 0 0 0 18px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}
.widget_tab_post_list .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.widget_tab_post_list li:last-child {
    margin: 0;
    border: none;
}
#video-843-1 {
	max-width: 300px;
	max-height: 600px;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1201px) {
    #main_col,
    #side_col {
        width: auto;
        max-width: 770px;
    }
    #side_col,
    .category_list_widget .square_headline h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }
    #main {
        margin-top: 60px;
    }
    #bread_crumb {
        margin-bottom: 0;
    }
    #bread_crumb .inner {
        width: 100%;
    }
    .news {
        width: auto;
        padding: 40px 0 60px;
        margin: 0 auto;
        display: block;
    }
    .news:after {
        content: unset;
    }
    #main_col {
        margin: 0 auto;
        padding: 0;
    }
    .category_list_widget .square_headline {
        height: auto;
        line-height: 1;
        padding: 0 20px;
        position: relative;
        z-index: 2;
    }
    #side_col {
        margin: 70px auto 0;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border-left: 0;
    }
    .category_list_widget .square_headline h3 {
        height: 60px;
        line-height: 60px;
        position: relative;
        top: auto;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .category_list_widget ul {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .category_list_widget {
        margin-top: 0;
    }
    .widget_content {
        width: calc(50% - 20px);
        margin: 0 40px 40px 0;
        padding: 0;
        border: none;
    }
    .widget_content:nth-child(2n) {
        margin-right: 0;
    }
    #tab_post_list_widget-2 {
        padding: 0;
        border-bottom: 0;
    }
    #next_prev_post {
        padding-right: 0;
    }
    .category_list_widget .square_headline .headline {
        font-size: 18px;
    }
    .category_list_widget li a {
        border: 1px solid #ddd;
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        margin-top: -1px;
    }
    .category_list_widget li a:hover {
/*         padding-left: 30px; */
    }
    .widget_tab_post_list .image_wrap {
        width: 100px;
        height: 100px;
    }
    .widget_tab_post_list .title_area {
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 900px) {
    #main_col {
        width: auto !important;
        margin-bottom: 40px;
        padding: 0;
    }
    .news {
        padding: 20px 20px 40px;
        display: block;
    }
    #side_col {
        width: auto;
        margin: 40px auto 0;
        display: block;
        max-width: 365px;
    }
    .widget_content,
    .widget_content:nth-child(2n) {
        width: auto;
        margin: 0 0 40px;
    }
}
