@charset "UTF-8";

/*---------------------------------------------
Parts CSS
for 00A_02_BlueReliable_R
---------------------------------------------*/
section {
    overflow: hidden;
    margin-bottom: 40px;
}
section p,
section ul,
section ol,
section blockquote {
    margin-bottom: 20px;
}
.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 30px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
section .content ul li {
    background: url(../images/mk-list.png) no-repeat 0 45%;
    padding-left: 15px;
}

section .content ol {
    padding-left: 1.5em;
}

section .content blockquote {
    margin-left: 40px;
    background: #F4F4F4;
    padding: 20px;
    font-size: 88%;
}

section .nav-more:before {
    content: "\25b6";
    margin-right: 4px;
    padding: 3px;
    vertical-align: middle;
    font-size: 8px !important;
    color: #FFF;
}

ul.pager {
    overflow: hidden;
    font-size: 94%;
    padding: 0 0 30px 0;
}

ul.pager .prev {
    float: left;
}

ul.pager .prev a:before {
    content: "\25c0";
    margin-right: 10px;
    padding: 3px;
    vertical-align: middle;
    font-size: 8px !important;
    color: #FFF;
}

ul.pager .next {
    float: right;
}

ul.pager .next a:after {
    content: "\25b6";
    margin-left: 10px;
    padding: 3px;
    vertical-align: middle;
    font-size: 8px !important;
    color: #FFF;
}

.sidebar-left section.post-excerpt {
    padding-right: 8%;
}

.sidebar-right section.post-excerpt {
    padding-left: 8%;
}

section.post-excerpt h1:first-child {
    border-bottom: solid 3px;
    font-size: 113%;
}

section.post-excerpt .photo {
    float: left;
    margin-right: 4%;
    width: 36%;
}

section.post-excerpt p {
    overflow: hidden;
}

section.post-excerpt .excerpt {
    max-height: 9.75em;
}

section.post-excerpt .nav-more {
    margin: -5px 0 0;
    text-align: right;
}

.content-box .top-contents-block .top-contents-post-text .item-pict img {
    max-height: 220px;
    width: 50%;
}
.top-contents-block {
    flex-shrink: 0;
    width: 100%;
}
.top-contents-block .km-news .top-contents-post::before, .top-contents-block .km-news ul.news li::before {
    content: "\25b6";
    margin-right: 5px;
    vertical-align: middle;
    font-size: 80%;
}
.top-contents-block .km-news li a, .top-contents-block .km-news .top-contents-post {
    font-weight: 600;
}
.top-contents-block .km-news .top-contents-post, .top-contents-block .km-news ul.news li {
    display: flex;
    padding: 5px 0;
}
.top-contents-block .top-contents-post-text {
    text-align: center;
    padding: 8px 0;
}
.top-contents-block .top-contents-post-text .item-pict img {
    max-height: 145px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.top-content-tonews {
    display: flex;
    margin: 5px 0 0;
    justify-content: flex-end;
}
.top-content-tonews a {
    color: #969798;
}

section.news {
    border: solid 3px;
}

.sidebar-left section.news {
    margin: 0 8% 0 0;
}

.sidebar-right section.news {
    margin: 0 0 0 8%;
}

section.news > h1 {
    border-bottom: solid 3px;
    padding: 10px 20px;
    font-size: 113%;
}

section.news section {
    position: relative;
    margin: 0;
    padding: 15px 40% 5px 20px;
    min-height: 240px;
}

section.news section h1 {
    margin-bottom: 10px;
    font-size: 113%;
}

section.news p {
    margin-bottom: 10px;
}

section.news .photo {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 34%;
}

section.news li a:before {
    content: "\25b6";
    margin-right: 2px;
    vertical-align: middle;
    font-size: 80%;
    color: #999;
}

section.news .nav-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: 0;
    text-align: right;
}

section.post h1:first-child {
    border-bottom: solid 3px;
    font-size: 140%;
    padding: 10px 0;
}
section.post h1 a:hover {
	text-decoration: none;
}

section.post .meta {
    font-size: 88%;
    margin: 10px 0;
}

section.content-box {
    padding: 0 14px;
}

h1.normal a {
    font-size: 0.8em;
    display: inline-grid;
}

h1.small a {
    font-size: 0.6em;
    display: inline-grid;
}

@media screen and (max-width: 980px) {
    .area-contents ul.pager {
        padding: 0;
    }

    .area-contents section.post-excerpt {
        padding-left: 0;
        padding-right: 0;
    }

    .area-contents section.post-excerpt h1:first-child {
        margin: 0 0 20px;
        padding: 5px 0 4px;
    }

    .area-contents section.news {
        margin: 0;
    }

    .area-contents section.post {
        padding: 0;
    }
    .area-contents section.post h1:first-child {
        margin: 0 0 20px;
        padding: 5px 0 4px;
    }
    .area-contents section.post .meta {
        margin: -5px 0 20px;
    }
}

@media screen and (max-width: 680px) {

    section p, section ul, section ol, section blockquote {
        margin-bottom: 15px;
    }
    .alignleft {
        display: block;
        float: none;
        margin: 0 auto 15px 0;
    }
    .alignright {
        display: block;
        float: none;
        margin: 0 0 15px auto;
    }
    .aligncenter {
        margin: 0 auto 15px;
    }
    section .content blockquote {
        margin-left: 15px;
    }

    .area-contents ul.pager {
        margin: 0 -20px;
        border-top: solid 1px #CCC;
        padding: 10px 20px 0;
        font-size: 100%;
    }

    section.post-excerpt .photo {
        float: none;
        margin: 0;
        width: 100%;
    }

    section.post-excerpt p {
        line-height: 1.3;
    }

    section.post-excerpt .excerpt {
        max-height: 9em;
    }

    section.post-excerpt .nav-more {
        margin: -10px 0 0;
    }

    section.news > h1 {
        text-align: center;
    }

    section.news section {
        padding: 10px;
    }

    section.news .photo {
        position: static;
        width: auto;
        text-align: center;
    }

    section.news .nav-more {
        position: static;
    }

    section.post h1:first-child {
        border-bottom-width: 5px;
    }
}