/*Blog_list*/

#blog_box {
    margin-top: 30px;
    padding-bottom: 40px;
}

.blog_list_ttl {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}


/*==============================
    コラムカテゴリ セレクト
================================*/

.category_select {
    position: relative;
    z-index: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 690px;
    margin: 30px auto 0;
    /* border: 2px solid #8fc31f; */
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.category_select>* {
    display: table-cell;
    vertical-align: middle;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.category_select>p {
    background: #8fc31f;
    width: 25%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.category_select>label>select {
    padding: 0 0 0 20px;
    width: 100%;
    height: 40px;
    background: #fff;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    cursor: pointer;
}

.category_select>label>select:hover {
    background: #fafafa!important;
}

.category_select>label>select option {
    font-size: 18px;
}

.category_select>label {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 75%;
}

.category_select>label:before {
    position: absolute;
    top: 11px;
    right: 22px;
    z-index: 2;
    margin: auto;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category_select>label:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    content: "";
    display: block;
    width: 60px;
    height: 40px;
    background: #8fc31f;
    pointer-events: none;
}

.category_select>select::-ms-expand {
    display: none;
}


/*==============================
    コラム一覧
================================*/

.blog_list {
    padding: 0 15px;
}

.blog_list>li {}

.blog_list>li>a {
    position: relative;
    display: block;
    margin: 10px auto 0;
    padding: 0 15px 5px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 3px solid #7fbec7;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog_list>li>a:hover {
    opacity: .8;
}


/* 更新日時・カテゴリ */

.blog_list-info {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #f7f2f2;
}

.blog_list-info>* {
    display: table-cell;
    vertical-align: middle;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog_list-info>p.date {
    width: 15%;
    background: #fff;
    color: #7fbec7;
    font-size: 12px;
    line-height: 1.75;
    text-align: left;
}

.blog_list-info>p.date:before {
    display: inline-block;
    margin-right: 12px;
}


/* カテゴリ */
.blog_category-link {
    width: 85%;
    padding: 5px 0 6px;
    text-align: left;
    z-index: 2;
}
.blog_category-link>li {
    display: inline-block;
    margin-left: 2px;
    padding: 0 5px;
    color: #fff;
    font-size: 24px;
    line-height: 18px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.blog_category-link>li>a {
    color: #fff;
    font-size: 14px;
}

.blog_category {
    width: 85%;
    padding: 5px 0 6px;
    text-align: right;
    z-index: 2;
}
.blog_category>li {
    display: inline-block;
    margin-left: 2px;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.blog_list-img {
    float: left;
    position: relative;
    width: 200px;
    height: 140px;
    overflow: hidden;
}

.blog_list-img img {
    position: absolute;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
}

.blog_list-detail {
    padding: 5px 0;
}

.blog_list-detail:after {
    display: block;
    clear: both;
    content: "";
}

.blog_ttl,
.blog_txt {
    /* margin: 16px 0 0 260px; */
    overflow: hidden;
}

.blog_ttl {
    margin: 0 auto 0 220px;
    padding: 10px 15px;
    min-height: 63px;
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    /*     background: #fafafa; */
    font-weight: bold;
    border-bottom: 2px solid #f7f2f2;
    overflow: hidden;
}

.blog_txt {
    margin: 0 auto 0 220px;
    padding: 5px 15px;
    height: 42px;
    font-size: 11px;
    line-height: 1.5;
    color: #777;
}


/*Blog_detail*/

#list_area {
    margin: 10px 0 24px;
    background: #FFFFFF;
    border: 3px #7fbec7 solid;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/*==============================
    記事概要
================================*/

.article_head {
    padding: 10px 20px 20px;
    background: #fafafa;
    border-bottom: 1px solid #7fbec7;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article_category li,
.article_date {
    display: inline-block;
    height: 20px;
    line-height: 18px;
}

.article_category {
    float: left;
    width: 420px;
}

.article_category>li {
    padding: 0 5px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.article_category>li:first-child {
    margin-right: 4px;
}

.article_date {
    float: right;
    display: inline-block;
    margin-left: 30px;
    padding: 0 20px;
    background: #fff;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f2f6f6;
    font-size: 11px;
    color: #388bb3;
    font-weight: bold;
}

.article_head>.article_title {
    clear: both;
    padding-top: 20px;
    max-height: 96px;
    color: #333;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    overflow: hidden;
}


/*==============================
    記事内容
================================*/

.list_box {
    padding: 20px 20px 0;
}


/*--blog CMS 上書き用--*/

.list_box>h3 {
    margin: 30px auto 20px;
    padding: 10px 20px;
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    background: #f2f6f6;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.list_box>h3>span {
    color: #333;
}

.list_box>h4 {
    position: relative;
    margin: 30px auto 20px;
    padding: 6px 14px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.list_box>h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 2px;
    height: 100%;
    background: #333;
}

.list_box>h5 {
    position: relative;
    margin: 30px auto 16px;
    padding: 0 14px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.list_box>h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #333;
}

.list_box>img,
.list_box>div>img {
    max-width: 100%;
}

.list_box,
.list_box div,
.list_box p,
.list_box span,
.list_box a,
.list_box ul,
.list_box div span,
.list_box div font,
.list_box p.MsoNormal,
.list_box p.MsoNormal font,
.list_box p.MsoNormal a,
.list_box p.MsoNormal span,
.list_box p.MsoNormal span font,
.list_box p.MsoNormal span span,
.list_box p.MsoNormal span a,
.list_box p.MsoListParagraph,
.list_box p.MsoListParagraph font,
.list_box p.MsoListParagraph a,
.list_box p.MsoListParagraph span,
.list_box p.MsoListParagraph span font,
.list_box p.MsoListParagraph span span,
.list_box p.MsoListParagraph span a {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif !important;
    font-size: 15px;
    line-height: 2.25;
    color: #555555;
    text-align: left;
}

.list_box p {}

.list_box a {
    color: #388bb3!important;
    text-decoration: underline;
}

.list_box a[href*="/member"]:last-of-type {
    text-decoration: none;
}

.list_box div>ul {
    margin: 10px auto;
}

.list_box .ul_type_disc {
    list-style-type: disc;
    padding-left: 20px;
}


/*---------------------*/

p.list_text {
    padding-bottom: 32px;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}

div.list_box .clear {
    clear: both;
}

div.list_box .right {
    float: right;
}

div.list_box .left {
    float: left;
}

div.list_box .overflow_h {
    overflow: hidden;
}

div.list_img_left {
    float: left;
    margin: 0 20px 20px 0;
}

div.list_img_right {
    float: right;
    margin: 0 0 20px 20px;
}

div.list_img_left img,
div.list_img_right img {
    background: #cccccc;
}

div.btn_single {
    text-align: center;
}

div.btn_single a {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 36px;
}

div.list_links {
    padding-bottom: 30px;
}

.list_banner {
    margin-bottom: 20px;
}

div.list_links p {
    margin-left: 10px;
    line-height: 18px;
}

ol.link_list {
    list-style: none;
}

ol.link_list li {
    margin-left: 10px;
    font-size: 14px;
}

ol.link_list li a {
    margin-left: 10px;
    color: #388bb3;
}

ol.link_list li a:hover {
    text-decoration: underline;
}


/*==============================
    ライター
================================*/

.article_writer {
    margin: 40px 0;
    padding: 15px 0;
    background: #fafafa;
    border: solid 2px #7fbec7;
    /* border-bottom: solid 2px #7fbec7; */
    overflow: hidden;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.writer_img {
    position: relative;
    float: left;
    margin-left: 30px;
    width: 140px;
    height: 140px;
    -ms-border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    background: #ccc;
    overflow: hidden;
}

.writer_img img {
    position: absolute;
    margin: auto;
}

.writer_name,
.writer_profile {
    padding-left: 200px;
    width: 420px;
}

.writer_name {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.list_box .writer_profile {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.75;
}


/*==============================
    sns 個別指定
================================*/

.list_sns .sns_box {
    text-align: center;
}


/*==============================
    前後の記事
================================*/

.blog_pager {
    margin: 20px auto;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    height: 100px;
}

.blog_pager>li {
    position: relative;
    width: 330px;
    overflow: hidden;
}

.blog_pager>li.prev {
    float: left;
}

.blog_pager>li.next {
    float: right;
}

.blog_pager>li.next:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 1px;
    height: 100%;
    background: #666;
}

.blog_pager>li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog_pager li a:hover {
    background: #eee;
}

.blog_pager>li.prev a:before,
.blog_pager>li.next a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 24px;
    height: 100%;
}

.blog_pager>li.prev a:before {
    left: 0;
    background: url(../img/arrow_page.png) no-repeat center;
    background-size: 50%;
    transform: rotate(180deg);
}

.blog_pager>li.next a:before {
    right: 0;
    background: url(../img/arrow_page.png) no-repeat center;
    background-size: 50%;
}

.pager_img {
    float: left;
    position: relative;
    margin: 10px 0;
    width: 100px;
    height: 80px;
    overflow: hidden;
}

li.prev .pager_img {
    margin-left: 44px;
}

li.next .pager_img {
    margin-left: 15px;
}

.pager_img img {
    position: absolute;
    margin: auto;
}

li.prev span,
li.prev p {
    padding-left: 165px;
    color: #333;
}

li.next span,
li.next p {
    padding-left: 135px;
    color: #333;
}

.blog_pager li span {
    display: block;
    font-size: 12px;
    line-height: 24px;
}

.blog_pager li p {
    margin-top: 8px;
    width: 150px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}


/*==============================
    人気記事
================================*/

.blog_recommend {
    margin: 60px 0;
}

.blog_recommend>h3 {
    margin: 0 0 8px 60px;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

.recommend_list {
    padding: 19px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

.recommend_list li {
    position: relative;
    float: left;
    width: 330px;
    height: 101px;
    overflow: hidden;
}

.recommend_list li:first-child,
.recommend_list li:nth-child(2) {
    border-bottom: 1px solid #ccc;
}

.recommend_list li:nth-child(2n+1) {
    clear: both;
}

.recommend_list li:nth-child(even):before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    display: block;
    margin: auto;
    width: 1px;
    height: 90%;
    background: #ccc;
}

.recommend_list li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.recommend_list li a:hover {
    background: #eee;
}

.recommend_img {
    float: left;
    position: relative;
    margin: 10px 0;
    width: 100px;
    height: 80px;
    overflow: hidden;
}

.recommend_list li:nth-child(odd) .recommend_img {
    margin-left: 44px;
}

.recommend_list li:nth-child(even) .recommend_img {
    margin-left: 15px;
}

.recommend_img img {
    position: absolute;
    margin: auto;
}

.recommend_list li:nth-child(odd) p {
    padding-left: 165px;
    color: #333;
}

.recommend_list li:nth-child(even) p {
    padding-left: 135px;
    color: #333;
}

.recommend_list li p {
    margin-top: 8px;
    width: 150px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}


/*==============================
    サイドカラム
================================*/

#side_list {
    margin-bottom: 20px;
    background: #ffffff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

#side_list p.list_ttl {
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    background: #8fc31f;
    text-align: center;
}

#side_list .list_ttl span {
    margin-top: 4px;
    display: block;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #fff;
}


/*========================
    最新コラム
==========================*/

.latest_blog {
    padding: 0;
    border-bottom: 2px solid #8fc31f;
}

.latest_blog li {
    padding: 0;
    border-bottom: 1px solid #f7f2f2;
    overflow: hidden;
}

.latest_blog li.last {
    border-bottom: none;
}

.latest_blog li>* {
    line-height: 16px;
}

.latest_blog li>span {
    display: none;
}

.latest_blog li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto 0;
    display: block;
    height: 3px;
    width: 10px;
    background: #f69835;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    content: "";
}

.latest_blog li a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 24px;
    color: #555555;
    font-size: 12px;
    line-height: 1.5;
}

.latest_blog li a:hover {
    text-decoration: underline;
    background: #fafafa;
}


/*========================
    カテゴリ
==========================*/

.side_box {
    margin: 30px 0;
    background: #fff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.category_head {
    padding: 10px 0;
    background: #8fc31f;
    color: #fff;
}

.category_head>p,
.category_head span {
    display: block;
    text-align: center;
}

.category_head>p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.category_head span {
    margin: 4px auto 0;
    font-size: 11px;
    line-height: 14px;
}


/*カテゴリ一覧*/

.category_list {
    border-bottom: 2px solid #8fc31f;
}

.category_list li {
    position: relative;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #f7f2f2;
}

.category_list li:before {
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: "";
    display: block;
}

.category_list li a,
.category_list li.active a {
    position: relative;
    z-index: 1;
    padding: 10px 5px;
    display: block;
    color: #4b4f56;
    overflow: hidden;
}

.category_list li:after {
    position: absolute;
    top: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
}

.category_list li:hover:after,
.category_list li.active:after {
    background: #fafafa;
}

.category_color {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 3px;
    height: 40%;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.category_txt {
    display: block;
    padding-left: 14px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
}


/*==============================
    サムネイル 中央よせ cover
================================*/

.thumb img {
    width: 100%;
    height: auto;
}

.thumb img[data-greater] {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumb img[data-greater=width] {
    width: auto;
}


/* 横幅の方が大きい場合 */

.thumb img[data-greater=height] {
    height: auto;
}


/* 縦幅の方が大きい場合 */