@charset "UTF-8";
.areaTomi {}
.areaTomi_title {}
.areaTomi_title > .icon {}
.areaTomi_title > small {}
.areaTomi_title > b {}
.tomi {
	margin-bottom: 70px;
}
.tomi:last-child {
	margin-bottom: 0;
}
.tomi_title {}
.tomi_headline {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.tomi_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #cccccc;
}
.tomi_item:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.tomi_image {
	width: 300px;
}
.tomi_image > img {
	max-width: 100%;
	height: auto;
}
.tomi_areaText {
	width: calc(100% - 340px);
}
.tomi_text {}
.tomi_dList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 10px;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	padding-left: 85px;
}
.tomi_dList > dt {
	background-color: #f2f2ee;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	line-height: 1;
	min-width: 69px;
	position: absolute;
	z-index: 1;
	top: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.tomi_dList > dd {
	margin-right: 1em;
}
.tomi_dList > dd > a {
	display: block;
}
.tomi_dList > dd > a::before {
	content: "";
}
.tomi_dList > dd > a::after {
	content: "";
}
@media screen and (min-width:1000px) {
	.tomi_dList > dd > a:hover {}
}
@media screen and (max-width:999px) {
	.areaTomi {}
	.areaTomi_title {}
	.areaTomi_title > .icon {}
	.areaTomi_title > small {}
	.areaTomi_title > b {}
	.tomi {}
	.tomi:last-child {}
	.tomi_title {}
	.tomi_headline {
		font-size: 18px;
	}
	.tomi_item {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	.tomi_item:last-child {}
	.tomi_image {
		width: 240px;
	}
	.tomi_image > img {}
	.tomi_areaText {
		width: calc(100% - 270px);
	}
	.tomi_text {}
	.tomi_dList {}
	.tomi_dList > dt {}
	.tomi_dList > dd {}
	.tomi_dList > dd > a {}
	.tomi_dList > dd > a::before {}
	.tomi_dList > dd > a::after {}
}
@media screen and (max-width:767px) {
	.areaTomi {}
	.areaTomi_title {}
	.areaTomi_title > .icon {}
	.areaTomi_title > small {}
	.areaTomi_title > b {}
	.tomi {}
	.tomi:last-child {}
	.tomi_title {}
	.tomi_headline {
		font-size: 16px;
	}
	.tomi_item {
		display: block;
	}
	.tomi_item:last-child {}
	.tomi_image {
		width: auto;
		margin-bottom: 15px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.tomi_image > img {
		width: 100%;
	}
	.tomi_areaText {
		width: auto;
	}
	.tomi_text {}
	.tomi_dList {
		display: block;
		padding: 0;
		margin-top: 10px;
	}
	.tomi_dList > dt {
		position: static;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 5px;
	}
	.tomi_dList > dd {
		margin-right: 0;
	}
	.tomi_dList > dd > a {}
	.tomi_dList > dd > a::before {}
	.tomi_dList > dd > a::after {}
}
