@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

html {
  scroll-behavior: smooth;
}

/*コンテンツ幅調整*/
@media (min-width: 1200px){
header .container{
  max-width: 1150px
}

footer .container{
  max-width: 1150px
}

.footerMenu li {
    font-size: 15px;
}
}


.siteHeader .container {
    padding: 0;
}


/*フォント変更*/
body {
   font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body, html {
    font-size: 18px;
}

b, strong {
    font-weight: 600;
}

body dt,dd{
   border:none;
   padding-left: 0;
   margin-left: 0;
}

ul{
   padding:0;
   margin:0;
}

dl, ol{
  padding:0;
  margin:0;
}

p{
  line-height:1.6;
}


.breadSection {
    border-bottom: 1px solid rgba(0,0,0,.08);
}


/*ロゴ*/
.navbar-header{
  padding: 5px 0 0;
}


.lp-logo{
  margin-bottom: 1.2em;
}


/*グローバルメニュー*/
.header_scrolled .gMenu>li {
  padding-bottom:0;
}

.gMenu>li .gMenu_name {
    font-size: 15px;

}


.device-mobile .gMenu>li .gMenu_name{
    font-size: 14px;
}

.gMenu_description{
    color:#0381FF;
    font-size: 12px !important;
    font-weight: 500;
    padding-top: 3px;
    opacity: .8 !important;
}


@media (max-width: 991.98px){
.navbar-header {
    padding: 5px 0 5px;
}

/*デフォルトソリューションロゴ設定*/
.siteHeader_logo{
  padding: 0 20px;
  text-align: left;
}

.siteHeader_logo img {
    display: inline-block;
}
}

/*ハンバーガーメニューボタンにMenu文字表示*/
.vk-mobile-nav-menu-btn {
  text-indent: 0;
  font-size: 10px;
  text-align:center;
  padding-top: 28px;
  overflow: visible;
  background-position: top;
  width:42px;
  height: 44px;
}

.vk-mobile-nav {
  padding-top: 50px;
}


/*フッターレイアウト調整*/
.siteFooter{
  background: linear-gradient(53deg,#cef2fe 60%,#fdfccf 100%);
}

.footerWidget .widget_text a{
  text-decoration:none;
  color: #464646 !important;
}

.footerWidget .widget_text a:hover{
  text-decoration:underline;
}

#block-14, #block-15, #block-16{
  font-size:14px;
  display:inline-block;
  padding:0 20px;
}

#block-17 figure{
  text-align:right;
}

#block-17 figure img{
  display:inline-block;
}

#block-17 figure a:hover{
  opacity:0.8;
}

.wp-block-image{
   text-align:right;
}


.wp-image-2845{
   display:inline-block !important;
   width:360px;
   padding-bottom:10px;
   opacity:0.8;
}

.siteFooter .sectionBox {
    padding-top: 1em;
    padding-bottom: 1em;
}

.siteFooter .widget {
    margin-bottom: 0;
}


ul li{
   list-style:none;
   padding-bottom:0.8rem;
}

.entry-meta_items_term_button {
    font-size: 1.0rem;
    border-radius: 20px;
    padding: 5px 20px;
}

.word-link:hover {
    border-bottom-color: #0381ff !important;
}

/*コンテンツ下のスペースを非表示*/

@media (max-width: 767px){
.siteContent_after{
  display:none;
}

.wp-block-image {
    text-align: center;
}
}



/*外部リンクアイコン表示*/
i {
    color: #777777;
    font-size: 0.85em;
    vertical-align: 10%;
    display:inline-block;
    padding-left:5px;
}

/*モバイルフッター設定*/
@media (max-width: 767px){
.siteFooter .widget_media_image{
    margin-top:20px;
}
    
.siteFooter .row{
    border-top: 1px solid #dddddd;
    padding-top: 10px;
}
}

/***** モバイルヘッダーナビ設定 *****/
.vk-mobile-nav {
    height: auto;
    padding: 45px 10px 0;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}

/*****　TOPページ  *****/
.home .siteContent .container {
    width: 100%;
    max-width:none;
    padding-right: 0;
    padding-left: 0;
}


/***** ランディングページ系  *****/
.page-template-page-service .siteContent .container {
    width: 100%;
    max-width:none;
    padding-right: 0;
    padding-left: 0;
}

/*コンテンツ下のスペースを削除*/
.page-template-page-service .siteContent_after {
    display: none;
}

/*デフォルトのヘッダーとグローバルメニュー非表示*/
.page-template-page-service .page-header{
 display:none;
}

h2{
   border:none;
   padding:0;
}

h3{
   border:none;
   padding:0;
}

h3:after{
   border:none;
}

ul li{
   margin-bottom:0;
   padding-bottom:0;
}

p{
   margin-bottom:0;
   padding-bottom:0;
   line-height: 1.4;
}

a:hover{
  text-decoration:none;
}

.logo-wrap{
   display:inline-block;
}

.lp-logo {
    text-align: center;
}



@media (max-width: 1199.98px){
.logo-wrap{
   display:block;
}

.lp-logo a{
   text-align:center;
}

.vk-mobile-nav-widget{
   display:none;
}
}

/***** ランディングページ系 ここまで *****/


/*****　投稿記事系　*****/
.vk_post_title_new{
   color: #EC4328;
}

.widget_nav_menu ul li a{
  padding: 20px 0.5em;
}


/*Topお知らせ*/
.single .siteContent .container {
    width: calc(100% * 1150 / 1280);
    max-width: 1150px;
    margin: 0 auto;
}

.single .siteContent {
    padding: 1.5rem 0 2rem;
}

.entry-header {
    border-bottom: 3px solid rgba(0,0,0,.05);
}

.entry-meta_items {
    font-size: 14px;
}


.single .entry-meta_items_term_button {
    font-size: 1.0rem;
    border-radius: 20px;
    padding: 5px 20px;
}

.entry-meta-dataList{
   display: none;
}

.single h2 {
    font-size: 1.45rem;
    border-top: 2px solid #0381ff !important;
    padding: 0.8em 10px 0.7em;
    border-top: 2px solid #337ab7;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    box-shadow: 0px 1px 2px #f7f7f7;
}

.single .siteContent_after {
    display: none;
}

.single .entry-footer {
    display: none;
}

.single .card a {
    color: inherit;
    border-bottom: 1px dotted #cccccc;
}

@media screen and (max-width: 650px){
.single .siteContent {
    padding: 0.8rem 0 2rem;
}

.entry-meta_items_term_button {
    font-size: 0.8rem;
}
}

/*お知らせ記事*/
.single-newsrelease p a{
 color:#337ab7 !important;
}

.single-newsrelease p{
   line-height:1.6;
}

.single-newsrelease .entry-meta_items_term_button{
   font-size:14px;
}

.single-newsrelease .info-date::before {
    content: "\f073";
    margin-right: 10px;
    font-family: FontAwesome;
    margin-right: 10px;
}

.tax-news-cat .postList, .post-type-archive-newsrelease .postList{
   width:86%;
   margin:0 auto;
}

.tax-news-cat .media, .post-type-archive-newsrelease .media{
    border-bottom: 1px solid rgba(0,0,0,.18);
}

.tax-news-cat .info-date::before {
    content: "\f073";
    margin-right: 10px;
    font-family: FontAwesome;
    margin-right: 10px;
}

.post-type-archive-newsrelease .info-date::before {
    content: "\f073";
    margin-right: 10px;
    font-family: FontAwesome;
    margin-right: 10px;
}

.post-type-archive-newsrelease .info-date, .tax-news-cat .info-date{
    color: #8B9190;
}

.tax-news-cat h1.entry-title>a {
    font-size: 1.0rem;
}

.single-newsrelease .entry-meta_items_term {
    float: none;
    display: inline-block;
}

.tax-news-cat .entry-meta_items_term {
    float: none;
    display: inline-block;
}

.post-type-archive-newsrelease .entry-meta_items_term {
    float: none;
    display: inline-block;
}

.post-type-archive-newsrelease h1.entry-title>a {
    font-size: 1.0rem;
}

.taxonomies_exhibition a{
    font-size:14px;
    color: #13C29F;
    border: 1px solid #13C29F;
    background:#ffffff;
}

.taxonomies_exhibition a:hover{
    color: #13C29F;
    border: 1px solid #13C29F;
    background:#ffffff;
    opacity: 0.8;
}

.taxonomies_release a{
    font-size:14px;
    color: #CC3CEF;
    border: 1px solid #CC3CEF;
    background:#ffffff;
}

.taxonomies_release a:hover{
    color: #CC3CEF;
    border: 1px solid #CC3CEF;
    background:#ffffff;
    opacity: 0.8;
}

.taxonomies_news a{
    font-size:14px;
    color: #3A71ED;
    border: 1px solid #3A71ED;
    background:#ffffff;
}

.taxonomies_news a:hover{
    color: #3A71ED;
    border: 1px solid #3A71ED;
    background:#ffffff;
    opacity: 0.8;
}

.taxonomies_seminar a{
    font-size:14px;
    color: #ea9a26;
    border: 1px solid #ea9a26;
    background:#ffffff;
}

.taxonomies_seminar a:hover{
    color: #ea9a26;
    border: 1px solid #ea9a26;
    background:#ffffff;
    opacity: 0.8;
}

.taxonomies_event a{
    font-size:14px;
    color: #f95396;
    border: 1px solid #f95396;
    background:#ffffff;
}

.taxonomies_event a:hover{
    color: #f95396;
    border: 1px solid #f95396;
    background:#ffffff;
    opacity: 0.8;
}


.single-newsrelease .new-icon, .tax-news-cat .new-icon, .post-type-archive-newsrelease .new-icon{
    color: #EC4328;
    font-size: 13px !important;
    font-weight: 600;
}

.single-newsrelease a.outbound-link{
   text-decoration:none !important;
}

.single-newsrelease a.outbound-link[target="_blank"]:after {
    content: "\f08e";
    color: #666666;
    font-family: FontAwesome;
    font-size: 13px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 500;
}

.single-newsrelease a.outbound-link{
   text-decoration:underline;
}

.single-newsrelease .gaiyou li{
   margin-bottom:20px;
}

.tax-news-cat p, .post-type-archive-newsrelease p{
   display:none;
}

.tax-news-cat .siteHeader_logo, .post-type-archive-newsrelease .siteHeader_logo{
   display:block;
}

.board{
   margin:2rem 0;
   padding:20px;
   border-radius:10px;
   background:#F4F3C9;
}

.board-ttl{
  font-size:20px;
  font-weight:600;
}

.s-txt{
  font-size:15px;
}

/*セキュリティNews 投稿ページ*/
.btn-box {
    width: 100%;
    margin: 0 auto;
    text-align: right;
}

.back-btn {
    display: inline-block;
    color: #0297FA !important;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #0297FA;
    padding: 5px 30px;
    border-radius: 50px;
    margin: 0 0 15px;
}

.back-btn:before {
    content: "\f104";
    color: #0297FA;
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 15px;
    display: inline-block;
    font-weight: 600;
}

.single-security-news .single-wrap{
    font-family:'Yu Gothic Medium', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    background: #f7f7f7;
    padding: 50px 65px;
    margin: 0 0 20px 0;
}

.single-security-news .entry-meta_items_term {
    float: none;
}

.single-security-news .page-header{
    display:none;
}

.single-security-news .single-wrap p a {
    color: #0297FA !important;
    word-break: break-all;
    font-weight:600;
}

.single-security-news .single-wrap p a:hover {
   text-decoration:underline;
}

.single-security-news .single-wrap a[target="_blank"]:after {
    content: "\f08e";
    color: #666666;
    font-family: FontAwesome;
    font-size: 13px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 500;
}

.single-security-news .single-wrap h1{
    font-size: 26px;
    font-weight:600;
}

.single-security-news .info-date, .tax-apt-cat .info-date, .post-type-archive-security-news  .info-date{
    font-family:'Yu Gothic Medium', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    color: #777;
    font-weight: 600;
}


.single-security-news .entry-body p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 600;
}

.single-security-news .entry-body p a{
   font-size:15px;
}

.single-security-news .entry-meta_items_term a, .tax-apt-cat .entry-meta_items_term a, .post-type-archive-security-news .entry-meta_items_term a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    min-width: 70px;
    text-align: center;
    padding: 0 20px;
    border-radius: 30px;
    text-decoration: none;
    margin-right: 5px;
}


.single-security-news .new-icon, .tax-apt-cat .new-icon, .post-type-archive-security-news .new-icon, .single-tech-column .new-icon, .tax-tech-apt .new-icon, .post-type-archive-tech-column .new-icon{
    color: #EC4328;
    font-size: 13px !important;
    font-weight: 600;
}

.taxonomies_apt-magazine a{
    background-color:#27577e;
}

.taxonomies_apt-news-mail a{
    background-color:#0381ff;
}

/*セキュリティNEWS 一覧ページ*/
.term-apt-news-mail .page-header, .term-apt-magazine .page-header{
     display:none;  
}

.archive-header_title{
     display:flex;
     justify-content:center;
     align-items:center;
     font-size:32px;
     margin-bottom:2rem;
}

.archive-header_title::before, .archive-header_title::after{
    content:'';
    width:70px;
    height:3px;
    background-color: #0297FA;
}

.archive-header_title::before{
    margin-right:30px;
}

.archive-header_title::after{
    margin-left:30px;
}

.tax-apt-cat .media-body_excerpt, .post-type-archive-security-news .media-body_excerpt{
    display:none !important;
}

.tax-apt-cat .entry-meta_items_term, .post-type-archive-security-news .entry-meta_items_term{
    float:none;
    display: block;
}

.tax-apt-cat .entry-meta_items_term_button, .post-type-archive-security-news .entry-meta_items_term_button{
    display: inline-block;
    margin-top: 5px;
}

.tax-apt-cat .media, .post-type-archive-security-news .media {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 1rem;
    margin-top: -1px;
}

.tax-apt-cat .media:last-child {
    border-bottom: 1px solid #ddd;
}

.post-type-archive-security-news .media:last-child {
    border-bottom: 1px solid #ddd;
}

.tax-apt-cat .media .media-body .media-heading, .post-type-archive-security-news .media .media-body .media-heading{
   font-family:'Yu Gothic Medium', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
   font-size:16px;
   line-height:1.4;
   font-weight: 600;
}

.tax-apt-cat .media .media-body .media-heading a, .post-type-archive-security-news .media .media-body .media-heading a{
   color:#333333;
}

.tax-apt-cat .media .media-body .media-heading a:hover {
    color: #0381ff;
}

.media .media-body .media-heading a:hover {
    color: #0381ff;
}

@media screen and (max-width: 767px){
.single-security-news .single-wrap{
   padding: 30px;
}


.archive-header_title{
   font-size: 24px;
}
.archive-header_title::before, .archive-header_title::after {
    content: '';
    width: 40px;
}

.archive-header_title::before {
    margin-right: 10px;
}

.archive-header_title::after {
    margin-left: 10px;
}
}

@media screen and (max-width: 430px){
.single-security-news .single-wrap h1 {
    font-size: 23px;
}
}

/*匠の技ここから*/
/*.single .siteContent, .category .siteContent, .blog .siteContent{
    background: #F9F9F9;
}*/
.single-tech-column h2{
   border-top:none !important;
   background-color:transparent;
   box-shadow:none;
}


.single-tech-column .info-date{
    display:inline-block;
}

.single-tech-column .info-date::before {
    content: "\f073";
    margin-right: 10px;
    font-family: FontAwesome;
    margin-right: 10px;
}

.wp-block-search__button, .btn-primary{
    border: none;
}

.single-tech-column .entry-header {
    margin-bottom: 20px;
}

.single-tech-column .veu_autoEyeCatchBox {
    margin-bottom: 20px;
}

.single-tech-column .widget .subSection-title, .post-type-archive-tech-column .widget .subSection-title, .tax-tech-apt .widget .subSection-title{
    font-weight: 600;
    border-bottom: 4px solid #EBECED;
    -webkit-box-shadow: 0 1px 2px rgb(255 255 255 / 90%);
    box-shadow: 0 1px 2px rgb(255 255 255 / 90%);
}

.single-tech-column .widget .subSection-title::after{
    border-bottom: 4px solid #0381ff;
    bottom: -4px;
}

.post-type-archive-tech-column .widget .subSection-title::after{
    border-bottom: 4px solid #0381ff;
    bottom: -4px;
}

.tax-tech-apt .widget .subSection-title::after{
    border-bottom: 4px solid #0381ff;
    bottom: -4px;
}

.single-tech-column .sideWidget{
    margin-bottom:2.5rem;
}

.taxonomies_it a{
   background-color: #0381ff;
}

.taxonomies_useful a {
    background-color: #51d44c;
}

/*匠の技　TOPスタイル*/
@media (min-width: 992px){
.post-type-archive-tech-column .mainSection{
    padding-bottom: 40px;
}
}

.post-type-archive-tech-column .page-header{
   display:none;
}

.post-type-archive-tech-column .siteContent {
    padding: 0;
}

.post-type-archive-tech-column .media-body p, .tax-tech-apt p{
   display:none;
}

.post-type-archive-tech-column .siteHeader_logo, .tax-tech-apt .siteHeader_logo{
   display:block;
}

.post-type-archive-tech-column .top-text {
    width: 85%;
    line-height: 1.5;
    margin: 0 auto 30px;
}


.post-type-archive-tech-column .wide_img{
    width: 100%;
    background: url(https://solution2.scc-kk.co.jp/images/takumi_main_new.jpg) no-repeat center center;
    background-size: cover;
}

.post-type-archive-tech-column .wrap-main {
    position: relative;
    width: calc(100% * 1150 / 1280);
    max-width: 1150px;
    margin: 0px auto 20px;
}

.post-type-archive-tech-column .takumi-img {
    position: absolute;
    width: 180px;
    bottom: 0;
    right: 0;
    line-height: 0.8 !important;
    margin: 0;
}

.post-type-archive-tech-column .wrap-main-box {
    display: table;
    position: relative;
    width: 100%;
    padding: 50px 20px;
}

.post-type-archive-tech-column .title {
    display: table-cell;
    color: #ffffff;
    font-size: 23px;
    padding: 0 !important;
    line-height: 1.5;
    font-weight:600;
}

.br-tit {
    display: none;
}

.post-type-archive-tech-column .sideSection p, .tax-tech-apt .sideSection p, .single-tech-column .sideSection p{
    width: 100%;
    background: url(https://solution2.scc-kk.co.jp/images/takumi_sidebanner.jpg) no-repeat center center;
    background-size: cover;
    padding:10px;
    margin-bottom: 20px !important;
}

#block-24 p a{
    display:inline-block;
    width:100%;
    color:#ffffff;
    font-weight:600;
}

.post-type-archive-tech-column .postList, .tax-tech-apt .postList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-type-archive-tech-column .media, .tax-tech-apt .media{
    width: calc(100%/2 - 0.8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0 0 1.3rem;
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    transition: box-shadow .1s ease-in;
}

.post-type-archive-tech-column .tech-column, .tax-tech-apt .tech-column{
   position:relative;
}

.post-type-archive-tech-column .entry-meta_items_term, .tax-tech-apt .entry-meta_items_term{
    position: absolute;
    top: 1px;
    right: 1px;
}

.post-type-archive-tech-column .media .postList_thumbnail, .tax-tech-apt .media .postList_thumbnail{
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
    float: none;
}

.post-type-archive-tech-column .media .postList_thumbnail a, .tax-tech-apt .media .postList_thumbnail a{
    border:none;
}

.post-type-archive-tech-column .media-body, .tax-tech-apt .media-body{
   padding:10px 15px;
}

.post-type-archive-tech-column .entry-meta_items_term_button, .tax-tech-apt .entry-meta_items_term_button{
    font-size: 13px;
    padding: 10px;
    border-radius: 0;
}

.post-type-archive-tech-column .media .media-body .media-heading a, .tax-tech-apt .media .media-body .media-heading a{
   color:#333333;
   font-weight:500;
}

.post-type-archive-tech-column .media .media-body .media-heading a:hover{
   opacity:0.8;
}

.tax-tech-apt .media .media-body .media-heading a:hover{
   opacity:0.8;
}

.post-type-archive-tech-column .info-date, .tax-tech-apt .info-date{
   font-size:13px;
/*   font-family: Lato,'Noto Sans JP','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic ProN','Meiryo','MS PGothic',sans-serif;*/
   color:#888888;
}

.taxonomies_sales a{
   background-color:#f29119;
}

.taxonomies_it a{
   background-color:#1b9eef;
}

.taxonomies_works a{
   background-color:#c972f2;
}

.term-useful .sub-txt {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}

.tax-banner{
  margin:2rem 0;
}

.tax-banner a:hover {
    opacity: 0.7;
}

.pagenation-wrap{
   width:100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}


.single-tech-column .card-body h5 {
    font-size: 16px !important;
    margin: 20px 0 20px 0 !important;
}

.single-tech-column  a.outbound-link[target="_blank"]:after {
    content: "\f08e";
    color: #666666;
    font-family: FontAwesome;
    font-size: 13px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 500;
}

.single-tech-column  a.outbound-link{
   text-decoration:underline;
}

.term-37 .sub-txt{
    display: block;
    text-align: center;
    margin: 0 0 2rem;
   
}


@media (max-width: 767.98px){
.post-type-archive-tech-column .entry-meta_items_term, .tax-tech-apt .entry-meta_items_term {
  margin-top: 0;
}

.post-type-archive-tech-column .top-text{
  width:90%;
  padding:0 10px;
}

.postNextPrev .card {
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 450px){
.br-tit {
    display: block;
}

.post-type-archive-tech-column .media, .tax-tech-apt .media {
    width: 90%;
    margin:0 auto 1.3rem;
}

.post-type-archive-tech-column .sideSection, .tax-tech-apt .sideSection p, .single-tech-column .sideSection{
   margin-bottom:2.5rem;
}
}

/*****　投稿記事系 ここまで　*****/

