@charset "utf-8";

.mainvisual .head{
	min-height: 215px;
	border-bottom: 1px solid #eee;
}
.mainvisual .head .main{
	color: #1D1D1F;
}
.mainvisual .head .sub{
	display: inline-block;
	color: #fff !important;
	padding: 2.5px 1.5em;
	border-radius: 5px;
	background-color: #999;
}
.mainvisual .eyecatch{
	background-color: #F5f5f5;
}
.mainvisual .eyecatch .visible{
	height: 600px;
}
.mainvisual .eyecatch .visible img{
	height: auto;
}
.mainvisual .eyecatch .visible img.noimage{
	height: 30%;
	width: auto;
	opacity: .1;
}
@media screen and (min-width: 768px){
	.pageTitle-column {
		padding: 50px 0 59px;
	}
	.pageTitle-column-img {
		display: block;
		width: 332px;
		margin-bottom: 9px;
	}
	.mainvisual .head .sub {
		margin-top: 11px;
	}
}
@media screen and (max-width: 767px){
	.mainvisual .head{
		min-height: 150px;
	}
	.mainvisual .head .main{
		font-size: 2.25rem;
	}
	.mainvisual .head .sub{
		font-size: 1.2rem;
		margin-top: 2.167vw;
	}
	.mainvisual .eyecatch .visible{
		/*height: 300px;*/
		height: auto;
	}
	.mainvisual .eyecatch .visible img{
		height: auto;
		width: auto;
		max-width: 100%;
		position: static;
		transform: translate(0,0);
	}
	.pageTitle-column {
		padding: 10vw 0 11vw;
	}
	.pageTitle-column-img {
		display: block;
		width: 53.867vw;
		margin-bottom: 2.267vw;
	}
}

/*--------------------------------------------------------------------*/

body.nmn .mainvisual,
body.nmn .post_main{
	background-color: #FAF8F5;
}
body.nmn .mainvisual .sub{
	background-color: #D9A877;
}
body.nmn .pl_posts{
	background-color: #F7F4F2;
}

body.wasabi .mainvisual,
body.wasabi .post_main{
	background-color: #F7FAF7;
}
body.wasabi .mainvisual .sub{
	background-color: #7DAA55;
}
body.wasabi .pl_posts{
	background-color: #EEF5EB;
}

body.barley .mainvisual,
body.barley .post_main{
	background-color: #FDFAF5;
}
body.barley .mainvisual .sub{
	background-color: #D9B778;
}
body.barley .pl_posts{
	background-color: #FFF8EA;
}

body.others .mainvisual,
body.others .post_main{
	background-color: #FAFAFA;
}
body.others .mainvisual .sub{
	background-color: #676767;
}
body.others .pl_posts{
	background-color: #F5F5F5;
}

/*--------------------------------------------------------------------*/

.post_main{
	padding: 60px 0;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.post_main{
		padding: 40px 7.3vw;
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------------------------*/

.post_main .allhead{
	margin-bottom: 70px;
}
.post_main .allhead .the_title{
	margin-bottom: 10px;
}
.post_main .allhead .cats a{
	opacity: .6;
	text-decoration: underline;
}
.post_main .allhead .cats a:hover{
	opacity: 1;
}
.post_main .allhead .cats .comma{
	padding: 0 .2em;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.post_main .allhead{
		margin-bottom: 50px;
	}
	.post_main .allhead .the_title{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.post_main .allhead .date{
		font-size: 1rem;
	}
	.post_main .allhead .cats{
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------------*/

.post_main .the_content p{
	margin-bottom: 2em;
	font-weight: 400;
}
.post_main .the_content p:last-child{
	margin-bottom: 0;
}
.post_main .the_content h2{
	margin-top: 5em;
	margin-bottom: 1em;
	font-size: 2.0rem;
	line-height: 3.0rem;
}
.post_main .the_content h3{
	margin-top: 2em;
	margin-bottom: 1em;
}
.post_main .the_content .wp-block-image{
	margin: 0;
}
.post_main .the_content .wp-block-image img{
	height: auto;
}
.post_main .the_content img{
	max-width: 100%;
	height: auto;
}
.post_main .the_content .notation{
	font-size: 1.2rem;
	margin-top: 1em;
	color: #7D7D85;
}
.post_main .the_content .box-white{
	background-color: #fff;
	padding: 2em;
	box-shadow: 1px 1px 7px rgba(0,0,0,.1);
	font-size: 88%;
}
.post_main .the_content .box-white *:first-child{
	margin-top: 0;
}
.post_main .the_content .wp-block-separator{
	margin-bottom: 2em;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.post_main .the_content h2{
		/* font-size: 2rem; */
		font-size: 1.8rem;
		line-height: 2.6rem;
		/* margin-top: 2em; */
		margin-top: 4em;
	}
	.post_main .the_content h3{
		font-size: 1.8rem;
	}
	.post_main .the_content .notation{
		font-size: 1rem;
	}
	.post_main .the_content .box-white{
		margin: 0 -3.6vw;
		font-size: 92%;
	}
}

/*--------------------------------------------------------------------*/

.post_main .the_content .wp-block-group.information{
	padding: 2em 0;
}
.post_main .the_content .wp-block-group.information h2,
.post_main .the_content .wp-block-group.information h3{
	margin-top: 0;
}
.post_main .the_content .wp-block-group.information .wp-block-columns{
	margin: 1em 0;
	justify-content: flex-start;
}
.post_main .the_content .wp-block-group.information .wp-block-columns > *:first-child{
	flex-basis: auto !important;
}
.post_main .the_content .wp-block-group.information a{
	color: #0770DB;
}
.post_main .the_content em{
	font-style: italic;
}
.post_main .the_content small{
	font-size: 70%;
}
.post_main .the_content a{
	text-decoration: underline;
}
.post_main .the_content sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	/* bottom: 1ex; */
	bottom: 0.4em;
	font-size: 80%;
}
.post_main .the_content .list_table{
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}
.post_main .the_content .list_table dl{
	display: flex;
}
.post_main .the_content .list_table dt{
	min-width: 4em;
	margin-right: 1em;
}
.post_main .the_content .list_table dl.dt6 dt{
	min-width: 6em;
}
.post_main .the_content .list_table dd:before{
	content: "：";
}
.post_main .the_content .list_table3 dd{
	padding-left: 2em;
	margin-bottom: 1em;
}
.post_main .the_content .article-share{
	padding: 30px 55px;
	text-align: center;
	background: #fafafa;
}
.post_main .the_content .fs_small{
	font-size: 80%;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.post_main .the_content .wp-block-group.information .wp-block-columns > *:first-child{
		margin-bottom: 2em;
	}
}

/*--------------------------------------------------------------------*/

.post_main .the_content .number-list{
	padding: 2.5em;
	padding-bottom: 3.5em;
	background-color: #fff;
	box-shadow: 1px 1px 7px rgba(0,0,0,.1);
}
.post_main .the_content .number-list h2:first-of-type{
	margin-top: 0;
	font-size: 2.3rem;
	padding-bottom: .3em;
	border-bottom: 1px solid #E4E4EB;
}
.post_main .the_content .number-list h3{
	position: relative;
	padding-left: 2.5em;
	font-size: 2.0rem;
	line-height: 3.0rem;
}
.post_main .the_content .number-list h3:before{
	content: "1";
	display: flex;
	width: 1.6em;
	height: 1em;
	line-height: 1;
	justify-content: center;
	align-content: center;
	position: absolute;
	padding: .2em 0 .4em 0;
	left: 0;
	/* top: .2em; */
	top: 0;
	border-radius: 3em;
	color: #fff;
	background-color: #D9A877;	
}
.post_main .the_content .number-list h3 + p{
	padding-left: 2.5em;
	font-size: 1.6rem;
	font-weight: 400;
}
.post_main .the_content .quotation{
	margin-top: 3em;
	padding: 2.5em 0;
	border-top: 1px solid #1D1D1F;
	border-bottom: 1px solid #1D1D1F;
	font-size: 1.2rem;
	font-weight: 400;
}
.post_main .the_content .textby p{
	font-size: 1.5rem;
}
@media screen and (min-width: 768px){

}
@media screen and (max-width: 767px){
	.post_main .the_content .number-list{
		padding: 1.5em;
		margin: 0 -3.65vw;
	}
	.post_main .the_content .number-list h2:first-of-type{
		font-size: 2rem;
	}
	.post_main .the_content .number-list h3{
		/* font-size: 1.85rem; */
		font-size: 1.8rem;
		line-height: 2.6rem;
		padding-left: 1.8em;
	}
	.post_main .the_content .number-list h3 + p{
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	.post_main .the_content .number-list h3:before{
		font-size: 71%;
		line-height: 1.1;
		/* top: 1.2em; */
		top: 50%;
		transform: translateY(-50%);
	}
	.post_main .the_content .textby img{
		width: auto;
		zoom: 0.5;
	}

	.post_main .the_content .quotation{
		margin-top: 1.5em;
	}
}

/*--------------------------------------------------------------------*/

.post_main .the_content .number-list h3:nth-of-type(1):before{
	content: "1";
}
.post_main .the_content .number-list h3:nth-of-type(2):before{
	content: "2";
}
.post_main .the_content .number-list h3:nth-of-type(3):before{
	content: "3";
}
.post_main .the_content .number-list h3:nth-of-type(4):before{
	content: "4";
}
.post_main .the_content .number-list h3:nth-of-type(5):before{
	content: "5";
}
.post_main .the_content .number-list h3:nth-of-type(6):before{
	content: "6";
}
.post_main .the_content .number-list h3:nth-of-type(1):before{
	content: "1";
}











