.ecOptionTabContent__description, .customersOptionTabContent__description, .managementDescription, .functionTabContent__catch, .functionDescription, .functionContent__text, .headDescription {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0
}
@media print, screen and (max-width: 767px) {
    .ecOptionTabContent__description, .customersOptionTabContent__description, .managementDescription, .functionTabContent__catch, .functionDescription, .functionContent__text, .headDescription {
        font-size: 18px;
        line-height: 1.5
    }
}
@media print, screen and (min-width: 768px) {
    .ecOptionTabContent__description, .customersOptionTabContent__description, .managementDescription, .functionTabContent__catch, .functionDescription, .functionContent__text, .headDescription {
        font-size: 28px;
        line-height: 1.464
    }
}
@media print, screen and (max-width: 335px) {
    .ecOptionTabContent__description, .customersOptionTabContent__description, .managementDescription, .functionTabContent__catch, .functionDescription, .functionContent__text, .headDescription {
        font-size: 16px
    }
}
.headSection {
    background-color: #fceaea
}
@media print, screen and (max-width: 767px) {
    .headSection {
        padding: 35px 0 64px
    }
}
@media print, screen and (min-width: 768px) {
    .headSection {
        padding: 55px 0 64px
    }
}
.headTitle {
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    color: #c50c09
}
@media print, screen and (max-width: 767px) {
    .headTitle {
        font-size: 28px
    }
}
@media print, screen and (min-width: 768px) {
    .headTitle {
        font-size: 56px
    }
}
@media print, screen and (max-width: 767px) {
    .headDescription {
        margin-top: 19px
    }
}
@media print, screen and (min-width: 768px) {
    .headDescription {
        margin-top: 22px
    }
}
@media print,screen and (max-width: 767px) {
    .main {
        margin-top:72px;
        padding-bottom: 56px
    }
}
@media print,screen and (min-width: 768px) {
    .main {
        padding-bottom:160px
    }
}

.mb50 {
    margin-bottom: 50px;
}

/* function */

#function {
    font-family: sans-serif;
    color: #28283c;
}
@media all and (min-width: 769px) {
    #function {
        width: 1200px;
        margin: -35px auto 0 auto;
    }
    .is-sp {
        display: none !important;
    }
}
@media all and (max-width: 768px) {
    #function {
        padding: 20px;
        margin-top: -55px;
    }
    .is-pc {
        display: none !important;
    }
}
#function * {
    box-sizing: border-box;
}
#function img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#function .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media all and (max-width: 768px) {
    #function .flex {
        display: block;
    }
}
#function .fig_img figure {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
    margin: 0;
}
#function .fig_img figcaption {
    letter-spacing: 0;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
@media all and (max-width: 768px) {
    #function .fig_img figure {
        padding: 10px;
    }
    #function .fig_img figcaption {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
#function .function_ttl {
    font-size: 38pt;
    line-height: 120%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
#function .function_ttl::before, #function .function_ttl::after {
    content: "";
    flex-grow: 1;
    border-top: 2px dashed #28283c;
}
#function .function_ttl::before {
    margin-right: 30px;
}
#function .function_ttl::after {
    margin-left: 30px;
}
@media all and (max-width: 768px) {
    #function .function_ttl {
        font-size: 22pt;
        line-height: 120%;
        margin-bottom: 20px;
    }
    #function .function_ttl::before {
        margin-right: 10px;
    }
    #function .function_ttl::after {
        margin-left: 10px;
    }
}
#function nav {
    margin-bottom: 150px;
}
#function nav ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    background: linear-gradient(0deg, #ec403d, #c50c09);
    border-radius: 10px;
}
@media all and (max-width: 768px) {
    #function nav {
        margin-bottom: 70px;
    }
    #function nav ul {
        flex-wrap: wrap;
    }
}
#function nav ul li {
    width: calc(100% / 6);
    text-align: center;
    border-left: 1px solid #c92c2a;
    padding: 0;
    margin: 0;
}
#function nav ul li:first-child {
    border: 0;
}
#function nav ul li a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 160%;
    height: 60px;
}
#function nav ul li a::after {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-ChevronDown%22%3E%3Cpath%20d%3D%22M4%209l8%208%208-8%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    margin-left: 5px;
}
@media all and (min-width: 769px) {
    #function nav ul li a:hover {
        background: linear-gradient(0deg, #ec403d, #c50c09);
    }
}
@media all and (max-width: 768px) {
    #function nav ul li {
        width: calc(100% / 2);
        border-top: 1px solid #c92c2a;
    }
    #function nav ul li:nth-child(2) {
        border-top: none;
    }
    #function nav ul li:nth-child(odd) {
        border-left: none;
    }
    #function nav ul li a {
        font-size: 14px;
        line-height: 160%;
        height: 40px;
        justify-content: space-between;
        padding: 10px;
    }
}
#function nav ul li:first-child a:hover {
    border-radius: 10px 0 0 10px;
}
#function nav ul li:last-child a:hover {
    border-radius: 0 10px 10px 0;
}
#function .tabSection {
    margin-bottom: 150px;
    scroll-margin-top: 100px;
}
@media all and (max-width: 768px) {
    #function .tabSection {
        margin-bottom: 80px;
        scroll-margin-top: 72px;
    }
}
#function .tabSection:last-child {
    margin-bottom: 0;
}
#function .tabSection a {
    color: #c92c2a;
    text-decoration: underline;
}
#function .tabSection a:hover {
    text-decoration: none;
}
#function .tabSection .about {
    text-align: center;
    margin: 50px 0;
}
#function .tabSection .about .img {
    margin-top: 50px;
}
#function .tabSection .about .flex .img {
    margin-top: 0;
}
#function .tabSection .about p {
    font-size: 21px;
    font-weight: 600;
    line-height: 180%;
    margin: 0 0 15px 0;
}
#function .tabSection .about .flex .img p {
    font-size: 18px;
}
#function .tabSection .about p:last-child {
    margin-bottom: 0;
}
@media all and (max-width: 768px) {
    #function .tabSection .about {
        text-align: left;
        margin: 25px 0;
    }
    #function .tabSection .about p {
        font-size: 17px;
        line-height: 180%;
    }
}
#function .tabSection h3.tab_ttl {
    background: #c92c2a;
    color: #FFF;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 120%;
    margin: 0;
    border-radius: 10px 10px 0 0;
}
@media all and (max-width: 768px) {
    #function .tabSection h3.tab_ttl {
        height: 50px;
        font-size: 21px;
        line-height: 120%;
    }
}
#function .tabSection .boxinner {
    background: #fceaea;
    border: 1px solid #c92c2a;
    padding: 30px;
    border-radius: 10px;
    scroll-margin-top: 100px;
}
@media all and (max-width: 768px) {
    #function .tabSection .boxinner {
        scroll-margin-top: 72px;
    }
}
#function .tabSection#register .boxinner {
    border-radius: 0 0 10px 10px;
}
#function .tabSection h2 {
    text-align: center;
    margin: 0 0 40px 0;
}
@media all and (max-width: 768px) {
    #function .tabSection .boxinner {
        padding: 15px;
    }
    #function .tabSection h2 {
        text-align: center;
        margin: 0 0 20px 0;
    }
}
#function .tabMenu {
    width: 100%;
    margin: 0 auto 50px;
    padding-bottom: 10px;
}
@media all and (max-width: 768px) {
    #function .tabMenu {
        margin: 0 auto 20px;
    }
}
#function .tabMenu, .swiper-container {
    overflow: hidden;
}
#function .tabMenu .swiper-wrapper {
    display: flex;
    justify-content: center;
}
#function .tabMenu .swiper-slide {
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    user-select: none;
    font-weight: normal;
    color: #adadb5;
    transition: all 0.3s ease;
    width: 320px !important;
    font-size: 21px;
    line-height: 120%;
    border-bottom: #adadb5 3px solid;
    position: relative;
}
#function .tabMenu .swiper-slide::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #adadb5;
    border-bottom: 0;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 10px);
}
#function .swiper-slide {
    box-sizing: border-box;
}
#function .tabMenu .swiper-slide-thumb-active {
    border-bottom: #c92c2a 3px solid;
    font-weight: bold;
    color: #c92c2a;
    position: relative;
}
#function .tabMenu .swiper-slide-thumb-active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #c92c2a;
    border-bottom: 0;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 10px);
}
@media all and (max-width: 768px) {
    #function .tabMenu .swiper-slide {
        width: calc(100% / 3) !important;
        font-size: 11px;
        line-height: 120%;
        margin: 0 !important;
    }
    #function .tabMenu .swiper-slide::after,
    #function .tabMenu .swiper-slide-thumb-active::after {
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #adadb5;
        border-bottom: 0;
        position: absolute;
        bottom: -7px;
        left: calc(50% - 5px);
    }
    #function .tabMenu .swiper-slide-thumb-active::after {
        border-top: 5px solid #c92c2a;
    }
}
#function .tabContent {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 6px;
    min-height: 150px;
}
#function .tabContent h4 {
    text-align: center;
    font-size: 24px;
    line-height: 160%;
    margin: 0 0 50px 0;
}
@media all and (max-width: 768px) {
    #function .tabContent h4 {
        font-size: 18px;
        line-height: 160%;
        margin: 0 0 20px 0;
        text-align: left;
    }
}
#function .tabContent #function .swiper-slide {
    font-size: 1.1rem;
    line-height: 1.5;
}
/* accordion */
#function .accordion-section {
    margin-top: 50px;
}
#function .accordion-toggle {
    background: #c92c2a;
    color: #FFF;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 120%;
    margin: 0;
    border-radius: 10px;
    border: none;
    width: 100%;
    cursor: pointer;
}
@media all and (max-width: 768px) {
    #function .accordion-toggle {
        height: 50px;
        font-size: 21px;
        line-height: 120%;
    }
}
#function .accordion-toggle.open {
    border-radius: 10px 10px 0 0;
}
#function .accordion-toggle::after {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
    margin-left: 15px;
}
#function .accordion-toggle.open::after {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M18%2015l-6-6-6%206%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
}
#function .accordion-content.active {
    border: 1px solid #c92c2a;
    border-radius: 0 0 10px 10px;
}
#function .accordion-content.active .inner {
    padding: 30px 50px;
}
#function .accordion-content.active .inner .ttl {
    font-size: 21px;
    line-height: 160%;
    margin: 0;
    color: #c92c2a;
}
@media all and (max-width: 768px) {
    #function .accordion-content.active .inner {
        padding: 20px 15px;
    }
    #function .accordion-content.active .inner .ttl {
        font-size: 16px;
        line-height: 160%;
    }
}
#function .accordion-content.active .inner table {
    margin-top: 15px;
    border-bottom: 1px solid #28283c;
    border-left: 1px solid #28283c;
    width: 100%;
}
#function .accordion-content.active .inner table th, #function .accordion-content.active .inner table td.th {
    background: #d4d4e0;
    font-weight: 600;
}
#function .accordion-content.active .inner table td.th {
    vertical-align: top;
    text-align: left;
    width: 15%;
}
#function .accordion-content.active .inner table th, #function .accordion-content.active .inner table td {
    border: 1px solid #28283c;
    border-bottom: 0;
    border-left: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 160%;
}
#function .accordion-close {
    display: block;
    margin: 40px auto 0 auto;
    padding: 5px 10px;
    cursor: pointer;
    background: none;
    border: none;
}
@media all and (max-width: 768px) {
    #function .accordion-close {
        margin: 20px auto 0 auto;
    }
}
/* キャッシュレス */
#function .tabContent .regi_cashless {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1040px;
    margin: 0 auto;
}
#function .tabContent .regi_cashless .device {
    width: 445px;
    background: #FFF;
    border-radius: 10px;
}
#function .tabContent .regi_cashless .payment {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 570px;
}
#function .tabContent .regi_cashless .credit, #function .tabContent .regi_cashless .qrcode, #function .tabContent .regi_cashless .electronic {
    background: #FFF;
    border-radius: 10px;
}
#function .tabContent .regi_cashless .credit {
    width: 260px;
}
#function .tabContent .regi_cashless .qrcode {
    width: 290px;
}
#function .tabContent .regi_cashless .electronic {
    width: 100%;
    margin-top: 20px;
}
@media all and (max-width: 768px) {
    #function .tabContent .regi_cashless {
        width: 100%;
        display: block;
    }
    #function .tabContent .regi_cashless .device,
    #function .tabContent .regi_cashless .payment,
    #function .tabContent .regi_cashless .credit,
    #function .tabContent .regi_cashless .qrcode {
        width: 100%;
        margin-bottom: 10px;
    }
    #function .tabContent .regi_cashless .electronic {
        margin-top: 0;
    }
}
#function .tabContent .combination {
    margin-top: 70px;
    text-align: center;
}
#function .tabContent .combination p.ttl {
    font-size: 21px;
    font-weight: 600;
    line-height: 160%;
    margin: 0 0 20px 0;
}
@media all and (max-width: 768px) {
    #function .tabContent .combination {
        margin-top: 40px;
    }
    #function .tabContent .combination p.ttl {
        font-size: 18px;
        line-height: 160%;
        margin: 0 0 15px 0;
        text-align: left;
    }
}
#function .tabContent .combination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#function .tabContent .combination ul li {
    width: 300px;
    margin: 0 20px;
}
#function .tabContent .combination ul li p {
    margin: 20px 0 0 0;
}
@media all and (max-width: 768px) {
    #function .tabContent .combination ul li {
        width: 100%;
        margin: 30px 0 0 0;
    }
    #function .tabContent .combination ul li:first-child {
        margin: 0;
    }
    #function .tabContent .combination ul li p {
        margin: 5px 0 0 0;
    }
}
/* 自動釣銭機 */
#function .tabContent .change_dispenser {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 1100px;
    margin: 0 auto;
}
#function .tabContent .change_dispenser .item {
    width: calc((100% - 30px) / 2);
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
}
@media all and (max-width: 768px) {
    #function .tabContent .change_dispenser {
        width: 100%;
    }
    #function .tabContent .change_dispenser .item {
        width: 100%;
        padding: 15px;
    }
}
#function .tabContent .change_dispenser .item figure {
    padding: 0;
    margin: 0;
}
#function .tabContent .change_dispenser .item figcaption {
    color: #c92c2a;
}
#function .tabContent .change_dispenser .item img {
    margin: 0 0 10px 0;
    width: 80%;
}
#function .tabContent .change_dispenser .item p {
    margin: 0;
}
/* その他 */
#function .tabContent .regi_other {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    gap: 15px;
}
#function .tabContent .regi_other .item {
    width: calc((100% - 30px) / 3);
    padding: 0;
    margin-bottom: 50px;
    text-align: center;
}
@media all and (max-width: 768px) {
    #function .tabContent .regi_other {
        display: block;
        width: 100%;
        margin: 0;
        gap: 0;
    }
    #function .tabContent .regi_other .item {
        width: 100%;
        margin-bottom: 20px;
    }
}
#function .tabContent .regi_other .item.btm0 {
    margin-bottom: 0;
}
#function .tabContent .regi_other .item figure {
    padding: 0;
    margin: 0;
}
#function .tabContent .regi_other .item img {
    margin-bottom: 10px;
    border-radius: 10px;
}
#function .about .flex {
    margin: 50px 0;
    align-items: center;
}
#function #analysis .about .flex {
    align-items: flex-start;
}
#function .about .flex .img {
    width: 700px;
}
#function .about .flex .txt {
    width: 440px;
    text-align: left;
}
@media all and (max-width: 768px) {
    #function .about .flex {
        margin: 20px 0;
    }
    #function .about .flex .img,
    #function .about .flex .txt {
        width: 100%;
    }
}
#function .about .flex .txt h3 {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 15px;
    color: #c92c2a;
}
#function .about .flex .txt h3::before {
    content: "▼";
    margin-right: 5px;
}
#function .about .flex .txt dl {
    margin: 0;
}
#function .about .flex .txt dt, #function .about .flex .txt dd {
    width: 100%;
    margin: 0;
}
#function .about .flex .txt dt {
    background: #fceaea;
    font-size: 21px;
    font-weight: 600;
    line-height: 160%;
    color: #c92c2a;
    display: flex;
    height: 40px;
    align-items: center;
    margin-bottom: 10px;
}
#function .about .flex .txt dt::before {
    background: #c92c2a;
    color: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    margin: 0 10px 0 0;
    justify-content: center;
    align-items: center;
}
#function .about .flex .txt dt.feature1::before {
    content: "01";
}
#function .about .flex .txt dt.feature2::before {
    content: "02";
}
#function .about .flex .txt dt.feature3::before {
    content: "03";
}
#function .about .flex .txt dt.feature4::before {
    content: "04";
}
#function .about .flex .txt dd {
    margin-bottom: 30px;
}
#function .about .flex .txt dd:last-child {
    margin-bottom: 0;
}
/* attracting / ec
------------------ */
#function #attracting .img, #function #ec .img {
    text-align: center;
    margin-top: 50px;
}
@media all and (max-width: 768px) {
    #function #attracting .img, #function #ec .img {
        margin-top: 20px;
    }
}
#function #attracting h4, #function #ec h4 {
    margin-bottom: 20px;
}
#function #attracting .coupon .flex {
    gap: 30px;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
}
#function #attracting .coupon div {
    width: calc((100% - 60px) / 2);
}
#function #attracting .coupon .img {
    margin: 0;
}
#function #attracting .coupon .txt h4 {
    text-align: left;
}
#function #attracting .coupon .txt p {
    margin: 0;
}
@media all and (max-width: 768px) {
    #function #attracting .coupon .flex {
        width: 100%;
    }
    #function #attracting .coupon div {
        width: 100%;
    }
    #function #attracting .coupon .img p {
        font-size: 14px;
    }
    #function #attracting .coupon .img {
        border-bottom: 1px solid #d4d4e0;
        margin-bottom: 20px;
    }
}
#function #attracting .coupon .flow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 80px auto 0 auto;
    padding: 0;
    gap: 30px;
    width: 1000px;
}
#function #attracting .coupon .flow li {
    width: calc((100% - 90px) / 3);
    position: relative;
}
#function #attracting .coupon .flow li::before {
    content: "";
    display: block;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23c92c2a%22%20stroke-width%3D%222%22%20class%3D%22ai%20ai-TriangleRightFill%22%3E%3Cpath%20d%3D%22M8%206a1%201%200%200%201%201.6-.8l8%206a1%201%200%200%201%200%201.6l-8%206A1%201%200%200%201%208%2018V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(40% - 20px);
    left: -45px;
}
@media all and (max-width: 768px) {
    #function #attracting .coupon .flow {
        display: block;
        margin: 30px 0 0 0;
        padding: 0 10px;
        gap: 0;
        width: 100%;
    }
    #function #attracting .coupon .flow li {
        width: 100%;
        margin-bottom: 20px;
    }
    #function #attracting .coupon .flow li::before {
        background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23c92c2a%22%20stroke-width%3D%222%22%20class%3D%22ai%20ai-TriangleRightFill%22%3E%3Cpath%20d%3D%22M8%206a1%201%200%200%201%201.6-.8l8%206a1%201%200%200%201%200%201.6l-8%206A1%201%200%200%201%208%2018V6z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
        background-size: 100%;
        transform: rotate(90deg);
        left: calc(50% - 20px);
        top: -20px;
        content: "";
        display: block;
    }
}
#function #attracting .coupon .flow li:first-child::before {
    display: none;
}
#function #attracting .coupon .flow li p {
    margin: 15px 0 0 0;
    text-align: center;
}
#function #attracting .point .outside {
    margin: 80px auto 0 auto;
    width: 1000px;
}
@media all and (max-width: 768px) {
    #function #attracting .point .outside {
        margin: 40px auto 0 auto;
        width: 95%;
    }
}
#function #attracting .point .outside dl, #function #ec .update_stock dl dl {
    margin: 0;
    padding: 0;
}
#function #attracting .point .outside dl dt, #function #ec .update_stock dl dt {
    margin: 50px auto 0 auto;
    width: 465px;
    height: 55px;
    font-size: 28px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #c92c2a;
}
@media all and (max-width: 768px) {
    #function #attracting .point .outside dl dt, #function #ec .update_stock dl dt {
        margin: 30px auto 0 auto;
        width: 90%;
        height: 45px;
        font-size: 18px;
        border-radius: 28px;
    }
}
#function #attracting .point .outside dl dd, #function #ec .update_stock dl dd {
    background: #FFF;
    border-radius: 10px;
    margin: 15px 0 0 0;
    padding: 20px;
    text-align: center;
}
#function #ec .update_stock dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#function #ec .update_stock dl dd picture {
    margin: 0 30px 20px 30px;
    display: block;
}
#function #attracting .point .outside dl dd ul, #function #ec .update_stock dl dt ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
#function #attracting .point .outside dl dd ul li {
    width: calc((100% - 120px) / 4);
}
@media all and (max-width: 768px) {
    #function #attracting .point .outside dl dd ul li {
        width: calc((100% - 60px) / 2);
    }
}
#function #ec .update_stock dl dt ul li {
    width: calc((100% - 60px) / 2);
}
#function #attracting .point .notice {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 160%;
    margin: 5px 0 0 0;
}
#function #ec .update_stock .notice {
    text-align: center;
    display: block;
    font-size: 21px;
    line-height: 160%;
    margin: 5px 0 0 0;
}
@media all and (max-width: 768px) {
    #function #ec .update_stock .notice {
        font-size: 16px;
        line-height: 160%;
        text-align: left;
    }
}
/* 会員管理 */
#function #member .img h3 {
    font-size: 21px;
    line-height: 160%;
    margin: 0;
    color: #c92c2a;
    text-align: center;
}
#function #member .flex .img {
    width: 50%;
}
@media all and (max-width: 768px) {
    #function #member .flex .img {
        width: 100%;
    }
}