
p.artcl_img img{
	width: 100%;
}
.map_box a.underline{
	text-decoration: underline;
}
.h3copy a.underline{
	color: inherit;
}

.img_center{
	text-align: center;
}
.img_center a{
	display: block;
	margin: auto;
}
.video_content{
    text-align: center;
}
.video_content video{
        width: 94.001%;
    border-radius: 30px;
}
@media (max-width: 768px) {
.video_content video{
    border-radius: 11px;
}
}
@media screen and (min-width: 769px) {
	.img_center a{
	width: 80%;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	.img_center a{
		width: 100%;
	}
}