/* --------------------
 EC-CUBE
-------------------- */
.eccube__menu {
    margin: 0 0 30px;
}

.support__overview {
    padding: 40px 0 60px;
}

@media (min-width: 768px) {
    .support__overview {
        padding-bottom: 80px;
        /* padding-top: 80px; */
    }
}

@media (min-width: 992px) {
    .support__overview {
        padding-bottom: 130px;
        /* padding-top: 130px; */
    }
}


.support__overview-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .support__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.support__overview__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .support__overview__title {
        font-size: 2.6rem;
        /* letter-spacing: 1em; */
        margin-bottom: 40px;
    }
}

.support__overview__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .support__overview__title__text {
        padding-left: 65px;
    }
}

.support__overview__title__text:before {
    background-image: url(../../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .support__overview__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        width: 45px;
    }
}

.support__overview__flex {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: stretch;
    gap: 30px 0;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .support__overview__flex {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .support__overview__flex__photo {
        width: 40%;
    }
}

.support__overview__flex__photo-inner {
    margin: 0 auto;
    max-width: 375px;
    width: 70%;
}

@media (min-width: 768px) {
    .support__overview__flex__photo-inner {
        width: 100%;
    }
}

.support__overview__flex__main {
    padding: 0;
}

@media (min-width: 768px) {
    .support__overview__flex__main {
        padding-left: 60px;
        width: 60%;
    }
}

@media (min-width: 1240px) {
    .support__overview__flex__main {
        padding-left: 80px;
    }
}

.support__overview__flex__main__content p {
    font-size: 1.4rem;
    line-height: 2.3;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .support__overview__flex__main__content p {
        font-size: 1.6rem;
    }
}

.support__overview__flex__main__content p:last-child {
    margin-bottom: 0;
}

.support__about {
    background: #e2e3e3;
}

.support__about-container {
    margin: 0;
    padding: 60px 15px 60px;
    width: 100%;
}

@media (min-width: 768px) {
    .support__about-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
        padding-left: 30px;
        padding-right: 30px;
        padding: 30px 30px 100px;
    }
}

.support__about__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .support__about__title {
        font-size: 2.6rem;
        margin-bottom: 40px;
    }
}

.support__about__content {
    letter-spacing: .1em;
    margin: 0 0 100px;
}

.support__about__card {
    background: #FFF;
    display: flex;
    flex-flow: column-reverse;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    margin-bottom: 40px;
    width: 100%;
}

@media (min-width: 768px) {
    .support__about__card {
        gap: 90px;
        margin: 40px;
        padding: 20px 60px 20px 80px;
        flex-flow: row;
        justify-content: space-between;
    }
}

.support__about__card__text {
    margin: 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .support__about__card__text {
        margin: auto 0;
    }
}

.support__about__card__text h4 {
    margin: 0 0 10px;
    font-size: 2.2rem;
}

@media (min-width: 768px) {
    .support__about__card__text h4 {
        margin: 0 0 30px;
    }
}

.support__about__card__text p {
    line-height: 2.2;
}

.support__about__card__image {
    flex-shrink: 0;
    margin: 20px auto;
    text-align: center;
    max-width: 340px;
}

.support__about__danger {
    display: flex;
    flex-flow: column-reverse;
}

@media (min-width: 768px) {
    .support__about__danger {
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
    }
}

.support__about__danger__content {
    letter-spacing: .2em;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .support__about__danger__content {
        width: 50%;
    }
}

.support__about__danger__image {
    text-align: center;
}

.support__service {
    background: #fff1c3;
    padding: 0 0 30px;
}

@media (min-width: 768px) {
    .support__service {
        padding-bottom: 60px;
    }
}

.support__service__head {
    background-color: #f5c800;
    margin: 0 0 100px;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .support__service__head {
        margin-bottom: 120px;
    }
}

.support__service__head:after {
    background-color: #f5c800;
    bottom: -35px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 80px;
}

@media (min-width: 768px) {
    .support__service__head:after {
        bottom: -45px;
        height: 50px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .support__service__head:after {
        bottom: -60px;
        height: 65px;
        width: 130px;
    }
}

.support__service__head-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: stretch;
    height: 240px;
    justify-content: stretch;
    margin: 0;
    margin: 0 auto;
    max-width: 400px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

.support__service__head-container:after {
    background-image: url(../../images/pages/eccube/eccube-partner-title-mascot.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65px 72px;
    bottom: -15px;
    content: '';
    display: block;
    height: 72px;
    position: absolute;
    right: 0;
    width: 65px;
}

@media (min-width: 768px) {
    .support__service__head-container:after {
        background-size: 100px 110.76923px;
        bottom: -30px;
        height: 111px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .support__service__head-container:after {
        background-size: 130px 144px;
        height: 144px;
        width: 130px;
    }
}

@media (min-width: 768px) {
    .support__service__head-container {
        height: 220px;
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .support__service__head-container {
        height: 280px;
    }
}

.support__service__head__title {
    color: #3e3a39;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.8;
    margin: 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .support__service__head__title {
        font-size: 2.0rem;
    }
}

@media (min-width: 992px) {
    .support__service__head__title {
        font-size: 2.6rem;
    }
}

.support__service-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .support__service-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}


.support__service__content {
    letter-spacing: .1em;
}

.support__service__blk__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 100px 0 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .support__service__blk__title {
        font-size: 2.6rem;
        margin-bottom: 20px;
    }
}

.support__service__blk__content {
    text-align: left;
}

@media (min-width: 768px) {
    .support__service__blk__content {
        text-align: center;
    }
}

.support__service__blk__main__staff__title {
    background-color: #f5c800;
    font-size: 2rem;
    margin: 30px 0 100px;
    position: relative;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .support__service__blk__main__staff__title {
        font-size: 2.6rem;
        margin-bottom: 120px;
    }
}

.support__service__blk__main__staff__title:after {
    background-color: #f5c800;
    bottom: -35px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 80px;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__title:after {
        bottom: -45px;
        height: 50px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .support__service__blk__main__staff__title:after {
        bottom: -30px;
        height: 35px;
        width: 70px;
    }
}

.support__service__blk__main__staff__item-wrapper {
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    width: 100%;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__item-wrapper {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 -15px;
    }
}

.support__service__blk__main__staff__item {
    margin: 120px 0 30px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__item {
        margin-top: 0;
        padding: 0 15px;
        width: 33.33333%;
    }
}

.support__service__blk__main__staff__item-container {
    height: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.support__service__blk__main__staff__item-container:before, .support__service__blk__main__staff__item-container:after {
    border: 15px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 30px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__item-container:before, .support__service__blk__main__staff__item-container:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

.support__service__blk__main__staff__item-container:before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    left: 0;
    top: 0;
}

.support__service__blk__main__staff__item-container:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    bottom: 0;
    right: 0;
}

.support__service__blk__main__staff__item-container__inner {
    background-color: #ffffff;
    margin: 0;
    padding: 20px 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__item-container__inner {
        height: 100%;
        padding-top: 30px;
    }
}

.support__service__blk__main__staff__item-container__inner:before, .support__service__blk__main__staff__item-container__inner:after {
    background-color: #ffffff;
    bottom: auto;
    content: '';
    display: block;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

.support__service__blk__main__staff__item-container__inner:before {
    bottom: 0;
    left: -30px;
    top: 30px;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__item-container__inner:before {
        top: 46px;
    }
}

.support__service__blk__main__staff__item-container__inner:after {
    bottom: 30px;
    right: -30px;
    top: 0;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__item-container__inner:after {
        bottom: 46px;
    }
}

.support__service__blk__main__staff__item__main {
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__item__main {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .support__service__blk__main__staff__item__main {
        margin-left: 0;
        margin-right: 0;
    }
}

.support__service__blk__main__staff__item__main__head {
    padding: 80px 0 0;
    position: relative;
    text-align: center;
}

.support__service__blk__main__staff__item__main__head__image {
    position: absolute;
    bottom: 50px;
    left: 55%;
    transform: translateX(-50%);
    width: 150px;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__item__main__head__image {
        width: 200px;
    }
}

.support__service__blk__main__staff__item__main__head__title {
    color: #3e3a39;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__item__main__head__title {
        font-size: 2.6rem;
    }
}

.support__service__blk__main__staff__item__main__content {
    align-items: center;
    display: flex;
    justify-content: center;
}

.support__service__blk__main__staff__item__main__content__desc {
    display: inline;
    font-size: 1.8rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0 0 30px;
    width: auto;
}

@media (min-width: 768px) {
    .support__service__blk__main__staff__item__main__content__desc {
        font-size: 2.2rem;
    }
}

.support__service__blk__main__staff__item__main__content__desc:last-child {
    margin-bottom: 0;
}


.support__service__blk__main__list {
    display: flex;
    flex-flow: column;
    gap: 50px;
    margin-top: 70px;
}

@media (min-width: 768px) {
    .support__service__blk__main__list {
        flex-flow: row;
    }
}

.support__service__blk__main__list__item {
    display: flex;
    flex-flow: column;
    width: 100%;
}

@media (min-width: 768px) {
    .support__service__blk__main__list__item {
        width: calc(50% - 25px);
    }
}


.support__service__blk__main__list__item__title {
    background-color: #f5c800;
    font-size: 2rem;
    margin: 0 0 50px;
    position: relative;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .support__service__blk__main__list__item__title {
        font-size: 2.6rem;
    }
}

.support__service__blk__main__list__item__title:after {
    background-color: #f5c800;
    bottom: -35px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 80px;
}

@media (min-width: 768px) {
    .support__service__blk__main__list__item__title:after {
        bottom: -45px;
        height: 50px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .support__service__blk__main__list__item__title:after {
        bottom: -30px;
        height: 35px;
        width: 70px;
    }
}

.support__service__blk__main__list__item__card {
    flex-grow: 1;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}

.support__service__blk__main__list__item__card-container {
    height: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.support__service__blk__main__list__item__card-container:before, .support__service__blk__main__list__item__card-container:after {
    border: 15px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 30px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

@media (min-width: 768px) {
    .support__service__blk__main__list__item__card-container:before, .support__service__blk__main__list__item__card-container:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

.support__service__blk__main__list__item__card-container:before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    left: 0;
    top: 0;
}

.support__service__blk__main__list__item__card-container:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    bottom: 0;
    right: 0;
}

.support__service__blk__main__list__item__card-container__inner {
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 20px 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .support__service__blk__main__list__item__card-container__inner {
        height: 100%;
        padding-top: 30px;
    }
}

.support__service__blk__main__list__item__card-container__inner:before, .support__service__blk__main__list__item__card-container__inner:after {
    background-color: #ffffff;
    bottom: auto;
    content: '';
    display: block;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

.support__service__blk__main__list__item__card-container__inner:before {
    bottom: 0;
    left: -30px;
    top: 30px;
}

@media (min-width: 768px) {
    .support__service__blk__main__list__item__card-container__inner:before {
        top: 46px;
    }
}

.support__service__blk__main__list__item__card-container__inner:after {
    bottom: 30px;
    right: -30px;
    top: 0;
}

@media (min-width: 768px) {
    .support__service__blk__main__list__item__card-container__inner:after {
        bottom: 46px;
    }
}

.support__service__blk__main__list__item__card__text {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-self: center;
    flex-grow: 1;
    margin: 20px 0;
}

.support__service__blk__main__list__item__card__text p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin: auto 0;
    text-align: center;
}

@media (min-width: 768px) {
    .support__service__blk__main__list__item__card__text p {
        font-size: 2.6rem;
    }
}

.support__service__blk__main__item__title {
    background-color: #f5c800;
    font-size: 2rem;
    margin: 30px 0 50px;
    position: relative;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .support__service__blk__main__item__title {
        font-size: 2.6rem;
    }
}

.support__service__blk__main__item__title:after {
    background-color: #f5c800;
    bottom: -35px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 80px;
}

@media (min-width: 768px) {
    .support__service__blk__main__item__title:after {
        bottom: -45px;
        height: 50px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .support__service__blk__main__item__title:after {
        bottom: -30px;
        height: 35px;
        width: 70px;
    }
}

.support__service__blk__main__item__card {
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}

.support__service__blk__main__item__card-container {
    height: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 0;
}


.support__service__blk__main__item__card-container:before, .support__service__blk__main__item__card-container:after {
    border: 15px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 30px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

@media (min-width: 768px) {
    .support__service__blk__main__item__card-container:before, .support__service__blk__main__item__card-container:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

.support__service__blk__main__item__card-container:before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    left: 0;
    top: 0;
}

.support__service__blk__main__item__card-container:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    bottom: 0;
    right: 0;
}

.support__service__blk__main__item__card-container__inner {
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 20px 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .support__service__blk__main__item__card-container__inner {
        height: 100%;
        padding-top: 30px;
    }
}

.support__service__blk__main__item__card-container__inner:before, .support__service__blk__main__item__card-container__inner:after {
    background-color: #ffffff;
    bottom: auto;
    content: '';
    display: block;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

.support__service__blk__main__item__card-container__inner:before {
    bottom: 0;
    left: -30px;
    top: 30px;
}

@media (min-width: 768px) {
    .support__service__blk__main__item__card-container__inner:before {
        top: 46px;
    }
}

.support__service__blk__main__item__card-container__inner:after {
    bottom: 30px;
    right: -30px;
    top: 0;
}

@media (min-width: 768px) {
    .support__service__blk__main__item__card-container__inner:after {
        bottom: 46px;
    }
}

.support__service__blk__main__item__card-container__inner {
    display: flex;
    flex-flow: column-reverse;
}

@media (min-width: 768px) {
    .support__service__blk__main__item__card-container__inner {
        flex-flow: row;
    }
}

.support__service__blk__main__item__card__text {
    text-align: left;
    flex-grow: 1;
}

.support__service__blk__main__item__card__text h5 {
    font-size: 2rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .support__service__blk__main__item__card__text h5 {
        font-size: 2.6rem;
    }
}

.support__service__blk__main__item__card__text p {
    font-size: 1.6rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .support__service__blk__main__item__card__text p {
        font-size: 2rem;
    }
}

.support__service__blk__main__item__card__image {
    width: 100%;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .support__service__blk__main__item__card__image {
        width: 370px;
    }
}