@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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;}
.en {
	font-family: "Raleway", sans-serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* content */
.content {
	margin: 0 auto;
	width: 104rem;
	max-width: calc(100% - 4rem);
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.5rem;
		width: auto !important;
		max-width: inherit;
	}
}
.comBtnList {
	display: flex;
	gap: 1.8rem;
}
.comBtnList li {
	width: 28rem;
}
.comBtnList a {
	color: #FFF;
	height: 7.7rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-radius: 7.7rem;
	background: #2FB4EA;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.comBtnList small {
	display: block;
	font-size: 1.7rem;
}
.comBtnList .item a {
	background: #29CB5D;
}
@media all and (min-width: 897px) {
	.comBtnList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtnList {
		margin: 0 0.5rem;
		gap: 1.3rem;
	}
	.comBtnList li {
		width: calc((100% - 1.3rem) / 2);
	}
	.comBtnList a {
		height: 5.4rem;
		font-size: 1.5rem;
		gap: 0.3rem;
	}
	.comBtnList a small {
		font-size: 1.1rem;
	}
}
/* comBtn */ 
.comBtn a {
	width: fit-content;
	min-width: 16.2rem;
	height: 3.9rem;
	color: #2FB4EA;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6rem;
	border: 1px solid #2FB4EA;
}
@media all and (min-width: 897px) {	
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding-bottom: 0.3rem;
		font-size: 1.4rem;
		min-width: 13.4rem;
		height: 4.5rem;
	}
}
.lightTxt {
	font-weight: 700;
	background: linear-gradient(to top,#DBEF00 0.7rem,transparent 0%) no-repeat center bottom 0.1rem / 100%;
}
.headLine {
	margin-bottom: 3.2rem;
	text-align: center;
	font-size: 3.3rem;
	line-height: 1.3;
}
@media all and (max-width: 896px) {
	.headLine {
		margin-bottom: 4.5rem;
		font-size: 2.3rem;
	}
}