@charset "UTF-8";
.areaMaster {}
.areaMaster_title {}
.areaMaster_title > .icon {}
.areaMaster_title > small {}
.areaMaster_title > b {}
.areaMaster_text {
	margin-bottom: 50px;
	text-align: center;
}
.areaMasterNav {}
.menuNav {}
.menuNav_list {}
.menuNav_list > li {}
.menuNav_list > li:first-child {}
.menuNav_list > li:last-child {}
.menuNav_list > li:nth-child(2n+1) {}
.menuNav_list > li:nth-child(n+3) {}
.menuNav_list > li > a {}
.menuNav_list > li > a::before {
	content: "";
}
.menuNav_list > li > a::after {
	content: "";
}
.menuWrap {}
.menuWrap:last-child {}
.menu {}
.menu_title {}
.menu_cardWrap {}
.card {}
.card > a {}
.card > a::before {
	content: "";
}
.card > a::after {
	content: "";
}
.card_title {
	width: 100%;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.card_cols {
	display: flex;
	justify-content: space-between;
}
.card_col {}
.card_col-no1 {
	width: 35%;
	min-width: 35%;
}
.card_image {
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card_image > img {
	display: none;
	margin: 0 auto;
}
.card_col-no2 {
	width: 60%;
}
.card_placeList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4px;
	margin-top: 5px;
}
.card_placeList > li {
	background: #000;
	color: #fff;
	min-width: 80px;
	line-height: 1;
	padding: 4px 10px;
	text-align: center;
	margin: 0 2px 2px;
	box-sizing: border-box;
}
.card_placeList > li:first-child {
	margin-left: 0;
}
.card_placeList > li:last-child {}
.card_placeList > li:nth-child(2n+1) {}
.card_placeList > li:nth-child(n+3) {}
.card_headline {
	line-height: 1.4;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.card_text {
	font-size: 14px;
	line-height: 1.57;
	padding-right: 6px;
}
@media screen and (min-width:1000px) {
	.menuNav_list > li > a:hover {}
	.card > a:hover {}
}
@media screen and (max-width:999px) {
	.areaMaster {}
	.areaMaster_title {}
	.areaMaster_title > .icon {}
	.areaMaster_title > small {}
	.areaMaster_title > b {}
	.areaMaster_text {
		margin-bottom: 40px;
	}
	.areaMasterNav {}
	.menuNav {}
	.menuNav_list {}
	.menuNav_list > li {}
	.menuNav_list > li:first-child {}
	.menuNav_list > li:last-child {}
	.menuNav_list > li:nth-child(2n+1) {}
	.menuNav_list > li:nth-child(n+3) {}
	.menuNav_list > li > a {}
	.menuNav_list > li > a::before {}
	.menuNav_list > li > a::after {}
	.menuWrap {}
	.menuWrap:last-child {}
	.menu {}
	.menu_title {}
	.menu_cardWrap {}
	.card {}
	.card > a {}
	.card > a::before {}
	.card > a::after {}
	.card_title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.card_cols {}
	.card_col {}
	.card_col-no1 {
		width: 70px;
		min-width: 70px;
		margin-right: 10px;
	}
	.card_image {}
	.card_image > img {}
	.card_col-no2 {
		width: calc(100% - 85px);
	}
	.card_placeList {}
	.card_placeList > li {
		font-size: 13px;
		width: 60px;
		min-width: 60px;
	}
	.card_placeList > li:first-child {}
	.card_placeList > li:last-child {}
	.card_placeList > li:nth-child(2n+1) {}
	.card_placeList > li:nth-child(n+3) {}
	.card_headline {
		margin-bottom: 10px;
	}
	.card_text {}
}
@media screen and (max-width:767px) {
	.areaMaster {}
	.areaMaster_title {}
	.areaMaster_title > .icon {}
	.areaMaster_title > small {}
	.areaMaster_title > b {}
	.areaMaster_text {
		text-align: left;
		margin-bottom: 25px;
	}
	.areaMasterNav {}
	.menuNav {}
	.menuNav_list {}
	.menuNav_list > li {}
	.menuNav_list > li:first-child {}
	.menuNav_list > li:last-child {}
	.menuNav_list > li:nth-child(2n+1) {}
	.menuNav_list > li:nth-child(n+3) {}
	.menuNav_list > li > a {}
	.menuNav_list > li > a::before {}
	.menuNav_list > li > a::after {}
	.menuWrap {}
	.menuWrap:last-child {}
	.menu {}
	.menu_title {}
	.menu_cardWrap {}
	.card {}
	.card > a {}
	.card > a::before {}
	.card > a::after {}
	.card_title {
		font-size: 16px;
	}
	.card_cols {}
	.card_col {}
	.card_col-no1 {}
	.card_image {}
	.card_image > img {}
	.card_col-no2 {
		width: calc(100% - 80px);
	}
	.card_placeList {}
	.card_placeList > li {
		font-size: 12px;
		padding: 3px 10px;
	}
	.card_placeList > li:first-child {}
	.card_placeList > li:last-child {}
	.card_placeList > li:nth-child(2n+1) {}
	.card_placeList > li:nth-child(n+3) {}
	.card_headline {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	.card_text {
		font-size: 13px;
		display: none;
	}
}
