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

/* -------------------------------------------------

contents

------------------------------------------------- */

/* color */
.titleArea h2,
.titleArea ul li a,
.ttlStep,
.gotop a{
	background-color: #44b2e6;
}
.mainArea h3{
	color:#44b2e6;
	border-bottom:4px solid #44b2e6;
}
.mainArea h4{
	border-left:10px solid #44b2e6;
}
.priceArea table th{
	background-color: #e1e8ef;
}
/* mainArea */


/* PC */
@media screen and (min-width:769px) {
.youtubeArea iframe{
	width:400px;
	height:225px;
	margin-right:15px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.youtubeArea iframe{
	width:100%;
	margin-bottom:10px;
}
}



















