@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainBox {
	padding-top: 40px;
}
#conts .h2Ttl {
	margin-bottom: 8px;
	font-size: 2rem;
}
#conts p {
	margin-bottom: 12px;
	font-size: 1.4rem;
	line-height: 1.71;
}
#conts .starTxt {
	margin-bottom: 15px;
	padding: 13px 13px 10px;
	border-radius: 7px;
	background: #fff;
	border: 3px solid #e95000;
}
#conts .starTxt li {
	padding: 0 0 7px 31px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.06em;
	color: #e95000;
	background: url(../../img/download/icon_star.png) no-repeat left 0 /20px;
}
#conts .starTxt li:last-child {
	padding-bottom: 0;
}
#conts .note {
	margin-bottom: 35px;
	font-size: 1rem;
}
#conts .note:last-child {
	margin-bottom: 0;
}
#conts .orange {
	background-color: #e95b00;
}
#conts .comSearchArea {
	margin: 25px 0 12px;
	padding: 16px 15px;
}
#conts .comSearchArea dt {
	width: 150px;
	box-sizing: border-box;
	background-image: url(../../img/common/icon42.png);
	background-size: 24px auto;
}
#conts .h3Ttl {
	margin-bottom: 30px;
	text-align: center;
}
#conts .image {
	margin: 0 auto 80px;
	max-width: 744px;
}
#conts .image01 {
	margin-bottom: 40px;
}
@media all and (min-width: 897px) {
	#conts .comSearchArea {
		border-bottom: none;
	}
	#conts .comSearchArea dd {
		width: calc(100% - 160px);
	}
	#conts .imgList {
		margin-bottom: 40px;
		display: flex;
	}
}
@media all and (max-width: 897px) {
	.mainBox {
		padding-top: 12px;
	}
	#conts .comSearchArea {
		margin: 25px 0 12px;
	}
	#conts .note {
		margin-bottom: 56px;
		line-height: 1.5;
	}
	#conts .headLine06 {
		margin: 0 -15px 30px;
		font-size: 1.6rem;
		padding: 11px;
		text-align: center;
	}
	#conts .orange {
		margin-bottom: 0;
	}
	#conts .comSearchArea {
		margin: 0 -15px 12px;
		padding: 9px 15px;
	}
	#conts .h3Ttl {
		margin: -45px 0 15px;
	}
	#conts .image {
		margin: 0 auto 60px;
		max-width: inherit;
	}
	#conts .image img {
		width: 100%;
	}
	#conts .image01 {
		margin-bottom: 40px;
	}
	#conts .imgList {
		margin: 0 auto 20px;
		max-width: 54%;
	}
	#conts .imgList img {
		width: 100%;
	}
}