body {
    font-family: "Noto Sans", sans-serif;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    color: #333;
}
img {
    width: 100%;
}
header {
    z-index: 100;
    width: 100%;
    max-width: 768px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: flex;
}
header a {
    width: 50%;
}

main {
    margin-top: 16%;
}
#section2 {
    margin-top: -5%;
}
#section3 {
    margin-top: -12%;
}
#section4 {
    margin-top: -10.5%;
}
#section5 {
    margin-top: 0%;
}
#section8 {
    margin-top: 30px;
}
#section9 {
    margin-top: -10%;
}
#section10 {
    background-color: #F2F2F2;
    padding-bottom: 100px;
}
#section10 form {
    margin: 0 30px;
}
#section10 form .check {
    width: 100%;
    border: 2px #D9D9D9 solid;
    margin-bottom: 60px;
}
#section10 form .check.date {
    padding-bottom: 40px;
    margin-bottom: 80px;
}
#section10 form input, 
#section10 form select, 
#section10 form textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    font-size: 30px;
}
#section10 form .check input::placeholder {
    color: #33333348;
    font-size: 30px;
    font-weight: bold;
}
#section10 form .check .ttl {
    padding: 30px 0;
    background-color: #64B4FA;
    margin-bottom: 40px;
}
#section10 form .check .ttl img {
    display: block;
    width: 61%;
    margin: auto;
}
#section10 form .check.date .ttl img {
    width: 28%;
}
#section10 form .check .date input[type="date"] {
    text-align: left;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    display: block;
    width: calc(100% - 40px);
    margin: auto;
    height: 90px;
    line-height: 90px;
    padding: 0 30px;
}
#section10 form .check .list {
    margin-bottom: 50px;
}
#section10 form .check .list .text {
    margin: auto;
    width: calc(100% - 40px);
    margin-bottom: 40px;
}
#section10 form .check .list.agency {
    margin-bottom: 40px;
}
#section10 form .check .list p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
#section10 form .check .list p span {
    color: #64B4FA;
}
#section10 form .check .list .check_item_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#section10 form .check .list .check_item_list .check_item input {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}
#section10 form .check .list .check_item_list .check_item span {
    border: 1px solid #ccc;
    display: block;
    padding: 18px 10px;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 10px;
    color: #333 !important;
}
#section10 form .check .list.agency .check_item_list .check_item {
    width: 50%;
}
#section10 form .check .list .check_item_list .check_item label input:checked + span {
    background-color: #014AA0;
    color: #fff !important;
}

#section10 form .text {
    margin-bottom: 40px;
}
#section10 form .text:last-child {
    margin-bottom: 120px;
}
#section10 form .text label {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
#section10 form .text label span {
    margin-left: 15px;
    background-color: #ED5917;
    color: #fff !important;
    font-weight: 500;
    font-size: 24px;
    padding: 5px 15px;
}

#section10 form .submit a {
    display: block;
    text-align: center;
    color: #014AA0;
    text-decoration: underline;
    font-size: 28px;
    margin-bottom: 40px;
}
#section10 form .submit input {
    background: none;
    padding: 0;
    margin-bottom: 0;
    border: none;
}
#section10 form .submit img {
    display: block;
    margin: auto;
    width: 80%;
}
.wpcf7 {
    border: none !important;
    background: #F2F2F2 !important;
}

#section11 {
    background-color: #014AA0;
    color: #fff;
    font-size: 24px;
    padding: 25px;
    text-align: center;
}

footer {
    z-index: 100;
    position: -webkit-sticky;
    position:         sticky;
    width: 100%;
    left: 0;
    bottom: 0;
}
footer .flex {
    display: flex;
}
footer .flex a {
    display: block;
    width: 50%;
}

@media screen and (max-width: 750px) {
    #section10 form {
        margin: 0 15px;
    }
    #section10 form .check {
        margin-bottom: 40px;
    }
    #section10 form .check.date {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    #section10 form input, 
    #section10 form select, 
    #section10 form textarea {
        padding: 15px;
        font-size: 18px;
    }
    #section10 form select{
        height:60px;
    }
    #section10 form .check .date input[type="date"] {
        height: 48px;
        line-height: 48px;
        padding: 0 18px;
    }
    #section10 form .check input::placeholder {
        font-size: 18px;
    }
    #section10 form .check .ttl {
        padding: 20px 0;
    }
    #section10 form .check .ttl img {
        display: block;
        width: 80%;
        margin: auto;
    }
    #section10 form .check.date .ttl img {
        width: 40%;
    }
    #section10 form .check .date input {
        display: block;
        width: calc(100% - 40px);
        margin: auto;
    }
    #section10 form .check .list {
        margin-bottom: 50px;
    }
    #section10 form .check .list.agency {
        margin-bottom: 40px;
    }
    #section10 form .check .list p {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }
    #section10 form .check .list .check_item_list .check_item span {
        padding: 10px 5px;
        border-radius: 50px;
        font-size: 14px;
        margin: 2.5px;
    }
    #section10 form .check .list.agency .check_item_list .check_item {
        width: 50%;
    }
    #section10 form .check .list .check_item_list .check_item label input:checked + span {
        background-color: #014AA0;
        color: #fff;
    }

    #section10 form .text {
        margin-bottom: 40px;
    }
    #section10 form .text:last-child {
        margin-bottom: 120px;
    }
    #section10 form .text label {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    #section10 form .text label span {
        margin-left: 15px;
        background-color: #ED5917;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }
    #section10 form .submit a {
        font-size: 16px;
    }
        #section11 {
        font-size: 16px;
        padding: 10px 0;
    }
}