@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 95rem;
}
@media all and (max-width: 768px) {
	.content {
		max-width: inherit !important;
		padding: 0 1.2rem;
	}
}


/*------------------------------------------------------------
headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 1.0rem;
	font-size: 3rem;
	font-weight: 400;
	width: fit-content;
	padding: 1.6rem 2.3rem 1.4rem;
	background: url(../img/common/img01.png) no-repeat left top,url(../img/common/img01.png) no-repeat right bottom;
	background-size: 3.4rem auto;
}
.headLine01 small {
	font-size: 1.4rem;
}
@media all and (max-width: 768px) {
	.headLine01 {
		padding: 1.2rem 1.8rem 1.0rem;
		font-size: 2.4rem;
		background-size: 2.7rem auto;
	}
	.headLine01 small {
		font-size: 1.12rem;
	}
}



