@charset "utf-8";

/*-------------------------------------------
タブレット
---------------------------------------------*/

@media screen and (max-width: 768px) {


#titleArea {
	height: 18.66vw;
}

#titleArea h2 {
	line-height: 18.66vw;
}

h1.title {
	margin-bottom: 8vw !important;
}
h3.title {
	margin-bottom: 8vw;
}

#mainContainer dl {
	margin-bottom: 8vw;
}

#mainContainer dl dt {
	font-weight: bold;
	margin-bottom: 2.66vw;
	color: #000;
}

}