@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/

/* comBtn */
.comBtn a {
	width: 26.3rem;
	border-radius: 5rem;
	font-weight: 900;
	font-size: 2rem;
	position: relative;
	text-align: center;
	background-color: #fff;
	display: block;
}
.comBtn .btn {
	width: 100%;
	padding-left: 0.3rem;
	height: 7.8rem;
	border-radius: 5rem;
	background-color: #ffec00;
	border: 0.3rem solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.comBtn .hand {
	width: 6.5rem;
	position: absolute;
	left: -3rem;
	bottom: -1.7rem;
}
.comBtn .inner {
	display: block;
	width: 100%;
}
.comBtn.center a {
	margin: 0 auto;
}
@media all and (min-width: 897px) {
	.comBtn a:hover .btn {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		width: 14.2rem;
		font-size: 1.35rem;
	}
	.comBtn .btn {
		padding-bottom: 0;
		height: 5.2rem;
		border-width: 0.2rem;
	}
}

.content {
	margin: 0 auto;
	max-width: 82rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.6rem;
		max-width: inherit;
	}
}

/* headLine01 */
.headLine01 {
	margin-bottom: 2.6rem;
	text-align: center;
}
.headLine01 img {
	width: 87.5rem;
}
@media all and (max-width: 896px) {
	.headLine01 img {
		width: 35.1rem;
	}
	.headLine01 {
		margin-bottom: 2.4rem;
	}
}

/* centerTxt */
.centerTxt {
	text-align: center;
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.69;
}
@media all and (max-width: 896px) {
	.centerTxt {
		line-height: 1.48;
		font-size: 1.5rem;
	}
}

/* comTable */
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 1.9rem 0 1.6rem;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	font-size: 1.8rem;
	line-height: 1.44;
	font-weight: 500;
	background-color: #fff;
}
.comTable tbody td {
	padding: 2.5rem 0 2.6rem;
	border-bottom: 1px solid #dfdfdf;
}
.comTable tbody tr:last-child td {
	border-bottom: none;
}
.comTable .wid01 {
	width: 19.6%;
}
.comTable .wid02 {
	width: 27.4%;
}
.comTable .wid03 {
	width: 23.2%;
}
.comTable th {
	background-color: #eaeaea;
}
.comTable .btn {
	margin: -0.8rem 0;
}
.comTable .btn a {
	margin: 0 auto;
	width: 28.1rem;
	height: 6.2rem;
	color: #000;
	font-size: 1.8rem;
	font-weight: 900;
	border: 0.3rem solid #000;
	background-color: #ffec00;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comTable .btn.end a {
	color: #fff;
	font-weight: 500;
	border-color: #9fa0a0;
	background-color: #9fa0a0;
	cursor: default;
	pointer-events: none;
}
.comTable .btn.soon a {
	font-weight: 500;
	font-size: 1.6rem;
	border-color: #e1ffdc;
	background-color: #e1ffdc;
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.comTable .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comTable thead {
		display: none;
	}
	.comTable th,
	.comTable td {
		width: calc(100% - 5rem);
		display: block;
		float: left;
		text-align: left;
		vertical-align: top;
		padding: 0;
		font-size: 1.4rem;
		border: none !important;
		position: relative;
	}
	.comTable tbody td {
		margin: 0 2.5rem;
		padding: 0 0 0.6rem 10.4rem;
	}
	.comTable .spNone {
		display: none;
	}
	.comTable .btn {
		margin: 0.6rem 0 0 0;
	}
	.comTable tr td:last-child {
		margin: 0 0 1.7rem;
		padding: 0 0 2rem;
		width: 100%;
		border-bottom: 1px solid #dfdfdf !important;
	}
	.comTable tr:last-child td:last-child {
		margin-bottom: 0;
		border-bottom: none !important;
	}
	.comTable tr td:first-child::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "開催日";
	}
	.comTable tr td:nth-child(2)::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "お申込み期間";
	}
	.comTable .btn a {
		width: 29.5rem;
  		height: 4.2rem;
		font-size: 1.4rem;
		border-radius: 0.5rem;
		border-width: 0.2rem;
	}
	.comTable .btn.soon a {
		font-size: 1.4rem;
	}
}

/* headLine02 */
.headLine02 {
	font-weight: 800;
	line-height: 1.5 !important;
	font-size: 1.8rem;
	border-bottom: 0.3rem solid #000;
	letter-spacing: 0.05em;
	padding-bottom: 0.9rem;
	margin-bottom: 1.2rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 0.9rem;
		font-size: 1.5rem;
		border-width: 0.2rem;
		letter-spacing: 0.05em;
		padding-bottom: 0.4rem;
	}
}

/* comLink */
.comLink {
	text-align: right;
}
.comLink a {
	font-weight: 900;
	font-size: 2rem;
	position: relative;
}
.comLink a::after {
	margin: -0.1rem 0 0 0.6rem;
	width: 3.2rem;
	height: 3.2rem;
	display: inline-block;
	vertical-align: middle;
	background: #000 url("../img/common/icon03.png") no-repeat center center;
	background-size: 1.5rem 1.2rem;
	content: "";
	border-radius: 50%;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		color: #ff857f;
	}
	.comLink a:hover:after {
		background-color: #ff857f;
	}
}
@media all and (max-width: 896px) {
	.comLink a {
		font-size: 1.5rem;
	}
	.comLink a::after {
		width: 2.4rem;
		height: 2.4rem;
		background-size: 1.2rem 1rem;
	}
	
}