*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* list-style: none; */
    text-decoration: none;
    outline: none;
    text-rendering: optimizeLegibility;
}

*:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}

a,
a:hover,
a:active {
    text-decoration: none !important;
}

a:hover {
    color: var(--primary-color) !important;
}

ul {
    margin: 0;
    padding: 0;
}

:root {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light: #f1f5f8;
    --color-red: #CD0000;
    --color-pink: #cd000026;
    --color-orng: #FF7800;
    --color-green: #86BC34;
}

html {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
}

body {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    /* overflow-x: hidden; */
    letter-spacing: 1px;
}

/* ------------------------------------------custom css------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    font-weight: 400;
}

.logo img {
    width: 75px;
    height: auto;
}

@font-face {
    font-family: "NotoSerifJP-regular-400";
    /* src: url(../fonts/NotoSerifJP-Regular.otf); */
}

@font-face {
    font-family: "NotoSerifJP-Medium-500";
    /* src: url(../fonts/NotoSerifJP-Medium.otf); */
}

@font-face {
    font-family: "NotoSerifJP-SemiBold-600";
    /* src: url(../fonts/NotoSerifJP-SemiBold.otf); */
}

@font-face {
    font-family: "NotoSerifJP-Bold-700";
    /* src: url(../fonts/NotoSerifJP-Bold.otf); */
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    height: auto;
    background: var(--color-white);
    z-index: 99999;
}

.mar_125 {
    margin-top: 125px;
}

.first_div {
    margin-top: 60px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.heard_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
}

.container_full {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}

.return_link {
    display: flex;
    align-items: center;
}

.return_link img {
    margin-right: 5px;
}

.return_link span {
    font-size: 20px;
    line-height: 27px;
    color: #06161C;
    font-family: "NotoSerifJP-Bold-700";
    font-weight: 700;
}

.page_title {
    padding: 16px 0 36px 0;
    background: var(--color-green);
}

.page_title1 {
    position: relative;
    width: 100%;
    height: 65px;
    padding: 16px 0 16px 0;
    background: var(--color-green);
}

.page_title1::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -50px;
    height: 50px;
    width: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 -25px 0 0 var(--color-green);
}

.page_title1::after {
    content: "";
    position: absolute;
    background-color: transparent;
    right: 0;
    bottom: -50px;
    height: 50px;
    width: 25px;
    border-top-right-radius: 20px;
    box-shadow: 0 -25px 0 0 var(--color-green);
}

.title_h2 {
    font-size: 24px;
    line-height: 33px;
    color: var(--color-white);
    font-family: "NotoSerifJP-Bold-700";
    font-weight: 700;
}

.mar_m_t_4 {
    margin-top: -4px;
}

.sm_16 {
    margin: 16px auto 0 auto;
}

.mar_l_10 {
    margin-left: 10px;
}

.mar_l_16 {
    margin-left: 16px;
}

.mar_t_16 {
    margin-top: 16px;
}

.round_fram {
    padding: 16px 16px;
    background: #FFFFFF;
}

.div_h2 {
    position: relative;
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--color-black);
    display: inline-block;
    padding-bottom: 8px;
}

.div_h2::after {
    position: absolute;
    content: '';
    height: 3px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
    bottom: 0;
    background: #EF7E23;
    border-radius: 5px;
}

.font_20 {
    font-family: "NotoSerifJP-Bold-700";
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #F6FFE8;
    margin-top: 10px;
}

.font_20_normal {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.font_20_total {
    font-family: "NotoSerifJP-Bold-700";
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

.font_18 {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--color-black);
    margin-bottom: 5px;
}

.font_14 {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
}

.font_14_last {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.font_14_light {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 5px;
}

.buulet_text_16 {
    position: relative;
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-black);
    margin: 8px 0 0 5px;
}

.buulet_text_16::before {
    position: absolute;
    display: inline-block;
    left: -16px;
    content: url(../images/icon/bullet_icon.png);
    margin-top: 1px;
}

.green_div {
    border: 2px solid var(--color-green);
    box-shadow: 0px 0px 14px rgba(108, 108, 108, 0.25);
    border-radius: 10px;
    padding: 20px;
    margin-top: 12px;
}

.orng_div {
    background: #FFFFFF;
    border: 1px solid #EF7E23;
    box-shadow: 0px 0px 14px rgba(108, 108, 108, 0.25);
    border-radius: 10px;
    padding: 24px 34px;
}

.orng_text_18 p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 25px;
    color: #EF7E23;
}

.orng_text_18:last-child {
    margin-bottom: 0;
}

.navigation_container {
    max-width: 80rem;
    width: 100%;
    height: auto;
}

.navigation {
    position: fixed;
    bottom: 64px;
    left: 0;
    right: 0;
}

.link_org {
    display: block;
    background: var(--color-orng);
    text-align: center;
    padding: 12px;
    bottom: 65px;
    left: 0;
    right: 0;
    z-index: 99;
    color: var(--color-white);
    width: 100%;
    cursor: pointer;
    border: solid var(--color-orng);
}

.link_org:active,
.link_org:hover {
    color: var(--color-white) !important;
}

.link_org span {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.link_org i {
    margin-left: 16px;
    font-size: 18px;
}

.link_wt {
    display: block;
    background: var(--color-white);
    text-align: center;
    padding: 12px;
    bottom: 65px;
    left: 0;
    right: 0;
    z-index: 99;
    color: var(--color-black);
    width: 100%;
    border: solid var(--color-white);
}

.link_wt span {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.link_wt i {
    margin-right: 16px;
    font-size: 18px;
}

.nav_row {
    display: flex;
    width: 100%;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
}

.col_6 {
    width: 100%;
}

.col_4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col_8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

/* step page  */
.form-control {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px 10px 20px;
    border: 1px solid #BCBCBC;
    color: #8E8E8E;
    border-radius: 6px;
}

.form-control:focus {
    border-color: #BCBCBC;
    box-shadow: none
}

.form-select {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px 10px 20px;
    border: 1px solid #BCBCBC;
    color: #8E8E8E;
    border-radius: 6px;
}

.form-select:focus {
    border-color: #BCBCBC;
    box-shadow: none;
}

.item_detail {
    border: 1px solid #8E8E8E;
    box-shadow: 0px 0px 14px rgb(108 108 108 / 25%);
    border-radius: 10px;
    padding: 20px;
    margin-top: 12px;
}

.d_flex_a_center_j_spc_btwn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_name {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--color-black);
}

.item_quentity {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-black);
}

.item_total {
    font-family: "NotoSerifJP-Bold-600";
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: var(--color-black);
}

.additem {
    display: flex;
    align-items: center;
}

.additem .value-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    font-family: "NotoSerifJP-Bold-700";
    font-size: 20px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.additem .value-button:hover {
    cursor: pointer;
}

.div_additem form .dec {
    border-radius: 6px;
    color: var(--color-green);
    background: rgba(134, 190, 52, 0.1);
    ;
}

.div_additem form .inc {
    border-radius: 6px;
    color: var(--color-white);
    background: var(--color-green);
}

.div_additem form #input-wrap {
    margin: 0px;
    padding: 0px;
}

.additem input.number {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 33px;
    font-family: "NotoSerifJP-SemiBold-600";
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #000000 !important;
    background-color: white;
}

.additem input[type=number]::-webkit-inner-spin-button,
.additem input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.additem input:disabled {
    -webkit-text-fill-color: #000000 !important;
    opacity: 1 !important;
}

.post_tab .nav-tabs {
    border-bottom: none;
}

.post_tab .nav {
    justify-content: center;
}

.post_tab .nav-tabs .nav-link {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.25);
    border-bottom: 3px solid rgba(0, 0, 0, 0.25) !important;
    border-radius: 0px;
    border: none;
    padding: 9px 24px 13px 24px;
}

.post_tab .nav-tabs .nav-item.show .nav-link,
.post_tab .nav-tabs .nav-link.active {
    border-bottom: 3px solid #EF7E23 !important;
    color: var(--color-orng);
    padding: 11px 24px;
}

.delivery_contant {
    margin: 16px auto 24px auto;
}

.delivery_title {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 20px;
}

.delivery_date {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 5px;
    color: var(--color-black);
}

.date_check_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0px;
}

.date_check_box .form-check {
    display: flex;
    align-items: end;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../images/icon/check.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 11px;
}

.date_check_box .form-check-input {
    width: 25px;
    height: 25px;
    background: rgba(134, 190, 52, 0.1);
    border-radius: 4px;
    border: none;
}

.date_check_box .form-check-input:checked {
    background-color: var(--color-green);
    border-radius: 4px;
    border: none;
    padding: 3px;
}

.date_check_box .form-check-input:focus {
    box-shadow: none;
}

.check_label {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-black);
    margin-left: 8px;
}

.form_title {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--color-black);
}

.green_border_div {
    border: 1px solid #86BE34;
    box-shadow: 0px 0px 14px rgba(108, 108, 108, 0.25);
    border-radius: 10px;
    margin-top: 12px;
}

.blank_box {
    padding: 20px;
}

.hr_green {
    border-bottom: 1px solid #86BE34
}

.calculation {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-white);
    padding: 3px 8px;
    background: #EF7E23;
    border-radius: 6px;
    margin-bottom: 5px;
}

.delivary_detail {
    background: rgba(134, 190, 52, 0.1);
    padding: 20px;
}

.pro_row {
    display: flex;
    flex-wrap: wrap;
    background: #F1ECE8;
    border-radius: 6px;
    align-items: center;

}

.col_ {
    flex: 1 0 0%;
    width: 100%;
    margin-left: -1px;
    max-width: 100%;
    padding: 8px 00px;
    min-height: 41px;
}

.color_white {
    color: var(--color-white) !important;
}

.hid_txt {
    visibility: hidden;
}

.col_:first-child {
    border-radius: 6px 0 0 6px;
    padding-left: 20px;
}

.col_:last-child {
    border-radius: 0 10px 10px 0;
    padding-right: 20px;
}

.task_div img {
    margin-right: 10px;
}

.step_text {
    font-family: "NotoSerifJP-Bold-700";
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-white);
}

.curent_bold {
    font-family: "NotoSerifJP-Bold-700";
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--color-black);
}

.curent_page {
    font-family: "NotoSerifJP-SemiBold-600";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #6C6C6C;
}

.back_org {
    height: 100%;
    background: var(--color-orng) !important;
}

.delivary_row {
    display: flex;
    flex-wrap: wrap;
}

.col_50 {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
}

.total_breakup {
    background: #FFFFFF;
    border: 2px solid #EF7E23;
    padding: 12px 42px;
    color: var(--color-orng);
}

/* thank you page  */
/* .green_back_div {
    background: var(--color-green);
    position: relative;
    height: 78vh;
    width: 100%;
} */

.green_back_div {
    background: var(--color-green);
    position: relative;
    height: 100vh;
    width: 100%;
    /* z-index: -1; */
}

/* .vertical_center {
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */

.vertical_center {
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.bag_img img {
    width: 200px;
    height: auto;
}

.org_btn {
    display: inline-block;
    margin-top: 20px;
    background: #EF7E23;
    box-shadow: 0px 0px 14px rgba(87, 41, 0, 0.25);
    border-radius: 10px;
    padding: 12px 20px;
}

.org_btn span {
    font-family: "NotoSerifJP-Bold-700";
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: var(--color-white);
    text-transform: uppercase;
}

/* invoice page  */

.invoice_tab .nav-pills .nav-link.btn_tab {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--color-green);
    padding: 10px 16px;
    background: rgba(134, 188, 52, 0.1);
}

.invoice_tab .nav-pills .nav-link.btn_tab.active {
    background: var(--color-green);
    color: var(--color-white) !important;
}

.nav-pills .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px;
}

.nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
}

.balance_in_minuse {
    background: rgba(205, 0, 0, 0.15);
    border: 2px solid var(--color-red);
    box-shadow: 0px 0px 14px rgba(205, 0, 0, 0.25);
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    margin-top: 16px;
}

.balance_in_pluse {
    background: rgb(134, 188, 52, 0.15);
    border: 2px solid var(--color-green);
    box-shadow: 0px 0px 14px rgba(134, 188, 52, 0.25);
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    margin-top: 16px;
}

.color_red {
    color: var(--color-red);
}

.color_green {
    color: var(--color-green);
}

.balance_title {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;

}

.banance_amount {
    font-family: "NotoSerifJP-Bold-700";
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}

.invoice_detail {
    border: 1px solid #8E8E8E;
    box-shadow: 0px 0px 14px rgba(108, 108, 108, 0.25);
    border-radius: 10px;
    padding: 16px;
    margin-top: 16px;
}

.invoice_breakup {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invoice_duration {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}

.invoice_total {
    font-family: "NotoSerifJP-Bold-700";
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

/* FAQ page  */
.faq_box {
    border: 2px solid #EF7E23;
    border-radius: 10px;
    padding: 0px 0px 12px;
    gap: 10px;
}

.faq_title {
    background: #EF7E23;
    border-radius: 5px 5px 0 0;
    padding: 10px 12px;
}

.faq_title h4 {
    font-family: "NotoSerifJP-SemiBold-600";
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: var(--color-white);
}

.faq_que {
    margin: 0 12px 0px 12px;
}

.faq_btn {
    display: flex;
    align-items: center;
    color: var(--color-white);
}

.faq_btn img {
    margin-right: 8px;
}

.faq_btn h6 {
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.accordion-item .accordion-button.collapsed {
    border-radius: 10px !important;
}

.accordion-item .accordion-button {
    background: #86BE34;
    padding: 8px 12px;
    border-radius: 10px 10px 0 0 !important;
}

.accordion-item {
    margin-top: 10px;
    background: rgba(239, 126, 35, 0.1);
    border-radius: 10px;
    border: none;
}

.accordion-body {
    padding: 12px;
}

.accordion_text_16 {
    position: relative;
    font-family: "NotoSerifJP-regular-400";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #EF7E23;
    padding-inline-start: 17px;
}

.accordion_text_16::before {
    position: absolute;
    display: inline-block;
    left: -16px;
    content: url(../images/icon/faq_a.png);
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon/expand_more.png);
}

.accordion-button::after {
    background-image: url(../images/icon/expand_more.png);
    width: 14px;
    height: 8.25px;
    background-size: 14px 8.25px;
}

/* footer  */
.mar_t_169 {
    margin-top: 169px;
}

.mar_t_113 {
    margin-top: 113px;
}

.mar_t_65 {
    margin-top: 65px;
}

.mar_r_73 {
    margin-right: 73px;
}

.footer_container {
    max-width: 80rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
}

.footer .bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-white);
    z-index: 9999;
    will-change: transform;
    transform: translateZ(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.bottom-nav-item:hover {
    cursor: pointer;
}

.bottom-nav-item.active {
    background: var(--color-green);
    color: #F6FFE8 !important;
    padding: 11px 3px;
}

.bottom-nav-item.active .bottom-nav-link {
    color: #F6FFE8 !important;
}

.bottom-nav-link {
    display: flex;
    flex-direction: column;
    color: var(--color-black);
}

.bottom-nav-link i {
    font-size: 20px;
    margin-bottom: 5px;
}

button .carousel-control-prev-icon {
    background-color: #EF7E23 !important;
}

button .carousel-control-next-icon {
    background-color: #EF7E23 !important;
}


.carousel-indicators [data-bs-target] {
    background-color: #EF7E23 !important;
}

.carousel-indicators {
    margin-bottom: -1rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    color: #000000;
}