@charset "utf-8";
/* CSS Document */
/* diagnosis.css */

.thanks-message .alert {
    border: 5px solid transparent;
    border-radius: 10px;
    text-align: center;
}

.thanks-message .alert-success {
    background-color: #ffffff;
    border-color: #d6e9c6;
    color: #000000;
}

.thanks-message h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 10px;
}

.necessary {
    margin-bottom: 20px;
}

.necessary h3 {
    font-size: 20px;
    font-weight: bold;
}

.thanks-message .panel {
    background-color: #ffffff;
    border: 5px solid #dddddd;
    border-radius: 10px;
    margin: 0;
}

.thanks-message .panel-info > .panel-heading {
    background-color: #fff5d6;
    border: 1px solid #ffffff;
    border-radius: 10px 10px 0 0;
    color: #000000;
    padding: 5px 10px;
}

.thanks-message .panel-body {
    padding: 0px;
}

.thanks-message .panel-title  {
    background-color: #fff5d6;
    border-radius: 5px 5px 0 0;
    margin: 1px;
    padding: 5px 10px;
}

.thanks-message .field-image {
    text-align: center;
}

.thanks-message .field-message {
    height: 100px;
}

.thanks-message .field-message p {
    padding: 0 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.h3-ttl-first{
    display: block;
    font-weight: bold;
    margin: 0px 0px 23px;
    position: relative;
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #CC0000;
}
.h3-ttl-first::before {
    background: #CC0000 none repeat scroll 0% 0%;
    content: "";
    display: block;
    left: -2px;
    height: 30px;
    line-height: 1.3;
    position: absolute;
    width: 8px;
}
.h3-ttl {
    display: block;
    font-weight: bold;
    margin: 40px 0px 23px;
    position: relative;
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #CC0000;
}
.h3-ttl::before {
    background: #CC0000 none repeat scroll 0% 0%;
    content: "";
    display: block;
    left: -2px;
    height: 30px;
    line-height: 1.3;
    position: absolute;
    width: 8px;
}
.checkbox-label, .radio-label {
    font-weight: normal;
    margin-bottom: 0px;
}
.inline-label, .inline-text {
    display: inline-block !important;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
}
.field-value {
    min-height: 42px !important;
}
.form-phone {
    width: 80px !important;
}

.font-16 {
    font-size: 16px;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
    /*whole*/
    body {
        -webkit-text-size-adjust: 100% !important;
    }
    .form-horizontal .form-group{
        margin-right: -6px !important;
        margin-left: -6px !important;
    }
    .inline-text-br {
        display: inline;
    }
    .form-control {
        font-size: 16px;
    }
    .form-checkbox{
        width: 7% !important;
        margin-left: 5px !important;
        vertical-align: middle;
    }
    .birthday-sm-margin {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    input[type=radio] {
        width:20px!important;
        height:30px!important;
        margin: 2px 0 1px 5px !important;
    }
    input[type=checkbox] {
        height:30px!important;
        margin: 0px 0 1px 5px !important;
    }
    label.radio-label, label.checkbox-label {
        display:inline-block;
        width:49%;
        height:35px;
        background:#F8F8F8;
        border:1px solid #CCC;
    }
    .radio-label .help-inline {
        vertical-align: top;
        line-height: 20px;
    }
    .checkbox-label {
        white-space: nowrap;
        margin-bottom: 5px;
    }
}

.notice_underline {
    text-decoration: underline;
}

.wakuR01 {
    border: 1px solid #c90202;
    padding: 20px;
}

.wakuB01 {
    border: 1px solid #dddddd;
    padding: 15px;
}

@media only screen and (min-width: 768px) {
    .title-inline {
        padding-left: 0px;
        padding-right: 0px;
    }
    .inline-text-br {
        display: block;
    }
}
