/* put here your custom css styles */
body {
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,  sans-serif;
}



.haedNav{
    background-color: #009EE5;
}

.hdimg {
    width: 75%;
}

@media screen and (min-width:1190px) {
    .flexboxCon {
        width: 100%;
        display: flex;
        /* flex-flow: row nowrap; */
        justify-content: space-end;
        align-items: flex-end;

    }
    .logoch {
        margin-right: auto;
    }
    .hdimg {
        margin-left:auto;
    }
    
    .mlwp {
        margin: 0 0 0 40px;
    }


    .menu-container {
        float: initial;
        clear: initial;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    
.header-container {
    padding: 16px 0 0 0;
    background: #fff;
}



    .flexboxUnd {
        display: flex;
        /* flex-grow: 1; */
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }



}
@media screen and (max-width:1189px) {
    .flexboxCon {
        width: 100%;
        display: flex;
        /* flex-flow: row nowrap; */
        justify-content: space-end;
        align-items:flex-end;
    }
    .logoch {
        margin-right: auto;
    }

    .header-container {
        padding: 16px 0 0 0;
        background: #fff;
    }

    .hdimg {
        margin-left:auto;
    }



    
    /* .hambMenu {
    display: none;
    } */

    .mlwp {
        margin: 0 0 0 40px;
    }

    .flexboxUnd {
        display: flex;
        /* flex-grow: 1; */
        width: 100%;
        justify-content: space-around;
        align-items: flex-end;
    }
    .menu-container {
        float: initial;
        clear: initial;
        margin-top: 10px;
        text-align: center;

    }
    .intABC {
        height: 118px;;
    }
    .hiQuality {
        height: 200px;;
    }

}

@media screen and (max-width:767px) {
    .flexboxCon {
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* align-items: flex-end; */
    }
    .mlwp {
        margin:0;
    }
    .logoch {
        margin-right: 0;
    }

    .flexboxUnd {
        display: none;
    }
    .header-container {
        padding: 8px 0 4px 0;
    }
    .menu-container {
        display: none;
    }
    .haedNav{
        background-color:#FFF;
    }
    .hdimg {
        margin-right:auto;
        margin-right: auto;
    }

    .hambMenu {
        margin-left: auto;
    }


}

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

    .fa-phone {
        font-size:.75rem;
        border-radius:50%;
        text-align: center; 
        border: solid 1px currentColor;
        width:1.5em;
        line-height: 1.5em;
    }

    .mlwp {
        margin: 0 0 0 0;
    }
    /* .callNmb{
        display: none;
    } */
    .callTxt{
        display: none;
    }
    .mlwp{
        display: none;
    }
    .haedNav{
        background-color:#FFF;
    }
    .hambMenu {
        font-size: 70%;
    }
    

}

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

}

/* #menu-main-menu a {
    margin:auto;
    padding: .5em .5em;
    transition: all .3s;
}

#menu-main-menu a:hover {
  color: #009EE5;
  border-bottom: solid 1px #009EE5;
  /* background-color: #009EE5; 
}
 */

 .sf-menu li {
     flex: 1;
     /* background-color: #009EE5; */
     height: 42px;
     border-right: solid 1px #fff;

 }
 .sf-menu li:first-child {
	border-left: solid 1px #fff;
}

 .sf-menu li:last-child a {
     border-right:none;
}


 #menu-main-menu a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    /* border-bottom: solid 2px #009EE5; */
    background-color: #009EE5;
    font-size: 12px;
    color: #fff;
    text-align: center;
    /* padding: 10px 0; */
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }

  #menu-main-menu a:hover {
    font-size: 12px;
    color: #009EE5;
    background-color: #FFF;
  }



  /* #menu-main-menu  a:hover {
    -webkit-animation: zoom .3s;
    animation: zoom .3s;
  }
  @-webkit-keyframes zoom {
    50% {
      -webkit-transform: scale(1.05);
    }
  }
  @keyframes zoom {
    50% {
      transform: scale(1.05);
    }
  } */



/* body */

.projects-list li .view p.description {
    color: #FFF;
    font-size: 1.25rem;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #424242;
    font-weight: 200;
    letter-spacing: .2rem;
    line-height: 2;
}

h1,
h2 {
    /* line-height: 3; */
    font-weight: 900;
    letter-spacing: .2rem;
}



h2.box-header:after {
    width: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}


/* .undlineH2  {
    padding-bottom: 16px ;
    border-bottom: solid 2px #009EE5;
} */



h2.widgettitle:after, .box-header:after {
    display: block;
    content: "";
    /* background: #F4BC16; */
    width: 0;
    height: 2px;
    margin-top: 13px;
}
.undlineH3  {
    padding-bottom: 8px ;
    border-bottom: solid 2px #009EE5;
}

h1,
h2,
h3 {
    font-size: 1.5rem;
    color:#009EE5;

}





p {
    color: #424242;
    /* font-family: 'Raleway'; */
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 24px;
    padding: 0;
}





/* .sf-menu li {
    background: rgba(0, 0, 0, 0);
} */


#mysticky-wrap {
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}


.mobile-menu li a {
    border-color: #000;
    color: #009EE5;
    background: rgba(255, 255, 255, .5);
    text-align: center;
}


.mobile-menu-switch {
    color: #424242;
}


.callNmb {
    color: #424242
}

.fa-phone {
    color: #424242;
}

.callTxt {
    color: #424242;
}

.logoch img {
    width:75%;
}




.flbxwp {
    display: flex;
    margin: 8px 0 4px 0;
    justify-content: space-around;
}

.callwp,.mlwp {
    text-align: center;
}

.callNmb {
    font-size: 1rem;
}

.padding-bottom-70 .title_line_res{
    display: none;
}




.our-clients-list.type-list li {
    position: relative;
    margin-right: 0;
    border: 0px solid #E2E6E7;
    height: 25%;
    text-align: center;
}
.our-clients-list.type-list li .vertical-align-cell {
    height: 13.333%;
}




p a, table a, .wpb_text_column a {
    color: #808080;
    font-weight: 400;
}
div.whatsnew a {
    padding: 8px 0;
}

div.whatsnew dt {
    float: left;
    width: 10.2em;
    overflow: hidden;
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    }
     
    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }





.videoResp {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
}

.videoResp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.logoCenter {
    margin:auto;
}




/* topのnewsReleaseリンクを消す */
.whatsnew a{
	pointer-events: none;
	cursor: default;
    text-decoration:none;
}ß

/* 会社概要の寄付金リンクを消す */
.showPosLis a{
    pointer-events: none;
	cursor: default;
    text-decoration:none;
}
p a, table a, .wpb_text_column a {
    color: #808080;
    font-weight: 400;
    pointer-events: none;
}









/*　ContactForm7のテーブル化レスポンシブ調整　*/
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    /* border-top: 1px #DDD solid; */
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    /* border-top: none; */
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    /* background: #eee; */
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/

/* .table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
} */
 
/*ここから768px以下の指定*/
 
@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}
 
/*ここまで768px以下の指定---終わり*/
 
/*ここから入力欄のスタイル指定*/
 
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    /* border: 1px #89BDDE solid; */
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #009EE5;
    box-shadow: none;
}



/*　「Simplicity2」用　Contact Form 7のテーブル化レスポンシブ調整　*/
.table-res-form {
    width: 100%;
}
.table-res-form th {
    /* background:#EAEFF9; */
}
.table-res-form th.empty {
    background:none;
}
.table-res-form tr {
    /* border-top: 1px #D3DEF1 solid; */
}
.table-res-form tr:first-child {
    border-top: none;
}
.table-res-form th, .table-res-form td {
    padding: 1.5em;
        border: none;
}
.table-res-form th {
    width: 30%;
    text-align: right;
}


/* .table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
    margin-bottom: 8px;
} */


@media only screen and (max-width: 768px) {
    .table-res-form th, .table-res-form td {
        width: auto;
        display: block;
    }
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
    .table-res-form .empty {
        display: none;
    }
        .table-res-form tr:last-child {
            border-top: none;
}
        .table-res-form input[type="submit"]{
            margin-top:-1em;
}
}
.table-res-form input[type="text"], input[type="email"], textarea {
    /* border: 1px #89BDDE solid; */
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
.table-res-form input[type="text"]:focus, textarea:focus {
    /* background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5); */
}
.table-res-form input[type="submit"] {
    /* border: 1px #89BDDE solid; */
    padding: 1em 4em;
    border-radius: 5px;
    /* background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5); */
    font-weight: bold;
}
.table-res-form input[type="submit"]:hover {
    /* background: #006599; */
    box-shadow: none;
}






/*必須アイコンの調整*/
.table-res-form .requied {
    font-size:7px;
    padding:5px;
    background:#ff9393;
    color:#fff;
    border-radius:2px;
    margin-right:5px;
    position:relative;
    bottom:1px;
   }

.kojin h3{
    margin:24px 0; 
}

.kojin li{
    font-size: .75rem;
    line-height: 1.75rem;


}
.kojin ul{
    list-style: inside;
}
.kojin address{
    font-size: .75rem;
    line-height: 1.75rem;
}



.ftLink a{
    color:#808080;
    text-align:center
}

.ftLink{
    margin: 18px auto -8px auto;
}

.ftLink p{
    font-size: .8rem;
}


.projects-list li a{
    pointer-events: none;
}