/* ----- フォーム ----- */

#toiawase .base input.is-invalid,
#toiawase .base select.is-invalid,
#toiawase .base textarea.is-invalid{
    border-color: red;
    background-color: #ffebeb;
}

#toiawase .base .form-submit,
#toiawase .base .form-alart {
  margin-top: 0;
  padding-bottom: 0;
}

.l-inquiry__categoryWrap {
    width: 100% !important;
}

.l-inquiry__content {
    height: 200px !important;
    padding: 10px !important;
}

/* 送信ボタン */
.c-submitWrap {
    display: none;
    max-width: 510px;
    height: 98px;
    margin: 0 auto 36px;
    padding: 3px;
    background-color: #65cf65;
    border-radius: 15px;
}
.c-submit {
    height: 97%;
    text-align: center;
    padding-bottom: unset !important;
    width: 100%;
    background-color: #65cf65;
    color: white;
    border: solid 2px white;
    border-radius: 15px;
    font-weight: bold;
    position: relative;
    margin-top: unset;
}

.c-submit__firstLine {
    font-weight: normal !important;
}

.c-submit__secondLine {
    font-size: 1.75em !important;
}

/* 送信ボタン - ローディング */
.c-submit__loading {
    opacity: 0;
    font-size: 1.75em !important;
    padding: 0.75em !important;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    background-color: #65cf65;
    line-height: 1;
    width: 95%;
}
@media (max-width: 768px) {
    .c-submit__loading {
        width: 85%;
        font-size: 1.75em !important;
        width: 95% !important;
    }
}
.c-submit__loading {
}
.c-submit__loading span {
    display: inline-block;
    vertical-align: middle;
}
.c-submit__loading span:nth-of-type(1) {
    -webkit-animation: animation 2s ease 0s infinite;
    animation: animation 2s ease 0s infinite;
}
.c-submit__loading span:nth-of-type(2) {
    -webkit-animation: animation 2s ease 0.1s infinite;
    animation: animation 2s ease 0.1s infinite;
}
.c-submit__loading span:nth-of-type(3) {
    -webkit-animation: animation 2s ease 0.2s infinite;
    animation: animation 2s ease 0.2s infinite;
}
.c-submit__loading span:nth-of-type(4) {
    -webkit-animation: animation 2s ease 0.3s infinite;
    animation: animation 2s ease 0.3s infinite;
}
.c-submit__loading span:nth-of-type(5) {
    -webkit-animation: animation 2s ease 0.4s infinite;
    animation: animation 2s ease 0.4s infinite;
}
.c-submit__loading span:nth-of-type(6) {
    -webkit-animation: animation 2s ease 0.5s infinite;
    animation: animation 2s ease 0.5s infinite;
}
span.loading span:nth-of-type(7) {
    -webkit-animation: animation 2s ease 0.6s infinite;
    animation: animation 2s ease 0.6s infinite;
}

@-webkit-keyframes animation {
    0% {
        margin-top: 0;
    }
    5% {
        margin-top: -1em;
    }
    10% {
        margin-top: 0;
    }
    13% {
        margin-top: -0.5em;
    }
    16% {
        margin-top: 0;
    }
    18% {
        margin-top: -0.2em;
    }
    20% {
        margin-top: 0;
    }
}

@keyframes animation {
    0% {
        margin-top: 0;
    }
    5% {
        margin-top: -1em;
    }
    10% {
        margin-top: 0;
    }
    13% {
        margin-top: -0.5em;
    }
    16% {
        margin-top: 0;
    }
    18% {
        margin-top: -0.2em;
    }
    20% {
        margin-top: 0;
    }
}

/* 個人情報 */
.u-personal__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.u-personal__content {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 11px;
    overflow-y: scroll;
    max-width: 600px;
    height: 135px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
}
.u-personal__content p {
    line-height: 1.5;
}
.u-personal__headline1 {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em;
}
.u-personal__headline1:first-child {
    margin-top: 0;
}
.u-personal__headline2 {
    margin-top: .5em;
}
.u-personal__unorderedList {
    list-style: disc inside;
}