/*============================
==============================
= Parts
==============================
============================*/
.c-personalInfo .p-ttl,
.c-sendForm-questionnaire .p-ttl {
    padding-left: 0.12em;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #026bb7;
    font-weight: bold;
    text-align: center;
}


/*============================
==============================
= Contents, Modules
==============================
============================*/

/*****************************
* confirm
*****************************/
.c-confirm {
    padding: 23px 0 20px;
}

.c-confirm-ttl {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.29167;
}

.c-confirm-ttl span {
    font-size: 11px;
    line-height: 1.40910;
}

.c-confirm .c-confirm-ttl span.reg {
    display: inline-block;
    line-height: 0.8;
    vertical-align: bottom;
}

.c-confirmForm {
    margin-top: 13px;
}

.c-confirmBtn {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.c-confirmBtn a {
    line-height: 0;
}

.c-confirmBtn a:last-child {
    margin-left: 10px;
}

.c-confirmBtn a img {
    width: 135px;
}

/*****************************
* form
*****************************/

.m-form-item + .m-form-item {
    margin-top: 9px;
}

.m-form-item dt {
    font-size: 11px;
    line-height: 1.40910;
    font-weight: bold;
    color: #000000;
}

.m-form-item dd {
    font-size: 12px;
    line-height: 1.29167;
    color: #006bbb;
}

.m-form-item dt + dd {
    margin-top: 4px;
}