/*
Theme Name:anthem_tcd083_child
Theme URI:
Description:WordPressテーマ「Anthem」の子テーマです。
Template:anthem_tcd083
*/
#header_bottom_inner{
	display:flex;
	justify-content:flex-end;
}
#header_slider {
	height:500px;
}
#header_slider .item {
	height:500px;
}
#header_slider .item.text_layout_type2 .caption_inner{
	top:260px;
}
#index_news_inner{
	text-align:left;
}
#footer_carousel{
	text-align:center;
}
#footer_carousel p{
	padding-bottom:20px;
}
#footer_carousel_inner .title , #footer_carousel_inner .desc , #footer_carousel .carousel_arrow:before{
   Color:#000;
}
#footer_bottom{
	background:#D1FFFF;
	width:100%;
	height:auto;
}
.product_list .item{
	padding:10px 0;
}


.sp-div{
	display:none;
}
.news_btn{
	position:absolute;
	right:20px;
	top:20%;
	background: #1e90ff;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.news_btn:hover {
    background: #0000cd;
}
.sekou{
	background: #2EA7E0;
    border-radius: 50px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.service{
    background: #EA5514;
    border-radius: 50px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.eventinfo{
	background: #22AC38;
    border-radius: 50px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.top_news{
	padding:100px 40px;
	margin:0 auto;
	text-align:center;
}
.top_news2{
	padding:60px 40px;
	margin:0 auto;
	text-align:center;
}
.top_news2 img{
	max-width:100%;
	padding-top:40px;
}
.top_news ul{
	text-align:center;
	padding-bottom:20px;
}
.top_news li{
	width:90%;
	position:relative;
	text-align:left;
	margin:0 auto;
	padding:20px 0;
    font-size:150%;
}
.top_news li a{
	padding-left:10px;
}
.top_news li a::after{
	content:">";
	position:absolute;
	right:0;
	top:20%;
	bottom:45%;
	padding-right:30px;
}
.top_news li span{
	padding:0 30px;
}
.top_news h4,.top_news2 h4{
	font-size:30px;
	padding-bottom:10px;
	font-weight:bold;
}
.top_news p,.top_news p2{
	padding-bottom:40px;
}
.btn01{
	background: #2EA7E0;
	color:#fff;
    padding: 20px 50px;
	font-size:130%;
}
.foot_logo{
	width:70%;
	margin:0 auto;
    text-align:center;
}
.foot_logo img{
	width:20%;
}
.foot_logo p{
	font-size:70%;
	padding:10px 0 20px 0;
}
.sekou_head{
	width:100%;
	height:100px;
    background-image: url("/wp-content/uploads/2022/04/bg_haikei1.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	text-align:center;
}
.sekou_head p{
	font-size:200%;
	color:#fff;
	padding-top:35px;
}
.side_custom{
	margin:0 auto;
}
.side_custom p{
	font-size:130%;
	line-height:150%;
}
.side_custom img{
	width:90%;
	padding-bottom:20px;
}
.snsico{
	width:15%;
	text-align:right;
	align-items:center;
}
.snsico a img{
	display:inline-block;
	padding:7px;
	width:25%;
	float:right;
}
.snsico2{
	width:50%;
	text-align:center;
	padding:20px 0 0 10px;
}
.snsico2 a img{
	display:inline-block;
	float:left;
	width:30%;
	padding:7px;
}
.snsico3{
	display:flex;
	width:15%;
	text-align:center;
	justify-content:center;
	margin:0 auto;
	padding-left:10px;
}
.snsico3 a img{
	display:inline-block;
	flex:1;
	width:60%;
	margin-bottom:20px;
}
/*　ーーー TOPページーーー　*/
.top_cont1,.top_cont2{
    margin:0 auto;
    text-align:center;
}
.top_cont1{
    padding:10px 10px 40px 10px;
}
.top_cont2{
    padding:60px 10px 40px 10px;
    background:#F7F8F8;
}

.top_cont1 span{
    font-size:small;
}
.top_cont1 p{
    text-align:left;
	padding:40px 40px 0px 40px;
}
.top_cont2 p{
	padding:20px 20px 10px 20px;
}
.cont1_box{
    display:flex;
    justify-content:space-around;
}
.cont1_box img{
    width:90%;
    padding:10px;
}

.top_cont2 img{
    padding:20px 0;
    width:100%;
}
.bt2{
	padding:40px 0;
}
.bt2 a{
  align-items: center;
  margin: 0 auto;
  padding: 1em 3em;
  width: 80%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background-color: #22AC38;
  border-radius: 50vh;
  text-decoration: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.33);
}
.bt2 a:hover{
  background-color: #226938; 
}
@media(min-width:1000px){
	.top_cont2 img{
		max-width:70% !important;
	}
	.cont1_box{
		width:70%; !important;
		margin:0 auto;
	}
	.w_70{
	width:70%;
	margin:0 auto;
    }
}
/*　ーーー TOPページここまでーーー　*/
/*　ーーー 衛生環境事業ページーーー　*/
.cost_wrap2{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
}
.cost_wrap2 img{
    width:100%;
    height:auto;
}
.ei_why{
	text-align:center;
}
.ei_why h4{
	font-size:150%;	
	padding-top:20px;
}
.ei_why p{
	color:#0081FF;
	font-size:150%;
}

/*　ーーー 衛生環境事業ページここまでーーー　*/
/*　ーーー クリーニング・リフォームページーーー　*/
.cont_image{
	text-align:center;
	margin:0 auto;
	width:80%;
}
.cont_image h3{
	color:#fff;
	background:#00C7FF;
	padding:20px 0;
	font-size:130%;
}
.cont_image img{
	padding:40px 0;
}
/*　ーーー クリーニング・リフォームページここまでーーー　*/
/*　ーーー フォームーーー　*/
.cform th {
	font-size: 14px;
	width: 20%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
	text-align:left;
	vertical-align: top;
}

.cform td {
	font-size: 18px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}
.cform td input{
	padding: 10px 5px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 30px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width:100%;
	border: solid 1px #d6d6d6;
}

.mwform-tel-field input[type="text"]{
	width:20%;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		border-top: none;
		display: block;
	}
	.cform th {
	padding: 10px 0 10px 10px;
    }
}

.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto 140px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 20px 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

.ma_wrap{
	margin: 30px auto 140px auto;
	text-align:center;
}
.ns-box{
	background:#4169e1;
	color:#fff;
	padding:40px 80px;
}
.ns-box p{
	font-size:150%;
    font-weight:bold;
}
.btn02{
	background: #2EA7E0;
	color:#fff;
	margin-top:40px;
    padding: 20px 50px;
	font-size:130%;
}
.contact_title{
	text-align:center;
	margin:40px 0;
}
.contact_title h3{
	font-size;200%;
}

/*　ーーー フォームここまでーーー　*/


@media(max-width:500px){
	.sp-div{
	display:block;
	line-height:120%;
    }
	.pc-div{
		display:none;
	}
	.news_btn{
		position: static;
	}
	.top_news{
		padding:40px 40px 60px 40px;
	}
	.top_news2{
		padding:40px 10px 60px 10px;
	}
	.top_news li{
		width:100%;
		font-size:100%;
	}
	.top_news li a::after{
	content:"";
    }
	.top_news li span:first-child{
	padding:0;
   }
	.btn01{
		font-size:100%;
	}
	.foot_logo{
		width:100%;
	}
	.foot_logo img{
	  width:50%;
    }
	.top_news h4,.top_news2 h4{
		font-size:26px;
	}
    .top_news2 img{
	    width:100%;
    }
	.sekou_head p{
	font-size:150%;
   }
	.top_cont1 p{
	padding:40px 20px 0px 20px;
    }
	.cost_wrap2{
        display:block;
    }
	.cont_image{
		width:100%;
	}
	.cont_image img{
	padding:20px 0;
    }
	.snsico3{
		width:30%;
	padding-left:0px;
	}
	.snsico3 a img{
		width:80%;
	}

}
@media(min-width:1000px){
	#footer_bottom{
		padding-top:5%;
	}	

}


/* * {
  margin: 0;
  padding: 0;
} */

/* 202410月更新ページーーーーーーーーーーーーーーーーーーー */
#ipec-page img {
  width: 100%;
  vertical-align: top;
}

.sp-view {
  display: none;
}

.pc-view {
  display: block;
}

@media (max-width: 767px) {
  .sp-view {
    display: block;
  }

  .pc-view {
    display: none;
  }
}

.font-size-Small {
  font-size: clamp(0.6rem, calc(0.9rem + 0.625vw), 0.7rem);
  line-height: 1.5;
}

.font-size-S {
  font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.3rem);
  line-height: 1.5;
}

.font-size-M {
  font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
  line-height: 1.5;
}

.font-size-L {
  font-size: clamp(1.5rem, calc(1.5rem + 0.625vw), 2.9rem);
  line-height: 1.5;
}

#ipec-page {
  width: 100%;
  margin: 0 auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Safari */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

#ipec-page .ipec-child {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#ipec-page .top-banner,
#ipec-page .center-banner {
  width: 100%;
  height: 470px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#ipec-page .center-banner2 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 20px 0;
}

#ipec-page .top-banner:before {
  content: "";
  width: 100%;
  height: 470px;
  position: absolute;
  /* background: #00a0e9; */
  opacity: 0.6;
}

#ipec-page .center-banner:before {
  content: "";
  width: 100%;
  height: 470px;
  position: absolute;
  background: #090909;
  opacity: 0.8;
}

#ipec-page .work-01-photo {
  background-image: url("http://ipec-inc.jp/wp-content/uploads/2024/10/mold-photo5.jpg");
}

#ipec-page .work-02-photo {
  background-image: url("http://ipec-inc.jp/wp-content/uploads/2024/10/mold-photo7-1.jpg");
}

#ipec-page .work-03-photo {
  background-image: url("http://ipec-inc.jp/wp-content/uploads/2024/10/mold-photo5-black.jpg");
}

#ipec-page .work-04-photo {
  background-image: url("http://ipec-inc.jp/wp-content/uploads/2024/10/mold-photo2.jpg");
}

#ipec-page .work-05-photo {
  background-image: url("http://ipec-inc.jp/wp-content/uploads/2024/10/ceiling-scaled.jpeg");
}

#ipec-page .work-06-photo {
  background-image: url("http://ipec-inc.jp/wp-content/uploads/2024/10/mold-photo6.jpg");
}

#ipec-page .work-07-photo {
  background-image: url("http://ipec-inc.jp/wp-content/uploads/2024/10/mold-photo8.jpg");
}

#ipec-page .work-08-photo {
  background-image: url("http://ipec-inc.jp/wp-content/uploads/2024/10/ipec-08-photo6.png");
}

#ipec-page .work-09-photo {
  background-image: url("http://ipec-inc.jp/wp-content/uploads/2024/11/business-list-back.jpg");
}

#ipec-page .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 2px 3px #000;
}

.ipec-child .span40 {
  margin: 60px 0;
}

.ipec-child .red {
  color: red;
}

.ipec-child .blue {
  color: #0071bc;
}

.ipec-child .darkblue {
  color: #1b1464;
}

.ipec-child .bold {
  font-weight: bold;
}

#ipec-page .grade-box {
  color: #ffffff;
  background: linear-gradient(to right, #00a0e9, #2a4aff, #00a0e9);
  width: fit-content;
  margin: 0 auto;
  padding: 20px 10%;
}

.after-photo {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .ipec-child {
    padding: 0 10px;
    overflow: hidden;
  }

  .after-photo {
    grid-template-columns: repeat(2, 1fr);
  }
}

.after-photo img {
  object-fit: contain;
  padding-bottom: 10px;
  width: 97%;
}

.newstore-photo {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
}

.newstore-photo img {
  object-fit: contain;
  padding-bottom: 10px;
  width: 97%;
}

.center-banner-child {
  max-width: 1200px;
  height: 470px;
  margin: 0 auto;
  position: relative;
}

.child-read {
  position: absolute;
  top: 20px;
  left: 10px;
  color: white;
}

.child-read-bottom {
  position: absolute;
  bottom: 40px;
  left: 10px;
  color: #cccccc;
  text-align: center;
}

.center-banner-child .child-read-image {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 400px !important;
}

@media (max-width: 767px) {
  .center-banner-child {
    text-align: center;
  }

  .child-read,
  .child-read-bottom {
    position: static;
    padding-bottom: 20px;
  }

  .center-banner-child .child-read-image {
    width: 250px !important;
    text-align: center;
    position: static;
  }
}

#ipec-page .triangle {
  width: 300px;
}

.ipec-child .ipec-example {
  width: 80%;
  max-width: 1000px;
  background: #c7edfb;
  border: #0071bc 3.7px solid;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}

.ipec-child .example-tag {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 120px !important;
}

.ipec-child .example-p {
  padding: 20px 40px;
}

.open-photo {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .ipec-child .ipec-example {
    width: 90%;
  }

  .ipec-child .example-tag {
    position: absolute;
    left: -5%;
    top: -3%;
    width: 100px;
  }

  .ipec-child .example-p {
    padding: 10px 20px;
  }

  .open-photo {
    grid-template-columns: 1fr;
    margin: 10px 0;
  }
}

.open-photo img {
  object-fit: contain;
  padding-bottom: 10px;
  width: 97% !important;
}

.ipec-child .denger {
  background: red;
  color: #fff;
  width: 80%;
  margin: 40px auto;
  padding: 20px 0;
  font-weight: bold;
}

.ipec-child .price-read {
  font-weight: bold;
  margin: 40px 0;
}

.ipec-child .price-table {
  width: 100%;
}

.ipec-child .price-table td,
.ipec-child .price-table th {
  font-weight: bold;
  padding: 20px 0;
  border: solid 4px #fff;
}

.ipec-child .price-table th {
  background: #0071bc;
  color: #7bc6e2;
}

.ipec-child .price-table tr:nth-child(odd) td {
  background: #7bc6e2;
}

.ipec-child .price-table tr:nth-child(even) td {
  background: #a8d9ec;
}

.ipec-child .ipec-jump-button img {
  width: 50% !important;
}

@media (max-width: 767px) {
  .ipec-child .denger {
    width: 100%;
  }

  .ipec-child .price-table td {
    padding: 10px;
  }

  .ipec-child .ipec-jump-button img {
    width: 90% !important;
  }
}

.ipec-photo-scroll {
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: scroll;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}

.ipec-photo-scroll img {
  width: 1000px !important;
}

.clean-top {
  max-width: 2000px;
  margin: 0 auto;
}

.clean-p {
  padding: 40px 10px;
  display: block;
  text-align: left;
}

.clean-box {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  margin: 60px auto;
}

.clean-box-child img {
  width: 50% !important;
}

@media (max-width: 767px) {
  .clean-box {
    grid-template-columns: repeat(2, 1fr);
    margin: 20px auto;
  }
}

.water-color {
  background: #def1f8;
  padding-bottom: 20px;
}

.blue-line {
  text-align: center;
  width: 100%;
  background: #2e3192;
  color: #fff;
  padding: 20px 10px;
  margin: 60px 0;
}

.relative {
  position: relative;
}

.price-absolute {
  position: absolute;
  width: 13% !important;
  top: 10px;
  right: 50px;
}

.width50 {
  width: 50% !important;
  margin: 0 auto;
}

.anti-top-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.ipec-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-left: 60px;
}

.ipec-flex img {
  width: 60% !important;
  padding-left: 10px;
}

.tyousei-table {
  text-align: left;
  padding-left: 100px;
}

.table-in-img {
  position: absolute;
  width: 55px !important;
  top: 350px;
  left: 0;
}

@media (max-width: 767px) {
  .price-absolute {
    width: 20% !important;
    top: 10px;
    right: 10px;
  }

  .width50 {
    width: 95% !important;
  }

  .ipec-flex {
    display: block;
    padding-left: 0px;
  }

  .ipec-flex img {
    width: 90%;
  }

  .table-in-img {
    top: 300px;
    left: 5px;
  }
}

.ipec-prevention {
  width: 100%;
  max-width: 1000px;
  background: #c7edfb;
  border: #0071bc 3.7px solid;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 40px 10px;
}

.ipec-prevention img {
  width: 50%;
}

.prevention-grid {
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.prevention-grid img {
  width: 100%;
}

@media (max-width: 767px) {
  .prevention-grid {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .ipec-prevention img {
    width: 60%;
  }

  .prevention-grid img {
    width: 100%;
  }

  .ipec-prevention {
    padding: 20px 0;
  }
}

.prev-item img {
  width: 100%;
  padding-bottom: 20px;
}

.air-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.air-table th {
  padding: 20px 10px;
  background: #29abe2;
  color: #fff;
  border: solid 1px #778ca3;
}

.air-table td {
  padding: 20px 10px;
  border: solid 1px #778ca3;
}

.air-color {
  background: #d8f2ff;
}

.air-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.air-grid-child {
  padding: 0 20px;
  text-align: left;
  position: relative;
}

.air-grid-child .caption {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .air-grid {
    display: block;
  }

  .air-grid-child .caption {
    position: static;
  }
}

.refriger-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.refriger-grid img,
.refriger-center img {
  width: 95%;
}

.refriger-center {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  z-index: 10;
}

.center-banner2 h3 {
  text-align: center;
  color: white;
  padding: 20px 0;
}

.refriger-center span {
  grid-column: 2;
  text-align: right;
  color: white;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .refriger-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .refriger-center {
    display: block;
  }

  .refriger-grid img,
  .refriger-center img {
    width: 100%;
    padding-bottom: 10px;
  }
}

.refriger-position {
  width: 100%;
  margin: 0 auto;
}

.drain-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
}

.drain-grid img {
  width: 95%;
}

@media (max-width: 767px) {
  .drain-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .drain-grid img {
    padding-bottom: 10px;
  }
}

.refriger-image-area {
  margin-top: 80px;
}

.refriger-image-area h4,
.refriger-image-area h5,
.refriger-image-area img {
  display: block;
  padding: 20px 0;
  text-align: center;
}

.refriger-image-area .width10 {
  width: 10% !important;
  margin: 0 auto;
}

.refriger-image-area .case-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.refriger-image-area .case-grid img {
  width: 80% !important;
  justify-self: center;
}

.refriger-wide {
  max-width: 2000px;
  margin: 60px auto;
}

.refresh-center-banner {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 80px 0;
}

.refresh-center-banner h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.refresh-price {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.refresh-price img {
  width: 90% !important;
  justify-self: center;
}

.refresh-flow {
  width: 100%;
  margin: 60px auto;
}

@media (max-width: 767px) {
  .refriger-image-area .width10 {
    width: 30% !important;
    margin: 0 auto;
  }

  .refresh-center-banner {
    width: 100%;
    height: 200px;
    position: relative;
    margin: 40px 0;
  }

  .refresh-price {
    grid-template-columns: 1fr;
  }

  .refresh-price img {
    width: 80% !important;
    padding-bottom: 10px;
  }
}

.ceramic-top {
  position: relative;
}

.ceramic-top img {
  position: absolute;
  z-index: 100;
  width: 1200px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.coating-main {
  max-width: 2000px;
  margin: 60px auto;
}

@media (max-width: 1199px) {
  .ceramic-top img {
    width: 700px !important;
  }
}

@media (max-width: 767px) {
  .ceramic-top img {
    width: 85% !important;
  }

  .coating-main {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
  }

  .mb40 {
    margin-bottom: 40px;
  }
}

.spanTd {
  position: relative;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -20px;
  color: red;
  font-size: 2rem;
}

.ipec-toso,
.ipec-toso2 {
  margin-top: 80px;
}

.ipec-toso img,
.ipec-toso2 img {
  width: 80% !important;
}

@media (max-width: 767px) {
  .ipec-toso img,
  .ipec-toso2 img {
    width: 100% !important;
  }

  .ipec-toso2 img {
    padding: 10px 0 !important;
  }
}

.electric-top {
  max-width: 2000px;
  margin: 0 auto;
  text-align: center;
}

.electric-child {
  text-align: center;
}

.electric-child img {
  max-width: 1000px !important;
}

.greenback {
  background: #f0fff0;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}

.yellowback {
  background: #ffffed;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}

.greenback .electric-child,
.yellowback .electric-child {
  max-width: 1000px;
  margin: 0 auto;
}

.greenback .electric-child img,
.yellowback .electric-child img {
  padding: 20px 0;
}

.electric-green-line {
  width: 100%;
  text-align: center;
  background: #39bd4a;
  color: #fff;
  padding: 10px 0;
}

.electric-blue-line {
  width: 100%;
  text-align: center;
  background: #0045d4;
  color: #fff;
  padding: 10px 0;
}

.electric-grid {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.electric-grid img {
  width: 90% !important;
  padding-bottom: 20px;
  justify-self: center;
}

.electric-link {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

.electric-child-box {
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
}

.electric-child-box img {
  padding: 20px 10px !important;
}

.electric-child-box p {
  padding: 40px 10px;
}

.electric-mt40 {
  margin-top: 40px;
}

.erectric-block img {
  display: block;
}

.pa40 {
  padding: 40px 0 !important;
}

.max700 {
  max-width: 700px !important;
}

@media (max-width: 767px) {
  .electric-wrap .ipec-child,
  .electric-wrap .electric-child {
    padding: 0 10px;
  }

  .electric-wrap .electric-child img {
    width: 100% !important;
    /* padding: 0 !important; */
  }

  .pa40 {
    padding: 0px 0 !important;
  }

  .electric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .max700 {
    width: 80% !important;
  }

  .electric-child-box img {
    padding: 0 !important;
  }
}

.ipec-businesslist {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.businesslist-box {
  border: 2px solid #2a4aff;
  margin: 10px;
}

.businesslist-box .box-sum {
  max-width: 100%;
  /* padding: 10px 0; */
}

.businesslist-box .box-button {
  max-width: 220px;
  padding: 20px 0;
  margin: 10px auto;
}

.businesslist-grade-box {
  color: #ffffff;
  background: linear-gradient(to right, #00a0e9, #2a4aff, #00a0e9);
  width: auto;
  margin: 0 auto;
  padding: 10px 10%;
}

@media (max-width: 767px) {
  .ipec-businesslist {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .businesslist-box {
    margin: 3px;
  }

  .businesslist-box h4 {
    font-size: 16px !important;
  }
}

.pc70 {
  width: 70% !important;
  padding-top: 40px;
  text-align: center;
}

.pc50 {
  width: 30% !important;
  padding-top: 40px;
  text-align: center;
}

.medical-child {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}


/* ---------グリストラップ--------- */

.grepa40 {
  padding: 0 40px;
}

.greprotop80 {
  padding-top: 80px;
}

.grepro-ico {
  width: 80px !important;
  margin-top: 40px !important;
}

.grepro-grid1-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
}

.grepro-grid2-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
}

.grepro-video {
  background: #8af5ff;
  position: relative;
  padding: 10px;
  padding-top: 50px;
  border-radius: 30px;
}

.grepro-video-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 500px !important;
}

.grepro-video p {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  padding: 20px 0;
}

.grepro-video video {
  width: 90%;
}

.center-read {
  display: grid;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  grid-template-columns: 200px 1fr;
  grid: 50px;
}

.center-read p {
  font-size: 1.2rem;
  font-weight: bold;
  align-self: center;
  line-height: 2 !important;
}

.center-read img {
  align-self: center;
}

.grepro-child {
  max-width: 1200px;
  padding: 0 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
}

.grepro-grid3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 40px;
}

.grepro-button-title {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.grepro-grid4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 600px) {
  .grepro-grid1-box,
  .grepro-grid2-box,
  .grepro-grid3,
  .grepro-grid4,
  .center-read {
    display: block;
    margin: 0 auto;
  }

  .grepro-grid1-box img,
  .grepro-grid2-box img,
  .grepro-grid3 img,
  .grepro-grid4 img {
    padding: 10px 0;
  }

  .grepro-button-title {
    width: 80%;
  }
	
	
  .grepro-info{
    padding-left:5px!important;
    padding-right:5px!important;
  }
}
