@charset "UTF-8";
/* CSS Document */

/*
.body {
  line-height: 1.9 !important;
}
  .blockinner{ text-align: center;}
.blockinner .ttl01 {
  margin: 1.0em 0 0 0 !important;
  line-height: 1.0 !important;
  font-size: 16px !important;
}
.blockinner .ttl01 span {
  font-weight: normal !important;
  font-size: 32px;
}
.blockinner .ttl02 {
  margin: 1.0em 0 0 0 !important;
  font-size: 16px !important;
}

*/

.box{ display: flex; gap: 0 2%; margin: 4.0em 0 0 0;}
.box_reverse{ flex-direction:row-reverse;}
.box  >* { flex: 0 0 49%;}
.box h2{ font-size: 200%; color: #A53F56; text-align: center;}
.box h2::after{ display: block; content: "■ ■ ■"; color: #123240; text-align: center; font-size: 9px; margin: 1.0em 0 0 0;}
.box p{ margin: 2.0em; line-height: 1.9; font-size: 100%;}
.box .fulltext{ flex: 0 0 100%;}

@media (max-width: 640px){
  .box{ display: block;} 
}
