@charset "UTF-8";
/* CSS Document */
/* mainArea
================================================== */
#mainArea {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
}
#mainArea img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
@media screen and (max-width: 1500px) {
	#mainArea img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
#mainArea h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 220%;
	color: #777;
	text-align: center;
}
@media screen and (max-width: 639px) {
	#mainArea h1 {
		font-size: 6vw;
	}
}
/* contetArea
================================================== */
.contetArea {
	max-width: 1500px;
	margin: 0 auto;
	padding: 60px 5% 0;
}
/* titArea
================================================== */
.titArea  {
	margin-bottom: 30px;
}
.titArea h2 {
	font-size: 170%;
	line-height: 140%;
}
@media screen and (max-width: 639px) {
	.titArea h2 {
		font-size: 6vw;
		text-align: center;
	}
}
.txtS {
	font-size: 70%;
}
/* messageArea
================================================== */
#messageArea {
	padding: 0 0 60px;
	max-width: 1080px;
	margin: 0 auto;
}
#messageArea h3 {
	padding: 20px 0;
	font-weight: 600;
}
#messageArea h4 {
	padding: 0 0 20px;
	font-weight: 400;
}
#messageArea p {
	padding: 0 0 1em 20px;
}
#messageArea ol {
	margin: 0;
	padding: 0 0 1em 40px;
}
#messageArea ol li {
	padding: 0 0 1em;
}
#messageArea ol li p {
	padding: 1em 0 0;
}
.red {
	color: #cc0000;
}
#messageArea a:hover {
	border-bottom: solid 2px;
}
/* table
================================================== */
.table-scroll {
	padding: 0 0 1em;
}
td {
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid #fff 2px;
	padding: 5px 1em;
}
td span {
	font-size: 80%;
}
td.tableTit {
	text-align: center;
}
td.tableBg01 {
	background-color: #32a301;
	color: #fff;
}
td.tableBg02 {
	background-color: #ccc;
}
td.tableBg03 {
	background-color: #EBF4EF;
}
td.tableBg04 {
	background-color: #fff;
}
@media (max-width: 767px) {
	#table01 {
		min-width: 800px!important;
		margin-bottom: 2%;
	}
    .table-scroll {
        overflow-x: scroll;
    }
}
td p{
	font-size: 70%!important;
}
/* outlineArea
================================================== */
#outlineArea {
	padding-bottom: 60px;
}
@media screen and (max-width: 639px) {
	#outlineArea {
		padding: 60px 0;
	}
}
/* outlineBox
================================================== */
#outlineBox {
	
}
.outlineList {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 1em 5%;
}
.outlineList:nth-child(odd) {
	background: #f2f8f8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.outlineList dt {
	float: none;
	width: 100%;
	font-weight: 500;
	font-size: 80%;
}
.outlineList dd {
	float: none;
	width: 100%;
}
@media screen and (max-width: 639px) {
	.outlineList dt {
		float: none;
		width: 100%;
		font-weight: 500;
		font-size: 80%;
	}
	.outlineList dd {
		float: none;
		width: 100%;
		line-height: 200%;
	}
}






























