header {
    height: 90px;
}

.container {
    max-width: 900px;
    width: calc(100% - 160px);
    margin: 0 auto;
    min-height: calc(100vh - 150px);
    margin-bottom: 10px;
}

footer {
    margin-top: 0;
}

#menu-pc .menu li a {
    color: #222222;
}

.title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.title h2 {
    font-size: 30px;
    display: inline-block;
}

.title span {
    padding-left: 20px;
    padding-top: 5px;
}

#form_section {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 30px;
}

#form_section form p {
    margin-bottom: 10px;
}

#form_section a {
    text-decoration: underline;
}

.asta {
    font-weight: bold;
    color: #dc3545;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: calc(100% - 20px);
    font-size: 16px;
    padding: 5px 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}

#send input {
    background-color: #0075b9;
    color: #f7f7f7;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    width: 100%;
    max-width: 180px;
    display: inherit;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    margin: 20px auto 0 auto;
}

#send input[disabled="disabled"], #send input[disabled]{
    background-color: #c3c3c3;
    cursor: default;
}

input[type="checkbox"] {
    zoom: 1.2;
    margin-bottom: 7px;
}

pre {
    display: inline-block;
    white-space: pre-line;
    margin-bottom: 40px;
}

a{
    color: #0d35ab;
    text-decoration: underline;
}

.wpcf7-list-item label,
.wpcf7-list-item input {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .container {
        width: calc(100% - 40px);
    }

    .title h2 {
        font-size: 20px;
    }

    .title span {
        padding-top: 0;
    }

    #form_section {
        padding-top: 0;
        padding: 0 20px;
    }
}