@charset "UTF-8";
@import "https://ims-itabashi.jp/common/main.css";

.topicPath, .mainImg, section {
	font-family: FontAwesome, Helvetica, Arial, 'Microsoft Yahei', '微软雅黑', 'Hiragino Sans GB', 'PingFang SC', 'Noto Sans SC', sans-serif;
}

.mainImg {
	background-image: url(mainImg.jpg);
}

.mainImg h3 {
	letter-spacing: 1px;
	text-indent: 1px;
}

.purpleBox {
	margin-bottom: 40px;
	text-align: center;
}

.btnLnk {
	width: 400px;
}

@media screen and (max-width: 768px) {
	.purpleBox {
		margin-bottom: 20px;
	}

	.btnLnk {
		width: 100%;
	}
}