/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2022 | 09:50:57 */
.margin_bottom0 p {
	margin-bottom: 0;
}

/* TOP
-------------------------------------------------- */
@media (max-width: 480px){
.esx-search-block-style-b6 .search_tab_group li a {
    border-top: 1px solid #e5e5e5 !important;
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
}
}

/* Background - ストライプ柄
-------------------------------------------------- */
.stripe_bg {
  background-size: auto auto;
  background-color: rgba(247, 247, 238, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 255, 255, 1) 20px, rgba(255, 255, 255, 1) 22px );
}
.stripe_bg span {
  background: none;
}


/* お知らせ・ブログ
-------------------------------------------------- */
.info_block h2 {
	margin-bottom: 0;
	padding: 30px 20px;
	background: rgba( 255, 255, 255, .5 ) !important;
}
.info_block h2:after {
	display: none;
	margin-bottom: 0;
}
.info_block .wp-block-buttons {
	padding: 30px 20px;
	background: rgba( 255, 255, 255, .5 ) !important;
}

.info_news {
	position: relative;
}
.info_news::after {
	position: absolute;
	content: '';
	left: 30px;
    bottom: 30px;
    width: 100px;
    height: 120px;
	background: url( 'https://2118401.re-ws.jp/wp-content/uploads/sites/883/2022/10/top_03.png' );
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9;
}


/* お問い合わせ箇所 - 色変更
-------------------------------------------------- */
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
  color: #2B7FBD;
}
.top_company_info .inquiry_column .wp-block-button a {
  background: #2B7FBD;
}


@media ( max-width: 480px ) {
	.info_news::after {
		left: 20px;
		bottom: 20px;
		width: 60px;
		height: 65px;
	}
	
	
	/* 3つの特徴 - 編集
	-------------------------------------------------- */
	.top-company-feature h2 {
		margin: 20px 0;
		font-size: 18px;
	}
	.top-company-feature h3 {
		font-size: 16px;
	}
	.top-company-feature p {
		font-size: 12px;
	}
	.top-company-feature p br {
		display: none;
	}
}