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

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

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

@media (min-width: 992px) {
    .eckoritsu__overview {
        padding-bottom: 130px;
    }
}


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

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

.eckoritsu__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) {
    .eckoritsu__overview__title {
        font-size: 2.6rem;
        margin-bottom: 40px;
    }
}

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

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

.eckoritsu__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) {
    .eckoritsu__overview__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        width: 45px;
    }
}

.eckoritsu__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) {
    .eckoritsu__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;
    }
}

.eckoritsu__overview__flex__photo {
    text-align: center;
}

@media (min-width: 768px) {
    .eckoritsu__overview__flex__photo {
        text-align: right;
        width: 40%;
    }
}

.eckoritsu__overview__flex__photo-inner {
    margin: 0 auto;
}

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

.eckoritsu__overview__flex__main {
    padding: 0;
}

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

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

.eckoritsu__overview__flex__main__content p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.3;
    margin: 0 0 1.5em;
}

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

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

.eckoritsu__overview__flex__main__content .eckoritsu__overview__flex__main__content__target {
    background: #f8cb00;
    border-radius: 1.25em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 5px 20px;
}

@media (min-width: 768px) {
    .eckoritsu__overview__flex__main__content .eckoritsu__overview__flex__main__content__target {
        font-size: 1.8rem;
        letter-spacing: .1em;
        line-height: 2.3;
        padding: 0 20px;
    }
}

.eckoritsu__trouble {
    background: #e2e3e3;
}

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

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

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

.eckoritsu__trouble__title:first-child {
    margin-top: 0;
}

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

.eckoritsu__trouble__content {
    font-size: 1.6rem;
    letter-spacing: .1em;
    margin: 0;
}

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

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

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

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

.eckoritsu__trouble__card__text p {
    margin: 0 0 10px;
    font-size: 1.6rem;
    font-weight: bold;
}

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

.eckoritsu__trouble__card__image {
    flex-shrink: 0;
    margin: auto auto 0;
    text-align: center;
    width: 230px;
}

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

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

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

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

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

.eckoritsu__trouble__danger__image {
    text-align: center;
}

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

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

.eckoritsu__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) {
    .eckoritsu__service__head:after {
        bottom: -45px;
        height: 50px;
        width: 100px;
    }
}

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

.eckoritsu__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: 200px;
    justify-content: stretch;
    margin: 0;
    margin: 0 auto;
    max-width: 600px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

.eckoritsu__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) {
    .eckoritsu__service__head-container:after {
        background-size: 100px 110.76923px;
        bottom: -40px;
        height: 111px;
        width: 100px;
    }
}

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

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

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

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

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

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

.eckoritsu__service__plan {
    background: #fff;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

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

.eckoritsu__service__plan__image img{
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .eckoritsu__service__plan__image img {
        margin-bottom: 75px
    }
}

.eckoritsu__service__plan__note {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.eckoritsu__service__plan__note__item {
    width: 100%;
}


@media (min-width: 768px) {
    .eckoritsu__service__plan__note__item:nth-child(2), .eckoritsu__service__plan__note__item:nth-child(3), .eckoritsu__service__plan__note__item:nth-child(4), .eckoritsu__service__plan__note__item:nth-child(5) {
        width: 45%;
    }
}

.eckoritsu__service__blk {
    background: #fff1c3;
    padding: 60px 0 120px;
}

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

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


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

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

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

.eckoritsu__service__blk__content {
    text-align: left;
}

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

.eckoritsu__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) {
    .eckoritsu__service__blk__main__staff__title {
        font-size: 2.6rem;
        margin-bottom: 120px;
    }
}

.eckoritsu__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) {
    .eckoritsu__service__blk__main__staff__title:after {
        bottom: -45px;
        height: 50px;
        width: 100px;
    }
}

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

.eckoritsu__service__blk__main__staff__item-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    gap: 20px 10px;
}

@media (min-width: 768px) {
    .eckoritsu__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;
        gap: 50px 20px;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }
}

.eckoritsu__service__blk__main__staff__item {
    padding: 0;
    width: calc((100% - 10px) / 2);
}

@media (min-width: 768px) {
    .eckoritsu__service__blk__main__staff__item {
        min-width: 223px;
        width: calc((100% - 80px) / 5);
    }
}

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

.eckoritsu__service__blk__main__staff__item-container:before, .eckoritsu__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) {
    .eckoritsu__service__blk__main__staff__item-container:before, .eckoritsu__service__blk__main__staff__item-container:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

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

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

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

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

.eckoritsu__service__blk__main__staff__item-container__inner:before, .eckoritsu__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;
}

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

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

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

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

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

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

@media (min-width: 992px) {
    .eckoritsu__service__blk__main__staff__item__main {
        margin: 0 -30px;
        width: calc(100% + 60px);
    }
}

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

.eckoritsu__service__blk__main__staff__item__main__head__image {
    width: 100%;
}

.eckoritsu__service__blk__main__staff__item__main__head__number {
    color: #ecaa2d;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 0;
    text-align: center;
}

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

.eckoritsu__service__blk__main__staff__item__main__head__title {
    color: #3e3a39;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    
}

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

.eckoritsu__service__blk__main__staff__item__main__content {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.2;
}

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

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

