@charset "utf-8";
/* CSS Document */

/*===========================================
1024
===========================================*/
@media all and (max-width: 1024px) {
}

/*===========================================
738
===========================================*/
@media all and (max-width: 738px) {
	h1 {
		font-size: 24px;
	}
	section {
		margin-top: 20px;
	}
	section h3 {
		font-size: 16px;
		background: url(/common/images/arrow03.png) no-repeat 3% 50% #999;
		background-size: 24px auto;
	}
	section dt {
		padding: 0.8em 6em 0.8em 0;
		font-size: 14px;
	}
	section dt strong {
		width: 14%;
	}
	section dt span {
		padding: 0 0 0 1em;
	}
	section dt p {
		width: 86%;
	}
	section dt:hover {
		color: #333;
	}
	section dt.active {
		color: #ee7f90;
	}
	section dd {
		padding: 0.8em;
	}
	section dd strong {
		width: 10%;
	}
	section dd p {
		width: 90%;
	}
}





