@charset "Shift_JIS";
/* CSS Document */


/**************************************************************************************/
/*会社概要*/
/**************************************************************************************/

/*link color*/
.company dl a:link {
	text-decoration:underline!important;
	color: #007ad8!important;
}
.company dl a:visited {
	text-decoration:underline!important;
	color: #007ad8!important;
}
.company dl a:hover {
	text-decoration:none!important;
	color:#cd0000!important;
}
.company dl a:active {
	text-decoration:none!important;
	color:#007ad8!important;
}


@media (min-width: 751px) {/*ビューエリアの最小幅。このサイズより大きい場合に適用//PC用*/
.company .keiei {
	text-align: center;
	font-size: 14px;
	font-weight: 700;/*Bold*/
	line-height: 2.5em;
	border-radius: 10px; /*角丸 CSS3草案 */
	-webkit-border-radius: 10px; /*角丸 Safari,Google Chrome用 */
	-moz-border-radius: 10px; /*角丸 Firefox用 */
	border: 4px solid #ce6c60;
	padding-bottom: 30px;
}

/*表組*/
.company dl,
.company dt,
.company dd {
	box-sizing: border-box;
}

.company dl {
	width: 100%;
	border-bottom: 1px solid #898989;
}

.company dt,
.company dd {
	border-top: 1px solid #898989;
	padding-top: 17px;
}

.company dt {
	width: 23%;
	float: left;
	padding-left: 4%;
}

.company dd {
	margin-left: 23%;
	padding-bottom: 17px;
}
.company dd:after {
	content: '';
	display: block;
	clear: both;
}
/*表組ここまで*/

.company dd li {
	list-style-type: disc !important;
}

.company dd p.enkaku_1,
.company dd p.enkaku_2 {
	float: left;
	line-height: 2em;
}

.company dd p.enkaku_1 {
	width: 8.5em;
}

.company #certificate_pc {
	width: 100%;
}

.company #certificate_pc img {
	border: 1px solid #999;
	margin-bottom: 5px;
}

.company #certificate_pc p {
	text-align: center;
}

.company #certificate_pc p.left {
	width: 337px;
	float: left;
	margin-right: 20px;
	margin-left: 12px;
}

.company #certificate_pc p.right {
	width: 467px;
	float: left;
}

.company #certificate_sp {
	display: none;
}


}



@media (max-width: 750px) {/*ビューエリアの最大幅。このサイズより小さい場合に適用//SP用*/
.company .keiei {
	display: none;
}

/*表組*/
.company dl,
.company dt,
.company dd {
	box-sizing: border-box;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}

.company dl {
	font-size: 4vw;
}

.company dt {
	background-color: #CCC;
	padding-left: 4%;
}

.company dd {
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 4%;
}
/*表組ここまで*/

.company dd li {
	list-style-type: disc !important;
}

.company #certificate_pc {
	display: none;
}

.company #certificate_sp {
	width: 100%;
}

.company #certificate_sp img {
	margin-bottom: 5px;
}

.company #certificate_sp p {
	text-align: center;
}

}