@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_aoa.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	section {
		padding-bottom: 1em;
	}

	.commonTit4 {
		font-size: 2.0rem;
		line-height: 1.2;
		padding-bottom: 1em;
	}

	.aoaTxt2 {
		font-size: 1.6rem;
		line-height: 1.2;
		padding-bottom: 1em;
	}

	.aoaTxt2 a {
		color: #ea8080;
	}

	.aoaTxt2 a:hover {
		text-decoration: underline;
	}

	.aoaTxtIn {
		padding-bottom: 0.5em;
	}

	.aoaTxtIn ul {
		padding: 0.5em 1em 0.5em 3em;
	}

	.aoaTxtIn li {
		text-indent: -1.3em;
	}

	#date {
		text-align: right;
	}

}

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

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_aoa.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	section {
		padding-bottom: 1em;
	}

	.aoaTxt2 {
		font-size: 1.6rem;
		line-height: 1.2;
		padding-bottom: 1em;
	}

	.aoaTxt2 a {
		color: #ea8080;
	}

	.aoaTxt2 a:hover {
		text-decoration: underline;
	}

	.aoaTxtIn {
		padding-bottom: 0.5em;
	}

	.aoaTxtIn ul {
		padding: 0.5em 1em 0.5em 2em;
	}

	.aoaTxtIn li {
		text-indent: -1.3em;
	}

	#date {
		text-align: right;
	}

}

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

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after{
		background: url(../../img/mv/mv_aoa.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	section {
		padding-bottom: 1em;
	}

	.aoaTxt2 {
		font-size: 1.4rem;
		line-height: 1.2;
		padding-bottom: 1em;
	}

	.aoaTxt2 a {
		color: #ea8080;
	}

	.aoaTxt2 a:hover {
		text-decoration: underline;
	}

	.aoaTxtIn {
		padding-bottom: 0.5em;
	}

	.aoaTxtIn ul {
		padding: 0.5em 1em 0.5em 2em;
	}

	.aoaTxtIn li {
		text-indent: -1.3em;
	}

	#date {
		text-align: right;
	}

}
