@charset "utf-8";
/*=============================================================
 #mainVisual
=============================================================*/
.pageTtlTxt:after {
	display: none;
}
/* .pageLink
-------------------------------------------------------------*/
.pageLink {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 50px 0;
	column-gap: 30px;
}
.pageLink li a {
	display: block;
	padding: 4px 0 6px 25px;
	position: relative;
}
.pageLink li a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url("../../shared/img/arw_red.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.pageLink li.act a:before {
	transform: translateY(-50%) rotate(90deg);
}
/* .qa
-------------------------------------------------------------*/
.qa {
	margin: 30px 0 0;
}
.qa dl {
	border-bottom: 1px solid #A0A0A0;
}
.qa dl dt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px 0 20px 0;
	font-weight: 700;
	position: relative;
}
.qa dl dt span.icn {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 31px;
	color: #fff;
	background-color: #E50012;
	border-radius: 9999px;
}
.qa dl dt span.txt {
	width: calc(100% - 55px);
	padding: 8px 40px 0 0;
	position: relative;
}
.qa dl dt span.txt:before, .qa dl dt span.txt:after {
	content: "";
	width: 20px;
	height: 4px;
	background-color: #E50012;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease-out;
}
.qa dl dt span.txt:after {
	transform: translateY(-50%) rotate(90deg);
}
.qa dl.open dt span.txt:before {
	transform: translateY(-50%) rotate(180deg);
}
.qa dl.open dt span.txt:after {
	transform: translateY(-50%) rotate(180deg);
}
.qa dl dd {
	display: none;
}
.qa dl dd div {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	padding: 0 0 20px 0;
}
.qa dl dd span.icn {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 31px;
	color: #fff;
	background-color: #000;
	border-radius: 9999px;
}
.qa dl dd span.txt {
	width: calc(100% - 55px);
	padding: 8px 0 0;
	position: relative;
}
/* .schedule
-------------------------------------------------------------*/
.schedule h2 {
	padding: 60px 0 45px;
	text-align: center;
	font-size: 15px;
	line-height: 1.25;
}
.schedule h2 span {
	color: #E50012;
	font-size: 31px;
}
.schedule .boxSchdule {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0;
}
.schedule .boxSchdule .boxInfo {
	width: calc(100% - 240px);
}
.schedule .boxSchdule .boxInfo ul {
	border-top: 1px solid #A0A0A0;
}
.schedule .boxSchdule .boxInfo li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 0;
	border-bottom: 1px solid #A0A0A0;
}
.schedule .boxSchdule .boxInfo li span {
	width: 130px;
	padding: 7px 0;
	background-color: #E50012;
	text-align: center;
	color: #fff;
}
.schedule .boxSchdule .boxInfo li span.is_wthite {
	color: #E60012;
	background-color: #fff;
	border: 1px solid #E60012;
	padding: 6px 0;
}
.schedule .boxSchdule .boxInfo li div {
	width: calc(100% - 140px);
	padding: 7px 0px;
}
.schedule .boxSchdule .boxPhoto {
	width: 230px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:899px) {
	/*=============================================================
 ttl
=============================================================*/
	/* .pageTtl
-------------------------------------------------------------*/
	.pageTtl {
		background: url("../img/main_sp.jpg") no-repeat center center;
		background-size: cover;
	}
/* .pageLink
-------------------------------------------------------------*/
.pageLink {
	column-gap: 15px;
}
.pageLink li a {
	font-size: 90%;
}
/* .schedule
-------------------------------------------------------------*/
.schedule .boxSchdule {
	width: 100%;
	display: block;
	padding: 0;
}
.schedule .boxSchdule .boxInfo {
	width: calc(100%);
}
.schedule .boxSchdule .boxInfo li.lineNon {
	border-bottom: none;
}
.schedule .boxSchdule .boxPhoto {
	width: 100%;
	padding-bottom: 10px;
}
.schedule .boxSchdule .boxPhoto img{
	width: 100%;
	height: auto;
}
}