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

h2 {
	margin-bottom: 0.75em;
	font-size: 1.25em;
	color: #00007f;
	text-align: center;
	font-weight: bold;
}

h3 {
	margin-bottom: 0.25em;
	font-size: 1.1em;
	color: #00007f;
	font-weight: bold;
}

h4 {
	margin-top: 0.75em;
	color: #ef810f;
}

.riyou ul {
	padding-left: 0;
}

.riyou li {
	margin-bottom: 0.25em;
	margin-left: 2em;
	list-style-type: disc;
}

.riyou li:last-child {
	margin-bottom: 0;
	margin-left: 0.75em;
	list-style-type: none;
}

.ahaki {
	margin-top: 1em;
}

.byoumei {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #ff0000;
}

/* 767px以下 */
@media screen and (max-width:767px) {
	h4 {
		margin-left: 1em;
	}
}

/* 768px以上 */
@media screen and (min-width:768px) {
	.ahaki {
		display: flex;
		justify-content: space-between;
	}

	.anma, .shinkyuu {
		width: 47.5%;
	}

	h4 {
	margin-bottom: 0.25em;
	margin-top: 0;
	color: #ffffff;
	background-color: #ef810f;
	line-height: 1.5em;
	text-align: center;
	}
}
