@charset "UTF-8";
.counselingNews {
	margin-top: 80px;
}
.counselingNews_inner {
	max-width: 1088px;
	margin: 0 auto;
	padding-left: 70px;
	padding-right: 70px;
	box-sizing: content-box;
}
.gList {
	list-style: none;
}
.gList_title {
	color: #578D94;
	font-size: 26px;
	line-height: 1.77;
	text-align: center;
	margin-bottom: 39px;
	letter-spacing: 0.25em;
	padding-left: 0.25em;
}
.gList_text {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 94px;
	letter-spacing: 0;
	text-align: justify;
}
.gList_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 2;
}
.gList_list > li {
	width: 31.2%;
	margin-left: 3.2%;
}
.gList_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.gList_list > li:nth-child(n+4) {
	margin-top: 45px;
}
.gList_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gList_list > li > a::before {
	content: "";
}
.gList_list > li > a::after {
	content: "";
}
.gList_list > li > a > .icon {
	display: none;
}
.gList_image {
	padding-bottom: 66.7%;
	background-color: #eee;
	transition-duration: .3s;
	transition-property: transform, opacity;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.gList_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 3px;
}
.gList_update {
	font-size: 87.5%;
	font-weight: bold;
	margin-right: 12px;
}
.gList_catList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gList_catList > li {
	background-color: #DD89C2;
	line-height: 1;
	padding: 4px 9px 5px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.gList_catList-wine > li {
	background-color: #F08F8F;
}
.gList_catList-enjoy > li {
	background-color: #83CBC0;
}
.gList_catList-cafe > li {
	background-color: #D6AD7D;
}
.gList_headline {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 1px;
}
.gList_imageWrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 16px;
}
.gList_description {
	font-size: 87.5%;
	line-height: 1.6;
	margin-top: 0.2em;
}
.gList_subhead {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 61px;
	letter-spacing: 0.2em;
	text-indent: .2em;
}
.gList_image-vis {
	padding-bottom: 56.306%;
}
@media screen and (max-width:1500px) {
	.gList_title {
		font-size: 22px;
	}
	.gList_text {
		max-width: 636px;
		margin-bottom: 83px;
	}
	.gList_list {
		font-size: 14px;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width:1000px) {
	a:hover .gList_image {
		opacity: .7;
	}
}
@media screen and (max-width:767px) {
	.counselingNews {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.counselingNews_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gList_title {
		font-size: 17px;
		line-height: 2;
		margin-bottom: 32px;
		letter-spacing: .1em;
		padding-left: .1em;
		margin-left: -15px;
		margin-right: -15px;
	}
	.gList_text {
		max-width: 710px;
		margin-bottom: 64px;
	}
	.gList_list {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
		border-bottom: 1px solid #ddd;
	}
	.gList_list > li {
		width: auto;
		margin: 0;
	}
	.gList_list > li:nth-child(n+4) {
		margin-top: 0;
	}
	.gList_list > li > a {
		display: flex;
		padding: 16px 10px;
		position: relative;
		z-index: 1;
		border-top: 1px solid #ddd;
		align-items: center;
		padding-right: 30px;
	}
	.gList_list > li > a > .icon {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 10px;
		color: #B2B2B2;
		transform: translateY(-50%);
		font-size: 16px;
	}
	.gList_update {
		font-size: 11px;
		font-weight: normal;
		margin-right: 10px;
	}
	.gList_catList {
		transform-origin: left center;
		transform: scale(0.9);
	}
	.gList_catList > li {
		font-size: 10px;
		padding: 3px 9px 4px;
		min-width: 62px;
		text-align: center;
		font-weight: 500;
		box-sizing: border-box;
	}
	.gList_headline {
		font-size: 13px;
	}
	.gList_imageWrap {
		width: 100px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.gList_areaText {
		width: calc(100% - 110px);
	}
	.gList_description {
		font-size: 10px;
		margin-top: 3px;
	}
	.gList_subhead {
		font-size: 11px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width:320px) {
	.gList_title {
		letter-spacing: 0;
		padding-left: 0;
	}
}
