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

h3 {
	background-image: url(../../../_common/image/h3_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 25px;
	color: #663300;
	padding-bottom: 3px;
	text-align: left;
}


.gaiyou {
	background-color: #FFF;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}

.gaiyou table {
	text-align: center;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.gaiyou table th {
	font-size: 18px;
	line-height: 150%;
	color: #FFF;
	background-color: #60CB49;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 2em;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #FFF;
}
.gaiyou table td {
	border: 1px solid #60CB49;
	font-size: 16px;
	line-height: 150%;
	color: #333;
	padding: 5px;
	text-align: left;
}
@media (max-width: 991px) {
.gaiyou table {
	width: 80%;
}

}
@media (max-width: 767px) {
.gaiyou table {
	width: 95%;
}
.gaiyou table th {
	font-size: 16px;
	padding-right: 5px;
}
}



.gaiyou_photo {
	background-image: url(../image/pennant_line.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}


.gaiyou_photo h4 {
	font-size: 20px;
	color: #009900;
	text-align: left;
}

.gaiyou_photo p {
	font-size: 18px;
	line-height: 150%;
	color: #333;
	text-align: left;
}


.mitorizu {
	background-image: url(../image/pennant_line.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	padding-right: 5ex;
	padding-left: 5%;
	}
