/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2022 | 05:29:33 */
/* ヘッダー：ナビ
-------------------------------------------------- */
.header_phone_shop_name {
	display: block;
    margin-bottom: 10px;
	font-size: .8rem;
}

/* バナー：学生生活110番
-------------------------------------------------- */
.bnr_img {
	margin-top: 20px;
	text-align: center;
}
.bnr_resize img {
	width: 234px !important;
}

/* お問い合わせ箇所 - 色変更
-------------------------------------------------- */
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
  color: #FF6347;
}
.top_company_info .inquiry_column .wp-block-button a {
  background: #FF6347;
}

/* 画像 - アニメ-拡大する
-------------------------------------------------- */
.transition_img {
	overflow: hidden;
}
.transition_img img {
	transition: .5s all ease;
}
.transition_img:hover img {
	transform: scale( 1.1 );
}


/* トップ：バナー集
-------------------------------------------------- */
.esx-list-style-b1 .uagb-columns__inner-wrap .wp-block-image figcaption::first-line {
	font-size: 1.0rem !important;
}
.esx-list-style-b1 .uagb-columns__inner-wrap .wp-block-image figcaption {
	font-family: 'Noto Sans JP', sans-serif !important;
}


@media ( max-width: 480px ) {
	/* トップ：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;
	}
}