@charset "utf-8";




/* ------------------------------------------------------------------------------------------------
* RESPONSIVE
* ------------------------------------------------------------------------------------------------ */

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

/* END RESPONSIVE 979px */

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

	.u-container .u-inner {
		padding: 40px 16px;
	}
	
	.l-section{
		margin-bottom: 20%;
	}

	.l-section .l-section-read{
		font-size: 1.8rem;
	}

	.l-section .l-section-body{
		text-align: left;
		font-size: 1.4rem;
	}

	.l-section-images .item .caption{
		font-size: .8em;
	}

	.s-top .l-section-images .line{
		margin: auto auto 12%;
	}

	.s-top .l-section-images .image{
		width: min(540px, 100%);
		margin: auto;
	}

	.s-end .l-section-image .line{
		margin: auto auto 12%;
	}

	.s-end .l-section-images {
		grid-template-columns: 1fr;
		gap: 8%;
	}


	.l-note{
		font-size: 1rem;
	}

}

/* END RESPONSIVE 767px */

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

/* END RESPONSIVE 374px */
@media screen and (orientation: landscape) {}

/* END RESPONSIVE landscape */
@media print {}

/* END PRINT */
