/******************************************************************
Theme Name: kaiei
Autor: LeafLink Inc
*/
/* ボーダーアニメーション（防草topimg）---------------------------- */
.border-ani {
	position: relative;	
}
.border-ani:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -25px;
	border-bottom: solid 35px #97cd4c;
	  border-image: linear-gradient(to right, #fbff1b 0%, #46b7ef 100%);
  border-image-slice: 1;
	animation: border_anim 1.2s 1.2s linear forwards; /*開始から終了まで一定に変化・元の状態に戻らずアニメーション最後の状態を維持*/
}	
@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
}}
/* Other styles---------------------------- */
/* 共通 */
.txt_col_g {
  color: #63b472;
}
.txt_col_gy {
  color: #747373;
}
.txt_col_b {
  color: #5785ca;
}
.txt_col_o {
  color: #e5893f;
}
.txt_col_red {
	color: #EC0101;
}
a.link_over {
  color: #505050;
}
a.link_over:hover {
  color: #2589d0;
}
.mt_100 {
  margin-top: 100px;
}
.line_bottom {
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}
.line_bottom_w {
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
}
small {
  font-size: 10px;
}
.other h2 {
  margin-bottom: 80px;
}
/*　会社概要・事業所案内-共通　*/
.table01-f {
  width: 100%;
	margin-bottom: 80px;
}
.table01-f .title-row {
	display: flex;
	flex-flow: row wrap;
}
.table01-f .title02 {
  width: 100%;
  text-align: center;
}
.table01-f .flex-row {
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid #ccc;
}
.table01-f .flex-th {
  flex: 1;
  padding: 3%;
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
}
.table01-f .flex-td {
  flex: 4;
  padding: 3%;
}
.table01-f .block-keep {
	margin-left: 15px;
}
.table01-f .block-keep2 {
	display: block;
}
.table01-f .btn02 {
    margin-top: 7px;
}
/* .../Company/ 会社案内*/
#company_profile .table01-f .flex-row:first-child,
#company .table01-f .flex-row:first-child {
	border-top: 1px solid #ccc;
}
#company .table01-f .flex-th {
	background-color: #d9d9d9;
}
#company_profile .table01-f .flex-td ul {
    list-style: disc;
    margin-left: 20px;
    text-align: left;
}
#company .table01-f .block-keep {
	margin-left: 0;
}
#company .read {
	font-size: 18px;
	margin: 0 3% 10%;
	line-height: 2em;
}
#company .read p {
	margin-bottom: 15px;
}
/* .../office/  事業所案内 */
#office .title02.bg-g {
    background: #8ca6b9;
    border-bottom: 5px solid #48555d;
	padding: 8px 20px;
	color: #fff;
}
/* ダウンロードするにはログインが必要ですWP-Members*/
.download-want {
	margin: 50px auto;
	text-align: center;
}
.download-want p:first-child {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-indent: 30px;
}
.download-want img {
	margin: 60px 0;
}
/* ダウンロードログインページWP-Members*/
.download-login {	
	text-align: center;
}
.download-login div {
	display: inline-block;
    text-align: center;
    padding: 15px;
}
#wpmem_login legend, #wpmem_reg legend {
    font-size: 30px; 
    margin-bottom: 50px;
}
#wpmem_login .buttons,.goods_index #wpmem_reg .buttons {
	background-color: #ff6638;
	border:0;color:#ffffff;
	font-weight:bolder;
	padding: 5px 35px;
	border-radius: 3px;
	cursor: pointer;
	letter-spacing: 3px;
	height: 50px;
}
#wpmem_login .buttons:hover,.goods_index #wpmem_reg .buttons:hover {
	background: #ffebb7;
	color: #e25b20;
	cursor: pointer;
}
/* 新規会員登録フォームWP-Members*/
.goods_index #wpmem_reg {
	background: #eee;
	padding: 10px 35px;
	margin-top: 80px;
}
.goods_index #wpmem_reg label {
	display: inline-block;
	width: 25%;
}
.goods_index #wpmem_reg .div_text,
.goods_index #wpmem_reg .div_select {
	display: inline-block;
	width: 70%;
	margin: 0 0 40px 0;
}
.goods_index #wpmem_reg .checkbox {
	width: 65%;
}
.goods_index #wpmem_reg .div_checkbox {
	margin: 0 0 40px 0;
	display: inline-block;
	width: 35%;
}
/* パスワードリセットWP-Members*/
.download-reset {
	width: 75%;
}
.download-reset div {
	font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
	color: #3B70AB;
}
/* 会員登録完了ページWP-Members*/
.note-completion {
	margin-top: 50px;
}
.note-completion .btn03 {
	display: block;
	margin: 100px auto;
}	
.note-completion .title08 {
	font-size: 25px;
    color: black;
    font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
}
/* お問い合わせメインページ*/
.contact-main .bg-w,.contact-main .bg-g,.finish {
	padding: 70px 0;
}
.contact-main .top {
	text-align: center;	
}
.contact-main .title07 {
	font-size: 38px;
    color: black;
    font-weight: bold;
    letter-spacing: 0.1em;
    vertical-align: bottom;
    padding-left: 30px;
}
.contact-main .area{
    width: 70%;
	font-weight: bold;
    margin: 25px auto 50px;
	box-sizing: border-box;
}
.contact-main .contact-tel .area{
    padding-left: 19%;    
}
.contact-main table {
    width: 70%;
    border: 2px solid #A7A7A7;    
	margin: 20px auto 50px;
 } 
.contact-main .bd-g {
    border: 1px solid #C3C3C3;
	border-width: 0 1px 0 0;
    vertical-align: middle;
    width: 26%;
}
.contact-main th {
	padding: 1% 5%;
}
.contact-main td{
	border: 0;
	padding: 5px 0 5px 20px;
}
.contact-main td span {
	margin-left: 20px;
}
.contact-main td .vertical {
	margin-left: 0;
}
.contact-main .bg-b {
	background: #C2DEEE;
	font-weight: bold;
	border: 1px solid #C3C3C3;
}
.contact-main table ul {
    list-style: "■ ";
    padding-left: 1em;
}
.contact-main .contact-mail .area{
    padding-left: 6%;
}
.contact-main .contact-mail .email-address {
	width: 50%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: black;
    background: #ffdb57;
    padding: 0 30px;
    margin: 0 auto;
}
.contact-main .note {	
    font-size: 14px;
	text-align: center;
	margin-top: 50px;
}
.contact-main .contact-form .area{
    padding-left: 3%;
}
.contact-main .contact-form table {
	width: 80%;
}
.contact-main .contact-form td {
	border: 1px solid #C3C3C3;
	padding: 5px 20px;
}
.contact-main .contact-form th {
	width: 30%;
	color: #4D4D4D;
    border: 1px solid #C3C3C3;
	background: #F5F5F5;
    padding: 5px 0 5px 20px;
    text-align: left;
	vertical-align: middle;
}
.contact-main .contact-form th span {
	width: 36px;
    text-align: center;
	background: #75B46E;
	font-size: 12px;
	color: white;
	padding: 2px 5px;
	margin-left: 10px;
	border-radius: 5px;
}
.contact-main .contact-form td span {
	margin-left: 0;
}
.contact-main .contact-form input[type="text"],
.contact-main .contact-form input[type="email"],
.contact-main .contact-form select,
.contact-main .contact-form textarea {	
	border: 2px solid #C3C3C3;
    padding: 8px;
    border-radius: 5px;
    font-size: 16px;
}
.contact-main .contact-form textarea {	
	width: 96%; 
}
.contact-main .contact-form select {
	margin-bottom: 5px;
}
.contact-main .contact-form .submit-btn input {
background-color:#3B70AB;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
}
.contact-main .contact-form .submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}
.contact-main .contact-form .submit-btn input:hover {
	background: #9ec7ee;
	color: #003d84;
　cursor: pointer;
}
/* お問い合わせ完了画面*/
.contact-finish {
	padding: 70px 0;
	text-align: center;
}
.contact-finish .area {
	width: 90%;
    border: solid 4px black;
	margin: auto;
	padding: 2%;
    box-sizing: border-box;
}
.contact-finish .title07 {
	font-size: 38px;
	color: black;
    font-weight: bold;
    letter-spacing: 0.2em; 
	margin: 70px 0 20px;
}
.contact-finish .area p { 
	font-weight: bold;
}
.contact-finish .note {
    font-size: 14px;
	margin-top: 50px;
}
/* Goods */
/* .../product/ 製品カテゴリ一覧ページと技術情報と会社案内 共通----------------------------*/

#category ul.goods_index_inner {
  display: flex;
  flex-flow: row wrap;
}
#category ul.goods_index_inner .group {
	width: 20%;
	box-sizing: border-box;
	margin: 2%;
	text-align: center;
	border: solid 1px #dfdfdf;
 	padding: 15px;
	transition: 0.2s ease-out;
}
@media (hover: hover) {
#category ul.goods_index_inner .group:hover {
  transform: translateY(-18px);
  	transition: 0.4s ease-out;
}}
#category ul.goods_index_inner .group a:hover img {
  opacity: 1;
}
#category ul.goods_index_inner .group h3 {
	font-weight: normal;
	color: #3e3e3e;
	margin-top: 15px;
}
#category ul.goods_index_inner .group img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/*.../product/●●/　製品案内　各製品ブロック　*/
#product h1 {
	font-size: 1.5em;
}
#product .title03 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  padding-top: 10%;
}
#product .title03 span {
  font-size: 10px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  color: #db0000;
  letter-spacing: 2px;
}
#product .category-about {
	text-align: center;
	color: #3dafbd;
	margin-bottom: 5%;
}
#product .wrap-product {
    max-width: 85%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: end;
	float: right;
	margin-bottom: 100px;
}
#product .wrap-product .list {
    margin-left: 7%;
    padding-top: 14%;
}
#product .sidebar {
	font-size: 14px;
	text-align: left;
	color: #666666;
	width: 230px;
	padding: 15px;
	background-color: #f1f7f1;
}
#product .sidebar li:first-child a {
	font-size: 21px;
	color: #75B46E;
	padding-left: 5px;
}
#product .sidebar li {
	border-bottom: solid 1px #fff;
	padding: 5px 0;
}
#product .sidebar li a {
	color: #666666;
}
#product .sidebar div {
	margin-top: 20px;
	color: #75B46E;
}
#product .sidebar li a:hover {
	color: #0fb3c4;
}
#product .title04 {
  font-size: 2rem;
  padding-left: 25px;
  padding-top: 6px;
  border-bottom: 8px solid #a8d8dc;
  background: #ddecd4;
	overflow: hidden;
    height: 58px;
 }
#product .title04 .newsanka {
  width: 3.1em;
  height: 3.1em;
  background: #ff0000;
  border-radius:50%;
  line-height: 3.1em;
  text-align:center;
  display: inline-block;
  margin-right: 13px;
  font-size: 0.5em;
  font-weight: bold;
  color: white;
  vertical-align: top;
 }	
#product .title04 span{
  font-size: 1.5rem;
  font-weight: normal;
  display: inline-block;
 }
#product .title04 span:last-child{
  font-size: 1rem;
  padding: 16px 25px 0 0;
  float: right;
}
#product .title04 .uetuki{
vertical-align: super; 
font-weight: bold;
font-size: 18px;	
}
#product ul.product_index_inner > li {
  margin-bottom: 80px;
}
#product ul.product_index_inner li .group {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#product ul.product_index_inner li .group div {
	width: 31%;
	padding-top: 1%;
	align-content: center;
}
#product ul.product_index_inner li .group .sanka1 img {
transition: 0.7s ease-out;
}
#product ul.product_index_inner li .group .sanka1 img:hover {
transform: scale(1.6);
transition: 0.7s ease-out;
transform-origin: left top;
position: relative;
z-index: 100;
}
#product ul.product_index_inner li .sanka2 {
	width: 90%;
    padding: 10px 30px;
}
#product ul.product_index_inner li .sanka2 .bousou {
	display: block;
	color: #009f4a;
    font-weight: bold;
}
#product ul.product_index_inner li .sanka4 {
    font-size: 16px;
    border: 3px solid #eee;
    padding: 1% 3%;
    margin-top: 30px;
	overflow: hidden;
}
#product ul.product_index_inner li .sanka4-t {
margin: 10px 0;	
}
#product ul.product_index_inner li .sanka4-t span {
	display: inline-block;
	width: 15%;
	background: #e6e6e6;
	text-align: center;
	margin: 0 10px 8px 0;
	border-radius: 3px;
}
#product ul.product_index_inner li .sanka4-b {
padding-top: 10px;
}
#product ul.product_index_inner li .sanka4-l {
width: 50%;
float: left;
padding-top: 10px;
}
#product ul.product_index_inner li .sanka4-r {
width: 50%;
float: right;
padding-top: 10px;	
}
#product ul.product_index_inner li table {
	width: 100%;
	border: 3px solid #eee;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
}
#product ul.product_index_inner li th {
	background: #eee;
}
#product ul.product_index_inner li th span {
	display: inline-block;
}
#product ul.product_index_inner li th,
#product ul.product_index_inner li td {
	border: 1px solid #C3C3C3;
}
#product ul.product_index_inner li td:first-child {
	width: 15%;
	align-content: center;
}
#product ul.product_index_inner li td img {
	margin-top: 15px;
}
#product ul.product_index_inner li .btn07 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5%;
}
#product ul.product_index_inner li .btn07_2 {
	display: inline-block;
	width: 70%;
	color: #fff;
	padding: 5px 20px;
	background: #75b46e;
	border-radius: 21px;
	transition: all 0.5s;
}
#product ul.product_index_inner li .btn07_2:hover {
color: #fff;
background: #a8d8dc;
}
#product ul.product_index_inner li .btn07_2 img{
vertical-align: middle;	
padding-right: 10px;	
}
#product ul.product_index_inner li .btn08 {
text-align: left;
font-size: 12px;
	font-weight: bold;
margin-bottom: 15px;	
}
#product ul.product_index_inner li .btn08_2 {
display: inline-block;	
width: 230px;		
color: #0d7e00;
padding: 5px 0 5px 15px ;
background: #ddecd4;
border-radius: 4px;
transition: all 0.5s;
}
#product ul.product_index_inner li .btn08_2:hover {
color: #fff;
background: #a8d8dc;
}
#product ul.product_index_inner li .btn08_2 img{
vertical-align: middle;	
padding-right: 5px;	
}
#product .construction{
margin-top: 50px;
text-align: center;
}
/* アンカー共通 */
#product ul.product_index_inner .anchor{
	display: block;
	padding-top: 3vw;
	margin-top: -3vw;
}
/* チャート共通 */
#product .pon {
    text-align: center;
    color: #919191;
    padding: 50px 0;
	overflow: hidden;
}
#product .pon h2 {
	margin-bottom: 0;
}
#product .pon h2 + p {
	margin-bottom: 30px;
}
#product .pon ul {
	display: flex;
    justify-content: space-between;
	flex-flow: row nowrap;
	margin: auto;
}
/* BOXチャート */
#product .pon-box li div,
#product .pon-box .width {
	color: #db4577;
	font-size: 14px;
	font-weight: bold;
}
#product .pon-box li div:last-child,
#product .pon-box .high {
	color: #2b72a4;
	font-size: 14px;
	font-weight: bold;
}
#product .pon-box .size {
	float: right;
}
/* R2チャート */
#product .pon-r2 {
	background-color: #fffae6;
	padding: 4% 0 10px 0;
}
#product .pon-r2 h3 {
    color: #ec6d2a;
    font-size: 26px;
	margin-bottom: 15px;
}
#product .pon-r2 ul {
    width: 920px;
}
/* フロンティア側溝チャート */
#product .pon-furontia {
	margin-top: 1%;
	background-color: #ebf5fa;
	padding: 4% 0 10px 0;
}
#product .pon-furontia h3 {
    color: #006db3;
    font-size: 26px;
	margin-bottom: 15px;
}
/* TFCチャート */
#product .pon-tfc ul {
	width: 760px;
}
/*---------製品案内ページ↑ end -------------------*/
/* 総合カタログページ*/
.scale-ss img, .scale-sss {
	transform: scale(1);
	transition: 0.5s ease-out;
}
@media (hover: hover) {
.scale-ss:hover img, .scale-sss:hover {/*縮小*/
	transform: scale(0.95);
	transition: 0.2s ease-out;
	opacity: 1;
}}
.shadow {
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}
#all-catalog ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
    color: #4b8fb5;
}
#all-catalog ul li:first-child {
	width: 35%;
}
#all-catalog ul li:last-child {
	width: 45%;
}
#all-catalog ul li div:first-child {
	margin-bottom: 25px;
	color: #289b8f;
}
#all-catalog figure {
  background: #fff;
  overflow: hidden;
  position: relative;
}
#all-catalog figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#all-catalog figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
}}
@keyframes shine {
  100% {
    left: 125%;
}}
#category-catalog .pdf-category a:hover img{ 
	 opacity: 1;
}
#category-catalog .pdf-category {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#category-catalog .pdf-category li span {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
}
#category-catalog .pdf-category .shadow {
	width: 20%;
}
#category-catalog .pdf-category a {
	display: flex;
	width: 300px;
	padding: 5% 10%;
	background: #e6f5fa;
	border: solid 3px #64b7d1;
	box-sizing: border-box;
	color: #4b8fb5;
	align-items: center;
	margin-bottom: 5%;
	justify-content: space-evenly;
}
#category-catalog .pdf-category:after {
  content:"";
  display: block;
  width:30%;
}

/* 新製品ページ../newproduct01/　技術ページ../tec02/   */
.other .goods .item_box {
	margin: 60px 0;
}
.other .goods .item_box .item_area {
	margin-bottom: 60px;
	overflow: hidden;
}
.other .goods .item_box .item_area .l_box {
	width: 48%;
	float: left;
}
.other .goods .item_box .item_area .l_box p.sub_copy1, 
.other .goods .feature .item_box .l_box-feature p.sub_copy1 {/*見出し青タブ*/
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 4px 20px;
	margin-bottom: 15px;
}
.other .goods .item_box .item_area .l_box p.sub_copy1 + span {
	display: inline-block;
	padding-left: 15px;
	margin-bottom: 15px;
}
.other .goods .item_box .item_area .l_box .base_b,
.other .goods .feature .item_box .l_box-feature .base_b {
	background-color: #3B70AB;
}
.other .goods .item_box .item_area .l_box h3 {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 20px;
}
.other .goods .item_box .item_area .l_box p.read {
	line-height: 2.2;
}
.other .goods .item_box .item_area .l_box .mailmg {
	margin-top: 20px;
}
.other .goods .item_box .item_area .l_box .icon {/*メールアイコン*/
	width: auto;
	max-width: 100%;
	padding-right: 5px;
}	
.other .goods .item_box .item_area .r_box {
  width: 48.5%;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.other .goods .item_box .item_area .r_box img {
  width: 100%;
  float: none;
  vertical-align: top;
}
.other .goods .item_box .product {/*製品紹介一覧*/
	padding-top: 3%;
	margin-top: 10%;
}
.other .goods .item_box .product ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2% 20px;
}
.other .goods .item_box .product li {
    width: 23.9%;
    padding: 1%;
    box-sizing: border-box;
    color: #666666;
    border: 1px solid #ccc;
	background: #ffffff;
}
.other .goods .item_box .kt-product li {
	width: 16%;
}
.other .goods .item_box .product li div {
	font-size: 1.2rem;
	font-weight: bold;
}
.other .goods .item_box .product li .nl {
	display: inline-block;
}
.other .goods .item_box .product2 {/*踏掛版受台付BOX*/
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	border: solid 5px #a7dbf6;
}
.other .goods .item_box .product2 > div {
	background-color: #a7dbf6;	
	font-weight: bold;
	padding: 1%;
	text-align: center;
	font-size: 1.3em;
}
.other .goods .item_box .product2 ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2% 20px;
    background-color: #e5f4fc;
}
.other .goods .item_box .product2 li {
    width: 32%;
    padding: 2%;
    box-sizing: border-box;
    text-align: center;
}
.other .goods .item_box .product2 li div {
	text-align: left;
}
.other .goods .item_box .asb2 {
	text-align: center;
}
.other .goods .item_box .item_area .asb {
	background-color: #fffcde;
	margin-top: 7%;
	border: solid 4px #f18d1e;
	width: 90%;
}
.other .goods .item_box .item_area .asb > div {
	background-color: #f18d1e;
	color: #ffffff;
	font-weight: bold;
	padding: 1% 5%;
}
.other .goods .item_box .item_area .asb ul {
	margin: 3%;
}
.other .goods .item_box .foot_area.item_under {/*資料はこちら*/
  padding-top: 30px;
}
.other .foot_area a.btn-inquiry {
  display: block;
  width: 27%;
  text-align: center;
  color: #db0000;
  background: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 13px;
  margin: 0 auto 30px;
  border: 1px solid #db0000;
  font-size: 14px;
}
.other .foot_area a.btn-inquiry:hover {
  color: #fff;
  background-color: #db0000;
}
.other .goods .scale-s img {/*勾配擁壁　L型擁壁リンクホバーstyle記載*/
	display: block;
	margin: 60px auto;
}
.other .goods .feature .item_box .l_box-feature {/*下部説明l-rBOX*/
    width: 47%;
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
}
.other .goods .feature .item_box .r_box-feature {
	width: 50%;
	display: inline-block;
    vertical-align: top;	
}
.other .goods .feature .point_area {
  margin-bottom: 20px;
}
.other .goods .feature .point_area .point_box {
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 35px;
  box-sizing: border-box;
}
.other .goods .feature .point_area .point_box .txt_area p.copy {/*下部説明　青大文字*/
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.other .goods .feature .point_area .point_box .txt_area .col_b {
  color: #5785ca;
}
.other .goods .feature .item_box .large {
transition-duration: 0.5s;
}
.other .goods .feature .item_box .large:hover {/*画像拡大*/
transform: scale(1.5);
transition-duration: 0.5s;
position: relative;
}
.other .goods .mark {/*■リスト*/
	padding-left: 1.3em;
	position:relative;
}
.other .goods .mark li:before {
    content: "■";
    position: absolute;
    left: 0;
    color: #5785ca;
}
.other .goods .asb .mark li:before {
    color: #f18d1e;
}
.lp_spot {/*帯*/
  color: #000;
  margin: 60px 0;
}
.lp_spot h4 {
  font-size: 20px;
  color: #fff;
  background-color: #3B70AB;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.2;
  padding: 8px 15px;
  margin-bottom: 10px;
}
/*---------新製品ページ../newproduct01/　技術ページ../tec02/ end ------------*/

/*　施工実績ページ　↓↓　*/
#sv-productlist {
	background: url(https://www.kaiei-kyowa.jp/kaiei/wp-content/uploads/2024/01/const-hd-img2.jpg) no-repeat;
	background-size: cover;
    height: 15vw;
    background-position: bottom;
}
#sv-productlist h1 {
	text-align: center;
    padding: 2.7%;
    color: #009F4A;
    font-size: 2.6vw;
	line-height: 1.5;
}
#sv-productlist h1 span {
    display: block;
    font-size: 1.2vw;
}
.other .goods_index .topbar {
    padding: 30px 0 15px;
    background: #39B54A;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 5vw;
    z-index: 101;    
}
.other .goods_index .topbar li {
	display: inline-block;
	margin: 0 25px;
}
.other .goods_index .topbar li a {
	padding: 8px 50px;
	background: #fff;
	color: #009F4A;
	border-radius: 5px;
}
.other .goods_index .topbar li:hover a {
	background: #ED8B1E;
	color: #fff;
}
#productlist .scale-s img {
	margin: 5% 0;
}
#productlist .search-construction {
	width: 100%;
	border: solid 5px #009F4A;
	padding: 1% 10% 7%;
	box-sizing: border-box;
}	
#productlist .search-construction p {
	position: relative;
	top: 190px;
    left: 22px;
}
#productlist .search-construction p .exa {
	border: solid 1px #9d9d9d;
    padding: 2px 4px;
}
#productlist .searchandfilter ul{
	display: block;
}
#productlist .searchandfilter ul li {
	display: block;
}
#productlist .searchandfilter ul li:nth-child(1) input {
	width: 100%;
}
#productlist .searchandfilter ul li:nth-child(1) h4 {
	font-size: 30px;
	color: #009F4A;
	margin-bottom: 15px;
}
#productlist .searchandfilter ul li:nth-child(1) {	
	position: relative;
	margin-bottom: 12%;
}
#productlist .searchandfilter ul li:nth-child(1)::before {
  content: "";
  width: 19px;
  height: 25px;
  background: url(https://www.kaiei-kyowa.jp/kaiei/wp-content/uploads/2023/12/search-icon.png) no-repeat center center / auto 100%;
  display: inline-block;
  position: absolute;
  bottom: 9px;
  left: 15px;
}
#productlist .searchandfilter ul li:nth-child(1) input {
    padding: 10px 0 10px 2.8rem;
    font-size: 1rem;
	box-sizing: border-box;
}
#productlist .searchandfilter ul li:nth-child(1) ::placeholder {
	color: #adadad;
}
#productlist .searchandfilter ul li:nth-child(1) :focus::placeholder {
	color: transparent;
}	
#productlist .searchandfilter ul li:nth-child(2) {
	background: #ebf4ef;
    padding: 40px 100px 30px;
}
#productlist .searchandfilter ul li:nth-child(2) span {
	display: block;
    font-size: 20px;
	font-weight: bold;
	color: #009F4A;
    margin-bottom: 30px;
	position: relative;
    left: -34px;
}
#productlist .searchandfilter ul li:nth-child(3) {
    background: #ebf4ef;
    padding: 0 100px 40px;
}
#productlist .searchandfilter ul li:nth-child(2) h4,#productlist .searchandfilter ul li:nth-child(3) h4 {
	display: inline-block;
	width: 31%;
	font-weight: normal;
}
#productlist .searchandfilter ul li select {
    padding: 10px 0 10px 15px;
    box-sizing: border-box;
    width: 65%;
}
#productlist .searchandfilter ul li:nth-child(4) {
	text-align: center;
}
#productlist .searchandfilter ul li:nth-child(4) input {
    width: 60%;
	font-size: 20px;
	color: #fff;
    font-weight: bold;
	letter-spacing: 3px;
	background: #009F4A;
    padding: 10px;
    border: none;
    border-radius: 32px;
    margin-top: 50px;
}
#productlist .searchandfilter ul li:nth-child(4) input:hover {
	background: #ED8B1E;
}
#productlist .searchandfilter ul li:nth-child(3) option[value="19"] {
	display: none;
}
.other .goods_index .anchor2{
	display: block;
	padding-top: 60px;
	margin-top: -60px;
}
#construction_eria ul{
	text-align: center;
}
#construction_eria ul li {
  display: inline-block;
  width: 14%;
  text-align: center;
  margin: 0 1% 8% 1%;
}
#construction_product ul {
    display: flex;
    flex-wrap: wrap;
}
#construction_product ul li {
  width: 29%;
  margin: 0 2% 50px;
  display: flex;
  flex-direction: column;
}
#construction_product .list-menu {
	background: #D9EAD8;
	padding: 7% 2% 7% 12%;
	box-sizing: border-box;
	flex-grow: 1;
}
#construction_product .list-menu li {
	font-size: 14px;
	color: #7E7E7E;
	display: list-item;
	width: 100%;
	margin: 0;
}
#construction_product .list-menu ul {
	list-style: disc;
}
/*　NETIS特集ページ　↓↓　*/
@media (min-width:980px) {
/*両端斜め線　タイトル*/
#netis .title-slash {
	position: relative;
	padding: 0 1.3em;
	display: inline-block;
}
#netis .title-slash:before,.title-slash:after {
	position: absolute;
	top: 0.5rem;
	height: 2rem;
	content: '';
}
#netis .title-slash:before {
	border-left: solid 2px;
	left: 0;
	transform: rotate(-30deg);
}
#netis .title-slash:after {
	border-right: solid 2px;
	right: 0;
	transform: rotate(30deg);
}	
#netis .title01 {
	margin: 6% 0 4%;
}}
#netis .wrap {
	text-align: center;
    margin-bottom: 8%;
}
#netis .wrap span {
	display: inline-block;
}
#netis ul {
	display: flex;
	flex-wrap: wrap;
	background: #aecee1;
    padding: 3%;
}
#netis ul li {
	display: flex;
	flex-direction: column;
	width: 24.7%;
	margin: 5% 2%;
	padding: 2%;	
	border: solid 1px #ccc;
	background: white;
	text-align: center;	
}
#netis li span:first-of-type {
	display: block;
	font-size: 17px;
	color: #3B70AB;
	font-weight: bold;
}
#netis li span {
	font-size: 14px;
}
#netis .inner {
	flex-grow:1; 
    background: #4f76a3;
    color: white;
    padding: 3%;
    text-align: left;
	margin-top: 10px;
}
/*　社会貢献ページ　↓↓　*/
.other .goods_index .title-csr2 {
	font-size: 3em;
    color: #009F4A;
    text-align: center;
}
.other .goods_index .title-csr2 span {
	font-size: 1rem;
    color: #494949;
    display: block;
    font-weight: normal;
}
.other .goods_index #health p {
	text-align: center;
}
.other .goods_index #csr .area li {
	padding: 64px 0;
}
.other .goods_index #csr .area .title-csr {
	padding: 0 20px;
    color: #494949;
    border-bottom: solid 7px #009F4A;
    font-size: 2em;
}
.other .goods_index #csr .area .title-csr img {
	width: 7%;
	margin-right: 15px;
}
.other .goods_index #csr .area div img {
	width: 32%;
	margin-bottom: 2%;
}
.other .goods_index #csr .area div .csr-img2 {
	width: 100%;
}
.other .goods_index #csr .area p {
	margin: 40px;
	font-size: 1.1rem;
}
.other .goods_index #csr .area div {
	display: flex;
    justify-content: space-between;	
	flex-wrap: wrap;
}
.other .goods_index #csr2 .title-csr3 {
	font-size: 2.2rem;
	color: #874614;
	text-align: center;	
	margin: 10% auto 5%;
}
.other .goods_index #csr2 ul {
	display: flex;
    justify-content: space-between;	
	flex-wrap: wrap;
}
.other .goods_index #csr2 li {
	width: 32%;
	margin-bottom: 4%;
}
.other .goods_index #csr2 p {
	font-size: 1.8rem;
	font-weight: bold;
	color: #874614;
	text-align: center;
	margin: 5% 2%;
	line-height: 2;
}
.other .goods_index #csr2 span {
	display: inline-block;
}
.other .goods_index #csr2 .history {
	background: #fff;
	padding: 2% 0 5%;
	margin: 5% 0;
}
.other .goods_index #csr2 .history table {
	width: 80%;
	margin: auto;
	border: solid 1px #ccc;
}
.other .goods_index #csr2 .history th {
	background: #DFCBA0;
	text-align: center;
	color: #874614;
}
.other .goods_index #csr2 .history tr td,.other .goods_index #csr2 .history tr th {
	padding:10px 20px;
}
.other .goods_index #csr2 .history th,.other .goods_index #csr2 .history td {
	border: solid 1px #6f6f6f;
}
/*　防草ページ　↓↓　*/
.bousou #bousou_01 ~ section {
	overflow-x: hidden;
}
.bousou .sidebar {
    width: 200px;
	margin: 2%;
    padding: 15px;
    border: 3px solid #00869d;
    background: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #00869d;
    text-align: center;
}
.bousou .sidebar hr {
	border-top: 3px solid #00869d;
	margin-top: 0.3em;
}
.bousou .sidebar ul {
	text-align: left;
	line-height: 2.5em;
}

.bousou .sidebar li a {
	position: relative;
	color: #00869d;
}
.bousou .sidebar li a::after {
	position: absolute;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	background: #ff969b;
	bottom: -3px;
	transform: scale(0, 1);
	transform-origin: center top; /*真ん中から*/
	transition: transform 0.3s;   
}
.bousou .sidebar li a:hover::after {
	transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.bousou .sidebar li a:hover {
	color: #ed4c65;
}
.bousou .bousou_top-bg {
    background: url(https://www.kaiei-kyowa.jp/assets/img/bousou_img/bousou_top1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.bousou .bg_stripe {
	background: repeating-linear-gradient(135deg, #e5f5f3, #e5f5f3, 10px, #fff 10px, #fff 20px);
	text-align: center;
}
.bousou .bg_bousou {
	padding: 8% 3%;
	background-color: #dcebe6;
}
.bousou .item_boxb {
	margin-bottom: 12%;
	text-align: center;
}
.bousou .item_boxb .l_img {
	position: relative;
    left: 120px;
}
#bousou_01 .item_boxb h1 {
font-size: 4rem;
letter-spacing: 0.5rem;
margin: 8% auto 5%; 
}
#bousou_01 .item_boxb h1 img {
margin-right: 10px;
}
#bousou_01 .intro span {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2.8em;
}
#bousou_01 .intro span:last-child {
	font-size: 36px;
	font-weight: bold;
	color: #00869D;
	border-bottom: dashed 4px #00869D;
	line-height: normal;
	padding-top: 20px;
}
#bousou_01 .cad-bousou-note {
	background: #dcebe6;
    margin-bottom: 0;
    padding: 25px 10px 20px;
	box-sizing: border-box;
}	
#bousou_01 .bg_stripe img {
	margin: 5% 1% 3%;
	max-width: 25%;
}
#bousou_01 .bg_stripe a:hover img {
  transform: translateY(-15px);
  transition-duration: 0.2s;
  opacity: 1;
}
#bousou_01 .item_boxb2 {
	height: 854px;
	background: url(https://www.kaiei-kyowa.jp/assets/img/bousou_img/bousou_25.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
#bousou_01 .item_boxb2 .wrap {
	padding: 160px 10px 0;
	line-height: 3.3em;
	font-weight: bold;
	color: #1D3877;
}
#bousou_01 .item_boxb2 .wrap span {
	display: block;
}
.bousou .title_bousou {
    overflow: hidden;
}
.bousou .title_bousou-circle {
    background-color: #DCEBE6;
    border-radius: 0 0 2000px 2000px / 0 0 400px 400px;
    margin: 0 -10% 7%;
    padding: 8% 10% 3%;
    min-height: 400px;
    text-align: center;
    border-top: solid 4vmin #7DB2B3;
}
.bousou .title_bousou-circle .element {
	padding: 0 3%;
}
.bousou .title_bousou-wrap {
	color: #009B9B;
	position: relative;
	top: 18px;
	text-align: left;
	padding: 0 3%;
}
.bousou .item_boxb .wrap-850 {
	text-align: left;
	margin: 3% auto 5%;
	padding: 0 3%;
}
.bousou .item_boxb .area {
	margin-top: 10%;
    padding: 20px;
    background-color: #eb6d73;
}
.bousou .item_boxb .area span {
	display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}
.bousou .item_boxb .wrap.note{
    font-size: 14px;
    color: #4d4d4d;
	text-align: left;
	margin: 30px auto 50px;
}
.bousou .item_boxb .wrap.note li:first-child {
	display: block;
	font-weight: bold;
}
#bousou_02 .item_boxb ul {
	list-style: disc;
	text-align: start;
}
#bousou_02 .item_boxb2 {
	max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    background: #fff;
    padding-top: 50px;
}
#bousou_02 .item_boxb2 h3 {
	font-size: 50px;
}
#bousou_02 .item_boxb2 ul {
	font-size: 18px;
	list-style: decimal;
	list-style-position: inside;
	text-align: start;
	color: #0071BC;
	font-weight: bold;
	padding: 15px 0 30px;
}
#bousou_02 .item_boxb2 li a {
    color: #0071BC;
}
#bousou_02 .item_boxb2 li:hover a {
    color: #eb6d73;
}
#bousou_02 .item_boxb2 span {
	display: inline-block;
}
#bousou_02 .item_boxb2 .wrap-750 {
    max-width: 750px;
	text-align: left;
    margin: 3% auto 10%;
    padding: 0 8%;
}
#bousou_03 .cost img:nth-of-type(2) {
	width: 35%;
	margin-right: 2%;
}
#bousou_03 .era {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
	padding: 0;
}
#bousou_03 .era > img {
	vertical-align: top;
    width: 45%;
    object-fit: cover;	
}	
#bousou_03 .era > div {
	width: 37%;
    display: inline-block;
    vertical-align: top;
    margin: 4% 0 2% 3%;
    text-align: left;
	line-height: 3em;
}
#bousou_03 .eco div {
	margin: 60px auto;
}
#bousou_03 .eco div {
	font-size: 1.5rem;
    font-weight: bold;
    color: #c1272d;
	margin: 5% auto;
}
#bousou_03 .eco div span {
	display: inline-block;
}
#bousou_03 .eco img + span {
	display: block;
}
#bousou_03 .sdgs > img {
	margin-right: 50px;
    padding-right: 50px;
    vertical-align: top;
	border-right: 0.5px solid;
}
#bousou_03 .sdgs div {
	display: inline-block;
	text-align: left;
	font-size: 14px;
}
#bousou_03 .sdgs img + span {
	display: block;
}
#bousou_04 .kkl {
	display: inline-block;
	margin-left: 5%;
}
#bousou_04 .kkl img + span {
	display: block;
}
#bousou_04 .item_boxb .notch-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#bousou_04 .item_boxb .notch-type img {
	margin-bottom: 20px;
}
@media screen and (max-width: 1366px) {
#bousou_04 .item_boxb .notch-type .type1 {
	order: 3;
}
#bousou_04 .item_boxb .notch-type .type2 {
	order: 1;
}
#bousou_04 .item_boxb .notch-type .type3 {
	order: 4;
	}
#bousou_04 .item_boxb .notch-type .spacer {
	order: 2;
	width: 100%;
}
.bousou .sidebar {
    width: 160px;
	margin: 2% 0;
}
#bousou_03 .cost img:nth-of-type(2) {
	width: 60%;
	margin-right: 0px;
}	
#bousou_03 .era > div {
	line-height: normal;
}}
#bousou_04 .factory > div {
    display: inline-block;
    margin-right: 50px;
	padding-bottom: 20px;
    text-align: left;
    vertical-align: middle;
}
#bousou_04 .factory span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	color: #00869d;
}
#bousou_04 .factory img {
	vertical-align: middle;
}
#bousou_04 .lineup h2 {
	display: block;    
    background: #00869d;
    padding: 50px 20px 20px;
}
#bousou_04 .lineup h2 span {
	display: inline-block;
	font-size: 3.5rem;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 5px;
}
#bousou_04 .item_boxb a img {
	margin-bottom: 80px;
}
/* メルマガー---------------------------- */
#mailmg-list .title01 + div {
    margin-bottom: 8%;
    text-align: center;
}
#mailmg-list .entry {
	text-align: center;	
}
#mailmg-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#mailmg-list ul::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
#mailmg-list ul::after{
  content:"";
  display: block;
  width:23%;
}
#mailmg-list li {
	display: flex;
	flex-direction:column;
	width: 23%;
	padding: 4% 2% 0.5% 2%;
	margin: 3% 0;
	border: solid 1px #ccc;
	box-sizing: border-box;
	text-align: center;
	color: #666666;
    background-color: #dce4f1;
}
#mailmg-list li div:first-of-type {
	text-align: left;
	flex-grow:1;
}
#mailmg-list li div:last-of-type {
	text-align: right;
	font-size: 0.8rem;
	margin-top: 10px;
}
/*CADダウンロードページ-プラグイン*/
.download-boxcontent{
	height: auto;
	width: 100%;
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.download-box .download-count {
display: none;
}
.download-box .download-box-content h1{
	font-size:15px;
}
.download-box .download-box-content .download-button {
font-size: 0.8em;
} 
.clear{
	clear: both;
}
.cad-bousou-note {
    width: 100%;
    text-align: center;
    color: #666666;
    font-weight: bold;
    margin-bottom: 2%;
}
.cad-bousou-note span {
	color: #009f4a;
	font-size: 1.9em;
}
.cad-bousou-note span:last-child {
	border-bottom: 2px solid;
	color: #e5893f;
	font-size: 1.3em;
}
@media screen and (min-width: 981px) { /*-------------メディアクエリ981ｐｘより大きいと--------------- */
#product ul.goods_sort_area {
    display: none;
}}
@media screen and (max-width: 1500px) { /*-------------メディアクエリ1500ｐｘ--------------- */
.download-box2 {
	width: 22%;
}
.download-box2 .download-box-content2 {
	width: 75%;
}}
@media screen and (max-width: 1366px) { /*-------------メディアクエリ1366ｐｘ--------------- */
#category ul.goods_index_inner .group span {
	display: inline-block;
}	
#product .wrap-product {
    max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#product .wrap-product .list {
    margin-left: 3%;
}}
@media screen and (max-width: 1200px) { /*-------------メディアクエリ1200ｐｘ--------------- */
/* 製品スライダー消えた後*/
#product .sidebar {
	display: none;
}
#product .wrap-product {
	float: none;
	margin-bottom: 0;
}
#product .wrap-product .list {
	margin-left: 0;
}}
@media screen and (max-width: 1000px) { /* フェードイン 表示させたまま----メディアクエリ1000ｐｘ---------- */
.element,.element2 {
	opacity: 1; /*透明なし*/
	visibility: visible; /*表示*/
	transform: none;
}}
@media screen and (max-width: 600px) { /*-------------メディアクエリ600ｐｘ--------------- */
/* お問い合わせメインページ*/
.contact-main {
	font-size: 0.8rem;
}
.contact-main .bd-g .vertical {
    writing-mode: vertical-rl;   /* 縦書 */
    letter-spacing: 0.5em;
	margin: 0 auto;
}
.contact-main .contact-tel .area{
    padding-left: 0;
	text-align: center;
}
/*　会社概要・事業所案内-共通　*/
.table01-f .title02 {
	font-size: 1.2em;
}
.table01-f .flex-row {
	flex-flow: column nowrap;
}
.table01-f .flex-td {
	font-size: 0.9em;
}
.table01-f .flex-th {
  padding: 10px;
}
.table01-f .flex-td {
	padding: 10px 0 25px;
}
#company_profile .table01-f .flex-td,
#company .table01-f .flex-td {
	text-align: center;
}
.table01-f .block-keep {
	display: block;
	margin-left: 0;
}
.table01-f .block-keep2 {
	display: inline-block;
	margin-left: 15px;
}
.other .goods .item_box .item_area .asb {/*踏掛版受台付BOX*/
	width: 100%;
}
.other .goods .item_box .product2 > div {
	font-size: 1em;
}
.other .goods .item_box .product2 ul {
    justify-content: center;
}
.other .goods .item_box .product2 li {
    width: 77%;
    box-sizing: border-box;
}
/* メルマガー---------------------------- */	
#mailmg-list li {
	width: 100%;
}		
#mailmg-list li img {
	display: none;
}}
@media screen and (max-width: 980px) and (min-width: 601px){/*　601～980px------------　*/
#main.contact-main .wrap {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.contact-main .contact-tel .area{
    padding-left: 10%;    
}
/* メルマガー---------------------------- */
#mailmg-list .entry img {
  width: 460px;
}
#mailmg-list li {
  width: 32%;
}
#mailmg-list ul::before{
  width: 32%;

}
#mailmg-list ul::after{
  width: 32%;
}}
@media screen and (max-width: 400px) { /*-------------メディアクエリ400ｐｘ--------------- */#product .category-about h1 .block-keep{
	display: inline;
}}
/* for smartphone -------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
.line_bottom_w {
    margin-bottom: 20px;
  }
.other h2 {
    margin-bottom: 40px;
  }
/*　会社概要　*/	
#company .read {
    font-size: 0.9em;
	line-height: 1.7em;
}
/* .../product/ 製品カテゴリ一覧ページと技術情報と会社案内 共通 ----------------------------*/
#category ul.goods_index_inner .group {
    width: 45%;
}
#category-bottom img  {
	height: 90px;
	object-fit: cover;
	object-position: left;
}
/* .../product/●●/　L型擁壁とか... */
#product .category-about h1 {
	font-size: 1.3em;
}
#product .category-about p .block-keep{
	display: inline;
}
#product .category-about p {
	text-align:left;
}
#product .title03 {
	font-size: 16px;
}
#product ul.goods_sort_area {
	display: block;
	text-align: center;
	overflow: hidden;
}
#product ul.goods_sort_area li a {
	width: 47.9%;
	display: block;
	padding: 10px 0;
	float: left;
	font-size: 14px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 2%;
	margin-bottom: 8px;
}
#product ul.goods_sort_area li .txt_en {
	display: block;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #db0000;
	letter-spacing: 2px;
}
/*.../product/●●/　製品案内　各製品ブロック　*/
#product ul.product_index_inner li {
width:100%;
margin-left: 0%;
}
#product .title04 {
width: auto;
height: auto;
font-size: 2.7vmax;
padding-left: 4%;
}
#product .title04 span{
  font-size: 2.2vmax;		
}
#product .title04 span:last-child{
display: none;
}
#product .title04 .uetuki{
font-size: 11px;	
}
#product ul.product_index_inner li .group div:nth-child(3) {
	display: none;
}
#product ul.product_index_inner li .group div {
width: 49%;
padding: 10px 0 0 0;
text-align: center;
}
#product ul.product_index_inner li .group .sanka1 img:hover {
transform: scale(1,1);
}
#product ul.product_index_inner li .sanka2 {
width: 100%;
padding: 0px;
}
#product ul.product_index_inner li .sanka4 {
display: none;
}
#product ul.product_index_inner li .btn07_2 {
width:80%;
}
#product ul.product_index_inner li .btn07_2 img{
display: none;
}
#product ul.product_index_inner li .btn08 {
text-align: center;
font-size: 16px;	
}
#product ul.product_index_inner li .btn08_2 {
width:80%;
padding: 5px 0px;	
}
#product ul.product_index_inner li .btn08_2 img{
display: none;
}
#product ul.product_index_inner li table {
display: none;
}
#product .pon,
#product .pon-furontia {
	display: none;
}
#product .construction img {
	width: auto;
}
/*---------製品案内ページ↑ end -------------------*/
/* 総合カタログページ*/	
#all-catalog ul {    
	flex-flow: column wrap;    
	align-items: center;
}
#all-catalog ul li:first-child {
    width: 50%;
}
#all-catalog ul li:last-child {
    width: 90%;
}
#all-catalog ul li div:first-child {
    	margin: 25px 0 10px;
}
#category-catalog .pdf-category {
	justify-content: space-evenly;
}
#category-catalog .pdf-category a {
	justify-content: space-between;
}
#category-catalog .pdf-category img {
	width: 15%;
}
#category-catalog .pdf-category:after {
	    display: none;
}	
/* 新製品ページ../newproduct01/　技術ページ../tec02/   */		
.other .goods .item_box {
    margin: 45px 0 30px;
}
.other .goods .item_box .item_area {
    margin-bottom: 20px;
}
.other .goods .item_box .item_area .l_box {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.other .goods .item_box .item_area .l_box h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.other .goods .item_box .item_area .l_box p.read {
    line-height: 1.8;
}
.other .goods .item_box .item_area .r_box {
    width: 100%;
    float: none;
}
.other .goods .item_box .product ul {/*製品紹介一覧*/
    justify-content: center;
}
.other .goods .item_box .product li {
    width: 90%;
    padding: 10%;
    box-sizing: border-box;
}
.other .goods .item_box .foot_area.item_under {/*資料はこちら*/
    margin: 0 auto 30px;
}
.other .foot_area a.btn-inquiry {
    width: 70%;
    margin: 0 auto 40px;
}
.other .goods .feature .item_box .l_box-feature {/*下部説明l-rBOX*/
  width: 100%;
}
.other .goods .feature .item_box .r_box-feature {
  width: 100%;
}
  .other .goods .feature .point_area {
    margin-bottom: 10px;
}
.other .goods .feature .point_area .point_box {
    padding: 25px 20px;
}
.lp_spot {/*帯*/
    margin: 30px 0;
}
.lp_spot h4 {
    font-size: 16px;
    padding: 5px 15px;
}		
/*---------新製品ページ../newproduct01/　技術ページ../tec02/ end ------------*/

/*施工実績ページ*/
#sv-productlist {
	background-position: top;
    height: 42vw;
    background-size: 200%;
}
#sv-productlist h1 {
	font-size: 7vw;
    padding: 7%;
}
#sv-productlist h1 span {		
	font-size: 3vw;
}
.other .goods_index .topbar{
	display: none;
}
#productlist .scale-s img {
	margin: 0 0 5%;
}
#productlist .search-construction {
	border: none;
    padding: 0;
}
#productlist .search-construction p {	
	position: static;
    margin-bottom: 7%;
}
#productlist .search-construction ul li:nth-child(1) h4 {
	font-size: 20px;
}
#productlist .search-construction ul li:nth-child(2) {
	padding: 8% 5%;
}
#productlist .search-construction ul li:nth-child(2) h4,#productlist .search-construction ul li:nth-child(3) h4 {
	width: 100%;	
}
#productlist .search-construction ul li:nth-child(2) span {	
	position: static;
    margin-bottom: 5%;
}
#productlist .search-construction ul li select {
	    width: 100%;
}
#productlist .search-construction ul li:nth-child(3) {		
    padding: 0 5% 8%;
}		
#productlist .search-construction ul li:nth-child(4) input {		
	width: 80%;
    font-size: 18px;
}
#construction_eria ul li {
  width: 20%;
}
#construction_eria ul li span {
  display: none;
}		
#construction_product ul li {
	width: 90%;
    margin: 6% auto; 
}	
/*ダウンロードページ*/
.download-boxcontent{
	height: auto;
	width: 100%;
	padding: 2.5% 0;
	display: block;
flex-wrap: nowrap;
justify-content: center;
}
.download-box{
	margin-left:auto;
	margin-right:auto;
	float:none;
}
/*　NETIS特集ページ　↓↓　*/
/*両端斜め線　タイトル*/
#netis .title-slash:before,.title-slash:after {
    display: none;
}
#netis .title-slash {
	padding: 0;
}
#netis .wrap {
	text-align: left;
}		
#netis .wrap span {
	display: inline;
}
#netis ul {
	padding: 8%;		
}		
#netis ul li {
	width: 100%;
	margin: 5% 0;
    padding: 5%;
}
#netis li:hover img{
	transform: none;
}
/*　社会貢献ページ　↓↓　*/
.other .goods_index .title-csr2 {
	font-size: 1.8rem;
}
.other .goods_index .title-csr2 span {
	text-align: left;
}		
.other .goods_index #csr .area li {
	padding: 0 0 50px 0;
}
.other .goods_index #csr .area .title-csr img {
	display: none;
}
.other .goods_index #csr .area .title-csr {
	font-size: 1.5rem;
	padding: 0;
}
.other .goods_index #csr .area p {
	margin: 30px 0px;
	font-size: 1rem;
}
.other .goods_index #csr2 .title-csr3 {
	font-size: 4vw;;
}
.other .goods_index #csr2 li {
	width: 48%;
}
.other .goods_index #csr2 p {
	font-size: 1rem;
	text-align: left;
}
.other .goods_index #csr2 span {
	display: inline;
}
.other .goods_index #csr2 .history {
	display: none;
}
/*防草ページ*/
.border-ani:after {
	display: none;
}		
.bousou img {
	width: auto;
}	
#bousou_01 .item_boxb h1{
	font-size: 2.2rem;
}
#bousou_01 .item_boxb h1 img {
	width: 15%;
}		
#bousou_01 .intro {
	text-align: left;		
}
#bousou_01 .intro span {
	display: inline;
	font-size: 1rem;
    line-height: 2em;
}	
#bousou_01 .intro span:last-child {	
	font-size: 16px;
	border-bottom: dashed 2px #00869D;
}
#bousou_01 .item_boxb2 .wrap {		
	line-height: 200%;
    font-weight: normal;
	padding: 15% 4% 0;
	margin: auto;
}
.bousou .title_bousou-wrap {
	top: 0;	
}
.bousou .item_boxb .area {
	text-align: left;
}
.bousou .item_boxb .area span {
	display: inline;
    font-size: 1rem;		
}
.bousou .title_bousou-circle {		
	padding-bottom: 10%;
}
#bousou_02 .item_boxb2 h3 {
	font-size: 18px;
}
#bousou_02 .item_boxb2 span {
	display: inline;
}
#bousou_02 .item_boxb2 ul {
	font-size: 16px;
	list-style-position: outside;
	margin-left: 25px;
}
#bousou_03 .cost img:nth-of-type(2) {
	width: 100%;
}		
#bousou_03 .era > img {
	display: none;
}
#bousou_03 .era > div {		
    width: 100%;
	margin: 0;
    padding: 50px 20px;
}
#bousou_03 .eco div {
    text-align: left;
	font-size: 1.2rem;
}	
#bousou_03 .eco div span {
	display: inline;
}		
#bousou_03 .sdgs > img {		
	margin-right: 0;
    vertical-align: baseline;
    border-right: 0;
}
#bousou_04 .kkl {		
	margin-left: 0;
}
#bousou_04 .factory > div {
    margin: 0 3%;		
}
#bousou_04 .factory span {		
	display: inline;
	font-size: 1.2rem;
}
#bousou_04 .lineup h2 span {
	font-size: 2.5rem;	
}
#bousou_04 .lineup .wrap-1280 {	
	padding: 0 3%;
}
/* お問い合わせメインページ*/
.contact-main .contact-tel.bg-w,.contact-finish {
	padding: 0;
}	
.contact-main .bg-w,.contact-main .bg-g {
	padding: 20px 0;
}
.contact-main .contact-tel img {
    max-width: 100%;
	width: auto;
	display: block;
    margin: 0 auto 30px;
}
.contact-main .title07 {
    font-size: 26px;	
	padding-left: 0px;
}
.contact-main .area{
    width: 90%;
	font-weight: normal;
    margin: 25px auto 0;
}
.contact-main table {
    width: 100%;	
}
.contact-main td span {
    margin-left: 0;
	display: block;
}
.contact-main td {
	padding: 5px;	
}
.contact-main .bd-g {
	width: auto;
}
.contact-main .contact-mail img {
    max-width: 100%;
	width: auto;
	display: block;
    margin: 0 auto 30px;
}
.contact-main .contact-mail .area,
.contact-main .contact-form .area {
    padding-left: 0;
}
.contact-main .contact-mail .email-address {
    width: 100%;
    font-size: 18px;
	margin: 20px auto;	
}
.contact-main .note {
	display: none;
}
.contact-main .contact-form img {
    max-width: 100%;
	width: auto;
	display: block;
    margin: 0 auto 30px;
}
.contact-main .contact-form table {
    width: 100%;
}	
.contact-main .contact-form th {
	padding-left: 5px;
}
.contact-main .contact-form th span {
	display: block;
	margin-left: 5px;
}
.contact-main .contact-form td {
	padding: 5px;
}
.contact-main .contact-form td {
	font-size: 1rem;
}
.contact-main .contact-form input[type="text"],
.contact-main .contact-form input[type="email"],
.contact-main .contact-form select,
.contact-main .contact-form textarea {	
	width: 100%;
}
.contact-finish img {
    max-width: 100%;
	width: auto;
}
.contact-finish .area br {
	display:none;
}
.contact-finish .note {
	text-align: left;
	margin-bottom: 50px;
}
/* ダウンロード関連WP-Members*/
.download-want p:first-child {
    font-size: 25px;
    text-indent: 0;
}	
.download-want img {
	width: 30%;
}
#wpmem_login,.download-reset {
	width: auto;
}
.note-completion div {
	text-align: left;
}	
/* 新規会員登録フォームWP-Members*/
.goods_index #wpmem_reg	{
	width: 100%;
}
.goods_index #wpmem_reg label {
	width: 100%;
}
.goods_index #wpmem_reg .div_text,
.goods_index #wpmem_reg .div_select {
	width: 100%;
}
.goods_index #wpmem_reg .checkbox {
	width: 100%;
}}