@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	協賛社

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	企業詳細

------------------------------------------------------------------------------*/

.site_column {
	max-width: 1160px;
}

#content main .post header {
	position: relative;
	padding: 1.5em 1em .8em 14em;
	background-color: rgba(var(--main-green),.1);	
	border-radius: 8px;
}

#content main .post header::before {
	position: absolute;
	left: 1.5em;
	bottom: 0;
	content: "";
	display: block;
	width: 169px;
	height: 132px;
	background-image: url("../img/title_datsutan.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


#content main .post header .group {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#content main .post header .group h2 {
	order: 2;
	margin: 0;
	padding: 0;
	background-image:none;	
	font-size: 1.8125rem;
	font-weight: 600;
	color: rgba(var(--main-color), 1);
}

#content main .post header .group p {
	order: 1;
	margin-bottom: .3em;
}

#content main .post header .group p span {
	padding: .3em 1.25em;
	background-color: rgba(var(--main-color), 1);
	border-radius: 10em;
	font-size: 1rem;
 	font-weight: 600;
	line-height: 1;
	color: #FFF;
}

#content main .post h3 {
	border: none;
	line-height: 1.8;
	font-size: 1.375rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: rgba(var(--main-green),1);	
}

#content main .post h3 span {
	display: block;
}

#content main .post .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#content main .post .detail:before {
	order: 2;
	content: "";
	border: 1px dashed rgba(var(--main-green),1);
}

#content main .post .detail .group {
	order: 1;
	position: relative;
	width: 724px;
}

#content main .post .detail .group .photo figure figcaption {
	line-height: 1.6;
}

#content main .post .detail .group .photo.col2 {
	display: flex;
	justify-content: space-between;
}

#content main .post .detail .date {
	order: 3;
	width: 342px;
	margin: 2em;
}

#content main .post .detail .date h4 {
	margin-top: 0;
}


@media screen and (max-width: 767px) {


}







