.container {
    width: 100%;
    max-width: 1000px;
    padding: 20px 10px 0 10px;
    box-sizing: border-box;
}
section {
    min-width: auto;
}
.content-inner  {
    padding: 80px 0;
}
.uqv2-parts-text--lg + .uqv2-parts-text--lg {
    margin-top: 30px;
}
section.bg {
    background-color: #fce5f2;
}
.border-box-c {
    border: 3px solid #e4007f;
    background-color: #ffffff;
    padding: 40px 0;
    margin-bottom: 30px;
}
.catch-text {
    font-size: 30px;
    font-weight: bold;
}
.flex-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-content .item p {
    text-align: center;
}
.border-box-c .flex-content {
    max-width: 750px;
    margin: 0 auto;
}
.note-list li {
    padding-left: 16px;
    position: relative;
    font-size: 11px;
    color: #555555;
}
.note-list li::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}
.note-list li + li {
    margin-top: 14px;
}
p > .color-01 {
    color: #e5007f;
    font-weight: bold;
}
._em {
    font-weight: bold;
}

.border-box._contact{
    border: 1px solid #737373;
    padding: 40px 20px;
    margin-top: 60px;
}
.bg-text {
    background-color: #737373;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 20px;
}
.tel {
    margin-left: 20px;
    margin-right: 30px;
}
.tel a {
    font-size: 30px;
    font-weight: bold;
    color: #0e0d6a;
}
.tel img {
    vertical-align: text-bottom;
}
.fs12 {
    font-size: 12px;
}
.fs18 {
    font-size: 18px;
}
._center {
    justify-content: center;
}

.border-box {
    border: 1px solid #cdcdcd;
    padding: 50px;
}
.catch-text.icon {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding-left: 70px;
}
.catch-text.icon._cart::before {
    content: "\e909";
    font-family: uq-icomoon!important;
    font-size: 55px;
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #e4007f;
}
.catch-text.icon._shop::before {
    content: "\e908";
    font-family: uq-icomoon!important;
    font-size: 55px;
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #e4007f;
}
.catch-text.icon._tell {
    padding-left: 50px;
}
.catch-text.icon._tell::before {
    content: "\e92b";
    font-family: uq-icomoon!important;
    color: #e4007f;
    font-size: 40px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.catch-text.icon._plan {
    padding-left: 50px;
}
.catch-text.icon._plan::before {
    content: "\e924""";
    font-family: uq-icomoon!important;
    color: #e4007f;
    font-size: 45px;
    position: absolute;
    left: 0;
    bottom: -10px;
}


.catch-text.icon._cart {
    margin-bottom: 20px;
}
.catch-text-sub {
    font-size: 24px;
    font-weight: bold;
}
.uqv2-parts-btnWrap {
    width: 310px;
    margin: 0 auto;
}
.catch-text-sup {
    font-size: 14px;
    color: #e4007f;
    margin-top: 10px;
}
.entry-list {
    margin-left: -55px;
    display: flex;
}
.entry-list > li {
    padding-left: 55px;
    width: 33.333%;
    display: flex;
    position: relative;
}
.entry-list > li+li::before {
    content: '';
    width: 25px;
    height: 5px;
    background-color: #cdcdcd;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.entry-list > li+li::after {
    content: '';
    width: 5px;
    height: 25px;
    background-color: #cdcdcd;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.entry-list > li .entry-list-inner {
    width: 100%;
    background-color: #fcf0f7;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.entry-list-inner ._em {
    font-size: 18px;
    font-weight: bold;
}

.entry-list-inner p {
    font-size: 14px;
}
.entry-list-inner img {
    margin-bottom: 10px;
}
img {
    max-width: 100%;
}
.uqv2-parts-tab__btn {
    margin-bottom: 50px;
}
._cc-tel .tel a {
    font-size: 45px;
    color: #0e0d6a;
}
._cc-tel {
    justify-content: center;
    margin-top: 30px;
}
._cc-tel img {
    margin-right: 10px;
}
.flex-btn {
    display: flex;
    margin-left: -20px;
    margin-top: 30px;
}
.flex-btn li {
    width: 50%;
    padding-left: 20px;
}
.tel._entry a {
    font-size: 45px;
}

.price {
    margin-top: 40px;
}
.catch-text-sub2 {
    font-size: 30px;
}
.catch-text-sub._side {
    color: #e4007f;
}
.catch-text-sub._side span {
    position: relative;
}
.catch-text-sub._side span::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: #e4007f;
    transform: rotate(-30deg);
    left: -20px;
    top: 0;
}
.catch-text-sub._side span::after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: #e4007f;
    transform: rotate(30deg);
    right: -20px;
    top: 0;

}

.price-text span {
    line-height: 1;
}
.price-text .num {
    font-size: 100px;
    color: #e4007f;
    font-weight: bold;
}
.price-text .text {
    font-size: 50px;
    color: #e4007f;
    font-weight: bold;
}
.price-text .num2 {
    font-size: 50px;
    color: #e4007f;
    font-weight: bold;
}
.price-text .text2 {
    font-size: 25px;
    color: #e4007f;
    font-weight: bold;
}
.catch-text-sub._side._line2 {
    font-size: 32px;
    margin-top: 50px;
}
.catch-text-sub._side._line2 span::before {
    height: 100%;
    left: -200px;
}
.catch-text-sub._side._line2 span::after {
    height: 100%;
    right:  -25px;
}

.entry-list-inner .item-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}
.entry-list-inner .item-center p {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .content-inner {
        padding: 40px 0;
    }
    .border-box-c {
        padding: 20px;
    }
    .border-box-c .flex-content {
        flex-direction: column;
    }
    .border-box-c .flex-content .item + .item {
        margin-top: 20px;
    }
    .catch-text {
        font-size: 24px;
    }
    .catch-text.icon._cart::before {
        bottom: 0;
    }
    .border-box {
        padding: 25px;
    }
    .catch-text-sub {
        font-size: 20px;
    }
    .entry-list {
        display: block;
        margin-left: 0;
    }
    .entry-list > li {
        width: 100%;
        padding-left: 0;
    }
    .entry-list > li + li {
        margin-top: 60px;
    }
    .entry-list > li+li::before {
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .entry-list > li+li::after {
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
    .flex-content._cc-tel {
        display: block;
    }
    ._cc-tel .tel a {
        font-size: 32px;
    }
    ._cc-tel .tel {
        margin: 0;
    }
    .border-box._contact {
        padding: 20px 10px;
    }
    .sp-col1 {
        display: block;
    }
    .bg-text {
        display: inline-block;
    }
    .tel._entry a {
        font-size: 35px;
    }
    .price-text .num {
        font-size: 50px;
        color: #e4007f;
        font-weight: bold;
    }
    .price-text .text {
        font-size: 25px;
        color: #e4007f;
        font-weight: bold;
    }
    .price-text .num2 {
        font-size: 25px;
        color: #e4007f;
        font-weight: bold;
    }
    .price-text .text2 {
        font-size: 13px;
        color: #e4007f;
        font-weight: bold;
    }
    .flex-content .catch-text-sub2 {
        font-size: 22px;
    }
    .catch-text-sub._side._line2 span::before {
        display: none;
    }
    .catch-text-sub._side._line2 span::after {
        display: none;
    }
}
@media screen and (max-width: 370px) {
    .catch-text-sub._side._line2 span::before {
        display: none;
    }
    .catch-text-sub._side._line2 span::after {
        display: none;
    }
}