@charset "UTF-8";

/* CSS Document */
.huru-kigyou {}
.huru-kigyou img {
	width: 75%;
}

.huru-kigyou_01 {
	margin-bottom: 2rem;
}

.huru-kigyou_01 h3,
.huru-kigyou_02 h3 {
	font-weight: 500;
}

.huru-kigyou_01 h4 {
	font-weight: 500;
}

.huru-kigyou_01 ul {
	/* list-style: none; */
	list-style: disc;
    margin-left: 22px;
}

.huru-kigyou_02 {
	margin-bottom: 1rem;
}

.huru-kigyou_02 ul {
	list-style: disc;
    margin-left: 22px;
}

.top_txt {
	margin-bottom: 2rem;
}

.huru-link {
	word-break: break-all;
    overflow-wrap: break-word;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	

}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.huru-kigyou img {
		width: 100%;
	}

}
