/*
Theme Name: lightning-child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

*{
	/* font-family: 'M PLUS 1p', sans-serif; */
	font-family: 'Noto Serif JP', sans-serif;

}

body{
    overflow-x: clip;
}
img {
	border-radius: 5px;
}
a {
color: #000;
}

a:hover{
color: #000;
opacity: 0.8;
}

p,
.deg {
	transform: rotate(0.03deg);
}
.center {
	text-align: center;
}


.pc {
	display: block;
}

.sp {
	display: none;
}






.site-header-logo a {
	color: #000000;
}
.reuse_contents,
.work_contents,
.business_contents,
.top_contents,
.company_contents {
	width: auto;
	overflow: hidden;
	margin: 0 auto;

}
.reuse_contents h1,
.work_contents h1,
.business_contents h1,
.top_contents h1,
.kanri_contents h1,
.company_contents h1{
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}
.company_contents h1{
letter-spacing: 15px;}

.wrap{
width: auto;
margin: 0 auto;

}
.company-tel-header {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: 1 / 2 / 2 / 3 ;
	-ms-grid-row-align: end;
	    align-self: end;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	font-size: 1.8rem;
	font-weight: bold;
	text-align: right;
}
.company-header-box {
	float: left;
	text-align: right;
}

.company-header-box .telbox{
	background-color:#171c61 ; 
	color: #fff;
	width: 350px;
	float: right;
	text-align: center;

}

.company-header-box .telbox a,
a link{
	color: #fff;
	
}

.company-header-box .telbox a:hover{
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}

.gMenu_outer {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	grid-area: 2 / 2 / 3 / 3 ;
}

.site-header,
.header_scrolled .site-header {
	background-color: #ffffff;
    border-bottom: 8px solid #e95513;

}

.page-header {
    color: #fff;
   background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/subtop.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
	background-color: rgb(0 0 0 / 0%);

}

.page-header-title, h1.page-header-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: var(--vk-line-height-low);
	    margin: 0;
		letter-spacing: 10px;
}

.nav li a, nav li a {
	padding-top: 13px;
	color: #000000;

}

.global-nav-list>li:before {
	border-bottom: 5px solid #171c61;
}


.global-nav-list>li .global-nav-name {
	font-size: 14px;
}
.device-pc .global-nav-list>li>a {
	padding: 8px 1.3em;}

.body:not(.header_scrolled) .global-nav--layout--float-right {
    align-items: flex-end;}

.header-top {
	max-width: 1200px;
    padding: 0 0;
    font-size: 12px;
    margin: 0 auto;
	}

.header-top__inner {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding:0 46px;
	display: flex;
	font-size: 25px;
	align-items: center;
	}


.header-top__items{
	display:flex;
	column-gap:12px;
	justify-content:end;
	align-items:center;
	margin:0;
	padding:0;
	}
	
.header-top__description{
	display: flex;
	align-items: center;
	margin-right: auto;
	line-height: normal;
	margin-block-start: auto;
	margin-block-end: auto;
	font-size: 14px;
	color: #000;
	}
	.header-top__menu{
	display: flex;
	align-items: center;
	}
	.header-top__item::not(:first-child){
	margin-left:10px;
	}
	.header-top__item-link{
		display: block;
		color: #e95513;
		font-weight: 800;
		font-size: 30px;
	}

	.header-top__item-link{
		display:block;
		}


.header-top__contact{
	margin-left:12px;
	}
.header-top__contact-link{
	font-size:16px;
	background-color: #171c61;
	border-radius: 0px;
	}

 .site-header--layout--nav-float .site-header-container {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

.site-header--layout--nav-float .site-header-logo {
 margin-right: 2em;
 width: 100%;
 padding-top: 0;
    }


.service_content  {
	margin: 0 calc(50% - 50vw);
padding: 1em calc(50vw - 50%);
    background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/jigyouback.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    overflow: hidden;
	padding-bottom: 50px;
}

.service_content h2 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 5px;
    border-top: none;
    border-bottom: none;
    text-align: center;
    margin-top: 80px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.service_content .text {
font-size: 26px;
font-weight: 600;
letter-spacing: 10px;
text-align: center;
color: #e95513;
margin-top: 0px;
margin-bottom: 50px;
}



	.contactbox01 {
	width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 3em calc(50vw - 50%);
    background-color: #171c61;
    border-bottom: 5px solid #e95513;
    display: block;
	text-align: center;
	position: relative;
	
}
  
	.contactbox01 .title{
	font-size: 40px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
	text-align: center;
	
}
  
 .contactbox01 .inbox{
	width: auto;
    max-width: 900px;
    display: inline-flex;
    flex-wrap: wrap;
    min-width: 600px;
 }
   .contactbox01 .inbox .botton01{
	width: 300px;
	font-size: 25px;
	height: 60px;
	color: #000;
	background-color: #fff;
	text-align: center;
	vertical-align: middle; 
	margin: 0  10px;
	font-weight: bold;
	border-radius: 30px;
	padding-top: 10px;
	
   }

   .contactbox01 .inbox .botton01 a{
    width: 300px;
    font-size: 25px;
    height: 60px;
    color: #000;
    background-color: #fff;
    text-align: center;
    vertical-align: middle; 
    margin: 0  10px;
    font-weight: bold;
    border-radius: 30px;
    padding-top: 10px;
    
     }
  

   .contactbox01 .inbox .botton02{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	width: 300px;
	font-size: 26px;
	height: 60px;
	color: #000;
	background-color: #fff;
		text-align: center;
	vertical-align: middle; 
	margin: 0  10px;
	font-weight: bold;
	border-radius: 30px;
	padding-top: 10px;
   }

   .contactbox01 .inbox .botton02 a{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    width: 300px;
    font-size: 26px;
    height: 60px;
    color: #000;
    background-color: #fff;
      text-align: center;
    vertical-align: middle; 
    margin: 0  10px;
    font-weight: bold;
    border-radius: 30px;
    padding-top: 10px;
     }
  
   .f20{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	font-size: 20px;
   }

.contactbox01 a{
	color: #000;
}

.contactbox01 a:hover{
	color: #e95513;
}

/* 問い合わせ */
.contact_box{
  width: 100%;
   background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
  padding-top:20px ;
  text-align: center;
}

.contact_box p{
  font-size: 22px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contact_box .red{
 color: #ff0000;
 text-align: center;
 font-weight: 700;
}

.contact_box .text{
  font-size: 22px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.wbox01{
  width: auto;
  max-width: 300px;
font-family:  "Noto Sans JP", serif !important;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 1%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  margin: 0 auto;
  margin-bottom: 50px;
}

.wbox01 a:hover{
   color: #ff0000;
 
}


.wbox02{
  width: auto;
  max-width: 300px;
font-family:  "Noto Sans JP", serif !important;
  font-size: 20px;
  color: #ff0000;
  font-weight: 800;
  padding: 1%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  margin: 0 auto;
  margin-bottom: 50px;
}

.wbox02 a:hover{
   color: #ff0000;
 
}


/* ↓↓ ご挨拶 ↓↓ */
.greet-box{
width: 100%;
margin: 0px auto;
padding: 0 10% 0 10%;
}
.greet-box p{
 font-family: "Noto Sans JP", sans-serif;
text-align: justify;
font-size: 1.0rem;
line-height: 1.8rem;	
font-weight: normal;


}

.greet-box .name{
 font-family:"Yuji Syuku", serif;
text-align: right;
font-size: 1.2rem;
line-height: 1.8rem;	
font-weight: normal;

}

.greet-box .name_s{
	 font-family:"Yuji Syuku", serif;
text-align: right;
font-size: 1.0rem;
line-height: 1.8rem;	
font-weight: normal;

}

/* 事業内容 */
.jigyo_box{
    width: 100%;
	display: flex;
	padding: 0 5% 0 5%;

}

.jigyo_box .left_box{
	width: auto;
    min-width: 250px;
    max-width: 300px;
    display: block;
    align-items: center;
    float: left;
    text-align: justify;
	
}

.jigyo_box .left_box p{
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	width: auto;
	min-width: 300px;
}

.jigyo_box .left_box .item_box{
	width: auto;
	max-width: 250px;
	height: 70px;
	background: linear-gradient(to right, #171c61 0%, #171c61 75%, #e95513 75%, #e95513 100%);
	margin: 0 auto;
font-family: "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.jigyo_box .left_box .item_box a{
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
}

.jigyo_box .left_box .item_box a:hover{
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
}



.jigyo_box .right_box{
width: auto;
    display: inline-flex;
    flex-wrap: wrap;
   justify-content: space-evenly;
    flex-direction: row;
}

.jigyo_box .right_box .box01,
.jigyo_box .right_box .box02,
.jigyo_box .right_box .box03,
.jigyo_box .right_box .box04,
.jigyo_box .right_box .box05,
.jigyo_box .right_box .box06{
width: auto;
min-width: 320px;
height: 200px;
background-size: contain;
background-repeat: no-repeat;
font-size: 18px;
font-family: "Noto Sans JP", sans-serif !important;
color: #fff;
font-weight: 500;
padding-top: 20px;
text-align: center;
margin: 2%;
}

.jigyo_box .right_box .box01{
	background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/service01.webp);}
.jigyo_box .right_box .box02{
	background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/service02.webp);}
.jigyo_box .right_box .box03{
	background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/service03.webp);}
.jigyo_box .right_box .box04{
	background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/service04.webp);}
.jigyo_box .right_box .box05{
	background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/service05.webp);}
.jigyo_box .right_box .box06{
	background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/service06.webp);}


/* リユース墓石 */

.reuse_content  {
	margin: 0 calc(50% - 50vw);
padding: 1em calc(50vw - 50%);
    background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/reuse_back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
	padding-bottom: 50px;
	position: relative;


}

.reuse_content h2 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 5px;
    border-top: none;
    border-bottom: none;
    text-align: center;
    margin-top: 80px;
	margin-bottom: 0;
	padding-bottom: 0;
	    margin-top: 130px;
}

.reuse_content .text {
font-size: 26px;
font-weight: 600;
letter-spacing: 10px;
text-align: center;
color: #e95513;
margin-top: 0px;
margin-bottom: 50px;
}

.reuse_box{
    width: 100%;
}

.reuse_box .box01{
  border-radius: 3px;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	width: auto;
    min-width: 250px;
    max-width: 750px;
    text-align: justify;
	padding: 2%;
	margin: 0 auto;	
}

.reuse_box .box01 p{
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	width: auto;
	margin-bottom: 0;

}

.reuse_content  .boximg{
	max-height: 344px;
	margin: 0 auto;
	margin-top: 30px;
}

.reuse_content  .reusebox{
	width: auto;
    max-width: 500px;
    border-radius: 32px;
    height: 64px;
    background: #e95513;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
	text-align: center;
	  display: flex;
  align-items: center;
      justify-content: center;
	  margin-top: 30px;

}


.reuse_content02  {
	margin: 0 calc(50% - 50vw);
padding: 1em calc(50vw - 50%);
    background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/reuse_back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
	padding-bottom: 50px;
	position: relative;
	top:0px;

}

.reuse_content02 img {
	position: relative;
	top:80px;
  margin-bottom: 50px;

}

.reuse_bcontentsbox{
width: auto;
overflow: hidden;
}

.reuse_bcontentsbox h1{
width: auto;
overflow: hidden;
}


/* 新着情報 */

.news_content  {
width: auto;
position: relative;
  
}

.news_content li   {

border-bottom: 1px solid #808080;
height: 50px;
padding-left: 30px;
max-width: 800px;
    margin: 0 auto;


}
.news_content ul{ 
list-style-type: none;}

.news_content li a, p a{
text-decoration:none;
	 font-family: "Noto Sans JP", sans-serif;
	 font-size: 18px;
	
}

.news_content h2 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 5px;
    border-top: none;
    border-bottom: none;
    text-align: center;
  	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0px;
  margin-top: 50px;
}

.news_content .text {
font-size: 26px;
font-weight: 600;
letter-spacing: 10px;
text-align: center;
color: #e95513;
margin-top: 0px;
margin-bottom: 50px;
}



.insta{
	width: auto;
	margin-top:50px;
	text-align: center;
  margin-left: 3%;
  margin-right: 3%;

}

.site-footer {
    border-top: none;
}


.map{
  margin: 0 calc(50% - 50vw);
  /* padding: 0em calc(50vw - 50%); */
  background-color: #fff;
    top:-55px;
    height: 420px;
    margin-top: 80px;
    text-align: center;
	border-top: #e95513 8px solid;
}

.gfooter_box{
  margin: 0 calc(50% - 50vw);
  padding: 0em calc(50vw - 50%);
  text-align: center;
  display: flex; 
  flex-wrap: wrap;
  justify-content:center; 
  margin: 0px auto;
    background-color: #171c61;
	border-top: #e95513 8px solid;
	    padding: 2%;
		background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/f_back.webp);
		background-size: contain;
    position: relative;
   

   
  }

.gfooter_box .leftbox{
	display: block;
}

.gfooter_box .ad{
font-size: 15px;
color: #fff;
font-family: "Zen Maru Gothic", sans-serif;
text-align: left;
}

.gfooter_box .rightbox{
	display: block;
	padding-top: 80px;
}

.gfooter_box .f_contactbox{
width: auto;
    min-width: 200px;
    padding: 2%;
    background-color: #e95513;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 800;
    font-size: 19px;
}

.gfooter_box .f_contactbox::before{
 content: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/mail.webp);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.7);
      position: relative;
    top: 0px;
    left: -7px;
}

.gfooter_box .centerbox{
	    display: flex;
    align-items: end;
}


.gfooter_box .tel{
 color: #e95513;
 font-size: 36px;
 font-weight: 800;
 margin-top: 10px;
font-family: "Zen Maru Gothic", sans-serif;
padding-top: 30px;
}

.gfooter_box .tel a,a:hover{
  color: #e95513;
 }

.gfooter_navi {
 text-align: center;
 padding-top: 5px;
     display: inline-flex;
    flex-wrap: wrap;
  
}

.gfooter_navi .logo{
font-size: 25px;
color: #fff;
font-weight: 40px;
display: block;
font-family: "Zen Maru Gothic", sans-serif;
line-height: 50px;
font-weight: 800;
  
}

.gfooter_navi ul {
  display: block;
  list-style: none;
  width: auto;
  color: #fff;
  text-align: left;
  padding-left: 20px;
 font-family: "Zen Maru Gothic", sans-serif;
 margin: 0;
 padding-top: 0px;
   
  
}

.gfooter_navi ul li a{
text-align: left;
padding: 0 ;
font-size:14px;
color:#fff;
letter-spacing: 0.8px;
margin-left:10px;
font-weight: 500;
text-decoration: none;
padding-right: 5px; 
font-family: "Zen Maru Gothic", sans-serif;
  }

.gfooter_navi ul li a:hover {
 color: #e95513;
 opacity: 1;
}

.gfooter_navi ul li{
    margin-top: 0em;
    margin-bottom: 0em;
}




.site-footer-copyright p:nth-child(2) {
  display:none;
}
   .site-footer-content {
    display: none;
  
  }
  .site-footer-copyright{
    position: absolute;
  bottom: 0;
    margin: 0 calc(50% - 50vw);
    /* padding: 0em calc(50vw - 50%); */
    height: 50px;
    text-align: center;
  
  }

.site-footer {
    border-top: none;
  
  }
  

  .f_copyright{
    margin: 0 calc(50% - 50vw);
    /* padding: 0em calc(50vw - 50%); */
    height: 50px;
    background-color: #fff;
    text-align: center;
    border-top:#1b1464 2px solid;
    border-bottom: #1b1464 2px solid;
  
  }

  .f_copyright p{
color: #000;
font-size: 15px; 
    text-align: center;
	font-family: "Zen Maru Gothic", sans-serif !important;
	padding-top: 5px;
  
  }

    .site-body {
        padding: 3rem 0 0rem;
    }

/* 施工事例 */
.work_box {
width: 100%;
margin: 0px auto;
padding: 0 5% 0 5%;
}


.work_box p{
 font-family: "Noto Sans JP", sans-serif;
text-align: justify;
font-size: 1.0rem;
line-height: 1.8rem;	
font-weight: normal;
}

.work_item{
	width: auto;
	max-width: 960px;
	overflow: hidden;
	margin-top: 80px;
  margin: 0 auto;
	}

.work_item .box{
	width: auto;
	min-width: 300px;
	margin: 0 5px;
 
}

.work_item .box p{
font-size: 1.3em;
    font-weight: bold;
    padding: .3em;
    margin-bottom: 10px;
    border-left: 8px solid #e95513;
	 font-family: "Noto Sans JP", sans-serif;
   margin-top: 20px;
}

.work_item .box .item_box{
  width: auto;
  max-width: 800px;
  display: inline-flex;
  flex-wrap: wrap;
}

.work_item .box .item_box img{
  padding: 3%;
}

.box_link{
  width: auto;
  max-width: 375px;
   padding: 1%;
  color: #fff;
  background-color: #e95513;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
}


/* 会社概要 */

.table_com {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
   
    }


    .table_com td {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
  line-height: 24px;
  font-family: "Noto Sans JP", sans-serif;
    }

    .table_com th {
  color: #000;
  background: #f7f8f8;
  border-bottom: 2px solid #c1c7c6;;
  font-weight: 600;
  text-align: center;
  width: 20%;
  font-size: 16px;
  min-width: 4em;
  font-family: "Noto Sans JP", sans-serif;
    }



/* リユース墓石 */
.reuse_contents .title{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
  margin: 50px;
}


.reuse_box {
width: 100%;
margin: 0px auto;
padding: 0 10% 0 10%;
}


.reuse_box p{
 font-family: "Noto Sans JP", sans-serif;
text-align: justify;
font-size: 1.0rem;
line-height: 1.8rem;	
font-weight: normal;
}

.reuse_box .itembox {
width: 100%;
    margin: 0px auto;
    background: #171c61;
    border-bottom: 8px solid #e95513;
    font-size: 30px;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;
    padding: 2%;
    color: #fff;
    text-align: center;
        margin-bottom: 50px;
    margin-top: 50px;
}



.cementry_contents{
width: auto;
    margin: 0 auto;

}

.cementry_contents h1{
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}

table.bochi {
  width: 100%; 
  max-width: 960px;
  margin: 0 auto;
  border: none;

}


table.bochi td {
  border: 2px solid black; 
  width: auto;   
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal;
  height: 60px;
  max-width: 150px;
}

table.bochi02 {
  width: 100%; 
  max-width: 800px;
  margin: 0 auto;
  border: none;
  margin-bottom: 30px;

}


table.bochi02 td {
  border: 2px solid black; 
  width: auto;   
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal;
  height: 40px;
  max-width: 200px;
}

table.bochi02 th {
  border: 2px solid black; 
  width: auto;   
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal;
  height: 40px;
  max-width: 200px;
  background: #d6ecd4;
}



.bochi_title{
  width: 100%;
    max-width: 960px;
    font-size: 1.8em;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: normal;
    border: none;
    background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/bochi_back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 135px;
    margin: 0 auto;
    text-align: center;
    display: block;
    align-content: center;
}


.bochi_title02{
  width: 100%;
    max-width: 960px;
    font-size: 1.8em;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: normal;
    border: none;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    display: block;
    align-content: center;
    margin-top: 30px;
}



.bochi_imgbox{ 
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* margin-bottom: 15px; */
  border: 2px solid #000;
  border-bottom: none;

}

.bochi_imgbox img{
  padding: 3%;
 }
 

.cementry_contents .c_map{
	width: 100%;
	height: 350px;
  max-width: 960px;
  margin: 0 auto;
  	margin-bottom: 80px;
}

/* 見出し */

.title__ttl {
    position: relative;
    text-align: center;
    display: block;
    width: fit-content;
    line-height: 1.2;
    margin: 4rem auto 3rem;
    padding: 0 2rem;
}


.title__ttl__main {
  font-size: 2.8rem;
    font-weight: bolder;
    color: #e95513;
    font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.title__ttl::before, .title__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
   width: 4.5px;
    height: 3rem;
    background-color: #e95513;
}
.title__ttl::before {
    transform: rotate(-30deg);
    left: 0;
}
.title__ttl::after {
    transform: rotate(30deg);
    right: 0;
}

.reuse_mbox {
  width: auto;
  overflow: hidden;
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.reuse_mbox .item{
   font-size: 35px;
   font-family: "M PLUS Rounded 1c", sans-serif !important;
   font-weight: 800;
   margin-top: 15px;
}

.reuse_mbox .item::before{
   content: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/checkbox.webp);
   margin-right: 10px;
   
}

.f_small{
   font-size: 20px;
   font-family: "M PLUS Rounded 1c", sans-serif !important;
   font-weight: 300;
   padding-left: 44px;
}

.page_top_btn {
background-color:#e95513;
}

.kanri_contents {
margin: 0 calc(50% - 50vw);
padding: 1em calc(50vw - 50%);
background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/mimamori.webp);
background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    top: 0px;
  }



.kanri_contents .pbox{
	width: auto;
  max-width: 960px;
  background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 26px;
  padding: 3%;
  font-family: "Noto Sans JP", sans-serif !important;
  text-align: justify;
  color: #666666;
  margin-top: 150px;
}

.kanri_contents .wbox{
width: auto;
font-size: 20px;
max-width: 700px;
padding: 2%;
background-color: #fff;
text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;

}

.kanri_box {
width: 100%;
margin: 0px auto;
padding: 0 10% 0 10%;
margin-top: 30px;
margin-bottom: 30px;
}

.kanritext{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
  margin: 50px;  
}

.kanritext01{
  width: auto;
  max-width: 500px;
  text-align: justify;
font-size: 16px;
margin: 0 auto;
 font-family: "Noto Sans JP", sans-serif !important;

}

.kanritext02{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
  margin: 50px;  
}

.kanritext02::after{
 content: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/memo.webp);
	margin-left: 15px;
  position: relative;
  top: 15px;
}



.kanri_box ul{
 width: auto;
 max-width: 960px;
}

.kanri_box li{
width: auto;
text-align: left;
font-size: 24px;
list-style-type: none;
font-family: "M PLUS Rounded 1c", sans-serif !important;

}

.kanri_box li  p{
  font-size: 24px;
  text-indent: 2em;
}


.kanri_box li::before {
  content: ""; 
 display: block; 
 width: 30px; 
 height: 30px; 
 background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/checkbox02.webp);
 background-size: contain; 
 position: relative;
 top:25px;
}

.triangle {
  width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 40px solid #e95513;
    border-bottom: 0;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}


.kanri_box p{
 font-family: "Noto Sans JP", sans-serif;
text-align: justify;
font-size: 1.0rem;
line-height: 1.8rem;	
font-weight: normal;
}

.kanri_box .itembox{
width: 100%;
    margin: 0px auto;
    background: #171c61;
    border-bottom: 8px solid #e95513;
    font-size: 30px;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;
    padding: 2%;
    color: #fff;
    text-align: center;
        margin-bottom: 50px;
    margin-top: 50px;
}

table.kkk {
  table-layout: fixed;
  width: 100%; 
  max-width: 660px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #1d2087;
}

table.kkk td {
  border: 2px solid #1d2087; 
  width: auto;   
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal;
  padding: 1%;
  color: #1d2087;
font-size: 30px;
font-weight: 700;
text-align: center;

}

table.kkk tr {
  border: 2px solid #1d2087; 
  width: auto;
  font-size: 1.5em;
     font-family: "Noto Sans JP", sans-serif !important;
	  font-weight: normal;
	  background-color: #fff;
    padding: 1%;
    color: #1d2087;
font-size: 30px;
font-weight: 700;
text-align: center;
}

table.kkk .fsmall {
  font-size: .8em;
  font-family: "Noto Sans JP", sans-serif !important;
}

table.kkk .ffsmall {
  font-size: .5em;
  font-family: "Noto Sans JP", sans-serif !important;
}


table.kkk .c_red{
  font-family: "Noto Sans JP", sans-serif !important;
color: #ff0000;
}

.y_balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 464px;
    max-width: 500px;
    background: #ffe33f;
    border-radius: 42px;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif !important;
    text-align: center;
    margin: 0 auto;
    line-height: 33px;
    padding: 1%;
    display: block;
      margin-top: 50px;
    margin-bottom: 50px;
}

.y_balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe33f;
}

.nagare_box01{
  width: auto;
  max-width: 900px;
  overflow: hidden;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 20px;
  }
  
  
  .nagare_box01 p{
 width: auto;
 max-width: 900px;
 display: inline-flex;
 flex-wrap: wrap;
justify-content: center;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 30px;
    margin-top: 30px;

 }
  
.nagare_box01 p>span{
 width: 180px;
 min-width: 180px;
 height: 50px;
 border-radius: 20px;
 background-color: #fff;
 padding: 3px 5px;
 font-size: 18px;
 font-family: "Noto Sans JP", sans-serif !important;
 font-weight: 600;
 text-align: center;
 margin: 5px;
 color: #000;
 line-height: 42px;
 border: #000 2px solid;
 margin-bottom: 20px;
 
 }

.nagare_box01 .ore{
color: #e95513;
font-size: 18px;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 600;
}


/* 事業内容 */
.business_box{
  width: auto;
overflow: hidden;
display: flex;
    justify-content: center;
}

.business_box ul{
  width: auto;
max-width: 960px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: center;
  
}

.business_box li{
width: auto;
min-width: 256px;
border:2px solid #1b1464;
padding: 2%;
display: inline-flex;
margin: 1%;
align-items: center;
min-height: 96px;
justify-content: space-around;
  
}


.business_box li a{
  width: auto;
    list-style:none;
  color: #1b1464;
  font-size: 20px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif !important;
  align-items: center;
  }

.business_box li a:hover{
  color: #e95513;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif !important;
    
  }


.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
	color: #1b1464;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.maru01::before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #171c61;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  margin-left: 10px;
}
.maru01::after{
	left: 18px;
	box-sizing: border-box;
	width: 60px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 10px solid #171c61;
}

.maru02::before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #171c61;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  margin-left: 10px;
}
.maru02::after{
	left: 17px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 6px solid transparent;
    border-top: 10px solid #171c61;
    top: 4px;
}

.maru03::before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #171c61;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  margin-left: 10px;
}
.maru03::after{
	left: 17px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 6px solid transparent;
    border-bottom: 10px solid #171c61;
    top: -7px;
}

.business_itembox{
  width: auto;
  overflow: hidden;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  margin-bottom: 100px;
}
.business_itembox .title{
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif !important;
  border-left: 8px solid #e95513 ;
  height: 30px;
  color: #171c61;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 80px;

}

.business_itembox .inbox01{
  aspect-ratio: 900 / 410; 
  max-width: 900px;
      width: 100%; 
      height: auto;
      display: block;
      background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/b_shinki.webp);
      background-repeat: no-repeat;
      background-size: contain;
          text-align: center;
        display:flex;
flex-direction:column;
justify-content:center;
align-items: center;
}

.business_itembox .inbox02{
  aspect-ratio: 900 / 410; 
  max-width: 900px;
      width: 100%; 
      height: auto;
      display: block;
      background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/b_kako.webp);
      background-repeat: no-repeat;
      background-size: contain;
          text-align: center;
        display:flex;
flex-direction:column;
justify-content:center;
align-items: center;
}

.business_itembox .inbox03{
  aspect-ratio: 900 / 410; 
  max-width: 900px;
      width: 100%; 
      height: auto;
      display: block;
      background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/b_kaimyo.webp);
      background-repeat: no-repeat;
      background-size: contain;
          text-align: center;
        display:flex;
flex-direction:column;
justify-content:center;
align-items: center;
}
.business_itembox .inbox04{
  aspect-ratio: 900 / 410; 
  max-width: 900px;
      width: 100%; 
      height: auto;
      display: block;
      background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/b_hakajimai.webp);
      background-repeat: no-repeat;
      background-size: contain;
          text-align: center;
        display:flex;
flex-direction:column;
justify-content:center;
align-items: center;
}
.business_itembox .inbox05{
  aspect-ratio: 900 / 410; 
  max-width: 900px;
      width: 100%; 
      height: auto;
      display: block;
      background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/b_reform.webp);
      background-repeat: no-repeat;
      background-size: contain;
          text-align: center;
        display:flex;
flex-direction:column;
justify-content:center;
align-items: center;
}

.business_itembox .inbox06{
  aspect-ratio: 900 / 410; 
  max-width: 900px;
      width: 100%; 
      height: auto;
      display: block;
      background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/b_mimamori.webp);
      background-repeat: no-repeat;
      background-size: contain;
          text-align: center;
        display:flex;
flex-direction:column;
justify-content:center;
align-items: center;
}



.business_itembox .inbox01 .text01,
.business_itembox .inbox02 .text01,
.business_itembox .inbox03 .text01,
.business_itembox .inbox04 .text01,
.business_itembox .inbox05 .text01,
.business_itembox .inbox06 .text01{
  width: auto;
  min-width: 325px;
 color: #171c61;
 font-size: 18px;
 font-weight: 600;
 font-family: "Noto Sans JP", sans-serif !important;
 background-color:rgba(255,255,255,0.8);
 padding: 3%;
 margin-bottom: 20px;
 margin-top: 20px;

}


.business_itembox .inbox01 .text02,
.business_itembox .inbox02 .text02,
.business_itembox .inbox03 .text02,
.business_itembox .inbox04 .text02,
.business_itembox .inbox05 .text02,
.business_itembox .inbox06 .text02{
  width: auto;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.86);
  font-family: "Noto Sans JP", sans-serif !important;
  background-color:rgb(0 0 0 / 0.5);
padding: 2%;
}



/* その他 */
/*====================================================================
.s_05 .accordion_one
====================================================================*/
.s_05 .accordion_one {
  max-width: 900px;
  margin: 0 auto;
  }
  .s_05 .accordion_one .accordion_header {
  background-color: #fff;
  color: #171c61;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-left: 2px solid #171c61;
  border-right: 2px solid #171c61;
  border-bottom: 2px solid #171c61;
  border-top: 2px solid #171c61;
  font-family: "Noto Sans JP", sans-serif !important;
  
  }

  
    .s_05 .accordion_one .accordion_header:hover {
      color: #e95513;
  opacity: 0.8;
  }
  
  .s_05 .accordion_one .accordion_header .i_box {
  display: none;
  /* justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #171c61;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s; */
  }
  .s_05 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
  left: 3px;
  }
  .s_05 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  }
  .s_05 .accordion_one .accordion_header .i_box .one_i:before, .s_05 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #171c61;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  }
  .s_05 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
  }
  .s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
  }
  .s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  .s_05 .accordion_one .accordion_inner {
  display: none;
  padding: 20px 30px;
  border-left: 2px solid #171c61;
  border-right: 2px solid #171c61;
  border-bottom: 2px solid #171c61;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  }

   
  .s_05 .accordion_one .accordion_inner .box_one {
  overflow: hidden;
   padding: 3%;
  }
  
  .s_05 .accordion_one .accordion_inner .box_one p{
   font-size: 16px;
   font-family: "Noto Sans JP", sans-serif !important;
   text-align: justify;
    }
    

  .s_05 .accordion_one .accordion_inner p.txt_a_ac {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
  }
  
    .s_05 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 30px auto;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 2%;
  text-decoration: none;
  line-height: 1.3;
  color: #171c61;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  border: #171c61 solid 2px;
  font-family: "Noto Sans JP", sans-serif !important;
  }

  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
    color: #e95513;
  opacity: .8;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  display: none;
    /* content: '';
  background-color: #171c61;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center; */
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
  }


@media (min-width: 990px) and (max-width: 1200px){
.device-pc .global-nav-list>li>a {
    padding: 8px 1.2em;
	font-size: 12px;
}

.site-header--layout--nav-float .site-header-container {
	 max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
	margin: 0 auto;

}

   .site-header--layout--nav-float .site-header-logo {
        margin-right: 1.5em;
        width: 100%
    }
.header-top__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 46px;
    display: flex;
    font-size: 25px;
    align-items: center;
}

    .site-header--layout--nav-float .site-header-logo img {
        margin-left: 0;
        padding: 0;
        margin: 0;
        max-width: 200px;
    }


    .bochi_title{
      width: 100%;
       font-size: 1.8em;
        font-family: "Noto Sans JP", sans-serif !important;
        font-weight: normal;
      
        background-size: cover;
        height: 135px;
    }

    .bochi_imgbox img {
      padding: 2%;
  }

}

@media (min-width: 1200px){
.site-body {
	padding: 3.5rem 0 0rem;
}


}

@media screen and (min-width:769px) and ( max-width:993px) {

  .header-top {
    display: none;
    }
  
    .greet-box {
      width: 100%;
      margin: 0px auto;
      padding: 0 5% 0 5%;}

	    .site-header, .header_scrolled .site-header {
        background-color: #ffffff;
        border-bottom: 5px solid #e95513;
        padding-top: 20px;
    }

.map{
  margin: 0 calc(50% - 50vw);
  /* padding: 0em calc(50vw - 50%); */
  background-color: #fff;
    top:-55px;
    height: 420px;
    margin-top: 80px;
    text-align: center;
	border-top: #e95513 8px solid;
}

.gfooter_box{
  margin: 0 calc(50% - 50vw);
  padding: 0em calc(50vw - 50%);
  text-align: center;
  display: flex; 
  flex-wrap: wrap;
  justify-content:center; 
  margin: 0px auto;
    background-color: #171c61;
	border-top: #e95513 8px solid;
	    padding: 2%;
		background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/f_back.webp);
		background-size: contain;

   
  }

.gfooter_box .leftbox{
	display: block;
}

.gfooter_box .ad{
font-size: 15px;
color: #fff;
font-family: "Zen Maru Gothic", sans-serif;
text-align: left;
}

.gfooter_box .rightbox{
	display: block;
	padding-top: 80px;
}

.gfooter_box .f_contactbox{
width: auto;
    min-width: 200px;
    padding: 2%;
    background-color: #e95513;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 800;
    font-size: 19px;
}

.gfooter_box .f_contactbox::before{
 content: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/mail.webp);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.7);
      position: relative;
    top: 0px;
    left: -7px;
}

.gfooter_box .centerbox{
	    display: flex;
    align-items: end;
}


.gfooter_box .tel{
 color: #e95513;
 font-size: 36px;
 font-weight: 800;
 margin-top: 10px;
font-family: "Zen Maru Gothic", sans-serif;
padding-top: 30px;
}

.gfooter_box .tel a,a:hover{
  color: #e95513;
 }

.gfooter_navi {
 text-align: center;
 padding-top: 5px;
     display: inline-flex;
    flex-wrap: wrap;
  
}

.gfooter_navi .logo{
font-size: 25px;
color: #fff;
font-weight: 40px;
display: block;
font-family: "Zen Maru Gothic", sans-serif;
line-height: 50px;
font-weight: 800;
  
}

.gfooter_navi ul {
  display: block;
  list-style: none;
  width: auto;
  color: #fff;
  text-align: left;
  padding-left: 20px;
 font-family: "Zen Maru Gothic", sans-serif;
 margin: 0;
 padding-top: 0px;
   
  
}

.gfooter_navi ul li a{
text-align: left;
padding: 0 ;
font-size:14px;
color:#fff;
letter-spacing: 0.8px;
margin-left:10px;
font-weight: 500;
text-decoration: none;
padding-right: 5px; 
font-family: "Zen Maru Gothic", sans-serif;
  }

.gfooter_navi ul li{
    margin-top: 0em;
    margin-bottom: 0em;
}

.jigyo_box {
  width: 100%;
  display: inline-block;
  padding: 0 5% 0 5%;
}

.jigyo_box .left_box {
  width: auto;
  min-width: 250px;
  max-width: 800px;
  display: contents;
  align-items: center;
  float: left;
  text-align: justify;
  margin:0 5% 0 5% ; 
}

.greet-box p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8rem;
  font-weight: normal;
}
.jigyo_box .right_box {
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.news_content li {
  border-bottom: 1px solid #808080;
  height: 50px;
  padding-left: 30px;
  max-width: 700px;
  margin: 0 auto;
}

.business_itembox .inbox01 .text02, .business_itembox .inbox02 .text02, .business_itembox .inbox03 .text02, .business_itembox .inbox04 .text02, .business_itembox .inbox05 .text02, .business_itembox .inbox06 .text02
 {  color: #fff;
    font-size: 20px;
    margin: 5%;
}

table.bochi th {
    height: 100px;

    
}

.cementry_contents .c_map {
  height: 300px;
  margin-bottom: 64px;
}

.bochi_title{
  width: 100%;
   font-size: 1.8em;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: normal;
  
    background-size: cover;
    height: 100px;
}

.reuse_contents h1,
.work_contents h1,
.business_contents h1,
.top_contents h1,
.kanri_contents h1,
.company_contents h1 {
  width: auto;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
}

.reuse_contents .title {
  font-size: 35px;
        font-weight: 700;
        text-align: center;
   
        max-width: 700px;
        width: auto;
        margin: 50px 0;
}

.work_box p{
  font-family: "Noto Sans JP", sans-serif;
        text-align: justify;
        font-size: 16px;
        line-height: 1.8rem;
        font-weight: normal;
 }
 
 .kanri_contents .pbox {
  width: auto;
  margin-top: 80px;
}

.kanri_contents .wbox{
  width: auto;
  margin-bottom: 0px;
  
  }

  .kanri_box li {
       font-size: 20px;
}

.kanri_box {
  width: 100%;
  margin: 0px auto;
  padding: 0 5% 0 5%;
  margin-top: 30px;
  margin-bottom: 30px;
  }

  .kanri_box ul {
    width: auto;
    max-width: 960px;
    padding: 0;
}
.kanritext {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin: 50px;
}
.kanri_box p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8rem;
  font-weight: normal;
}

}


@media (max-width: 768px){

	br.br-sp{
		display: block;
	}
	
	br.br-pc{
		display: none;
	}


.sp {
	display: block;
}
.pc {
	display: none;
}

.site-body {
	padding: 2rem 0 0rem;
}

.header-top {
  display: none;
  }

.site-header,
.header_scrolled .site-header {
	background-color: #ffffff;
    border-bottom: 5px solid #e95513;
	padding-top: 20px;

}


.greet-box{
	width: 100%;
	margin: 30px auto;
  padding: 0;
	}

	.greet-box p{
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.5rem;	
	font-weight: normal;
	padding: 20px 5% 15px 5%;
		}

    .jigyo_box .left_box .item_box {
      width: auto;
      max-width: 240px;
      height: 50px;
      background: linear-gradient(to right, #171c61 0%, #171c61 75%, #e95513 75%, #e95513 100%);
      margin: 0 auto;
      font-family: "Noto Sans JP", sans-serif;
      display: flex  ;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px;
  }

  .jigyo_box .left_box .item_box a {
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

.jigyo_box .left_box .item_box a:hover {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}

.reuse_box .box01 p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  width: auto;
  margin-bottom: 0;
  padding: 2%;
  text-align: justify;
}

.contactbox01 {
  margin-top: 0px;
  padding: 15px;
}




.contactbox01 .title {
  font-size: 28px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}

.contactbox01 .inbox {
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  min-width: 300px;
  justify-content: center;
}


.contactbox01 .inbox .botton01 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.contactbox01 .inbox .botton01 {
  min-width: 250px;
  font-size: 20px;
  height: 40px;
  color: #000;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  margin: 0 10px;
  font-weight: bold;
  border-radius: 30px;
  padding-top: 5px;
}

.contactbox01 .inbox .botton02 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  width: 300px;
  font-size: 20px;
  height: 40px;
  color: #000;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  margin: 10px;
  font-weight: bold;
  border-radius: 30px;
  padding-top: 5px;
}

    .service_content h2 {
      font-size: 30px;
      font-weight: 800;
      margin-top: 0px;
  }
  
  .service_content .text {
    font-size: 20px;
}


.reuse_content h2 {
  font-size: 30px;
  font-weight: 800;
  margin-top: 30px;
}

.reuse_content .text {
  font-size: 20px;
}

.reuse_content .reusebox {
  height: 50px;
  font-size: 16px;
  
}


.reuse_box {
  width: 100%;
  margin: 0px auto;
  padding: 0 2% 0 2%;
}
		 
.news_content h2 {
  font-size: 30px;
  font-weight: 800;

}

.news_content .text {
font-size: 20px;
margin-bottom: 20px;
}

.news_content {
  width: auto;
  position: relative;
}

.news_content li {
  border-bottom: 1px solid #808080;
  height: 50px;
  padding-left: 0px;
  display: inline-grid;
  
}

 .site-footer .tel{
	font-size: 1.7em;
	line-height: 2.1em;
}

.site-footer .fax{
	font-size: 1.33em;
	line-height: 1.6em;
}

.site-footer p{
	font-size: 1.3em;
	margin-bottom: 0px;
}


.site-footer a{
	color: #ffffff;
}

.site-footer a:hover{
	color: #ffffff;
	opacity: 0.5;
}

.map{
  margin: 0 calc(50% - 50vw);
  /* padding: 0em calc(50vw - 50%); */
  background-color: #fff;
    top:-55px;
    height: 250px;
    margin-top: 40px;
    text-align: center;
	border-top: #e95513 8px solid;
}

.gfooter_box{
  margin: 0 calc(50% - 50vw);
  padding: 0em calc(50vw - 50%);
  text-align: center;
  display: flex; 
  flex-wrap: wrap;
  justify-content:center; 
  margin: 0px auto;
    background-color: #171c61;
	border-top: #e95513 8px solid;
	    padding: 2%;
		background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/f_back.webp);
		background-size: contain;
   
   
  }

.gfooter_box .leftbox{
	display: block;
}

.gfooter_box .ad{
font-size: 15px;
color: #fff;
font-family: "Zen Maru Gothic", sans-serif;
text-align: left;
}

.gfooter_box .rightbox{
	display: block;
	padding-top: 30px;
  padding-bottom: 30px;
}

.gfooter_box .f_contactbox{
width: auto;
    min-width: 200px;
    padding: 2%;
    background-color: #e95513;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 800;
    font-size: 19px;
}

.gfooter_box .f_contactbox::before{
 content: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/mail.webp);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.7);
      position: relative;
    top: 0px;
    left: -7px;
}

.gfooter_box .centerbox{
	    display: flex;
    align-items: end;
}


.gfooter_box .tel{
 color: #e95513;
 font-size: 36px;
 font-weight: 800;
 margin-top: 0px;
font-family: "Zen Maru Gothic", sans-serif;
padding-top: 0px;
}

.gfooter_box .tel a,a:hover{
  color: #e95513;
 }

.gfooter_navi {
 text-align: center;
 padding-top: 24px;
     display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  
}

.gfooter_navi .logo{
font-size: 25px;
color: #fff;
font-weight: 40px;
display: block;
font-family: "Zen Maru Gothic", sans-serif;
line-height: 50px;
font-weight: 800;
  
}

.gfooter_navi ul {
  display: block;
  list-style: none;
  width: auto;
  color: #fff;
  text-align: left;
  padding-left: 20px;
 font-family: "Zen Maru Gothic", sans-serif;
 margin: 0;
 padding-top: 0px;
 font-weight: 800;
   
  
}

.gfooter_navi ul li a{
text-align: left;
padding: 0 ;
font-size:14px;
color:#fff;
letter-spacing: 0.8px;
margin-left:10px;
font-weight: 800;
text-decoration: none;
padding-right: 5px; 
font-family: "Zen Maru Gothic", sans-serif;
  }


  .gfooter_navi ul li a:hover{
    
    color:#e95513;
    
      }
    

.gfooter_navi ul li{
    margin-top: 0em;
    margin-bottom: 0em;
}

  .table_com {
    border-collapse: collapse;
    width: auto;
    max-width: 700px;
    margin: 0 5%;
    display: inline-block;
    text-align: center;
    
      }
     .table_com td {
    color: #000;
            font-weight: 300;
            font-size: 16px;
            border-bottom: 2px solid #c1c7c6;
            padding: 1em;
            display: inline-block;
            width: 100%;
            max-width: 700px;
            min-width: 18em;
      }
    
      .table_com th {
    color: #000;
            background: #f7f8f8;
            border-bottom: 1px solid #c1c7c6;
            font-weight: 600;
            text-align: center;
            display: inline-block;
            width: 20%;
            font-size: 16px;
            width: 100%;
            min-width: 18em;
            max-width: 700px;
    
      } 

      .jigyo_box {
        width: 100%;
        display: inline-block;
        padding: 0 2% 0 2%;
      }
      

      .jigyo_box .left_box {
        width: auto;
        min-width: 250px;
        max-width: 300px;
        display: contents;
        align-items: center;
        float: left;
        text-align: justify;
    }

    .jigyo_box .right_box {
      width: auto;
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: row;
    }

    .greet-box p {
      font-family: "Noto Sans JP", sans-serif;
      text-align: justify;
      font-size: 16px;
      line-height: 1.8rem;
      font-weight: normal;
      padding-top: 0px;
    }
   
    .reuse_contents h1,
.work_contents h1,
.business_contents h1,
.top_contents h1,
.kanri_contents h1,
.company_contents h1 {
      width: auto;
     font-size: 28px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 20px;
     
  
  }

  .f20{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
    font-size: 16px;
     }


     .news_content li a, p a {
      text-decoration: none;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 16px;
  }

  .insta{
    width: auto;
    margin-top:50px;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
  
  }
  .business_box ul {
 padding-left: 0;
}

 
.business_itembox .inbox01 .text02, .business_itembox .inbox02 .text02, .business_itembox .inbox03 .text02, .business_itembox .inbox04 .text02, .business_itembox .inbox05 .text02, .business_itembox .inbox06 .text02
 {  color: #fff;
    font-size: 20px;
    margin: 5%;
}






  .s_05 .accordion_one .accordion_header {
    background-color: #fff;
    color: #171c61;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-left: 2px solid #171c61;
    border-right: 2px solid #171c61;
    border-bottom: 2px solid #171c61;
    border-top: 2px solid #171c61;
    font-family: "Noto Sans JP", sans-serif !important;
  }
  
  .business_itembox .title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif !important;
    border-left: 8px solid #e95513;
    height: 30px;
    color: #171c61;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.work_item .box .item_box {
  justify-content: center;;
}

.work_item .box p {
  font-size: 1.3em;
  font-weight: bold;
  padding: .3em;
  margin-bottom: 10px;
  border-left: 8px solid #e95513;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  
}
.box_link {
    font-size: 15px;
}

.cementry_contents .c_map {
  height: 250px;
  margin-bottom: 40px;
}

.bochi_title{
  width: 100%;
   font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: normal;
  
    background-size: cover;
    height: 74px;
}           
.nagare_box01 {
  width: auto;
  max-width: 900px;
  overflow: hidden;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 20px;
}

.nagare_box01 p {
  display: grid;
}
.kanri_contents {
padding-bottom: 0px;
}

.kanritext02{
	font-size: 35px;
	font-weight: 700;
	text-align: center;
  margin: 20px;  
}
.kanri_contents .pbox {
  padding: 7%;
   margin-top: 50px;
}

.kanri_contents .wbox {
  font-size: 18px;
  margin-bottom: 30px;
}

.kanri_box {
  width: 100%;
  margin: 0px auto;
  padding: 0 ;
  margin-top: 30px;
  margin-bottom: 30px;
}
.kanri_box li {
  font-size: 20px;
}

.kanri_box li  p{
  font-size: 20px;
  margin-left: 3rem;
  text-indent: 0em;
}


.kanri_box li::before {
   content: ""; 
  display: block; 
  width: 25px; 
  height: 25px; 
  background-image: url(https://kawasakisekizaikogyo.com/wp-content/themes/lightning-child/library/images/checkbox02.webp);
  background-size: contain; 
  position: relative;
  top:25px;
  margin-right: 50px;
}

.triangle {
 border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 40px solid #e95513;
 }

 .kanritext {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 10px;
}
.kanri_box .itembox {
  margin-bottom: 30px;
  margin-top: 20px;
}

.kanri_box ul {
  padding: 0%;
}

.kanri_box p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8rem;
  font-weight: normal;
}

table.kkk {
  table-layout: fixed;
  width: 100%; 
  max-width: 660px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #1d2087;
}

table.kkk td {
font-size: 22px;

}

table.kkk tr {
 font-size: 15px;
}

table.kkk .fsmall {
  font-size: .7em;
  font-family: "Noto Sans JP", sans-serif !important;
}

table.kkk .ffsmall {
  font-size: .6em;
  font-family: "Noto Sans JP", sans-serif !important;
}


table.kkk .c_red{
  font-family: "Noto Sans JP", sans-serif !important;
color: #ff0000;
}

.y_balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 250px;
  max-width: 361px;
  background: #ffe33f;
  border-radius: 42px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif !important;
  text-align: center;
  margin: 0 auto;
  line-height: 28px;
  padding: 1%;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  width: auto;
}

/* 問い合わせ */
.contact_box{
  width: 100%;
   background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
  padding-top:20px ;
  text-align: center;
}

.contact_box p{
  font-size: 16px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.contact_box .red{
 color: #ff0000;
 text-align: center;
 font-weight: 700;
}

.contact_box .text{
  font-size: 17px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.wbox01{
  width: auto;
  max-width: 300px;
font-family:  "Noto Sans JP", serif !important;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 1%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  margin: 0 auto;
  margin-bottom: 30px;
}

.wbox01 a:hover{
   color: #ff0000;
 
}


.wbox02{
  width: auto;
  max-width: 300px;
font-family:  "Noto Sans JP", serif !important;
  font-size: 18px;
  color: #ff0000;
  font-weight: 800;
  padding: 1%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  margin: 0 auto;
  margin-bottom: 50px;
}

.wbox02 a:hover{
   color: #ff0000;
 
}



}


@media (max-width: 510px){

  .bochi_title{
  width: 100%;
   font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: normal;
      background-size: cover;
    height: 68px;
}

}

@media (max-width: 519px){

  .bochi_title{
  width: 100%;
   font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: normal;
      background-size: cover;
    height: 50px;
}

.business_box li{
  width: auto;
  min-width: 256px;
  border:2px solid #1b1464;
  padding: 2%;
  display: inline-flex;
  margin: 1%;
  align-items: center;
  min-height: 60px;
  justify-content: space-around;
    
  }
  .work_box p {
    padding-top: 30px;
}

.cementry_contents h1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.reuse_box p {
  padding-top: 30px;
}
.reuse_contents .title {
  font-size: 28px;
  margin-bottom: 0px;
}

.reuse_box .itembox {
  width: 100%;
  margin: 0px auto;
  background: #171c61;
  border-bottom: 8px solid #e95513;
  font-size: 25px;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2%;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 50px;
}

.title__ttl {
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  line-height: 1.2;
  margin: 1.5rem auto 1.5rem;
  padding: 0 2rem;
}

.title__ttl__main {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #e95513;
    font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.title__ttl::before, .title__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4.5px;
  height: 2.5rem;
  background-color: #e95513;
}

.reuse_mbox .item {
  font-size: 22px;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 800;

}

.f_small {
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 300;
  padding-left: 0px;
}

}


