@charset "utf-8";
/* CSS Document */
.jumbotron {
	background-image: url('../img/top-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 800px;
}

.card{
	background-color:rgba(255,255,255,0.7);
}
h1{
	font-weight:600;
	line-height:1.6;
}
p.lead span{
	font-size:85%;
}
p.lead{margin-bottom:0;}
#sec1 div{
	width:100%;
	margin:0 auto;
}
#sec1 div img{
	width:100%;
	height:auto;
}
#sec1 ul li{
	list-style:none;
	width:15%;
}
#sec1 ul li a{
	position: relative;
    display: inline-block;
    border-radius: 50%;
    background: #66C2B5;
    width: 100%;
    padding-top: 100%;
}
#sec1 ul li a:hover{
	background:#B2E0DA;
}
.top-nav-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-size:1.25rem;
	font-weight:700;
	text-align:center;
	color:#222;
}
#sec1 ul li img{width:100%;height:auto;}


#sec2{
	background-color:#66C2B5;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
#sec2 .article{
	width:80%;
	margin-bottom:5em;
	background:#FFF;
	padding:2.4em;
}
#sec2 .article h2{
	font-weight:600;
	text-align:center;
	font-size:2.6em;
	line-height:1.6;
}
.effect{list-style:none;padding:0;}
.effect li{width:30%;}
#sec2 div img,effect li img{width:100%;height:auto;}

.merit{
	background:url("../img/image02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.safety span{
	width:10%;
}
.safety span img{width:100%;height:auto;}
/*#sec3 div{
	width:90%;
	margin:0 auto;
}
#sec3 div img{width:100%;height:auto;}*/
@media screen and (max-width: 767.98px) {
	.jumbotron {
	background-position: 70% 50%;
	height: 30rem;
	}
	h1{font-size:1.4rem}
	.top-nav{
		padding-left:0;
		margin-top:2rem;
		flex-wrap:wrap;
	}
	#sec1 ul li{
		width:30%;
	}
	.top-nav-inner{
		font-size:0.8rem;
	}
#sec2 .article{
	width:96%;
	padding:1.2rem;
	margin-bottom:2rem;
	}
	#sec2 .article h2{
		font-size:1.1em;
	}
	.effect li {
    width: 100%;
		margin-bottom:1em;
}
	p.lead{font-size:1rem;
	text-align:justify;}
	.safety span{width:20%;}
.safety .effect li {
	width:48%;
}
		}
