/*** THEME ***/
#body-wrapper #topimg {
  line-height: 0;
  margin-bottom: 0; }
  #body-wrapper #topimg img {
    width: 100%; }
#body-wrapper .message_wrap {
  padding: 9.375rem 0;
  background-color: #E20000;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap; }
  #body-wrapper .message_wrap h3 {
    font-size: 2.5rem;
    line-height: 1.925em;
    letter-spacing: 0.047em;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 6.25rem; }
  #body-wrapper .message_wrap .txt {
    max-width: 27.8125rem;
    font-weight: bold; }
  @media only screen and (max-width: 736px) {
    #body-wrapper .message_wrap {
      flex-wrap: wrap;
      padding: 7.0588235294rem 0; }
      #body-wrapper .message_wrap h3 {
        font-size: 2.5882352941rem;
        line-height: 1;
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 4.1176470588rem; }
      #body-wrapper .message_wrap .txt {
        padding-left: 3.125rem;
        font-size: 1.4117647059rem;
        line-height: 2.25em;
        width: 100%;
        max-width: none; } }
#body-wrapper .information_wrap {
  padding: 9.375rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/message/message_bg.jpg);
  position: relative; }
  #body-wrapper .information_wrap::before {
    content: "";
    display: block;
    width: 3.8125rem;
    height: 8.25rem;
    background: url(../img/message/arrow_bottom.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -2.8125rem;
    left: 50%;
    transform: translate(-50%, 0); }
  #body-wrapper .information_wrap .txt_wrap {
    max-width: 28.75rem;
    margin: auto; }
    #body-wrapper .information_wrap .txt_wrap h3 {
      font-size: 1.375rem;
      line-height: 1em;
      letter-spacing: 0.05em;
      font-weight: bold;
      margin-bottom: 1.25rem;
      text-align: left; }
    #body-wrapper .information_wrap .txt_wrap .txt {
      font-size: 0.875rem;
      line-height: 2em;
      letter-spacing: 0.05em;
      font-weight: bold; }
  @media only screen and (max-width: 736px) {
    #body-wrapper .information_wrap .txt_wrap {
      max-width: none;
      margin: auto; }
      #body-wrapper .information_wrap .txt_wrap h3 {
        font-size: 1.8823529412rem;
        letter-spacing: 0;
        font-weight: bold;
        margin-bottom: 2.3529411765rem;
        text-align: center; }
      #body-wrapper .information_wrap .txt_wrap .txt {
        width: 85.3333333333%;
        margin: auto;
        font-size: 1.4117647059rem;
        letter-spacing: 0.05em;
        font-weight: bold; } }
