/*----- 旭テックとは -----*/
.info-fig {
	width: 874px;
	height: 348px;
	margin: 40px auto;
	display: block;
}
.info-fig + img {
	width: 100%;
}

/*----- 自社開発 -----*/
.od-case {
	margin-top: 30px;
}

/*----- メーカー一覧 -----*/
.maker-menu {
	width: 980px;
	margin: 60px auto 0 auto;
}
.maker-menu ul {
	font-size: 0;
	text-align: center;
}
.maker-menu ul li {
	width: 80px;
	font-size: 14px;
	display: inline-block;
}
.maker-menu ul li + li {
	margin-left: 20px;
}
.maker-menu ul li a {
	padding: 8px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #0363ef;
	display: block;
}
.maker-menu ul li a:hover {
	background: #03c3ef;
}
.maker-menu ul li a:after {
	content: "";
	width: 100%;
	height: 6px;
	background: url(../images/arrow3.png) no-repeat 50% bottom;
	background-size: 9px 6px;
	display: block;
}
.maker-menu ul li.no-line {
	padding: 8px 0 14px 0;
	color: #666;
	background: #ccc;
}
.maker ul li {
	padding: 15px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #deebf6;
}
.maker ul li:first-child {
	border-top: 1px solid #deebf6;
}
.maker ul li:nth-child(even) {
	background: #eff5f9;
}

/*----- 取扱製品 -----*/
.product-list {
	margin-bottom: 40px;
}
.product-list ul li {
	padding: 20px;
	background: #deebf6;
}
.product-list ul li h3 {
	padding-left: 58px;
	color: #0363ef;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: left 50%;
	background-size: 48px 48px;
}
.product-list ul li h3 span {
	margin-bottom: 6px;
	font-size: 24px;
	display: block;
}
.product-list ul li:nth-child(1) h3 {
	background-image: url(../images/products/icon-product1.png);
}
.product-list ul li:nth-child(2) h3 {
	background-image: url(../images/products/icon-product2.png);
}
.product-list ul li:nth-child(3) h3 {
	background-image: url(../images/products/icon-product3.png);
}
.product-list ul li:nth-child(4) h3 {
	background-image: url(../images/products/icon-product4.png);
}
.product-list ul li:nth-child(5) h3 {
	background-image: url(../images/products/icon-product5.png);
}
.product-list ul li:nth-child(6) h3 {
	background-image: url(../images/products/icon-product6.png);
}
.product-list ul li img {
	width: 100%;
	margin: 20px 0;
}
.product-list + aside ul li {
	width: 300px;
	margin: 0 20px;
	font-size: 16px;
	display: inline-block;
}

/*----- 各製品 -----*/
.products {
	width: 980px;
	margin: 60px auto;
	font-size: 0;
}
.products section {
	padding: 20px;
	font-size: 14px;
	background: #deebf6;
	display: inline-block;
	vertical-align: top;
}
.products h3 {
	text-align: center;
}
.products h3 a {
	color: #022164;
}
.products h3 a:hover {
	color: #0363ef;
}
.products section > div:first-child {
	margin-bottom: 20px;
	text-align: center;
}
.products section > div:first-child img {
	width: auto;
	height: 30px;
	margin-bottom: 10px;
}
.products section > div:first-child span {
	height: 40px;
	margin-bottom: 10px;
	display: block;
}
/*.products section > div + div {*/
.products section > div:nth-child(2) {
	padding: 5px;
	background: #fff;
}
/*.products section > div + div span {*/
.products section > div:nth-child(2) span {
	width: 420px;
	height: 260px;
	position: relative;
	display: block;
	overflow: hidden;
}
/*.products section > div + div span img {*/
.products section > div:nth-child(2) span img {
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
.products section > ul {
	margin-top: 20px;
}

/*----- 会社案内 -----*/
.aboutus-menu {
	padding: 20px 0;
	font-size: 0;
	text-align: center;
	border-bottom: 1px solid #f6f6f6;
	background: #deebf6;
	background: -moz-repeating-linear-gradient(-45deg, #deebf6, #deebf6 1px, #fff 0, #fff 3px);
	background: -webkit-repeating-linear-gradient(-45deg, #deebf6, #deebf6 1px, #fff 0, #fff 3px);
	background: repeating-linear-gradient(-45deg, #deebf6, #deebf6 1px, #fff 0, #fff 3px);
}
.aboutus-menu ul li {
	height: 50px;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	display: inline-block;
}
.aboutus-menu ul li a {
	padding: 0 20px;
	border: 1px solid #0363ef;
	background: #fff;
	display: block;
}
.aboutus-menu ul li a:hover {
	color: #fff;
	background: #0363ef;
}
.aboutus-menu ul li span {
	margin-right: 4px;
	padding: 2px 8px;
	font-size: 12px;
	color: #fff;
	background: #f5911e;
}
.greeting .row > .col2 {
	width: 780px;
}
.greeting .col2 + .col2 {
	width: 160px;
}
.greeting .col2 + .col2 p {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}
.greeting .col2 + .col2 p span {
	font-size: 12px;
	display: block;
}

/*----- 会社概要 -----*/
.overview {
	overflow: hidden;
}
.overview h3 + div {
	width: 360px;
	padding: 0 0 40px 40px;
	float: right;
	background: #fff;
}
.overview h3 + div img {
	width: 100%;
}
.overview dl dd span {
	font-weight: bold;
}
.overview dl dd p + p {
	margin-top: 10px!important;
}
.overview dl + div {
	margin-top: 30px;
}
.history {
	text-align: center;
}
.history ul {
	text-align: left;
	display: inline-block;
}
.history ul li + li {
	margin-top: 10px;
}
.history ul li span {
	margin-right: 20px;
}

/*----- アクセス -----*/
#map-canvas1,
#map-canvas2,
#map-canvas3 {
	width: 100%;
	height: 300px;
	border: 1px solid #deebf6;
}

/*----- 環境方針 -----*/
.eco-policy section ol li + li {
	margin-top: 10px;
}
.eco-policy section ul {
	text-align: center;
}
.eco-policy section ul li {
	width: 200px;
	margin: 0 10px;
	padding: 5px;
	border: 1px solid #cedbe4;
	display: inline-block;
}
.eco-policy section ul li img {
	width: 100%;
}
.eco-policy + section p + h4 {
	margin-top: 40px;
}
.signature {
	text-align: right;
}
.signature span {
	margin-bottom: 10px;
	font-size: 12px;
	display: block;
}

/*----- お問い合わせ -----*/
.mailform {
	text-align: center;
}
.mailform p + p {
	margin-top: 0!important;
	font-size: 12px;
}
.mailform dl {
	margin: 30px 0 20px 0;
	text-align: left;
	display: inline-block;
}
.mailform dl dt {
	width: 9em;
	margin-top: 20px;
	padding-top: 8px;
	float: left;
	font-weight: bold;
	clear: left;
}
.mailform dl dd {
	margin: 20px 0 0 11em;
}
.mailform dl dt:first-child,
.mailform dl dt:first-child + dd {
	margin-top: 0;
}
.required {
	color: #f5911e;
	font-size: 12px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
textarea {
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 400px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	vertical-align: bottom;
}
textarea {
	height: 200px;
}
input[type="submit"] {
	width: auto;
	height: 40px;
	padding: 0 60px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #0363ef;
	border: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input[type="submit"]:hover {
	background: #03c3ef;
}
.mailform + section p {
	font-size: 20px;
	font-weight: bold;
}
.mailform + section p + p {
	margin-top: 10px!important;
}
.wpcf7-response-output {
	margin: 20px 0 0 0;
	padding: 10px;
	background: #fff;
}
.wpcf7-display-none,
.screen-reader-response {
	display: none;
}
.wpcf7-mail-sent-ok {
	color: #008C00!important;
	border: 1px solid #008C00!important;
}
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors {
	color: #f00!important;
	border: 1px solid #f00!important;
}
.wpcf7-not-valid {
	background: #fcc!important;
}
.wpcf7-not-valid-tip {
	color: #f00!important;
	margin-top: 2px!important;
	font-size: 12px!important;
	display: block;
}

/*----- プライバシーポリシー -----*/
.pp h4 {
	margin-top: 40px;
	text-align: left;
}
.pp .link-btn1 {
	width: 300px;
}

/*----- お知らせ -----*/
.entry-area {
	width: 980px;
	margin: 60px auto;
	overflow: hidden;
}
.entry-area section {
	width: 740px;
	margin: 0;
	float: left;
}
.entry-area aside {
	width: 200px;
	margin: 0;
	float: right;
	text-align: left;
}
.entry-area h3 {
	text-align: left;
}
.entry-area h3.line span {
	padding: 0 0.5em 0 0;
}
.entry-area ul li {
	padding-bottom: 20px;
	border-bottom: 1px solid #deebf6;
}
.entry-area ul li + li {
	margin-top: 20px;
}
.entry-area ul li span {
	margin-bottom: 5px;
	display: block;
}
.entry-area ul li span.new {
	margin-right: 5px;
	padding: 2px 6px;
	font-size: 10px;
	color: #fff;
	background: #f5911e;
	display: inline;
}
.entry-area aside h4 {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background: #022164;
}
.entry-area aside ul li {
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #deebf6;
}
.entry-area aside ul li + li {
	margin-top: 10px;
}
.entry-area h3 {
	margin-bottom: 20px;
}
.entry-date {
	margin-bottom: 30px;
	padding: 10px 0;
	border-top: 1px solid #022164;
	border-bottom: 1px solid #022164;
}
.entry-cont p + h4,
.entry-cont p + table,
.entry-cont img + p,
.entry-cont img + img,
.entry-cont img + ul,
.entry-cont img + ol,
.entry-cont img + table,
.entry-cont ul + p,
.entry-cont ul + img,
.entry-cont ul + ul,
.entry-cont ul + ol,
.entry-cont ul + table,
.entry-cont ol + img,
.entry-cont ol + ul,
.entry-cont ol + ol,
.entry-cont ol + table,
.entry-cont table + p,
.entry-cont table + img,
.entry-cont table + ul,
.entry-cont table + ol,
.entry-cont table + table {
	margin-top: 20px;
}
.entry-cont ul li {
	margin: 0 0 0 1.2em!important;
	padding-bottom: 0;
	list-style: disc;
	border-bottom: none;
}
.entry-cont ol li {
	margin-left: 1.5em;
	list-style: decimal;
}
.entry-cont img {
	max-width: 100%;
	height: auto;
}
.pagination {
	margin-top: 40px;
	font-size: 0;
}
.pagination span,
.pagination a {
	width: 34px;
	height: 34px;
	margin: 0 4px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #0363ef;
	display: inline-block;
}
.pagination span {
	background: #ccc;
}
.pagination a:hover {
	background: #03c3ef;
}
.page-navi {
	margin-top: 40px;
	overflow: hidden;
}
.page-navi p {
	margin-top: 0!important;
}
.page-navi p:first-child {
	float: left;
}
.page-navi p:last-child {
	float: right;
}
.page-navi p a {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	background: #0363ef;
	display: block;
}
.page-navi p a:hover {
	background: #03c3ef;
}
