@charset "utf-8";
/* CSS Document */

.running_h2 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #e74a02;
/*  border-bottom: 6px solid #814336;  2021aw */
}

.running_h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #f9b596;
/*  background: #bf7834;  2021aw */
}

.running_p1 {
  border: solid 2px #585858;
  padding: 20px;
  line-height: 1.4rem;
  margin-top: 10px;
}


.running_p2 {
  background-color: #fbe8df;
/*  background-color: #fbeedf;  */
  line-height: 1.4rem;
  font-size: 0.9rem;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.block-link--link { 
  font-size: 0.8rem;
}


/* もっと見るを非表示にする */
.block-link { 
  display: none;
}


