@charset "utf-8";
/*------------------------------------------------------------
	pipe
------------------------------------------------------------*/
.pop {
    display: none;
}
.pageTitle::before {
	background-image: url("../img/pipe/page_title_bg.jpg");
}
#pagePath {
	margin-bottom: 88px;
}
#main {
    margin-bottom: 135px;
}
#main .anchorList {
	margin-bottom: 103px;
}
#main .anchorList li {
	width: 17.6%;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px dashed #0089d8;
}
#main .anchorList li:last-child {
	border-right: none;
}
#main .anchorList li a {
	padding: 0px 5px 30px;
	display: block;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	word-break: break-all;
	letter-spacing: 0.09em;
	background: url("../img/common/icon03.png") no-repeat center bottom;
}
#main .anchorList li a:hover {
    opacity: 0.7;
}
#main .comImgBox {
	margin-bottom: 0 !important;
}
#main .headLine01 {
	margin-bottom: 65px;
}
#main .imgInner {
	padding: 150px 0 160px;
}
#main .imgInner .imgBox {
	flex-direction: row-reverse;
	align-items: center;
}
#main .imgInner .imgBox .phoBox {
	width: 48%;
}
#main .imgInner .imgBox .phoBox img {
	width: 100%;
}
#main .imgInner .imgBox .txtBox {
	margin-top: -5px;
	width: 47%;
}
#main .imgInner .imgBox .txtBox p {
	margin: 0 4px;
	line-height: 2;
	letter-spacing: 0.09em;
	text-align: justify;
	text-justify:inter-ideograph;
}
#main .imgInner .imgBox .txtBox .phoList {
	margin-top: 97px;
}
#main .imgInner .imgBox .txtBox .phoList li {
	width: 45.5%;
}
#main .imgInner .imgBox .txtBox .phoList li img {
	width: 100%;
}
#main .bgBox01 {
	background: url(../img/pipe/bg01.jpg) no-repeat center center / cover;
}
#main .imgInner .imgBoxL {
	flex-direction: inherit;
}
#main .imgInner .imgBoxL .txtBox p {
	color: #FFF;
}
#main .comItemList {
    margin: -80px 0 102px;
}
#main .comItemList li {
	margin-top: 80px;
	width: 30%;
	margin-right: 5%;
}
#main .comItemList li:nth-child(3n) {
	margin-right: 0 !important;
}
#main .comItemList li .txtBox {
	padding: 30px 43px 31px;
}
#main .sec01 .comLink01 a {
    background: #e2e2e2 url("../img/common/icon08.png") no-repeat right 35px center / 25px auto;
}
#main .sec01 section {
    margin-bottom: 150px;
}
#main .sec01 section:last-of-type {
    margin-bottom: 0;
}
@media all and (max-width: 896px) {
    #main {
        margin-bottom: 35px;
    }
	#main .anchorList {
		margin-bottom: 40px;
	}
	#main .anchorList li {
		width: 25%;
	}
	#main .anchorList li a {
		padding-bottom: 20px;
		font-size: 1.2rem;
	}
	#main .headLine01 {
		margin-bottom: 65px;
	}
	#main .imgInner {
		padding: 40px 0;
	}
	#main .imgInner .imgBox {
		display: block;
	}
	#main .imgInner .imgBox .phoBox {
		width: auto;
	}
	#main .imgInner .imgBox .txtBox {
		margin-top: 20px;
		width: auto;
	}
    #main .imgInner .imgBox .txtBox p {
        font-size: 1.4rem;
    }
	#main .imgInner .imgBox .txtBox .phoList {
		margin-top: 20px;
	}
    #main .imgInner .imgBox .txtBox .phoList li {
        width: 48.5%;
    }
	#main .comItemList {
        margin: -8px 0 30px;
	}
    #main .sec01 section {
        margin-bottom: 30px;
    }
    #main .sec01 .comLink01 a {
        background: #e2e2e2 url("../img/common/icon08.png") no-repeat right 20px center / 20px auto;
    }
}
@media all and (-ms-high-contrast:none) {
    #main .anchorList li {
        padding-top: 10px;
    }
}