@charset "UTF-8";


/*
.section-products {
  margin-bottom: 80px;
}

.section-main-products {
  display: flex;
  justify-content: space-between;
}

.section-main-products-item {
  width: 47%;
  margin-bottom: 20px;
}

*/

.section-products {
  margin-bottom: 80px;
}

.products-wrap {
  display: flex;
  margin-bottom: 80px;
}

.pdt-01-wrap,
.pdt-02-wrap {
  justify-content: space-between;
}
/*
.pdt-03-wrap {
  justify-content: center;
}
*/
.pdt-03-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.pdt-04-wrap {
  justify-content: space-between;
}
.pdt-05-wrap {
  justify-content: space-between;
}




/*
.pdt-03-item {
  width: 50%;
}
*/
.pdt-03-item {
  width: 50%;
}
.pdt-04-item {
  width: 30%;
}
.pdt-05-item {
  width: 23%;
}



.products-wrap p {
  /*text-align: center;*/
}



.products-image {
  width: 46%;
}
.products-description {
  width: 50%;
}


.products-description p {
  margin-bottom: 1em;
}


@media screen and (max-width:640px) {
.pdt-01-wrap,
.pdt-02-wrap {
  flex-direction: column;
}
.products-image {
  width: 100%;
  margin-bottom: 20px;
}
.products-description {
  width: 100%;
}
.button-products a {
  margin: 0 auto;
}
}



/* ご注文の流れ
-----------------------------------------------------------------*/
.flow-content {
  margin-bottom: 80px;
}
.flow-content .inner {
  margin-left: 2em;
}
.flow-content p {
	text-align:justify;
	text-justify:inter-ideograph;
}

#flow .download-item img {
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.if-tel {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.if-tel span {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.caution p span {
  font-size: 2.4rem;
  font-weight: 500;
  color: #cc0000;
}

@media screen and (max-width:640px) {
.flow-content .inner {
  margin-left: 0;
}
}




/* トイレカー／マルチルームカー 共通
-----------------------------------------------------------------*/

.product-main-image {
  margin-bottom: 30px;
}

.item-pic {
  margin-bottom: 10px;
}

.additional-section {
  margin-top: 100px;
}







/* マルチルームカー
-----------------------------------------------------------------*/

.container-3-2col {
  width: 65.5%;
}
.container-3-1col {
  width: 31%;
}
.item-vertical {
  display: flex;
  flex-direction: column;
}

.container-3-1col-item {
  margin-bottom: 30px;
}

.off-grid-image2 {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
.container-3-2col,
.container-3-1col {
  width: 100%;
  margin-bottom: 30px;
}
}



/* トイレカー
-----------------------------------------------------------------*/

.toilet-car-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.toilet-car-image {
  width: 35%;
}
.toilet-car-description {
  width: 60%;
}


.toilet-car-description p {
  margin-bottom: 1em;
}

.container-toilet-equipment-item img {
  margin-bottom: 5px;
}

.container-toilet-equipment-item p {
  font-size: 1.2rem;
}







@media screen and (max-width:640px) {
.solution-wrap {
  flex-direction: column;
}
.solution-image {
  width: 100%;
  margin-bottom: 20px;
}
.solution-description {
  width: 100%;
}
.button-solution a {
  margin: 0 auto;
}
}

