html {
  font-size: 49.6%;
}

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:first-of-type {
  margin-top: 0px;
}

.section {
  max-width: 1040px;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 80px;
}

.section .inner {
  border-left-width: 48px;
  border-left-style: solid;
  padding-left: 48px;
  padding-bottom: 24px;
  color: #4D4D4D;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

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

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

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

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

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

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

#footer {
  margin-top: 200px;
}

#privacy-policy {
  max-width: 1200px;
  margin: auto;
  margin-top: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 25px;
}

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

#privacy-policy p {
  font-size: 12pt;
  letter-spacing: 2px;
  color: #666666;
  margin-top: 1.5vw;
}

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

#privacy-policy h3 {
  font-size: 12pt;
  letter-spacing: 2px;
  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: 45px;
  bottom: 45px;
  z-index: 999;
  width: 65px;
}

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

#fixed-contact-link {
  position: fixed;
  cursor: pointer;
  right: 45px;
  bottom: 130px;
  z-index: 999;
  width: 65px;
}

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