@charset "UTF-8";
#main .ttl_main.din h1 {
	background: linear-gradient(-90deg, rgba(0,0,0,.1) 50%, rgba(0,0,0,.9)) 50%, url(../img/ttl_din.jpg) no-repeat center center / cover;
}
#main h2 {
	margin: 0 auto 30px;
}
#main h3 {
	font-size: 16px;
	line-height: 20px;
}
#main section {
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
}
#main .border {
	border-bottom: solid 1px #000;
}
#main figure img {
	width: 100%;
	height: auto;
}
#main figure figcaption {
	font-size: 13px;
	line-height: 20px;
}
#main figure.left {
	width: 48%;
	height: auto;
	margin: 0 2% 0 0;
	float: left;
}
#main .left figure {
	width: 48%;
	height: auto;
	margin: 0 2% 0 0;
	float: left;
}
#main .left p {
	width: 48%;
	height: auto;
	margin: 0 0 02%;
	float: left;
}
#main section ul {
	padding: 0 0 0 20px;
}

@media screen and (min-width:700px) and ( max-width:1050px) {
#main h2 {
	margin: 0 auto 30px;
}
#main h3 {
	font-size: 16px;
	line-height: 20px;
}
#main section {
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
}
#main .border {
	border-bottom: solid 1px #000;
}
#main figure img {
	width: 100%;
	height: auto;
}
#main figure figcaption {
	font-size: 13px;
	line-height: 20px;
}
#main figure.left {
	width: 48%;
	height: auto;
	margin: 0 2% 0 0;
	float: left;
}
#main .left figure {
	width: 48%;
	height: auto;
	margin: 0 2% 0 0;
	float: left;
}
#main .left p {
	width: 48%;
	height: auto;
	margin: 0 0 02%;
	float: left;
}
#main section ul {
	padding: 0 0 0 20px;
}
}

@media screen and (max-width:700px) {
#main h2 {
	margin: 0 auto 30px;
}
#main h3 {
	font-size: 16px;
	line-height: 20px;
}
#main section {
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
}
#main .border {
	border-bottom: solid 1px #000;
}
#main figure img {
	width: 100%;
	height: auto;
}
#main figure figcaption {
	font-size: 13px;
	line-height: 20px;
}
#main figure.left {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: none;
}
#main .left figure {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	float: none;
}
#main .left p {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: none;
}
#main section ul {
	padding: 0 0 0 20px;
}
}
