@charset "utf-8";
/* CSS Document */

/*  ----------------------------------------------------

	hight report css

------------------------------------------------------*/

/* head */

#MvHeader p.head_read {
	background-color: #fed000;
	font-size: 1.2rem;
	line-height: 1.8;
	padding: 20px;
}

#MvHeader .PageLink {
	background-color: #fed000;
	padding: 0 4px ;
}

#MvHeader .PageLink ol {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
	    flex-wrap: no-wrap;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

#MvHeader .PageLink ol li {
	background: url(/files/user/img/icon/sp/arrow_u_w.png) no-repeat;
	background-color: #ed46ab;
	background-position: right 10px top 50%;
	background-size: 12px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-weight: 600;
}

#MvHeader .PageLink ol li span {
	display: block;
	padding: 14px 0 14px 10px;
	width: 145px;
}

/* main */

.Main_inner #int01_ttl02,.Main_inner #int02_ttl02,.Main_inner #int03_ttl02,.Main_inner #int04_ttl02 {
	padding: 10px 0 30px 0;
	line-height: 1.8;
}

.Main_inner #int01_ttl02 img,.Main_inner #int02_ttl02 img,.Main_inner #int03_ttl02 img,.Main_inner #int04_ttl02 img {
	padding: 15px 0;
}


/* checkcont */

.Main_inner .checkcont {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
	    flex-wrap: no-wrap;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

.Main_inner .checkcont img {
	width: 49%;
	height: 49%;
}

/* tolk */

.Main_inner .talk {
	border: double 3px #ed46ab;
	box-shadow: 0 0 0 1px #ed46ab;
	line-height: 1.8;
	margin: 30px 0;
	padding: 20px;
}

.Main_inner .talk h3 {
	color: #ed46ab;
	background: url(/files/user/boms/smt/contents/bm_report_d/images/icon_mystory.png) no-repeat;
	background-position: left 5px top 0;
	background-size: 45px;
	border-bottom: dotted 2px #ed46ab;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 60px;
}

.Main_inner .talk h3 span {
	font-size: 1.2rem;
}

.Main_inner .talk h4 {
	color: #ed46ab;
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 20px;
}


/* director */

.Main_inner .messcont {
	border: double 3px #fbd031;
	box-shadow: 0 0 0 1px #fbd031;
	line-height: 1.8;
	margin-bottom: 30px;
}

.Main_inner .messcont.pt01 {
	margin-bottom: 0;
}

.Main_inner .messcont h3 {
	color: #ab953c;
	background: url(/files/user/boms/smt/contents/bm_report_d/images/subcont_ttl.png) no-repeat;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 15px 50px 8px 50px;
}

.Main_inner .messcont p {
	padding: 0 20px 15px 20px;
}

.Main_inner .messcont p.messcont_tyui {
	color: #888;
	font-size: 0.8rem;
}


/* link */

.Main_inner .FindLink3 {
	background: url(/files/user/boms/pc/contents/bm_report_d/images/mv01_bg.jpg);
	border: solid 2px #000;
}

.Main_inner .FindLink3 h3 {
	color: #fff;
	background-color: #000;
	font-size: 1.2rem;
	padding: 10px 0;
	text-align: center;
}

.Main_inner .FindLink3 ul {
	color: #fff;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
	 margin: 20px auto;
	 width: 90%;
}

.Main_inner .FindLink3 ul li {
	background: url(/files/user/img/icon/sp/arrow_r_w.png) no-repeat;
	background-color: #ed46ab;
	background-position: right 10px bottom 50%;
	background-size: 8px;
	border-radius: 100%;
	margin-right: 20px;
	text-align: center;
	width: 100px;
}

.Main_inner .FindLink3 ul li.Area04,.Main_inner .FindLink3 ul li.Area07 {
	margin-right: 0;
}

.Main_inner .FindLink3 ul li a {
	display: block;
	padding: 32px 0 26px 0;
}

.Main_inner .FindLink3 ul li.Area01 a,.Main_inner .FindLink3 ul li.Area02 a,.Main_inner .FindLink3 ul li.Area03 a {
	padding: 41px 0 38px 0;
}


/* other */

.Main_inner #cont01,.Main_inner #cont02,.Main_inner #cont03,.Main_inner #cont04 {
	padding-bottom: 30px;
}

.Main_inner .foot_link {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
	    flex-wrap: no-wrap;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
	}

#arrow {
	margin: 20px 10px;
	width: 80px;
}

.Main_inner .baitoru_btn {
	padding: 35px 10px 0 0;
	text-decoration: underline;
}




.pc { display: block; }
.sp { display: none; }



@media screen and (max-width: 750px) {
	
	/* head */

	#MvHeader p.head_read {
		font-size: 2rem;
	}
	
	#MvHeader .PageLink {
		background-color: #fed000;
		padding: 0 6px ;
	}
	
	#MvHeader .PageLink ol {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	#MvHeader .PageLink ol li {
		border-radius: 0;
		margin-bottom: 6px;
		font-size: 2rem;
		width: 49%;
	}
	
	#MvHeader .PageLink ol li span {
		padding: 16px 0 16px 12px;
		width: auto;
	}
	
	
	/* main */

	.Main_inner {
		font-size: 2rem;
	}
	
	.Main_inner #int01_ttl02,
	.Main_inner #int02_ttl02,
	.Main_inner #int03_ttl02,
	.Main_inner #int04_ttl02 {
		line-height: 2;
	}
	
	.Main_inner #int01_ttl02 img,
	.Main_inner #int02_ttl02 img,
	.Main_inner #int03_ttl02 img,
	.Main_inner #int04_ttl02 img {
		padding: 0 0 25px 0;
	}
	
	
	/* checkcont */
	
	.Main_inner .checkcont {
		display: block;
	}
	
	.Main_inner .checkcont img {
		width: 100%;
		height: 100%;
	}
	
	.Main_inner .checkcont img:first-child {
		padding-bottom: 10px;
	}
	
	
	/* tolk */

	.Main_inner .talk {
		border: double 6px #ed46ab;
		line-height: 2;
		padding: 10px 15px 15px 15px;
	}
	
	.Main_inner .talk h3 {
		background-position: left 0 top 0;
		background-size: 40px;
		font-size: 3rem;
		margin-bottom: 15px;
		padding: 3px 0 0 50px;
	}
	
	.Main_inner .talk h3 span {
		font-size: 1.8rem;
	}
	
	.Main_inner .talk h4 {
		font-size: 2.2rem;
		margin-top: 15px;
	}
	
	
	/* messcont */

	.Main_inner .messcont {
		border: double 6px #fbd031;
		line-height: 2;
	}
	
	.Main_inner .messcont h3 {
		font-size: 3rem;
		padding: 13px 50px 6px 50px;
	}
	
	.Main_inner .messcont p {
		padding: 0 15px 15px 15px;
	}
	
	.Main_inner .messcont p.messcont_tyui {
		font-size: 1.5rem;
	}
		
	
	/* link */
	
	.Main_inner .FindLink3 h3 {
		font-size: 2.4rem;
	}
	
	.Main_inner .FindLink3 ul {
		-webkit-box-pack: justify;
     	   -ms-flex-pack: justify;
		 justify-content: space-between;
	}
	
	.Main_inner .FindLink3 ul li {
		background-size: 8px;
		border-radius: 0;
		margin-right: 0;
		margin-bottom: 6px;
		width: 49%;
	}
	
	.Main_inner .FindLink3 ul li a {
		display: block;
		padding: 20px 0;
	}
	
	.Main_inner .FindLink3 ul li.Area01 a,
	.Main_inner .FindLink3 ul li.Area02 a,
	.Main_inner .FindLink3 ul li.Area03 a {
		padding: 30px 0;
	}
	
	.Main_inner .FindLink3 ul li.Area07 {
		margin-bottom: 0;
	}
	
	
	/* other */
	
	.Main_inner #cont02,
	.Main_inner #cont04 {
		padding-bottom: 0;
	}
	
	.Main_inner .baitoru_btn {
		padding: 35px 10px 0 0;
		text-decoration: underline;
	}
	
	.pc { display: none; }
	.sp { display: block; }
	
}