
/*　tarpaulin 共通
------------------------------------------------------------------------------------------------*/


.img-right{
  display: grid;
  grid-template-columns: 1fr 46rem;
  align-items: flex-start;
  gap: 6rem;
}
.img-right .img{
  order: 2;
}
.img-right .txt h3{
	font-size: 2rem;
  margin-bottom: 1em;
}
.img-right .txt hr{
  border-top: 1px solid #DEDEDE;
  margin: 2rem 0;
}
.img-right .txt p + p{
  margin-top: 1.2em;
}




/*　door 共通
------------------------------------------------------------------------------------------------*/




/*　aluminum 共通
------------------------------------------------------------------------------------------------*/




/*　bike-parts 共通
------------------------------------------------------------------------------------------------*/




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){

/*　tarpaulin SP
------------------------------------------------------------------------------------------------*/


.img-right{
  grid-template-columns: 100%;
  gap: 2rem;
}
.img-right .img{
  order: unset;
}
.img-right .txt h3{
  font-size: 1.6rem;
  margin-bottom: 0.7em;
}
.img-right .txt hr{
  margin: 1.4rem 0;
}




}/*　スマホここまで */



