@charset "utf-8";
/* CSS Document */
/* 共通 */
.ouchitime_box1 ul, .ouchitime_box2 ul, .ouchitime_box3 ul {
  padding: 0;
  position: relative;
  margin: 0 0 2.0rem 0;
}
/* ルームウェア */
.ouchitime_box1 ul li {
  color: black;
  border-left: solid 8px #ef5951; /*左側の線*/
  background: whitesmoke; /*背景色*/
  margin-bottom: 5px; /*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 15px 15px 0; /*右側の角だけ丸く*/
  padding: 0.5em;
  list-style-type: none !important;
}
.t_ouchitime1 {
  position: relative;
  padding: 0.5rem;
  margin: 1.25em 0 1.25em 0;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), rgba(255,255,255,0));
  background: linear-gradient(to right, rgb(240, 119, 80), rgba(255,255,255,0));
  color: #545454;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
/* ご近所スタイル */
.ouchitime_box2 ul li {
  color: black;
  border-left: solid 8px #7dbf5e; /*左側の線*/
  background: whitesmoke; /*背景色*/
  margin-bottom: 5px; /*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 15px 15px 0; /*右側の角だけ丸く*/
  padding: 0.5em;
  list-style-type: none !important;
}
.t_ouchitime2 {
  position: relative;
  padding: 0.5rem;
  margin: 1.25em 0 1.25em 0;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), rgba(255,255,255,0));
  background: linear-gradient(to right, rgb(207, 224, 116), rgba(255,255,255,0));
  color: #545454;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
/* スポーツウェア */
.ouchitime_box3 ul li {
  color: black;
  border-left: solid 8px #036eb8; /*左側の線*/
  background: whitesmoke; /*背景色*/
  margin-bottom: 5px; /*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 15px 15px 0; /*右側の角だけ丸く*/
  padding: 0.5em;
  list-style-type: none !important;
}
.t_ouchitime3 {
  position: relative;
  padding: 0.5rem;
  margin: 1.25em 0 1.25em 0;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), rgba(255,255,255,0));
  background: linear-gradient(to right, rgb(66, 174, 219), rgba(255,255,255,0));
  color: #545454;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
/* もっと見る */
.block-link {
  text-align: center;
  display: none;
}