@charset "utf-8";
/*------------------------------------------------------------
	trial
------------------------------------------------------------*/
.mainVisual .leftBox {
	padding-top: 17.6rem;
}
#main .flowBox {
	margin-bottom: 9.9rem;
}
#main .flowBox p {
	line-height: 1.5;
}
#main .flowBox .innerBox {
	padding: 3rem;
	background: url("../img/common/bg04.jpg") repeat left top / 75rem auto;
	font-size: 1.4rem;
	display: none;
}
#main .flowBox .innerBox .subBox {
	padding: 1.9rem 2rem 2rem;
	background-color: #fff;
}
#main .flowBox .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .flowBox .imgBox .textBox {
	flex: 1;
	margin: -0.2rem 2rem 0 0;
}
#main .flowBox .imgBox .photo {
	width: 31.3rem;
}
#main .flowBox .imgBox .photo img {
	width: 100%;
}
#main .flowBox .headLine04 {
	font-weight: 600;
	font-size: 2rem;
	padding: 0 0 1.7rem;
	letter-spacing: 0.05em;
}
#main .flowBox .headLine04 .num {
	font-family: "Lexend Zetta", sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
	min-width: 7.3rem;
	display: inline-block;
	letter-spacing: 0.05em;
}
#main .flowBox .notes {
	margin-top: 1.1rem;
	font-size: 1rem;
}
#main .flowBox .comTel {
	margin-top: 4.7rem;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}
#main .flowBox .comTel a {
	margin-left: 0.9rem;
	font-size: 2rem;
	letter-spacing: 0.03em;
}
#main .flowBox .comBtn {
	margin-top: 2.9rem;
}
#main .flowBox .comBtn a {
	font-size: 1.6rem;
}
#main .flowBox .subBox {
	margin-bottom: 5rem;
	position: relative;
}
#main .flowBox .subBox:last-child {
	margin-bottom: 0;
}
#main .flowBox .subBox::after {
	width: 12rem;
	height: 4rem;
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/trial/arrow.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .flowBox .subBox:last-child::after {
	display: none;
}
#main .flowBox .col {
	color: #0064B6;
	font-weight: 600;
}
#main .borderBox {
	margin: 1.8rem 0 2.1rem;
	border: 0.1rem solid #0064B6;
}
#main .borderBox .title {
	background-color: #0064B6;
	color: #fff;
	padding: 1rem 2rem;
	font-size: 1.6rem;
	font-weight: 600;
	position: relative;
}
#main .borderBox .title .sml {
	font-size: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.6rem;
	white-space: nowrap;
	font-weight: 400;
}
#main .borderBox .txtUl {
	padding: 1.9rem 1.9rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	font-weight: 600;
	gap: 1.7rem;
}
#main .borderBox .txtUl li {
	padding-left: 2.8rem;
	position: relative;
	letter-spacing: 0.15em;
}
#main .borderBox .txtUl li::before {
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 0.6rem;
	left: 0;
	border-radius: 50%;
	background-color: #D1F21F;
	content: "";
}
#main .showTtl {
	padding-right: 4rem;
	position: relative;
	cursor: pointer;
}
#main .showTtl::after {
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	top: 0.7rem;
	right: 0;
	background: url("../img/trial/icon01.jpg") no-repeat left top / 100% 100%;
	content: "";
}
#main .showTtl.on::after {
	background-image: url("../img/trial/icon02.jpg");
}
#main .comTable td .note {
	margin-top: 1.5rem;
	color: #FF0000;
	font-size: 1.3rem;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	#main .flowBox {
		margin-bottom: 5rem;
	}
	.mainVisual .leftBox {
		padding-top: 0;
	}
	#main .flowBox .innerBox {
		padding: 2rem;
	}
	#main .flowBox .imgBox .textBox {
		margin: 0;
	}
	#main .flowBox .imgBox .photo {
		width: auto;
		margin-top: 3rem;
	}
	#main .flowBox .imgBox {
		display: block;
	}
	#main .flowBox .comTel {
		margin-top: 3rem;
	}
	#main .flowBox .subBox::after {
		width: 10rem;
		height: 3rem;
		bottom: -3rem;
	}
	#main .flowBox .headLine04 {
		padding-bottom: 0.8rem;
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
	#main .flowBox .headLine04 .num {
		font-size: 2.2rem;
		min-width: 6rem;
	}
	#main .borderBox .title {
		text-align: center;
		padding: 1rem 1rem;
	}
	#main .borderBox .title .sml {
		margin-top: 0.5rem;
		font-size: 0.8rem;
		position: static;
		top: auto;
		transform: translateY(0);
		right: auto;
		white-space: wrap;
		display: block;
	}
	#main .borderBox .txtUl {
		padding: 1.5rem 1.5rem;
		display: block;
		font-size: 1.4rem;
	}
	#main .borderBox .txtUl li {
		margin-bottom: 0.5rem;
		padding-left: 2.1rem;
	}
	#main .borderBox .txtUl li:last-child {
		margin-bottom: 0;
	}
	#main .borderBox .txtUl li::before {
		width: 1.4rem;
		height: 1.4rem;
		top: 0.4rem;
		left: 0;
	}
	#main .comTable td .note {
		margin-top: 1rem;
		font-size: 1.1rem;
	}
}