.emphasis{

    text-align: center;
    font-size: 20px; 
    color: #2196F3;

}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.memo2 {
  color: #9c0101;/*文字色*/
  font-size: 35px; 
  font-weight: bold;
  padding: 0 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  border-left: 7px dotted #a08a81;
  background-color: #ffffff;
  outline: 3px solid #a08a81;
  outline-offset: 0.5em;
  position: relative;
  text-align: center;
}
.memo2:after {
  content: '';
  position: absolute;
  right: calc(-0.5em - 3px);
  top: calc(-0.5em - 3px);
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #815a5a #fff #815a5a;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.line {
  color: #a08a81;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #a08a81;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.meinbig {

    font-size: 30px; 
    margin-left: 30px;
    text-align: center;   /* 中央寄せ */
    margin-top: 60px;     /* 上の余白を40px */
    margin-bottom: 100px;  /* 下の余白を20px */

}