@charset "UTF-8";
body{
	background-image: url("../images/riverclean/riverclean_bg01.svg?v=1");
	background-repeat: repeat;
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
}
@media screen and (max-width: 575px) {
	body{
		background-size: contain;
	}
}
.bg-nami-top{
	width: 120%;
	margin-left: -10%;
}
.riverclean-title_pc{
	display: inline;
}
.riverclean-title_sp{
	display: none;
}
.riverclean-lead-p{
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;

}
.riverclean-lead-p span{
	display: inline-block;
}
.riverclean-lead-p2{
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-weight: bold;
}
.riverclean-lead-p a,
.riverclean-lead-p a:link,
.riverclean-lead-p a:visited,
.riverclean-lead-p2 a,
.riverclean-lead-p2 a:link,
.riverclean-lead-p2 a:visited{
	text-decoration: underline;
	color: #FFF;
}
.riverclean-lead-p a:hover,
.riverclean-lead-p2 a:hover{
	text-decoration: none;
}
.riverclean-lead-p2 span{
	display: inline;
}

@media screen and (max-width: 575px) {
	.bg-nami-top{
		width: 659px;
		margin-left:  -30px;
	}
	.riverclean-title_pc{
		display: none;
	}
	.riverclean-title_sp{
		display: inline;
	}
	.riverclean-lead-p{
		text-align: left;
		font-size: 16px;
	}
	.riverclean-lead-p span{
		display: inline;
	}
	.riverclean-lead-p2 span{
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.riverclean-lead-p{
		text-align: left;
		font-size: 18px;
	}
	.riverclean-lead-p span{
		display: inline;
	}
}
@media (min-width: 1200px){
	.container {
    	max-width: 1140px;
	}
}
.reiverclean-container{
	max-width: 1140px;
	margin-top: 120px;
}
.reiverclean-container{
	display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    height: 300px;
}
@media screen and (max-width: 575px) {
	.reiverclean-container{
		margin-top: 50px;
	}
}
.bg-nami-top-animation {
    animation: nami-move 5s ease-in-out -2s infinite alternate;
}
@keyframes nami-move {
  0% {
   transform: translate3d(-30px,0,0);
  }
  100% { 
    transform: translate3d(30px,0,0);
  }
}
.riverclean-title{
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main-bg {
    background-color: rgba(112,189,234,1);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -1px;
    background-image: url("../images/riverclean/riverclean_bg02.svg?v=1");
	background-repeat: repeat;
	z-index: 10;
	position: relative;
}
@media screen and (max-width: 575px) {
	.main-bg {
		background-size: contain;
	}
}
.riverclean-h2{
	color: white;
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
	padding: 0 20px;
}
.riverclean-h2 span{
	display: inline-block;
}
/*.riverclean-h2-wrapper{
    background-image: url("../images/riverclean/riverclean-h2-bgimg-l.svg?v=1");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.riverclean-h2-wrapper2{
    background-image: url("../images/riverclean/riverclean-h2-bgimg-r.svg?v=1");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;

}*/
@media screen and (max-width: 575px) {
	.riverclean-h2{
		font-size: 26px;
		margin-bottom: 20px;
	}
}
.riverclean-h3{
	color: #3e9cd7;
	background-color: white;
	border-radius: 14px;
	font-size:24px;
	display: inline-block;
	font-weight: bold;
	padding: 8px 14px;
	margin-bottom: 20px;
}
.riverclean-h3-wrapper{
	text-align: center;
	margin-top: 40px;
}
.riverclean-fukusou-wrapper{
	text-align: center;
	padding: 20px 0;	
}
.readyforbanner:hover{
	opacity: 0.8;
}
.readyforbanner{
	width:100%;
	border-radius:10px;
}

.riverclean-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.riverclean-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
}
.readyforbox{
	background-color: white;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 20px;
}
.readyforbox-p{
	color: #5e8eb5;
	font-size: 14px;
	padding: 0 25px;
}
.readyforbox-p a,
.readyforbox-p a:link,
.readyforbox-p a:visited{
	color: #5e8eb5;
	text-decoration: underline;

}
.readyforbox-p a:hover{
	text-decoration: none;
}
.btn-otogawa-xbig{
	font-size: 20px;
}
.riverclean-online-note-wrapper{
	position: relative;
}
.riverclean-online-note{
	width:100%;
	max-width: 140px;
	height: auto;
	position: absolute;
	top: -100px;
	right: 30%;
	transform: rotate(10deg);
	z-index: 10;

}
.riverclean-h3{
	position: relative;
	z-index: 20;
}
@media screen and (max-width: 767px) {
	.riverclean-online-note{
		top: -120px;
		right: 20%;
	}
}
@media screen and (max-width: 991px) {
	.riverclean-online-note{
		top: -120px;
		right: 25%;
	}
}

.riverclean-header-icon-arrow{
	position: absolute;
	bottom:  60px;
	width: 40px;
	height: auto;
	animation-name: loopDown;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

@keyframes loopDown {
	0% {bottom:90px;}
	100% {bottom:60px;}
}

@media screen and (max-width: 575px){
	.riverclean-header-icon-arrow{
		display: none;
	}
}
.reiverclean-title-box{
	position: fixed;
	width: 90%;
	z-index: 0;
}
.readyfor_goods_img{
	width: 100%;
	border-radius: 10px;
}
.readyfor_figure figcaption{
	font-size: 13px;
}