@charset "utf-8";

.index {
	padding: 30px 15px;
}
.index .headline01 {
	margin-top: 30px;
	font-size: 1.12em;
}
.index p {
	line-height: 1.6;
	font-size: 0.94em;
	margin-bottom: 10px;
}
.index .slogan {
	margin: 10px 0 30px;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #f6f6f6;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.index .slogan .top {
	max-width: 200px;
	margin-right: 40px;
}
.index .slogan .top p {
	text-align: center;
	margin: 10px 0 0;
	font-size: 0.88em;
}
.index .slogan .txt h2 {
	background: #440062; /*色変え*/
	color: #fff;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 15px;
	font-size: 0.94em;
	font-weight: bold;
	text-align: center;
}
.index .slogan .txt .sloganTxt {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.5em;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.index .slogan .txt ol {
	list-style: decimal;
	margin: 0 0 20px 1.5em;
}
.index .slogan .txt ol li {
	margin-bottom: 10px;
	font-weight: bold;
}


/* ---------------------------------------------
	768px
--------------------------------------------- */
@media only screen and (max-width: 768px) {

	.index .slogan {
		justify-content: space-between;
	}
	.index .slogan .top {
		width: 23%;
		margin-right: 0;
	}
	.index .slogan .txt {
		width: 73%;
	}
	.index .slogan .txt .sloganTxt {
		font-size: 1.375em;
	}

}

/* ---------------------------------------------
	640px
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.index .slogan {
		justify-content: center;
	}
	.index .slogan .top {
		width: 100%;
		max-width: 150px;
		margin-bottom: 30px;
	}
	.index .slogan .txt {
		width: 100%;
	}
	.index .slogan .txt .sloganTxt {
		font-size: 1.25em;
	}
	.index .slogan .txt ol li {
		font-size: 0.94em;
	}

}

/* ---------------------------------------------
	480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {


}
