@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
	width: 1200px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 7px!important;
	font-size: 4.3rem!important;
	font-weight: 900!important;
	letter-spacing: 0.02em!important;
	font-family: 'M PLUS Rounded 1c', sans-serif!important;
	text-align: center;
}
.headLine01 .ttl {
	margin-bottom: 2px;
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.headLine01 .sml {
	font-size: 3.4rem;
}
.headLine01 .col {
	color: #f03c3c;
	font-size: 5.4rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 11px!important;
		font-size: 3.4rem!important;
		font-weight: 900!important;
		line-height: 1;
		letter-spacing: 0.02em!important;
	}
	.headLine01 .ttl {
		margin-bottom: -2px;
		font-size: 1.9rem;
		letter-spacing: 0.12em;
	}
	.headLine01 .sml {
		font-size: 3rem;
	}
	.headLine01 .col {
		font-size: 4.1rem;
		line-height: 1;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 2.8rem!important;
	}
	.headLine01 .ttl {
		font-size: 1.6rem;
	}
	.headLine01 .sml {
		font-size: 2.6rem;
	}
	.headLine01 .col {
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 20px!important;
	font-size: 3.4rem!important;
	font-weight: 900!important;
	letter-spacing: 0.02em!important;
	font-family: 'M PLUS Rounded 1c', sans-serif!important;
	text-align: center;
}
.headLine02 .sml {
	font-size: 2.7rem;
}
.headLine02 .col {
	color: #f03c3c;
	font-size: 3.4rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 12px!important;
		font-size: 2.4rem!important;
	}
	.headLine02 .sml {
		font-size: 2rem;
	}
	.headLine02 .col {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
.comLinkBox {
	padding: 39px 0;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.comLinkBox ul {
	display: flex;
	justify-content: center;
}
.comLinkBox li {
	margin: 0 10px;
	width: 520px;
}
@media all and (max-width: 896px) {
	.comLinkBox {
		padding: 12px 0 14px;
		background-color: #FFF;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	}
	.comLinkBox .content {
		margin: 0 10px;
	}
	.comLinkBox ul {
		display: block;
	}
	.comLinkBox li {
		margin: 0 auto;
		width: auto;
		max-width: 355px;
	}
	.comLinkBox li:not(:last-of-type) {
		margin-bottom: 7px;
	}
}
/*------------------------------------------------------------
	fixBox
------------------------------------------------------------*/
.fixBox {
	padding: 1px 0 8px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	display: none;
}
.fixBox .fixLink {
	margin: -6px auto 2px;
	width: 471px;
}
.fixBox p {
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	text-align: center;
}
@media all and (max-width: 896px) {
	.fixBox {
		padding: 7px 10px 10px;
	}
	.fixBox .fixLink {
		margin: 0 auto 2px;
		width: auto;
		max-width: 355px;
	}
}