@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	095

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	本文

------------------------------------------------------------------------------*/

main .detail section .group {
	display: flex;
	justify-content: space-between;
}

main .detail section .group figure {
	margin: 0 !important;
}


#sec01 .text,
#sec02 .text {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
	overflow: hidden;
	clear: both;
	outline: none;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


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

main .detail section .group {
	display: block;
}
	
main .detail section .group .text,
main .detail section .group figure {
	width: auto !important;
	margin-bottom: 1em;
}
	
}

/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

body.contents.topics .post header h1 {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}


/*	#sec01
------------------------------------------------------------------------------*/

#sec01 .text {
	aspect-ratio: 800 / 2430; /* ← 変更 */
	background-image: url("../img/img_2.jpg");
}


/*	#sec02
------------------------------------------------------------------------------*/

#sec02 .text {
	aspect-ratio: 800 / 1477; /* ← 変更 */
	background-image: url("../img/img_1.jpg");
}


