@charset "UTF-8";

/* Corporate Profile
--------------------------*/
#corporate_profile {
	width: 100%;
	margin: 0 auto;
	padding: 3em 0;
	background: #efefef;
}
#corporate_profile table {
		width: 85%;
		max-width: 580px;
		display: block;
		margin: 2em auto;
		text-align: left;
}
#corporate_profile tr {
	border-bottom: 1px #ccc solid;
}
#corporate_profile th {
	padding: 1em 2em 1em 0;
	font-weight: 500;
	white-space: nowrap;
}
#corporate_profile td {
	padding: 1em 0;
	font-weight: 500;
}
#corporate_profile td ul {
	margin: 0;
}
#corporate_profile td ul li {
	list-style: disc;
	margin: .25em 0 .25em 1.5em;
	line-height: 1.4;
}

.tt_sky {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	padding: .5em 1em;
	border-radius: 5em;
	background: #0078dc;
	color: #fff;
		font-size: 1.2em;
}
.fs_80 {
		display: inline-block;
		font-size: .8em;
		line-height: 1.3;
}




/* Reserch-Development
--------------------------*/
#rsh_dev {
	width: 100%;
	margin: 0 auto;
	padding: 4em 0 3em;
}
#rsh_dev a {
	display: block;
	text-decoration: none;
}
#rsh_dev a:hover,
#rsh_dev a:active {
	-webkit-animation: hoverAc .6s ease-in-out 0s 1 normal;
	animation: hoverAc .6s ease-in-out 0s 1 normal;
	opacity: .8;
}
@-webkit-keyframes hoverAc {
	0% {opacity: .5;}
	100% {opacity: .8;}
}
@keyframes hoverAc {
	0% {opacity: .5;}
	100% {opacity: .8;}
}

#rsh_dev ul {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}
#rsh_dev li {
	width: 33%;
	margin: 0 auto;
}
	#rsh_dev li a {
	position: relative;
	display: block;
}
#rsh_dev li a:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../images/btn_arrow.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* 768px以下 --------------------------------
------------------------------------------*/
@media only screen and (max-width: 768px) {

#rsh_dev li a:after {
	width: 24px;
	height: 24px;
}


}



/* 480px以下 --------------------------------
------------------------------------------*/
@media only screen and (max-width: 480px) {


#corporate_profile th,
#corporate_profile td {
		font-size: .9em;
}


#rsh_dev li {
	width: 100%;
	margin: 0 auto .5em;
}




}
