@charset "UTF-8";

/* ===============================
	style
=============================== */

/*------ contents ------*/

section {
	margin-bottom:8em;
}

.unit {
	margin-bottom:3em;
}
.unit:not(:last-of-type) {
	padding-bottom:3em;
	border-bottom:solid 1px #c9c9c9;
}
.unit img {
	object-fit: cover;
	font-family: 'object-fit: cover';
}

p.detail{
	margin-bottom:1em;
}

.dl-pdf{
	margin-top:2em;
}



/* ===============================
	PC / Tab Style
=============================== */
@media print , screen and (min-width: 768px) {

	/*------ contents ------*/
	
	.unit {
		justify-content: space-between;
	}
	.unit:last-of-type {
		padding-bottom:8em;
	}
	.unit .text{
		width:650px;
	}
	.unit img{
		width:400px;
		height:250px;
	}
	
}

/* ===============================
	Mobile Style
=============================== */
@media screen and (max-width: 767px) {
	
	/*------ contents ------*/
	
	section {
		margin-bottom:5em;
	}
	
	.unit {
		margin-bottom:3em;
	}
	.unit:not(:last-of-type) {
		padding-bottom:3em;
	}
	.unit .text{
		margin-top:1em;
	}
	.unit img{
		height:50vw;
	}
	
	.dl-pdf{
		margin-top:1em;
	}

	
}