@charset "utf-8";
/*
Theme Name: cmindstyle
Version: 2.0
*/

/*----------------------------------------
■共通設定
-----------------------------------------*/



html {
    font-size: 62.5%;
}


body {
    font-size: 1.4rem;
    /* 14px*/
}




body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th,
ol,
ul,
li,
dl,
dt,
dd,
form,
pre {
    margin: 0;
    padding: 0;
    font-family: Roboto, 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    /* 14px*/
    color: #2a2a2a;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #f5f5f5;
    line-height: 2;
}

ul,
li {
    list-style: none;
}


p {

    margin-bottom: 18px;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;

}
img {
    max-width: 100%;
    vertical-align: bottom;
    border: none;
}

a:link {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    color: #2a2a2a;
    text-decoration: underline;
}
a:visited {
    color: #2a2a2a;
}
a:active,
a:hover {
    opacity: 0.6;
    color: #2a2a2a;
    text-decoration: none;
}


h2 {}



h3 {}




/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.pagetop {
    background: #FFF;
    width: 100%;
    height: 66px;
    margin: 0;
}
.pagetop a {
    font-size: 10px;
    width: 100%;
    line-height: 66px;
    display: block;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.08em;
}
.pagetop span {
    background: url(/wp/wp-content/uploads/pagetop.png) no-repeat 0 4px;
    background-size: 9px;
    padding-left: 14px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 25px auto;
}
.postmeta {
    clear: both;
}
.post {
    zoom: 1;
}
.post .post {
    margin: 10px;
}
#breadNavi .post:after {
    content: "";
    display: inline-block;
    clear: both;
}

.post:after {
    content: "";
    display: block;
    clear: both;
}

.wp-pagenavi {
    margin-top: 20px;
    clear: both;
}





/*----------------------------------------
■ヘッダー
-----------------------------------------*/


#header-bar-area {
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 200;
    top: 0;
    background: inherit;
}
#header-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    height: 70px;
    -webkit-transition: height .2s ease-out;
    transition: height .2s ease-out;
    padding: 0 5vw 0 5vw;
    align-items: center;
}

#logo {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    width: 140px;
}
#logo img {
    width: 100%;
}


#g-nav ul#navi-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 70px;
}
#g-nav ul#navi-list > li {
    list-style: none;
    text-align: center;
    position: relative;
    color: #2a2a2a;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 70px;
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    margin: 0 1.4vw;
}


#g-nav ul#navi-list > li a {
    color: #2a2a2a;
    padding: 0;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    line-height: 1.4;
}


#g-nav ul#navi-list > li span {
    padding: 4px 0px 4px 24px;
}

.navi-news span {
    background: url(/wp-content/uploads/icon-news.svg) no-repeat left center;
    background-size: 20px;
}

.navi-enkaku span {
    background: url(/wp-content/uploads/icon-enkaku.svg) no-repeat left center;
    background-size: 20px;
}

@media screen and (max-width: 768px) {

    #logo {
        width: 100px;
    }



}


/*----------------------------------------
■グローバルナビ
-----------------------------------------*/







/*----------------------------------------
■キャッチイメージ
-----------------------------------------*/



#catch-title {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}

#catch-title:before {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    display: block;
    bottom: -40px;
    background: #2a2a2a;
    left: 50%;
    margin-left: -50px;
}

#catcharea-area {
    padding-top: 170px;
    padding-bottom: 20px;
}

#catch-title span {
    color: #3c94b8;
    font-size: 0.8em;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {


    #catcharea-area {
        padding-top: 120px;
        padding-bottom: 20px;
    }
    #catch-title {
        font-size: 2.8rem;
    }
    #catch-title:before {
        bottom: -20px;
    }


}




/*----------------------------------------
■メイン
-----------------------------------------*/
#main {}

.container {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}


.section {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    padding: 0 5vw;
}


@media screen and (max-width: 768px) {


    .section {
        margin: 0 auto;
        position: relative;
        max-width: 100%;
        padding: 0 5vw;
    }


    #main {
        padding: 0px 0;
    }

    .container {
        padding: 60px 0;
    }

    .sign-h1-bottom {
        font-size: 1.2rem;
    }



}




/*----------------------------------------
■コンテンツ
-----------------------------------------*/

#contents-area {
    width: 1000px;
    margin: 0 auto;
}
#contents {
    width: 700px;
    margin-right: 50px;
    float: left;
}



/*----------------------------------------
■サイド
-----------------------------------------*/
#side_right {
    width: 250px;
    float: right;
}



#side .sitenavi {
    background: #ffffff;
    list-style: none;
    padding: 10px 7px;
    margin-bottom: 15px;
}
#side .sitenavi a {
    background: url(/images/items/icon_link.gif) no-repeat left center;
    padding-left: 17px;
    line-height: 25px;
}


#recent-posts-3,
#categories-3,
#archives-3 {
    border: solid 1px #EEE;
    padding: 20px;
    margin-bottom: 20px;
}

.side-title {
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}

#recent-posts-3 ul li,
#categories-3 ul li,
#archives-3 ul li {
    border-bottom: dashed 1px #EEE;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
}
#recent-posts-3 ul li:last-child,
#categories-3 ul li:last-child,
#archives-3 ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}







/*----------------------------------------
■facebook/twitter
-----------------------------------------*/
#tabs {
    height: 370px;
}

#tabs ul {
    width: 200px;
    margin-bottom: 7px;
}
#tabs li {
    margin: 0;
    padding: 0;
}

#tabs #tab_facebook {
    background: url(/images/side/bg_facebook.png) no-repeat;
    display: block;
    width: 100px;
    height: 40px;
    text-indent: -9999px;
    outline-style: none;
}
#tabs .ui-tabs-selected #tab_facebook {
    background: url(/images/side/bg_facebook_selected.png) no-repeat;
}

#tabs #tab_twitter {
    background: url(/images/side/bg_twitter.png) no-repeat right top;
    display: block;
    width: 100px;
    height: 40px;
    text-indent: -9999px;
    outline-style: none;
}
#tabs .ui-tabs-selected #tab_twitter {
    background: url(/images/side/bg_twitter_selected.png) no-repeat right top;
}


.ui-tabs-hide {
    display: none;
}
.ui-tabs {
    margin: 10px 0 0 0;
}
.ui-tabs-nav {

    list-style: none;
    margin: 0;
    padding: 0;

}
.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    font-weight: bold;
    width: 99px;
}
.ui-tabs-nav a {
    display: block;
}
.ui-tabs-nav a {
    margin: 1px 0 0;
    padding-left: 0;
    text-align: center;
    outline: 0;
    text-decoration: none;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}



.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link,
.ui-tabs-nav .ui-tabs-disabled a:visited {
    cursor: text;
}
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover,
.ui-tabs-nav .ui-tabs-deselectable a:focus,
.ui-tabs-nav .ui-tabs-deselectable a:active {
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-panel {
    padding: 0;
}
.ui-widget {
    font-family: Verdana,
    Arial,
    sans-serif
    /*{ffDefault}*/
    ;
    font-size: 1.1em
    /*{fsDefault}*/
    ;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-tabs-panel {
    width: 178px;
    border: 0px solid #ade500
    /*{borderColorActive}*/
    ;
}
.ui-tabs-panel img {
    border: none;
}


/*----------------------------------------
■フッター
-----------------------------------------*/


footer {
    padding: 60px 0;
}

address {
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    color: #b1b1b1;
}




/*----------------------------------------
■トップページ
-----------------------------------------*/

#top-link {
    text-align: center;
}


#top-link-area {
    height: calc(100vh - 100px - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 532px;
}


#top-link-title span {
    background: url(/wp-content/uploads/top-icon.svg) no-repeat top center;
    background-size: 200px;
    padding-top: 220px;
    display: inline-block;
}

#top-link-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 10px;
}
#top-link-tel {
    font-size: 8rem;
    font-weight: 700;
    color: #3c94b8;
    line-height: 1;
    margin-bottom: 10px;
}

#top-link-tel a {
    color: #3c94b8 !important;
}

ul#top-link-btn {
    text-align: center;
    display: inline-block;
    font-size: 0;
}

ul#top-link-btn li {
    display: inline-block;
    margin: 0 10px;
}
ul#top-link-btn li a {
    display: inline-block;
    padding: 20px 80px;
    background: #111b39;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    font-size: 2rem;
}
#top-link-tel-s {
    margin-bottom: 40px;
    font-size: 1.6rem;
}
#top-news-area {
    background: #FFF;
}
.h2-midashi span {
    font-size: 4rem;
    color: #3c94b8;
}

.h2-midashi {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 60px;
}

#form-privacy-area {
    text-align: center;
    padding: 40px 0;
}

#form-privacy-text {
    font-size: 1.6rem;
}


#form-privacy-check {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
}

.form-t {}

.form-t th,
.form-t td {
    display: block;
    text-align: left;
}

.form-t input,
.form-t textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border: none;
    font-size: 1.6rem;
}

.form-t td {
    padding-bottom: 20px;
}
.form-t th {
    font-weight: 700;
    font-size: 1.8rem;
    padding-bottom: 4px;
}
::placeholder {
    color: #dbdbdb;
}

#form-btn {
    text-align: center;
    margin: 0;
}

span.wpcf7-spinner {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

#form-btn input {
    padding: 20px 80px;
    background: #3c94b8;
    border-radius: 0;
    font-weight: 900;
    color: #fff;
    font-size: 2.6rem;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
:disabled {
    opacity: .4;
}


span.hissu {
    font-size: 0.6em;
    margin-left: 10px;
    background: #cb0000ab;
    padding: 2px 4px;
    color: #ffe2ea;
}


#form-privacy-check .wpcf7-list-item {
    margin: 0;
}


ul#top-news-list li span {
    font-weight: 900;
    color: #3c94b8;
    margin-right: 60px;
}

ul#top-news-list li a {
    text-decoration: none;
    font-weight: 700;
}
ul#top-news-list li {
    font-size: 2rem;
    margin-bottom: 24px;
    line-height: 1.4;
    padding-bottom: 24px;
    border-bottom: solid 1px #ededed;
}

ul#top-news-list {}




@media screen and (max-width: 768px) {


    #top-link {}


    #top-link-title {
        font-size: 5vw;
        line-height: 1.2;
    }

    #top-link-tel {
        font-size: 10vw;
    }

    #top-link-tel-s {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    ul#top-link-btn li {
        display: block;
        margin: 0 0 10px 0;
    }
    ul#top-link-btn li:last-child {
        margin: 0 0 0px 0;
    }
    #form-btn input {
        padding: 16px 0px;
        width: 80%;
        font-size: 2.4rem;
    }
    #top-link-title span {
        background: url(/wp-content/uploads/top-icon.svg) no-repeat top center;
        background-size: 100px;
        padding-top: 120px;
    }

    #g-nav ul#navi-list > li span {
        padding: 22px 0 0;
    }

    .navi-news span {
        background: url(/wp-content/uploads/icon-news.svg) no-repeat top center;
        background-size: 18px;
    }
    .navi-enkaku span {
        background: url(/wp-content/uploads/icon-enkaku.svg) no-repeat top center;
        background-size: auto 20px;
    }

    ul#top-link-btn li a {
        padding: 14px 80px;
    }

    ul#top-news-list li {
        font-size: 1.6rem;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    ul#top-news-list li span {
        display: block;
        margin-right: 0;
    }

    .form-t input,
    .form-t textarea {
        padding: 24px;
    }
    #form-privacy-text {
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: center;
    }
    .form-t th {
        font-weight: 700;
        font-size: 1.6rem;
    }

    #form-privacy-check {
        font-size: 1.8rem;
    }



}



/*----------------------------------------
■THANKS
-----------------------------------------*/

#thanks-contents-text span {
    font-size: 8rem;
    line-height: 1.2;
    color: #3c94b8;
    background: url(/wp-content/uploads/icon-thanks.svg) no-repeat top center;
    background-size: 100px;
    padding-top: 130px;
    display: inline-block;
}

#thanks-contents-text {
    font-size: 3rem;
    margin-bottom: 0px;
    font-weight: 900;
}
#thanks-contents-area {
    padding: 30vh 0;
}
#thanks-contents {
    text-align: center;
}

@media screen and (max-width: 768px) {

    #thanks-contents-text span {
        font-size: 12vw;
    }

    #thanks-contents-text {
        font-size: 1.4rem;
        margin-bottom: 30px;
        line-height: 1.6;
    }

}




/*----------------------------------------
■会社
-----------------------------------------*/




/*----------------------------------------
■サイトマップ
-----------------------------------------*/

#menu-sitemap {
    list-style: none;
    padding: 10px 7px;
    margin-bottom: 15px;
}
#menu-sitemap a {
    background: url(/images/items/icon_link.gif) no-repeat left center;
    padding-left: 17px;
    line-height: 25px;
}







/*----------------------------------------
■ブログ
-----------------------------------------*/



#single_social {
    float: left;
    width: 50%;
    list-style: none;
}
.single-post-info {
    float: right;
    width: 50%;
    line-height: 1;
    text-align: right;
    font-size: 12px;
}

.all-news-date {
    font-weight: 900;
    color: #3c94b8;
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.4;
}

#all-news-box ul {}
#all-news-box ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #FFF;
    padding: 60px;
}
#all-news-box ul li:last-child {
    margin-bottom: 0;
}
.all-news-box-l {
    width: 120px;
}
.all-news-box-r {
    width: calc(100% - 5% - 120px);
    text-align: left;
}
.all-news-title a {
    text-decoration: none;
}
.all-news-title {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 12px;
}
.all-news-content {
    font-size: 1.8rem;
    margin-bottom: 0px;
    line-height: 1.6;
}

.single-news-date {
    margin: 0;
    color: #3B94B8;
    font-weight: 900;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}


#single-news-contents {
    padding: 80px;
    background: #FFF;
}


#single-news-contents,
#single-news-contents p {
    font-size: 1.8rem;
    font-weight: 500;
}



#single-news-contents h2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 72px;
    position: relative;
    margin-bottom: 1.4em;
    margin-top: 1.4em;
    background: #3B94B8;
    padding: 20px;
    color: #FFF;
    border-left: solid 6px #1e6582;
}
#single-news-contents h3 {
    color: #111b39;
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 1.4em;
    line-height: 1.2;
    margin-top: 2em;
    padding-bottom: 15px;
    border-bottom: dotted 1px;
}

#single-news-contents h3:before {
    content: "■";
    font-size: 0.8em;
    margin-right: 4px;
}



@media screen and (max-width: 768px) {

    .all-news-date {
        font-size: 1.6rem;
    }


    #all-news-box ul li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 8px;
        background: #FFF;
        padding: 5vw;
    }
    .all-news-box-l {
        width: 100%;
    }
    .all-news-box-r {
        width: 100%;
    }
    .all-news-title {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .all-news-content {
        font-size: 1.4rem;
        margin-bottom: 0px;
        line-height: 1.6;
    }

    #single-news-contents {
        padding: 30px 5vw;
        margin: 0 -5vw;
    }

    #single-news-contents h2 {
        font-size: 2.4rem;
        padding: 14px;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    #single-news-contents h3 {
        font-size: 2rem;
        margin-bottom: 1em;
        margin-top: 1.6em;

    }


}



/*----------------------------------------
■個別設定
-----------------------------------------*/

.fade {}

.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
footer ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto 20px auto;
    justify-content: space-around;
    align-items: center;
}
footer ul a:link {
    color: #2a2a2a;
    display: block;
    text-align: center;
    text-decoration: none;
}