@charset "UTF-8";
body {
  color: #666666;
}

h1 {
  font-size: 60px;
  text-align: center;
  padding: 50px 0;
  font-family: "STKaiti";
  color: #523c3c;
  line-height: 120%;
}
h1 .title-jp {
  margin-top: 10px;
  font-size: 23px;
  font-weight: 600;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 200%;
}

.block {
  width: 1000px;
  max-width: 90%;
  margin: 100px auto;
  color: #666666;
}
.block p {
  margin: 20px 0;
}
.block .p1 {
  color: #e7cbb4;
}
.block h2 {
  font-size: 28px;
  margin-top: 70px;
}
.block h3 {
  margin-top: 70px;
  font-weight: 600;
}
.block h3.add2 {
  margin-top: 20px;
  font-size: 18px;
}
.block table {
  margin-top: 50px;
}
.block table th {
  text-align: left;
  width: 35%;
  padding-right: 5%;
}
.block table th,
.block table td {
  padding-bottom: 50px;
}

section.contact {
  background: #fdf8f5;
  width: 650px;
  max-width: 90%;
  margin: 0 auto;
  padding: 50px 5%;
  border-radius: 50px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  color: #666666;
}
section.contact .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
section.contact table th {
  width: 30%;
}
section.contact table th,
section.contact table td {
  text-align: left;
}

.link-flex {
  display: flex;
  width: 1200px;
  max-width: 90%;
  flex-wrap: wrap;
  margin: 100px auto;
  justify-content: center;
}
.link-flex .left,
.link-flex .right {
  width: 500px;
  justify-content: center;
  max-width: 100%;
}
.link-flex .left a,
.link-flex .right a {
  display: flex;
  align-items: center;
  border-bottom: dashed 1px #8e8e8e;
  width: 90%;
  font-size: 25px;
  padding: 20px 10%;
  margin-bottom: 30px;
}
.link-flex .left a img,
.link-flex .right a img {
  width: 100px;
  padding: 10px 20px;
  background: white;
  border-radius: 9999px;
}
.link-flex .left a .link-title,
.link-flex .right a .link-title {
  flex-grow: 1;
}

.solicitation h2 {
  border-bottom: solid 1px #707070;
  padding-bottom: 10px;
}
.solicitation h4 {
  margin: 20px 0;
  font-weight: 600;
}
.solicitation h3 {
  color: #523c3c;
  background: #fdf8f5;
  border-radius: 7px;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 30px;
}
.solicitation ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.solicitation ul li {
  list-style: "・";
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  h1 {
    font-size: 50px;
    padding-top: 20px;
  }
  h1 .title-jp {
    font-size: 20px;
  }
  .block {
    margin: 50px auto;
  }
  .link-title {
    font-size: 20px;
  }
  .link-flex .left a img,
  .link-flex .right a img {
    width: 70px;
  }
  .solicitation h1 {
    font-size: 40px;
  }
  .solicitation h2 {
    margin-top: 40px;
    font-size: 23px;
  }
  .business h1 {
    font-size: 40px;
  }
  .business h2 {
    font-size: 25px;
  }
}/*# sourceMappingURL=policy.css.map */