@charset "utf-8";

/*理念*/
dl.philosophy{
	text-align: center;
	margin: 50px 0;
}

dl.philosophy dt{
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.3em;
}

dl.philosophy dd{
	margin-bottom: 1em;
}

dl.philosophy dd:last-child{
	margin-bottom: 0;
}

p#philosophy-p{
	float: left;
	width: 400px;	
}

figure#ceo{
	float: right;
	width: 300px;		
}

figcaption span#ceo-name{
	font-size: 130%;
}

/*強み*/
p#features-p{
	margin: 50px 0;
	font-size: 130%;
	line-height: 2em;
	font-weight: bold;
}

ul#features-ul{
	margin: 25px 0;
}

ul#features-ul li{
	float: left;
	width: 330px;
	margin-right: 30px;
	margin-left: 1em;
	list-style: disc outside;
	color: #78c4e7;
}

ul#features-ul li:nth-child(even){
	margin-right: 0;
}

/*概要*/
table figure{
	float: left;
	width: 150px;
	margin-right: 30px;
	margin-bottom: 10px;
}

table figcaption{
	font-size: 80%;
}

table li{
	margin: 0 1em;
	list-style: disc;
}

ul.table-side-li li{
	float: left;
}

table dd{
	margin-left: 1em;
	display: list-item;
	list-style: disc;
}

/*沿革*/
dl#history{
	border-bottom: solid 1px #87837a;
}

dl#history dt{
    float: left;
    width: 8em;
    padding: 5px  0;
	border-top: solid 1px #87837a;
	color: #87837a;
}

dl#history dd{
    margin-left: 8em;
    padding: 5px  0;
	border-top: solid 1px #87837a;
}

/*アクセスマップ*/
.access-img{
	display: block;
	float: left;
	margin-top: 25px;
}

/*組織図*/
img#company-img{
	width: 100%;
	margin-bottom: 50px;
}

dl#company-dl{
	padding-bottom: 3%;
	border: solid 1px #87837a;
}

dl#company-dl dt{
	margin-bottom: 10px;
	border-bottom: solid 1px #87837a;
	font-size: 120%;
	font-weight: bold;
}

dl#company-dl dt#mcraft{
	box-sizing: border-box;
	padding: 10px;
	border-bottom: none;
	background: #87837a;
	color: #ffffff;
}

dl#company-dl p{
	box-sizing: border-box;
	padding: 0 3%;
}

dl#company-dl ul{
	box-sizing: border-box;
	padding: 0 3%;
}

dl#company-dl li{
	margin-top: 25px;
}

p.box-link-p{
	text-align: right;	
	margin-top: 10px;
	padding: 0 !important;
}