@charset "UTF-8";


#aquarun .title{
	max-width: 800px;
	margin: 0 auto;
	background: #00b2cc;
 	color: #fff;
 	position: relative;
 	padding: 1px;
}
@media screen and (min-width: 992px) {
	#aquarun .title p:nth-of-type(1){
		position: absolute;
		width: 50%;
		top: 43rem;
		right: 2rem;
	}
	#aquarun .pc_on{
		display: block;
	}
	#aquarun .sp_on{
		display: none;
	}
	#aquarun .title > img{
		margin: 1.0rem auto 2.0rem;
	}
	#aquarun .title p:nth-of-type(2){
		position: absolute;
		width: 38rem;
		bottom: 4em;
		right: 2rem;
	}
}
@media screen and (max-width: 991px) {
	#aquarun .pc_on{
		display: none;
	}
	#aquarun .sp_on{
		display: block;
	}
	#aquarun .title p{
		margin: 1.0rem;
	}
}

#aquarun h2{
	font-size: 2.5rem;
	font-weight: 800;
	margin-top: 10.0rem;
	line-height: 2.0;
	text-align: center;
	position: relative;
}
#aquarun h2:after{
	content: "";
	display: block;
	position: absolute;
	width: 13.0rem;
	bottom: 0;
	left: calc( 50% - 6.5rem);
	height: 1px;
	background: #5f5f5f;
}
#aquarun h3{
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	margin-top: 3.0rem;
	color: #555;
}
#aquarun .point1 > img{
	margin: 3.0rem auto 0;
}
#aquarun .point1 > div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.0rem;
}
#aquarun .point1 > div > div{
	width: 48%;
	margin-top: 2.0rem;
}
@media screen and (max-width: 991px) {
	#aquarun .point1 > div{
		flex-direction: column;
	}
	#aquarun .point1 > div > div{
		width: 100%;
	}
}
#aquarun .point2{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
	font-size: 2.8rem;
}
#aquarun .point2 div{
	width: 24%;
	margin-top: 2.0rem;
}
@media screen and (max-width: 991px) {
	#aquarun .point2 div{
		width: 90%;
	}
}
#aquarun .point2 img{
	display: block;
	margin: 0 auto 0.5rem;
}
#aquarun .point3{
	color: #00b2cc;
}
#aquarun .point4{
	display: block;
	margin: 3.0rem auto 0;
}
#aquarun .point5{
	margin-top: 1.0rem;
	font-size: 1.8rem;
}
#aquarun .point5 dt{
	margin-top: 3.0rem;
	line-height: 3.0rem;
	padding-left: 4.0rem;
	position: relative;
	font-weight: bold;
}
#aquarun .point5 dd{
	margin-top: 1.0rem;
	padding-left: 4.0rem;
	position: relative;
}
#aquarun .point5 dt:before{
	content: "Q";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background: #00519f;
	width: 3.0rem;
	height: 3.0rem;
	position: absolute;
	top: 0;
	left: 0;

}
#aquarun .point5 dd:before{
	content: "A";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background: #E9537D;
	width: 3.0rem;
	height: 3.0rem;
	position: absolute;
	top: 0;
	left: 0;
}
#aquarun .point6 div{
	font-size: 1.8rem;
	padding: 3.0rem;
	border-bottom: dashed 1px #ccc;
}
#aquarun .point6 div strong{
	font-weight: normal;
	color: #00b2cc;
}
#aquarun .point6 div span{
	display: block;
	text-align: right;
}
#aquarun .point7 div{
	margin-top: 3.0rem;
	font-size: 1.6rem;
	position: relative;
	padding-left: 10.0rem;
	min-height: 8.0rem;
}
#aquarun .point7 div:before{
	content: "";
	display: block;
	width: 8.0rem;
	height: 7.0rem;
	background: url(https://www.oka-kk.co.jp/cms/wp_oka/wp-content/uploads/20180605006.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -1.0rem;
	left: 0;
}
#aquarun .point8{
	margin-top: 2.0rem;
}
#aquarun .point8 a{
	display: block;
	margin-top: 1.0rem;
	border: solid 2px #a3354b;
	background: #a3354b;
	color: #fff;
	font-weight: bold;
	padding: 1.0rem;
	font-size: 2.4rem;
	text-align: center;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
#aquarun .point8 a:hover{
	background: #fff;
	color: #a3354b;
}


