@charset "utf-8";
/* CSS Document */

/*  ----------------------------------------------------

	troble black css

------------------------------------------------------*/

.mainContents .main,.mainContents .main img {
	width: 100%;
}

.headerContainer,.navHeader {
	border-right: solid 10px #ff0000;
	border-bottom:  solid 10px #ff0000;
	border-left:  solid 10px #ff0000;
}

.navHeader { margin-bottom: 30px; }

.mainContents .main h2 img,.mainContents .main img.photo { margin: 30px 0; }

.mainContents .main h3 {
	color: #3399ff;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 30px 0 10px 0;
	padding-left: 30px;
	position: relative;
}

.mainContents .main h3::before {
	content: ' ';
	background: url(/files/user/boms/smt/contents/bm_accident/images/icon_pulldown.png) no-repeat;
	background-size: 20px;
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
}

.mainContents .main h4.border {
	font-size: 1.2rem;
	font-weight: 600;
	padding-bottom: 10px;
}

/* nav */

.navHeader nav ul {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
	    flex-wrap: no-wrap;
}

.mainContents .main nav .imgTitle {
	padding: 30px 0 16px 10px;
}

.mainContents .main nav .imgTitle img {
	width: auto;
}

.mainContents .main nav ul {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.mainContents .main nav ul li {
	background: url(/files/user/img/icon/sp/arrow_b_r.png) no-repeat;
	background-position: right 10px top 50%;
	background-size: 14px;
	border-top: solid 1px #ccc;
	font-weight: 600;
	-webkit-transition: background-color .3s;
	         transform: background-color .3s;
	width: 49%;
}

.mainContents .main nav ul li:hover{
	background-color: #fff3e0;
}

.mainContents .main nav ul li:nth-child(2n+1) {
	margin-right: 1%;
}

.mainContents .main nav ul li:nth-last-child(2){
	border-bottom: solid 1px #ccc;
}

.mainContents .main nav ul li:last-child {
	border-bottom: solid 1px #ccc;
}

.mainContents .main nav ul li a {
	display: block;
	line-height: 1.5;
	padding: 10px 0 10px 10px;
	width: 86%;
}

.mainContents .main nav ul li a.pt01 {
	height: 67%;
	padding: 10px 0 10px 10px;
}

.mainContents .main nav ul li a.pt02 {
	height: 67%;
	padding: 20px 0 0 10px;
}


/* advice */

.mainContents .main dl.advice {
	border-bottom: dashed 1px #cccccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.mainContents .main dl.advice:last-child { border: none; }

.mainContents .main dl.advice dt,.mainContents .main dl.advice dd {
	padding-left: 40px;
	position: relative;
}

.mainContents .main dl.advice dt {
	font-weight: 600;
	margin-bottom: 10px;
}

.mainContents .main dl.advice dt::before,
.mainContents .main dl.advice dd::before {
	content: ' ';
	background-repeat: no-repeat;
	background-size: 30px;
	position: absolute;
	left: 0;
	top: -1px;
	width: 30px;
	height: 24px;
}

.mainContents .main dl.advice dt.pt01::before{ background-image: url(/files/user/boms/smt/contents/bm_accident/images/02_icon_q1.png); }
.mainContents .main dl.advice dt.pt02::before{ background-image: url(/files/user/boms/smt/contents/bm_accident/images/02_icon_q2.png); }
.mainContents .main dl.advice dt.pt03::before{ background-image: url(/files/user/boms/smt/contents/bm_accident/images/02_icon_q3.png); }
.mainContents .main dl.advice dt.pt04::before{ background-image: url(/files/user/boms/smt/contents/bm_accident/images/02_icon_q4.png); }
.mainContents .main dl.advice dt.pt05::before{ background-image: url(/files/user/boms/smt/contents/bm_accident/images/02_icon_q5.png); }
.mainContents .main dl.advice dd::before{ background-image: url(/files/user/boms/smt/contents/bm_accident/images/02_icon_a.png); }

.mainContents .main dl.comment {
	background: #f2f2f2;
	border-radius: 6px;
	padding: 20px;
}

.mainContents .main dl.comment dt {
	font-weight: 600;
	padding-bottom: 10px;
}


/* visor */

.visor {
    margin-top: 30px;
    padding: 20px;
    border: solid 1px #cccccc;
    border-radius: 5px;
}

.visor__head {
    position: relative;
    padding-left: 30px;
}

.visor__head:before {
    position: absolute;
    top: 40%;
    left: 0;
    display: block;
    width: 25px;
    height: 16px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.visor__head--hat:before {
    background-image: url(/files/user/img/icon/sp/icon_hat.png);
}

.visor__head--pen {
    padding-left: 25px;
}

.visor__head--pen:before {
    width: 18px;
    height: 18px;
    background-image: url(/files/user/img/icon/sp/icon_pen.png);
}

.visor__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 20px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.visor__img {
    width: 100px;
}

.visor__content {
    width: 480px;
}

.visor__content-head {
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

.visor__text-large {
    font-weight: bold;
}

.visor__text {
    margin-top: 3px;
    font-size: 0.85714rem;
    line-height: 2;
}


/* job */

.mainContents .main dl.job dt {
	font-weight: 600;
	margin-top: 10px;
}

.mainContents .main dl.job ol {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
	margin-top: 15px;
}

.mainContents .main dl.job ol li {
	background: url(/files/user/img/icon/sp/arrow_r_r.png) no-repeat;
	background-position: right 10px top 50%;
	background-size: 8px;
	border: solid 1px #ccc;
	font-weight: 600;
	margin: 0 10px 10px 0;
	-webkit-transition: background-color .3s;
	         transform: background-color .3s;
}

.mainContents .main dl.job ol li.pt01 {
	margin-right: 0;
}

.mainContents .main dl.job ol li:hover {
	background-color: #fff3e0;
}

.mainContents .main dl.job ol li a {
	display: block;
	padding: 10px;
	width: 130px;
}

/* foot */

.navFooter {
	margin-top: 30px;
}


@media screen and (max-width: 750px) {
	
	.headerContainer,.navHeader { border: none; }
	
	.mainContents {
		font-size: 1.8rem;
		line-height: 1.8;
	}

	.mainContents .main h3 {
		font-size: 3rem;
		margin: 30px 0 10px 0;
		line-height: 1.3;
		padding-left: 30px;
	}

	.mainContents .main img.photo { margin: 0 0 30px 0; }
	
	.mainContents .main h4.border {	font-size: 2.3rem; }
	
	/* nav */
	
	.mainContents .main nav .imgTitle {
		padding: 30px 0 20px 10px;
	}

	.mainContents .main nav ul {
		display: block;
	}
	
	.mainContents .main nav ul li {
		background-size: 12px;
		border-top: solid 2px #ccc;
		width: 100%;
	}

	.mainContents .main nav ul li a {
		padding: 20px 0 20px 10px;
		width: 90%;
	}

	.mainContents .main nav ul li:nth-child(2n+1) {
		margin-right: 0;
	}
	
	.mainContents .main nav ul li:nth-last-child(2){
		border-bottom: none;
	}

	.mainContents .main nav ul li:last-child { border-bottom: solid 2px #ccc; }
	
	
	/* job */
	
	.mainContents .main dl.job ol {
		-webkit-box-pack: justify;
     	   -ms-flex-pack: justify;
   		 justify-content: space-between;
	}
	
	.mainContents .main dl.job ol li {
		background-position: right 10px top 50%;
		background-size: 6px;
		margin: 0 0 10px 0;
		width: 48%;
	}
	
	.mainContents .main dl.job ol li a {
		display: block;
		padding: 10px;
	}

}