body {
    font-family: Arial, sans-serif;
    background-color: #E4EEEB;
    color: black;
    margin: 0 auto;
    padding: 0;
}
/* ... (previous CSS content) ... */

/* Notice message styles */
.notice-message {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 0.9em;
    color: #666;
}

.notice-message {
    color: #277cd1;
    text-decoration: none;
}

.notice-message a:hover {
    text-decoration: underline;
}

.checkbox-group a {
    color: #277cd1;
    text-decoration: none;
}
.checkbox-group a:hover {
    text-decoration: underline;
}
.checkbox-group a:visited {
    color: #277cd1;
    text-decoration: none;
}
/* Email verification styles */
.email-verification-group {
    display: block;
    width: 100%;
}

.email-verification-group input[type="email"]{
    margin-bottom: 10px;
}
.email-verification-group button {
    width: 100%;
    margin-bottom: 10px;
}

#verificationSection {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

#verificationCode {
    width: 150px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#sendVerificationBtn,
#verifyCodeBtn {
    padding: 8px 16px;
    background-color: #277cd1;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    margin-top: 0;
}

#sendVerificationBtn:disabled,
#verifyCodeBtn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

#verificationStatus {
    margin-left: 10px;
    font-size: 14px;
}

/* Existing styles */
#step {
    max-width: 500px;
    margin: 0 auto;
}
.progressbar {
    margin: 40px 0 !important;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
    color: #333333;
}
.progressbar li:before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px auto 20px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #f7ce4d;
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #f7ce4d;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #333333;
    font-weight: bold;
}
.progressbar li.complete{
    color: #666666;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #333333;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #666666;
}
.header {
    width: 100%;
    height:130px;
    margin: 0px;
    padding: 0px;
    background-color:#E4EEEB;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.header_container{
    max-width: 500px;
    height: 130px;
    margin: 0 auto;
}
.header_logo {
    width: 90px;
    display: block;
    margin: 20px 10px 20px;
}
.header_menu {
    width:90px;
    display: block;
    margin: 20px 0 20px auto;
    cursor: pointer;
}
.container {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.logo {
    width: 90px;
    display: block;
    margin: 20px auto 20px;
}
.top_image {
    width: 100%;
    display: block;
    margin: 0 auto 50px;
}
.explain a, .explain a:visited {
    text-decoration: none;
    color: #6a6a6a;
}
.explain a:hover {
    text-decoration: none;
    color: #333333;
}
h3 {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 20px;
}
.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.form-row label {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
}
.required::after {
    content: "（必須）";
    color: red;
    font-weight: normal;
    margin-left: 5px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
select {
    width: calc(100% - 20px);
    padding: 8px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
select {
    height: 40px;
}
input[type="checkbox"] {
    margin-right: 15px;
    padding: 8px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.currency-group {
    display: flex;
    align-items: center;
}
.currency-group input {
    flex: 1;
}
.currency-group span {
    margin-left: 5px;
    white-space: nowrap;
}
button {
    margin-top: 30px;
    padding: 10px 15px;
    background-color: #277cd1;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
button a, button a:visited {
    text-decoration: none;
    color: white;
}
button:hover {
    background-color: #6aa2da;
}
.btn-submit {
    background-color: #7a73ff;
    font-weight: bold;
}
.btn-submit:hover {
    background-color: #b2aff1;
    font-weight: bold;
}
.btn-submit:before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: 0px 10px 0 0;
    background: url("../img/stripe_icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.btn-try {
    border-radius: 8px;
    margin:30px 0px 60px;
    height: 52px;
}
.radio-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.checkbox-group {
    display: flex;
    gap: 20px;
}
.span-block {
    display: block;
}
.fixed-right-bottom {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    width: 280px;
    height: auto;
}
label, .checkbox-label {
    font-weight: normal;
}
.col-left {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.header-col-left{
    float: left;
    width: 40%;
    vertical-align: top;
}
.col-right {
    display: inline-block;
    width: 55%;
    overflow-wrap: anywhere;
    vertical-align: top;
}
.header-col-right{
    float: right;
    width: 55%;
    vertical-align: top;
}
.gray {
    color: #696969;
}
.notify_uuid {
    border:1px solid #666666;
    border-radius:8px;
    padding: 20px;
    font-size: 1.9em
}
.notify_uuid p {
    text-align: center;
    font-weight: bold;
}
.footer {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: -40px;
    background-color:#D2EEE5;
}
.footer-container {
    max-width: 500px;
    margin: 20px auto 0;
    padding: 20px 20px 0;
}
.footer-logo {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}
.footer-menu-link {
    list-style-type: none;
    padding:0;
}
.footer-menu-link li{
    margin: 12px 0;
}
.footer-menu-link a {
    text-decoration: none;
    color: #333333;
}
.footer-menu-link a:hover {
    text-decoration: underline;
    color: #333333;
}
.footer-menu-link-nested {
    padding-left: 45px;
}
.footer-copyright {
    width: 100%;
    margin: 40px auto 0px;
    padding-bottom: 20px;
    color: #333333;
}
.footer-copyright p {
    text-align: center;
}
.overlay-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    z-index: 999;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.overlay-menu ul li {
    margin: 20px 0;
}
.overlay-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 24px;
}
.overlay-menu ul li a:hover {
    text-decoration: underline;
}
.overlay-menu.show {
    display: flex;
}
h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
h2 {
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 20px;
}
h2 sub {
    font-size: 20px;
}
.headliner{
    font-size: 20px;
    margin-bottom: 20px;
}
.step-title {
    margin-top: 0px;
    margin-bottom: 10px;
}
.step-caution {
    list-style-type: none;
    padding-inline-start: 0px;
}
.text-try{
    margin-top: 25px;
    margin-bottom: 25px;
}
.text-try a {
    color:rgb(8, 127, 231);
    font-weight: 600;
    text-decoration: none;
}
.text-try a:hover {
    color:rgb(8, 127, 231);
    text-decoration: underline;
}
.faq-container {
    margin: 40px 0px 20px;
    border-bottom: 1px dotted #696969
}
.faq-question{
    font-size: 30px;
}
.column_in_container{
    margin:80px 10px 0;
    padding:20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.inquiry-container {
    border-radius: 10px;
    border:1px solid #ccc;
    padding:20px auto;
    background-color:#ccc;
}
.text-right{
    text-align: right;
}
.table-row{
    border-bottom: 1px solid #ccc;
}
.col-left p{
    font-weight: bold;
}

/* 利用規約のスタイル */
.Terms {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.Terms p {
    line-height: 1.8;
    margin-bottom: 1.5em;
}

.Terms__item {
    margin-bottom: 40px;
}

.Terms__heading {
    font-size: 24px;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.Terms__body {
    padding: 0 10px;
}

.List {
    padding-left: 2em;
    margin-bottom: 1.5em;
}

.List.-number {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.List.-number > li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 2.5em;
    list-style-type: none;
}

.List__marker {
    position: absolute;
    left: 0;
    font-style: normal;
}

.Heading.-lv1 {
    text-align: center;
    margin: 40px 0;
}

.Heading__ja {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
}

/* faq ページ内アンカー*/
.faq-anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
