.container section:first-of-type {

    padding-top: 0 !important;

}



/* 製品リスト */

.contact_contents {

    width: 100%;

    overflow: hidden;

    justify-content: space-between;

    margin: 2rem 0;

}

.contact_contents li {

    width: 50%;

    padding-bottom: 1rem;

    overflow: hidden;

}

.contact_contents li:nth-child(odd) {

    padding-right: 1rem;

}

.contact_contents li:nth-child(even) {

    padding-left: 1rem;

}

.contact_contents li > .product_wrap > div.display-flex {

    height: 20vw;

}



.swiper-button-disabled {

    display: none;

} 



.contact {

    margin-top: 60px;

}

.card_wrapper_01 {

    width: 100%;

    height: 10%;

    /* padding: 0.5em; */

    display: flex;

    justify-content: center;

}

.card_01 {

    width: 20%;

    height: 100%;

    background: rgb(17, 180, 255);

    /* border: 3px solid #012ffc; */

    border-radius: 5px;

    padding: 0.6em;

    font-size: 2rem;

    margin: auto;

    transition: 0.3s;

}

.card_01:hover {

    transform: scale(1.1);

}

.card_01 a {

    display: block;

    width: 100%;

    height: 100%;

    align-content: center;

    color: white;

}

.card_01 span {

    font-weight: bold;

    color: white;

}

.card_01 p {

    line-height: 1.2rem;;

}

.input_sheet li,

.input_sheet .display-flex {

    width: 100%;

}

.illustration {

    width: 100%;

    height: auto;

    position: relative;

}



.illustration p {

    position: absolute;

    top: 12%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-size: xx-large;

    font-weight:bolder;

}



.input_sheet_title {

    text-align: center;

}

.input_sheet_title p {

    font-size: 40px;

    font-weight: normal;

}

.input_sheet_contents {

    margin-top: 20px;

}



.input_sheet_contents,

.item_list,

.item_list_row {

    width: 100%;

    padding-bottom: 1em;

}



.contact_contents ul.item_list_row:has(.item_list_item_left) {

    display: flex;

}



.contact_contents div.input_sheet_contents li {

    padding-bottom: 0;

}



.contact_contents li.item_list_item_label,

.contact_contents li.item_list_item_input {

    text-align: left;

    font-size: x-large;

    padding: 0;

}



.label_notes {

    font-size: medium;

}



.contact_contents li.item_list_item_label {

    margin-bottom: 0.4em;

}



.contact_contents li.item_list_item_input {

    padding: 0;

}



.item_list_item_input_text {

    border: 3px solid;

    border-radius: 7px;

    padding: 0 .3em;

}



.item_list_item_input_text {

    width: 100%;

}



textarea {

    resize: none;

}

.input_sheet_contents > .item_list > li {

    padding-right: 0;

}

.input_sheet_title > p {

    margin-right: 7px;

}

.contact_notes {

    text-align: left;

    margin-top: -1em;

}

.message {

    color: red;

    text-align: left;

}

/* @media screen and (max-width: 1365px) {

    .slide_wrap {

        height: 300px;

    }

    .contact_contents li:nth-child(odd) {

        padding-right: 1rem;

    }

    .contact_contents li:nth-child(even) {

        padding-left: 1rem;

    }    

} */

@media screen and (max-width: 767px) {

    .slide_wrap {

        width: 95%;

        margin: auto;

        height: 150px;

    }

    .swiper-button-prev:after,

    .swiper-button-next:after {

        font-size: 1rem;

        z-index: 3;

    }

    .swiper-button-prev:after {

        left: -1rem;

    }

    .swiper-button-next:after {

        right: -1rem;

    }

    .contact_contents,

    .item_list_row {

        display: block;

    }



    .contact_contents ul.item_list_row:has(.item_list_item_left) {

        display: block;

    }

    

    .contact_contents li {

        width: 100%;

    }

    .contact_contents .input_sheet li:nth-child(odd) {

        padding-right: 0;

    }

    .contact_contents li:nth-child(odd) {

        padding-right: 0;

    }

    .contact_contents li:nth-child(even) {

        padding-left: 0;

    }    

}

@media screen and (max-width: 599px) {

    .contact_contents {

        flex-direction: column;

        align-items: center;

    }

    .contact_contents li {

        width: 100%;

        margin: 0;

        padding: 0.5rem;

    }

    .contact_contents li:nth-child(odd),

    .contact_contents li:nth-child(even) {

        padding-right: 0;
        
        padding-left: 0;
    
    }

    .card_01 {
    
        width: 80%;
    
        margin-bottom: 1rem;
    
    }

    .illustration p {
    
        font-size: large;
    
    }

    .item_list_item_input_text {

        border: 3px solid;
    
        border-radius: 7px;
    
        padding: 0 .3em;

        font-size: 20px
    
    }

}