@charset "UTF-8";
/*
Theme Name: アイテック
Version: 1.0
Author: Keita Tanaka
*/
/*------ リセット ---------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	outline-style: none;
	line-height: 1.3;
	font-size: 16px;
}
a {
	color: rgb(0, 62, 140);
	text-decoration: none;
	transition: .3s;
}
a:hover {
	color: rgb(140, 128, 112);
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
a:active, a:focus {
	outline: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
.font14 span {
	font-size: 14px;
}
#controls {
	display: none;
}
.btn_w a {
	color: rgba(255, 255, 255, 1.00);
}
.btn_w a:hover {
	color: rgb(140, 128, 112);
}
.txt_w {
	color: rgba(255, 255, 255, 1.00) !important;
}

  _:-ms-lang(x)::-ms-backdrop, .isIE11body {
        overflow: hidden;
    }
.ib{
	display: inline-block;
}
.grecaptcha-badge { visibility: hidden; }
/*----------- 全体 ---------------------------------------------------*/
@media (min-width:481px) {
	#container {
		width: 1000px;
		margin: 0 auto;
		padding-top: 156px;
	}
	#container:after {
		content: "";
		display: block;
		clear: both;
	}
	.b_wid a{
		width: 400px!important;
	}
}
@media (max-width:480px) {
	#container {
		width: 100%;
		margin: 0 auto;
		padding-top: 10px;
	}
	.b_wid a{
		width: 100%!important;
	}
}
/*----------- ヘッダー ---------------------------------------------------*/
@media (min-width:481px) {
	#top_header {
		width: 100%;
		position: fixed;
		background: rgba(255, 255, 255, 1.00);
		z-index: 99;
	}
	#header {
		width: 1000px;
		height: 80px;
		margin: 0 auto;
	}
	#header h1 a {
		background: url(images/logo.svg) no-repeat;
		width: 300px;
		height: 0;
		padding-top: 60px;
		margin-top: 20px;
		overflow: hidden;
		display: block;
		float: left;
	}
}
@media (max-width:480px) {
	#top_header {
		width: 100%;
		background: rgba(255, 255, 255, 1.00);
		padding-top: 60px;
	}
	#header {
		width: 100%;
		height: 80px;
		margin: 0 auto;
	}
	#header h1 a {
		background: url(images/logo.svg) no-repeat;
		width: 90%;
		height: 0;
		padding-top: calc(60/300*90%);
		margin: 0 auto;
		overflow: hidden;
		display: block;
	}
}
/*------ メインメニュー -------------------*/
@media (min-width:481px) {
	.drawer-nav {
		margin: 15px 0 0;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
	}
	.dropmenu {
		list-style-type: none;
		width: 1000px;
		margin: 0 auto;
		padding: 0 5px;
	}
	.dropmenu:before, .dropmenu:after {
		content: "";
		display: table;
	}
	.dropmenu:after {
		clear: both;
	}
	.dropmenu li {
		position: relative;
		width: 165px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.dropmenu li a, .dropmenu li span {
		width: 165px;
		height: 46px;
		display: table-cell;
		margin: 0;
		padding: 0;
		color: rgba(0, 62, 140, 1.00);
		font-size: 16px;
		line-height: 1.3;
		text-decoration: none;
		vertical-align: middle;
	}
	.dropmenu li ul {
		list-style: none;
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}
	.dropmenu li ul li {
		width: 100%;
	}
	.dropmenu li ul li a {
		color: rgba(0, 62, 140, 1.00);
		padding: 0 10px;
		border-top: 1px solid rgba(140, 128, 112, 1.00);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
		text-align: center;
		transition: 0s;
	}
	.dropmenu li a:hover {
		color: rgba(140, 128, 112, 1.00);
		background: rgba(230, 230, 230, 1.0);
	}
	.dropmenu li ul li a:hover {
		color: rgba(140, 128, 112, 1.00);
		background: rgba(230, 230, 230, 1.0);
	}
	.dropmenu li ul li {
		overflow: hidden;
		height: 0;
		transition: .6s;
	}
	.dropmenu li:hover ul li {
		overflow: visible;
		height: 46px;
	}
}
.drawer-toggle {
	display: none;
}
/*----------- トップ ---------------------------------------------------*/
.catch01 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: rgba(0, 62, 140, 1.00);
	margin-bottom: 30px;
}
.title_main {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: rgba(0, 62, 140, 1.00);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
	border-bottom: 5px solid rgba(0, 62, 140, 1.00);
	padding: 10px 20px 5px;
}
.title_main span {
	font-size: 14px;
	margin-left: 1em;
}
.cat-post-date {
	font-size: 16px;
	margin-right: 1em;
}
@media (max-width:480px) {
	.cat-post-date {
		display: block;
		margin-bottom: 5px;
	}
	.title_main span {
		display: block;
	}
}
.cat-post-footer-link {
	text-align: right;
	display: block;
}
#container p {
	font-size: 16px;
	line-height: 1.5;
	color: rgb(0, 0, 0);
	margin-bottom: 15px;
}
.white {
	color: rgb(255, 255, 255) !important;
}
#category-posts-REPLACE_TO_ID-internal li {
	list-style-type: none;
	border-bottom: 1px solid rgb(230, 230, 230);
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#category-posts-REPLACE_TO_ID-internal li a {
	font-size: 16px;
}
#sdgs {
	background-image: url("images/sdgs_logo.svg");
	width: 100%;
	height: 0;
	padding-top: calc(100/790*100%);
	overflow: hidden;
	margin: 10px auto;
}
#kosodate {
	background-image: url("images/kosodate_logo.svg");
	width: 100%;
	height: 0;
	padding-top: calc(100/790*100%);
	overflow: hidden;
	margin: 10px auto;
}
.box {
	float: left;
	width: 195px;
	margin: 0 16px 10px 0;
	line-height: 1.2;
}
.box_img {
	padding: 0px 0px 10px 0px;
}
.box p {
	margin-bottom: 0 !important;
}
.last {
	margin-right: 0;
}
.button {
	padding: 10px 0;
	text-align: center;
}
.button a {
	background: url(images/button.png) no-repeat scroll 0 0 #FFFFFF;
	display: block;
	line-height: 32px;
}
#next {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 10px 10px;
	display: inline;
}
img.alignleft {
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/*------ お問い合わせ ------------------------*/
#table_mail {
	font-size: 14px;
	width: 590px;
	color: #4D4D4D;
	margin: 0 auto 30px;
	border-spacing: 10px 0;
}
#table_mail td {
	border-bottom: 1px solid #CCC;
	line-height: 3;
	padding: 8px;
}
#form-submit {
	height: 30px;
	width: 200px;
}
#table_mail span {
	color: #F00;
}
.wpcf7-response-output {
	color: #000;
}
.center {
	text-align: center;
}
/*----------- ページナビ ---------------------------------------------------*/
.wp-pagenavi {
	margin: 50px 0;
	text-align: center;
}
/*----------- フッター ---------------------------------------------------*/
#footer {
	clear: both;
	padding: 10px 0 10px;
	border-top: 3px solid rgba(0, 62, 140, 1.00);
	margin-top: 30px;
}
#footer h5 a {
	background: url(images/logo.svg) no-repeat;
	width: 300px;
	height: 0;
	padding-top: 60px;
	margin: 20px 0;
	overflow: hidden;
	display: block;
}
#footer h6 {
	color: rgba(0, 0, 0, 1.00);
	border-bottom: 2px solid rgba(0, 0, 0, 1.00);
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#footer address {
	font-style: normal;
	margin: 20px 0;
}
#footer address p {
	font-size: 14px;
}
#footer .inner {
	overflow: hidden;
}
* html #footer .inner {
	height: 1%;
}
#footer #logo {
	float: left;
	padding: 10px 0 5px;
	width: 292px;
}
#copyright {
	padding: 10px 0;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	clear: both;
	display: block;
	color: rgb(255, 255, 255);
	background: rgba(0, 62, 140, 1.00);
}
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 5%;
	background: rgba(255, 255, 255, 0.70);
	border: 1px solid rgba(0, 62, 140, 1.00);
	z-index: 9999;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	content: '▲';
	font-size: 25px;
	color: rgba(0, 62, 140, 1.00);
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
@media (min-width:481px) {
	#footer .footer_box {
		width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#copyright {
		min-width: 1000px;
	}
}
@media (max-width:480px) {
	#footer .footer_box {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
/*----------- table ---------------------------------------------------------------*/
@media (min-width:481px) {
	.table01, .table02, .table03 {
		width: 100%;
		border-collapse: collapse;
		margin: 0 auto;
	}
	.table02 {
		margin-bottom: 30px;
	}
	.table01 td, .table02 td {
		padding: 10px;
		border: none;
		text-align: left;
	}
	.table01 th, .table02 th {
		border: none;
		padding: 10px;
		font-weight: normal;
		width: 200px;
		text-align: left;
	}
	.table01 tr:nth-child(odd) {
		background: rgb(210, 210, 210);
	}
	.table02 th {
		background: rgb(240, 240, 240);
	}
	.table02 tr {
		border-bottom: 1px solid rgba(0, 62, 140, 1.00);
	}
	.table03 td {
		padding: 10px;
		border: none;
		text-align: left;
	}
	.table03 th {
		background-color: rgba(0, 62, 140, 1.00);
		color: rgba(255, 255, 255, 1.00);
		border: none;
		padding: 10px;
		font-weight: normal;
		text-align: left;
	}
	.table03 th:nth-child(1) {
		width: 500px;
	}
	.table03 tr:nth-child(odd) {
		background: rgb(210, 210, 210);
	}
	.archive_btn {
		width: 50%;
	}
}
@media (max-width:480px) {
	.table01, .table02, .table03 {
		border-collapse: collapse;
		margin: 0 auto;
	}
	.table02 .top {
		display: none;
	}
	.table01 td {
		padding: 10px;
		border: none;
		text-align: left;
		display: block;
	}
	.table01 th {
		border: none;
		padding: 10px;
		font-weight: normal;
		text-align: left;
		display: block;
		background: rgb(210, 210, 210);
	}
	.table02 td {
		border: none;
		display: block;
		padding: 0 0 5px;
	}
	.table02 td:last-of-type {
		margin-bottom: 50px;
	}
	.table02 td:nth-of-type(1)::before {
		content: "【工事名】";
		display: block;
		background-color: rgb(0, 62, 140);
		color: rgba(255, 255, 255, 1.00);
		padding: 5px 0;
		margin-bottom: 10px;
	}
	.table02 td:nth-of-type(2)::before {
		content: "【受注先】";
		display: block;
		background-color: rgb(0, 62, 140);
		color: rgba(255, 255, 255, 1.00);
		padding: 5px 0;
		margin-bottom: 10px;
	}
	.table02 td:last-of-type::before {
		content: "【用途】";
		display: block;
		background-color: rgb(0, 62, 140);
		color: rgba(255, 255, 255, 1.00);
		padding: 5px 0;
		margin-bottom: 10px;
	}
	.table02 tr:nth-child(odd) td {
		background: rgb(210, 210, 210);
	}
	.scroll {
		overflow: scroll;
		white-space: nowrap;
	}
	.table03 tr:nth-child(odd) {
		background: rgb(210, 210, 210);
	}
	.table03 th {
		border: none;
		padding: 10px;
		font-weight: normal;
		text-align: left;
		background: rgb(0, 62, 140);
		color: rgba(255, 255, 255, 1.00);
	}
	.table03 td {
		padding: 10px;
		border: none;
		text-align: left;
	}
	.alignleft, .alignright {
		float: none;
		width: 100%;
		margin: auto;
		display: block;
	}
}
/*----------- シングル --------------------------------------------*/
.page-header {
	margin: 30px 0 20px;
}
.single_wrap {
	padding: 10px;
}
.meta-post {
	font-size: 16px;
	color: rgba(0, 0, 0, 1.00);
	margin-bottom: 5px;
}
.entry-content {
	padding: 0 10px;
	margin-bottom: 100px;
}
.single_title {
	font-size: 24px !important;
	color: rgb(0, 62, 140);
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 20px;
}
.single_title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background-image: linear-gradient(to right, rgb(0, 62, 140) 0%, rgb(109, 204, 252) 100%);
}
.l_line_box {
	border-bottom: 1px solid rgba(94, 94, 94, 1.00);
	margin-bottom: 30px;
}
.l_line_box h3 span {
	font-size: 16px;
	color: rgba(94, 94, 94, 1.00);
}
.l_line_box h3 {
	margin: 0;
	padding-bottom: 5px;
}
.l_line_box h3 a {
	font-size: 18px;
	color: rgb(0, 62, 140);
	transition: all 0.3s ease-in-out;
}
.l_line_box h3 a:hover {
	color: rgb(140, 128, 112);
	transition: all 0.3s ease-in-out;
}
.archive_btn {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 62, 140);
	border: 1px solid rgb(0, 62, 140);
	border-radius: 10px 10px 10px 10px;
	padding: 15px 50px 15px 50px;
	margin: 50px auto 0;
	display: block;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.archive_btn:hover {
	border: 1px solid rgb(0, 62, 140);
	background-color: rgb(255, 255, 255);
	color: rgb(0, 62, 140);
	transition: all 0.3s ease-in-out;
}
.archive_btn span {
	font-size: 18px;
}
@media (min-width:481px) {
	.flex_box img {
		width: 300px;
	}
	
	.flex_box::after {
		display: block;
		content: "";
		width: 300px;
	}
	
	.w_230 img {
		width: 230px !important;
	}
	.w_244 img {
		width: 244px !important;
	}
	.w_300 img {
		width: 300px !important;
	}
	.flex_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.flex_box img {
		margin-bottom: 30px;
		height: auto;
	}
}
@media (max-width:480px) {
	.flex_box img,
	.w_230 a,
	.w_244 a{
		width: 100%;
		height: auto;
	}
	
	.w_244 a{
		margin-bottom: 10px;
		padding: 0 10px;
	}
	
	.w_230 a img,
	.w_244 a img {
		width: 100%;
		height: auto;
	}
	.flex_box a:hover {
		opacity: 0.7;
	}

	.l_line_box h3 span {
		display: block;
		margin-bottom: 5px;
	}
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.posts-navigation .nav-previous {
	padding-left: 15px;
}
.posts-navigation .nav-next {
	padding-right: 15px;
}
.post-navigation {
	margin: 30px 0 45px;
	background-color: #f7f7f7;
	padding: 30px;
	position: relative;
}
.post-navigation a {
	color: #47425d;
}
.post-navigation .nav-previous:hover span, .post-navigation .nav-next:hover span {
	color: #47425d;
}
.post-navigation span {
	color: #c7c7c7;
	transition: color 0.3s;
}
.post-navigation .nav-previous span {
	margin-right: 10px;
}
.post-navigation .nav-previous {
	border-right: 1px solid #ebebeb;
}
.post-navigation .nav-next span {
	margin-left: 10px;
}
.navigation.pagination {
	margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers, .nav-links .page-numbers {
	background-color: #f7f7f7;
	padding: 20px;
	line-height: 1;
	display: inline-block;
	color: #443f3f;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, .nav-links .page-numbers:not(.dots):hover, .nav-links .page-numbers.current {
	background-color: rgba(0, 62, 140, 1.0);
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}
@media (min-width: 991px) {
	nav.woocommerce-pagination {
		margin-top: 45px;
	}
}
/*----------- etc ---------------------------------------------------*/
.font12 {
	font-size: 12px;
}
.m_top15 {
	margin-top: 15px;
}
.txt_r {
	text-align: right !important;
}
@media (min-width:481px) {
	#ov, #bd02, #bd03, #bd04, #bd05, #bd06, #r6, #r5, #r4, #r3, #r2, #r1, #h30, #h29, #h28 {
		margin-top: -165px;
		padding-top: 165px;
	}
}
@media (max-width:480px) {
	#ov, #bd02, #bd03, #bd04, #bd05, #bd06, #r6, #r5, #r4, #r3, #r2, #r1, #h30, #h29, #h28 {
		margin-top: -45px;
		padding-top: 45px;
	}
}
/*----------- 問い合わせ ------------*/
#pp_box {
	overflow: scroll;
	height: 100px;
	background: rgb(255, 255, 255);
	padding: 10px;
	border: 1px solid rgb(0, 0, 0);
}
#pp_box h5 {
	font-size: 13px !important;
	margin-bottom: 10px;
}
#pp_box h6 {
	font-size: 12px !important;
	margin-bottom: 10px;
}
#pp_box p {
	font-size: 11px !important;
	margin-bottom: 10px !important;
}

#pp_box p a{
	font-size: 11px !important;
	margin-bottom: 10px !important;
}
#pp_box li {
	font-size: 11px !important;
}
.s_red {
	font-size: 13px;
	color: rgba(215, 0, 0, 1.00);
}
.wpcf7 input {
	font-size: 16px;
	border: 1px solid rgb(219, 219, 219);
	padding: 10px;
	color: rgba(0, 0, 0, 1.00) !important;
	width: 50%;
	background-color: rgb(250, 250, 250) !important;
}
.wpcf7 textarea {
	font-size: 16px;
	border: 1px solid rgb(219, 219, 219);
	padding: 10px;
	color: rgba(0, 0, 0, 1.00) !important;
	width: 50%;
	background-color: rgb(250, 250, 250) !important;
}
.wpcf7 input[type="submit"] {
	color: rgba(255, 255, 255, 1.00) !important;
	width: 30%;
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin: 30px auto 0;
	background-color: rgb(0, 62, 140) !important;
	border: 1px solid rgb(0, 62, 140);
	border-radius: 10px;
}
.wpcf7 input[type="submit"]:hover {
	cursor: pointer;
	color: rgba(0, 62, 140, 1.00) !important;
	background-color: rgb(255, 255, 255) !important;
	border: 1px solid rgb(0, 62, 140);
	transition: all 0.3s ease-in-out;
}
@media (max-width:480px) {
	.wpcf7 input, .wpcf7 textarea {
		width: 80%;
	}
}

	@media (max-width:480px) {
		_::-webkit-full-page-media, _:future, :root #ov,
		_::-webkit-full-page-media, _:future, :root #bd02,
		_::-webkit-full-page-media, _:future, :root #bd03, 
		_::-webkit-full-page-media, _:future, :root #bd04,
		_::-webkit-full-page-media, _:future, :root #bd05,
		_::-webkit-full-page-media, _:future, :root #bd06,
		_::-webkit-full-page-media, _:future, :root #r6,
		_::-webkit-full-page-media, _:future, :root #r5,
		_::-webkit-full-page-media, _:future, :root #r4,
		_::-webkit-full-page-media, _:future, :root #r3,
		_::-webkit-full-page-media, _:future, :root #r2,
		_::-webkit-full-page-media, _:future, :root #r1, 
		_::-webkit-full-page-media, _:future, :root #h30,
		_::-webkit-full-page-media, _:future, :root #h29,
		_::-webkit-full-page-media, _:future, :root #h28 {
		margin-top: -470px!important;
		padding-top: 470px!important;
	}
}













