html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Merriweather', serif;
}
.menu_flags img {
	width: 60px;
	height: 37px;
	margin-left: 4px;
}
.navbar {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
	position: relative;
	z-index: 99999;
}
.navbar-brand img {
	max-width: 207px;
}
.main {
	
}
.main_content {
	padding: 30px;
	max-width: 590px;
	margin: auto;
}
.main_content h3 {
	font-weight: 600;
	font-size: 32px;
}
.main_content hr {
	border-top: 4px solid #1ea51e;
	max-width: 60px;
	margin: 13px 0px;
}
.main_content ul li {
	font-size: 16px;
	margin-bottom: 4px;
}
.main_content_r img {
	width: 100%;
}
.main_content {
	padding: 30px;
}
.mc {
	color: #1ea51e !important;
}

.section {
	padding: 55px 0;
}

.s1_content p {
	text-align: center;
	font-size: 24px;
}
.s1_content_r {
	height: 155px;
	margin: 10px 0;
}
.s1_content_r img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.title {
	margin-bottom: 30px;
}
.title h2 {
	margin: 0;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
}
.title hr {
	border-top: 4px solid #1ea51e;
	max-width: 60px;
}

.em_content img {
	width: 100%;
}

.tap_content img {
	width: 100%;
}
.tap_content p {

}

.bg-light {
	background-color: #f8f9fa!important;
	background: url(../images/bg.png);
}
.bg-success {
	background: url(../images/bg.png);
}
.if_content p {
	text-align: center;
	font-size: 21px;
}
.if_r_content img {
	width: 100%;
}

.bd_content p {
	text-align: center;
	font-size: 21px;
	margin-bottom: 32px;
}
.sl_content_main {
	padding: 15px;
	box-shadow: 0 3px 9px #dddddd;
	margin: 20px 0px;
	border-radius: 4px;
	border: 1px solid #f6f6f6;
	background-color: #1ea51e;
	color: white;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
}
.sl_content {

}
.sl_content img {
	width: 100%;
}
.sl_content_p {

}
.sl_content_p p {

}
.sl_content_p h3 {
	font-weight: 600;
	font-size: 24px;
}

.dap_content_r img {
	width: 100%;
}

.dap_content h3 {
	font-weight: 600;
	margin: 0;
	font-size: 37px;
}
.dap_content hr {
	border-top: 4px solid #1ea51e;
	max-width: 60px;
	margin: 13px 0;
}
.dap_content p {

}
.download_app a {

}
.download_app a img {
	height: 52px;
}

.bg-success {
	background-color: #1ea51e !important;
}

.contact_details_l li {
	font-size: 25px;
	margin: 9px 0;
}
.contact_details_l a {
	color: black;
	font-size: 30px;
	padding: 0 6px;
	display: inline-block;
}
.contact_details_l a:hover {
	color: #1ea51e;
}

.contact_details .form-control {
	margin-bottom: 10px;
}

.btn-danger {
	color: #fff;
	background-color: #1ea51e;
	border-color: #1ea51e;
	font-size: 19px;
	padding: 7px 25px;
}
.btn-danger i {
	padding-left: 4px;
}

.bg-danger {
	background: #1ea51e !important;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.s1_content_r {
		height: 300px;
	}
}