#notiveJ{position: relative;}
#notiveJ .boxv01{display: flex;flex-wrap: wrap;}
#notiveJ .boxv01 h2 , #notiveJ .boxv03 h2{color: #c6a14d;line-height: 180%;display: flex;}
#notiveJ .boxv02{display: flex;flex-direction: column;margin: 20px 0;padding-left: 20px;border-left: #c6c6c6 1px solid;}
#notiveJ .boxv03{position: relative;display: flex;flex-wrap: wrap;}
#notiveJ .boxv03 .info{margin: 20px 0;}
#notiveJ .fad{padding: 25px 0;}
#notiveJ .fad p{font-size: 21px;}
#notiveJ p{line-height: 180%;color: #4f545a;font-size: 17px;}
#notiveJ .contac{padding-left: 10px;border-left: #1020318a 1px solid;margin-bottom: 30px;}
@media screen and (max-width: 480px) {
	#notiveJ .boxv01 h2, #notiveJ .boxv03 h2{
    display: flex;
    flex-direction: column;
}
}