@charset "utf-8";

/* =======================================

			パーツ	追加CSS

========================================== */

/* Information
------------------------------------------ */
.featureInformation{
	width: 1200px;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 2.2;
	text-align: left;
	color: #333;
}
.featureInformation h3{
	background: #f2f2f2;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
}
.featureInformation .chapterInner{
	margin-bottom: 40px;
}
.featureInformation a{
	color:#1F93CC;
	text-decoration: none;
}
.featureInformation a:hover{
	color:#1A7CAC;
	text-decoration: underline;
}
.featureInformation .chapterInner .imgLeft ul{
	display: flex;
	justify-content: space-between;
}
.featureInformation .chapterInner .imgLeft ul li.img{
	width: 430px;
}
.featureInformation .chapterInner .imgLeft ul li.img img{
	width: 100%;
}
.featureInformation .chapterInner .imgLeft ul li.txt{
	width: calc(100% - 430px - 40px);
}
@media screen and (max-width:768px) {
.featureInformation{
	width: calc(100% - 30px);
	font-size: 1.1rem;
	line-height: 1.8;
}
.featureInformation .chapterInner .imgLeft ul{
	flex-direction: column;
}
.featureInformation .chapterInner .imgLeft ul li.img{
	width: 100%;
}
.featureInformation .chapterInner .imgLeft ul li.txt{
	width: 100%;
	margin-top: 30px;
}
}