@charset "UTF-8";
/* CSS Document */

body{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#2F2F2F;
	background-color: #F2F4F6;
}

header{
	width: auto;
	height: 50px;
	background-color: #F2F4F6;
	filter: drop-shadow(0px 2px 0px rgba(0,0,0,0.2));
}

.logo_1{
	width: 110px;
	height: auto;
	padding-top: 10px;
	padding-left: 15px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.img_1{
	max-width: 100%;
	padding-top: 0px;
}

.img_2{
	max-width: 15%;
	padding-top: 30px;
	padding-bottom: 10px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.img_2d{
	text-align: center;
}

h1{
	font-weight: 600;
	font-size: 20px;
	text-align: center;
}

p{
	font-weight: 400;
	font-size: 18px;
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
}

.img_3{
	max-width: 15%;
	padding-top: 60px;
	padding-bottom: 10px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.img_3d{
	text-align: center;
}

h2{
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}

.img_4{
	max-width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.img_4d{
	text-align: center;
}

.img_4d img{
	border-radius: 50px;
}

.img_5{
	max-width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.img_5d{
	text-align: center;
}

.img_5d img{
	border-radius: 50px;
}

.img_6{
	max-width: 15%;
	padding-top: 60px;
	padding-bottom: 10px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.img_6d{
	text-align: center;
}

.img_7{
	max-width: 45%;
	padding-top: 0px;
	padding-bottom: 10px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.img_7d{
	text-align:center;
}

.list_1{
	padding-bottom: 60px;
	padding-left: 50px;
}

footer{
	width: auto;
	height: 100px;
	background-color: #F2F4F6;
	filter: drop-shadow(0px -2px 0px rgba(0,0,0,0.2));
}

.logo_2{
	width: 80px;
	height: auto;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.logo_2d{
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}