@charset "utf-8";

/* organization
--------------------------------------------------------------- */

.organization em {
	display: inline-block;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 20px 8px;
}
.organization small {
	font-size: 0.8em;
	float: right;
	line-height:120%;
}

.organization table th {
	width: 140px;
	border-right: 1px solid #CCCCCC;
}

.organization table td a {
	text-decoration:none;
}

.organization ul li:last-child table th {
	width: 118px;
}

.organization table th, .organization table td {
	font-size: 1em;
	line-height: 150%;
	border-top: 1px solid #CCCCCC;
	padding: 16px 8px;
	vertical-align: top;
	text-align: left;
}

.organization table p span {
	display: inline-block;
	width: 190px;
}
.organization ul li:last-child table p span {
	width: 190px;
}

.organization ol:after {
	content: "";
	clear: both;
	display: block;
}

.organization .mission p {
    padding-bottom: 20px;
}

.organization ol li {
	width: 22%;
	min-height: 240px;
	border: 1px solid #CCCCCC;
	background: #FAFAFA;
	position: relative;
	float: left;
	margin-right: 4%;
}
.organization ol li:last-child {
	margin-right: 0;
}

.organization ol li em {
	font-size: 1.2em;
	font-weight: normal;
	padding: 20px 0 14px;
	text-align: center;
	display: block;
	height:70px;
}

.organization ol li i {
	text-align: center;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.5);
	width: 100px;
	padding: 50px 0;
	line-height: 150%;
	display: block;
	margin: 0 auto;
	font-size: 0;
	background: none;
}
.organization ol li:nth-child(1) i { background: url('../img/1.png') no-repeat; }
.organization ol li:nth-child(2) i { background: url('../img/2.png') no-repeat; }
.organization ol li:nth-child(3) i { background: url('../img/3.png') no-repeat; }
.organization ol li:nth-child(4) i { background: url('../img/4.png') no-repeat; }

.organization ol li span {
	display: block;
	padding: 12px;
	line-height: 150%;
}

.panel2box{
	width: 49.333333333%;
	float: left;
	display: inline;
	margin-left: 1.333333333%;
}

.panel2box:first-of-type{
	margin-left: 0; clear: left;
}

.panel2box h4{
	width: 100%;
	font-size:1.4em;
}

.panel2box .panel2-50{
	width: 100%;
}

.panel2box:before,
.panel2box:after{
	content: " ";
	display: table;
}
 
.panel2box:after {
	clear: both;
}
 
.panel2box {
	*zoom: 1;
}

.logomark img,
.corevalue img{
	display:block;
	margin:0 auto 20px;
	width: 100%;
	height:auto;
}

.organization h5{
	font-size:1.4em;
	line-height:150%;
	margin-bottom:10px;
}

.organization .logomark{
}

.organization .corevalue{
}

.organization .panel2-50{
	display:table-cell;
}


@media only screen and (max-width: 640px) {

/*
	.organization ul:after {
		height: 0;
	}

	.organization ul li {
		float: none;
		width: 542px;
		margin: 0 0 20px;
	}

*/
/*
	.organization ol li { width:47.5%; margin: 5% 0 0; }
	.organization ol li:nth-child(1),.organization ol li:nth-child(2) { margin-top:0; }
	.organization ol li:nth-child(even){ float: right; }
*/

	.organization ol li i {
	    /*float: none;*/
	    margin: 0 28%;
	}

	.organization ol li { width:100%; margin: 5% 0 0 !important; padding-bottom:2%; /*min-height: 235px;*/}
	.organization ol li:nth-child(1),.organization ol li:nth-child(2) { margin-top:0; }

	.organization ol li span {
		padding: 12px;
	}


	.logomark img,
	.corevalue img{
	    display: block;
	    margin: 20px auto;
	    width: 100%;
	    height: auto;
	    float: none;
	}


	.card { margin: 0 0 16px; }
	.card:nth-child(even){ float: right; }

	.panel2box{
	width: 100%;
	clear: left;
	margin-left: 0;
	}

}

/*スマホ　テーブルレイアウト調整*/

@media only screen and (max-width: 640px) {

.organization table th, .organization table td {
    display: block;
    width: 100%;
}

.organization table th {
    border-right: 0;
    background-color: #CCC;
}

.organization table p span:first-child{
	width: initial;
	font-weight: bold;
	display: block;
}

}