.top_content {
    margin: 45px 0 20px 0;
}
.top_content li {
    position: relative;
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 15px;
    line-height: 0.8;
    width: 100%;
}
.top_content li p {
    color: #000;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    text-align: left;
    font-weight: bold;
}
.top_content li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    content: " ";
    width: 0.5em;
    height: 0.5em;
    background: #ff4b00;
    border-radius: 50%;
    display: inline-block;
}
@media print, screen and (min-width: 576px) {
    .top_content {
        margin: 15px 0 5px 0;
    }
}
@media print, screen and (min-width: 768px) {
    .top_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .top_content li {
        width: calc(100% / 2 - 10px);
    }
}
/*==========================
mainimg
==========================*/
.mainimg {
    background: url(../img/index_img/mainimg_bg.jpg) center center no-repeat;
    background-size: cover;
    -webkit-padding-start: clamp(20px, 2.93vw, 40px);
    padding-inline-start: clamp(20px, 2.93vw, 40px);
    -webkit-padding-end: clamp(20px, 2.93vw, 40px);
    padding-inline-end: clamp(20px, 2.93vw, 40px);
}
.mainimg .section_inner {
    position: relative;
    /*background: url(../img/index_img/mainimg_bg_item.png) bottom right -100px no-repeat;
  background-size: 120% auto;*/
    padding-block: clamp(40px, 5.86vw, 80px) clamp(80px, 4.68vw, 80px);
    margin-inline: auto;
    inline-size: 100%;
    max-inline-size: 1286px;
}
@media print, screen and (min-width: 576px) {
    .mainimg .section_inner {
        /*display: flex;
        align-items: center;
        justify-content: center;*/
        max-block-size: 540px;
    }
}
@media print, screen and (min-width: 768px) {
    .mainimg .section_inner {
        display: flex;
        max-block-size: 540px;
        align-items: center;
        justify-content: space-around;
    }
}
@media print, screen and (min-width: 992px) {
    .mainimg .section_inner {
        padding: 35px 0 95px;
    }
}
.catch {
    -webkit-margin-after: clamp(18px, 2.34vw, 32px);
    margin-block-end: clamp(18px, 2.34vw, 32px);
}
.catch img {
    max-inline-size: 100%;
    block-size: auto;
}
.catch_img {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
.catch_img img {
    max-inline-size: 80%;
    block-size: auto;
}
.catch_img figcaption {
    font-size: 0.8em;
    margin: 5px 0 0 0;
}
@media print, screen and (min-width: 576px) {
    .catch_img img {
        position: absolute;
        width: 100%;
        height: auto;
        max-width: 305px;
        bottom: 75px;
        right: 0;
    }
    .catch_img figcaption {
        position: absolute;
        width: 100%;
        height: auto;
        max-width: 305px;
        bottom: 50px;
        right: -50px;
    }
}
@media print, screen and (min-width: 630px) {
    .catch_img figcaption {
        bottom: 50px;
        right: -40px;
    }
}
@media print, screen and (min-width: 650px) {
    .catch_img figcaption {
        bottom: -30px;
        right: 0;
    }
}
@media print, screen and (min-width: 768px) {
    /*.catch_img {
        -webkit-transform: translateY(4%) translateX(8%) scale(1.2);
        transform: translateY(4%) translateX(8%) scale(1.2);
    }*/
    .catch_img img {
        position: initial;
        width: 100%;
        height: auto;
        max-width: 420px;
    }
    .catch_img figcaption {
        position: initial;
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 0
    }
}
@media print, screen and (min-width: 1000px) {
    .catch_img img {
        position: initial;
        width: 100%;
        height: auto;
        max-width: 500px;
        margin: 0 0 0 0;
    }
}
@media print, screen and (min-width: 1200px) {
    .catch_img {
        /*display: inherit;
        -webkit-transform: translateY(4%) translateX(15%) scale(1.2);
        transform: translateY(4%) translateX(15%) scale(1.2);*/
    }
    .catch_img img {
        max-width: 610px;
    }
}
.mainimg_btn {
    display: flex;
    gap: 8px;
    inline-size: 100%;
}
.mainimg_btn > li {
    inline-size: 50%;
}
.mainimg_btn > li.btn02 > a {
    font-size: clamp(1.4rem, 1.46vw, 2rem);
}
/*==========================
case
==========================*/
.cace_area {
    background: #ffcf66;
    /*margin-block: clamp(60px, 5.86vw, 100px) 0;*/
    margin-inline: calc(50% - 50vw);
    inline-size: 100vw;
    padding-block: 0 clamp(40px, 4.4vw, 80px);
    padding-inline: calc(50vw - 50%);
}
.title_case {
    position: relative;
    inline-size: -webkit-max-content;
    inline-size: max-content;
    z-index: 2;
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
    -webkit-margin-after: 0.72em;
    margin-block-end: 0.72em;
}
.title_case .ti {
    display: block;
    border: 6px solid #000;
    background: #ee7423;
    inline-size: -webkit-max-content;
    inline-size: max-content;
    text-align: start;
    color: #fff;
    font-weight: 700;
    font-size: clamp(2.4rem, 2.64vw, 3.6rem);
    line-height: 1;
    padding: 0.44em 1.5em 0.44em 0.8em;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.title_case .en_tx {
    color: #ffba26;
    font-size: 0.66em;
    -webkit-margin-start: 0.5em;
    margin-inline-start: 0.5em;
}
.title_case::after {
    content: "";
    inline-size: calc(100% - 10px);
    block-size: 100%;
    background: #000;
    display: block;
    position: absolute;
    inset: auto auto -10px 0;
    z-index: -1;
}
.cace_cts {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media print, screen and (min-width: 992px) {
    .cace_cts {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }
    .cace_cts .ph_box {
        min-inline-size: calc(50% - 40px);
    }
    .cace_cts .ph_box img {
        -webkit-transform: translateX(1.666em);
        transform: translateX(1.666em);
    }
}
/*==========================
rental_ok
==========================*/
#rental_ok .btn01 {
    margin: 60px 0 0 0;
}

/*==========================
rental_merit
==========================*/
.rental_merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rental_merit li:not(:last-child) {
    margin: 0 0 40px 0;
}
h4 {
    font-size: clamp(1.8rem, 2.2vw, 1.8rem);
    font-weight: 700;
    line-height: 1.2;
    margin-inline: auto;
    -webkit-margin-after: 1.11em;
    margin-block-end: 1.11em;
    color: #ee7423;
}
.rental_merit figure {
    margin: 0 0 20px 0;
}
.rental_merit p {
    text-align: left;
}
@media print, screen and (min-width: 576px) {
    .rental_merit {
        justify-content: space-between;
    }
    .rental_merit li {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        align-self: stretch;
        width: calc(100% / 2 - 20px);
        margin: 0 0 60px 0;
    }
    .rental_merit li div {}
}
@media print, screen and (min-width: 768px) {
    .rental_merit li {
        width: calc(100% / 4 - 30px);
        margin: 0 0 0 0;
    }
}
@media print, screen and (min-width: 992px) {}
.rental_merit h4 br {
    display: inline-block;
}
@media print, screen and (min-width: 1200px) {
    .rental_merit h4 br {
        display: none;
    }
}
.sec_box03 {
    margin-block: clamp(60px, 5.86vw, 100px) 0;
}
.sec_box03 figure {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-self: flex-start;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 20px 0;
}
.sec_box03 figure img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 350px;
    border-radius: 10px;
}
.sec_box03 figure figcaption {
    font-weight: 700;
    inset: 70% 0 auto;
    font-size: clamp(1.8rem, 1.76vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 20px 0;
}
.compact_design {
    margin-block: clamp(60px, 5.86vw, 100px) 0;
}
.compact_design ul, .cashless_patible ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.compact_design ul li figure, .cashless_patible ul li figure {
    margin: 10px;
}
.compact_design ul li {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
@media print, screen and (min-width: 768px) {
    .compact_design ul, .cashless_patible ul {
        flex-wrap: nowrap;
        margin: 20px 0;
        justify-content: space-between;
    }
}
/*==========================
case_tk1930
==========================*/
#case_tk1930 .section_inner {
    margin-top: -50px !important;
}
/*====================================================================*/
#pos_sample {}
.slick-slide {
    margin: 0 20px;
    height: auto !important;
}
.slick-slide img {
    height: auto;
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .slick-slide {
        margin: 0 70px;
    }
}
@media print, screen and (min-width: 992px) {
    .slick-slide {
        margin: 0 30px;
    }
    .slick-slide img {
        min-width: 240px;
    }
}
/*====================================================================*/
/*====================================================================*/
/*====================================================================*/
/*====================================================================*/
/*====================================================================*/
/*====================================================================*/
#touch_panel .table_basic {
    margin: 20px 0 0 0;
}
#touch_panel .table_basic tr td {
    width: 45%;
}
#touch_panel .table_basic tr th, .table_basic tr td {
    white-space: nowrap;
}
#touch_panel .table_basic tr th {
    background: #ffcf66;
    width: 15%;
}
#touch_panel .table_basic tr th.tk {
    background: #ee7423;
    color: #fff;
    font-size: 1.2em;
}
#touch_panel .table_basic tr td.tk {
    background: rgba(255, 186, 38, 0.3);
    font-weight: 700;
}
#touch_panel .table_basic tr td.tk i {
    color: #ff4b00;
    font-size: 2em;
    vertical-align: middle;
}
#touch_panel .table_basic tr:not(:first-of-type) th {
    background: #f1f1f0;
    text-align: left;
}
/*====================================================================*/
.cashless_patible h4 {
    width: 100%;
    display: block;
}
.cashless_patible .various_cashless h4 {
    width: 100%;
    display: block;
    color: #fff;
}
.cashless_patible div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cashless_patible ul li {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    margin: 0 0 40px 0;
    background: #ee7423;
    padding: 20px;
    border-radius: 16px;
    width: 100%;
}
.cashless_patible div.credit_card {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}
@media print, screen and (min-width: 768px) {
    .cashless_patible div.credit_card {
        height: 100%;
    }
    .cashless_patible ul li:first-of-type {
        margin: 0 20px 0 0;
        width: 90%;
    }
    .cashless_patible ul li:last-of-type {
        margin: 0 0 0 0;
    }
}
@media print, screen and (min-width: 992px) {
    .cashless_patible ul {
        margin: 0 0 60px 0;
    }
    .cashless_patible ul li {
        align-items: center;
        padding: 40px;
        flex-direction: column;
        align-self: stretch;
        flex-wrap: nowrap;
        width: calc(100% / 2 - 20px);
    }
    .cashless_patible ul li:first-of-type {
        margin: 0 0 0 0;
        width: calc(100% / 2 - 20px);
    }
    .cashless_patible div.credit_card {
        height: 100%;
    }
    .compact_design ul li figure, .cashless_patible ul li figure {
        margin: 20px;
    }
}
/*====================================================================*/
#ai_camera_option p {
    text-align: center;
}
#ai_camera_option ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*====================================================================*/
#pricing_plans .title03.bd_box::before {
    content: "";
    inline-size: 100%;
    block-size: 8px;
    background: repeating-linear-gradient(-45deg, #ffba26, #ffba26 5px, transparent 5px, transparent 10px);
    display: block;
    position: absolute;
    inset: 0 0 auto;
    margin-inline: auto;
}
#pricing_plans .title03.bd_box::after {
    content: "";
    inline-size: 100%;
    block-size: 8px;
    background: repeating-linear-gradient(-45deg, #ffba26, #ffba26 5px, transparent 5px, transparent 10px);
    display: block;
    position: absolute;
    inset: auto 0 0;
    margin-inline: auto;
}
#pricing_plans .price_dl {
    width: 100%;
    margin: 0 auto;
}
#pricing_plans .price_dl li {
    margin: 0 0 30px 0;
}
@media print, screen and (min-width:576px) {
    #pricing_plans .price_dl {
        display: flex;
        justify-content: space-between;
    }
    #pricing_plans .price_dl li {
        width: calc(100% / 2 - 30px);
    }
}
/*price=====*/
.price_dl > li h4 {
    background: #ffba26;
    border-radius: 16px 16px 0 0;
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.8rem, 1.76vw, 2.4rem);
    line-height: 1.2;
    padding-block: 1.166em 1em;
    position: relative;
    margin-block-end: 0;
}
.price_dl > li h4::after {
    content: "";
    display: block;
    inline-size: 0;
    block-size: 0;
    border-style: solid;
    border-width: 1em 1em 0 1em;
    border-color: #ffba26 transparent transparent transparent;
    position: absolute;
    inset: auto 0 -0.95em;
    margin-inline: auto;
}
.price_dl > li p:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin: 0 0 10px 0;
}
.price_dl > li p:first-of-type::before, .price_dl > li p:first-of-type::after {
    width: 1px;
    height: 30px;
    background-color: #000;
    content: '';
}
.price_dl > li p:first-of-type::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.price_dl > li p:first-of-type::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.price_dl > li p:nth-of-type(2) {
    background: /*#f1f1f0*/ #fff;
    border-radius: 0 0 16px 16px;
    padding: clamp(24px, 2.93vw, 40px) clamp(24px, 2.34vw, 32px) clamp(24px, 2.34vw, 32px);
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(4rem, 5.86vw, 8rem);
    color: #ff4b00;
    line-height: 1;
}
.price_dl > li p:nth-of-type(2) span {
    font-size: clamp(2.4rem, 2.2vw, 3rem);
    color: #000;
}
.price_dl > li p:nth-of-type(2).free_price {
    font-size: clamp(6rem, 7.32vw, 10rem);
    line-height: 0.8;
}
.price_dl > li p:nth-of-type(3) {
    text-align: left;
}
.price_dl > li:nth-child(2n) h4 {
    background: #ee7423;
}
.price_dl > li:nth-child(2n) h4::after {
    border-color: #ee7423 transparent transparent transparent;
}
/*====================================================================*/
#pricing_plans .table_basic {
    margin: 0 0 60px 0;
}
#pricing_plans .table_basic tr td {
    width: 35%;
}
#pricing_plans .table_basic tr th, .table_basic tr td {
    white-space: nowrap;
    background: #fff;
}
#pricing_plans .table_basic tr th {
    background: #ffcf66;
    width: 30%;
}
#pricing_plans .table_basic tr th.tk {
    background: #ee7423;
    color: #fff;
    font-size: 1.2em;
}
#pricing_plans .table_basic tr td.tk {
    background: rgba(255, 186, 38, 0.3);
    font-weight: 700;
}
#pricing_plans .table_basic tr td.tk i {
    color: #ff4b00;
    font-size: 2em;
    vertical-align: middle;
}
#pricing_plans .table_basic tr:not(:first-of-type) th {
    background: #f1f1f0;
    text-align: left;
}
/*====================================================================*/
#usage_scene ul li {
    margin-bottom: 30px;
}
#usage_scene ul li h4 {
    font-size: 22px;
}
#usage_scene ul li h4 span {
    font-size: 30px;
    color: #ffba26;
    margin-bottom: 15px;
}
#usage_scene ul li figure {
    margin-bottom: 15px;
}
#usage_scene ul li figure img {
    width: 100%;
    height: auto;
}
#usage_scene ul li p {
    text-align: left;
}
@media print, screen and (min-width:768px) {
    #usage_scene ul {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    #usage_scene ul li {
        width: 32%;
        margin-bottom: 0;
    }
    #usage_scene ul li h4 span {
        font-size: 50px;
    }
}
/*====================================================================*/
#implementation_results ul.unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#implementation_results ul.unit li {
    margin: 0 0 20px 0;
}
#implementation_results ul.unit li figure {}
#implementation_results ul.unit li figure img {
    width: 100%;
    height: auto;
    max-width: 55px;
}
#implementation_results ul.unit li ul.example {
    list-style: none;
    text-align: left;
}
#implementation_results ul.unit li ul.example li {
    position: relative;
    width: 100%;
    padding: 0 0 0 85px;
    margin: 0;
}
#implementation_results ul.unit li ul.example li:first-of-type::before {
    content: "\5C0E\5165\5834\6240\a0\0003A\3000";
    position: absolute;
    top: 0;
    left: 0;
    color: #ff4b00;
    font-weight: 700;
}
#implementation_results ul.unit li ul.example li:last-of-type::before {
    content: "\696D\7A2E\3000\3000\a0\0003A\3000";
    position: absolute;
    top: 0;
    left: 0;
    color: #ffba26;
    font-weight: 700;
}
@media print, screen and (min-width:400px) {
    #implementation_results ul.unit li {
        width: calc(100% / 2 - 10px);
    }
}
@media print, screen and (min-width:768px) {
    #implementation_results ul.unit {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #implementation_results ul.unit li {
        display: flex;
        flex-wrap: nowrap;
        width: calc(100% / 2 - 10px);
    }
    #implementation_results ul.unit li figure {
        margin: 0 20px 0 0;
    }
}
@media print, screen and (min-width:992px) {
    #implementation_results ul.unit {
        justify-content: space-between;
    }
    #implementation_results ul.unit li {
        display: flex;
        justify-content: flex-start;
    }
    #implementation_results ul.unit li ul.example li {
        display: block;
    }
    #implementation_results ul.unit li {
        max-width: 310px;
        width: calc(85% / 3 - 10px);
    }
}
@media print, screen and (min-width:1450px) {
    #implementation_results ul.unit li {
        width: calc(100% / 4 - 10px);
    }
}
/*====================================================================*/
#qa {}
.accordion-004 {
    max-width: 100%;
    margin: 0 auto 15px auto;
    border: 2px solid #000;
    border-radius: 5px;
    background: #fff;
    transition: all .3s;
}
.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 4em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    font-size: 1.2em;
}
.accordion-004 summary::-webkit-details-marker {
    display: none;
    transition: all .3s;
}
.accordion-004 summary::before {
    position: absolute;
    top: 17px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    content: "Q";
    font-family: "NotoSansBold";
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    background: #ee7423;
    transition: all .3s;
}
.accordion-004 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    content: '';
    /*transition: transform .3s;*/
    transition: all .3s;
}
.accordion-004[open] summary::after {
    transform: rotate(225deg);
    transition: all .3s;
}
.accordion-004 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 1em 3.7em;
    color: #333333;
    /*transition: transform .5s, opacity .5s;*/
    text-align: left;
    transition: all .3s;
    font-weight: 700;
}
.accordion-004[open] p::before {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    content: "A";
    font-family: "NotoSansBold";
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    background: #ffba26;
    transition: all .3s;
}
.accordion-004[open] p {
    transform: none;
    opacity: 1;
    transition: all .3s;
}
#simple.section_wrap {
    padding-bottom: 0;
}
#simple.section_wrap .section_inner {
    margin-bottom: 0;
}
#pos_sample .container {
    /*position: relative;*/
}
button {}
/*===================================================

===================================================*/
.three_types {
    margin: 20px 0 0 0;
}
.three_types li figure img {
    width: 100%;
    height: auto;
    max-width: 350px;
}
.three_types li {
    margin: 0 0 20px 0;
}
.three_types li:last-child {
    margin: 0 auto;
}
#situation li {
    padding: 20px;
    border: 1px solid #666;
    border-radius: 5px;
}
@media print, screen and (min-width:576px) {
    .three_types {
        display: flex;
        justify-content: space-between;
    }
    .three_types li {
        width: calc(100% / 3 - 20px);
    }
    .three_types li {
        margin: 0 0 0 0;
    }
}
@media print, screen and (min-width:768px) {}
@media print, screen and (min-width:992px) {}
/*==========================
features_introduction
==========================*/
#features_introduction .sec_box02 {
    background: #fff;
    border-radius: 16px;
    padding: 0 clamp(16px, 4.1vw, 56px) clamp(16px, 4.1vw, 56px);
}
/*==========================
compact_design
==========================*/
#compact_design ul {
    margin: 20px 0 0 0;
}

/*==========================
new_bill
==========================*/
#new_bill .ly_card_2column ul{
 margin-bottom: 15px;
}
#new_bill .ly_card_2column ul li {
   text-align: left;
 font-weight: bold;
}