﻿@charset "UTF-8";
/*このcssはsassは使用していない直書き*/

.info-important {
  text-align: center;
  margin-bottom: 60px;
}


.text_area_com{

  padding: 15px 0;
  font-size: 14px;

}

@media screen and (max-width: 768px){
  .text_area_com{
      padding: 4.2vw 0;
      font-size: 3.4vw;
      line-height: 5.6vw;
  }
}

.txt_plus20231004{
margin-top: 16px;
text-align: center;
color: #333;
line-height: 1.6;
}