html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%; /* 基準フォントサイズ10px */
  scroll-padding-top: 12rem;
  /******SMOOTH SCROLL ANCHOR******/
}
/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #333;
}
.description-block{
    font-size: inherit;
    color: inherit;
    margin: 0;
}
.container  {
    max-width: 800px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    padding: 0 0 6rem 0;
}
.form-column {
    margin: 0 0 2.4rem 0;
}
.form-column-heading{ background: none; }
.form-column-heading h2{
    font-size: 2.2rem;
    font-weight: bold;
    color: #E50012;
    padding: 0 0 1rem 0;
    border-bottom: 2px solid #E50012;
    margin-bottom: 3rem;
}
.form-column-heading:nth-child(n+2){ margin-top: 5rem; }
.label {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
    color: #333;
}
.badge-required,
legend .badge-required{
    display: inline-block;
    background-color: #E50012;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
    border-radius: 0.4rem;
    margin-left: 1rem;
    font-weight: normal;
    line-height: inherit;
    border: none;
    position: static;
}
input[type="text"], input[type="url"], input[type="email"], input[type="tel"] ,textarea{
    width: 100%;
    max-width: 100%;
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
    transition: border-color 0.3s;
    font-family: inherit;
}
input[type="text"]::placeholder, input[type="url"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder{
    font-weight: normal;
    font-size: 1.6rem;
}
select {
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.3s;
    font-family: inherit;
}
.form-column-checkbox .input-group, .form-column-radio .input-group{
    flex-direction: row;
}
input[type="checkbox"] {
    border-radius: 0;
    top: 2px;
}
input[type="checkbox"]:checked {
    background-color: #E50012;
    border-color: #E50012;
}
input[type="radio"] {
    width: 2rem;
    height: 2rem;
    top: 5px;
}
input[type="radio"]:checked {
    border: 1px solid #E50012;

}
input[type="radio"]:before {
    transition: var(--transition-set);
    opacity: 0;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 3px;
    left: 3px;
    display: block;
    border-radius: 16px;
    background-color: #E50012;
    content: "";
}
.form-column-zip-code-autofill{
	width: 100%;
	display: block;
}
.description-block p{
    font-size: 1.4rem;
    color: #666;
    margin-top: 0.6rem;
}
#d25a0f85-046b-4d02-b344-e3e05eda2b2c,
#c3d9f2c0-9f91-4ed1-b6bc-28533096fbc7{ width: 200px; }
.form-column-35420463-9472-4bd3-9a49-dbb4930d4ba8 .description-block{
    background-color: #f9f9f9;
    padding: 1.6rem;
    border-radius: 0.4rem;
    margin-top: 1.2rem;
}
.form-column-35420463-9472-4bd3-9a49-dbb4930d4ba8 .description-block .form_note{
    font-size: 1.4rem;
    color: #666;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: bold;
}
.form-column-35420463-9472-4bd3-9a49-dbb4930d4ba8 .description-block .form_note_list{
    padding-left: 1.6rem;
    font-size: 1.4rem;
    color: #666;
    margin: 0 0 0.4rem 1.6rem;
    position: relative;
    list-style: none;
}
.form-column-35420463-9472-4bd3-9a49-dbb4930d4ba8 .description-block .form_note_list::before {
    content: "・";
    position: absolute;
    left: 0;
}
.form-column-35420463-9472-4bd3-9a49-dbb4930d4ba8{ margin-bottom: 5rem; }

.form-column-efefe7d1-734c-43be-ba5d-ee74fc7e47af .label{ display: none; }
.form-column-efefe7d1-734c-43be-ba5d-ee74fc7e47af .input-group label{
    width: 100%;
    margin: 0 0 1.6rem 0 !important;
    padding: 1.6rem;
    background-color: #f9f9f9;
    border-radius: 0.4rem;
}
.form-column-efefe7d1-734c-43be-ba5d-ee74fc7e47af .input-group input[type="checkbox"]{
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    background-color: #fff;
    top: 5px;
}
.form-column-efefe7d1-734c-43be-ba5d-ee74fc7e47af .input-group input[type="checkbox"]:checked {
    background-color: #E50012;
    border-color: #E50012;
}
.form-column-efefe7d1-734c-43be-ba5d-ee74fc7e47af .input-group .option-text {
    font-size: 1.8rem;
    font-weight: bold;
}

.form-column-efefe7d1-734c-43be-ba5d-ee74fc7e47af .description-block{
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
}
.form-column-efefe7d1-734c-43be-ba5d-ee74fc7e47af .description-block p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.form-column-efefe7d1-734c-43be-ba5d-ee74fc7e47af .description-block p:last-child {
    margin-bottom: 0;
}
.form-column-efefe7d1-734c-43be-ba5d-ee74fc7e47af .description-block a{
    color: #E50012;
    text-decoration: underline;
    transition: opacity 0.3s;
}
.form-column-b2c6d203-25e1-4fcd-8c3b-d0d96af79b4a .input-group{ flex-wrap: wrap;}
.button-group{
    margin-top: 5rem;
    gap: 1.6rem 2rem;
}
.button-confirm,
button.button-submit{
    min-width: 300px;
    margin: 0;
    padding: 1.8rem 4rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: inherit;
    background-color: #E50012;
    color: #fff;
    border: none;
    border-radius: 0.8rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
button.button-submit{ min-width: 200px; }
.button-confirm:hover,
button.button-submit:hover {
    opacity: 1;
    background-color: #bc000f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.button-back{
    min-width: 200px;
    padding: 1.8rem 4rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: inherit;
    text-align: center;
    background-color: #fff;
    border: 2px solid #ddd;
    color: #666;
    border-radius: 0.8rem;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}
.button-back:hover {
    opacity: 1;
    background-color: #F1F1EF;
    border-color: #999;
}
@media (max-width: 1024px) {
    .button-confirm,
    button.button-submit,
    .button-back{
        min-width: 100% !important;
        max-width: 100%;
        font-size: 1.6rem;
        padding: 1.6rem 3rem;
    }
}
.content-confirmation .badge-required,
.content-confirmation legend .badge-required,
.content-confirmation .description-block,
.content-confirmation .form-column-efefe7d1-734c-43be-ba5d-ee74fc7e47af,
.icon-lock{ display: none !important; }
.content-confirmation .preview-block{ padding: 0; }
.content-confirmation .form-column:not(.form-column-heading){
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.6rem;
}
.content-confirmation .form-column.form-column-ba07ae95-e120-49b6-88e5-6592667d87a6{ border-bottom: none !important; }
.content-confirmation .label{
    width: 200px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #666;
    flex-shrink: 0;
}
.content-confirmation .preview-block{
    font-size: 1.6rem;
    color: #333;
}
@media (max-width: 1024px) {
    .content-confirmation .label{
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    .content-confirmation .preview-block{
        font-size: 1.4rem;
    }
}