@charset "UTF-8";
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 100%;
  font-family: 'Montserrat',Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.08em;
  scroll-behavior: smooth; /* スムーズスクロールを有効にする */
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.pc_only {
  display: block;
}

.pc_only_inline {
  display: inline;
}

.sp_only,
.sp_only_inline {
  display: none;
}


/*----- wrap -----*/
.wrap {
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

/*----- link -----*/
a, a:visited {
  outline: none;
  color: #3f87ba;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*=======================================

=======================================*/

#head1 {
  padding: 0 0 5% 0;
}

.img02p {
  padding: 5% 0 0 0;

}

footer {
  background: #333;
  line-height: 1;
  padding: 25px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
}



#btn_animation .btn2 {
  animation: btn_animation 2s infinite;
}

@keyframes btn_animation {
    0% {
        transform: translate(4px, 0px);
    }
    5% {
        transform: translate(-4px, 0px);
    }
    10% {
        transform: translate(4px, 0px);
    }
    15% {
        transform: translate(-4px, 0px);
    }
    20% {
        transform: translate(4px, 0px);
    }
    25% {
        transform: translate(-4px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

    body {
      font-family: sans-serif;
      font-size: 32px;
      font-weight: bold;
      text-align: center;
    }

    .status-container {
      display: flex;
      justify-content: center;
      gap: 30px; /* 横の間隔 */
      flex-wrap: wrap; /* スマホなど狭い画面対応 */
    }

    .status-item {
      white-space: nowrap;
    }

    .highlight {
      font-family: sans-serif;
      font-size: 32px;
      text-align: center;
      padding-top: 100px;
      color: red;
      font-weight: bold;
    }


/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width: 640px) {
  body {
    line-height: 1.4;
  }

  /*----- wrap -----*/
  .wrap {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .pc_only,
  .pc_only_inline {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .sp_only_inline {
    display: inline;
  }

  .pc_none {
    display: flex;
  }

  /*=======================================

  =======================================*/

  .btn {
    position: relative;
    top: -57px;
  }

  
  footer {
    min-width: inherit;
    padding: 15px 0;
    font-size: 8px;
  }












}