/*
Theme Name: asckk2
*/

/*コンサルタントの紹介*/
.bx-wrapper .bx-pager {
position: relative !important;
	bottom: 0 !important;
	margin-bottom: 40px;
}
/* -- コンサルタントの紹介 追加CSS */
.members-layout-img {
    width: 30%;
    float: right;
    display: block;
    margin: 0 0 2em 2em;
}
@media (max-width: 781px) { 
    .members-layout-img { 
        width: 100%;
        float: none;
        margin: 0;
    }
}

.members-layout { 
	flex-wrap: wrap!important;
	align-items: normal;
	flex-direction: row-reverse;
}
.members-layout-column { 
	flex-basis: 0%;
	flex-grow: 1;
}
@media (max-width: 781px) { 
	.members-layout-column { 
		flex-basis: 100%!important; 
	}
}
.members-layout-h4 { 
	font-size: 1.2em!important;
}
.members-layout-h5 { 
	font-size: 1.1em!important;
}
.jobtitle {
  margin-bottom: 1.5em;
  font-weight: 600;
  padding: .5em;
}

/*news ページ用*/
.singlephp h2{
    font-size: 1.8em;
    margin-top:1.2em!important;
    margin-bottom: 1.2em;
    background-color: #eeeeee!important;
    background-image: none!important;
    color:#445!important;
    padding: 0.3em;
    line-height: 1.2em;
}

/*コラム、事例、サービスの個別記事用*/
.single-content h3{
    font-size: 1.8em;
    font-weight: 800;
	margin-top: 2em;
    margin-bottom: 1.2em;
    background-color: #eeeeee!important;
    background-image: none!important;
    color:#445!important;
    border-left: 6px solid #24a;
    padding: 0.5em 1em;
    line-height: 1.2em;
}
.single-content h4 {
    font-size: 1.6em;
    font-weight: 600;
	margin-top: 2em;
    margin-bottom: 1em;
    border-left: 3px solid #24a;
	background-color: #fcfcfc;
    padding: 0.5em 1em;
    line-height: 1.2em;
}
.single-content h5{
    font-size: 1.4em;
    font-weight: 600;
	margin-top: 2em;
    margin-bottom: 1em;
    border-left: 1px solid #24a;
    padding: 0.5em 1em;
    line-height: 1.2em;
  }
.single-content h6 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1em;
    border-left: 1px solid #57d;
    padding: 0.5em 1em;
    line-height: 1.2em;
}
.single-content .h3note {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 1em;
    border-left: 16px solid #cccccc;
    background-color: #dddddd;
    padding: 0.5em 1em;
    line-height: 1.2em;
	clear: both;
}
.single-content ul {
    margin-bottom: 1.5em;
	list-style-position: outside;
	padding-left: 30px;
}
.single-content ol{
    margin-bottom: 1.5em;
	list-style-position: outside;
	padding-left: 30px;
}
.single-content p {
    margin-bottom: 1.5em;
    word-break: break-all;
}
.single-content img, .wp-block-image {
    margin-bottom: 1.5em;
}
.single-content table {
    margin-bottom: 1.5em;
    width: 100%;
}
.single-content dt {
    font-size: 1.25em;
    margin-bottom: 1em;
    color: #24a;
    font-weight: 600;
    border-left: 12px solid #24a;
    padding: 6px 12px;
}
.single-content dd {
    margin-bottom: 40px;
}

#sitemap_list li {
	background: none!important;
}

/*記事中のテーブルのスクロール処理*/
.single-content table {
    width:100%;
    table-layout: inherit;
    white-space: inherit;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px){
.single-content table{
    overflow-x: scroll;
    white-space:nowrap;
    display: block;
  }
}

/* パンくずリストを連続させる */
#breadcrumb div {
	display:inline!important;
}

/* プロポーショナルフォント */
.footer-menu, .sidebar-area {
	font-feature-settings: "palt" 1;
}

#middle-footer a {
	color: #fff;
}

/* サービスライン */
#listBox .servicename {
	font-weight: bold;
}
#listBox .relatedservices {
	font-weight: bold;
	background-color: #f0f0ff;
	padding: 0.2em 0.5em;
    margin: 0.2em 1.5em 0.5em 0px;
}

#listBox .service-list li {
	list-style: none;
}
#listBox .service-list li:before {
	content: "\002D\2004";
}
/* FAQ */
summary.FAQ-Q {
	border-bottom: solid 6px #cccccc;
    background-color: #f4f4f4;
    padding: 0.8em 0 0.6em 1.2em;
    margin: 10px 0 20px;
    font-size: 1.2em;
    cursor: pointer;
}
span.FAQ-Q-text {
    display: inline-block;
    margin-left: 1.2em;
    margin-top: -1.2em;
}
div.FAQ-A {
	margin-left: 1em;
    margin-bottom: 3em;
}

#sfaq-btn {
	filter: opacity(0.5);
}

/* Menu */
#menu-item-7:hover {
	opacity: .8;
}

/* AddToAny */
.addtoany_content {
    padding: 0em 1.2em;
    border-left: solid #ccc 8px;
}

/* トップへ戻る */
#g-backtotop {
    width: 100%;
    height: 3em;
    background-color: #004499;
    text-align: center;
	line-height: 100%;
	padding: 1em;
	transition: all 0.5s ease;
}
#g-backtotop:hover {
	background-color: #1155aa;
}
#g-backtotop-text {
    color: #fff;
}

/* SEO対策のためhタグを順送り対応 */
.overray .single-content h2{
    font-size: 1.8em;
    font-weight: 800;
	margin-top: 2em;
    margin-bottom: 1.2em;
    background-color: #eeeeee!important;
    background-image: none!important;
    color:#445!important;
    border-left: 6px solid #24a;
    padding: 0.5em 1em;
    line-height: 1.2em;
}
.overray .single-content h3 {
    font-size: 1.6em;
    font-weight: 600;
	margin-top: 2em;
    margin-bottom: 1em;
    border-left: 3px solid #24a;
	background-color: #fcfcfc;
    padding: 0.5em 1em;
    line-height: 1.2em;
}
.overray .single-content h4{
    font-size: 1.4em;
    font-weight: 600;
	margin-top: 2em;
    margin-bottom: 1em;
    border-left: 1px solid #24a;
    padding: 0.5em 1em;
    line-height: 1.2em;
  }
.overray .single-content h5 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1em;
    border-left: 1px solid #57d;
    padding: 0.5em 1em;
    line-height: 1.2em;
}
.overray .single-content .h2note {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 1em;
    border-left: 16px solid #cccccc;
    background-color: #dddddd;
    padding: 0.5em 1em;
    line-height: 1.2em;
}

.stickybanner {
	position: sticky;
	top: 64px;
	left: 0;
	width: 100%;
	text-align: right;
	z-index: 100;
	transition: filter 0.3s ease;
}
.stickybanner:hover {
	filter: brightness(1.75);
}
.sidebar-cta-area {
	height: calc(100% - 250px);
}

.stickymenuarea {
	position: sticky;
	top: 64px;
	left: 0;
	width: 100;
}

.aligncenter {text-align: center;}

/* グリッドテーブル（dl： 直接、div等： class） */
.grid-table-1-3 {
	display: grid;
	grid-template-columns: 1fr 3fr;
}
.grid-table-1-3 dt, gcol1 {
	background-color: #f6f6f6;
	font-weight: 400;
	font-size: 1em;
	padding: 1em;
	margin-bottom: 1em;
	border-left: 2px solid #24a;

}
.grid-table-1-3 dd, gcol2 {
	padding: 1em;
	margin-bottom: 1.5em;
}


/* レスポンシブ表示用 */
@media screen and (min-width:769px){
	.pc_hide{
		display:none !important;
	}
}
@media screen and (max-width:768px) {
	.sp_hide{
		display:none !important;
	}
}

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


/* 監修者の追加用 */
.entry_supervision {
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	margin: 2em 0;
	padding:1.5em 1.5em 1em;
	box-sizing: border-box;
	position: relative;
	background:#fff;
	border:solid 1px #ddd;
	letter-spacing:0;
}
.supervision_title{
	display:inline-block;
	padding:0 0.2em;
	position:absolute;
	top:-0.5em;
	left:1.5em;
	line-height:1em;
	color:#003399;
	font-weight:bold;
	background:#fff;
	letter-spacing:0;
}
.supervision_thumb {
	width: 15%;
	flex-shrink: 0;
}
.supervision_thumb img{
	margin:0;
}
.supervision_text {
	flex-grow: 1;
	padding:0 0 0 1.5em;
	box-sizing: border-box;
}
.single-content .supervision_name {
	margin: 0 0 0.7em;
	padding:0 0 0.7em;
	border-bottom:solid 1px #ddd;
	font-size:1.4em;
	line-height: 1em;
}
.supervision_name small {
	display: block;
	margin: 0 0 0.3em 0;
	font-size: 0.65em;
	position:relative;
	top:-2px;
}
.supervision_desc {
	font-size:0.9em;
	line-height: 1.8em;
}
.single-content .supervision_desc p{
	margin:0;
}
.single-content .supervision_desc p:not(:last-child){
	margin:0 0 0.8em;
}

/* 関連記事の追加用 */
.post_archive_item{
	display:flex;
	margin:0 0 1em;
	position:relative;
	text-decoration:none;
	border:solid 1px #ddd;
	letter-spacing:0;
	color:#353535;
	transition:opacity 0.2s ease 0s;
	&:hover{
		opacity:0.6;
	}
}
.post_archive_item_cat{
	display:inline-block;
	padding:0.7em 0.8em 0.5em;
	margin:0 0 0.8em;
	font-size:0.8em;
	font-weight:bold;
	line-height:1em;
	color:#fff;
	background:#2244aa;
	text-decoration:none;
}
.post_archive_item_thumb{
	width:28%;
	max-width:234px;
	min-height:156px;
	background:url(/wp_asc/wp-content/themes/asckk2/images/title-image-01.png) no-repeat center center/cover;
}
.post_archive_item_text{
	display:flex;
	align-items: center;
	width:72%;
	flex-grow:1;
	padding:1.5em 2em 1.5em 1.5em;
	background: url(/wp_asc/wp-content/themes/asckk2/images/icon_arrow_link.svg) no-repeat center right/ 1.6em #fff;
}
.post_archive_item_title{
	display:block;
	margin:0 0 0.6em;
	font-size:1.3em;
	line-height:1.2em;
}
.post_archive_item_desc{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden; 
	font-size:0.85em;
	line-height:1.6em;
}

/* サイドバーのバナー用 */
.nav_menu-banner{
	margin:2em 0 0;
	a{
		display:block;
		max-width:300px;
		filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
		transition:opacity 0.2s ease 0s;
		&:hover{
			opacity:0.6;
		}
    @media screen and (max-width:768px) {
      display:none;
      /*
      margin-left:auto;
      margin-right:auto;
      */
    }
	}
}

/* SP版のフッターバナー用 */
#cta_bottom{
	position:fixed;
	width:100%;
	bottom: -6em;
	z-index:4;
	transition: all 0.4s ease 1s;
	&.scroll{
		bottom:0;
	}
}

@media screen and (max-width:768px) {
	.entry_supervision {
		display:block;
		margin:1em 0;
		padding:1.3em 1.3em 1em;
	}
	.supervision_thumb {
		display:flex;
		width:100%;
		align-items:center;
		grid-gap:1em;
		margin:0 0 1em;
	}
	.supervision_thumb img{
		width:30%;
	}
	.supervision_text {
		padding:0;
	}
	.single-content .supervision_name {
		margin:0;
		padding:0;
		border-bottom:none;
	}

	.post_archive_item_cat{
		font-size:0.75em;
	}
	.post_archive_item_text{
		padding:1em 2em 1em 1em;
	}
	.post_archive_item_title{
		margin:0 0 0.3em;
		font-size:1.1em;
	}
	.post_archive_item_desc{
		font-size:0.75em;
		line-height:1.3em;
	}
}

/* トップページ改修 */
.bn_link{
  display: inline-block;
  min-width: 15em;
  text-align: center;
  padding: 0.8em 1.5em;
  color: #fff;
  background: #039;
  letter-spacing:0;
  transition: all .4s ease;
  &:hover{
    color: #fff;
    background: #005cd6;
  }
}
#top_intro{
  text-align:center;
  .row{
    margin:0 0 40px;
    text-align:left;
  }
}
.home_container h2.top_intro_slogan{
  display:inline-block;
  width:auto;
  padding:0 0 0.5em;
  border-bottom:solid 1px #003399;
  color: #003399;
  font-size: 2em;
  letter-spacing: 0;
}
.top_intro_inner{
  display:flex;
	justify-content: space-between;
  max-width:860px;
  margin: 30px auto 60px;
  figure{
    width:33%;
  }
  p{
    flex-grow:1;
    text-align:left;
    letter-spacing:0;
    line-height:2em;
  }
}
@media screen and (max-width:768px) {
  .bn_link{
    display:block;
    min-width: 0;
    padding: 0.8em 1em;
  }
  .home_container h2.top_intro_slogan{
    font-size: 1.3em;
  }
  .top_intro_inner{
    display:block;
    margin: 0 auto 40px;
    figure{
      width:50%;
      margin:0 auto 10px;
    }
    p{
      width:100%;
      line-height:1.8em;
    }
  }
}

.top_cta{
  max-width:850px;
  margin:0 auto;
  padding: 40px 20px 20px;
  position:relative;
  background:#fff;
  border:solid 1px #003399;
  text-align:center;
  *{
    letter-spacing:0;
  }
}
.top_cta_free{
  width:100%;
  position:absolute;
  top:-1.4em;
  left:0;
  p{
    display:inline-block;
    padding:0.5em;
    background:#003399;
    color:#fff;
    font-weight:bold;
    font-size:1.3em;
    line-height:1em;
  }
  span{
    color:#fff100;
  }
}
.top_cta_title{
  margin:0 0 0.8em;
  font-size:2em;
  line-height:1em;
  color:#003399;
}
.top_cta_point{
  display:inline-block;
  margin:0 0 1em;
  p{
    margin:0 0 0.6em;
    padding:0 0 0 1.5em;
    background: url(/wp_asc/wp-content/themes/asckk2/images/icon_point_check.svg) no-repeat left top/ 1.2em;
    text-align:left;
    font-weight:bold;
    font-size:1.15em;
    font-feature-settings:"palt" 1;
    line-height:1.2em;
  }
}
.top_cta_menu{
  display:flex;
	justify-content:center;
  background: #f8f8f8;
  padding: 15px 0;
  hr{
    display:block;
    width:1px;
    height:auto;
    outline:none;
    border:none;
    margin: 0;
    background:#ddd;
  }
}
.top_cta_menu_item{
  text-align:center;
  flex-grow:1;
}
.top_cta_menu_title{
  margin:0 0 0.5em;
  font-weight:bold;
  font-size:1.3em;
  font-feature-settings:"palt" 1;
  line-height:1em;
  img{
    display:inline-block;
    width:1.5em;
    height:auto;
  }
}
.top_cta_menu_tel{
  margin:1em 0 0;
  font-size:1.2em;
  line-height:1em;
  span{
    font-size:1.8em;
    vertical-align: bottom;
  }
}

@media screen and (max-width:768px) {
  .top_cta{
    padding: 25px 15px 15px;
  }
  .top_cta_free{
    width:100%;
    position:absolute;
    top:-1.4em;
    left:0;
    p{
      font-size:1.1em;
    }
  }
  .top_cta_title{
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .top_cta_point{
    margin:0;
    p{
      font-size:0.95em;
    }
  }
  .top_cta_menu{
    display:block;
    padding: 0 10px;
    hr{
      width:100%;
      height:1px;
    }
  }
  .top_cta_menu_item{
    padding:15px 0;
  }
  .top_cta_menu_title{
    margin:0 0 0.2em;
    font-size:1.1em;
  }
  .top_cta_menu_tel{
    margin:0.6em 0 0;
    font-size:1.1em;
    span{
      font-size:1.6em;
    }
  }
}

#top_case{
  background:#f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
  h2 {
    margin-bottom: 60px;
  }
}
.top_case_inner{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  flex-direction:row;
  row-gap:25px;
  *{
    letter-spacing:0;
  }
}
.top_case_item{
  width:49%;
}
.top_case_item_header{
  display:block;
  padding:40px 30px;
  background: url(/wp_asc/wp-content/themes/asckk2/images/top/img_case_retail_bg.webp) no-repeat center center/cover;
	transition:opacity 0.4s ease 0s;
  &:hover{
    opacity:0.6;
  }
  #case_manufacturing &{
    background-image: url(/wp_asc/wp-content/themes/asckk2/images/top/img_case_manufacturing_bg.webp);
  }
  #case_service &{
    background-image: url(/wp_asc/wp-content/themes/asckk2/images/top/img_case_service_bg.webp);
  }
  #case_other &{
    background-image: url(/wp_asc/wp-content/themes/asckk2/images/top/img_case_other_bg.webp);
  }
  h3{
    display:inline-block;
    margin:0 0 0.3em;
    padding:0.3em 0.5em;
    background:#003399;
    color:#fff;
    font-weight:bold;
    font-size:1.7em;
    font-feature-settings:"palt" 1;
    line-height:1em;
  }
  p span{
    display:inline-block;
    padding:0 1.3em 0 0;
    background: url(/wp_asc/wp-content/themes/asckk2/images/icon_arrow_link_white.svg) no-repeat right center/ 1em;
    font-weight:bold;
    font-feature-settings:"palt" 1;
    color:#fff;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
  }
}
.top_case_item_body{
  padding:15px;
  background:#fff;
  .post_archive_item{
    margin:0;
  }
}

@media screen and (max-width:768px) {
  #top_case{
    padding-top: 30px;
    padding-bottom: 30px;
    h2 {
      margin-bottom: 30px;
    }
  }
  .top_case_inner{
    display:block;
  }
  .top_case_item{
    width:100%;
    margin:0 0 20px;
    &:last-child{
      margin:0;
    }
  }
  .top_case_item_header{
    padding:30px 15px;
    h3{
      display:inline-block;
      font-size:1.4em;
    }
  }
  .top_case_item_body{
    padding:10px 0 10px 10px;
    .post_archive_item{
      border:none;
    }
  }
}

#top_message,
#top_consultant{
  background:#123170;
  padding-top: 0;
  padding-bottom: 0;
  position:relative;
  color:#fff;
  h2 {
    margin-bottom: 60px;
    color:#fff;
  }
}
#top_message{
  &:before{
    content:"";
    display:block;
    width:100%;
    height:310px;
    background: url(/wp_asc/wp-content/themes/asckk2/images/top/img_top_message_bg.webp) no-repeat center center/cover;
  }
  .container{
    max-width:800px;
    margin:0 auto;
    padding-top: 60px;
    padding-bottom: 50px;
    border-bottom:solid 1px rgba(255,255,255,0.3);
  }
}
.top_message_inner{
  display:flex;
  justify-content: space-between;
}
.top_message_text{
  flex-grow:1;
  padding:0 2em 0 0;
  margin-top:-0.5em;
  p{
    margin:0 0 1.5em;
    letter-spacing:0;
    line-height:2.2em;
  }
}
.top_message_image{
  width:180px;
  flex-shrink:0;
  figcaption{
    display:block;
    margin:8px 0 0;
    font-size:13px;
    letter-spacing:0;
    strong{
      font-size:1.2em;
    }
  }
}

@media screen and (max-width:768px) {
  #top_message,
  #top_consultant{
    h2 {
      margin-bottom: 30px;
    }
  }
  #top_message{
    &:before{
      height:150px;
    }
    .container{
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  .top_message_inner{
    display:block;
  }
  .top_message_text{
    padding:0;
    margin-top:0;
    p{
      line-height:2em;
    }
  }
  .top_message_image{
    width:150px;
    margin:0 auto 20px;
  }

}

#top_consultant{
  padding-top: 60px;
  padding-bottom: 60px;
  text-align:center;
}
.top_consultant_slide{
  max-width:880px;
  margin:0 auto 30px;
  color:#353535;
  .bx-wrapper .bx-pager {
    color: rgba(255,255,255,0.3);
  }
  .bx-wrapper .bx-pager.bx-default-pager a,
  .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: rgba(255,255,255,0.3);
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #fff;
  }
  .bx-wrapper .bx-controls-direction a {
    margin-top:-23px;
    width: 46px;
    height: 46px;
    transition:opacity 0.4s ease 0s;
    &:hover{
      opacity:0.6;
    }
  }
  .bx-wrapper .bx-prev {
    left:0;
    background: url(/wp_asc/wp-content/themes/asckk2/images/top/icon_slide_prev.svg) no-repeat center center/cover !important;
    @media (max-width: 990px) {
      left:-46px;
    }
  }
  .bx-wrapper .bx-next {
    right:0;
    background: url(/wp_asc/wp-content/themes/asckk2/images/top/icon_slide_next.svg) no-repeat center center/cover !important;
    @media (max-width: 990px) {
      right:-46px;
    }
  }
}
.top_consultant_slide_item_inner{
  display:flex;
  justify-content: space-between;
  max-width:740px;
  padding:30px;
  margin:0 auto;
  background:#fff;
  text-align:left;
}
.top_consultant_slide_item_thumb{
  width:130px;
  flex-shrink:0;
  transition:opacity 0.4s ease 0s;
  .top_consultant_slide_item_inner:hover &{
    opacity:0.6;
  }
  a, img{
    display:block;
    width:100%;
    height:auto;
  }
}
.top_consultant_slide_item_text{
  padding:0 0 0 2em;
  flex-grow:1;
  color:#333;
  transition:opacity 0.4s ease 0s;
  .top_consultant_slide_item_inner:hover &{
    opacity:0.6;
  }
}
.top_consultant_slide_item_designation{
  letter-spacing:0;
  font-size:0.95em;
}
.top_consultant_slide_item_name{
  margin:0.2em 0 0.5em;
  padding:0 0 0.5em;
  border-bottom:solid 1px #ddd;
  color:#003399;
  font-size:1.45em;
}
.top_consultant_slide_item_desc{
  letter-spacing:0.05em;
}
@media screen and (max-width:768px) {
  #top_consultant{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top_consultant_slide{
    margin:0 auto 20px;
    .bx-wrapper .bx-controls-direction a {
      margin-top:-10px;
      width: 30px;
      height: 30px;
    }
    .bx-wrapper .bx-prev {
      left:-10px;
    }
    .bx-wrapper .bx-next {
      right:-10px;
    }
  }
  .top_consultant_slide_item_inner{
    display:block;
    max-width:100%;
    padding:20px 30px;
  }
  .top_consultant_slide_item_text_head{
    display:flex;
    align-items:center;
    justify-content:center;
    grid-gap:15px;
    width:auto;
    margin:0 auto 15px;
  }
  .top_consultant_slide_item_thumb{
    width:120px;
    margin:0;
  }
  .top_consultant_slide_item_text{
    padding:0;
  }
  .top_consultant_slide_item_designation{
    text-align:center;
  }
  .top_consultant_slide_item_name{
    text-align:center;
    font-size:1.25em;
    border-bottom:none;
    padding:0;
    margin:0;
  }
  .top_consultant_slide_item_desc{
    font-size:0.9em;
  }

}

#top_faq{
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top:0 !important;
  background:#f4f4f4;
}

#footer_cta{
  margin:5em 0 0;
  padding:70px 0;
  background: url(/wp_asc/wp-content/themes/asckk2/images/top/img_footer_cta_bg.webp) no-repeat center center/cover;
  body.home &{
    margin:0;
  }
  @media screen and (max-width:768px) {
    padding:70px 0 40px;
    margin:3em 0 0;
  }
}
footer#colophon {
  margin-top:0 !important;
}