@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&family=Roboto:wght@100;300;400;500;700;900&display=swap);

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', 'Hiragino Kaku Gothic Pro', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium', YuGothic Gothic Medium, 'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3e3e3e;
}

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

* {
  outline: none;
}

body {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3e3e3e;
  overflow-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
table,
pre,
p {
  margin-top: 0;
}

h1 {
  font-size: 2em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

#header {
  z-index: 500;
  margin: 0;
}
.header .header-title {
  margin: auto;
  background: none;
}
.header .header-title img {
  width: 120px;
}

.header-title h1 {
  margin: 0;
  padding: 13px 0 0;
  font-size: 0;
  text-align: center;
}

#mainContents {
  background-color: #fff;
}
.text-center {
  text-align: center !important;
}
.message {
  padding: 10px 0;
}

@media (min-width: 62em) {
  html {
    font-size: 125%;
  }
  body {
    font-size: 0.8rem;
  }
  #header {
    position: relative;
  }
  .header .header-title {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    padding: 0 20px;
    max-width: 1320px;
    height: 60px;
  }
  .header .header-title img {
    width: 152px;
  }
}
