/* h1 {
	font-size: 24px;
	font-weight: lighter;
	text-align: right;
	margin: 48px 0 0px 0;
	padding:0;
} */

.katsudo_photo a {
	color: black;
}

.katsudo {
	text-align: center;
	margin-bottom: 80px;
}

.katsudo>a {
	display: block;
}

.shokai {
	/* min-width: 110px; */
	width: 140px;
}

.shokai_title, .shokai_title2 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.bg {
	background-image: url(../images/machi_back.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 85%;
}

@media all and (-ms-high-contrast:none) {
	/* h1 {
		line-height: 0;
	} */
}

@media screen and (max-width:1199px) {
	.shokai_title2 {
		letter-spacing: -0.1em;
	}
	.shokai_title, .shokai_title2 {
		font-size: 15px;
	}
}

@media screen and (max-width:991px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width: 576px) {
	/* .shokai_title {
		font-size: 10px;
	}
	.shokai_title2 {
		font-size: 10px;
	} */
	.bg {
		background-image: none;
	}
}