@charset "UTF-8";
/*
Theme Name: araever
Description: araever
Theme URI:
Author: 株式会社ハジメクリエイト
Author URI: https://hajimecreate.com/
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  line-height: 1;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article {
  padding: 80px 16px;
}
article .container {
  max-width: 992px;
  margin: 0 auto;
}
article .container .contents {
  border: 1px solid #1861AE;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  article .container .contents {
    padding: 20px;
  }
}
article .container .contents img {
  width: 280px;
  display: block;
  margin: 0 auto;
}
article .container .contents p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
article .container .footer {
  text-align: center;
  font-size: 20px;
  margin-top: 16px;
}

/*# sourceMappingURL=style.css.map */
