
.remodal .message,.remodal .message p{font-size:15px; line-height: 24px; font-weight: none;}
.remodal h2,.remodal h3,.remodal h4{font-weight: bold;letter-spacing:0.15em;}
.remodal h2{font-size:23px;margin-bottom: 20px;}
.remodal h3,.remodal h4{font-size:21px;}
.remodal .message .list_box p{font-size:18px; line-height: 24px;letter-spacing:0.1em; font-weight: bold;}

@media only screen and (max-width: 767px){
.remodal .message,.remodal .message p{font-size:14px; font-weight: none;}
.remodal .message .list_box p{font-size:16px; line-height: 24px; letter-spacing:0.1em; font-weight: bold;}
.remodal h2{font-size:23px;margin-bottom: 20px;}
.remodal h3,.remodal h4{font-size:21px; position: relative;  display: inline-block;  padding: 0 55px;}
.remodal h3:before,.remodal h4:before, 
.remodal h3:after,.remodal h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  border-top: solid 1px #7d0022;
  border-bottom: solid 1px #7d0022;
}
.remodal h3:before,.remodal h4:before{left:0;}
.remodal h3:after,.remodal h4:after{right: 0;}

}