@charset "utf-8";

.breadcrumb{
    background:#fff !important;
}

form {
    margin-top:30px;
    margin-left: 15px;
    margin-right: 15px;
}

.w-35 {
    width: 35% !important;
}

.form-group {
    margin-bottom: 40px;
    position: relative;
}

label {
    margin-bottom: 5px;
    font-size: 20px;
}

input+label {
    font-size: 18px;
}

.form-row+.form-row {
    margin-top: 10px;
}

.badge {
    margin-right: 10px;
    width: 70px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    position: relative;
    top: -2px;
}

.badge-danger {
    background: #f00;
}

.custom-control-label {
    padding-left: 16px;
}

.custom-control-label2 {
    padding-left: 16px;
}

.btn-wrap {
    margin-top: 70px;
}

.btn-send {
    background: #005;
    border: none;
    min-width: 180px;
    color: #fff;
    font-size: 1.1rem;
    margin: 10px 10px 20px;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 24px;
    border: none;
}

.btn-send:hover,
.btn-send:active {
    background: #f00 !important;
}

.btn-send img {
    margin-right: 4px;
    position: relative;
    width: 0.7rem;
    top: -2px;
}

.btn-edit {
    margin: 10px 10px 20px;
    padding: 12px 24px;
    border: solid 1px #005;
    width: 120px;
    font-size: 1.1rem;
    color:#005;
    background:#fff;
    border-radius: 24px;
}
.btn-edit:hover,
.btn-edit:active {
    background: #005 !important;
    color:#fff !important;
}

.invalid-feedback {
    margin-top: 8px;
    background: #fcc;
    padding: 2px 6px;
    border-radius: 4px;
}

.article-header {
    padding: 0 0 30px;
    border-bottom: solid 1px #707070;
    display: block;
}

.article-header .title-txt {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    background: none !important;
    color: #333 !important;
}

.article-header .title-txt.ja {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    background: none;
    color: #333;
}

.article-main {
    padding: 70px 0;
    display: block;
}

.article-main p {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #555;
}

.btn-fb-link {
    margin: 50px auto 0;
    padding: 10px;
    border: solid 1px #3B579D;
    background: #EAEDF4;
    display: block;
    max-width: 300px;
    border-radius: 4px;
}

.btn-fb-link img {
    margin: 0 12px 0 0;
    width: auto;
    height: 36px;
    display: inline-block;
    text-align: left;
}

.btn-fb-link span {
    margin: 0;
    width: calc(100% - 48px);
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}

.article-footer {
    padding: 50px 0 0;
    border-top: solid 1px #707070;
    display: block;
}

.article-footer p {
    font-size: 18px;
}

div.form-control-plaintext {
    background: #e6e6e6;
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow: auto;
    min-height: 48px;
}

div.form-control-plaintext pre {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    white-space: pre-wrap;
}

:placeholder-shown {
    color: #ccc !important;
    font-size: 18px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc !important;
    font-size: 18px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc !important;
    font-size: 18px;
}

::placeholder {
    /* Others */
    color: #ccc !important;
    font-size: 18px;
}

.event-notice {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    display: block;
}

label[for="event"] {
    width: 100%;
}

.event-notice.notice-block {
    background: #fff5f5;
    padding: 10px 14px 0px;
    border-radius: 6px;
    border: solid 2px #f00;
    display: block;
    margin: 0 auto 25px;
    max-width: 860px;
}

.event-notice.notice-block ol {
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    list-style-type: decimal;
}

.event-notice.notice-block li+li {
    margin-top: 8px;
}

.form-group:not([display="none"])[class*="event-date"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

label[for*="event-date"],
label[for*="event-question"] {
    width: 25%;
    font-size: 18px;
}

input[id*="event-date"] {
    width: 30%;
    height: 50px;
    margin-right: 45%;
}

textarea[id*="event-question"],
.event-dates .form-control-plaintext {
    width: 75%;
}

textarea[id*="event-question"] {
    margin-top: 15px;
    min-height: 60px;
}

.event-dates .form-control-plaintext {
    margin-top: 12px;
}

@media (max-width: 880px) {
    label[for*="event-date"],
    label[for*="event-question"] {
        width: 300px;
    }
    input[id*="event-date"] {
        width: 320px;
        margin-right: calc(100% - 640px);
    }
    textarea[id*="event-question"],
    .event-dates .form-control-plaintext {
        width: calc(100% - 320px);
    }
}

@media (max-width: 767px) {
    label[for*="event-date"],
    label[for*="event-question"] {
        width: 100%;
        font-size: 16px;
    }
    input[id*="event-date"] {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    label[for*="event-question"],
    textarea[id*="event-question"],
    .event-dates .form-control-plaintext {
        width: 100%;
        margin-top: 0;
    }
}


/* プライバシーポリシー追加 */

.agree>p {
    text-align: center;
}

.agree>div {
    padding: 20px;
    height: 200px;
    border: 1px solid #dedede;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
    .agree>div {
        font-size: 0.875rem;
    }
}

.agree>h4 {
    font-size: 1.2rem;
}

.agree label {
    margin-top: 10px;
    padding: 10px 20px;
    display: inline-block;
    border: solid 1px #999;
    cursor: pointer;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background: #666 !important;
    border-color: #666 !important;
}