@charset "utf-8";
/* CSS Document */


.mainvis-title-main,
.mainvis-title-sub {
	color: #333;
}

@media screen and (min-width: 768px),print {
	.mainvis-title-main,
	.mainvis-title-sub,
	.mainvis-text {
		color: #fff;
	}
}

.tglArea {
	/*border-bottom: none;*/
	position: relative;
}
.tglArea.s_close {
	/*border-bottom: 2px solid #e7e7e7;*/
}
.tglArea::before {
	content: "";
	display: block;
	/*width: 100%;*/
	height: 2px;
	background-color: #e7e7e7;
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	max-width: 1290px;
	margin: auto;
	opacity: 0;
}
.tglArea.s_close::before {
	opacity: 1;
}
.tglBtn {
	border-top: 2px solid #e7e7e7;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.tglBtn-inn {
	position: relative;

	padding-right: 40px;
}
.tglBtn-inn::before {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background-color: #9a9a9a;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.tglBtn-inn::after {
	content: "";
	display: block;
	width: 2px;
	height: 12px;
	background-color: #9a9a9a;
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 20px;
	margin: auto;
	opacity: 0;
	-webkit-transition: 0.3s all;
			transition: 0.3s all;
}
.s_close .tglBtn-inn::after {
	opacity: 1;
	top: 0;
}
@media screen and (min-width: 768px),print {
	.tglArea::before {
		/*padding: 0 40px;*/
		left: 40px;
		right: 40px;
	}
	.tglBtn-inn {
		padding-right: 60px;
	}
	.tglBtn-inn::before {
		width: 20px;
	}
	.tglBtn-inn::after {
		height: 20px;
		right: 24px;
	}
}

.btn01 {
	min-width: 260px;
}
@media screen and (min-width: 768px),print {
	.btn01 {
		min-width: 280px;
	}
}

.tel-main-wrap {
	display: flex;
	align-items: center;
}
.tel-main-img-wrap {
	width: 41px;
}
.tel-main-text {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.1;
}
.tel-sub-text {
	font-size: 1.5rem;
}
@media screen and (min-width: 768px),print {
	.tel-area {
/*		display: flex;
		align-items: baseline;
		line-height: 1;*/
	}
	.tel-main-img-wrap {
		width: 55px;
	}
	.tel-main-wrap {
		margin-right: 15px;
		display: inline-flex;
		vertical-align: text-bottom;
		/*align-items: first baseline;*/
		align-self: baseline;
	}
	.tel-main-text {
		font-size: 3.6rem;
	}
	.tel-sub-wrap {
		display: inline-block;
		vertical-align: text-bottom;
	}
	.tel-sub-text {
		font-size: 2.0rem;
	}
}

.title-sub {
	margin-top: 15px;
}
@media screen and (min-width: 768px),print {
	.title-wrap {
		display: flex;
		align-items: baseline;
	}
	.title-main {
		margin-right: 40px;
	}
	.title-sub {
		margin-top: 0;
	}
}

.pageNav-btn {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	padding-bottom: 8px;
}
.pageNav-text {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px),print {
	.pageNav-btn {
		padding-bottom: 12px;
	}
	.pageNav-text {
		justify-content: center;
	}
}
@media screen and (min-width: 1025px),print {
	.pageNav-btn {
		font-size: 2.0rem;
	}
}
.border-section  + .border-section {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
@media screen and (min-width: 768px),print {
	.border-section  + .border-section {
		margin-top: 30px;
		padding-top: 30px;
	}
}


