body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
    color: #333;
}

h2 {
    text-align: center;
    color: #444;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
}

.step h3 {
    color: #ff6600;
    font-size: 18px;
    margin-bottom: 10px;
}

.step p {
    line-height: 1.8;
    font-size: 16px;
}

.image-placeholder {
    width: 100%;
    height: 220px;
    background: #e0e0e0;
    text-align: center;
    line-height: 220px;
    color: #666;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.phone-order-intro {
    font-size: 18px !important;
    font-weight: bold !important;
}
.phone-number {
    font-size: 25px;
    font-weight: bold;
}
.order-flow {
    border: 2px solid #e6fcff;
    background-color: #e6fcff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}