@charset "UTF-8";
/* CSS Document */
body {
    text-align: center;
    margin: 0;
    align-items: start;
    min-height: 100vh;
}

.form-body{
    text-align: left;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    background-image: url("../image/pc_image/20221108_comicleLP_PC_parts_背景.svg");
    background-size: cover;
}


.main-pc>img {
    width: 100vw;
    height: auto;
    display: block;
    top: 0;
}

.main-pc .contents {
    /* padding: 10%; */
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    /* 要素の配置方法を指定 */
    left: 0;
    right: 0;
    top: 100px;
    margin: 10% auto auto;

}

.close_notice{
    left: 0;
    right: 10%;
    position: absolute;
    top: 20px;
    color:red;
    font-size: 20px;
    font-weight: bold;
}

.left-contents {
    display: block;
    width: 35%;
    height: auto;
    text-align: end;
}

.left-contents img {
    width: 75%;
}

.right-contents {
    display: block;
    width: 40%;
    height: auto;
}

.right-contents>img {
    padding: auto;
    max-width: 100%;
    height: auto;
}

.right-contents .sentence {
    text-align: left;
}

.right-contents .sentence .title {
    margin-top: 5%;
}

.right-contents .sentence .title img {
    margin-left: 0;
    width: 60%;
}

.right-contents .sentence .introduction {
    margin: 5% 2% 0;
}

.right-contents .sentence .introduction img {
    width: 90%;
}

.right-contents .icons {
    text-align: initial;
    width: 70%;
}

.right-contents .icons img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.right-contents .icons ul {
    display: flex;
    padding: 0;

}

.right-contents .icons li {
    list-style: none;
    margin: 0 2%;
}



footer {
    background: #E2E2E2;
    padding: 10px;
    bottom: 0;
    width: 100%;
}

footer a {
    text-decoration: none;
}

/* footer p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    color: #797979;
    margin: 10px;
} */
footer p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;

    color: #1D1D1D;
}


.main-sp {
    display: none;
}

@media (max-width: 920px) {

    .form-body{
        background-image: url("../image/sp_image/20221108_comicleLP_SP_parts_back_up.jpg");
        background-size: cover;
    }

    .main-pc {
        display: none;
        margin: 0;
        padding: 0;
    }

    .main-sp {
        display: block;
        margin: 0;
        padding: 0;
    }

    .main-sp .contents .upper-contents {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .main-sp .contents .upper-contents>img {
        width: 100vw;
        height: auto;
        display: block;
    }

    .main-sp .contents .upper-contents .logo>img {
        position: absolute;
        width: 80%;
        height: auto;
        left: 0;
        right: 0;
        top: -0.5%;
        margin: 10% auto auto;
    }


    .main-sp .contents .upper-contents .phone>img {
        position: absolute;
        width: 70%;
        height: auto;
        left: 18%;
        right: 0;
        bottom: 0;
    }

    .main-sp .contents .upper-contents {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .main-sp .contents .upper-contents img {
        width: 100vw;
        height: auto;
        display: block;
    }

    .main-sp .contents .upper-contents .logo {
        width: 80%;
        position: absolute;
        height: auto;
        left: 0;
        right: 0;
        top: 2.5%;
        margin: auto;
    }

    .main-sp .contents .upper-contents .store-logo {
        width: 80%;
        position: absolute;
        height: auto;
        left: 0;
        right: 0;
        top: 55%;
        margin: auto;
    }

    .main-sp .contents .upper-contents .store-logo ul {
        display: flex;
        padding: 0;
        justify-content: center;
    }

    .main-sp .contents .upper-contents .store-logo li {
        display: inline;
        list-style: none;
        margin: 0 1%;
    }


    .main-sp .contents .upper-contents .store-logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }


    .main-sp .contents .upper-contents .introduction {
        width: 80%;
        position: absolute;
        height: auto;
        left: 0;
        right: 0;
        top: 62%;
        margin: auto;
    }

    .main-sp .contents .upper-contents .introduction img {
        width: 100%;
    }

}

.container {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
p {
    margin-bottom: 10px;
}
ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
ul li {
    margin-bottom: 5px;
}
.note {
    font-size: 12px;
    color: #777;
    display: block;
    margin-top: 2px;
}

.required {
    font-size: 12px;
    color: red;
}

form {
    margin-top: 20px;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="text"], input[type="email"], input[type="file"], textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.input-file {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
}

textarea {
    resize: vertical;
}
button {
    padding: 12px 20px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background-color: #45a049;
}
@media (max-width: 600px) {
    .container {
        margin: 20px;
        padding: 15px;
    }
    h1 {
        font-size: 20px;
    }
    input[type="text"], input[type="email"], input[type="file"], textarea {
        padding: 8px;
    }
    button {
        padding: 10px 16px;
    }
}

.result-container{
    height: 80%;
    display: flex;
    justify-content: center;
    margin-bottom: 10%;
}

.center-text {
    text-align: center;
}