@charset "UTF-8";


/******************************************************************
	company
******************************************************************/

.company > section{
	margin: 0 auto 70px auto;
}
.company p{
	font-size: 1.5rem;
	line-height: 180%;
}
.company > p{
	margin: 0 0 70px 0;
}
.company img{
	max-width: 100%;
	width: 100%;
}
@media only screen and (max-width: 500px) {

	.company p{
		font-size: 1.3rem;
		line-height: 180%;
	}
	.company > section{
		margin: 0 0 30px 0;
	}

}

/* ul
=======================*/
.company > ul{
	width: 100%;
	margin: 0 auto 70px auto;
	/* flex center */
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.company > ul li{
	width: 25%;
	margin: 0 10px;
	font-size: 1.5rem;
	text-align: center;
}

.company > ul li a{
	width: 100%;
	padding: 10px;
	display: block;
	background-color: #363636;
	border-radius: 3px;
	color: #fff
}
.company > ul li a:hover{
	background-color: #F07FB1;
}

@media only screen and (max-width: 500px) {

	.company > ul{
		width: 100%;
		margin: 0 auto 30px auto;
		/* flex center */
		display: inline-block;
		overflow: hidden;
	}
	.company > ul li{
		width: 100%;
		margin: 0 0 5px 0;
		font-size: 1.3rem;
		text-align: center;
	}

}

/* outline
=======================*/
#outline table{
	width: 80%;
	font-size: 1.5rem;
	text-align: left;
	padding: 0;
	margin: 50px auto 0 auto;
}
#outline table tbody th{
	width: 30%;
	padding: 20px;
	line-height: 150%;
	border-bottom: 1px solid #363636;
}
#outline table tbody td{
	line-height: 150%;
	padding: 20px;
	border-bottom: 1px solid #363636;
}

#outline .img{
	width:50%;
	float: left;
	margin: 50px 0;
	text-align: center;
}
#outline .img img{
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 500px) {

	#outline table{
		width: 100%;
		font-size: 1.3rem;
		text-align: left;
	}
	#outline table tbody th,
	#outline table tbody td{
		padding: 10px;
	}
	#outline .img p{
		font-size: 1.3rem;
	}
	#outline .img img{
		margin: 0 0 10px 0;
	}

}


/* history
=======================*/
#history table{
	width: 80%;
	font-size: 1.3rem;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
#history table tbody th{
	width: 30%;
	padding: 10px;
	line-height: 150%;
	border-bottom: 1px solid #363636;
}
#history table tbody td{
	line-height: 150%;
	padding: 10px;
	border-bottom: 1px solid #363636;
}

@media only screen and (max-width: 500px) {

	#history table{
		width: 100%;
		font-size: 1.3rem;
		text-align: left;
	}
	#history table tbody th,
	#history table tbody td{
		padding: 10px;
	}

}

/* greeting
=======================*/
#greeting{
	max-width: 100%;
	width: 800px;
	display: block;
}
#greeting p.name{
	text-align: right;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 150%;
}
#greeting p.name span{
	font-size: 1.3rem;
	font-weight: normal;
	display: block;
}




