

#VISUAL .cont {
position: relative;
}
#VISUAL .catch {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background-image: url("../img/top_bg.png");
background-position: bottom;
background-repeat: repeat-x;
}
#VISUAL .txt1 {
transition: opacity 1s ease;
transition-delay: 1s;
position: absolute;
top: 45%;
left: 20px;
font-size: 32px;
color: white;
/*opacity: 0;*/
font-weight: bold;
}
#VISUAL .txt2 {
transition: opacity 1s ease;
transition-delay: 2s;
position: absolute;
top: 62%;
left: 20px;
width: 50%;
height: 100%;
/*opacity: 0;*/
font-size: 20px;
font-family: 'Poppins', sans-serif;
color: white;
}
.init #VISUAL .txt1 {
/*opacity: 1;*/
}

.init #VISUAL .txt2 {
/*初期値　透明*/
/*opacity: 1;*/
}


#VISUAL .image {
/*background-color: black;*/
width: 100%;
}
#VISUAL .image img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
opacity: 1;
}



@media (min-width: 768px) {
	#VISUAL .catch {
	height: 360px;
	/*background-color: red;*/
	background-image: url("../../img/top_bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
	}
	#VISUAL .image {
	box-sizing: border-box;
	position: relative;
	height: 360px;
	}
	#VISUAL .image img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	}
	#VISUAL .image .img1 {
	right: 0;
	}

	.init #VISUAL .txt1{
	position: absolute;
	left: 150px;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	/*opacity: 1;*/
	}
	.init #VISUAL .txt2{
	font-family: 'Poppins', sans-serif;
	position: relative;
	left: 150px;
	font-size: 30px;
	color: #fff;
	/*opacity: 1;*/
	}
	.init #VISUAL .txt1 img{
	width: 50%;
	height: auto;
	}

}
/*@media (min-width: 1280px) {
	#VISUAL .image {
	padding-top: 360px;
	height: auto;
	}
	#VISUAL .catch {
	padding-top: 260px;
	height: auto;
	}
}*/




#NEWS {
position: relative;
background-color: #fff;
}
#NEWS .cont {
position: relative;
padding: 40px 0 0px 0;
z-index: 2;
}

#NEWS .hed {
position: relative;
padding: 0 0 50px 0;
z-index: 1;
margin-bottom: 50px;
}



#NEWS h2 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 5.8vw;
margin: 0 auto;
text-align: center;
color: #e13e41;
margin-bottom: 20px;
padding: 0 20px;
}

#NEWS h2::after {
content: '';
display: block;
margin: 10px auto 40px auto;
background-color: #535d60;
width: 100px;
height: 2px;
}

#NEWS .box {
border-top: solid 1px #666;
padding-top: 13px;
margin: 0 20px 0 20px;
}

#NEWS dl {
border-bottom: solid 1px #666;
padding-top: 15px;
padding-bottom: 5px;
}

#NEWS dt {
margin-bottom: 5px;
font-weight: 900;
font-size: 4.0vw;
text-align: left;
}

#NEWS dd {
margin-bottom: 15px;
font-size: 3.467vw;
line-height: 5.333vw;
margin: 0 0 10px 0;
}

#NEWS .box2 {
text-align: left;
margin-bottom: 15px;
font-size: 13px;
line-height: 1.59;
max-width: 900px;
letter-spacing: 0px;
margin: 40px 20px 15px 20px;
}

	
#NEWS .box2 h3 {
padding: 5px;
margin-bottom: 15px;
background-color: #ff3b3b;
font-size: 14px;
color: white;
}
#NEWS .box2 .midashi {
margin-bottom: 5px;
font-size: 14px;
}
#NEWS .box2 h4 {
margin:5px 0;
}
#NEWS ol {
margin: 0 0 0 30px;
}

#NEWS .btn {
padding: 15px;
width: 280px;
margin-top: 10px;
text-align: center;
background-color: #e13e41;
color: white;
font-weight: bold;
}

@media (min-width: 768px) {
	#NEWS .cont {
	padding: 0;
 	display: flex;
  	justify-content: center;
	}
	#NEWSBOX{
	width: calc( 100% - 300px );
	margin: 0 auto;
	max-width: 900px;
	padding-top: 50px;
	}
	#NEWS .hed {
	position: relative;
	display: inline-block;
	z-index: 1;
	}
	#NEWS .hed h2 {
	font-size: 28px;
	max-width: 900px;
	}
	
	#NEWS .red {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	margin: 0 0 50px 0;
	}
	#NEWS .red h2 {
	font-size: 20px;
	text-align: left;
	max-width: 900px;
	}
	
	
	#NEWS dl{
	border-bottom: solid 1px #666;
	width: 900px;
	padding-top: 5px 0 0 0;
	margin: 0 0 10px 0;
	}
	#NEWS dt {
	float: left;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	width: 130px;
	text-align: left;
	}
	
	#NEWS dd {
	text-align: left;
	margin-bottom: 15px;
	margin-left: 170px;
	font-size: 15px;
	line-height: 1.59;
	max-width: 730px;
	letter-spacing: 0px;
	}
	
	#NEWS .box2 {
	text-align: left;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.59;
	max-width: 900px;
	letter-spacing: 0px;
	margin: 40px 20px 15px 20px;
	}
	
	#NEWS ol {
	margin: 0 0 0 20px;
	}
	
	#NEWS .box2 h3 {
	padding: 5px;
	margin-bottom: 15px;
	background-color: #ff3b3b;
	font-size: 14px;
	color: white;
	}
	#NEWS .box2 .midashi {
	margin-bottom: 5px;
	font-size: 14px;
	}
	#NEWS .box2 h4 {
	margin:5px 0;
	}
	

}



