@charset "UTF-8";

/* 会社案内 */

#company #title {
	background: url(../img/company/ttlBg.jpg) 52% center no-repeat;
	background-size: cover;
}

#company #content table {
	width: 100%;
	margin: 0 0 60px;
}
#company #content table tr {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#company #content table th,
#company #content table td {
	display: block;
	line-height: 1.8;
}
#company #content table th {
	padding: 10px 5px 5px;
}
#company #content table td {
	padding: 5px 5px 10px;
}

#company #content table td ul li {
	text-indent: -1em;
	line-height: 1.8;
	margin: 0 0 0 1em;
}
#company #content table td ul li::before {
	content: "●";
	padding: 0 3px 0 0;
}

#company #content table td ol li {
	list-style: decimal;
	line-height: 1.8;
	margin: 0 0 0 1.7em;
	padding: 0 0 0 3px;
}

#company #content .txt {
	text-align: right;
	margin: -40px 0 0;
}





/* 社長ご挨拶 */

#greeting #title {
	background: url(../img/greeting/ttlBg.jpg) 22% center no-repeat;
	background-size: cover;
}

#greeting #content article {
	margin: 0 0 5em;
}

#greeting #content img.photo {
	margin: 0 0 2em;
}
#greeting #content h2.leadTtl {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	padding: 0;
	background: none;
	border: none;
}

#greeting #content .txt {
	line-height: 1.8;
}

#greeting #content .txt .name {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	margin: 1em 0 0;
}
#greeting #content .txt .name .post {
	font-size: 16px;
}

#greeting #content .motto {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
}




/* 事業内容 */

#our #title {
	background: url(../img/our/ttlBg.jpg) 22% center no-repeat;
	background-size: cover;
}

#our #content article {
	margin: 0 0 5em;
}

#our #content h2.leadTtl {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	padding: 0;
	border: none;
	background: none;
    border-radius: unset;
}
#our #content .lead {
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 3em;
}

#our #content .txt {
	line-height: 1.8;
}


#our #content table {
	width: 100%;
	margin: 0 0 60px;
}
#our #content table tr {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#our #content table th,
#our #content table td {
	display: block;
	line-height: 1.8;
}
#our #content table th {
	padding: 10px 5px 5px;
}
#our #content table td {
	padding: 5px 5px 10px;
}

#our #content ul li {
	text-indent: -1em;
	line-height: 1.8;
	margin: 0 0 0 1em;
}
#our #content ul li::before {
	content: "●";
	padding: 0 3px 0 0;
}

#our #content table td ol li {
	list-style: decimal;
	line-height: 1.8;
	margin: 0 0 0 1.7em;
	padding: 0 0 0 3px;
}





/* 事業所・倉庫 */

#office #title {
	background: url(../img/office/ttlBg.jpg) 22% center no-repeat;
	background-size: cover;
}

#office #content h3 {
	font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    margin: 0 0 20px;
}

#office #content ul.base {
	max-width: 360px;
	margin: 0 auto;
}

#office #content ul.base > li {
	line-height: 1.8;
	padding: 0 0 40px;
}

#office #content ul.base > li a {
	display: inline-block;
	color: #000;
	text-decoration: underline;
	margin: 0 0 25px;
	padding: 0 0 2px 15px;
	background: url(../img/office/icon_map.svg) left bottom no-repeat;
}








/*media Queries Tablet
----------------------------------------------------*/
@media print, screen and (min-width:601px) {

/* 会社案内 */

#company #content table th,
#company #content table td {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
}
#company #content table th {
	width: 8em;
}



/* 事業内容 */

#our #content table th,
#our #content table td {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
}
#our #content table th {
	width: 8em;
}


}/* media Queries 601 */







/*media Queries PC
----------------------------------------------------*/
@media print, screen and (min-width:720px) {

#office #content article {
	max-width: 900px;
	margin: 0 auto;
}
#office #content ul.base {
	display: table;
	width: 100%;
*	max-width: 860px;
	max-width: 900px;
	margin: 0 auto 40px;
}

#office #content ul.base li {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding: 0;
}

#office #content ul.base li a {
	margin: 0 0 30px;
}


}/* 720px */








/*media Queries PC
----------------------------------------------------*/
@media print, screen and (min-width:811px) {

/* 会社案内 */

#company #content table {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 120px;
	padding: 0 30px;
}

#company #content table th,
#company #content table td {
	padding: 16px 10px;
}
#company #content table th {
	width: 12em;
}

#company #content .txt {
	max-width: 900px;
	margin: -100px auto 0;
}




/* 社長ご挨拶 */

#greeting #content .inner {
		max-width: 900px;
}

#greeting #content article {
	margin: 0 0 7em;
}

#greeting #content h2.leadTtl {
	font-size: 28px;
}

#greeting #content .txt {
	line-height: 2;
}

#greeting #content .txt .name {
	font-size: 24px;
	margin: 2em 0 0;
}
#greeting #content .txt .name .post {
	font-size: 18px;
}

#greeting #content .motto {
	font-size: 22px;
	text-align: center;
}




/* 事業内容 */

#our #content .inner {
		max-width: 900px;
}

#our #content table th,
#our #content table td {
	padding: 16px 10px;
}
#our #content table th {
	width: 12em;
}


}/* media Queries 811 */









