@charset "utf-8";

/* ==================================================
 - index
================================================== */

/* ----------------------------------------
 - #Contents .wrapper
---------------------------------------- */
#Contents .wrapper {
	margin: 0 auto;
	width: 900px;
}
@media screen and (max-width: 768px) {
#Contents .wrapper {
	width: 92%;
}
}

/* ----------------------------------------
 - .leadBox
---------------------------------------- */
#Contents .leadBox {
	margin: 53px 0 0;
	padding: 50px 0;
}
#Contents  .leadBox p.no {
	color: #c7536f;
	margin-bottom: 15px;
	text-align: center;
}
#Contents  .leadBox p.no span {
	border-bottom: dotted 1px #c7536f;
	padding-bottom: 2px;
}
#Contents  .leadBox h2 {
	font-size: 30px;
	font-family:"FOT-筑紫A丸ゴシック Std B";
	margin-bottom: 10px;
	text-align: center;
}
#Contents  .leadBox ul {
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
}
#Contents  .leadBox ul li {
	color: #6d6d6d;
	display: inline-block;
	border-left: solid 1px #6d6d6d;
	font-size: 12px;
	padding: 0 15px;
}
#Contents  .leadBox ul li:first-child {
	border-left: none;
}
#Contents  .leadBox p.lead {
	line-height: 2;
	font-size: 18px;
	text-align: center;
}

@media screen and (max-width: 768px) {
#Contents  .leadBox {
	margin: 2em 0 0;
	padding: 1em 0;
}
#Contents  .leadBox p.no {
	font-size: 12px;
	margin-bottom: 1em;
}
#Contents  .leadBox h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 0.5em;
	text-align: left;
}
#Contents  .leadBox ul {
	margin-bottom: 1em;
	text-align: left;
}
#Contents  .leadBox ul li {
	font-size: 10px;
}
#Contents  .leadBox ul li:first-child {
	padding-left: 0;
}
#Contents  .leadBox p.lead {
	line-height: 2;
	font-size: 14px;
	text-align: left;
}
}

/* ----------------------------------------
 - .material.
---------------------------------------- */
#Contents  section.material dl {
	overflow: hidden;
	margin-bottom: 70px;
}
#Contents  section.material dl dt {
	border-radius: 3px;
	float: left;
	overflow: hidden;
	width: 450px;
}
#Contents  section.material dl dt img {
	border-radius: 3px;
}
#Contents  section.material dl dd {
	line-height: 2;
	float: right;
	font-size: 15px;
	padding-left: 40px;
	width: 410px;
}
#Contents  section.material dl dd > span {
	border-bottom: solid 1px #aaaaaa;
	display: block;
	line-height: 1;
	font-size: 22px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#Contents  section.material dl dd > span > span {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
#Contents  section.material dl {
	margin-bottom: 3em;
}
#Contents  section.material dl dt {
	float: none;
	margin-bottom: 3em;
	width: 100%;
}
#Contents  section.material dl dd > span {
	font-size: 18px;
}
#Contents  section.material dl dd > span > span {
	font-size: 14px;
}
#Contents  section.material dl dd {
	float: none;
	font-size: 14px;
	padding-left: 0;
	width: 100%;
}
}

/* ----------------------------------------
 - .flow.
---------------------------------------- */
#Contents  section.flow {
	margin-bottom: 50px;
}
#Contents  section.flow dl dt {
	border-bottom: solid 1px #aaaaaa;
	font-size: 22px;
	margin-bottom: 45px;
	padding-bottom: 10px;
}
#Contents  section.flow dl dd ul {
	margin-bottom: 50px;
	overflow: hidden;
}
#Contents  section.flow dl dd ul:last-child {
	margin-bottom: 0;
}
#Contents  section.flow dl dd ul li {
	line-height: 1.88;
	float: left;
	font-size: 17px;
	margin-left: 30px;
	width: 280px;
}
#Contents  section.flow dl dd ul li:first-child {
	margin-left: 0;
}
#Contents  section.flow dl dd ul li img {
	border-radius: 3px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
#Contents  section.flow dl dt {
	margin-bottom: 1em;
	padding-bottom: 0;
}
#Contents  section.flow dl dd ul {
	margin-bottom: 0;
}
#Contents  section.flow dl dd ul li {
	line-height: 1.88;
	float: left;
	font-size: 17px;
	margin: 0 0 1em 0;
	overflow: hidden;
	width: 100%;
}
#Contents  section.flow dl dd ul li img {
	float: left;
	margin-bottom: 0;
	width: 40%;
}
#Contents  section.flow dl dd ul li span {
	float: right;
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 4%;
	width: 56%;
}
}












