@charset "utf-8";
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
#main {
	margin-bottom: 6.2rem;
}
#main .docBox {
	margin-bottom: 0;
}
#main .docBox h4 {
	margin-bottom: 2.3rem;
    padding: 0.6rem 1.3rem;
    color: #0080B5;
    font-weight: 400;
    background-color: #fff;
    border-radius: 0.9rem;
}
#main .docList > li {
	/* padding: 0.4rem 1rem 0.6rem 0; */
	display: flex;
	flex-wrap: wrap;
	line-height: 1.75;
	/* border-bottom: 1px solid #0080B5; */
}
#main .docList p {
	margin: -0.3rem 0.6rem 0 0;
	/* flex: 1; */
	color: #0080B5;
	color: #000;
	line-height: inherit;
}
@media all and (min-width: 739px) {
	#main .docList p a:hover {
		text-decoration: underline;
	}
}

#main .docList .btnList {
	justify-content: flex-end;
	gap: 0 0.6rem;
}
#main .docList .btnList li {
	width: 2rem;
}
#main .docList .btnList a:hover {
	opacity: 0.7;
}
#conts .comBtn {
	margin-bottom: 2.5rem;
}
@media all and (min-width: 739px) {
	#conts .comBtn a {
		padding-right: 4rem;
		display: inline-block;
		width: auto;
		min-width: 29.2rem;
	}
}
@media all and (max-width: 738px) {
	#main {
		margin-bottom: 4.2rem;
	}
	#main .docBox {
		margin-bottom: 0;
	}
	#main .docBox h4 {
		margin-bottom: -0.4rem;
	}
	#main .docList > li {
		padding: 0.8rem 0 0 0;
	}
	#main .docList p {
		margin-top: 0;
		line-height: 1.75;
		text-align: justify;
	}
	#main .docList .btnList {
		/* margin-top: 1rem;
		gap: 0 0.7rem;
		min-width: 10rem; */
	}
	#main .docList .btnList li {
		width: 1.759rem;
	}
	#conts .comBtn {
		margin-bottom: 3.5rem;
		text-align: center;
	}
	#conts .comBtn a {
		padding-right: 4rem;
		display: inline-block;
		width: auto;
		min-width: 21.9rem;
	}
}
/*------------------------------------------------------------
	category/detail
------------------------------------------------------------*/
#main.detail .topTxt {
	margin: -0.8rem 0 2rem;
	max-width: 58rem;
	color: #0080B5;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.04em;
	text-align: justify;
}
#main.detail .comBtn {
	margin-bottom: 2.5rem;
}
#main.detail .comBgBox {
	padding-bottom: 3.5rem;
}
#main.detail .comBgBox .headLine03 {
	font-size: 2rem;
	letter-spacing: 0;
}
#main.detail .comBgBox .imgBox {
	flex-direction: row-reverse;
}
#main.detail .comBgBox .imgBox .phoBox {
	width: 31%;
	margin-top: 0.7rem;
}
#main.detail .comBgBox .imgBox .phoBox img {
	border-radius: 0;
}
#main.detail .comBgBox .imgBox .txtBox {
	margin: 0 2rem 0 0;
}
#main.detail .comBgBox .imgBox .txtBox .txtList {
	margin-bottom: 2.2rem;
}
#main.detail .comBgBox .imgBox .txtBox .txtList li {
	color: #0080B5;
	font-weight: 500;
	line-height: 1.75;
	padding-left: 0.5em;
	text-indent: -0.5em;
}
#main.detail .comBgBox .subTtl {
	margin-bottom: 2.3rem;
	padding: 0.6rem 1.3rem;
	color: #0080B5;
	font-weight: 400;
	background-color: #fff;
	border-radius: 0.9rem;
}
#main.detail .comBgBox .linkList li {
	line-height: 2;
}
#main.detail .comBgBox .linkList a {
	display: inline-block;
	color: #0080B5;
}
#main.detail .comBgBox .linkList a:after {
	display: inline-block;
	width: 1.9rem;
	height: 1.9rem;
	margin-left: 0.6rem;
	vertical-align: -0.3rem;
	background: url(../img/common/icon13.png) no-repeat right top/100%;
	content: "";
}

#main.detail .comBgBox .fileBox {
	margin-top: 2.3rem;
}
#main.detail .comBgBox .fileBox .linkList a:after{
	display: none;
}
#main.detail .comBgBox .fileBox .linkList li {
	line-height: 1.75;
}
#main.detail .comBgBox .fileBox .linkList a {
	margin: -0.3rem 0 0 0.6rem;
	line-height: 1;
	vertical-align: top;
	color: #000;
}
#main.detail .comBgBox .fileBox .linkList a:first-child {
	display: inline;
	margin: 0;
}
#main.detail .comBgBox .fileBox .linkList a img {
	width: auto;
	height: 1.5em;
}
#main.detail .approval {
	margin: 3.5rem 0 5.5rem;
}
#main.detail .approval .ttl {
	margin-bottom: 0.4rem;
	color: #0080B5;
	font-size: 2.1rem;
	font-weight: 500;
}
#main.detail .approval .txtList li {
	line-height: 1.75;
	padding-left: 0.6em;
	text-indent: -0.6em;
}
#main.detail .equipment .headLine03 {
	margin-bottom: 1.5rem;
}
#main.detail .equipment .txtList li {
	line-height: 1.75;
	padding-left: 1em;
	text-indent: -1em;
}
#main.detail #conts > section:not(:last-child) {
	margin-bottom: 5.5rem;
}
#main.detail .comSearchBox {
	margin-top: 9.5rem;
}
@media all and (min-width: 739px) {
	#main.detail .comBgBox .linkList a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 738px) {
	#main.detail .headLine02 {
		margin-bottom: 2.7rem;
	}
	#main.detail .topTxt {
		margin: 0 0 2rem;
		max-width: inherit;
	}
	#main.detail .comBtn {
		margin-bottom: 3.5rem;
	}
	#main.detail .comBgBox {
		margin-bottom: 2.5rem;
		padding-bottom: 2rem;
	}
	#main.detail .comBgBox .headLine03 {
		margin-bottom: 2.3rem;
		font-size: 1.9rem;
	}
	#main.detail .comBgBox .imgBox .phoBox {
		width: auto;
		margin: 0 0 1rem;
	}
	#main.detail .comBgBox .imgBox .txtBox {
		margin: 0;
	}
	#main.detail .comBgBox .imgBox .txtBox .txtList {
		margin-bottom: 2.7rem;
	}
	#main.detail .comBgBox .subTtl {
		margin-bottom: 0.4rem;
		padding: 0.4rem 1.1rem 0.7rem;
		border-radius: 0.8rem;
	}
	#main.detail .comBgBox .linkList a:after {
		width: 1.7rem;
		height: 1.7rem;
		margin: 0 -0.4rem 0 0.2rem;
	}
	#main.detail .comBgBox .linkList .txtStyle01 {
		letter-spacing: -0.04em;
	}
	#main.detail .approval {
		margin: 0 0 4.5rem;
	}
	#main.detail .comBgBox + .approval {
		margin-top: -0.8rem;
	}
	#main.detail #conts > section:not(:last-child) {
		margin-bottom: 4.5rem;
	}
	#main.detail .approval .ttl {
		margin-bottom: 0.3rem;
		font-size: 1.85rem;
	}
	#main.detail .equipment .headLine03 {
		margin-bottom: 0.8rem;
	}
	#main.detail .comBgBox .fileBox .subTtl {
		margin-bottom: 1.2rem;
	}
}