#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;
}


#CONTENTS a:link {
color: #e13e41;
text-decoration: underline;
}
#CONTENTS a:active,
#CONTENTS a:visited { 
color: #e13e41;
text-decoration: none;
}
#CONTENTS a:hover { 
color: #e13e41;
text-decoration: none;
}

#CONTENTS .btn a:link {
display: block;
padding: 15px;
width: 280px;
margin-top: 10px;
text-align: center;
background-color: #e13e41;
color: white;
font-weight: bold;
text-decoration: none;
}

#CONTENTS .btn a:hover {
display: block;
padding: 15px;
width: 280px;
margin-top: 10px;
text-align: center;
background-color: #e15e41;
color: white;
font-weight: bold;
text-decoration: none;
}


@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;
	}
}*/




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


#CONTENTS 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;
}

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

#CONT_Box{
	margin: 0 auto;
	padding: 0 10px 60px 10px;
	}




#CONTENTS h3 {
padding: 10px 10px;
text-align: left;
background-color: rgba(225,62,65,1.0);
border: 1px solid rgba(225,62,65,1.0);
color: #fff;
}

.fixed-table-row {
  max-width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  overflow: auto;
  * {
    box-sizing: border-box;
  }
  table {
    border-spacing: 0;
    width: 100%;
    th, td {
      min-width: 6rem;
      max-height: 2rem;
      min-height: 2rem;
      line-height: 2rem;
      text-align: left;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
	  padding-left: 8px;
    }
    th {
      background-color: #eee;
      position: sticky;
      top: 0;
    }
  }
}


@media (min-width: 768px) {
	#CONTENTS .cont {
	padding: 0;
	}
	#CONT_Box{
	margin: 0 auto;
	max-width: 1000px;
	padding: 50px 0;
	}

	#CONTENTS h2 {
	font-size: 28px;
	}
	
	#CONTENTS dl{
	border-bottom: solid 1px #666;
	width: 900px;
	padding-top: 5px 0 0 0;
	margin: 0 0 10px 0;
	}
	#CONTENTS dt {
	float: left;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	width: 130px;
	text-align: left;
	}
	
	#CONTENTS dd {
	text-align: left;
	margin-bottom: 15px;
	margin-left: 170px;
	font-size: 15px;
	line-height: 1.59;
	max-width: 730px;
	letter-spacing: 0px;
	}
	
	#CONTENTS .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;
	}
	
	#CONTENTS ol {
	margin: 0 0 0 20px;
	}
	
	#CONTENTS .box2 h3 {
	padding: 5px;
	margin-bottom: 15px;
	background-color: #ff3b3b;
	font-size: 14px;
	color: white;
	}
	#CONTENTS .box2 .midashi {
	margin-bottom: 5px;
	font-size: 14px;
	}
	#CONTENTS .box2 h4 {
	margin:5px 0;
	}
	.fixed-table-row {
	margin: 0 0 50px 0;
  max-width: 1000px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  overflow: auto;
  * {
    box-sizing: border-box;
  }
  table {
    border-spacing: 0;
    width: 100%;
    th, td {
      min-width: 6rem;
      max-height: 2rem;
      min-height: 2rem;
      line-height: 2rem;
      text-align: left;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
	  padding-left: 8px;
    }
    th {
      background-color: #eee;
      position: sticky;
      top: 0;
    }
  }
}

}



