@charset "utf-8";
/*------------------------------------------------------------
	permiss
------------------------------------------------------------*/
#main {
	margin-bottom: 6.2rem;
}
#main .comBgBox {
	margin-bottom: 4.4rem;
	padding-bottom: 3rem;
}
#main .comBgBox .headLine03 {
	margin-bottom: 3rem;
}
#main .comBgBox .inner {
	margin: 0 0.5rem;
}
#main .comBgBox .title {
	margin-bottom: 0.3rem;
	padding: 0 0.3rem 0.3rem;
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
#main .comBgBox .subBox:not(:last-child) {
	margin-bottom: 1.6rem;
}
#main .comBgBox .txtList li {
	line-height: 1.6;
}
#main .comBgBox .txtList li:has(.ttl) p {
	margin-left: 1.5rem;
}
#main .comBgBox .txtList li:has(.ttl) .ttl {
	margin-left: 0;
	color: #0080B5;
	font-weight: 500;
	padding-left: 1em;
	text-indent: -1em;
}
#main .group .headLine03 {
	margin-bottom: 1.3rem;
}
#main .groupList > li {
	width: 50%;
	line-height: 1.75;
}
#main .groupList > li a {
	color: #64B2D2;
}
#main .groupList > li a:hover {
	opacity: 0.7;
}
.comSearchBox {
	margin-top: 4.2rem;
}
@media all and (max-width: 738px) {
	#main {
		margin-bottom: 4.2rem;
	}
	#main .comBgBox {
		margin-bottom: 3.3rem;
		padding-bottom: 3rem;
	}
	#main .comBgBox .headLine03 {
		margin-bottom: 1.8rem;
		font-size: 1.9rem;
	}
	#main .comBgBox .inner {
		margin: 0;
	}
	#main .comBgBox .title {
		font-size: 1.55rem;
	}
	#main .comBgBox .subBox:not(:last-child) {
		margin-bottom: 2.1rem;
	}
	#main .comBgBox .txtList li {
		font-size: 1.25rem;
		line-height: 1.65;
	}
	#main .comBgBox .txtList p {
		margin-left: 1.3rem;
	}
	#main .group .headLine03 {
		margin-bottom: 0.8rem;
	}
	#main .groupList {
		display: block;
	}
	#main .groupList > li {
		width: auto;
	}
}