/*
Theme Name: 00A_02スマホ対応 BlueReliable_R
Theme URI: 
Description: シンプルな構成、マルチデバイス対応、メイン画像・キーカラーの変更可。
Version: 1.0
Author: ThaoBTB
Author URI: 
Tags: 
*/
/* begin Page */
html {
    --rgbValue: '1,93,178';
    --mainColor2: rgb(var(--rgbValue)); /* the main color */
    --mainColor2-light: rgba(var(--rgbValue), 0.65);
    --mainColor2-super-light: rgba(var(--rgbValue), 0.18);
    --mainColor2-dark: rgb(1,70,134);
}
#page {
    position: relative;
}
.wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.btn.btn-primary {
    background: var(--mainColor2);
    border: 1px solid rgba(255, 255, 255, 0.78);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.btn.btn-primary:hover {
    background: var(--mainColor2-dark);
}
.top-contents-block .km-news li:before, .top-contents-block .km-news .top-contents-post:before,
.top-content-tonews i {
    color: var(--mainColor2);
}
ul.pager .prev a:before, ul.pager .next a:after {
    background-color: var(--mainColor2);
}
/*start header style*/
.area-header {
    position: relative;
    padding: 10px 0 10px 0;
    min-height: 84px;
}
.area-header .header-top {
    padding-right: 84px;
}
.area-header .header-logan {
    color: var(--mainColor2);
    font-size: 22px;
    font-weight: 500;
}
@media screen and (max-width: 680px) {
    .area-header {
        padding: 2px 0 2px 0;
        min-height: 57px;
    }
    .area-header .header-top {
        padding-right: 57px;
    }
    .area-header .header-logan {
        font-size: 13px;
        min-height: 52px;
        display: flex;
        align-items: center;
    }
}
.area-header .gNav {
    padding-top: 4px;
}
.area-header .gNav > ul {
    display: flex;
    flex-wrap: wrap;
}
.area-header .gNav ul a {
    display: block;
    padding: 12px 25px;
    background: #FFF;
    white-space: nowrap;
    border-radius: 4px;
}
.area-header .gNav li > a {
    color: var(--mainColor2);
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.area-header .gNav > ul > li {
    position: relative;
}
.area-header .gNav > ul > li:last-child > a::before {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    content: "";
    width: 1px;
    height: 20px;
    background: var(--mainColor2);
}
.area-header .gNav > ul > li:hover .children {
    display: block;
}
.area-header .gNav > ul > li:hover a::after {
    background: var(--mainColor2);
}
.area-header .gNav > ul > li > a {
    padding: 4px 30px;
    display: block;
    position: relative;
}
.area-header .gNav > ul > li > a:hover {
    background-color: var(--mainColor2);
    color: #fff;
}
.area-header .gNav > ul > li > a:hover::after {
    background: var(--mainColor2);
}
.area-header .gNav > ul > li > a::after {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    content: "";
    width: 1px;
    height: 20px;
    background: var(--mainColor2);
}
.area-header .gNav > ul > li > .children {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 10;
}
.area-header .gNav > ul > li > .children li {
    border-bottom: 1px solid #ddd;
}
.area-header .gNav > ul > li > .children li:last-child {
    border-bottom: none;
}
.area-header .gNav > ul > li > .children li a:hover {
    background: var(--mainColor2);
    color: #fff;
}
.area-header .gNav > ul > li > .children .children {
    position: absolute;
    top: 0;
    left: 101%;
    z-index: 10;
    display: none;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.area-header .gNav > ul > li > .children li:hover > .children {
    display: block;
}
.area-header .header-navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 375px;
    z-index: 10;
    background: var(--mainColor2);
    padding: 26px 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    display: none;
}
.area-header .header-navigation .header-direction {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.area-header .header-navigation .header-btn {
    padding: 0 30px 8px;
    text-align: right;
}
.area-header .header-navigation .header-btn .btn-close {
    padding: 0;
    height: 38px;
    width: 38px;
}
.area-header .header-navigation .header-btn .btn-close:hover {
    background: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
}
.area-header .header-navigation .navigation {
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
}
.area-header .header-navigation .navigation::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}
.area-header .header-navigation .navigation::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}
.area-header .header-navigation .navigation::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}
.area-header .header-navigation ul > li {
    border-bottom: 1px solid #F6FAFC;
}
.area-header .header-navigation ul li a {
    padding: 20px 26px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.area-header .navigation > ul > li > .children li {
    border-bottom: none;
    border-top: 1px solid #F6FAFC;
}
.area-header .navigation > ul > li > .children li a {
    padding: 20px 26px 20px 45px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.area-header .navigation ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
}
.area-header .navigation > ul > li > .children .children {
    position: static;
    z-index: 10;
    display: block;
}
.area-header .navigation > ul > li > .children > li > a {
    padding-left: 50px;
}
.area-header .navigation > ul > li > .children > li > .children > li a {
    padding-left: 75px;
}
.area-header .navigation > ul > li > .children > li > .children > li > .children > li a {
    padding-left: 100px;
}

.area-header .btn-nav {
    display: block;
    width: 84px;
    height: 85px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    padding: 0;
    background: linear-gradient(135deg, var(--mainColor2) 0%, var(--mainColor2-light) 100%);
    color: #fff;
    border-radius: 0;
}

.area-header .btn-nav span {
    display: block;
    text-align: center;
}
.area-header .btn-nav span.btn-item span {
    max-width: 36px;
    height: 2px;
    background: #fff;
    margin: 8px auto;
}
@media screen and (max-width: 680px) {
    .area-header .gNav {
        display: none;
    }
    .area-header .btn-nav {
        width: 57px;
        height: 57px;
    }
    .area-header .btn-nav span.btn-item span {
        max-width: 32px;
        height: 1px;
        margin: 4px auto;
    }
}
.area-header .btn-nav span.btn-text {
    font-size: 13px;
    font-weight: 500;
}
/*end header style*/

/*start profile style*/
.area-contents a:hover {
    text-decoration: underline;
}

.area-contents a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.area-contents section.post h1:first-child {
    color: var(--mainColor2);
}
.content-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 55px;
}
@media screen and (max-width: 980px) {
    .content-row {
        padding-top: 45px;
    }
}
.content-box {
    margin-bottom: 55px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.content-box .content-body {
    padding: 30px 14px 35px;
}
.content-box .gr-title + .content-body {
    padding-top: 0;
}
.gr-title {
    background: var(--mainColor2-super-light);
    border-radius: 0 0 5px 5px;
    border-top: 3px solid var(--mainColor2);
    padding: 12px 14px;
    filter: brightness(106%);
    margin-bottom: 30px;
}
.gr-title .title-tlt {
    font-size: 22px;
    font-weight: 500;
    color: var(--mainColor2);
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 680px) {
    .gr-title {
        margin-bottom: 20px;
    }
    .gr-title .title-tlt {
        font-size: 20px;
    }
}
.area-contents .btn-group {
    padding-top: 56px;
    display: flex;
    justify-content: flex-end;
}
.area-contents .description {
    display: flex;
    flex-wrap: wrap;
}
.area-contents .description .description__thumb {
    width: 212px;
}
.area-contents .description .thumb-nail {
    overflow: hidden;
    text-align: center;
}
.area-contents .description .thumb-nail img {
    width: 100%;
    height: 259px;
    object-fit: cover;
}
.area-contents .description .description__info {
    width: calc(100% - 212px);
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.area-contents .description .description-content {
    white-space: pre-line;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 10;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 680px) {
    .area-contents .description .description__thumb {
        width: 100%;
        max-width: 212px;
        margin: 0 auto;
    }
    .area-contents .description .description__info {
        width: 100%;
        padding: 20px 0 0;
    }
    .area-contents .description .description__info .description-content {
        font-size: 14px;
    }
    .area-contents .description .description__info .btn-group {
        padding-top: 20px;
    }
}

.content-body .btn-itemRight img {
    height: 100%
}
.btn.btn-next {
    height: 54px;
}
.btn .btn-itemRight {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    transition: 400ms all;
}

.btn .btn-itemRight svg {
    width: 20px;
    height: 20px;
}
/*end profile style*/

/*start blog list style*/
.blogs-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
.blogs-list ul li {
    width: calc(33.333333% - 16px);
    margin: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--mainColor2-light);
}
@media (max-width: 991px) {
    .blogs-list ul li {
        width: calc(50% - 16px);
    }
}
@media screen and (max-width: 680px) {
    .blogs-list ul {
        justify-content: center;
    }
    .blogs-list ul li {
        width: 100%;
        margin-bottom: 25px;
    }
}
.blogs-list .blog-content {
    height: 100%;
}
.blogs-list .blog-content:hover .blog-thumb img {
    transform: scale(1.1) rotateZ(0deg);
}
.blogs-list .blog-thumb {
    overflow: hidden;
}
.blogs-list .blog-thumb img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
}
.blogs-list .blog-content .blog-date, .blogs-list .blog-content .blog-text {
    padding: 8px 8px 0;
}
.blogs-list .blog-info {
    padding-top: 2px;
    padding-bottom: 20px;
}
.blogs-list .blog-info .blog-date {
    color: #015DB2;
    font-size: 17px;
}

.blogs-list .blog-info .blog-title {
    background: #EEE;
    padding: 6px 8px;
    text-align: center;
    color: #696969;
    font-size: 15px;
    font-weight: 700;
}
.blogs-list .blog-info .blog-title a {
    color: var(--mainColor2);
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
}
.blogs-list .blog-info .blog-title a:hover {
    text-decoration: underline;
}
.blogs-list .blog-info .blog-text {
    color: #000;
    font-size: 15px;
}
@media screen and (max-width: 680px) {
    .blogs-list .blog-info .blog-title, .blogs-list .blog-info .blog-text {
        font-size: 20px;
    }
    .blogs-list .blog-info .blog-date {
        font-size: 16px;
    }
    .blogs-list .blog-content .blog-date, .blogs-list .blog-content .blog-text {
        padding: 8px 12px;
    }
}
/*end blog list style*/

/*start widget style*/
.area-sub dl {
    margin-bottom: 30px;
}
.area-sub dl:last-child {
    margin-bottom: 0;
}
.area-sub dl:not([class^="widget_search"]) dt {
    font-weight: 500;
    min-height: 60px;
    padding: 10px 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(112deg, rgb(255 255 255 / 27%), rgb(0 0 0 / 14%)), var(--mainColor2);
}

.area-sub dt span {
    font-family: monospace;
    display: none;
}

.area-sub dl[class^="widget_search"] dt {
    padding: 5px 10px;
    color: var(--mainColor2);
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    border-left: 3px solid var(--mainColor2);
}
.area-sub dl[class^="widget_search"] dd {
    padding: 15px 0 0;
}
.area-sub dl:not([class^="widget_search"]) dd {
    background: #fff;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid var(--mainColor2);
}

.area-sub dd ul li {
    list-style: none;
    padding: 5px 0 5px 20px;
}
.area-sub dd ul li::before {
    content: "\25b6";
    margin-right: 5px;
    vertical-align: middle;
    font-size: 80%;
    color: #999;
}

.area-sub dd .site-administrator {
    background: var(--mainColor2-super-light);
    display: block;
    text-align: center;
    padding: 22px 10px;
}

.area-sub dd iframe.twitter-timeline {
    max-width: none !important;
    width: 100% !important;
}
.area-sub dd #searchform div:has(#searchsubmit) {
    display: flex;
}
.area-sub dd #searchform input {
    max-width: 96%;
}
.area-sub dd #searchform input[type="text"] {
    padding: 0 5px;
    color: #2E3138;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #707070;
    width: 100%;
    outline: none;
}
.area-sub dd #searchform #searchsubmit {
    margin-left: 5px;
    height: 45px;
    background: var(--mainColor2);
    border: 1px solid rgba(255, 255, 255, 0.78);
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
    cursor: pointer;
    transition: 400ms all;
    border-radius: 5px;
}

.area-sub dl[class^="widget_km_news"] .news-date {
    font-size: 13px;
    font-weight: normal;
}

.area-sub dd #wp-calendar {
    margin: 0 auto;
}

.area-sub dd #wp-calendar thead,
.area-sub dd #wp-calendar tfoot,
.area-sub dd #wp-calendar tbody {
    border-top: solid 1px #999;
}

.area-sub dd #wp-calendar th,
.area-sub dd #wp-calendar td {
    padding: 3px 5px;
    text-align: center;
    font-weight: normal;
}

.area-sub dd #wp-calendar td {
    color: #999;
}

.area-sub dd #wp-calendar td a {
    color: #000;
}

.area-sub dd .fbcomments,
.area-sub dd .fb_iframe_widget,
.area-sub dd .fb_iframe_widget[style],
.area-sub dd .fb_iframe_widget iframe[style],
.area-sub dd .fbcomments iframe[style],
.area-sub dd .fb_iframe_widget span{
    width: 100% !important;
}
/*end widget style*/

/*start footer style*/
.area-footer {
    background: var(--mainColor2);
    padding: 16px 0;
    margin-top: 82px;
}
.area-footer .footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-footer .footer-info .footer-logo {
    min-width: 110px;
    max-width: 110px;
}

.area-footer .footer-info .footer-copyright {
    color: #fff;
    padding-left: 96px;
    font-size: 12px;
}
.area-footer .footer-logo svg path, .area-footer .footer-logo svg rect {
    fill: #fff;
}
@media screen and (max-width: 980px) {
    .area-footer {
        margin-top: 50px;
    }
    .area-footer .footer-info .footer-copyright {
        padding-left: 50px;
    }
}
@media screen and (max-width: 680px) {
    .area-footer .footer-info {
        flex-direction: column;
    }
    .area-footer .footer-info .footer-copyright {
        padding-left: 0;
    }
}
/*end footer style*/

/*start social style*/
.area-contents .social.social--mw776 {
    max-width: 776px;
    margin: 0 auto;
    padding-top: 20px;
}
.area-contents .sns-follow .gr-title + .social.social--mw776 {
    padding-top: 0;
}
.area-contents .sns-follow .social.social--mw776 {
    padding: 35px 14px;
}
.area-contents .social.social--mw776 .social-pc li {
    width: 33.333333%;
}
.area-contents .social.social--mw514 {
    max-width: 514px;
    margin: 0 auto;
    padding-top: 24px;
}
.area-contents .social.social--mw514 li {
    width: 50%;
}
.area-contents .social .social-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -14px;
}
.area-contents .social .social-pc li {
    padding: 24px 0 0 14px;
}

.area-contents .social .social-des {
    text-align: center;
    font-size: 16px;
    color: var(--mainColor2);
    font-weight: 700;
}
.area-contents .social .social-sp {
    display: none;
}
.area-contents .social .social-sp li {
    padding: 10px 3px 0;
    text-align: center;
}
.area-contents .social .social-sp li a {
    display: block;
}
.area-contents .social .social-sp li img {
    height: 62px;
    width: 62px;
}
@media screen and (max-width: 680px) {
    .area-contents .social.social--mw776 .social-pc {
        display: none;
    }
    .area-contents .social.social--mw514 {
        padding-top: 12px;
    }
    .area-contents .social.social--mw514 li {
        min-width: 252px;
    }
    .area-contents .sns-follow .social .social-des {
        margin-bottom: 10px;
        margin-top: 0;
    }
    .area-contents .social .social-sp {
        display: flex;
        justify-content: center;
    }
}

.btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 6px;
}
.btn-social:hover {
    text-decoration: none !important;
}
.btn-social .social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.btn-social .social-item img {
    height: 45px;
    width: 45px;
    max-width: 45px;
}
.btn-social .social-text {
    font-size: 24px;
    font-weight: 500;
    transition: all ease 0.3s;
}
@media screen and (max-width: 980px) {
    .blogs-list .blog-thumb {
        height: 175px;
    }
    .btn-social {
        height: 60px;
    }
    .btn-social .social-item {
        margin-right: 8px;
    }
    .btn-social .social-item img {
        height: 36px;
        width: 36px;
        max-width: 36px;
    }
    .btn-social .social-text {
        font-size: 18px;
    }
    .area-contents .sns-follow .social.social--mw776 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .area-contents .social .social-pc li {
        padding: 14px 0 0 14px;
    }
}
@media screen and (max-width: 767px) {
    .btn-social .social-text {
        font-size: 16px;
    }
}
.btn-social:hover .social-text {
    color: #fff;
}
.btn-social--line {
    border: 4px solid #00B900;
    border-radius: 7px;
}
.btn-social--line .social-text {
    color: #00B900;
}
.btn-social--line:hover {
    background: #00B900;
}
.btn-social--youtube {
    border: 4px solid #ff0000;
    border-radius: 7px;
}
.btn-social--youtube .social-text {
    color: #ff0000;
}
.btn-social--youtube:hover {
    background: #ff0000;
}
.btn-social--facebook {
    border: 4px solid #1474EC;
    border-radius: 8px;
}
.btn-social--facebook .social-text {
    color: #1474EC;
}
.btn-social--facebook:hover {
    background: #1474EC;
}
.btn-social--instagram {
    border: 4px solid #AA4097;
    border-radius: 7px;
}
.btn-social--instagram .social-text {
    color: #AA4097;
}
.btn-social--instagram:hover {
    background: #AA4097;
}
.btn-social--x {
    border: 4px solid #2D2D2D;
    border-radius: 7px;
}
.btn-social--x .social-text {
    color: #2D2D2D;
}
.btn-social--x:hover {
    background: #2D2D2D;
}
.home dl[class^="widget_a2a_follow_"] {
    display: none;
}
/*end social style*/