/*Custom Styling
--------------------------
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
--------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
    color: #2f9d56;
}

img {
    vertical-align: top;
    max-width: 100%;
}

p {
    margin: 0 0 5px;
}

p:last-child {
    margin: 0;
}

:focus {
    outline: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
}

h2 {
    color: #3d3d3d;
    font-weight: 700;
    font-size: 42px;
    line-height: normal;
    margin: 0px 0 0px;
}

h3 {
    color: #3d3d3d;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    margin: 0px 0 20px;
}

h4 {
    color: #229d56;
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
    margin: 0px 0 30px;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
}

h4::after {
    content: url('../images/tick-icon.png');
    position: absolute;
    right: -50px;
    top: -30px;
}

body {
    background: #f5f5f7;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #3d3d3d;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
    max-width: 840px;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px;
}

.header {
    padding: 50px 68px;
}

.section {
    position: relative;
    display: none;
    padding-bottom: 40px;
}
#signup .section{
    min-height: 300px;
}

.home {
    position: relative;
    height: 100vh;
    align-items: center;
    display: flex;
}

.content-box {
    background-color: #fff;
    margin: 30px 0 0;
    border-radius: 10px;
    padding: 28px 50px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.content-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-box ul li {
    text-align: left;
    position: relative;
    padding-left: 45px;
    margin: 15px 0;
}

.content-box ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url('../images/tick-icon.png') no-repeat 0 0;
    background-size: cover;
}

.flex-control-nav {
    bottom: 60px;
}

.overlay-image {
    position: absolute;
    left: 68px;
    bottom: -10rem;
    width: 100%;
    max-width: 268px;
}

.overlay-image-rt {
    position: absolute;
    right: 52px;
    top: 38px;
}

#content {
    /* position:absolute; left:0px; top:0px; bottom:60px; right:0px; overflow:auto; */
    margin-top: 80px;
    margin-bottom: 80px;
}

/*Footer*/
#footer {
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    height: 60px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 15px 15px;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    width: 100%;
    /* position: static; */
}

.navigation {
    width: 100%;
    margin-right: -306px;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.navigation ul li {
    padding: 0 20px;
}

.navigation ul li a {
    color: #cacdd6;
    transition: ease-in-out 0.25s color;
    -webkit-transition: ease-in-out 0.25s color;
    font-size: 20px;
}

.navigation ul li:hover a,
.navigation ul li.active a {
    color: #251c4b;
}

.logo {
    margin-left: auto;
    width: 345px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo img {
    max-width: 206px;
}

.logo span {
    font-size: 10px;
    padding-top: 12px;
    padding-right: 10px;
}

.res-circle {
    width: 150px;
    border-radius: 50%;
    background: #241c4a;
    line-height: 0;
    position: relative;
}

.res-circle::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.circle-txt {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
}

.circle-txt .bi-check2::before {
    font-size: 5rem;
    color: #fff;
}

.minheight {
    min-height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.bg-thank {
    background-image: url("./../images/Desktop.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: content;
    height: 100%;
}

.bg-faq {
    background-image: url("./../images/question.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: content;
    height: 100%;
    margin-top: 5rem;
}

.bg-faq-title {
    background-image: url("./../images/faq.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: content;
    height: 100%;
    margin-top: 5rem;
}

.bgtext:before {
    margin: 2rem 0 0 0;
    font-family: "Noto Serif JP", serif;
    position: absolute;
    color: #f3f1f4;
    font-size: 13rem;
    top: 3rem;
    /* left: 0; */
    z-index: -1;
    font-weight: 900;
}

.login {
    background-image: url("./../images/Desktop.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 44rem;
}

.breadcrumb .breadcrumb-item {
    align-self: center;
    text-align: center;
    color: #3d3d3d;
    font-size: 1.3rem;
}

.fss-1 {
    font-size: 1.6rem;
}

.fss-2 {
    font-size: 1.4rem;
}

.fss-3 {
    font-size: 1.2rem;
}

.fss-4 {
    font-size: 1.0rem;
}

.fss-5 {
    font-size: 0.9rem;
}

/********************************************/
@media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (max-width: 1499px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 992px;
    }
}

.btn {
    padding: 0 22px;
    font-weight: 500;
    font-size: 18px;
    line-height: 54px;
    border-radius: 15px;
    font-family: "Noto Sans JP", sans-serif;
}

.btn:hover {
    opacity: 0.95;
}

.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #241c4a;
    border-color: #241c4a;
}

.form-label,
.form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #7e7e7e;
    margin: 0 0 5px;
    line-height: normal;
}

.form-check-label a {
    font-weight: 700;
}

.form-control,
.form-select {
    border-radius: 12px;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: none;
    border-color: #251c4b;
}

.form-check-input:checked {
    background-color: #241c4a;
    border-color: #241c4a;
}

.tooltip-inner {
    background-color: #241c4a;
    min-width: 300px;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    border-radius: 0;
    padding: 5px 8px;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #241c4a;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #241c4a;
}

.bi-question-circle[data-bs-toggle] {
    color: #241c4a;
    padding-left: 3px;
}

.overlay-image.position-rtl {
    right: 0;
    width: 175px;
    left: auto;
}

.step {
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
    border: 1px solid #241c4a;
}

.step.active {
    background-color: #241c4a;
}

#navigation {
    /* position: absolute; */
    bottom: 60px;
    width: 100%;
    left: 0;
}

.error {
    font-size: 12px;
    color: red;
}

.red {
    color: red;
}

/* .mt-10 {
    margin-top: 1rem!important;
} */
ol, ul {
    padding-left: 1rem;
}

.min-heiht {
    min-height: 615px;
}

.login .card {
    border: none;
}

.accordion-button.collapsed::after {
    background-image: url("./../images/plus.svg");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("./../images/minus.svg");
}

.accordion-button {
    font-size: 1.3rem;
}

.cookies.accordion .accordion-button:not(.collapsed), .cookies.accordion .accordion-button:not(.collapsed):focus {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
}

.cookies.accordion .accordion-item {
    border: none !important;
    margin-bottom: 25px;
}

.cookies.accordion .accordion-item, .cookies.accordion .accordion-button {
    background-color: #f3f1f4;
}

/* datatable */
#example_length {
    margin-top: 5px;
}

#example_length select {
    width: 4rem;
    padding: 0.55em 0em;
    border: 1px solid #d3d3d3 !important;
}

.bg-grey {
    background-color: #d8d6e0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000 !important;
    border: 1px solid #d3d3d3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background-color: #241c4a !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #241c4a), color-stop(100%, #241c4a)) !important;
    background: -webkit-linear-gradient(top, #241c4a 0%, #241c4a 100%) !important;
    background: -moz-linear-gradient(top, #241c4a 0%, #241c4a 100%) !important;
    background: -ms-linear-gradient(top, #241c4a 0%, #241c4a 100%) !important;
    background: -o-linear-gradient(top, #241c4a 0%, #241c4a 100%) !important;
    background: linear-gradient(to bottom, #241c4a 0%, #241c4a 100%) !important;
    border: 1px solid #241c4a !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background-color: #241c4a !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #241c4a), color-stop(100%, #241c4a)) !important;
    background: -webkit-linear-gradient(top, #241c4a 0%, #241c4a 100%) !important;
    background: -moz-linear-gradient(top, #241c4a 0%, #241c4a 100%) !important;
    background: -ms-linear-gradient(top, #241c4a 0%, #241c4a 100%) !important;
    background: -o-linear-gradient(top, #241c4a 0%, #241c4a 100%) !important;
    background: linear-gradient(to bottom, #241c4a 0%, #241c4a 100%) !important;
    border: 1px solid #241c4a !important;
}

table.dataTable thead th, table.dataTable thead td {
    font-weight: 400;
}

.dataTables_wrapper {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0px 15px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 9px;
    border-bottom: 1px solid #aba6a6;
    font-size: 20px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px;
}

/* .ui-datepicker-header {
    background-color: #241c4a;
}

.datepicker-dropdown .table-condensed thead th{
    background-color: #241c4a;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background-color: #241c4a;
} */
.datepicker {
    left: auto !important;
    top: auto !important;
}

.datepicker-dropdown {
    padding: 0px;
}

.datepicker td, .datepicker th {
    border-radius: 0;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background-color: #241c4a;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #241c4a;
    color: #ffffff;
    border-radius: 0;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #241c4a !important;
    background-image: none;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker .prev.disabled, .datepicker .next.disabled{
    visibility: unset;
    pointer-events: none;
    background-color: #241c4a;
    color: #241c4a;
}

/* table.dataTable thead .sorting {
    background-image: url('../images/sort_both.png');
}
table.dataTable thead .sorting_desc {
    background-image: url('../images/sort_desc.png');
}
table.dataTable thead .sorting_asc {
    background-image: url('../images/sort_asc.png');
} */

table.dataTable.no-footer {
    border-bottom: 0px solid #dee2e6;
}
#box .poppin{
    position: absolute;
    font-size: 30px;
    margin-top: -30px;
    margin-left: -30px;
}
.poppin i:before{
    color: #241c4a;
}
.dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: left;
    padding-top: 0.25em;
    padding-right: 10px;
}
/* footer model cookie-consent */
.cookie-consent {
    position: fixed;
    bottom: 8px;
    left: 20px;
    width: 650px;
    padding-top: 7px;
    /* height: 83px; */
    /* color: #fff; */

    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #D3D3D3;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 10px 10px 20px grey;
}

@media (max-width: 1500px) {
    .overlay-image {
        width: 215px;
        left: 0;
    }

    .overlay-image-rt {
        width: 215px;
    }

    .bgtext:before {
        font-size: 6rem;
    }
}

@media (max-width: 1350px) {
    .overlay-image, .overlay-image-rt {
        display: none;
    }
}

@media (max-width: 1023px) {
    body {
        font-size: 16px;
    }

    .section {
        height: auto;
        display: none;
        padding: 20px 0;
    }

    .footer {
        display: block;
        text-align: center;
        position: static;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4::after {
        display: none;
    }

    .content-box {
        padding: 10px 25px;
    }

    .content-box ul li {
        padding-left: 35px;
        margin: 7px 0;
        line-height: normal;
    }

    .btn {
        line-height: normal;
        font-size: 16px;
        padding: 10px 10px;
    }

    .navigation ul {
        display: flex;
    }

    .navigation ul li {
        margin-bottom: 5px;
    }

    #navigation {
        position: static;
        width: auto;
    }

    .tooltip-inner {
        font-size: 12px;
    }

    #footer .logo {
        display: none;
    }
}

@media (max-width: 767px) {
    .bgtext:before {
        font-size: 3rem;
    }
    #footer{
        position: relative;
        height: auto;
    }
    /* #content{
        margin-bottom: 0px;
    } */
    #example_length select{
        padding-top: 0.25em;
        padding: 0.65em 0em;
    }
    .dataTables_wrapper .dataTables_paginate{
        margin-top: 0px;
    }
    .dataTables_wrapper .dataTables_length{
        text-align: left;
    }
    .cookie-consent{
        right: 20px;
        width: 90%;
    }
}

.forPrivate {
    font-size: 14px;
    position: relative;
    left: 2px;
    /* top: 65px; */
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: normal;
    color: #3d3d3d;
}

.m25 {
    margin: 0px 0 35px
}
.step-3-checkboxes .form-check {
  position: relative;
}
.step-3-checkboxes span.error {
  position: absolute;
  bottom: -20px;
  padding-left: 30px;
}
.step-3-checkboxes .form-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0px;
}
.step-3-checkboxes .form-check {
  padding-left: 0;
  display: flex;
  margin-bottom: 30px;
}
.step-3-checkboxes .form-check label.form-check-label {
  width: 100%;
}
.steps-button {
  padding-bottom:40px;
}

.mt-60 {
    margin-top: -60px !important;
}
