@charset "UTF-8";
.flexWorks_Box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.areaWorks_dList {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px;
	line-height: 1;
}
.areaWorks_dList > dt {}
.areaWorks_dList > dt::after {
	content: "：";
}
.areaWorks_dList > dd {
	font-size: 25px;
	color: #FF3A21;
	font-weight: bold;
}
.areaWorks_dList > dd > b {
	font-size: 140%;
}
.info {
	margin-bottom: 40px;
}
.info_link {
	max-width: 390px;
	margin: 0 auto;
}
.info_link > a {}
.info_link > a::before {
	content: "";
}
.info_link > a::after {
	content: "";
}
.popup {
	width: 818px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	display: none;
}
.popup_title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}
.popup_title > img {
	display: block;
	width: 64px;
	height: 53px;
}
.popup_title > b {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-left: 13px;
}
.popup_cols {
	display: flex;
	justify-content: space-between;
}
.popup_col {
	width: 48%;
	display: flex;
	flex-direction: column;
}
.popup_col-no1 {}
.popup_list {
	list-style: none;
	border: 2px solid #FC5F89;
	border-radius: 10px;
	padding: 20px 20px;
	flex-grow: 1;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.popup_list-no2 {
	border-color: #FAD402;
}
.popup_list::after {
	content: "";
	border: 16px solid #FC5F89;
	display: block;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	border-top-width: 27px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-width: 0;
	opacity: .47;
}
.popup_list-no2::after {
	border-top-color: #FAD402;
}
.popup_list > li {
	position: relative;
	z-index: 1;
	padding-left: 20px;
}
.popup_list > li::before {
	content: "";
	display: block;
	border: 1px solid #111A11;
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 1;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
}
.popup_list > li:first-child {}
.popup_list > li:last-child {}
.popup_list > li:nth-child(2n+1) {}
.popup_list > li:nth-child(n+3) {}
.popup_text {
	height: 89px;
	background-color: #FC5F89;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 34px;
}
.popup_text-no2 {
	background-color: #FD9D25;
}
.popup_col-no2 {}
@media screen and (min-width:1000px) {
	.info_link > a:hover {}
}
@media screen and (max-width:999px) {
	.info {}
	.info_link {}
	.info_link > a {}
	.info_link > a::before {}
	.info_link > a::after {}
	.popup {
		width: 610px;
	}
	.popup_title {}
	.popup_title > img {}
	.popup_title > b {}
	.popup_cols {}
	.popup_col {}
	.popup_col-no1 {}
	.popup_list {}
	.popup_list-no2 {}
	.popup_list::after {}
	.popup_list-no2::after {}
	.popup_list > li {}
	.popup_list > li::before {}
	.popup_list > li:first-child {}
	.popup_list > li:last-child {}
	.popup_list > li:nth-child(2n+1) {}
	.popup_list > li:nth-child(n+3) {}
	.popup_text {
		font-size: 17px;
		height: 80px;
	}
	.popup_text-no2 {}
	.popup_col-no2 {}
}
@media screen and (max-width:767px) {
	.flexWorks_Box {
		flex-direction: column;
	}
	.areaWorks_dList:first-of-type {
		margin: 8px 0 4px 0;
	}
	.areaWorks_dList:last-of-type {
		margin: 4px 0 8px 0;
	}
	.areaWorks_dList > dt {}
	.areaWorks_dList > dt::after {}
	.areaWorks_dList > dd {
		font-size: 20px;
	}
	.areaWorks_dList > dd > b {}
	.info {
		margin-bottom: 0;
	}
	.info_link {}
	.info_link > a {}
	.info_link > a::before {}
	.info_link > a::after {}
	.popup {
		width: 100%;
	}
	.popup_title {}
	.popup_title > img {
		width: 40px;
		height: 33px;
	}
	.popup_title > b {
		font-size: 16px;
		line-height: 1.2;
	}
	.popup_cols {
		display: block;
	}
	.popup_col {
		width: auto;
	}
	.popup_col-no1 {
		margin-bottom: 10px;
	}
	.popup_list {
		font-size: 12px;
		padding: 15px;
		border-radius: 5px;
		border-width: 1px;
	}
	.popup_list-no2 {}
	.popup_list::after {
		border-top-width: 16px;
		border-left-width: 10px;
		border-right-width: 10px;
	}
	.popup_list-no2::after {}
	.popup_list > li {}
	.popup_list > li::before {}
	.popup_list > li:first-child {}
	.popup_list > li:last-child {}
	.popup_list > li:nth-child(2n+1) {}
	.popup_list > li:nth-child(n+3) {}
	.popup_text {
		font-size: 14px;
		height: 50px;
		border-radius: 5px;
		margin-top: 20px;
	}
	.popup_text-no2 {}
	.popup_col-no2 {}
	.fancybox-content {
		padding: 30px 15px 15px;
	}
}

.works_tagList.works_chokotto {
	margin-top: -10px;
	margin-bottom: 10px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.works_tagList.works_chokotto > li {
	margin-left: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	padding: 0 14px;
	border: 2px solid #ffb14b;
	background-image: linear-gradient(90deg, #ffc3aa, #fff0aa);
	color: #111A11;
	position: relative;
	z-index: 0;
	transition-property: background-image, color;
}