@charset "UTF-8";
/* CSS Document */
.article-head div.page-ttl .thumb {
  top: 0;
	background-image: url(../images/hd-img-reason.png);
}
.reason .menu li a {
	display: block;
	margin-bottom: 10px;
	padding: 1em 1em 1em 3em;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	color: #111;
	border: 1px solid;
	text-indent: -2em;
	text-decoration: none;
}
.reason .menu li a:hover {
	color: #fff;
}

.reason .block div.grid {
	justify-content: space-between;
}
.reason .block div.grid p {
	width: 49%;
	height: auto;
	text-align: justify;
}
.reason .block div.grid .img-box {
	width: 48%;
	height: auto;
}
.reason .block div.grid .img-box img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.reason dl {
	margin: 0 0 25px 0;
	counter-increment: num;
	overflow: hidden;
}
.reason dl dt {
	display: flex;
	width: 100%;
	align-items: center;
}
.reason .reason-img {
	justify-content: space-between;
}
.reason .reason-img li {
	width: 48%;
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
}
.reason .reason-img img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
@media only screen and (max-width: 920px) {
	.reason dl dt:after {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.reason dl dt:before {
		font-size: 18px;
	}
}
@media only screen and (max-width: 568px) {
	.reason dl dt {
		display: flex;
		align-items: flex-start;
	}
	.reason dl dd img,
	.moving .reason-img li img {
		float: none;
		display: block;
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px auto;
	}
	.reason .block div.grid p,
	.reason .block div.grid .img-box,
	.reason .reason-img li  {
		width: 100%;
	}
	.reason .reason-img li img {
		margin-top: 20px;
	}
}
