@charset "utf-8";
.header_01 .gnav .gnav01 .gnav02 span.font-a.nav01{
	border-bottom: 2px solid #8F8262;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01{
	width: 1100px;
	height: auto;
	margin: 36px auto 0;
	text-align: center;
	padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		margin: 40px auto 0;
		padding-bottom: 70px;
	}
}
.contents01 .contents01_01 h2{
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 26px;
		line-height: 36px;
	}
}
.contents01 .contents01_01 h2 span{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #A28C67;
	display: block;
}
.contents01 .contents01_01 h3{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 5px;
	color: #A28C67;
	font-weight: 400;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		margin-top: 30px;
		font-size: 26px;
		line-height: 36px;
	}
}
.contents01 .contents01_01 p{
	font-size: 16px;
	line-height: 26px;	
	margin-top: 34px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 p{
		font-size: 15px;
		line-height: 25px;
		margin-top: 19px;
	}
}
.contents01 .contents01_01 p span{
	position: relative;
}
.contents01 .contents01_01 p span:before{
	content:'';
	display: block;
	width: 40px;
	height: 13px;
	background-image: url(../img//our-mind/deco01.svg);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 5px;
	left: -55px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 p span:before{
		top: 20px;
		left: -90px;
	}
}
.contents01 .contents01_01 p span:after{
	content:'';
	display: block;
	width: 40px;
	height: 13px;
	background-image: url(../img//our-mind/deco02.svg);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 5px;
	right: -55px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 p span:after{
		top: 20px;
		left: 115px;
	}
}

/*.contents01ここまで*/

/*.topicsここから*/
.topics{
	width: 100%;
	height: auto;
	background-color: #F2F0F0;
	padding: 55px 0 70px;
}
@media only screen and (max-width: 767px) {
	.topics{
		padding: 60px 0;
		margin: 0 auto;
	}
}
.topics .topics_01{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01{
		width: 90%;
		text-align: center;
		display: block;
	}
}
.topics .topics_01 h2{
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 h2{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 20px;
	}
}
.topics .topics_01 h2 span{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #A28C67;
	display: block;
}
.topics .topics_01 ul{
	width: 635px;
	height: auto;
	margin: 0 auto 20px;
	display: block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	.topics .topics_01 ul{
		width: 750px;
	}
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul{
		width: 100%;
		margin: 0;
	}
}
.topics .topics_01 ul:last-of-type{
	margin-bottom: 0;
}
.topics .topics_01 ul li{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 15px;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li{
		margin-top: 10px;
	}
	.topics .topics_01 ul li:first-of-type{
		margin-top: 0;
	}
}
.topics .topics_01 ul li a{
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li a{
		flex-direction: initial;
		flex-wrap: wrap;
		text-align: left;
	}
}
.topics .topics_01 ul li a p.date{
	font-size: 15px;
	line-height: 25px;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li a p.date{
		font-size: 13px;
	}
}
.topics .topics_01 ul li a span{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	text-decoration: underline;
	margin-left: 17px;;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li a span{
		display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		flex-direction: ;
		margin-left: 0;
		text-decoration: none;
	}
}
.topics .topics_01 ul li a p.cat{
	font-size: 15px;
	line-height: 25px;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li a p.cat{
		margin-left: 5px;
		font-size: 14px;
	}
}
.topics .topics_01 ul li a h3{
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li a h3{
		font-size: 14px;
		line-height: 18px;
	}
}
/*.topicsここまで*/








