@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* 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 {
	padding: 0 2rem;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.3rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.22rem;
}
.headLine01 .sml {
	margin-bottom: 1px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.14rem;
}
.headLine01 .big {
	font-size: 3rem;
	line-height: 1.1;
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 0.9rem;
	text-align: center;
	color: #EA617F;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.07rem;
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.3rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.22rem;
}
/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
	position: fixed;
	z-index: 10;
}
.fixedBox a {
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #EA617F url(../img/common/icon03.png) no-repeat center bottom 2.7rem / 1.8rem;
}
.fixedBox a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px)  {
	.fixedBox {
		right: calc(50% - 37.2rem);
		bottom: 29rem;
	}
	.fixedBox a {
		width: 14rem;
		height: 14rem;
		font-size: 2rem;
		line-height: 1.25;
		letter-spacing: 0.2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 50%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	}
}
@media all and (max-width: 896px) {
	.fixedBox {
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.fixedBox a {
		display: block;
		padding: 1.2rem 1rem;
		font-size: 1.8rem;
		letter-spacing: 0.18rem;
		background-image: none;
	}
}