@charset "utf-8";
/* CSS Document */

.pgTtlWp{
	width: 100%;
	position: relative;
	padding-top: 20px;
	margin-bottom: 60px;
}

.pgTtl{

}

.pgTtlWp .ttImg{
	position: relative;
    width: 80%;
    z-index: 100;
	background: url(../useful/img/ttl.jpg) left center no-repeat;
	background-size: cover;
	height: 360px;

}

.pgTtlWp .pgTtl {
    width: 45%;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 300;
	font-size: 36px;
	margin-bottom: 1em;
	color: #ffffff;

	background-color: #2E2727;
	padding: 60px 40px;

}

.pgTtl span {
	display: block;
	font-size: 80%;
}


.secCn{
	margin-bottom: 60px;
	border-bottom: #ccc dotted 1px;
}

.bxSy{
	margin-bottom: 40px;
	width: 90%;
	margin-left: 5%;

	padding-bottom: 20px;
}


.st{
	font-size:27px;
	margin-bottom: 2.5em;
	background: url(../safety/img/stbg.jpg) right center no-repeat;
	color: #fff;
	line-height: 60px;
	padding-left: 1em;
	position: relative;
}

.st::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(0, 0, 0);
}

.sts{
	font-size: 27px;
	margin-bottom: 1em;
}

.sts a{
	color: #333;

}

.lkTx{
	text-align: right;
	margin: 1em 0;
}

.lkTx a{
	color: #333;
	border: #333 solid 1px;
	padding: 10px 20px;
	text-decoration: none;

}

.secCn .flL{
	width: 60%;
}

.secCn .flR{
	width: 33.33%;
}

@media screen and (max-width:767px){
	
.secCn .flL {
    width: 100%;
}
	
.pgTtlWp .ttImg{
	height: 140px;

}
	
.pgTtlWp .pgTtl {
    width: 75%;
    margin: 0 auto;

    top: 45%;
    right: 0;

	font-size: 24px;

	padding: 15px 30px;

}
	
.bxSy {

    width: 100%;
    margin-left: 0;

}
	
.secCn:last-child{
	margin-bottom: 0;

}
	
.st {
    font-size: 20px;
	line-height: 1.4;
}
	
.secCn .flR {
    width: 60%;
	margin-bottom: 10px;
}
	
}
