@charset "utf-8";
html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", Arial, sans-serif;
    font-style: normal;
    color: #2f2f2f;
    background-color: #fff;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    margin: 0 auto;
}
.main {
  padding: 2rem;
}

.title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-align: center;
}
.contact__txt{
  text-align: center;
}
.contact__circle {
  background: #f8f8f8;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 8px;
}
.contact__title{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact__circle a {
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
}

.notice-box {
  background: #fffbe6;
  border: 1px solid #ffd700;
  padding: 1rem;
  margin-top: 2rem;
  border-radius: 8px;
}

.notice-box ul {
  padding-left: 1.2rem;
}
