@charset "UTF-8";

.in_width_45em_EAB510 {
  width: 45em; }

@media screen and (max-width: 1024px) {
 .in_width_45em_EAB510 {
   width: 50vw; } }

/* 画面幅が最大の時にテキストエリアの文字をすべて表示 */
.in_width_70em_EAB510 {
  width: 70em; }

@media screen and (max-width: 1209px) {
 .in_width_70em_EAB510 {
   width: 50vw; } }

@media screen and (max-width: 768px) {
 .in_width_45em_EAB510, .in_width_70em_EAB510 {
   width: 75vw; } }