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

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

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

#section1 .column  {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}

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

#section1 .column .label {
  min-width: 150px;
  border-right: 2px solid #A5A5A6;
}

#section1 .column .content {
  margin-left: 45px;
}

#section1 .column .confirm {
  margin-left: 45px;
}

#privacy-check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px 8px;
  color: #4D4D4D;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  margin-top: 40px;
}

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

#confirm-message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px 8px;
  color: #A5A5A6;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  margin-top: 40px;
}

#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.8rem;
  letter-spacing: 2.5rem;
  padding-left: calc(2.5rem + 80px);
  padding-right: 80px;
  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.8rem;
  letter-spacing: 2.5rem;
  padding-left: calc(2.5rem + 80px);
  padding-right: 80px;
  padding-top: calc(3px + 1px);
  padding-bottom: 3px;
}

#footer {
  margin-top: 200px;
}

input[type="text"] {
  height: 38px;
  border: 2px solid #b3b3b3;
  padding-left: 15px;
  width: 350px;
}

input::placeholder {
  color: #A5A5A6;
}

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

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

p.confirm {
  white-space: pre-wrap;
}

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