@charset "UTF-8";
/*
Theme Name:okusiba-kun
Theme URI:http://www.narts.jp/
Description:オクシバくん
Author:NARTS
Author URI:http://www.narts.jp/
Version:1.0
*/

@import url('//fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');

.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}

/* CSS Document */

/* CSSリセット */
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, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { 
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers  */ article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; 
}

body {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000000;
	background-color: #ffffff;
	border-top: 12px #75ad38 solid;
	font-feature-settings: "palt";
}
img {
	vertical-align: bottom;
} 
a:hover img {
	opacity: 0.7;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
		filter: alpha(opacity = 60);
	transition: all 0.4s;
}
a {
	text-decoration: none;
	color: #435ea9;
}
a:hover {
	text-decoration: none;
	color: #0E2D96;
	transition: 0.3s all;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ここからコンテンツ */
header {
	width: 100%;
	background-color: #ffffff;
}
.Toggle {display: none;}
.inner {
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.hi-top {
	height: 92px;
}
h1 {
	font-size: 14px;
	color: #4793c4;
	display: block;
	width: 50%;
	margin-top: 15px;
	float: left;
}
div.contact-box {
	padding: 0 0em 7px 1em;
	background-color: #75ad38;
	text-align: center;
	width: 300px;
	height: 80px;
	display: block;
	float: right;
	position: relative;
	right: 0px;
	z-index: 1;
	box-sizing: border-box;
}
div.contact-box p:nth-child(1) {
	font-size: 16px;
	font-weight: 600;
	color: #ffff5b;
}
div.contact-box p:nth-child(2) {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 1px 1px 1px #555555;
	margin-bottom: 3px;
}
div.contact-box p:nth-child(3) {
	font-size: 14px;
	font-weight: 600;
	color: #111111;
}
div.contact-box p:nth-child(3) a {
	color: #111111;
}
div.contact-box p:nth-child(3) a:hover {
	color: #ffff5b;
	transition: all 0.2s;
}

#sub-page-graphic {
	width: 100%;
	height: 200px;
	background-image: url("images/bg_h2_bottom.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	box-sizing: border-box;
}
h2.sub-title {
	padding-top: 60px;
	padding-left: 14px;
	background-image: url("images/bg_h2_left.png");
	background-repeat: no-repeat;
	background-position: left top 55px;
	min-height: 45px;
	font-size: 28px;
	line-height: 1.35em;
	color: #658069;
	font-weight: 400;
	letter-spacing: 3px;
}
.bread-clamp {
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 1px;
	height: 16px;
	line-height: 1em;
	background-color: #EEF7EE;
	margin-bottom: 40px;
}
#contents h3 {
	font-size: 22px;
	background-image: url("images/bg_h3_left.png"), url("images/bg_h3_bottom.png");
	background-repeat: no-repeat; 
	background-position: left top +4px, bottom left;
	padding-left: 0.5em;
	padding-bottom: 0.4em;
	line-height: 1.3em;
	font-weight: 600;
	margin-top: 0.3em;
	margin-bottom: 1em;
}
#contents H4 {
	font-size: 19px;
	padding: 5px 5px 5px 5px;
	background-image: url("images/bg_H4_back.png");
	background-repeat: repeat-y;
	background-position: left;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#contents h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0.8em;
	border-bottom: dotted 1px #007000;
}
#contents p {
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	margin-bottom: 1.5em;
}



/* グロナビ */
#g-menu {
	background-color: #fafafa;
	height: 58px;
	border-top: #e5e5e5 1px solid;
	box-sizing: border-box;
}
nav.NavMenu ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
nav.NavMenu li {
	width: 17.14%;
	height: 57px;
	box-sizing: border-box;
	border-left: 1px solid #e5e5e5;
/*	border-bottom: 1px solid #e5e5e5; */
	display: flex;
}
nav.NavMenu li:last-child {
	border-right: 1px solid #e5e5e5;
}
nav.NavMenu li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
		-webkit-align-items: center;
	justify-content: center;
	color: #505050;
	transition: all 0.2s;
}
nav.NavMenu li a:hover {
	background-color: #DDDDDD;
	transition: all 0.3s;
}

#head-graphic {
	width: 100%;
	height: 500px;
	background-image: url("images/bg_head_graphic.jpg");
	background-position: center center;
	background-repeat: repeat-x;
	padding-top: 34px;
	box-sizing: border-box;
}
#head-graphic .three-part-box {
	display: inline-table;
}
#head-graphic p.three-part {
	display: inline-block;
	width: 131px;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 0px;
	margin-right: 0px;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0.3em;
	font-weight: 500;
}
#head-graphic p.three-part:nth-child(1) {
	background-color: #f19b36;
}
#head-graphic p.three-part:nth-child(2) {
	background-color: #75ad38;
}
#head-graphic p.three-part:nth-child(3) {
	background-color: #4793c4;
}
#head-graphic p.title {
	margin-top: 120px;
}
#head-graphic p.title img {
	display: block;
	position: relative;
	left: -17px;
}
#head-graphic p.patent {
	font-size: 17px;
	color: #FFFF00;
	background-color: #d44040;
	padding: 3px 3px 3px 8px;
	width: 690px;
	box-sizing: border-box;
	position: relative;
	top: -20px;
}
#head-graphic p.patent span {
	font-size: 12px;
	color: #ba0000;
	background-color: #ffff00;
	padding: 3px 6px 3px 6px;
	margin-left: 1em;
	position: relative;
	top: -1px;
}
#head-graphic p.copy {
	font-size: 19px;
	color: #ffffff;
	background-image: url("images/bg_copy.png") ;
	background-repeat: repeat-y;
	padding: 3px 6px 3px 6px;
	position: relative;
	top: -15px;
}
#catch {
	height: 233px;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
		-webkit-align-items: center;
	justify-content: center;
}
#catch h2 {
	font-size: 26px;
	line-height: 1.35em;
	text-align: center;
	color: #007000;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 2px;
}

#main-area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
#main-area #contents {
	width: 790px;
}
#main-area #side-tower {
	width: 350px;
}

#main-area #contents div.panel-x2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 82px;
}
#main-area #contents a.panel div.links {
	width: 380px;
	height: auto;
	background-color: #f5f5f5;
	color: #000000;
	background-position: top center, bottom right;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, 90px 90px;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
	background-image: none, url("images/bg_arrow_right.svg");
}
#main-area #contents a.panel div div.text-01 {
	padding-top: 20px;
	padding-left: 14px;
	padding-right: 12px;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}
#main-area #contents a.panel div div.text-02 {
	padding-top: 7px;
}
#main-area #contents a.panel div.links:hover {
	opacity: 0.5;
	transition: all 0.3s;
	background-position: top center, bottom right -15px;
}
#main-area #contents a.panel div div h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	background-image: none;
	padding-left: 0em;
	line-height: 1.3em;
	padding-bottom: 0px;
}
#main-area #contents a.panel div div ul li {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0.1em;
	line-height: 1.5em;
	list-style-type: disc;
	text-indent: -5px;
	margin-left: 25px;
}
#main-area #contents a.panel p.more-info {
	font-size: 15px;
	text-align: right;
	color: #0057a3;
}

#top-news {
	width: 100%;
	display: block;
	margin-bottom: 70px;
}
#top-news dt.date {
	float: left;
	margin-right: 1.5em;
	width: 7.1em;
	margin-bottom: 5px;
}
#top-news dd {
	color: #435ea9;
	border-bottom: 1px dashed #555555;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10.5em;
	padding-bottom: 0.7em;
	margin-top: 0.6em;
	margin-bottom: 0.8em;
}
#top-info p {
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 97px;
}
#contents p.copy2 {
	font-size: 19px;
	text-align: center;
	margin-bottom: 24px;
}
#contents p.copy3 {
	font-size: 35px;
	color: #007000;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
}
img.top_setsumei {
	margin-bottom: 85px;
}
#contents .jirei {
	display: flex;
	justify-content: space-between;
}
#contents .jirei a:hover {
	opacity: 0.6;
}
#contents .jirei p {
	width: 380px;
	height: auto;
	padding: 7px 13px 7px 13px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
	box-sizing: border-box;
	letter-spacing: 2px;
}
#contents .jirei a:nth-child(1) p {
	background-color: #4793C4;
	background-image: url(images/bg_arrow_right_w.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contents .jirei a:nth-child(2) p {
	background-color: #F19B36;
	background-image: url(images/bg_arrow_right_w.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contents .jirei a:nth-child(1) p:hover, #contents .jirei a:nth-child(2) p:hover {
	background-position: right -8px bottom;
	transition: all 0.3s;
}
p.jirei-text {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 90px;
}



#contents div.contact-area {
	width: 790px;
	height: 200px;
	background-image: url("images/bg_contact_green.png"), url("images/bg_contact_woman.jpg");
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
	padding-left: 520px;
	padding-top: 43px;
	box-sizing: border-box;
	margin-top: 35px;
	margin-bottom: 20px;
}
#contents div.contact-area a:nth-child(2) img {
	margin-top: 20px;
}

#contents table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#contents table th,table td {
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #999999;
}
#contents table th {
	border-bottom: 2px solid #999999;
	background-color: #f6f6f6;
}
#contents table td {
	border-bottom: 1px solid #bbbbbb;
}
#contents table tr {
  background-color: #fff;
}


#side-tower p.faq-banner a {
	color: #ffffff;
	text-align: center;
	width: 350px;
	height: 101px;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
		-webkit-align-items: center;
	justify-content: center;
	background-image: url("images/bg_arrow_right_w.svg"), url("images/bg_faq_banner.jpg");
	background-position: bottom right, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 39px 39px, contain;
	font-size: 22px;
	letter-spacing: 12px;
	font-weight: 600;
	margin-bottom: 21px;
	transition: all 0.3s;
}
#side-tower p.faq-banner a:hover {
	background-position: bottom right -6px, center center;
	opacity: 0.6;
	transition: all 0.3s;
}
#side-tower p.construct-more a {
	width: 350px;
	height: 180px;
	background-color: #D9D9D9;
	display: block;
	text-align: center;
	color: #000000;
	box-sizing: border-box;
	padding-top: 10px;
	font-size: 22px;
	letter-spacing: 12px;
	text-shadow: 0 0 5px #888888;
	background-image: url("images/bg_arrow_right_w.svg"), url("images/bg_construct _more.png");
	background-position: bottom right, center center;
	background-size: 39px 39px, contain;
	background-repeat: no-repeat, no-repeat;
	margin-bottom: 21px;
	transition: all 0.3s;
}
#side-tower p.construct-more a:hover {
	background-position: bottom right -6px, center center;
	opacity: 0.6;
	transition: all 0.3s;
}
#side-tower p.price-list a, #side-tower p.example a {
	width: 350px;
	height: 40px;
	background-color: #D9D9D9;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
		-webkit-align-items: center;
	justify-content: center;
	text-align: center;
	color: #000000;
	box-sizing: border-box;
	font-size: 22px;
	letter-spacing: 12px;
	text-shadow: 0 0 5px #888888;
	background-image: url("images/bg_arrow_right_w.svg");
	background-position: bottom right;
	background-size: 39px 39px;
	background-repeat: no-repeat;
	margin-bottom: 21px;
	transition: all 0.3s;
}
#side-tower p.price-list a:hover, #side-tower p.example a:hover {
	background-position: bottom right -6px;
	opacity: 0.6;
	transition: all 0.3s;
}
#side-tower div.side-contact {
	width: 100%;
	background-color: #FAFAFA;
	border: 2px solid #75AD38;
	box-sizing: border-box;
}
#side-tower div.side-contact p:first-child {
	width: 100%;
	background-color: #75AD38;
	color: #ffffff;
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	padding: 16px 0px 16px 0px;
	box-sizing: border-box;
}
#side-tower div.side-contact div {
	padding: 20px;
}
#side-tower div.side-contact div p.open-address {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.6em;
}
#side-tower div.side-contact div p.goto-form {
	margin-top: 12px;
	height: 57px;
	font-size: 21px;
	text-align: center;
	background-color: #F19B36; 
	border-radius: 5px;
		-webkit-border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 7px #999999;
}
#side-tower div.side-contact div p.goto-form a {
	display: flex;
	align-items: center; /* 縦方向中央揃え */
		-webkit-align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-weight: 700px;
}
#side-tower div.side-contact div p.goto-form a img {
	margin-right: 7px;
	display: block;
	position: relative;
	top: 1px;
}
#side-tower div.side-contact div p.goto-form:hover {
	opacity: 0.6;
	transition: all 0.3s;
}
#side-tower #side_menu {
	font-size: 13px;
	margin-bottom: 20px;
	background-color: #EEF7EE;
	padding: 0.7em 0.3em 0.9em 0.7em;
}
#side_menu ul li {
	background-image: url(images/bg_li_arrow01.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px 8px;
	padding: 0 0 0 12px;
}
#side_menu ul#menu-product li a {
	margin-left: 0.7em;
}
#side_menu ul#menu-price ul a {
	margin-left: 0;
}


footer {
	background-color: #75AD38;
	padding-top: 25px;
	padding-bottom: 20px;
	color: #ffffff;
}
footer p {
	font-size: 15px;
	line-height: 2em;
}
footer a {
	color: #ffffff;
}
footer a:hover {
	color: #FFFF00;
}
footer .inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#footer-logo-area {
	width: 410px;
}
#footer-main-menu {
	width: 210px;
}
#footer-side-menu {
	width: 200px;
}
#photo-image {
	width: 380px;
}



/****************************************

	製品情報

*****************************************/
.product_box{border:5px solid #D7E3BD; background:#EBF1DE; padding:15px;}
.product_box_left {
	float: left;
	margin-right: 20px;
/*	box-sizing: border-box; */
}
.product_box_left p img {
/*	width: 100%; */
	box-sizing: border-box;
}

.product_box_right {
	overflow:hidden;
}

.product_question{color:#0B395F !important; font-size:15px !important; font-weight:bold !important; border-bottom:1px dotted #1F497D !important; padding: 0 0 15px 0 !important;}
.product_answer{color:#EE800E !important; font-size:15px !important; font-weight:bold !important;}



/****************************************

	製品情報

*****************************************/
.case_list ul{padding:0 !important; width:690px; margin:0 -20px 0 0; overflow:hidden; _zoom:1;}
.case_list ul li{background:none !important; padding:0 !important; float:left; margin:0 20px 30px 0; width:325px;}



}

/* 価格表を少し整形（東内） */
#main_tower table.okushiba-price td, #main_tower table.okushiba-price th {
	font-size: 12px;
}

/* トップページの補助金情報（東内） */
#hojokin p.goto {
	margin: 1em 0em 2em 0em;
	text-align: center;
}
#hojokin a {
	text-align: center;
	padding: 0.5em;
	background-color: #259600;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
		-webkit-border-radius: 4px;
}
/* お問い合わせフォームへのリンク */
.go-contact {
	padding: 0.5em 3em;
	background-color: #3aae4c;
	border-radius: 5px;
		-webkit-border-radius: 5px;
	border: 1px solid #3aae4c;
	color: #ffffff;
	transition: all 0.3s;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
}
.go-contact:hover {
	background-color: #ffffff;
	color: #3aae4c;
	transition: all 0.3s;
}

/* For modern browsers */
.cf:before,
.cf:after{
    content:"";
    display:block;
    overflow:hidden;
	}
.cf:after{
    clear:both;
	}
/* For IE 6/7 (trigger hasLayout) */
.cf{
    zoom:1;
	}

/* 製品情報（オクシバくん・2020年12月　東内）  */
.product_box.plus {
	background-color: #EAF8FF;
	padding: 15px;
	margin-left: 10px;
}
.plus {
	border:5px solid #a2d2eb;
}
.product_box p.box_photo {
	float: left;
	margin: 0 1em 0 0;
}
.product_box p.box_photo img {
	max-width: 247px;
}
.product_box.plus table, #main_tower .product_box.plus table td, #main_tower .product_box.plus table th {
	border: 1px solid #CCCCCC;
}
.product_box.plus ul {
	display: block;
	width: calc(100% - 290px);
	float: left;
}
ul li {
	margin-bottom: 0.3em;
}
.flex {
	display: flex;
}
.product_box.plus.flex ul {
	width: 95%;
	box-sizing: border-box;
}
p.right-red {
	color: #be0000;
	display: block;
	float: left;
/*	width: calc(100% - 265px); */
}
.button a {
	color: #fff150;
	text-decoration: none;
	padding: 0.5em;
	display: block;
	background-color: #1F497D;
	width: 256px;
	margin-left: auto;
	margin-right: auto;
}
.button a:hover {
	opacity: 0.5;
	transition: all 0.3s;
}

.mb20 {
	margin-bottom: 20px !important;
}
#contents ul {
	margin-left:1.5em;
}
#contents ul li {
	list-style-type: disc;
}
#contents .panel-x2 ul {
	margin-left: 0px;
}
#contents .product_box table {
	width: auto;
}
#contents .product_box table th, #contents .product_box table td {
	padding-left: 0.8em;
	padding-right: 0.8em;
}
#contents .product_box p.box_photo img {
	max-width: 247px;
}
p.cost {
	display: block;
}

/* 施工方法 */
.plus_tejun_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #194085;
	padding: 0.7em;
	margin-bottom: 0.85em;
}
.plus_tejun_01 p {
	color: #ffffff;
}
.plus_tejun_01.single p {
	width: 50%;
	box-sizing: border-box;
}
.plus_tejun_01.quad p {
	width: 24.6%;
}
.plus_tejun_01.quad p:nth-child(5) {
	width: 100%;
	padding-top: 0.7em;
}
#contents img {
	height: auto;
	max-width: 100%;
}
.plus_tejun_01.single p:last-child {
	padding-left: 0.7em;
}
.plus_tejun_01.double p {
	width: 32.5%;
}
.plus_tejun_01.triple p {
	width: 32.5%;
}
.plus_tejun_01.triple p:nth-child(4) {
	width: 100%;
	padding-top: 0.7em;
}
/* 自動灌水装置の詳細 */
.product_box.plus-waku {
	background-color: #EAF8FF;
	color: #333333;
	border-radius: 2px;
		-webkit-border-radius: 2px;
	border-color: #84ABBF;
}
.product_box.plus-waku {
	background-color: #EAF8FF;
	color: #333333;
	border-radius: 2px;
		-webkit-border-radius: 2px;
	border-color: #84ABBF;
}
#contents .product_box h4 {
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	font-size: 17px;
	line-height: 1.2;
	color: #000000;
	font-weight: 700;
	border-color: #000000;
	background-image: none;
	
}
.go_to_seko_jirei a {
	color: #ffffff;
	padding: 0.7em 1em 0.7em 1em;
	background-color: #3E1102;
	background-image: url("images/bg_arrow_right_w.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
		background-position-x: right;
		background-position-y; bottom;
	width: 100%;
	border-radius: 5px;
		-webkit-border-radius: 5px;
	display: block;
	box-sizing: border-box;
	transition: all 0.3s;
}
.go_to_seko_jirei a:hover {
	background-position: right -8px bottom;
	opacity: 0.6;
	transition: all 0.3s;
}

/** 施工事例 **/
table.sekorei tr td {
	padding: 10px;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}

.btn-square-shadow {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #668ad8;
	color: #FFF;
	border-bottom: solid 4px #627295;
	border-radius: 3px;
}
.flex-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-3 h4 {
	width: 100%;
}
.flex-3 p:nth-child(3) {
	background-image: url("/wp-content/uploads/oks_arrow_dawn.png");
	background-repeat: no-repeat;
	transform: rotateZ(-90deg);
/*	background-position: center center; */
	width: 5%;
}
.flex-3 p:nth-child(2), .flex-3 p:nth-child(4) {
	width: 45%;
}
.buzai {
	display: flex;
	justify-content: space-between;
}
.three {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.three p {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 1em;
	font-size: 13px;
}
.balloon1-left {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 14px;
	background: #e0edff;
	box-sizing: border-box;
}
.balloon1-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e0edff;
}

/********** お問合せフォーム **********/
input[type=submit] { /* iOSの余分なグラデ角丸をOffにする */
  -webkit-appearance: none;
}
input[type=text], input[type=tel],input[type=email],textarea {
	padding: 8px;
	font-size:15px;
}
input[type=submit] {
	padding:10px 30px;
	border-radius:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	background-color :#3aae4c;
	border: 1px solid #3aae4c;
	color:#fff;
	font-size: 18px;
	background-image: none;
}
input[type=submit]:hover {
	box-shadow:0 0 5px rgba(0, 0, 0, 0.8);
	background-color :#ffffff;
	color: #3aae4c;
	transition: all 0.3s;
	font-size: 18px;
}
#contents .wpcf7 table th, #contents .wpcf7 table td {
	text-align: left;
	padding: 0.5em;
	vertical-align: middle;
}
#contents .wpcf7 table th span {
	color: #E7000C;
}



/*********************************
 　　　　　　レスポンシブ 
 *********************************/

@media only screen and (max-width: 1000px) {
img {
	max-width: 100%;
	height: auto;
}
.inner {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

h1.logo {
	width: 30%;
}
#main-area {
	flex-direction: column;
}
#main-area #contents {
	width: 100%;
}

#main-area #contents div.panel-x2 {
	display: flex;
	flex-direction: row;
	margin-bottom: 52px;
}
#main-area #contents a.panel {
	width: 49%;
}
#main-area #contents a.panel div.links {
	width: 100%;
	height: auto;
}
#main-area #contents a.panel div.links img {
	width: 100%;
	height: auto;
}
/*
#main-area #contents a.panel div, #main-area #contents div.panel-x2 a.panel:nth-child(2) div {
	width: 100%;
	height: 225px;
	background-position: top left, bottom right;
	background-size: 50%, 90px 90px;
	padding-top: 10px;
	padding-left: 55%;
	margin-bottom: 30px;
}
#main-area #contents a.panel div:hover, #main-area #contents div.panel-x2 a.panel:nth-child(2) div:hover {
	background-position: top left, bottom right -15px;
}
*/
p.jirei-text {
	margin-bottom: 30px;
}
img.top_setsumei {
	width: 100%;
	height: auto;
}
#contents .jirei {
	width: 100%;
	
}
#contents .jirei a {
	display: block;
	width: 48%;
}
#contents .jirei a img {
	width: 100%;
}
#contents .jirei a p {
	width: 100%;
	text-align: center;
	height: auto;
	padding: 7px 13px 7px 13px;
}
.contact-area {
	display: none;
}
#main-area #side-tower {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main-area #side-tower #side_menu {
	display: none;
}
#main-area #side-tower p.faq-banner a, #main-area #side-tower p.construct-more a, #main-area #side-tower p.price-list a  {
	width: 100%;
	height: 180px;
	margin-bottom: 60px;
}
#main-area #side-tower p.faq-banner, #main-area #side-tower p.construct-more, #main-area #side-tower p.price-list {
	width: 32%;
	height: 180px;
	margin-bottom: 15px;
}
#side-tower p.example a {
	width: 100%;
}
#side-tower p.example {
	width: 100%;
	margin-bottom: 50px;
}
#main-area #side-tower p.faq-banner a {
	background-size: 39px 39px, cover;
}


} /* ←レスポンシブ 1199px */


@media only screen and (max-width: 790px) {

h1.logo {
	text-align: center;
	width: 100%;
	float: none;
}
div.contact-box {
	display: none
}

nav ul li:last-child a {
	background-color: transparent;
	color: #000000;
	padding: 0px;
	border-radius: 0px;
		-webkit-border-radius: 0px;
}
nav.NavMenu {
	position: fixed; /*表示位置を固定*/
	z-index: 100; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background: #fff;/*背景を白にする*/
	color: #000; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateY(-100%); /*ナビを上に隠す*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
}
nav ul {
	background-color: #CCCCCC; /*背景をグレーにする*/
	width: 100%;
	margin-top: 0px;
	padding: 0px;
}
nav.NavMenu ul {
	display: block;
}
nav.NavMenu ul li {
	font-size: 1.1em;
	font-weight: 400;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
	float: none;
}

nav.NavMenu ul li:last-child {
	padding-bottom: 0;
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a {
	display: block; /*クリックできる領域を広げる*/
	color: #000;
	padding: 1em 0;
}

nav.NavMenu.active {
	transform: translateY(0%);
}
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 48px;
    cursor: pointer;
    z-index: 101;
	background-color: #ffffff;
	border: 1px solid #000000;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;
}
.Toggle span:nth-child(1) {
    top: 9px;
}
.Toggle span:nth-child(2) {
    top: 18px;
}
.Toggle span:nth-child(3) {
    top: 27px;
}
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 「メニュー」の文字を追加 */
.Toggle p {
	font-size: 7.5px;
	position: absolute;
	top: 34px;
	left: 0px;
	line-height: 8px;
	letter-spacing: -1.5px;
	text-align: center;
	width: 100%;
}
h2.sub-title{
	text-shadow: 0 0 5px #FFFFFF;
}
#g-menu {
	height: 0px;
}
#head-graphic .three-part-box {
	width: 100%;
}
#head-graphic .three-part-box p {
	letter-spacing: 0;
}
#head-graphic p.patent {
	width: 100%;
}
#main-area #side-tower p.faq-banner a, #main-area #side-tower p.construct-more a, #main-area #side-tower p.price-list a, #main-area #side-tower p.example a {
	letter-spacing: 3px;
}
#contents .jirei a p {
	width: 100%;
/*	max-height: 400px; */
	text-align: center;
	height: auto;
	padding: 7px 13px 7px 13px;
}
#footer-logo-area {
	padding-right: 15px;
	box-sizing: border-box;
}
.flex-3 p:nth-child(3) {
	background-position: center center;
	transform: none;
	width: 100%;
	height: 35px;
}
.product_box.plus-waku.flex-3 {
	display: inline-block;	
}
.flex-3 p:nth-child(2), .flex-3 p:nth-child(4) {
	width: 100%;
}
.product_box.plus-waku {
	width: 100%;
	box-sizing: border-box;
}

} /* ←レスポンシブ 790px */


@media only screen and (max-width: 649px) {
h1 {
	margin-top: 40px;
}
.inner {
	width: 95%;
}
#head-graphic {
	height: auto;
}
#head-graphic p.title {
	margin-top: 80px;
	position: relative;
}
#head-graphic p.three-part {
	width: 33%;
	padding: 8px;
	font-size: 16px;
}
#head-graphic p.title img {
	display: block;
	position: relative;
	left: 20px;
	width: 90%;
	height: auto;
}
#catch h2 {
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: 1px;
}
.bread-clamp {
	height: auto;
}
#main-area #contents div.panel-x2 {
	display: flex;
	flex-direction: column;
}
#main-area #contents .panel-x2 a.panel {
	width: 100%;
	height: auto;
}
#main-area #contents .panel-x2 a.panel div, #main-area #contents div.panel-x2 a.panel:nth-child(2) div {
	width: 100%;
	height: auto;
/*	background-position: top left, bottom right; */
	background-size: 100%, 90px 90px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

#top-news dt.date {
	float: none;
	margin-right: 0;
	width: 100%;
	text-align: center
}
#top-news dd {
	padding-left: 0em;
	padding-bottom: 0.7em;
	margin-top: 0.6em;
	margin-bottom: 0.8em;
	width: 100%;
	text-align: center;
}
#contents .jirei {
	display: flex;
	flex-direction: column;
}
#contents .jirei a {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	height: auto;
}

#main-area #side-tower {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main-area #side-tower p.faq-banner, #main-area #side-tower p.construct-more, #main-area #side-tower p.price-list, #side-tower p.example a {
	width: 100%;
	margin-bottom: 20px;
}
#main-area #side-tower p.faq-banner, #main-area #side-tower p.faq-banner a {
	height: 101px;
	margin-bottom: 20px;
}
#main-area #side-tower p.construct-more a {
	height: 180px;
}
#main-area #side-tower p.price-list, #main-area #side-tower p.price-list a {
	height: 40px;
}
footer .inner {
	display: inline-block;
}
#footer-logo-area {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
#footer-main-menu {
	width: 49%;
	text-align: center;
	float: left
}
#footer-side-menu {
	width: 49%;
	text-align: center;
	float: right;
}
#photo-image {
	display: none;
}
.go-contact {
	background-image: url("images/bg_arrow_right.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.product_box.plus {
	margin-left: 0px;
}
.alignright {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.product_box p.box_photo {
	float: none;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	display: block;
	text-align: center;
}
.product_box.plus ul {
	display: block;
	width: 95%;
	box-sizing: border-box;
	float: none;	
}
.product_box.plus.flex {
	display: block;
}
.button a {
	width: auto;
}
.three {
	width: 100%;
	display: frex;
	box-sizing: border-box;
}
.three p {
	width: 50%;
	padding-top:15px;
	border-bottom: 2px #555555 solid;
	margin-left: 0px;
	margin-right: 0px;
}
.three.ch20a p {
	border-bottom: none;
}
.three p.text-only.balloon1-left {
	width:100%;
}
.balloon1-left:before {
	top: -15px;
	left: 50%;
	margin-top: -15px;
	border-bottom: 15px solid #e0edff;
}
.product_box_left {
	float: none;
	margin-right: 0px;
}
#contents .wpcf7 table {
	max-width: 100%;
}
#contents table th {
	border-bottom: none;
}
#contents table td {
/*	border-top: none; */
}
#contents .wpcf7 table tr th, #contents .wpcf7 table tr td {
	display: block;
	box-sizing:border-box;
	width: 100%;
}
#contents .wpcf7 input[type=text], #contents .wpcf7 input[type=tel], #contents .wpcf7 input[type=email], #contents .wpcf7 textarea {
	width: 100%;
	box-sizing: border-box;
}
.taC {
	text-align: center;
}
table.sekorei tr td {
	display: block;
	width: 100%;
	vertical-align: top;
}
#contents table.sekorei tr td:first-child {
	border-top: 1px solid #bbbbbb;
}


}/* ←レスポンシブ 649px */
