@charset "utf-8";
/* CSS Document */




.title-image {
	margin-bottom: 2.0em
}

.bnr {
	text-align: center;
}

table.merithikaku { 
	margin: 30px auto; 
	border-collapse: collapse;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
table.merithikaku caption {
	color: #fff;
	font-weight: bolder;
	background: #1e5499;
	padding: 1.0em;
	line-height: 1.4;
}
table.merithikaku img { 
	width: 60%;
}

table.merithikaku tr:nth-child(1) {
	text-align: center;
	
}

table.merithikaku td {
	padding: 1.0em 0.5em;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	line-height: 1.6;
		
}

.number-lecture01 {
    background: #ec5187;
}

.number-lecture03 {
    background: #fbb03b;
}
.number-lecture04 {
    background: #00a99d;
}
.number-water {
    background: #0071bc;
}
.number-lecture02 {
    background: #29abe2;
}
.number {
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
}
.point {
    color: #fff;
    background: #00AA9C;
    padding: 0 5px;
    font-size: 0.8rem;
    border-radius: 2px;
}




/*　FAQ　*/
.qanda {
	width: 96%;
	margin: 0 auto 3.0em;
	border: solid 1px #00AA9C;
	padding: 0.5em;
	box-sizing: border-box;
	
}
.qanda .question {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0.5em;
	background: #00AA9C;
	border-radius: 5px;
	color: #fff;
}
.qanda .answer {
	font-size: 1.0rem;
	padding: 0.5em;
	line-height: 1.6;
	color: #00AA9C
}
.dry-exp {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0.5em;
	background: #00AA9C;
	color: #fff;
	line-height: 1.4;
	width: 90%;
	margin: 0 auto 2.0em;
}


/*　各説明セクション　*/
.section-special {
	width: 80%;
	margin: 0 auto;
}
.section-special div {margin-bottom: 1.0em}
.section-special div:nth-child(even) {
	margin-bottom: 4.0em
}
.section-special div p { 
	line-height: 1.6;
	margin-bottom: 1.0em;
	color: #555;
	font-size: 14px
}
.section-special div > img {box-shadow: 0 0 16px #ccc;}
.prepare { border: solid 1px #ccc;
padding: 1.0em 2.0em;
}
.prepare h5 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1.0em;
	text-align: center;
	color: #00AA9C;
}
.prepare ul li {
	margin-bottom: 0.5em;
	line-height: 1.4;
	list-style:disc;
	list-style-position: outside;
	padding: 0;
	margin: 0;
	color: #00AA9C;
	font-weight: bold;
}