html {
    scroll-behavior: smooth;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

img {
    pointer-events: none;
}

body {
    font-family: Arial, sans-serif;
    /* margin: 20px; */
    margin: 0px;
    padding: 0px;
}

p {
    text-align: center;
    font-weight: 800;
    margin-bottom: 0px !important;
    color: #282828;
    margin: 0px;
}

a{
    word-wrap:break-word;
}

/* header */
.service-header-container,
.service-header-container img {
    width: 100%;
    margin: 0px !important;
    display: flex;
    background-color: #f3e4eb;
    justify-content: center;
}

.service-header-container img {
    max-width: 500px;
}

/* container */
.container {
    width: calc(100% - 20px);
    max-width: 500px;
    margin: auto auto;
}

p.title-text {
    font-size: 20px;
    padding: 50px 0px 40px;
}

.faq-title {
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
    font-weight: bold;
}

.faq-item p {
    text-align: left;
    margin: 0px;
    color: #ea5874;
}

a{
    color: #1b65d1;
}

.faq-response {
    margin-bottom: 20px;
    padding-left: 20px;
}

.faq-response p {
    text-align: left;
    font-weight: 500;
    margin: 0px;
}

.faq-contact {
    margin-top: 40px;
    /* 空白を追加 */
}

/* footer */
.footer-line {
    width: 100%;
    border-top: solid #282828 1px;
    /* padding-bottom: 15px; */
    margin: 15px 0px;
}

footer {
    padding-bottom: 10px;
}

footer p {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px !important;
}

footer p:first-child {
    font-size: 16px;
}
footer .footer-border-box {
    border: #000000 1px solid;
    width: calc(100% - 10px);
    padding: 10px 5px;
    margin-bottom: 5px;
}
footer .footer-border-box p {
    font-size: 12px;
    margin-bottom: 0px !important;
}
footer .footer-border-box div {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .footer-border-box button.small {
    width: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    margin-left: 10px;
}

.normal-button {
    width: calc(100%);
    border: solid #3e3e3e 1px;
    background-color: #ffffff;
    padding: 10px 0px;
}

.normal-button p {
    color: #3e3e3e;
    margin-bottom: 0px !important;
    font-size: 16px;
}

img.spot-image {
    width: 100%;
    margin-top: 20px;
}

.mb5{
    margin-bottom: 5px !important;
}

.mb10{
    margin-bottom: 10px !important;
}