#fvContainer {
  width: calc(50% + 450px);
  margin: 170px 0 0 auto;
}

main .logo {
  width: 141.0512px;
  position: absolute;
  top: 30px;
  left: 40px;
}

.fvImg {
  width: calc(100% - 166px);
  margin-left: 166px;
}

.fvText {
  margin-top: -53px;
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 90px;
  letter-spacing: 3px;
  line-height: 1.1;
  color: var(--titleFontColor);
}

.fvText p {
  margin-top: 13px;
  font-size: 30px;
  line-height: 1.5;
}







#aboutContainer {
  width: 90%;
  max-width: 900px;
  margin: 70px auto 0;
  display: flex;
  gap: 0 40px;
}

#aboutContainer p {
  flex: 400px;
  font-size: 18px;
}

.aboutImg {
  flex: 460px;
}






#benefitsContainer {
  width: 90%;
  max-width: 900px;
  margin: 120px auto 0;
}

h3 {
  font-size: 30px;
}

.benefitsContents {
  margin: 20px auto 25px;
}

.benefits {
  padding: 30px 15px 25px;
  box-sizing: border-box;
  border-top: 1px solid var(--secondaryColor);
  position: relative;
}

.benefits:first-of-type::after {
  content: "または";
  display: block;
  width: 86px;
  background: var(--primaryColor);
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}

.benefits:last-of-type {
  border-bottom: 1px solid var(--secondaryColor);
}

h4 {
  width: 102.1863px;
  height: 31.4892px;
  font-size: 18px;
  line-height: 1;
  background: url(../img/benefitsBack.png) center center / contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits p > span:first-of-type {
  display: block;
  font-size: 24px;
}

.benefits p > span:last-of-type {
  font-size: 50px;
  line-height: 1;
}

.benefits p > span:last-of-type span {
  font-size: 21.6922px;
  margin-left: 5px;
}

small {
  /* display: block; */
  margin-top: 5px;
  font-size: 12px;
}






#venueContainer {
  width: 90%;
  max-width: 1100px;
  margin: 120px auto 0;
}

.venueTitle {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 50px 40px;
  box-sizing: border-box;
  background: url(../img/venueBack.png) center center / cover no-repeat;
  text-align: center;
  position: relative;
  z-index: 1;
}

.venueTitle h3 {
  position: relative;
}

.venueTitle h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.venueTitle p {
  margin-top: 20px;
  font-size: 18px;
}

.venueTitle p:last-of-type {
  margin-top: 20px;
  font-size: 16px;
}

.venueContents {
  margin-top: -124px;
  padding: 210px 100px 100px;
  box-sizing: border-box;
  background: #fff;
  color: var(--primaryColor);
  text-align: center;
}

.venueContents h3 {
  font-size: 40px;
}

.venueContents picture img {
  width: 800px;
  margin-top: 40px;
}

.venueContents p {
  margin-top: 40px;
}

#venueContainer .btn {
  margin: 50px auto 0;
  border: 2px solid var(--primaryColor);
  cursor: pointer;
}

#venueContainer .btn::after {
  background: var(--primaryColor);
}

#venueContainer .btn a {
  font-weight: bolder;
  color: var(--primaryColor);
}

#venueContainer .btn:hover::after {
  right: 10px;
}

.cautionsContainer {
  width: 100vw;
  height: 100dvh;
  padding: 150px 0 100px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.cautionsContainer.active {
  opacity: 1;
  visibility: visible;
}

.cautionsCloseBtn {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
  cursor: pointer;
}

.cross {
  width: 24px;
  height: 24px;
  position: relative;
}

.cross span {
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cross span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cross span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cautionsContents {
  width: 90%;
  max-width: 800px;
  margin: 10px auto 0;
  padding: 60px 60px;
  box-sizing: border-box;
  background: #fff;
}

.cautionsText:first-of-type {
  margin-bottom: 70px;
}

.cautionsText dt {
  font-size: 26px;
  line-height: 1.4;
  color: var(--titleFontColor);
  text-align: center;
  position: relative;
}

.cautionsText dt::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: var(--titleFontColor);
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.cautionsText dd {
  margin-top: 50px;
  font-size: 14px;
  color: #000;
}







#appContainer {
  margin-top: 200px;
  padding: 100px 0 200px;
  background: #fff;
  color: var(--primaryColor);
}

#appContainer .title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.title h2 {
  font-size: 60px;
  line-height: 1.2;
  color: var(--titleFontColor);
}

.title p {
  margin-top: 10px;
  font-size: 20px;
}

.appText {
  width: 90%;
  margin: 70px auto 0;
  text-align: center;
}

.appText p {
  font-size: 18px;
}

.formContainer {
  width: 90%;
  max-width: 800px;
  margin: 40px auto 0;
  padding: 70px 100px 70px;
  box-sizing: border-box;
  background: #F3F2F0;
}

.formGroup {
  margin-bottom: 40px;
}

.itemName {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.must {
  margin-left: 5px;
  font-size: 12px;
  color: var(--titleFontColor);
}

.itemName > small {
  margin-left: 10px;
  font-weight: 500;
}

.answer {
  display: flex;
  gap: 0 16px;
}

.answer.radio {
  gap: 0 25px;
}

.answer.text label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}

input[type="text"], input[type="date"] {
  width: 100%;
  flex: 0 1 100%;
  max-width: 292px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
}

.email input[type="text"], .email_confirm input[type="text"] {
  max-width: 454px;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
}

.agree a {
  color: #000;
  text-decoration: underline;
}

.agree label {
  display: block;
}

.agree input {
  margin-right: 5px;
}

#btn {
  display: block;
  width: 300px;
  height: 70px;
  margin: 50px auto 0;
  font-size: 20px;
  letter-spacing: 30px;
  text-indent: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: var(--titleFontColor);
  font-weight: bolder;
  border: 2px solid var(--titleFontColor);
  box-sizing: border-box;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}

#btn:hover::after {
  right: 10px;
}

#btn::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: var(--titleFontColor);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.btnConfirm {
  display: block;
  margin-top: 50px;
  text-align: center;
}

#privacypolicyText {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #E0E0E0;
}

#privacypolicyText small {
  display: block;
  line-height: 1.7;
}

#privacypolicyText small a {
  color: var(--titleFontColor);
  text-decoration: underline;
}
#privacypolicyText small a.ad {
  color: #202B46;
  text-decoration: none;
}

#submitResult {
  font-size: 20px;
  text-align: center;
  color: var(--titleFontColor);
  text-decoration: underline;
}

.error {
  flex: 1 1 100%;
  font-size: 1.1em;
  color: red;
}












@media (max-width: 1024px) {
#fvContainer {
  width: 95%;
  margin: 120px 0 0 auto;
}

main .logo {
  width: 124.1250px;
  /* position: absolute; */
  top: 26px;
  left: 28px;
}

.fvImg {
  width: 84%;
  margin: 0 0 0 auto;
}

.fvText {
  margin-top: -43px;
}

h1 {
  font-size: 80px;
  letter-spacing: 2.7px;
  /* line-height: 1.1;
  color: var(--titleFontColor); */
}

.fvText p {
  /* margin-top: 13px; */
  font-size: 26px;
  /* line-height: 1.5; */
}







#aboutContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 40px auto 0;
  /* display: flex; */
  gap: 40px 0;
  flex-direction: column;
}

#aboutContainer p {
  flex: 0 1 auto;
  /* font-size: 18px; */
}

.aboutImg {
  flex: 0 1 auto;
}






/* #benefitsContainer {
  width: 90%;
  max-width: 900px;
  margin: 120px auto 0;
}

h3 {
  font-size: 30px;
}

.benefitsContents {
  margin: 20px auto 25px;
}

.benefits {
  padding: 30px 15px 25px;
  box-sizing: border-box;
  border-top: 1px solid var(--secondaryColor);
}

.benefits:first-of-type::after {
  content: "または";
  display: block;
  width: 86px;
  background: var(--primaryColor);
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}

.benefits:last-of-type {
  border-bottom: 1px solid var(--secondaryColor);
}

h4 {
  width: 102.1863px;
  height: 31.4892px;
  font-size: 18px;
  line-height: 1;
  background: url(../img/benefitsBack.png) center center / contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits p > span:first-of-type {
  display: block;
  font-size: 24px;
}

.benefits p > span:last-of-type {
  font-size: 50px;
  line-height: 1;
}

.benefits p > span:last-of-type span {
  font-size: 21.6922px;
  margin-left: 5px;
}

small {
  margin-top: 5px;
  font-size: 12px;
} */






#venueContainer {
  /* width: 90%;
  max-width: 1100px; */
  margin: 100px auto 0;
}

/* .venueTitle {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 50px 40px;
  box-sizing: border-box;
  background: url(../img/venueBack.png) center center / cover no-repeat;
  text-align: center;
  position: relative;
  z-index: 1;
} */

/* .venueTitle h3 {
  position: relative;
}

.venueTitle h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.venueTitle p {
  margin-top: 20px;
  font-size: 18px;
}

.venueTitle p:last-of-type {
  margin-top: 20px;
  font-size: 16px;
} */

.venueContents {
  margin-top: -124px;
  padding: 200px 70px 80px;
  /* box-sizing: border-box;
  background: #fff;
  color: var(--primaryColor);
  text-align: center; */
}

.venueContents h3 {
  font-size: 36px;
  line-height: 1.6;
}

.venueContents picture img, .venueContents img {
  width: 385.9262px;
  margin-top: 30px;
}

/* .venueContents p {
  margin-top: 40px;
}

#venueContainer .btn {
  margin: 50px auto 0;
  border: 2px solid var(--primaryColor);
  cursor: pointer;
}

#venueContainer .btn::after {
  background: var(--primaryColor);
}

#venueContainer .btn a {
  font-weight: bolder;
  color: var(--primaryColor);
} */



/* ポップアップ */
/* .cautionsContainer {
  width: 100vw;
  height: 100dvh;
  padding: 150px 0 100px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.cautionsContainer.active {
  opacity: 1;
  visibility: visible;
}

.cautionsCloseBtn {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
  cursor: pointer;
}

.cross {
  width: 24px;
  height: 24px;
  position: relative;
}

.cross span {
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cross span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cross span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cautionsContents {
  width: 90%;
  max-width: 800px;
  margin: 10px auto 0;
  padding: 60px 60px;
  box-sizing: border-box;
  background: #fff;
}

.cautionsText:first-of-type {
  margin-bottom: 70px;
}

.cautionsText dt {
  font-size: 26px;
  line-height: 1.4;
  color: var(--titleFontColor);
  text-align: center;
  position: relative;
}

.cautionsText dt::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: var(--titleFontColor);
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.cautionsText dd {
  margin-top: 50px;
  font-size: 14px;
  color: #000;
} */







#appContainer {
  margin-top: 150px;
  padding: 110px 0 100px;
  /* background: #fff;
  color: var(--primaryColor); */
}

/* #appContainer .title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.title h2 {
  font-size: 60px;
  line-height: 1.2;
  color: var(--titleFontColor);
} */

/* .title p {
  margin-top: 10px;
  font-size: 20px;
} */

.appText {
  /* width: 90%; */
  margin: 40px auto 0;
  /* text-align: center; */
}

/* .appText p {
  font-size: 18px;
} */

/* .formContainer {
  width: 90%;
  max-width: 800px;
  margin: 40px auto 0;
  padding: 70px 100px 70px;
  box-sizing: border-box;
  background: #F3F2F0;
} */

/* .formGroup {
  margin-bottom: 40px;
} */

/* .itemName {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.must {
  margin-left: 5px;
  font-size: 12px;
  color: var(--titleFontColor);
}

.itemName > small {
  margin-left: 10px;
  font-weight: 500;
}

.answer {
  display: flex;
  gap: 0 16px;
}

.answer.radio {
  gap: 0 25px;
} */

.answer.text label {
  /* width: 100%;
  display: flex;
  flex-wrap: wrap; */
  gap: 10px 16px;
}

/* input[type="text"], input[type="date"] {
  width: 100%;
  flex: 0 1 100%;
  max-width: 292px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
}

.email input[type="text"], .email_confirm input[type="text"] {
  max-width: 454px;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
}

.agree a {
  color: #000;
  text-decoration: underline;
}

.agree label {
  display: block;
}

.agree input {
  margin-right: 5px;
}

#btn {
  display: block;
  width: 300px;
  height: 70px;
  margin: 50px auto 0;
  font-size: 20px;
  letter-spacing: 30px;
  text-indent: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: var(--titleFontColor);
  font-weight: bolder;
  border: 2px solid var(--titleFontColor);
  box-sizing: border-box;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}

#btn::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: var(--titleFontColor);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btnConfirm {
  display: block;
  margin-top: 50px;
  text-align: center;
}

#privacypolicyText {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #E0E0E0;
}

#privacypolicyText small {
  display: block;
  line-height: 1.7;
}

#privacypolicyText small a {
  color: var(--titleFontColor);
  text-decoration: underline;
}

#submitResult {
  font-size: 20px;
  text-align: center;
  color: var(--titleFontColor);
  text-decoration: underline;
}

.error {
  flex: 1 1 100%;
  font-size: 1.1em;
  color: red;
} */

}










@media (max-width: 560px) {
#fvContainer {
  width: 95%;
  margin: 100px 0 0 auto;
}

.fvImg {
  width: 100%;
  margin: 0 0 0 auto;
}

.fvText {
  margin-top: 26px;
}

h1 {
  font-size: 40px;
  letter-spacing: 1px;
  /* line-height: 1.1;
  color: var(--titleFontColor); */
}

.fvText p {
  margin-top: 18px;
  font-size: 18px;
  /* line-height: 1.5; */
}







#aboutContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 30px auto 0;
  /* display: flex; */
  gap: 30px 0;
  /* flex-direction: column; */
}

#aboutContainer p {
  /* flex: 0 1 auto; */
  font-size: 16px;
}

/* .aboutImg {
  flex: 0 1 auto;
} */






#benefitsContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 90px auto 0;
}

h3 {
  font-size: 22px;
}

/* .benefitsContents {
  margin: 20px auto 25px;
} */

/* .benefits {
  padding: 30px 15px 25px;
  box-sizing: border-box;
  border-top: 1px solid var(--secondaryColor);
} */

/* .benefits:first-of-type::after {
  content: "または";
  display: block;
  width: 86px;
  background: var(--primaryColor);
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
} */

/* .benefits:last-of-type {
  border-bottom: 1px solid var(--secondaryColor);
} */

/* h4 {
  width: 102.1863px;
  height: 31.4892px;
  font-size: 18px;
  line-height: 1;
  background: url(../img/benefitsBack.png) center center / contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.benefits p > span:first-of-type {
  /* display: block; */
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.benefits p > span:last-of-type {
  display: block;
  margin-top: 15px;
  font-size: 40px;
  line-height: 1;
}

.benefits p > span:last-of-type span {
  font-size: 20px;
  margin-left: 4px;
}

small {
  display: block;
  margin-top: 15px;
  /* font-size: 12px; */
  line-height: 1.8;
}







#venueContainer {
  /* width: 90%;
  max-width: 1100px; */
  margin: 60px auto 0;
}

.venueTitle {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px 20px;
  box-sizing: border-box;
  background: url(../img/venueBack.png) center center / cover no-repeat;
  text-align: center;
  position: relative;
  z-index: 1;
}

.venueTitle h3 {
  /* position: relative; */
  font-size: 30px;
}

/* .venueTitle h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
} */

.venueTitle p {
  margin-top: 20px;
  font-size: 17px;
  /* letter-spacing: -0.2px; */
}

.venueTitle p:last-of-type {
  margin-top: 10px;
  /* font-size: 16px; */
  font-weight: bold;
}

.venueContents {
  margin-top: -124px;
  padding: 170px 30px 70px;
  /* box-sizing: border-box;
  background: #fff;
  color: var(--primaryColor);
  text-align: center; */
}

.venueContents h3 {
  font-size: 20px;
  line-height: 1.6;
}

.venueContents picture img, .venueContents img {
  width: 178.8893px;
  /* margin-top: 30px; */
}

/* .venueContents p {
  margin-top: 40px;
} */

#venueContainer .btn {
  max-width: 100%;
  /* margin: 50px auto 0;
  border: 2px solid var(--primaryColor);
  cursor: pointer; */
}

/* #venueContainer .btn::after {
  background: var(--primaryColor);
}

#venueContainer .btn a {
  font-weight: bolder;
  color: var(--primaryColor);
} */



/* ポップアップ */
.cautionsContainer {
  /* width: 100vw;
  height: 100dvh; */
  padding: 20px 0 50px;
  /* box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s; */
}

/* .cautionsContainer.active {
  opacity: 1;
  visibility: visible;
} */

.cautionsCloseBtn {
  /* width: 90%;
  max-width: 800px;
  margin: 0 auto; */
  font-size: 18px;
  /* display: flex;
  align-items: center;
  justify-content: flex-end; */
  gap: 0 6px;
  /* cursor: pointer; */
}

.cross {
  width: 20px;
  height: 20px;
  /* position: relative; */
}

.cross span {
  width: 24px;
  /* height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

/* .cross span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cross span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
} */

.cautionsContents {
  /* width: 90%;
  max-width: 800px;
  margin: 10px auto 0; */
  padding: 30px 4%;
  /* box-sizing: border-box;
  background: #fff; */
}

.cautionsText:first-of-type {
  margin-bottom: 50px;
}

/* .cautionsText dt {
  font-size: 20px;
  line-height: 1.4;
  color: var(--titleFontColor);
  text-align: center;
  position: relative;
}

.cautionsText dt::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: var(--titleFontColor);
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.cautionsText dd {
  margin-top: 50px;
  font-size: 14px;
  color: #000;
} */







#appContainer {
  margin-top: 110px;
  padding: 80px 0 100px;
  /* background: #fff;
  color: var(--primaryColor); */
}

/* #appContainer .title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
} */

.title h2 {
  font-size: 40px;
  /* line-height: 1.2;
  color: var(--titleFontColor); */
}

/* .title p {
  margin-top: 10px;
  font-size: 20px;
} */

.appText {
  /* width: 90%; */
  margin: 30px auto 0;
  /* text-align: center; */
}

.appText p {
  font-size: 15px;
}

.formContainer {
  /* width: 90%;
  max-width: 800px; */
  margin: 30px auto 0;
  padding: 30px 5%;
  /* box-sizing: border-box;
  background: #F3F2F0; */
}

.formGroup {
  margin-bottom: 30px;
}

/* .itemName {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.must {
  margin-left: 5px;
  font-size: 12px;
  color: var(--titleFontColor);
} */

.itemName > small {
  margin: 3px 0 0 0;
  font-weight: 500;
}

/* .answer {
  display: flex;
  gap: 0 16px;
} */

.answer.radio {
  flex-wrap: wrap;
  /* gap: 0 25px; */
}

/* .answer.text label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
} */

input[type="text"], input[type="date"] {
  /* width: 100%; */
  flex: 0 1 100%;
  max-width: none;
  /* height: 40px;
  padding: 0 12px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px; */
}

/* .email input[type="text"], .email_confirm input[type="text"] {
  max-width: 454px;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
}

.agree a {
  color: #000;
  text-decoration: underline;
}

.agree label {
  display: block;
}

.agree input {
  margin-right: 5px;
} */

#btn {
  /* display: block;
  width: 300px;
  height: 70px; */
  margin: 30px auto 0;
  /* font-size: 20px;
  letter-spacing: 30px;
  text-indent: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: var(--titleFontColor);
  font-weight: bolder;
  border: 2px solid var(--titleFontColor);
  box-sizing: border-box;
  font-size: 20px;
  position: relative;
  cursor: pointer; */
}

/* #btn::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: var(--titleFontColor);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
} */

.btnConfirm {
  /* display: block; */
  margin-top: 30px;
  text-align: left;
}

#privacypolicyText {
  margin-top: 50px;
  padding-top: 40px;
  /* border-top: 1px solid #E0E0E0; */
}

/* #privacypolicyText small {
  display: block;
  line-height: 1.7;
}

#privacypolicyText small a {
  color: var(--titleFontColor);
  text-decoration: underline;
}

#submitResult {
  font-size: 20px;
  text-align: center;
  color: var(--titleFontColor);
  text-decoration: underline;
}

.error {
  flex: 1 1 100%;
  font-size: 1.1em;
  color: red;
} */

}