@charset "utf-8";
/*------------------------------------------------------------
	services
------------------------------------------------------------*/
.comMenuBg .menuNaviTtl a {
	opacity: 0.5;
}
#main .mainBox {
	padding-bottom: 17.1rem;
	position: relative;
}
#main .menuSec {
	margin-bottom: 6.8rem;
}
#main .info.hide {
	display: none;
}
#main .info:not(:last-child) {
	margin-bottom: 4.8rem;
}
#main .info dl {
	margin: 0 0.2rem;
}
#main .info dl:not(:has(dd)){
	display: none;
}
#main .info dt {
	padding: 0.5rem 2rem 0.5rem;
	font-size: max(10px,1.8rem);
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.03em;
	background-color: #4B3C36;
}
#main .info dd {
	padding: 0.5rem 0 5.2rem;
}
#main .info .textList {
	position: relative;
}
#main .info .textList::after {
	content: "";
	width: 33rem;
}
#main .info .textList li {
	width: 33rem;
}
#main .info .textList a {
	position: relative;
	display: block;
	padding: 1.3rem 2rem 0.8rem;
	color: #1D1D1D;
	font-size: max(10px,1.6rem);
	letter-spacing: 0.03em;
	background: url(../img/common/icon14.png) no-repeat right 1.8rem bottom 1.2rem;
	background-size: 0.8rem auto;
	border-bottom: 1px solid rgba(112,112,112,0.38);
}
#main .info .textList a::after {
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	bottom: -1px;
	background: #4D4643;
	transition: .6s cubic-bezier(.645,.045,.355,1);
	width: 0;
}
@media all and (min-width: 1000px) {
	#pagePath {
		padding: 4.3rem 4rem 7.2rem;
	}
	#main .headLine03 {
		margin: 0 0 4.5rem 0.5rem;
		padding-bottom: 0.5rem;
		font-size: max(10px,2.4rem);
		color: #171717;
	}
	#main .info .textList a:hover::after {
		width: 100%;
	}
	.pad #main .info .textList a:hover::after {
		width: 0;
	}
	#main .info dd {
		display: block !important;
	}
}
@media all and (max-width: 999px) {
	#main .mainBox {
		padding-bottom: 12.8rem;
		overflow: hidden;
	}
	#main .menuSec {
		margin: 6rem 3rem 8rem;
	}
	#main .headLine03 {
		margin-bottom: 2.1rem;
		font-size: 1.6rem;
	}
	#main .info:not(:last-child) {
		margin-bottom: 7rem;
	}
	#main .info dl {
		margin: 0;
	}
	#main .info dt {
		margin-top: 0.4rem;
		padding: 0.8rem 1.8rem 0.9rem;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		background: #4B3C36 url(../img/common/icon16.png) no-repeat right 1.6rem center;
		background-size: 1rem auto;
		cursor: pointer;
	}
	#main .info dt.on {
		background-image: url(../img/common/icon16_on.png);
	}
	#main .info dd {
		padding: 0.5rem 0 3.5rem;
		display: none;
	}
	#main .info .textList {
		display: block;
	}
	#main .info .textList li {
		width: auto;
	}
	#main .info .textList a {
		padding: 0.9rem 1.7rem 0.8rem;
		font-size: 1.4rem;
		letter-spacing: 0.01em;
		background-position: right 1.5rem bottom 1.2rem;
	}
}
