/*!
 * rev. 2023-07-21
 * copyright © 2023
 * 
 */
.home-recomend__lower-ph::after {
  content: "";
  width: 22px;
  height: 22px;
  background: none;
    background-size: auto;
  background-size: 100% auto;
  display: block;
  position: absolute;
  right: 11px;
  bottom: 8px;
  border-radius: 50%;
  border: none;
}
.home-recomend__lower-body {
  justify-content: center;
}
.home-recomend__lower02{
  justify-content: flex-start!important;
}
.home-recomend__lower02 .home-recomend__lower-element {
  margin-bottom: 15px;
}
.home-recomend_title{
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin: 30px 0;
}



.column_block_bousai .home-recomend__lower-element {
  width: calc(31%);
}

.column_block_bousai .home-recomend_title {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  margin: 30px 0;
}

@media (max-width: 767px) {
	.home-recomend_title{
	  text-align: center;
	  font-weight: 700;
	  font-size: 20px;
	}
	.home-recomend__lower-body {
	  justify-content: flex-start;
	}

  .column_block_bousai .home-recomend__lower-element {
    width: calc(50% - 10px);
  }

  .column_block_bousai .home-recomend_title {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
  }
}
