/* component
----------------------------------------------- */
/*layout*/
.c-section_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

/*button*/
.c-btn a,.c-btn input {
    display: block;
    padding: 25px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: opacity ease .3s;
            transition: opacity ease .3s;
}

.c-btn a:hover,.c-btn input:hover {
    opacity: .7;
}

.c-btn-blue a,.c-btn-blue input {
    background-color: #005bab;
    color: #ffffff;
}

.c-btn-next a,.c-btn-next input {
    background-image: url(../images/common/icon_arr_next_white.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 13px auto;
}

.c-btn-prev a,.c-btn-prev input {
    background-image: url(../images/common/icon_arr_prev_white.png);
    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: 13px auto;
}

/*text link*/
.c-txtLink a {
    text-decoration: underline;
}

.c-txtLink a:hover {
    text-decoration: none;
}

.c-txtLink-center {
    text-align: center;
}

.c-txtLink-blue {
    color: #23cbff;
}

.c-btnArea p:first-child {
    margin: 0 0 20px;
}

.c-pageTtl {
    margin: 0 0 30px;
    padding: 20px 0;
    text-align: center;
    background-color: #eeeeee;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    color: #0098ce;
}

.c-pageTtl.error {
    color: red;
}

@media (max-width: 768px) {
    .c-pageTtl {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/*content*/
.c-noteBlc {
    position: relative;
    padding: 20px 7%;
    border: solid 1px red;
}

.c-noteBlc_head {
    position: absolute;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    color: red;
    left: 5%;
    top: -.5em;
}

.c-noteBlc_txt {
    color: red;
    font-size: 12px;
    font-size: 1.2rem;
}

.c-noteBlc_txt .error {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0 0.5em;
    background: red;
    color: #ffffff;
    font-size: 0.8em;
    vertical-align: 1px;
    font-weight: bold;
}

.c-policy {
    display: inline-block;
    margin: 1em 0 0;
    background: #f2f2f2;
    text-align: center;
    padding: 1em 2em 1em 3.5em;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

.c-policy:hover {
    opacity: .7;
}

input.c-radio + label,input.c-checkbox + label {
    padding: 0 0 0 25px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

input.c-radio {
    display: none;
}

input.c-radio + label {
    position: relative;
}

input.c-radio + label::before,input.c-radio + label::after {
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

input.c-radio + label::before {
    width: 20px;
    height: 20px;
    left: 0;
    border: solid 1px #cccccc;
    background-color: #ffffff;
}

input.c-radio + label::after {
    width: 14px;
    height: 14px;
    left: 3px;
    background-color: #ffffff;
}

input.c-radio:checked + label::after {
    background-color: #0098ce;
}

input.c-checkbox {
    display: none;
}

input.c-checkbox + label {
    position: relative;
}

input.c-checkbox + label::before,input.c-checkbox + label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

input.c-checkbox + label::before {
    left: 0;
    border: solid 1px #cccccc;
    background-color: #ffffff;
}

input.c-checkbox:checked + label::after {
    background: url(../images/common/icon_check.png) center center no-repeat;
    background-size: 18px auto;
}

.c-select {
    width: 100%;
    overflow: hidden;
    border: solid 1px #cccccc;
    border-radius: 5px;
    background: url(../images/common/icon_arr_down_blue.png) 95% center no-repeat;
    background-size: 15px auto;
}

.c-select select {
    width: 110%;
    padding: 12px;
    border: none;
    background-color: transparent;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

.c-textarea {
    margin: 10px 0 0;
}

/*
.c-textarea textarea {
    height: 150px;
    font-size: 13px;
    font-size: 1.3rem;
}
*/

.c-question {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: solid 1px #eeeeee;
}

.c-question_wrap {
    padding: 0 0 30px;
}

@media (max-width: 768px) {
    .c-question_wrap {
        padding: 0 0 10px;
    }
}

.c-question_head {
    margin: 0 0 10px;
    padding: 8px 0 8px 15px;
    border-left: solid 3px #0098ce;
}

.c-question_head.error {
    border-left: solid 3px red;
}

.c-question_num {
    margin: 0 0 3px;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    color: #0098ce;
}

.c-question_head.error .c-question_num  {
    color: red;
}

.c-question_head.error .c-question_num .error  {
    display: inline-block;
    margin-left: 1em;
    padding: 0 0.5em;
    background: red;
    color: #ffffff;
    font-size: 0.8em;
    vertical-align: 1px;
}

.c-question_q {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.c-question_h {
    font-size: 13px;
    font-size: 1.3rem;
    color: red;
}

.c-list .c-list_item {
    margin-bottom: 8px;
}

.c-list.c-list-inline .c-list_item {
    display: inline-block;
    margin-right: 10px;
}

.scrollgress {
    z-index: 999;
}

.c-question_count {
    margin: -30px 0 30px;
    padding: 10px 0;
    text-align: center;
    background-color: #0098ce;
    font-size: 16px;
    font-size: 1.8rem;
    line-height: 1;
    color: #ffffff;
}