/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #000000;
    background: #fff;
}

a:hover {
    text-decoration: none;
}

img {
    touch-action: manipulation;
}

.ec-layoutRole__header {
    border-bottom: 1px solid #E6E6E6;
}

.ec-headerNaviRole {
    padding: 0 20px;
    max-width: 1140px;
}

.ec-headerNaviRole:after {
    display: none;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100% - 300px);
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 300px;
}

.ec-headerTitle h1 {
    padding: 0;
    margin: 0;
}

.ec-headerTitle h1 a {
    display: flex;
    align-items: center;
}

.ec-headerTitle h1 a img {
    width: 248px;
}

.ec-headerTitle__title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    width: 190px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #0091D6;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1;
    color: #0091D6;
    margin-top: 10px;
}

.ec-headerNav {
    display: flex;
}

.ec-headerNav .ec-headerNav__item {
    display: block;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a img {
    width: auto;
    height: 20px;
    display: block;
    margin-bottom: 3px;
}

.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav__mypage {
    background: #0091D6;
}

.ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav__cart {
    background: #0059C0;
}

.ec-headerNav .ec-headerNav__itemLink {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.ec-role {
    max-width: 1140px;
}

.ec-loginRole {
    padding: 140px 0 0;
}

.ec-pageLoginHeader {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.ec-pageLoginHeader:before {
    display: block;
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    background: url(../img/common/icon_login.svg) center center no-repeat;
    background-size: auto 20px;
    content: '';
}

.ec-pageLoginHeader h1 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.ec-login {
    padding: 0;
    margin: 0 auto;
    max-width: 480px;
    background: none;
}

.ec-login .ec-login__input {
    margin-bottom: 22px;
}

.ec-login .ec-login__input .ec-input input {
    width: 100%;
    height: 56px;
    border: 1px solid #EAEAEA;
    border-radius: 7px;
    margin-bottom: 10px;
    font-weight: normal;
}

.ec-login .ec-login__input .ec-input input.error {
    border: 1px solid #FF0000;
    background: #FFF5F5;
}

.ec-login .ec-login__input .ec-input input.error::-webkit-input-placeholder {
    color: #FF0000;
}

.ec-login .ec-login__input .ec-input input.error:-moz-placeholder {
    color: #FF0000;
}

.ec-login .ec-login__input .ec-input input.error::-moz-placeholder {
    color: #FF0000;
}

.ec-login .ec-login__input .ec-input input.error:-ms-input-placeholder {
    color: #FF0000;
}

.ec-login .ec-login__actions {
    margin-bottom: 15px;
}

.ec-login .ec-login__actions .ec-blockBtn--cancel {
    background: #0059C0;
    width: 260px;
    height: 56px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin: 0 auto;
    border-radius: 7px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

.ec-login .ec-login__link {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.ec-login .ec-login__link a {
    text-decoration: underline;
}

.ec-link {
    color: #0059C0;
}


.ec-footerRole {
    margin-top: 110px;
    padding: 60px 0 50px;
    background: url(../img/common/bg_footer.jpg) center center no-repeat;
    background-size: 100% 100%;
    border: 0;
}

.ec-footerTitle {
    margin: 0;
    padding: 0;
    color: #000;
}

.ec-footerTitle__logo {
    margin-bottom: 0;
    padding: 0 0 30px;
    border-bottom: 1px solid #94B1CC;
}

.ec-footerTitle__logo img {
    width: 293px;
}

.ec-footerTitle__info {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: normal;
    text-align: center;
}

.ec-footerTitle__link {
    margin-top: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}

.ec-footerTitle__link a {
    text-decoration: underline;
}

.ec-footerTitle__copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    color: #94B1CC;
}


@media screen and (max-width: 767px) {

    .ec-headerNaviRole {
        padding: 0;
    }

    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: 177px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: 120px;
    }

    .ec-headerTitle h1 a {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        height: 60px;
        justify-content: center;
    }

    .ec-headerTitle h1 a img {
        width: 157px;
    }

    .ec-headerTitle__title {
        margin-left: 0;
        width: 130px;
        height: 15px;
        border-radius: 7px;
        font-size: 7px;
        margin-top: 0;
    }

    .ec-headerNaviRole .ec-headerNaviRole__nav a {
        width: 60px;
        height: 60px;
    }

    .ec-headerNaviRole .ec-headerNaviRole__nav a img {
        height: 13px;
        margin-bottom: 1px;
    }

    .ec-headerNav .ec-headerNav__itemLink {
        font-size: 10px;
        display: block;
    }

    .ec-loginRole {
        padding: 50px 0 0;
    }

    .ec-pageLoginHeader {
        margin-bottom: 12px;
    }

    .ec-pageLoginHeader:before {
        height: 16px;
        margin-bottom: 8px;
        background: url(../img/common/icon_login.svg) center center no-repeat;
        background-size: auto 16px;
    }

    .ec-pageLoginHeader h1 {
        font-size: 19px;
    }

    .ec-login {
        padding: 0 17px;
    }

    .ec-login .ec-login__input {
        margin-bottom: 15px;
    }

    .ec-login .ec-login__input .ec-input input {
        height: 42px;
        font-size: 12px;
    }

    .ec-login .ec-login__actions {
        margin-bottom: 10px;
    }

    .ec-login .ec-login__actions .ec-blockBtn--cancel {
        width: 190px;
        height: 42px;
        font-size: 11px;
    }

    .ec-login .ec-login__link {
        margin: 7px 0 0;
        font-size: 11px;
    }

    .ec-footerRole {
        margin-top: 50px;
        padding: 30px 0 35px;
        background: url(../img/common/bg_footer_sp.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .ec-footerTitle__logo {
        padding: 0 0 25px;
    }

    .ec-footerTitle__logo img {
        width: 190px;
    }

    .ec-footerTitle__info {
        padding-top: 25px;
        font-size: 11px;
    }

    .ec-footerTitle__link {
        margin-top: 4px;
        font-size: 10px;
    }

    .ec-footerTitle__copyright {
        margin-top: 20px;
        font-size: 9px;
    }

}


.ec-addCodeRole {
    padding-top: 100px;
}

.ec-addCodeNotes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.ec-addCodeNotes__notes {
    color: #D65959;
    padding-left: 30px;
    font-weight: normal;
    position: relative;
}

.ec-addCodeNotes__notes:before {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 3px;
    z-index: 2;
    background: url(../img/common/icon_important.svg) center center no-repeat;
    background-size: 100% 100%;
    content: '';
}

.ec-addCodeNotes__links a {
    text-decoration: underline;
    font-weight: normal;
}

.ec-addCodeList__items {
    margin-bottom: 10px;
    border: 1px solid #D8DEE3;
    border-radius: 10px;
    background: #F5F7F8;
    padding: 19px;
    position: relative;
    box-sizing: border-box;
}

.ec-addCodeList__items .ec-addCodeBox {
    display: none;
}

.ec-addCodeList__items .ec-addCodeBox__image {
    width: 90px;
    height: 90px;
    position: relative;
    margin-right: 20px;
}

.ec-addCodeList__items .ec-addCodeBox__title {
    width: calc(100% - 110px);
    padding-top: 50px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}

.ec-addCodeList__items .ec-addCodeBox__image img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ec-addCodeList__items .ec-addCodeForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input,
.ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input .ec-addCodeForm__items,
.ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__button {
    display: flex;
    align-items: center;
    margin: 0;
}

.ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input {
    width: 100%;
    max-width: 530px;
}

.ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input .ec-addCodeForm__items {
    border: 1px solid #D5DEEA;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
}

.ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input .ec-addCodeForm__items dt {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D5DEEA;
    font-size: 14px;
    font-weight: normal;
    color: #0059C0;
    box-sizing: border-box;
    height: 38px;
}

.ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input .ec-addCodeForm__items.ec-productCode {
    width: calc(100% - 130px);
}

.ec-productCode dt {
    width: 95px;
}

.ec-productCode dd {
    width: calc(100% - 95px);
}

.ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input .ec-addCodeForm__items.ec-productCount {
    width: 200px;
    margin-left: 10px;
}

.ec-productCount dt {
    width: 95px;
}

.ec-productCount dd {
    width: calc(100% - 60px);
}

.ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input input {
    border: 0;
    width: 100%;
    height: 38px;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
}

.ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__button {
    width: 220px;
    justify-content: flex-end;
}

.ec-addCodeForm__button button {
    width: 100px;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 10px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

.ec-addCodeForm__button button.ec-blockBtn--update {
    border: 1px solid #0059C0;
    background: #0059C0;
    color: #fff;
}

.ec-addCodeForm__button button.ec-blockBtn--update:before {
    width: 12px;
    height: 12px;
    background: url(../img/common/icon_update.svg) center center no-repeat;
    background-size: 12px auto;
    display: block;
    margin-right: 7px;
    content: '';
}

.ec-addCodeForm__button button.ec-blockBtn--delete {
    border: 1px solid #231815;
    background: #fff;
    color: #231815;
}

.ec-addCodeForm__button button.ec-blockBtn--add {
    border: 1px solid #E6922F;
    background: #E6922F;
    color: #fff;
    display: flex;
}

.ec-addCodeForm__button button.ec-blockBtn--add:before {
    font-size: 14px;
    display: block;
    margin-right: 7px;
    content: '＋';
    line-height: 1;
}

.ec-addCodeList__items.is-update {
    border-color: #0059C0;
    background: #E2F2FF;
}

.ec-addCodeList__items.is-update .ec-addCodeBox {
    display: flex;
}

.ec-addCodeList__items.is-update .ec-addCodeForm {
    position: absolute;
    right: 19px;
    top: 19px;
    z-index: 2;
    width: calc(100% - 148px);
}

.ec-addCodeList__items.is-update .ec-addCodeForm__button button.ec-blockBtn--update,
.ec-addCodeList__items.is-update .ec-addCodeForm__button button.ec-blockBtn--delete {
    display: flex;
}

.ec-addCodeList__items.is-update .ec-addCodeForm__button button.ec-blockBtn--add {
    display: none;
}

.ec-addCodeButton .ec-blockBtn--addrow {
    border: 2px solid #E6922F;
    background: #FAF8F0;
    color: #E6922F;
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}

.ec-addCodeButton .ec-blockBtn--addrow:before {
    width: 32px;
    height: 20px;
    background: url(../img/common/icon_add_row.svg) center center no-repeat;
    background-size: 32px auto;
    display: block;
    margin-right: 10px;
    content: '';
}

.ec-addCodeRole_actions {
    margin-top: 40px;
    text-align: center;
}

.ec-addCodeRole_actions .ec-blockBtn--cancel {
    max-width: 380px;
    height: 70px;
    border-radius: 7px;
    background: #0D61C3;
    color: #fff;
    font-size: 18px;
    letter-spacing: .04em;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.ec-addCodeRole_actions .ec-blockBtn--cancel[disabled] {
    opacity: 1;
    background: #DBDBDB;
    border-color: #DBDBDB;
}

@media screen and (max-width: 767px) {
    .ec-addCodeRole {
        padding-top: 50px;
    }

    .ec-addCodeNotes {
        display: block;
        margin-bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

    .ec-addCodeNotes__notes {
        padding-left: 0;
        margin-bottom: 3px;
    }

    .ec-addCodeNotes__notes:before {
        position: relative;
        width: 17px;
        height: 17px;
        top: 0;
        display: block;
        margin: 0 auto 5px;
    }

    .ec-addCodeNotes__links a {
        font-size: 11px;
    }

    .ec-addCodeList__items {
        border-radius: 7px;
        padding: 14px;
    }

    .ec-addCodeList__items .ec-addCodeBox__image {
        width: 75px;
        height: 75px;
        margin-right: 10px;
    }

    .ec-addCodeList__items .ec-addCodeBox__title {
        width: calc(100% - 85px);
        padding-top: 0;
        font-size: 13px;
        line-height: 1.3;
    }

    .ec-addCodeList__items .ec-addCodeForm {
        display: block;
    }

    .ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input .ec-addCodeForm__items dt {
        font-size: 11px;
        height: 33px;
    }

    .ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input .ec-addCodeForm__items.ec-productCode,
    .ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input .ec-addCodeForm__items.ec-productCount {
        width: 100%;
        margin: 5px 0 0;
    }

    .ec-productCode dt,
    .ec-productCount dt {
        width: 80px;
    }

    .ec-productCode dd,
    .ec-productCount dd {
        width: calc(100% - 80px);
    }

    .ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__input input {
        height: 33px;
        font-size: 11px;
    }

    .ec-addCodeList__items .ec-addCodeForm .ec-addCodeForm__button {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
    }

    .ec-addCodeForm__button button {
        width: 100%;
        height: 35px;
        margin-left: 0;
        font-size: 12px;
    }

    .ec-addCodeForm__button button.ec-blockBtn--update:before {
        width: 10px;
        height: 10px;
        background: url(../img/common/icon_update.svg) center center no-repeat;
        background-size: 10px auto;
    }

    .ec-addCodeForm__button button.ec-blockBtn--delete {
        margin-left: 10px;
    }

    .ec-addCodeForm__button button.ec-blockBtn--add:before {
        font-size: 12px;
    }

    .ec-addCodeList__items.is-update .ec-addCodeForm {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .ec-addCodeButton .ec-blockBtn--addrow {
        height: 50px;
        border-radius: 7px;
        font-size: 14px;
    }

    .ec-addCodeButton .ec-blockBtn--addrow:before {
        width: 25px;
        height: 16px;
        background: url(../img/common/icon_add_row.svg) center center no-repeat;
        background-size: 25px auto;
    }

    .ec-addCodeRole_actions {
        margin-top: 20px;
    }

    .ec-addCodeRole_actions .ec-blockBtn--cancel {
        max-width: 285px;
        height: 50px;
        font-size: 15px;
    }
}




.ec-guideRole {
    padding-top: 50px;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

.ec-columnRole {
    display: flex;
    justify-content: space-between;
}

.ec-columnRole__sidebar {
    width: 25.5%;
}

.ec-columnRole__main {
    width: 68%;
}

.ec-guideRole .ec-columnRole__main {
    padding-top: 20px;
}

.ec-columnRole__sidebar ul,
.ec-columnRole__sidebar ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ec-columnRole__sidebar .ec-sidebarRole__list {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 999;
    padding-top: 20px;
}

.ec-sidebarRole__list>li>a {
    font-size: 16px;
    color: #0059C0;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-right: 35px;
    background: url(../img/common/icon_anchor_link.svg) right 2px no-repeat;
    background-size: 20px auto;
    display: block;
}

.ec-columnRole__sidebar .ec-sidebarRole__menu {
    padding: 20px 0;
}

.ec-columnRole__sidebar .ec-sidebarRole__menu>li {
    border-top: 1px solid #D8DEE3;
    padding: 17px 0;
    padding-left: 1em;
    text-indent: -1em;
}

.ec-columnRole__sidebar .ec-sidebarRole__menu>li>a {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding-right: 35px;
    background: url(../img/common/icon_anchor_link.svg) right top no-repeat;
    background-size: 20px auto;
    display: block;
}

.ec-columnRole__sidebar .ec-sidebarRole__submenu {
    padding: 5px 0 0 1em;
}


.ec-columnRole__sidebar .ec-sidebarRole__submenu>li>a {
    color: #0059C0;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.33;
    text-decoration: underline;
}

.ec-pageHeader h1 {
    border: 0;
    margin: 0 0 30px;
    padding: 0 0 12px;
    font-size: 32px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.04em;
}

.ec-pageHeader h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 30px;
    height: 1px;
    background: #000;
    content: '';
}

.ec-pageHeader h2 {
    width: 100%;
    background: #0059C0;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 20px;
}

.ec-pageHeader h3 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin: 0 0 10px;
    letter-spacing: 0.04em;
}

.ec-pageHeader h4 {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    margin: 0 0 10px;
    letter-spacing: 0.04em;
}

.ec-ec-guideRole__anchor {
    display: flex;
    justify-content: space-between;
}

.ec-ec-guideRole__anchorItem {
    width: 100%;
    margin-bottom: 30px;
}

.ec-ec-guideRole__anchorItem+.ec-ec-guideRole__anchorItem {
    margin-left: 20px;
}

.ec-ec-guideRole__anchorItem a {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #D8DEE3;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 50px 10px 20px;
    height: 60px;
    font-size: 14px;
    font-weight: normal;
    color: #0059C0;
    text-decoration: underline;
    background: url(../img/common/icon_anchor_link.svg) right 20px center no-repeat #F5F7F8;
    background-size: 20px auto;
}

.ec-ec-guideRole__box {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #000;
    font-weight: normal;
    padding-bottom: 60px;
}

.ec-ec-guideRole__box+.ec-ec-guideRole__box {
    padding-top: 40px;
    border-top: 1px solid #D8DEE3;
}

.ec-ec-guideRole__box p+p {
    margin-top: 1.5em;
}

.ec-ec-guideRole__box figure {
    padding: 0;
    margin: 20px 0 0;
}

.ec-ec-guideRole__box .ec-link {
    text-decoration: underline;
}

.ec-ec-guideRole__innerBox+.ec-ec-guideRole__innerBox {
    margin-top: 40px;
}

.ec-ec-guideRole__contactTel {
    border: 1px solid #D8DEE3;
    border-radius: 10px;
    display: flex;
    padding: 18px 30px;
    letter-spacing: 0.04em;
    font-size: 14px;
    margin-top: 20px;
}

.ec-ec-guideRole__contactTel dt {
    width: 175px;
    font-weight: bold;
}

.ec-ec-guideRole__contactTel dd {
    width: calc(100% - 175px);
    font-weight: normal;
}

.ec-telphone {
    pointer-events: none;
    color: #000;
}

.ec-addressRole .ec-addressRole__actions {
    text-align: right;
    margin-top: 0;
}

.ec-addressRole input#search_target {
    width: 428px;
    height: 37px;
    font-size: 12px;
    padding: 10px 17px;
    margin-right: 0;
    margin-bottom: 20px;
    border: 2px solid #ededed;
}

.ec-addressRole input#search_target::placeholder {
    color: #b7b7b7;
}

.ec-addressRole [type="button"] {
    width: 97px;
    height: 37px;
    font-size: 13px;
    background-color: #F09B1A;
    color: #fff;
    border: 2px solid #ededed;
    padding: 5px 20px;
    letter-spacing: 5px;
    text-indent: 5px;
    margin-left: -4px;
}

@media screen and (max-width: 767px) {
    .ec-guideRole {
        padding-top: 0;
    }

    .ec-columnRole {
        display: block;
    }

    .ec-columnRole__sidebar,
    .ec-columnRole__main {
        width: 100%;
    }

    .ec-guideRole .ec-columnRole__main {
        padding-top: 30px;
    }

    .ec-columnRole__sidebar ul,
    .ec-columnRole__sidebar ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ec-columnRole__sidebar .ec-sidebarRole__list {
        position: relative;
        padding-top: 25px;
    }

    .ec-columnRole__sidebar .ec-sidebarRole__menu {
        padding: 15px 0;
    }

    .ec-columnRole__sidebar .ec-sidebarRole__submenu {
        padding: 5px 0 0 0;
    }


    .ec-columnRole__sidebar .ec-sidebarRole__submenu>li>a {
        color: #0059C0;
        font-weight: normal;
        font-size: 12px;
        line-height: 1.33;
        text-decoration: underline;
    }

    .ec-pageHeader h1 {
        margin: 0 0 20px;
        padding: 0 0 10px;
        font-size: 25px;
    }

    .ec-pageHeader h1:before {
        width: 25px;
    }

    .ec-pageHeader h2 {
        border-radius: 5px;
        padding: 11px 15px;
        font-size: 19px;
        margin: 0 0 15px;
    }

    .ec-pageHeader h3 {
        font-size: 17px;
    }

    .ec-pageHeader h4 {
        font-size: 15px;
    }

    .ec-ec-guideRole__anchor {
        display: block;
        padding-bottom: 10px;
    }

    .ec-ec-guideRole__anchorItem {
        margin-bottom: 10px;
    }

    .ec-ec-guideRole__anchorItem+.ec-ec-guideRole__anchorItem {
        margin-left: 0;
    }

    .ec-ec-guideRole__anchorItem a {
        display: block;
        border-radius: 5px;
        padding: 10px 35px 10px 15px;
        height: auto;
        font-size: 12px;
        background: url(../img/common/icon_anchor_link.svg) right 15px center no-repeat #F5F7F8;
        background-size: 18px auto;
    }

    .ec-ec-guideRole__box {
        font-size: 13px;
        padding-bottom: 30px;
    }

    .ec-ec-guideRole__box+.ec-ec-guideRole__box {
        padding-top: 25px;
    }

    .ec-ec-guideRole__box figure {
        margin: 15px 0 0;
    }

    .ec-ec-guideRole__innerBox+.ec-ec-guideRole__innerBox {
        margin-top: 30px;
    }

    .ec-ec-guideRole__contactTel {
        border-radius: 5px;
        display: flex;
        padding: 15px;
        font-size: 13px;
        margin-top: 10px;
    }

    .ec-ec-guideRole__contactTel dt {
        width: 150px;
    }

    .ec-ec-guideRole__contactTel dd {
        width: calc(100% - 150px);
    }

    .ec-telphone {
        pointer-events: inherit;
    }

    .ec-addressRole input#search_target {
        font-size: 10px;
        width: 292px;
        padding: 5px 2px;
    }

    .ec-addressRole input#search_target::placeholder {
        padding-left: 5px;
    }

    .ec-addressRole [type="button"] {
        font-size: 10px;
        line-height: 0;
        width: 40px;
        padding: 5px;
        letter-spacing: 2px;
        text-indent: 2px;
    }
}

.approval h1 {
    font-size: 30px;
    font-weight: 600;
}

.approval h4{
    font-size: 18px;
    font-weight: 600;
}


.approval .ec-orderBox{
    padding: 16px 24px;
    margin-bottom: 42px;
    border: 1px solid #ccc;
}

.approval .ec-orderBox dt {
    width: 120px;
    display: inline-block;
}

.approval .attention {
    color: #de5d50;
}

.approval .ec-imageGrid {
    border-top: none;
}

.approval .orderItems{
    margin-bottom: 42px;
}

.approval .total-quantity{
    height: 58px;
    width: 100%;
    padding: 0 18px;
    margin: 18px 0;
    background-color: #F5CEC9;
    border: 1px solid #ccc;
}

.approval .total-quantity span{
    display: inline-block;
    margin: 0 10px;
    color: #de5d50;
    font-size: 36px;
}

.approval .btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.approval .ec-blockBtn--action{
    border: none;
    width: 250px;
    margin-right: 30px;
}

.approval .ec-blockBtn--cancel{
    background-color: #CBCBCB;
    border: none;
    width: 250px;
}

.approval .ec-definitions{
    display: flex;
}

.approval .ec-role .attention {
    font-weight: 600;
    text-align: center;
    margin-top: 24px;
}