html {
  font-size: 48.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
}

#container {
  background-color: #fff;
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

.section {
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 10vw;
}

.section .inner {
  border-left-width: 25px;
  border-left-style: solid;
  padding-left: 20px;
  color: #4D4D4D;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

.section .heading  {
  display: block;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.section .heading h2 {
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  line-height: 1.3em;
  color: #85CCC7;
}

.section .text p {
  margin-top: 35px;
  line-height: 1.8em;
}

.section .text2 p {
  margin-top: 20px;
  line-height: 1.8em;
}

.section .text2 ul {
  margin-top: 20px;
  list-style: none;
}

.section .text2 ul li {
  margin-top: 15px;
}

#privacy-policy {
  width: 100%;
  margin-top: 11vw;
  padding-left: 3vw;
  padding-right: 3vw;
}

#privacy-policy h1 {
  font-size: 4.4vw;
  letter-spacing: 0.3vw;
  color: #666666;
  padding-bottom: 0.2vw;
  border-bottom: 2px solid #666666;
  margin-bottom: 8.1vw;
}

#privacy-policy p {
  margin-top: 8vw;
  font-size: 3vw;
  letter-spacing: 0.1vw;
  color: #666666;
}

#privacy-policy h2 {
  margin-top: 8vw;
  font-size: 3.2vw;
  letter-spacing: 0.1vw;
  color: #666666;
  font-weight: 600;
  margin-top: 2vw;
  text-align: center;
}

#privacy-policy h3 {
  margin-top: 8vw;
  font-size: 3vw;
  letter-spacing: 0.1vw;
  color: #666666;
  font-weight: 600;
  margin-top: 2vw;
}

#privacy-policy a {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 600;
  color: #85ccc7;
  text-decoration: none;
}

#fixed-top-link {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 55px;
}

#fixed-top-link img {
  width: 100%;
}

#fixed-contact-link {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 95px;
  z-index: 999;
  width: 55px;
}

#fixed-contact-link img {
  width: 100%;
}