* {
  padding: 0;
  margin: 0;
  border: none;
  font-size: inherit;
  color: inherit;
  font-weight: normal;
  line-height: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
}

html {
  font-size: 16px;
  background: #fceed0;
}

header {
  background: #fff;
  width: 100%;
}

header h1 {
  padding: 10px;
}

header h1 img {
  height: 40px;
  margin: 0 auto;
}

footer {
  margin-top: 100px;
  padding: 20px;
  background: #fff;
}

footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .links p {
  margin-right: 20px;
}

footer .copyright {
  margin-top: 20px;
  font-size: 0.9rem;
  text-align: center;
}

.content .topimage {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.content .topimage p.text {
  position: absolute;
}

.content .topimage p.text.text1 {
  width: 90%;
  top: 5%;
  left: 5%;
}

.content .topimage p.text.text2 {
  width: 50%;
  top: 40%;
  left: 5%;
}

.content .topimage p.text img {
  width: 100%;
}

.content .topimage p.bg img {
  width: 100%;
}

.content .content_item {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content .content_item.mt100 {
  margin-top: 100px;
}

.content h2 {
  font-size: 1.5rem;
  color: #b13d3a;
  font-weight: bold;
  margin-top: 50px;
  border-bottom: 2px solid #b13d3a;
  text-align: center;
  padding-bottom: 20px;
}

.content h2 span {
  display: block;
  background: #b13d3a;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.content p.title {
  margin-top: 80px !important;
  padding: 30px 50px;
  background: #e4da75;
}

.content p.title.title-top {
  padding: 30px 50px 10px;
}

.content p.img {
  margin-top: 50px;
}

.content p.img.w60 {
  width: 60%;
  padding-left: 30px;
}

@media screen and (max-width: 1000px) {
  .content p.img.w60 {
    width: 90%;
  }
}

.content p.img.p30 {
  padding: 0 30px;
}

.content p.img.img-center {
  margin-left: auto;
  margin-right: auto;
}

.content p.img img {
  width: 100%;
}

.content div.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .content div.items {
    display: block;
  }
}

.content div.items .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content div.text {
  padding: 30px 10%;
}

.content div.text p {
  margin-bottom: 10px;
  line-height: 1.5rem;
}

.content div.privacy {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5rem;
}

.content div.privacy p {
  line-height: 1.5rem;
}

.content div.privacy h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content div.privacy h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content div.privacy h5 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content div.privacy table {
  width: 100%;
  border-left: 1px solid #303030;
  border-top: 1px solid #303030;
  border-collapse: collapse;
  margin: 20px 0;
}

.content div.privacy table tr th,
.content div.privacy table tr td {
  padding: 10px 20px;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  line-height: 1.5rem;
}

.contact {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 30px;
  background: #fff;
}

.contact h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-align: center;
}

.contact dl dt,
.contact dl dd {
  line-height: 2rem;
}

.contact dl dt {
  font-weight: bold;
}

.contact dl dd {
  margin-left: 20px;
}
/*# sourceMappingURL=style.css.map */