@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');
/* ==========================================================================
   Layout
   ========================================================================== */
.mt0 { margin-top: 0px  ; }
.mt1 { margin-top: 1px  ; }
.mt2 { margin-top: 2px  ; }
.mt3 { margin-top: 3px  ; }
.mt4 { margin-top: 4px  ; }
.mt5 { margin-top: 5px  ; }
.mt6 { margin-top: 6px  ; }
.mt7 { margin-top: 7px  ; }
.mt8 { margin-top: 8px  ; }
.mt9 { margin-top: 9px  ; }
.mt10 { margin-top: 10px  ; }
.mt15 { margin-top: 15px  ; }
.mt20 { margin-top: 20px  ; }
.mt25 { margin-top: 25px  ; }
.mt30 { margin-top: 30px  ; }
.mt35 { margin-top: 35px  ; }
.mt40 { margin-top: 40px  ; }
.mt45 { margin-top: 45px  ; }
.mt50 { margin-top: 50px  ; }
.mt55 { margin-top: 55px  ; }
.mt60 { margin-top: 60px  ; }
.mt65 { margin-top: 65px  ; }
.mt70 { margin-top: 70px  ; }
.mt75 { margin-top: 75px  ; }
.mt80 { margin-top: 80px  ; }
.mt85 { margin-top: 85px  ; }
.mt90 { margin-top: 90px  ; }
.mt95 { margin-top: 95px  ; }
.mt100{ margin-top:100px  ; }

.mb0 { margin-bottom: 0px  ; }
.mb1 { margin-bottom: 1px  ; }
.mb2 { margin-bottom: 2px  ; }
.mb3 { margin-bottom: 3px  ; }
.mb4 { margin-bottom: 4px  ; }
.mb5 { margin-bottom: 5px  ; }
.mb6 { margin-bottom: 6px  ; }
.mb7 { margin-bottom: 7px  ; }
.mb8 { margin-bottom: 8px  ; }
.mb9 { margin-bottom: 9px  ; }
.mb10 { margin-bottom: 10px  ; }
.mb15 { margin-bottom: 15px  ; }
.mb20 { margin-bottom: 20px  ; }
.mb25 { margin-bottom: 25px  ; }
.mb30 { margin-bottom: 30px  ; }
.mb35 { margin-bottom: 35px  ; }
.mb40 { margin-bottom: 40px  ; }
.mb45 { margin-bottom: 45px  ; }
.mb50 { margin-bottom: 50px  ; }
.mb55 { margin-bottom: 55px  ; }
.mb60 { margin-bottom: 60px  ; }
.mb65 { margin-bottom: 65px  ; }
.mb70 { margin-bottom: 70px  ; }
.mb75 { margin-bottom: 75px  ; }
.mb80 { margin-bottom: 80px  ; }
.mb85 { margin-bottom: 85px  ; }
.mb90 { margin-bottom: 90px  ; }
.mb95 { margin-bottom: 95px  ; }
.mb100 { margin-bottom: 100px  ; }

main #conts .article a {
  color: #012e7b;
  transition: .3s;
}
main #conts .article a:hover {
  text-decoration: underline;
}

main {
    color: #585858;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
}
main img {
    max-width: 100%;
    vertical-align: top;
}
main a {
    color: #585858;
    text-decoration: none;
    transition: .3s;
}
main a:hover {
    color: #585858;
    text-decoration: none;
}
.pagetop {
    z-index: 100;
}
@media all and (min-width: 768px) {
    .sp {
        display: none;
    }
    body.fixed {
        position: fixed;
        width: 100%;
        overflow-y: scroll;
    }
}
@media all and (max-width: 1024px) {
    #inpage_wrapper {
        margin-bottom: -102px;
    }
  
}
@media all and (max-width: 767px) {
    /* body.fixed {
		height: 100%;
	} */
    .pc {
        display: none;
    }
    .p-page-top {
        margin-bottom: 0;
        position: fixed;
        bottom: 80px !important;
    }
    .p-page-top.on {
        margin-bottom: 20px;
        position: sticky;
        bottom: 16px;
    }
    .p-page-top .c-button-pagetop:hover {
        opacity: 1;
    }
}
/* menu_box
   ----------------------------------------------------------------- */
.cover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(88, 88, 88, 0.7);
    z-index: 101;
}
.menu_box {
    position: fixed;
    left: 10px;
    bottom: -1px;
    width: 276px;
    transition: 0.4s;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    z-index: 102;
}
.menu_box h2 {
    margin: 0;
    padding: 28px 30px 26px 38px;
    color: #fff;
    position: relative;
    font-size: 22px;
    cursor: pointer;
    border-radius: 20px 20px 0px 0px;
    background: #012e7b url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow01_white.png) no-repeat right 37px top 33px/25px auto;
}
.menu_box h2:after {
    position: absolute;
    bottom: 0;
    left: 38px;
    width: calc(100% - 76px);
    height: 1px;
    background-color: #6a6a6a;
    content: "";
}
.menu_box h2.on {
    color: #012e7b;
    background-color: #fff;
    background-image: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow01.png);
}
.menu_box .inner {
    display: none;
    padding: 0 0 25px 38px;
    height: calc(100vh - 190px);
    box-sizing: border-box;
    max-height: 620px;
    overflow-y: auto;
}
.mCSB_scrollTools {
    opacity: 0;
    visibility: hidden;
}
.showScrollBar .mCSB_scrollTools {
    opacity: 1;
    visibility: visible;
}
.menu_box .inner .inner_sub {
    margin-right: 38px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #6a6a6a;
    width: 6px !important;
    transition: none;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6a6a6a;
}
.mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px !important;
}
.menu_box .link_list {
    padding: 30px 0 0;
}
.menu_box .link_list li {
    margin-bottom: 24px;
}
.menu_box .link_list a {
    padding-left: 33px;
    color: #012e7b;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    background: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow02.png) no-repeat left 3px/22px auto;
}
.menu_box h3 {
    margin-bottom: 15px;
    color: #012e7b;
    font-size: 22px;
    font-weight: 500;
}
.menu_box .cate_list {
    margin-bottom: 35px;
}
.menu_box .cate_list li {
    margin-bottom: 15px;
}
.menu_box .cate_list a {
    display: block;
    padding: 16px 5px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    background: #c7565d;
}
.menu_box .cate_list .cat01 {
    background: #6868a3;
}
.menu_box .cate_list .cat02 {
    background: #b29f3a;
}
.menu_box .cate_list .cat03 {
    background: #97815e;
}
.menu_box .cate_list .cat04 {
    background: #439474;
}
.menu_box .cate_list .cat05 {
    background: #2f7798;
}
.menu_box .banner li {
    margin-bottom: 15px;
}
.menu_box .banner a {
    padding: 5px 10px;
    text-align: center;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #585858;
    box-sizing: border-box;
}
.menu_box.on {
    transform: translateY(100%);
}
@media all and (min-width: 768px) {
    .menu_box a:hover {
        opacity: 0.7;
    }
    .menu_box h2:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 1200px) {
    .menu_box {
        left: 4%;
    }
}
@media all and (max-width: 767px) {
    .p-main-title, .p-main-title.is-fixed {
        z-index: 10004;
    }
    .cover {
        z-index: 10001;
    }
    .menu_box {
        left: 17px;
        width: calc(100% - 34px);
        z-index: 10003;
    }
    .menu_box h2 {
        font-size: 20px;
        padding: 28px 30px 20px 38px;
        background-position: right 37px top 29px;
        max-width: none;
    }
    .menu_box .inner {
        padding-bottom: 26px;
        height: calc(100vh - 240px);
    }
    .menu_box .cate_list {
        margin-bottom: 31px;
    }
    .menu_box .banner li {
        margin-bottom: 15px;
        max-width: 200px;
    }
}
/* headline01
   ----------------------------------------------------------------- */
.headline01 {
    margin-bottom: 30px;
    padding-bottom: 9px;
    color: #012e7b;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.04em;
    border-bottom: 3px solid #002b7f;
    max-width: none;
}
@media all and (max-width: 767px) {
    .headline01 {
        margin-bottom: 23px;
        padding-bottom: 11px;
        font-size: 22px;
        letter-spacing: 0;
    }
}
/* content
   ----------------------------------------------------------------- */
.content {
    margin: 0 auto;
    width: 96%;
    max-width: 1100px;
}
@media all and (max-width: 767px) {
    .content {
        margin: 0 18px;
        width: auto;
    }
}
/* com_list
   ----------------------------------------------------------------- */
.com_list {
    margin: -40px -10px 55px;
    display: flex;
    flex-wrap: wrap;
}
.com_list li {
    padding: 40px 10px 0;
    width: calc(100%/4);
    box-sizing: border-box;
    position: relative;
}
.com_list li .new {
    position: absolute;
    right: 2px;
    top: 30px;
    width: 18%;
    z-index: 1;
}
.com_list .img_article a {
    display: block;
    padding-bottom: 65.7%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.com_list .img_article img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100.1%;
    max-height: 100.1%;
    transition: .3s;
}
.com_list .txt_article {
    padding: 23px 0 0;
    position: relative;
}
.category {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -13px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 3px 18px 4px;
    border-radius: 0px 3px 3px 0px;
    text-align: center;
    background: #c7565d;
    box-sizing: border-box;
}
.category.cat01 {
    background: #a9c951;
}
.category.cat02 {
    background: #50a081;
}
.category.cat03 {
    background: #887d64;
    min-width: 80px;
}
.category.cat04 {
    background: #7cbdd5;
}
.category.cat05 {
    background: #62689b;
}
.com_list .txt_article .title {
    margin-bottom: 9px;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 0.04em;
}
.com_list .txt_article .date {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 13px;
}
@media all and (min-width: 768px) {
    .com_list .img_article a:hover img {
        transform: translate(-50%, -50%) scale(1.1);
    }
    .com_list .txt_article .title a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 767px) {
    .com_list {
        margin: -10px 0 40px;
        display: block;
    }
    .com_list li {
        padding: 40px 0 0;
        width: auto;
    }
    .com_list li .new {
        position: absolute;
        right: -13px;
        top: 25px;
        width: 17%;
        z-index: 1;
    }
    .com_list .txt_article {
        padding: 24px 0 0;
    }
    .category {
        padding: 4px 18px;
        font-size: 15px;
        top: -18px;
    }
    .com_list .txt_article .title {
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 1.68;
    }
    .com_list .txt_article .date {
        margin-bottom: 15px;
        font-size: 16px;
    }
}
/* tag
   ----------------------------------------------------------------- */
.tag {
    margin: -4px -4px 0 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 590px;
}
.tag span, .tag a {
    margin: 4px 4px 0 0;
    padding: 2px 14px;
    color: #012e7b !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    border: 1px solid #002b7f;
    border-radius: 20px;
}
@media all and (min-width: 768px) {
    .tag a:hover {
        color: #fff !important;
        background-color: #002b7f;
    }
}
@media all and (max-width: 767px) {
    .tag span, .tag a {
        padding: 4px 14px;
        font-size: 14px;
    }
}
/* com_btn
   ----------------------------------------------------------------- */
.com_btn a {
    margin: 0 auto;
    max-width: 310px;
    height: 50px;
    color: #fff !important;
    font-size: 19px;
    letter-spacing: 0.04em;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #012e7b;
}



.com_btn a span {
    padding: 0 34px 0 4px;
    min-height: 26px;
    box-sizing: border-box;
    display: inline-block;
    background: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow03.png) no-repeat right 2px/26px auto;
}

.com_btn a:hover{
  text-decoration: none!important;
}

#conts .btnarea {
  padding: 20px 0 40px;
}

#conts .btnarea .com_btn a {
    max-width: 400px;
    height: auto;
}

#conts .btnarea .com_btn a span {
    width: 97%;
    text-align: center;
    padding: 10px 34px 10px 4px;
    min-height: 26px;
    background-position: 98% center;
}

#conts .com_btn.bg_light, #conts .com_btn.bg_blue, #conts .com_btn.bg_green{
    margin: 20px auto;
}
#conts .com_btn.bg_light a {
    background-color: #5cadc4;
}

#conts .com_btn.bg_blue a {
    background-color: #002879;
}

#conts .com_btn.bg_green a {
    background-color: #50A081;
}


#conts .com_btn.bg_light a span {
    background-image: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow08.png);
}

#conts .com_btn.bg_green a span {
    background-image: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow11.png);
}

@media all and (min-width: 768px) {
    .com_btn a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 767px) {
    .com_btn a {
        max-width: 340px;
        font-size: 17px;
        letter-spacing: 0;
    }
    .com_btn a span {
        background-position: right top;
        padding: 0 40px 0 15px;
    }
  
    #conts .btnarea .com_btn a span {
        padding: 12px 35px 12px 0;
        letter-spacing: 0.04em;
    }
}
/* category_list
   ----------------------------------------------------------------- */
.category_list {
    margin: -20px -10px 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.category_list li {
    padding: 20px 10px 0;
    width: calc(100%/6);
	box-sizing: border-box;
}
.category_list a {
    padding: 8px 5px 7px;
    display: block;
	color: #012e7b;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
}
.category_list a span {
    padding: 0 0 3px 19px;
    display: inline-block;
    background: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow07.png) no-repeat left center/10px auto;
}
.category_list .on a {
    color: #fff;
}
.category_list .on span {
    background-image: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow06_white.png)
}
.category_list .on a {
    background: #012e7b;
}
.category_list .on .cat01 {
    background: #a9c951;
}
.category_list .on .cat02 {
    background: #50a081;
}
.category_list .on .cat03 {
    background: #887d64;
}
.category_list .on .cat04 {
    background: #7cbdd5;
}
.category_list .on .cat05 {
    background: #62689b;
}
@media all and (max-width: 900px) {
	.category_list {
		margin: -20px -5px 33px;
	}
	.category_list li {
		padding: 20px 5px 0;
	}
	.category_list a {
		font-size: 14px;
	}
	.category_list a span {
        padding: 0 0 2px 15px;
        background-size: 8px auto;
    }
}
@media all and (min-width: 768px) {
    .category_list a:hover {
        color: #fff;
    }
    .category_list a:hover span {
        background-image: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow06_white.png)
    }
	.category_list a:hover {
        background: #012e7b;
    }
    .category_list .cat01:hover {
		background: #a9c951;
	}
	.category_list .cat02:hover {
		background: #50a081;
	}
	.category_list .cat03:hover {
		background: #887d64;
	}
	.category_list .cat04:hover {
		background: #7cbdd5;
	}
	.category_list .cat05:hover {
		background: #62689b;
	}
}
@media all and (max-width: 767px) {
    .category_list {
        margin: 0 -17px 0 0;
        padding-right: 15px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .category_list li {
        padding: 0;
        min-width: 146px;
    }
    .category_list a {
        padding: 10px 5px;
        white-space: nowrap;
        border-radius: 4px;
    }
}
/* com_bg
----------------------------------------------------------------- */
.com_bg {
    padding: 0 0 103px;
    background: #efeff1;
}
.tag_box {
    margin-bottom: 63px;
    padding: 35px 8.7% 43px;
    border-radius: 20px;
    background: #fff;
}
.com_bg h2 {
    margin-bottom: 25px;
    color: #012e7b;
    font-size: 26px;
    text-align: center;
}
.tag_box .tag {
    margin: -13px -13px 0 0;
}
.tag_box .tag a {
    min-width: 140px;
    margin: 13px 13px 0 0;
    padding: 5px 5px 7px;
    font-size: 18px;
    text-align: center;
    border-radius: 18px;
    box-sizing: border-box;
}
.com_bg .media {
    padding: 80px 0 60px;
    margin-bottom: 60px;
    border-bottom: solid 1px #CBC9C9;
}
.com_bg .media h2 {
    margin-bottom: 20px;
    font-size: 26px;
    letter-spacing: 0.04em;
}

.com_bg .media h2 img {
    display: block;
    margin: 0 auto 5px;
}

.com_bg .media_list {
    margin: -30px -12px 0;
    display: flex;
    flex-wrap: wrap;
}
.com_bg .media_list li {
    padding: 30px 12px 0;
    width: calc(100%/3);
    box-sizing: border-box;
}
.com_bg .media_list a {
    padding: 19px 13px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}
.com_bg .media_list a img {
    margin-right: 8px;
    min-width: 86px;
    width: 86px;
}
.com_bg .media_list a p {
    flex: 1;
    font-size: 13px;
}
.com_bg .media_list a p .ttl {
    margin-bottom: 8px;
    display: block;
    color: #012e7b;
    font-weight: bold;
    font-size: 15px;
}
.com_sns {
    text-align: center;
}
.com_sns h2 {
    margin-bottom: 7px;
    font-size: 26px;
    letter-spacing: 0.04em;
}
.com_sns h2 img {
    display: block;
    margin: 0 auto 5px;
}
.com_sns .mid_txt {
    margin-bottom: 25px;
    font-size: 16px;
}
.com_sns .btn_list {
    display: flex;
    justify-content: center;
}
.com_sns .btn_list li {
    margin: 0 15px;
    width: 42px;
}
.com_sns .btn_list li img{
    width: 100%;
    height: auto;
}
@media all and (min-width: 768px) {
    .com_sns .btn_list li a:hover, .com_bg .media_list a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 1000px) {
    .com_bg .media_list {
        margin: -30px -10px 0;
    }
    .com_bg .media_list li {
        padding: 30px 10px 0;
    }
    .com_bg .media_list a img {
        min-width: 80px;
        width: 80px;
    }
}
@media all and (max-width: 767px) {
    .com_bg {
        padding: 0 0 55px;
    }
    .tag_box {
        margin-bottom: 45px;
        padding: 19px 26px 25px;
        border-radius: 10px;
    }
    .com_bg h2 {
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 1.35;
    }
    .tag_box .tag {
        margin: -10px -13px 0 0;
    }
    .tag_box .tag a {
        min-width: 90px;
        margin: 10px 10px 0 0;
        padding: 2px 10px 3px;
        font-size: 13px;
    }
    .com_bg .media {
        padding:50px 0 38px;
        margin-bottom: 38px;
    }
    .com_bg .media h2 {
        margin-bottom: 22px;
        font-size: 22px;
        letter-spacing: 0;
    }
    .com_bg .media_list {
        margin: -15px 0 0;
        display: block;
    }
    .com_bg .media_list li {
        padding: 15px 0 0;
        width: auto;
    }
    .com_bg .media_list a {
        padding: 12px 13px;
        line-height: 1.4;
    }
    .com_bg .media_list a img {
        margin-right: 11px;
        width: 86px;
    }
    .com_bg .media_list a p {
        font-size: 12px;
    }
    .com_bg .media_list a p .ttl {
        margin-bottom: 6px;
        font-size: 14px;
    }
    .com_sns h2 {
        margin-bottom: 9px;
        font-size: 22px;
    }
    .com_sns h2 img {
        margin-bottom: 3px;
        width: 92px;
    }
    .com_sns .mid_txt {
        margin-bottom: 22px;
        font-size: 15px;
    }
    .com_sns .btn_list li {
        margin: 0 13px;
        width: 36px;
    }
}
/* column
----------------------------------------------------------------- */
.column {
    padding: 78px 10px 90px;
    overflow: hidden;
    background: #fff;
}
.column h2 {
    margin-bottom: 38px;
}
.column_list {
    margin: 0 auto;
    max-width: 1120px;
}


.column_list .slick-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -570px;
    width: 50px;
    height: 50px;
    border: none;
    transition: .3s;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
    background: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow04.png) no-repeat left top/50px auto;
}
.column_list .slick-next {
    margin-left: 516px;
    background-image: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow05.png);
}
.column_list .slick-slide {
    margin: 0 11px;
}
.column_list a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
}
.column_list .photo {
    padding-bottom: 37.1%;
    position: relative;
    overflow: hidden;
}
.column_list .photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100.1%;
    max-height: 100.1%;
    object-fit: cover;
    transition: .3s;
}
.column_list .txt_box {
    padding: 20px;
}
.column_list .txt_box .title {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.04em;
    line-height: 1.58;
}
@media all and (min-width: 768px) {
    .column_list a:hover .photo img {
        transform: translate(-50%, -50%) scale(1.1);
    }
    .column_list .slick-arrow:hover {
        opacity: 0.7;
    }
    .column_list .slick-list {
        overflow: visible;
    }
}
@media all and (max-width: 1170px) {
    .column_list .slick-arrow {
        margin-left: 0;
        left: 0;
    }
    .column_list .slick-next {
        right: 0;
        left: auto;
        margin-left: 0;
    }
}
@media all and (max-width: 767px) {
    .column {
        padding: 45px 11px 45px;
    }
    .column .content {
        margin: 0 5px;
    }
    .column h2 {
        margin-bottom: 23px;
    }
    .column_list {
        display: block;
        width: auto;
    }
    .column_list .slick-arrow {
        left: -1px;
        margin: -23px 0 0;
        width: 40px;
        height: 40px;
        background-size: 40px auto;
        background-image: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow04_sp.png);
    }
    .column_list .slick-next {
        margin-left: 0;
        left: auto;
        right: -1px;
        background-image: url(/sites/default/files/shared_contents/kokuyo-column/contents/assets/img/arrow05_sp.png);
    }
    .column_list .slick-slide {
        margin: 6px;
    }
    .column_list .photo img {
        max-width: 101%;
        max-height: 101%;
    }
    .column_list .txt_box {
        padding: 14px 18px;
    }
    .column_list .txt_box .title {
        font-size: 19px;
    }
  
    .column_list a {
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25);
    }
  
}
/* page_list
----------------------------------------------------------------- */
.page_list {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_list a, .page_list span {
    margin: 0 11px;
    padding: 0 2px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}
.page_list span {
    color: #012e7b;
    border-bottom-color: #012e7b;
}
.page_list .prev a, .page_list .next a {
    margin: 0 15px;
    width: 40px;
    display: block;
    border-bottom: none;
}
@media all and (min-width: 768px) {
    .page_list a:hover {
        color: #012e7b;
        border-bottom-color: #012e7b;
    }
    .page_list .prev a:hover, .page_list .next a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 767px) {
    .page_list {
        margin-top: 40px;
    }
}
/* path
----------------------------------------------------------------- */
.path {
    margin: 10px auto 46px;
    width: 96%;
    max-width: 1100px;
    font-size: 10px;
}
@media all and (min-width: 768px) {
    .path a:hover {
        text-decoration: underline;
    }
}
@media all and (max-width: 767px) {
    .path {
        margin: 10px 18px 20px;
        width: auto;
    }
}
/* com_blue
----------------------------------------------------------------- */
.com_blue {
    padding: 17px 40px;
    border-radius: 10px;
    background: #e7f0fa;
    box-sizing: border-box;
}
.com_blue p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}
@media all and (max-width: 767px) {
    .com_blue {
        padding: 17px 20px;
    }
}
/* side_bar
----------------------------------------------------------------- */
#side_bar {
    width: 260px;
}
#side_bar h2 {
    margin-bottom: 10px;
    color: #012e7b;
    font-size: 20px;
}
#side_bar .com_list {
    margin-bottom: 45px;
    display: block;
}
#side_bar .com_list li {
    width: auto;
}
#side_bar .tag_inner {
    margin-bottom: 30px;
    padding: 20px 20px 30px;
    border-radius: 10px;
    background: #efeff1;
}

#side_bar .mid_txt {
    margin-bottom: 17px;
    font-size: 14px;
    color: #000;
}

#side_bar .tag_inner h2 {
    text-align: center;
}
#side_bar .tag_inner .tag {
    margin: -10px -10px 0 0;
}

#side_bar .tag_inner h2 img {
    width: 20px;
    margin: 3px 6px 0 0;
}

#side_bar .tag_inner .tag a {
    margin: 10px 10px 0 0;
    padding: 2px 15px;
}
#side_bar .login_box {
    margin-bottom: 30px;
    padding: 20px 20px 25px;
    text-align: center;
    border-radius: 10px;
    background: #DDEDF9;
}
#side_bar .login_box h2 {
    margin-bottom: 5px;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#side_bar .login_box h2 img {
    width: 50px;
    margin: -5px -5px 0 -30px;
}
#side_bar .login_box p {
    margin-bottom: 15px;
    color: #000;
    line-height: 23px;
    font-size: 14px;
    font-weight: 500;
}
#side_bar .login_box h3 {
    margin-bottom: 20px;
    color: #012e7b;
    font-size: 30px;
    line-height: 38px;
}
#side_bar .login_box .com_btn a {
    height: 40px;
    font-size: 16px;
}
#side_bar .login_box .com_btn a span {
    padding-right: 28px;
    min-height: 20px;
    background-size: 20px auto;
    background-position: 99% 3px;
}
#side_bar .com_sns {
    padding: 30px 20px;
    border-radius: 10px;
    background: #efeff1;
}
#side_bar .com_sns h2 {
    margin-bottom: 5px;
}
#side_bar .com_sns h2 img {
    margin-bottom: 3px;
}
#side_bar .com_sns p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
}
@media all and (min-width: 768px) {
    #side_bar .fix_box {
        position: sticky;
        right: 0;
        top: 120px;
    }
}
@media all and (max-width: 767px) {
    #side_bar {
        margin-bottom: 50px;
        width: auto;
    }
    #side_bar h2 {
        margin-bottom: 10px;
        text-align: center;
    }
    #side_bar .blog_box h2 {
        padding-bottom: 10px;
        font-size: 19px;
        border-bottom: 3px solid #002b7f;
    }
    #side_bar .com_list {
        margin-bottom: 53px;
    }
    
    #side_bar .mid_txt {
        text-align: center;
    }
  
    #side_bar .tag_inner {
        padding: 20px 25px 25px;
    }
    #side_bar .tag_inner h2 {
        margin-bottom: 5px;
    }
    #side_bar .tag_inner .tag {
        margin-right: -15px;
    }
    #side_bar .tag_inner .tag a {
        font-size: 13px;
    }
    #side_bar .login_box {
        margin-bottom: 30px;
        padding: 30px 10px 30px;
    }
    #side_bar .login_box h2 {
        margin-bottom: 9px;
    }
    #side_bar .login_box h2 img {
        width: 50px;
        margin: -5px -6px 0 -30px;
    }
    #side_bar .login_box p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 21px;
    }
    #side_bar .login_box h3 {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 40px;
    }
    #side_bar .login_box .com_btn a {
        max-width: 220px;
        letter-spacing: 0.04em;
    }
    #side_bar .login_box .com_btn a span {
        padding: 0 28px 0 0;
    }
    #side_bar .com_sns {
        display: none;
    }
}
@media all and (max-width: 374px) {
    #side_bar .tag_inner .tag a {
        padding: 2px 12px;
    }
}
@media all and (max-width: 359px) {
    #side_bar .tag_inner .tag a {
        margin-right: 5px;
        padding: 2px 7px;
    }
    #side_bar .login_box h3 {
        font-size: 22px;
    }
}
/* relate_box
----------------------------------------------------------------- */
.relate {
    margin: 108px 0 75px;
}
.relate_box h2,.blog_box h2 {
    margin-bottom: 38px;
    max-width: 100%;
}
.blog_box {
	margin-bottom: 95px;
}

@media all and (max-width: 767px) {
    .relate {
        margin: 47px 0 50px;
    }
	.blog_box {
		margin-bottom: 50px;
	}
    .relate_box .content,.blog_box .content {
        margin: 0;
    }
    .relate_box h2,.blog_box h2 {
        margin-bottom: 10px;
        font-size: 19px;
    }
    .relate_box .com_list li, .blog_box .com_list li {
        padding-top: 30px;
        display: flex;
        align-items: flex-start;
        position: relative;
    }
    .relate_box .com_list .img_article, .blog_box .com_list .img_article {
        width: 45%;
        position: relative;
    }
    .relate_box .com_list .txt_article, .blog_box .com_list .txt_article {
        padding: 0 0 0 18px;
        margin-top: -3px;
        flex: 1;
        position: static;
    }
    .relate_box .com_list .txt_article .title, .blog_box .com_list .txt_article .title {
        margin-bottom: 3px;
        font-size: 14px;
        line-height: 24px;
    }
    .relate_box .com_list .txt_article .date, .blog_box .com_list .txt_article .date {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .relate_box .com_list .txt_article .tag a, .blog_box .com_list .txt_article .tag a {
        font-size: 13px;
        padding: 2px 15px;
    }
    .relate_box .com_list .category, .blog_box .com_list .category {
        position: absolute;
        padding: 3px 20px;
        top: auto;
        bottom: -10px;
        font-size: 13px;
        border-radius: 0px 3px 3px 0px;
    }
  
    .relate .com_list li .new {
      position: absolute;
      left: 37%;
      top: 6%;
      width: 11%;
      z-index: 1;
    }
}
/* main_box
----------------------------------------------------------------- */
.main_box {
    display: flex;
    justify-content: space-between;
}
@media all and (max-width: 767px) {
    .main_box {
        display: block;
    }
}
/* com_top_box
----------------------------------------------------------------- */
.com_top_box {
    margin-bottom: 78px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.com_top_box .main_img {
    width: 100%;
}
.com_top_box .txt_box {
    padding: 24px 30px;
}
.com_top_box .txt_box p {
    margin-bottom: 6px;
    line-height: 27px;
}
.com_top_box .txt_box h1 {
    margin-bottom: 6px;
    font-size: 20px;
}
@media all and (max-width: 767px) {
    .com_top_box {
        margin-bottom: 40px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    }
    .com_top_box .txt_box {
        padding: 20px 15px 20px 20px;
    }
    .com_top_box .txt_box h1 {
        margin-bottom: 17px;
    }
}
@media all and (max-width: 359px) {
    .com_top_box .txt_box {
        padding: 20px 15px;
    }
    .com_top_box .txt_box h1 {
        font-size: 18px;
    }
}

.sns_area_top {
  margin-top: 20px;
}
.sns_area_top .sns_title {
  display: none;
}
.snsshare {
  display: flex;
  justify-content: flex-end;
}

.sns_title{
  text-align: right;
  display: block; 
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 500;
}

.sns_title img{
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  margin-top: 4px;
}

.snsshare .sns_btn {
  margin-left: 5px;
}

.snsshare .sns_facebook {
  transform: translateY(-5px);
}

@media all and (max-width: 767px) {
  .snsshare {
    justify-content: flex-start;
  }
  
  .snsshare .sns_btn {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .sns_title{
    text-align: left;
  }
}


/** oldtemplate modify **/

.kanren_box .txt_article_kanren .category, .kanren_box .txt_article .category {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    color: #0f67b8;
    font-weight: normal;
    font-size: 100%;
    padding: 0;
    border-radius: 0;
    text-align: left;
    background: none;
    box-sizing: border-box;
}

.kanren_box .txt_article_kanren .kanren_date,  .kanren_box .txt_article .date {
  font-size: 100%;
  color: #0f67b8;
}

.kanren_box__article a {
  color: #0f67b8;
  text-decoration: none;
}

.kanren_box__article a:hover {
  color: #0f67b8;
  text-decoration: underline;
}

/** oldtemplate modify **/