/* トップページ：ファーストビュー */

body.home #main_visual {
    background-image:url(https://yaoyoroztech.com/wp-content/uploads/2018/12/YaroTechTOPpicture-e1544406225168.png);
background-size: cover!important;
    width:100%;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-color:#000 !important;
    }

body.home #main_visual h2 {
    color:#E0E6F8;
    }

body.home #main_visual p {
    font-size:15px;
	  color:#E0E6F8;
    padding:30px 20px;
    border:solid 1px #fff;
    border-radius:10px;
    }

@media (min-width: 768px) {
    
body.home #main_visual p {
    font-size:20px;
    } 
    
}

/* トップページ：見出しのアイコンを消す */

#popular_post_content h2 i,
#recent_post_content h2 i {
    display:none;
    }

/* ヘッダーの色を変更 */

body #header {
    background: #1a1a1a; 
    }

#gnav {
    background-color: #1a1a1a;
    }

#gnav ul li a {
    background-color: #1a1a1a;
    }

#gnav ul li a:hover,
#gnav ul li a:focus {
    background-color: #3e494f;
    }

#gnav ul li.current-menu-item a {
    background: #181618;
    }

#header-fnav-area #header-fnav-btn a {
    background-color: #3e494f;
    }

#header-nav-btn a {
    background-color:#3e494f;
    }

@media (max-width: 767px) {

#header-nav-btn a {
    background-color: #3e494f;
    }
    
}

/* トップページ：記事カテゴリー色変更 */

body.home .front-loop .popular_post_box .p_category {
    background-color: #fff;
    border:solid 1px #009fb7;
    color:#009fb7;
    }

/* トップページ：クローズアップ記事・サービス記事の色変更 */

body.home .front-main-cont .front-cont-header {
    background-color: #041731;
    }

body.home #front-contents .c_number {
    background-color: #041731;
    }

body.home #front-contents h3 {
    color: #041731;
    }

body.home #front-service .front-service-inner h3 {
    color: #041731;
    }

.c_btn .btn {
    background-color:#009fb7 !important;
    color:#fff !important;
    }

/* トップページ：クローズアップ記事の修正（画面幅991px以下） */

@media (max-width: 991px) {
    
body.home #front-contents .front-cont-header {
    margin-bottom: 0px !important;
    }
    
}

/* トップページ：サービス記事の修正（画面幅991px以下） */

@media (max-width: 991px) {
    
body.home #front-service .front-cont-header {
    margin-bottom:30px !important;
    } 

body.home #front-service .front-service-inner .c_box {
    padding-top:10px;
    }
    
body.home #front-service .front-service-inner .c_box:first-child {
    border-bottom:solid 1px #ababab;
    } 
    
body.home #front-service .front-service-inner .c_box h3 {
    margin-top: 5px;
    font-size:25px;
    } 
    
body.home #front-service .front-service-inner .c_box .c_text br {
    display:none;
    }  
    
}

/* 会社情報の色変更 */

body.home #front-company dl#front-company-1 dt {
    border-top: 2px solid #041731;
    }

/* お問い合せの色変更 */

#front-contact .c_box {
    background-color:#fff;
    }

#front-contact label {
    color:#000;
    }

body.home #front-contact input,
body.home #front-contact textarea {
    border:solid 1px #041731;
    width:100% !important;
    }

body.home #front-contact input.wpcf7-submit {
    background-color:#009fb7 !important;
    border:none;
    }

/* フッターの背景色変更 */

#footer {
    border-top:solid 8px #041731 !important;
    }

#footer #footer-brand-area {
    border-bottom: 1px solid #041731;
    }

#footer .footer-01 {
    background-color:#1a1a1a;
    }

#footer .footer-02 {
    background-color:#041731;
    }

/* フッターの文章を左寄せ */

.footer-address {
    text-align:left !important;
    }

/* 固定・投稿ページのリンク色を変更 */

.single #main article a,
.page #main article a {
    color:#009fb7 !important;
    }

.breadcrumb-area a {
    color:#009fb7 !important;
    }

.side-widget a {
    color: #009fb7;
    }

/* 固定・投稿ページの文字サイズを変更 */

.post-content {
    font-size:17px;
    line-height:1.8em;
    }

@media (min-width: 768px) {
    
.post-content {
    font-size:18px;
    } 
    
}

@media (min-width: 992px) {
    
.post-content {
    font-size:19px;
    }  
    
}

/* 固定・投稿ページの背景色を変更 */

#content {
    background-color:#fafafa !important;
    }

/* 投稿ページのカテゴリー色を変更 */

.post-header .cat-name span {
    border: 1px solid #009fb7;
    color: #009fb7;
    }

/* 投稿ページの見出し色を変更 */

#content .post-content h2 {
    background-color:#041731;
    border-left:solid 10px #041731;
    }

#content .post-content h3 {
    border-bottom: 2px solid #041731;
    }

#content .post-content h4 {
    border-left: 5px solid #041731;
    }

/* 投稿ページのCTA色を変更 */

#content .post-cta {
    background-color:#58656e;
    }

#main article .post-cta-btn .button {
    background-color:#009fb7;
    color:#fff !important;
    }

/* 投稿ページのコメント欄を変更 */

#content #comments h4 {
    border-bottom: 5px solid #041731;
    }

#content #comments a {
    color:#009fb7;
    }

#content form input[type="submit"] {
    background-color: #009fb7;
    }

/* 投稿ページのコメント数表示を消す */

li.comments {
    display:none !important;
    }

/* アーカイブページ：記事タイトルのマスホバー色変更 */

#content .post-title a:hover {
    color:#009fb7;
    }

/* アーカイブページ：「続きを読む」の色変更 */

#content .post-footer a.morelink {
    background-color: #009fb7;
    }

/* アーカイブページ：ページャーの色変更 */

#content .pagination .current {
    background-color: #009fb7;
    }

/* トップページ画像とNewsの間に隙間 */
body.home #content {
    padding-top: 5px;
}

/* トピックス頭に隙間 */
body.home #recent_post_content {
    padding-top: 40px;
}

/*投稿日時*/
.post-meta-area .post-meta {
    display: flex;
}
.post-meta-area .post-meta .date:nth-of-type(2) {
    padding-left: 0;
}

/* ヘッダーの背景を紺色にする */
#header {
  background: #041731; 
}
 
/* ヘッダーのリンク（ロゴとスマホメニュー）の色を白にする */
#header a {
  color: #FFFFFF; 
}
 
@media screen and (max-width: 991px) {
  #header-nav-btn a {
    background: #041731;
  }
}
 
@media screen and (max-width: 767px) {
  #header #logo {
    float: left;
  }
  #header-nav-btn {
    display: block;
    width: 116px;
    line-height: 92px;
    float: right;
    margin: 0 -20px 0 0;
 
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    font-size: 32px;
    padding:20px 0;
    line-height: 1;
    background: #041731;
    width: auto;
  }
}