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;
}

#section1 .inner , #section1 .heading {
  border-color: #85CCC7;
}

#section1 .radio {
  display: flex;
  gap: 40px 40px;
}

#section1 .column  {
  display: block;
  margin-top: 20px;
}

#section1 .column .cell {
  min-height: calc(28px + 70px);
}

#section1 .column .label {
  margin-bottom: 10px;
}

#privacy-check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
  color: #4D4D4D;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 20px;
}

#privacy-check-error {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

#confirm-message {
  color: #A5A5A6;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  width: 90%;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

#privacy-check  a {
  color: #85CCC7;
}

#submit-button {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#submit-button button {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #85ccc7;
  font-weight: 600;
  color: #85CCC7;
  font-size: 2.2rem;
  letter-spacing: 2.5rem;
  padding-left: calc(2.5rem + 60px);
  padding-right: 60px;
  padding-top: calc(3px + 1px);
  padding-bottom: 3px;
}

#back-button {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#back-button button {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #A5A5A6;
  font-weight: 600;
  color: #A5A5A6;
  font-size: 2.2rem;
  letter-spacing: 2.5rem;
  padding-left: calc(2.5rem + 60px);
  padding-right: 60px;
  padding-top: calc(3px + 1px);
  padding-bottom: 3px;
}


input[type="text"] {
  height: 38px;
  border: 2px solid #b3b3b3;
  padding-left: 15px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  width: 100%;
  max-width: 350px;
}

input::placeholder {
  font-size: 1.2rem;
  color: #A5A5A6;
}

textarea {
  display: block;
  border: 2px solid #b3b3b3;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  width: 100%;
  max-width: 650px;
  height: 250px;
}

.error-text {
  font-weight: 500;
  font-size: 1.6rem;
  color: #e60033;
  display: block;
  line-height: normal;
  letter-spacing: 0.2rem;
  margin-top: 2px;
}

p.confirm {
  white-space: pre-wrap;
  padding-left: 12px;
}

p.complete {
  font-weight: 500;
  font-size: 2rem;
  color: #A5A5A6;
}