@charset "UTF-8";

/* ----------------------------------------------------------------------
基礎工事用機械の部品・消耗品販売
---------------------------------------------------------------------- */
#expendables #section01 .flex .text {
  width: 50%;
}
#expendables #section01 .flex .image {
  width: 44.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#expendables #section01 .flex .image img {
  width: 47.5%;
}
#expendables #section02 {
  margin-bottom: 20rem;
}
#expendables #section02 ul {
  margin-top: -2rem;
}
#expendables #section02 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #CCC;
}
#expendables #section02 .image {
  width: 31%;
  background-color: #FFF;
  border: solid 1px #e6e6e6;
  border-radius: 16px;
}
#expendables #section02 .text {
  width: 66%;
}
#expendables #section02 h3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
#expendables #section02 p {
  line-height: 2;
}
@media screen and (max-width: 1440px){
	#expendables #section02 h3 {
		margin-bottom: 1.5rem;
		line-height: 1;
	}
	#expendables #section02 p {
		line-height: 1.8;
	}
}


@media screen and (max-width: 1024px) {
  #expendables #section02 {
    margin-bottom: unset;
  }
	#expendables #section02 h3 {
    font-size: 2.0rem;
	}
}
@media screen and (max-width: 820px) {
	.main_page #section01 .flex{
		align-items:flex-start;
	}
	#expendables #section02 p {
        font-size: 1.4rem;
    }
	#expendables #section02 .image{
		aspect-ratio: 1;
		display: grid;
		place-content: center;
	}
}
	
@media screen and (max-width: 520px) {
  #expendables #section01 .flex .text, #expendables #section01 .flex .image {
    width: 100%;
    margin-top: 2rem;
  }
  #expendables #section02 ul li {
    display: block;
  }
	#expendables #section02 .image{
		aspect-ratio: unset;
	}
  #expendables #section02 .text, #expendables #section02 .image {
    width: 100%;
  }
  #expendables #section02 h3 {
    font-size: 2rem;
    margin-top: 2rem;
        margin-bottom: 1rem;
  }
}