.lh_xxl {
    line-height: 2.5;
}

.lh_xl {
    line-height: 2;
}

.lh_l {
    line-height: 1.7;
}

.lh_m {
    line-height: 1.4;
}

.lh_s {
    line-height: 1.1;
}

.lh_xs {
    line-height: 0.7;
}

.ls_l {
    letter-spacing: 0.3em;
}

.ls_m {
    letter-spacing: 0.15em;
}

.ls_s {
    letter-spacing: 0.05em;
}

.serif {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.bold {
    font-weight: bold !important;
}

.bold900 {
    font-weight: 900 !important;
}

.thin {
    font-weight: 100;
}

.nowrap {
    white-space: nowrap;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.gray {
    color: #686868;
}

.red {
    color: #ff4501 !important;
}

.fsL {
    font-size: 100px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsL {
        font-size: 64px;
    }
}

@media (max-width: 767px) {
    .fsL {
        font-size: 42px;
    }
}

.fsL2 {
    font-size: 64px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsL2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .fsL2 {
        font-size: 36px;
    }
}

.fsL3 {
    font-size: 56px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsL3 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .fsL3 {
        font-size: 36px;
    }
}

.fsL4 {
    font-size: 42px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsL4 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .fsL4 {
        font-size: 24px;
    }
}

.fsM {
    font-size: 34px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsM {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .fsM {
        font-size: 21px;
    }
}

.fsM2 {
    font-size: 28px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsM2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .fsM2 {
        font-size: 20px;
    }
}

.fsM3 {
    font-size: 24px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsM3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .fsM3 {
        font-size: 17px;
    }
}

.fsM4 {
    font-size: 18px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsM4 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .fsM4 {
        font-size: 14px;
    }
}

.fsM5 {
    font-size: 16px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsM5 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .fsM5 {
        font-size: 14px;
    }
}

.fsS {
    font-size: 14px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsS {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .fsS {
        font-size: 13px;
    }
}

.fsS2 {
    font-size: 13px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsS2 {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .fsS2 {
        font-size: 12px;
    }
}

.fsS3 {
    font-size: 12px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsS3 {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .fsS3 {
        font-size: 11px;
    }
}

.fsS3 {
    font-size: 10px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .fsS3 {
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    .fsS3 {
        font-size: 9px;
    }
}


/*==================================================
 * 独自リセット
 *================================================*/


/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.remove {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 0;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.relapadding {
    padding-right: 80px;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inlineBlock {
    display: inline-block;
}

.inlineBlockUl li {
    display: inline-block;
}

.disNone {
    display: none !important;
}

.bgCenter {
    background-position: center center;
    background-size: cover;
}

.opa {
    transition: 0.3s;
    opacity: 1;
}

a:hover .opa {
    transition: 0.3s;
    opacity: 0.7;
}

.tra,
.tra:hover {
    transition: 0.3s;
}

.verticalMiddle {
    vertical-align: middle;
}

.verticalBottom {
    vertical-align: bottom;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.linkA {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .notTab {
        display: none !important;
    }
}


/*余白*/

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .mb30 {
        margin-bottom: 20px;
    }
}

.mb40 {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .mb40 {
        margin-bottom: 30px;
    }
}

.mb50 {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .mb50 {
        margin-bottom: 30px;
    }
}

.mb60 {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .mb60 {
        margin-bottom: 40px;
    }
}

.mb70 {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .mb70 {
        margin-bottom: 40px;
    }
}

.mb80 {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .mb80 {
        margin-bottom: 40px;
    }
}

.mb80 {
    margin-bottom: 90px;
}

@media (max-width: 767px) {
    .mb80 {
        margin-bottom: 50px;
    }
}

.mb100 {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .mb100 {
        margin-bottom: 50px;
    }
}

.mb200 {
    margin-bottom: 200px;
}

@media (max-width: 767px) {
    .mb200 {
        margin-bottom: 70px;
    }
}

.ml0 {
    margin-left: 0;
}


/*flex・グリッド系*/

.flex {
    display: flex;
}

.justCenter {
    justify-content: center;
}

.justEnd {
    justify-content: flex-end;
}

.justBetween {
    justify-content: space-between;
}

.alignCenter {
    align-items: center;
}

.alignStart {
    align-items: flex-start;
}

.alignEnd {
    align-items: flex-end;
}

.flexReverse {
    flex-flow: row-reverse;
}

.flexWrap {
    flex-wrap: wrap;
}

.col {
    padding-left: 15px;
    padding-right: 15px;
}

.flexCol {
    width: 100%;
}

.col1 {
    width: 100%;
}

.col2 {
    width: 50%;
}

.col3 {
    width: 33.3333%;
}

.col-3 {
    width: 66.6666%;
}

.col4 {
    width: 25%;
}

.col-4 {
    width: 75%;
}

.col5 {
    width: 20%;
}

.col-5 {
    width: 80%;
}

.col6 {
    width: 16.666%;
}

.col-6 {
    width: 83.333%;
}

.col3-2 {
    width: 60%;
}

.col-3-2 {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .flexSplit {
        width: 100%;
    }
    .flexPc {
        display: block;
    }
    .flexWrapSp {
        flex-wrap: wrap;
    }
    .bgFixed {
        background-attachment: unset;
    }
    .flexReverse {
        flex-flow: row;
    }
    .flexSp {
        display: flex;
    }
    .colSp1 {
        width: 100%;
    }
    .colSp2 {
        width: 50%;
    }
    .colSp3 {
        width: 33.3333%;
    }
    .colSp-3 {
        width: 66.6666%;
    }
    .colSp4 {
        width: 25%;
    }
    .colSp-4 {
        width: 75%;
    }
    .colSp5 {
        width: 20%;
    }
    .colSp-5 {
        width: 80%;
    }
    .colSp6 {
        width: 16.666%;
    }
    .colSp-6 {
        width: 83.333%;
    }
    .colSp3-2 {
        width: 60%;
    }
    .colSp-3-2 {
        width: 40%;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .colMd1 {
        width: 100%;
    }
    .colMd2 {
        width: 50%;
    }
    .colMd3 {
        width: 33.3333%;
    }
    .colMd-3 {
        width: 66.6666%;
    }
    .colMd4 {
        width: 25%;
    }
    .colMd-4 {
        width: 75%;
    }
    .colMd5 {
        width: 20%;
    }
    .colMd-5 {
        width: 80%;
    }
    .colMd6 {
        width: 16.666%;
    }
    .colMd-6 {
        width: 83.333%;
    }
    .colMd3-2 {
        width: 60%;
    }
    .colMd-3-2 {
        width: 40%;
    }
}


/*横幅*/

.cnt {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.w100 {
    width: 100%;
}

.cntS {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.cntM {
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
}

.cntL {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.cntXl {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
    .cntXl {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .cntXl {
        margin-right: 7px;
        margin-left: 7px;
    }
}

.rw {
    margin-left: -15px;
    margin-right: -15px;
}

.padding {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

@media (max-width: 767px) {
    .padding {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
}

.paddingW {
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.margin {
    margin-top: 5vw;
    margin-bottom: 5vw;
}

@media (max-width: 767px) {
    .margin {
        margin-top: 10vw;
        margin-bottom: 10vw;
    }
}

.marginW {
    margin-top: 10vw;
    margin-bottom: 10vw;
}


/*背景系*/

.bgImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bgImgHeight {
    padding-bottom: 67%;
}

.bgFixed {
    background-attachment: fixed;
}

@media (max-width: 767px) {
    .bgFixed {
        background-attachment: inherit;
    }
}

.bgImgCircle {
    border-radius: 50%;
    padding-bottom: 100%;
}

.bgBlur {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.bgBlur:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}

.bgWhite {
    background-color: #ffffff;
}

.bgZoom {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bgZoomImg {
    position: absolute;
    width: 100%;
    transition: all 0.5s ease-out;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    will-change: transform;
    height: 100%;
    top: 0;
    left: 0;
}

a:hover .bgZoomImg {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
    position: relative;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}


/*テーブルboostrap*/

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th {
    text-align: inherit;
    font-weight: normal;
}

.table td,
.table th {
    padding: 1.2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e8edf0;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}


/*マスクアニメーション*/

.maskCenter .maskWrap {
    margin-left: auto;
    margin-right: auto;
}

.maskWrap {
    display: table;
    overflow: hidden;
}

.maskWrap .mask {
    display: table;
    position: relative;
    margin-bottom: .25em;
    left: -100%;
    overflow: hidden;
}

.maskWrap .maskBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ae9373;
}


/*角丸*/

.radiusS {
    border-radius: 5px;
}

.radiusM {
    border-radius: 10px;
}

.radiusL {
    border-radius: 20px;
}

.radiusXl {
    border-radius: 30px;
}


/*影*/

.shadowS {
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.1);
}

.shadowM {
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);
}

.shadowL {
    box-shadow: 0 2.5px 6.1px rgba(0, 0, 0, 0.028), 0 5.8px 14.1px rgba(0, 0, 0, 0.041), 0 10.4px 25.3px rgba(0, 0, 0, 0.051), 0 17.2px 42.1px rgba(0, 0, 0, 0.059), 0 28.3px 69.3px rgba(0, 0, 0, 0.069), 0 49.5px 121.1px rgba(0, 0, 0, 0.082), 0 107px 262px rgba(0, 0, 0, 0.11);
}


/*FVスライダー(CSS)*/

.mainImgBox,
.mainImg {
    padding-bottom: 60%;
}

@media (max-width: 767px) {
    .mainImgBox,
    .mainImg {
        padding-bottom: 140%;
    }
}

@media (min-width: 767px) and (max-width: 959px) {
    .mainImgBox,
    .mainImg {
        padding-bottom: 80%;
    }
}

.mainImgBox {
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.mainImg {
    z-index: 10;
    opacity: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    /*1枚6秒で×枚数*/
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite;
}


/*2枚目以降6秒遅れてアニメーションスタート*/

.mainImg:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.mainImg:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.mainImg:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

.mainImg:nth-of-type(5) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}

.mainImg:nth-of-type(6) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}

@keyframes anime {
    0% {
        opacity: 0;
    }
    /*3秒：フェードイン.3/alls*/
    16% {
        opacity: 1;
    }
    /*6秒：次のスライド再生.6/alls*/
    33% {
        opacity: 1;
    }
    /*9秒：フェードアウト&次のスライドフェードイン*/
    50% {
        opacity: 0;
        transform: scale(1.2);
        z-index: 9;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    16% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        z-index: 9;
    }
    100% {
        opacity: 0;
    }
}


/*お問い合わせページ------------------------------------*/

.contactForm {
    width: 100%;
    margin: 0 auto;
}

.contactForm textarea {
    width: 100%;
    height: 14rem !important;
}

.contactForm input[type="checkbox"] {
    width: auto;
}

.mw_wp_form button {
    max-width: 70%;
    color: #fff;
    border-radius: 0;
    background: #deba29;
}

.cform {
    width: 100%;
    margin: auto;
}

.cform tr {
    border-bottom: solid 1px #d6d6d6;
}

.cform th {
    font-size: 14px;
    width: 35%;
    /*変なところで改行される場合はここの数字を変更します。*/
    padding: 10px 0 10px 15px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.cform th .title {
    width: 72%;
    display: inline-block;
}

.cform th .required-srt {
    font-size: 12px;
    padding: 0.5em 1em;
    background: #ce0000;
    color: #fff;
    border-radius: 3px;
    margin-right: 0;
    width: 4.5em;
    vertical-align: middle;
    display: inline-block;
}

tr:last-child .cform th .required-srt {
    top: 41%;
}

@media (max-width: 767px) {
    .cform th .required-srt {
        top: auto;
        bottom: 10%;
    }
}

.cform td {
    font-size: 14px;
    line-height: 150%;
    padding: 3.5% 0;
}

.cform [type=submit] {
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-decoration: none;
    background: #ff8f00;
    color: #FFF;
    border-bottom: solid 4px #B17C00;
    border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
    width: 100%;
    height: 4rem;
    font-size: 14px;
    padding: 2.5rem;
    background-color: #f1f0f3;
    border: 1px solid transparent;
    border-radius: 5px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

.contactFormPrivacyAlertBox {
    border: 2px solid #333;
    padding: 5%;
}

@media only screen and (max-width: 767px) {
    .cform th,
    .cform td {
        width: 100%;
        display: block;
        border-top: none;
    }
}


/*下層ページ共通------------------------------------*/


/*投稿詳細ページ------------------------------------*/

li.widget {
    list-style-type: none;
    margin-bottom: 20%;
}

.widgettitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
}

li.widget li {
    color: #a7a7a7;
    margin-bottom: 3%;
}


/*タグクラウド*/

.tagCloud li {
    list-style: none;
    background: #DB4A39;
    display: inline-block;
    color: #fff;
    padding: 0.5% 2%;
    font-size: 12px;
}

.tagCloud li .glyphicon {
    right: 5px;
}

.tagCloud li a {
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}

.tagcloud a {
    color: #808080;
    border: 1px solid #808080;
    border-radius: 25px;
    padding: 2%;
    margin-bottom: 5%;
    display: inline-block;
}

.entry {
    line-height: 1.8;
    letter-spacing: 0.15em;
    float: none;
    max-width: 870px;
    margin: 0 auto;
}

.entry figcaption {
    font-size: 13px;
    color: gray;
}

.entry a {
    display: inline;
    text-decoration: underline;
    word-break: break-all;
    word-wrap: break-word;
    color: #33bad4;
}

.entry blockquote {
    padding: 2em 4em;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    color: #7b7b7b;
    background-color: #f6f7f9;
    font-style: italic;
    margin-bottom: 1.5em;
}

.entry blockquote p {
    font-size: 14px;
}

.entry strong {
    font-style: normal;
    font-weight: bold;
}

.entry p {
    margin: 0.5em 0 1.3em 0;
    line-height: 2;
}

.entry h2 {
    font-size: 24px;
    margin: 8% auto 3%;
    background-color: #a2d5e8;
    padding: 0.3em 0.7em;
    border-radius: 7px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .entry h2 {
        font-size: 18px;
        padding-bottom: .2em;
        margin: 20% auto 10%;
    }
}

.entry h3 {
    position: relative;
    padding-bottom: 0.3em;
    border-bottom: 1.5px solid #ccc;
    font-size: 24px;
    margin: 4% auto 3%;
    color: #264a6d;
    font-weight: bold;
    padding-left: 0.5em;
}

@media (max-width: 767px) {
    .entry h3 {
        font-size: 16px;
        padding-bottom: .5em;
        margin: 17% auto 8%;
    }
}

.entry h3::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #264a6d;
}

.entry h4 {
    margin: 3% auto 3%;
    border-bottom: 1px solid #264a6d;
    padding-bottom: 0.4em;
    color: #264a6d;
    font-weight: bold;
    font-size: 18px;
    padding-left: 0.5em;
}

@media (max-width: 767px) {
    .entry h4 {
        margin: 15% auto 8%;
    }
}

.entry table td:nth-child(1) {
    background-color: #f7f6f9;
    font-weight: bold;
    color: #515151;
}

.entry table th,
.entry table td {
    padding: 2rem 4rem;
}

@media (max-width: 767px) {
    .entry table th,
    .entry table td {
        padding: 1rem 2rem;
        width: 100%;
        display: block;
        border-bottom: 1px solid #dad8de;
    }
}

.entry table tr {
    border-bottom: 1px solid #dad8de;
}

@media (max-width: 767px) {
    .entry table tr {
        border-bottom: none;
    }
}

.entry table tr:first-child {
    border-top: 1px solid #dad8de;
}

.entry h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.entry li {
    list-style-type: disc;
    margin-left: 3%;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 3%;
}

.entry ul {
    margin-bottom: 2%;
}


/*目次*/

.toc_number {
    font-family: 'Lobster', cursive;
    font-size: 24px;
    line-height: 1;
    color: #cacaca;
    font-weight: normal;
}

#toc_container {
    background: none !important;
    border: none !important;
    margin: 0 auto;
}

.wp-caption {
    max-width: 100% !important;
    padding: 2%;
    margin: auto auto 3% auto;
}

.wp-caption-text {
    background: rgba(195, 184, 177, 0.67);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -35px;
    display: block;
    left: 5%;
}

.wp-caption-text a {
    color: white;
}

@media screen and (max-width: 767px) {
    .wp-caption-text {
        background: rgba(204, 102, 153, 0.48);
        width: 100%;
        text-align: left;
        padding: 1% 3%;
        word-wrap: break-word;
        font-size: 10px;
        color: white !important;
        position: relative !important;
        z-index: 1;
        top: -50px;
        display: block;
        left: 5%;
    }
}

.entry img {
    margin: 2% auto 5%;
}


/*リンクカードプラグイン*/

.lkc-external-wrap,
.lkc-internal-wrap {
    box-shadow: none !important;
    border: 1px solid #d8d8d8 !important;
    line-height: 1.4 !important;
}

.lkc-thumbnail-img {
    border: 1px solid #d4d4d4 !important;
    box-shadow: none !important;
}

.lkc-content {
    overflow: auto !important;
    height: inherit !important;
}

.lkc-domain {
    color: #bbbbbb;
}

.lkc-sns-fb {
    padding: 1%;
}

.entry .lkc-url {
    display: none;
}

.entry .lkc-excerpt {
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    color: #7e7e7e;
}

.entry .lkc-title {
    color: #CC6699;
    font-size: 18px;
    line-height: 1.8;
}

.entry .lkc-card {
    margin: 3%;
}

.entry .lkc-thumbnail {
    margin-right: 3%;
}

@media screen and (max-width: 767px) {
    .entry .lkc-title {
        font-size: 14px;
    }
    .entry .lkc-excerpt {
        font-size: 12px;
    }
}


/*コメント*/

div#respond textarea,
div#respond input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cacaca;
    padding: 10px;
}

#respond input#submit {
    background: #0a0a0a;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    transition: 0.3s;
}

#respond input#submit:hover {
    background: #CC6699;
    transition: 0.3s;
}


/*記事詳細-----------------------------------*/


/*記事コンテンツ周り*/

.singleColumnArticle {
    margin-bottom: 10%;
}

.singleColumnTitle {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d5d3d9;
    padding-bottom: 0.4em;
}

.singleColumnTitle:before {
    content: "";
    flex-grow: 1;
    height: 3px;
    background: #00a597;
    display: block;
    margin-right: .8em;
    max-width: 1.5em;
    width: 100%;
}

.singleColumnInfoUl .cate {
    background-color: #00a597;
    border-radius: 25px;
    padding: 0.3em 0.7em;
}

@media (max-width: 767px) {
    .singleColumnInfoUl .cate {
        padding: 0.1em 0.7em;
    }
}

.singleColumnInfoUl .date {
    color: #00a597;
    margin-right: 1em;
}


/*この記事をシェアするボタン*/

.singleColumnShare {
    padding: 3% 6%;
}

@media (max-width: 767px) {
    .singleColumnShare {
        padding: 6% 9%;
    }
}

.singleColumnShareButton {
    padding: 0.7rem 1rem;
    width: 20%;
    margin-right: 3%;
    text-align: center;
    transition: 0.3s;
}

@media (max-width: 959px) {
    .singleColumnShareButton {
        width: 45%;
        margin-right: 2.5%;
    }
}

.singleColumnShareButton>* {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .singleColumnShareButton>* {
        font-size: 12px;
    }
}

.singleColumnShareButton i {
    font-size: 22px;
    margin-right: 0.5rem;
}

@media (max-width: 767px) {
    .singleColumnShareButton i {
        font-size: 16px;
    }
}

.singleColumnShareButton.twitter {
    background: #1da1f2;
    border: 1px solid #1da1f2;
}

.singleColumnShareButton.twitter:hover {
    background: #fff;
    color: #1da1f2;
}

.singleColumnShareButton.facebook {
    background: #1877f2;
    border: 1px solid #1877f2;
}

.singleColumnShareButton.facebook:hover {
    background: #fff;
    color: #1877f2;
}

.singleColumnShareTitle {
    width: 50%;
}

@media (max-width: 959px) {
    .singleColumnShareTitle {
        width: 100%;
        margin-bottom: 6% !important;
    }
}


/*この記事を書いた人*/

.singleColumnWriterImg {
    padding-bottom: 100%;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .singleColumnWriterImgBox {
        max-width: 140px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4%;
    }
}

.singleColumnWriter {
    padding: 4% 0;
    margin: 6% 0 6% 0;
    border-top: 1px solid #00a597;
    border-bottom: 1px solid #00a597;
}

@media (max-width: 767px) {
    .singleColumnWriter {
        padding: 8% 0;
        margin: 12% 0 6% 0;
    }
}

.singleColumnWriterButton {
    background: #f6f7f9;
    border: 1px solid #969696;
    border-radius: 25px;
    padding: 0.25em;
    max-width: 280px;
    display: block;
    transition: 0.3s;
}

.singleColumnWriterButton:hover {
    background: #5f6263;
    color: #fff;
}


/*次のページを見る*/

.singleColumnPreNextBox {
    padding: 5%;
    position: relative;
    transition: 0.3s;
    background-color: #cf5b00;
    border-radius: 10px;
}

.singleColumnPreNextBox.pre {
    margin-right: 1.5%;
}

.singleColumnPreNextBox.next {
    margin-left: 1.5%;
}

.singleClumnPreNextDescri {
    color: #727171;
}

.singleColumnPrevNextArrow {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 33px;
    height: 1px;
    background: #727171;
}

.singleColumnPrevNextArrow::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 2px;
    width: 1px;
    height: 5px;
    border-top: 1px solid #727171;
    border-left: 1px solid #727171;
    transform: rotate(45deg);
}

.next .singleColumnPrevNextArrow {
    transform: scale(-1, 1);
    left: 15px;
    right: auto;
}


/*アーカイブページ------------------------------------*/

.archiveColumnImg {
    padding-bottom: 66%;
}

.archiveColumnBox {
    padding: 4% 0;
    border-bottom: 1px solid #d7d5db;
    margin-right: 3%;
}

.excerpt {
    color: #777777;
}

.archiveColumnButton {
    padding: 0.3em 1em;
    transition: 0.3s;
    border-bottom: 1px solid #00a597;
}

a:hover .archiveColumnButton {
    border-bottom: 1px solid #0b4e49;
    color: #0b4e49;
}

.archiveColumnButton:before {
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    vertical-align: middle;
    margin-right: 0.3em;
}

.archiveColumnText {
    margin-left: 5%;
}

.archiveColumnTitle {
    transition: 0.3s;
}

@media (max-width: 767px) {
    .archiveColumnTitle {
        font-size: 14px;
    }
}

a:hover .archiveColumnTitle {
    color: #00a597;
}


/*Pagenation*/

.pagenation {
    margin: 1em 0;
}

.pagenation ul {
    display: flex;
    justify-content: center;
}

.pagenation li {
    font-family: "EB Garamond", serif;
    font-size: 2rem;
    color: #00a597;
}

.pagenation li.active {
    cursor: not-allowed;
    padding: 10px 20px;
    color: #bfbfbf;
}

.pagenation li a {
    font-family: "EB Garamond", serif;
    display: block;
    padding: 10px 20px;
}

.pagenation li a:hover {
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
    color: rgba(0, 165, 151, 0.7);
}


/*ページャー、ページネーション------------------------------------*/

.page-numbers {
    padding: 0.7% 1%;
}

span.page-numbers {
    color: #00a597;
    font-weight: bold;
}

a.page-numbers {
    color: #c5c5c5;
}


/*==================================================
 * サイドバー
 *================================================*/

@media (max-width: 767px) {
    #sidebar {
        margin-top: 15%;
    }
}

.sidebarBox {
    padding: 5%;
    margin-bottom: 10%;
}

.sidebarBox .cat-item {
    font-size: 14px;
}

.sidebarBox .cat-item:not(:last-child) {
    margin-bottom: 1.7rem;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1.7rem;
}

.sidebarNewsUl .cat-item:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.sidebarNewsUl .cat-item p.mainColor {
    transition: 0.3s;
}

.sidebarNewsUl .cat-item a:hover p.mainColor {
    color: #e3f3f0;
}

.sidebarNewsUl .cat-item .date {
    font-weight: bold;
    color: #b2b2b2;
}

.sidebarRankingUl.sidebarNewsUl .cat-item:not(:last-child) {
    padding-bottom: 1rem;
}

.sidebarTitle {
    border-bottom: 1px solid #acb5b6;
}

.sidebarTitle .fontEn {
    margin-right: 0.7em;
}

.sidebarRankingImg {
    width: 30%;
    margin-right: 5%;
    border-radius: 5px;
}

@media (min-width: 767px) and (max-width: 959px) {
    .sidebarRankingImg {
        display: none;
    }
}

.sidebarRankingText {
    width: 65%;
}

@media (min-width: 767px) and (max-width: 959px) {
    .sidebarRankingText {
        width: 100%;
    }
}

.sidebarRankingNum {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #00a597;
    right: 10px;
    top: 10px;
    position: absolute;
    font-size: 14px;
}

#sidebar select {
    width: 100%;
    padding: 0.7em;
}

.submit-btn {
    text-align: center;
    margin-top: 5%;
}

.submit-btn input {
    background: #264a6d;
    display: inline-block;
    padding: 1em 3em;
    color: #fff;
    text-align: center;
}

.maintenance .concept-wrap .img {
    display: none;
}

.maintenance .concept-wrap .img {
    display: block;
    background-image: url("../img/charactar.png");
    background-size: contain;
    background-position: center center;
    background-color: #fff;
}

@media (min-width: 960px) {
    .maintenance .concept-wrap .img {
        background-size: 70%;
    }
}

.maintenance .concept-wrap .text {
    margin-left: auto;
    margin-right: auto;
}