@charset "UTF-8";
/*
会社概要
Author: K.yagi
Last-update: 2020-07-01
----------------------------------------------------------------- */
.wrap_company {
	width: 90%;
	margin: 0 auto;
}

/* about_company */

.ttl_h3_company {
	color: #3b4c8a;
	font-weight: bold; 
}

.ttl_h3_company::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #3b4c8a;
}

.dl_about_company {
	border: 1px solid #58595b;
	margin: 20px 0;
	border-bottom: none;
	color: #58595b;
}

.dl_about_company * {
	box-sizing: border-box;
}

.dl_about_company dt {
	padding: 10px;
	font-weight: bold;
}

.dl_about_company dd {
	border-bottom: 1px solid #58595b;
	padding: 0 10px 10px 15px;
}

/* access_company */
.ul_access_company {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul_access_company li {
	width: calc(20% - 9px);
	max-width: 63px;
	text-align: center;
	margin-bottom: 5px;
}

.ul_access_company li span {
	font-family: "A-OTF 新丸ゴ Pro";
	color: #3b4c8a;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

.txt_company_link {
	text-align: center;
	margin: 10px 0 40px;
}

.txt_company_link a {
	color: #00adee;
}

.wrap_gmap iframe {
	width: 100%;
}

@media print,screen and (min-width: 769px) {
	.wrap_company {
		width: 100%;
		max-width: 1000px;
	}

	/* about_company */

	.ttl_h3_company {
		font-size: 25px;
	}

	.ttl_h3_company::before {
		width: 20px;
		height: 20px;
	}

	.dl_about_company {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 80px;
	}

	.dl_access_company {
		margin-bottom: 50px;
	}

	.dl_about_company dt {
		width: 20%;
		padding: 20px 0 20px 40px;
		border-bottom: 1px solid #58595b;
		border-right: 1px solid #58595b;
		font-size: 20px;
	}

	.dl_about_company dd {
		width: 80%;
		padding: 20px 0 20px 40px;
		font-size: 18px;
	}

	/* access_company */
	.ul_access_company {
		width: 95%;
		margin: auto;
	}

	.ul_access_company li {
		width: 85px;
		text-align: center;
		margin-bottom: 0;
		max-width: initial;
	}
	
	.ul_access_company li img {
		width: 72px;
	}
	
	.ul_access_company li span {
		font-size: 14px;
	}

	.txt_company_link {
		font-size: 20px;
		margin: 40px 0 60px;
	}

	.wrap_gmap iframe {
		height: 565px;
	}
}