@charset "utf-8";

.yoyaku-ico {
        position: absolute;
        bottom: 0;
        right: 10%;
        width: 10%;
}

.raiten-yoyaku-ico {
        width: 80%;
}

.select-box select {
        width: 40%;
        padding: 1rem;
        margin-bottom: 2rem;
        color: #555555;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-appearance: none;
        appearance: none;
        font-size: 1.8rem;
}

.select-style {
        float: right;
}

.radio-place-title {
        margin-bottom: 1rem;
        color: #e5001b;
}

.radio-place-select01 {
        margin-bottom: 2rem;
}

.radio-style-wrap {
        display: flex;
        align-items: center;
}

.radio-style {
        padding-right: 2rem;
}

.radio-place {
        /*本文*/
        height: 0;
        margin-bottom: 10px;
        padding: 0 20px;
        padding-left: 2rem;
        overflow: hidden;
}

.toggle:checked+.Label+.radio-place {
        /*開閉時*/
        height: auto;
        padding: 20px;
        transition: all .3s;
}

.toggle:checked+.Label::before {
        transform: rotate(-45deg) !important;
}

.radio-style-wrap {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
}

.checkbox-style {
        margin-bottom: 2rem;
}

@media screen and (max-width:768px) {

        .select-box select {
                width: 100%;
        }

        .checkbox-wrap {
                margin-top: 2rem;
        }

        .checkbox-style {
                margin-bottom: 2rem;
        }

        .radio-style-wrap {
                display: block;
        }

        .radio-style {
                margin-bottom: 1rem;
        }

        .form-contents input[type="text"],
        .form-contents textarea {
                font-size: 1.4rem;
        }
}