@charset "utf-8";

/*サブメニューの読み込み*/
@import url(sub-menu.css);

section .inner {
	padding: 15px 0;
}

section#idea ol li {
	margin-bottom: 0.5em;
}

#outline {
	/*background-color: #F2F4F9;*/
	background-color: #EEE;
}

.container .box,
.ENV-policy {
	background-color: #EEE;
	padding: 10px;
}

.ENV-policy ol li > ol li {
	list-style-type: lower-roman;
}

.container .box em {
	font-style: normal;
	display: block;
	text-align: center;
	/*color: #0000ff;*/
	color: #666;
	font-weight: bold;
}

/*アクセス*/
.page h3.co-name {
	text-align: left;
}

ul.address-info {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.address-info li {
	margin-bottom: 0.3em;
}

ul.address-info li strong {
	/*color: #6d8eb2;*/
	/*color: #666;*/
	display: inline-block;
	width: 5.0em;
}

ul.address-info li span.tel strong,
ul.address-info li span.fax strong {
	letter-spacing: 2px;
}

ul.address-info li span.zip {
	margin-right: 1.0em;
}

ul.address-info li span.tel,
ul.address-info li span.time {
	display: inline-block;
	width: 16.0em;
}

ul.address-info li span.tel span.num,
ul.address-info li span.fax span.num {
	font-size: 1.3em;
}

/*沿革*/

.page #history h3 {
	text-align: left;
	/*color: #937e70;*/
}

#history table th {
	width: 14em;
}

#history table th span {
	display: inline-block;
	width: 9em;
	text-align: left;
}

/* PC*/
@media print,
screen and (min-width: 768px) {
	section .inner {
		max-width: 1100px;
		margin: 0 auto;
		/*padding: 10px;*/
	}

	.container .box {
		width: calc(50% - 25px);
	}

	.container .item-1 {
		margin: 10px 5px 10px 0;
	}

	.container .item-2 {
		margin: 10px 0 10px 5px;
	}

	.container {
		display: flex;
	}
}

/* SP */
@media screen and (max-width:767px) {
	section .inner {
		padding: 0 10px;
	}

	ol {
		padding-left: 1.2em;
	}

	/*アクセス*/
	section#access .inner .info-box ul.address-info li span.fax {
		display: block;
	}

	ul.address-info li:last-child small{
		display: block;
		text-indent: 6.0em;
	}

	section#access .inner .google-map iframe {
		width: 100%;
		height: 300px;
	}

	/*沿革*/
	#outline table tr th,
	#outline table tr td,
	#history table tr th,
	#history table tr td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}

.page h2 {
	/*color: #937e70;*/
	/*font-family: serif;*/
}

.page h3 {
	/*color: #224982;*/
	/*color: #6d8eb2;*/
	/*font-family: serif;*/
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px #224982 solid;
}

/*表*/
table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px #9ebdd8 solid;
	border-left: 1px #9ebdd8 solid;
}

table tr th {
	width: 9.0em;
	color: #FFF;
	font-weight: normal;
	padding: 10px 0;
	background-color: #51729b;
	border-bottom: 1px #9ebdd8 solid;
}

table tr td {
	padding: 10px;
	background-color: #FFF;
	border-bottom: 1px #9ebdd8 solid;
	border-right: 1px #9ebdd8 solid;
}
