@charset "UTF-8";
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.centering_y {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.notes {
    border: 4px solid #e3e3e3;
    margin: 0 10px 10px;
    padding: 15px;
}
.notes_txt {
    margin: 0 0 10px;
}
.notes .headline {
    font-weight: bold;
    margin: 0 0 8px;
    font-size: 14px;
    font-size: 1.07692rem;
}
.notes dt {
    font-size: 14px;
    font-size: 1.07692rem;
    font-weight: bold;
    margin: 0 0 5px;
}
.notes .title-emergency {
    color: #bf0022;
}
.notes dd {
    font-size: 12px;
    font-size: 0.92308rem;
    line-height: 1.35;
    margin: 0 0 15px;
}
.notes dd:last-child {
    margin: 0;
}
.notes dd ul {
    margin: 5px 0;
}
.notes dd ul li {
    list-style: disc outside;
    margin: 0 0 0 20px;
}

.inqform_txt {
    margin: 0 10px 10px;
    font-size: 11px;
    font-size: 0.84615rem;
}
.inqform .emphasis {
    font-weight: bold;
    font-size: 13px;
    font-size: 1rem;
}
.inqform .form_parts {
    margin: 0 0 20px;
}
.inqform dt {
    padding: 8px;
    position: relative;
    font-size: 14px;
    font-size: 1.07692rem;
    font-weight: bold;
    line-height: 1;
    color: #5e8392;
    margin: 10px 0 8px;
}
.inqform dt .ind, .inqform dt .opt {
    position: absolute;
    right: 10px;
    top: 7px;
    padding: 2px;
    display: block;
    line-height: 1;
    font-size: 11px;
    font-size: 0.84615rem;
}
.inqform dt .suppl {
    font-size: 11px;
    display: inline-block;
    font-weight: normal;
    margin: 3px 0 0;
}
.inqform dt .ind {
    background-color: #f0424a;
    color: #fff;
}
.inqform dt .opt {
    background-color: #1f71cd;
    color: #fff;
}
.inqform dd {
    text-align: left;
    padding: 0 12% 0 4%;
    position: relative;
    font-size: 13px;
    font-size: 1rem;
}
.inqform dd.input_comm {
    min-height: 90px;
}
.inqform dd .comm {
    font-size: 12px;
    font-size: 0.92308rem;
    margin: 5px 0 0;
}
.inqform dd .em {
    color: #f0424a;
}
.inqform input[type="text"], .inqform input[type="email"], .inqform input[type="date"], .inqform select, .inqform textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0;
}
.inqform select {
    padding: 5px;
    height: 34px;
    background: linear-gradient(to bottom, #ffffff, #f1f1f1) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.inqform input[type="text"], .inqform input[type="email"], .inqform input[type="date"] {
    font-size: 12px;
    padding: 3px 0;
    height: 32px;
}
.inqform textarea {
    min-height: 60px;
}
.inqform .btn_submit {
    text-align: center;
}
.inqform .btn_submit input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5aa00;
    width: 60%;
    font-size: 16px;
    font-size: 1.23077rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 0 none;
    margin: 15px 0;
    padding: 15px 0;
}
.inqform .btn_revise {
    text-align: center;
}
.inqform .btn_revise input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 30%;
    font-size: 16px;
    font-size: 1.23077rem;
    font-weight: bold;
    color: #444;
    border: 0 none;
    margin: 5px 0;
    padding: 10px 0;
}
.inqform .cmpmess {
    padding: 40px 10px;
}
.inqform .cmpmess_title {
    font-size: 16px;
    font-size: 1.23077rem;
    font-weight: bold;
    margin: 0 0 20px;
}
.inqform .cmpmess_txt {
    font-size: 13px;
    font-size: 1rem;
}
.inqform .ico_help {
    font-size: 12px;
    font-size: 0.92308rem;
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #bbb;
    color: #fff;
    display: block;
    line-height: 18px;
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 5px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.inqform .ico_help:hover {
    background-color: #5e8392;
}
.inqform .baloon {
    position: absolute;
    top: -70px;
    right: 2px;
    display: none;
    width: 260px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    background: #fbfbef;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.inqform .baloon:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #d0d0d0 transparent transparent transparent;
}
.inqform .baloon:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fbfbef transparent transparent transparent;
}
.inqform .consent_pp {
    margin: 0 auto 30px;
    width: 90%;
    text-align: center;
}

@media screen and (max-width: 479px) {
    /*for smp start*/
    .inqform select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .inqform dd.select {
        position: relative;
    }
    .inqform dd.select:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: 14%;
        top: 12px;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #5e8392 transparent transparent;
    }
    .inqform dd .baloon {
        right: 5px;
    }
}
/*for smp end*/
@media screen and (min-width: 480px) {
    /* 480px以上用（タブレット／スマートフォン用）の記述⇒不要？ */
}
@media screen and (max-width: 767px) {
    /* 767px以下用（スマートフォン共通用）の記述 */
}
/* 767px以下用（スマートフォン共通用）の記述 end */
@media screen and (min-width: 768px) {
    /* for tablet & PC over768px */
    .notes {
        width: 680px;
        margin: 30px auto;
    }

    .inqform {
        width: 700px;
        margin: 0 auto;
        padding: 15px;
    }
    .inqform_txt {
        margin-left: 0;
    }
    .inqform dl {
        border-bottom: 1px solid #ddd;
    }
    .inqform * + html .inqform dl {
        height: 1%;
    }
    .inqform * html .inqform dl {
        height: 1%;
    }
    .inqform dt {
        width: 180px;
        margin: 0;
        padding: 15px 0 10px 10px;
        border-top: 1px solid #ddd;
        background-color: #ececec;
        box-shadow: 0 1px 0 0 #fff inset;
        min-height: 90px;
        font-size: 12px;
        font-size: 0.92308rem;
        float: left;
        clear: left;
    }
    .inqform dt.input {
        min-height: 60px;
    }
    .inqform dt.input_comm {
        min-height: 100px;
    }
    .inqform dt.textarea {
        min-height: 90px;
        padding-bottom: 15px;
    }
    .inqform dt .ind, .inqform dt .opt {
        right: 10px;
        top: 14px;
    }
    .inqform dt .suppl {
        display: block;
    }
    .inqform dd {
        float: left;
        width: 460px;
        padding: 15px 40px 0 10px;
        border-top: 1px solid #ddd;
        margin: 0;
    }
    .inqform dd.input {
        min-height: 60px;
    }
    .inqform dd.input_comm {
        min-height: 90px;
    }
    .inqform dd.textarea {
        min-height: 90px;
        padding-bottom: 15px;
    }
    .inqform dd .ico_help {
        right: 5px;
        top: 15px;
    }
    .inqform .confirm_wrapper {
        text-align: center;
        position: relative;
    }
    .inqform .confirm_wrapper .btn_revise input {
        width: 120px;
    }
}
/* for tablet & PC over768px end */
@media screen and (min-width: 950px) {
    /* for PC over960px */
    .inqform .btn_submit input {
        width: 45%;
    }
}
/* for PC over960px end */
