.consulNav {
    margin-bottom: 50px;
}
.consulNav li {
    float: left;
    width: calc(100% / 3);
    display: flex;
}
.consulNav li.now {
    color: #fff;
} 
.consulNav li .text {
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ebedef;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px 0 0 5px;
}
.consulNav li:last-child .text {
    border-radius: 5px;
}
.consulNav li .arrow {
    width: 0;
    height: 0;
    border: 30px solid;
    border-color: transparent;
    border-left-color: #ebedef;
    margin-right: -20px;
}
.consulNav li.now .text {
    background-color: #2454A5;
}
.consulNav li.now .arrow {
    border-left-color: #2454A5;
}
.consulErrMsg {
    background-color: #f2dede;
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 5px;
}
.consulErrMsg ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 40px;
}
.consulErrMsg li {
    color: #b94a48;
}
.consulField {
    border-top: 1px solid #ccc;
    width: 100%;
    margin-bottom: 50px;
}
.consulField > tbody > tr {
    border-bottom: 1px solid #ccc;
}
.consulField > tbody > tr > th {
    width: 320px;
    padding: 30px;
    padding-right: 60px;
    background-color: #ebedef;
    position: relative;
}
.consulField > tbody > tr > th span {
    color: #fff;
    background-color: #d0021b;
    font-weight: normal;
    font-size: 86%;
    padding: 2px 8px;
    position: absolute;
    right: 20px;
}
.consulField > tbody > tr > td {
    padding: 30px;
}
.consulFieldTxt {
    margin-bottom: 20px;
}
.consulFieldTxt a {
    border-bottom: 1px solid #000;
}
.consulCheck {
    appearance: auto;
    margin-right: 5px;
}
.consulChoices {
    display: flex;
    flex-wrap: wrap;
}
.consulChoices li {
    padding-right: 15px;
    padding-bottom: 5px;
}
.consulChoices li label {
    cursor: pointer;
}
.consulSeparator {
    float: left;
    margin-right: 20px;
}
.consulItem {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fffef0;
}
.consulItem::placeholder {
    color: #ccc;
}
.consulItem.name {
    width: 140px;
}
.consulItem.zipCode {
    width: 80px;
}
.consulRadio {
    appearance: auto;
    margin-right: 5px;
}
.consulAddress {
    width: 100%;
}
.consulAddress th {
    padding-right: 60px;
    vertical-align: middle;
    font-weight: normal;
    width: 210px;
    padding-bottom: 5px;
    position: relative;
}
.consulAddress th span {
    color: #fff;
    background-color: #d0021b;
    font-weight: normal;
    font-size: 86%;
    padding: 2px 8px;
    position: absolute;
    right: 10px;
}
.consulAddress td {
    padding-bottom: 5px;
}
.consulPref {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fffef0;
    position: relative;
    appearance: auto;
}
.consulItem.address {
    width: 100%;
}
.consulItem.mail {
    width: 100%;
}
.consulFieldAttention {
    font-weight: bold;
    margin-top: 5px;
    color: #6f6262;
    font-size: 86%;
}
.consulFieldAttention span {
    color: #d0021b;
}
.consulDetails {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fffef0;
}
.consulDetailsCapa {
    text-align: right;
}
.consulBtn {
    display: flex;
    justify-content: center;
}
.consulBtn button {
    height: 60px;
    border-radius: 30px;
    background-color: #2454A5;
    color: #fff;
    width: 200px;
    text-align: center;
}
.consulBtn button.prev {
    background-color: #ebedef;
    color: #000;
}
.consulBtn form {
    margin-right: 20px;
}
.consulBtn form:last-child {
    margin-right: 0;
}
.consulTxt {
    margin-bottom: 40px;
}
.consulTxt.last {
    margin-bottom: 50px;
}
.consulSSLDescription {
    padding-top: 90px;
    font-size: 93%;
}
.consulSSLDescription > p {
    margin-bottom: 15px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}
.consulSSLDescription div {
    background-color: #f5f5f5;
    color: #666;
    padding: 30px;
}
.consulSSLDescription div p {
    line-height: 2;
}
.consulSSLDescription div a {
    color: #0073BB;
    text-decoration: underline;
}
.consulContact {
    display: inline-block;
    font-size: 93%;
    background-color: #E7F7FD;
    padding: 20px;
    line-height: 2;
    margin-bottom: 50px;
}
.consulLinkBtn {
    display: block;
    line-height: 60px;
    border-radius: 30px;
    background-color: #2454A5;
    color: #fff;
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.consulLinkBtn.toTop {
    line-height: 30px;
    width: auto;
    max-width: 300px;
}

@media (any-hover: hover) {

    /* スマホではhoverの反応が1回分遅れるので、スマホ以外のみ有効化 */
    .consulFieldTxt a:hover {
        opacity: 0.6;
    }
    .consulBtn button:hover {
        opacity: 0.7;
    }
    .consulLinkBtn:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1160px) {
    .consulField > tbody > tr > th {
        width: 28%;
    }
}

@media screen and (max-width: 768px) {
    .consulNav li {
        display: block;
        float: none;
        width: 100%;
    }
    .consulNav li .text {
        border-radius: 5px;
    }
    .consulNav li .arrow {
        margin-left: auto;
        margin-right: auto;
        border-left-color: transparent;
        border-top-color: #ebedef;
        margin-bottom: -10px;
        border-width: 15px;
    }
    .consulNav li.now .arrow {
        border-left-color: transparent;
        border-top-color: #2454A5;
    }
    .consulField > tbody > tr > th {
        display: block;
        width: 100%;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
        background-color: transparent;
    }
    .consulField > tbody > tr > td {
        display: block;
        width: 100%;
        padding-top: 10px;
    }
    .consulAddress th {
        display: block;
        width: 100%;
        padding-top: 10px;
        padding-left: 10px;
        border-top: 1px dotted #ccc;
    }
    .consulAddress td {
        display: block;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .consulSeparator {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .consulSeparator .consulItem {
        width: 100%;
    }
    .consulChoices li {
        width: 100%;
    }
}