@charset "utf-8";


section#service {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
section#service h3 {
	text-align: center;
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 auto 1rem auto;
	border-bottom: 1px solid #000;
	font-size: 1.2rem;
}
section#service div.cont_area {
	width: 70%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	font-size: 1rem;
}
section#service div.cont_area span {
	display: block;
	width: 10rem;
	height:auto;
	padding: 0 0 0 0;
	margin:  0 0 .5rem auto;
	text-align: right;
	font-size: .9rem;
}
section#service div.cont_area p {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 3rem auto 0 auto;
	font-size: initial;
}
.youtube {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



@media screen and (max-width:768px) {

	section#service {
		margin-top: 5rem;
	}
	section#service h3 {
	
	}
	section#service div.cont_area {
		width: 90%;
	}

}


