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

.top{
	padding: 250px 0 240px;
	background: url(../img/top_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;

}
.top .wrap {
	max-width: 1170px;
}
.top h3 {
	color: #630;
	font-size: 32px;
	font-weight: bold;
    background: url(../img/top_ttl.png) no-repeat top center;
    height: 100px;
    padding: 30px 0 0px;
}
.top h3 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.top h4 {
	font-size: 32px;
	font-weight: bold;
	padding: 60px 0 30px;
}
.top li {
	width: 360px;
	height: 360px;
	background: url(../img/vision_bg.png);
	float: left;
	margin: 30px 15px;
}
.top li:first-child {
	background: url(../img/mission_bg.png);
}
.top li:last-child {
	background: url(../img/value_bg.png);
}
.top li h5 {
	font-size: 32px;
	font-weight: bold;
	margin: 110px 0 30px;
}
.top li p {
	line-height: 1.5em;
}

.top table {
	width: 1000px;
	margin: 60px auto 0;
}
.top tr {
	border-top: dotted 4px #FF8F8F;
	border-bottom: dotted 4px #FF8F8F;
}
.top tr:last-child {
}
.top th {
	width: 240px;
	padding: 5px;
	vertical-align: top;
	position: relative;

}
.top th:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 8px solid #FFF;
    border-radius: 18px;
	background: #FFE9E9;
}
.top th span {
	display: block;
	padding: 20px 0;
	font-size: 16px;
    z-index: 5;
    position: relative;
}
.top td {
	padding: 25px 10px;
	font-size: 16px;
	vertical-align: middle;
	text-align: left;
}
.top td span {
	display: block;
	float: left;
	font-size: 12px;
	margin: 0 20px 20px 0;
}
.top td a {
	color: #630;
	font-weight: bold;
}
.top td ul {
	clear: both;
}
.top td ul.joinus,
.top td ul.bbb {

	width: 490px;
	float: right;
}
.top td p.joinus,
.top td p.bbb {
	width: 240px;
	float: left;
}
.top td li {
	width: auto;
	height: auto;
	background: none;
	float: none;
	margin: 0 0 20px 1em;
	list-style: disc;
}
.top td li:first-child {
	background: none;
}
.top td li:last-child {
	background: none;
}




@media screen and (max-width: 1024px) {
	.top{
		padding: 120px 15px 180px;
		background-position: left 15px bottom 15px;
		background-size: 900px;
	}
.top .wrap {
	width: 100%;
}

	.top h3 {
		font-size: 24px;
		font-weight: bold;
		height: 80px;
		padding: 15px 0 0px;
		background-size: 240px;
	}
.top h4{
		font-size: 24px;
	padding: 30px 0;
}
.top ul  {
	margin-top: 30px;
}
.top li {
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
}
.top li:first-child {


}
.top li:last-child {



}
.top li h5 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
    background: rgb(255,255,255,0.8);
    padding: 15px 0 0;
}
.top li p {
	line-height: 1.5em;
    background: rgb(255,255,255,0.8);
    padding: 0 0 15px;
}

.top table {
	width: 100%;
	margin: 30px auto 0;
}
.top tr {
	border-top: dotted 2px #FF8F8F;
	border-bottom: dotted 2px #FF8F8F;
}
.top tr:last-child {
}
.top th {
	width: auto;
	white-space: nowrap;
}
.top th:after {
    border: 4px solid #FFF;
    border-radius: 14px;
}
.top th span {
	padding: 5px;
	font-size: 14px;
}
.top td {
	padding: 10px 5px;
	font-size: 14px;
}
.top td+td {
	border-left: dotted 2px #FF8F8F;
}
.top td ul {
	clear: both;
	margin: 0;
}
.top td ul.joinus,
.top td ul.bbb {
	width: auto;
	float: none;
}
.top td p.joinus,
.top td p.bbb {
	width: auto;
	float: none;
	text-align: center;
	margin: 0 0 20px 1em;
	font-size: 12px;
}
.top td li {
	margin: 0 0 20px 1em;
}
.top td li:first-child {
	background: none;
}
.top td li:last-child {
	background: none;
}


}