@charset "utf-8";
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
.container {
    max-width: 540px
}
}

@media (min-width:768px) {
.container {
    max-width: 720px
}
}

@media (min-width:992px) {
.container {
    max-width: 960px
}
}

@media (min-width:1200px) {
.container {
    max-width: 1140px
}
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}


.row img{border-radius: 15px;}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    -ms-flex-order: -1;
    order: -1
}
.order-last {
    -ms-flex-order: 13;
    order: 13
}
.order-0 {
    -ms-flex-order: 0;
    order: 0
}
.order-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-12 {
    -ms-flex-order: 12;
    order: 12
}
.offset-1 {
    margin-left: 8.333333%
}
.offset-2 {
    margin-left: 16.666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.333333%
}
.offset-5 {
    margin-left: 41.666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.333333%
}
.offset-8 {
    margin-left: 66.666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.333333%
}
.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-sm-first {
    -ms-flex-order: -1;
    order: -1
}
.order-sm-last {
    -ms-flex-order: 13;
    order: 13
}
.order-sm-0 {
    -ms-flex-order: 0;
    order: 0
}
.order-sm-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-sm-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-sm-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-sm-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-sm-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-sm-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-sm-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-sm-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-sm-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-sm-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-sm-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-sm-12 {
    -ms-flex-order: 12;
    order: 12
}
.offset-sm-0 {
    margin-left: 0
}
.offset-sm-1 {
    margin-left: 8.333333%
}
.offset-sm-2 {
    margin-left: 16.666667%
}
.offset-sm-3 {
    margin-left: 25%
}
.offset-sm-4 {
    margin-left: 33.333333%
}
.offset-sm-5 {
    margin-left: 41.666667%
}
.offset-sm-6 {
    margin-left: 50%
}
.offset-sm-7 {
    margin-left: 58.333333%
}
.offset-sm-8 {
    margin-left: 66.666667%
}
.offset-sm-9 {
    margin-left: 75%
}
.offset-sm-10 {
    margin-left: 83.333333%
}
.offset-sm-11 {
    margin-left: 91.666667%
}
}

@media (min-width:768px) {
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-md-first {
    -ms-flex-order: -1;
    order: -1
}
.order-md-last {
    -ms-flex-order: 13;
    order: 13
}
.order-md-0 {
    -ms-flex-order: 0;
    order: 0
}
.order-md-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-md-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-md-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-md-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-md-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-md-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-md-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-md-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-md-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-md-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-md-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-md-12 {
    -ms-flex-order: 12;
    order: 12
}
.offset-md-0 {
    margin-left: 0
}
.offset-md-1 {
    margin-left: 8.333333%
}
.offset-md-2 {
    margin-left: 16.666667%
}
.offset-md-3 {
    margin-left: 25%
}
.offset-md-4 {
    margin-left: 33.333333%
}
.offset-md-5 {
    margin-left: 41.666667%
}
.offset-md-6 {
    margin-left: 50%
}
.offset-md-7 {
    margin-left: 58.333333%
}
.offset-md-8 {
    margin-left: 66.666667%
}
.offset-md-9 {
    margin-left: 75%
}
.offset-md-10 {
    margin-left: 83.333333%
}
.offset-md-11 {
    margin-left: 91.666667%
}
}

@media (min-width:992px) {
.col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-lg-first {
    -ms-flex-order: -1;
    order: -1
}
.order-lg-last {
    -ms-flex-order: 13;
    order: 13
}
.order-lg-0 {
    -ms-flex-order: 0;
    order: 0
}
.order-lg-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-lg-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-lg-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-lg-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-lg-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-lg-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-lg-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-lg-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-lg-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-lg-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-lg-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-lg-12 {
    -ms-flex-order: 12;
    order: 12
}
.offset-lg-0 {
    margin-left: 0
}
.offset-lg-1 {
    margin-left: 8.333333%
}
.offset-lg-2 {
    margin-left: 16.666667%
}
.offset-lg-3 {
    margin-left: 25%
}
.offset-lg-4 {
    margin-left: 33.333333%
}
.offset-lg-5 {
    margin-left: 41.666667%
}
.offset-lg-6 {
    margin-left: 50%
}
.offset-lg-7 {
    margin-left: 58.333333%
}
.offset-lg-8 {
    margin-left: 66.666667%
}
.offset-lg-9 {
    margin-left: 75%
}
.offset-lg-10 {
    margin-left: 83.333333%
}
.offset-lg-11 {
    margin-left: 91.666667%
}
}

@media (min-width:1200px) {
.col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-xl-first {
    -ms-flex-order: -1;
    order: -1
}
.order-xl-last {
    -ms-flex-order: 13;
    order: 13
}
.order-xl-0 {
    -ms-flex-order: 0;
    order: 0
}
.order-xl-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-xl-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-xl-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-xl-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-xl-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-xl-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-xl-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-xl-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-xl-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-xl-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-xl-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-xl-12 {
    -ms-flex-order: 12;
    order: 12
}
.offset-xl-0 {
    margin-left: 0
}
.offset-xl-1 {
    margin-left: 8.333333%
}
.offset-xl-2 {
    margin-left: 16.666667%
}
.offset-xl-3 {
    margin-left: 25%
}
.offset-xl-4 {
    margin-left: 33.333333%
}
.offset-xl-5 {
    margin-left: 41.666667%
}
.offset-xl-6 {
    margin-left: 50%
}
.offset-xl-7 {
    margin-left: 58.333333%
}
.offset-xl-8 {
    margin-left: 66.666667%
}
.offset-xl-9 {
    margin-left: 75%
}
.offset-xl-10 {
    margin-left: 83.333333%
}
.offset-xl-11 {
    margin-left: 91.666667%
}
}

table {
    border-collapse: collapse
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}
.table td, .table th {
    padding: 1.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	font-size: 16px;font-family: "Noto Sans JP", sans-serif;font-weight: 500;text-align: center;
}

.table tr.fit{background-color: #c20719!important;}
.table tr.fit th{color: #fff;font-family: 'RO'}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}


.table tr th.fit2{background-color: #e0d0d2!important;font-family: 'RM'}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}
.table-sm td, .table-sm th {
    padding: .3rem
}
.table-bordered {
    border: 1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}
.table-primary, .table-primary>td, .table-primary>th {
    background-color: #b8daff
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}
.table-hover .table-primary:hover {
    background-color: #9fcdff
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #9fcdff
}
.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color: #d6d8db
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}
.table-success, .table-success>td, .table-success>th {
    background-color: #c3e6cb
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}
.table-hover .table-success:hover {
    background-color: #b1dfbb
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #b1dfbb
}
.table-info, .table-info>td, .table-info>th {
    background-color: #bee5eb
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}
.table-hover .table-info:hover {
    background-color: #abdde5
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #abdde5
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #ffeeba
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}
.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f5c6cb
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}
.table-light, .table-light>td, .table-light>th {
    background-color: #fdfdfe
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}
.table-hover .table-light:hover {
    background-color: #ececf6
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #ececf6
}
.table-dark, .table-dark>td, .table-dark>th {
    background-color: #c6c8ca
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}
.table-active, .table-active>td, .table-active>th {
    background-color: rgba(0,0,0,.075)
}
.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}
.table-dark {
    color: #fff;
    background-color: #343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}
.table-dark.table-bordered {
    border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

@media (max-width:575.98px) {
.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
.table-responsive-sm>.table-bordered {
    border: 0
}
}

@media (max-width:767.98px) {
.table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
.table-responsive-md>.table-bordered {
    border: 0
}
}

@media (max-width:991.98px) {
.table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
.table-responsive-lg>.table-bordered {
    border: 0
}
}

@media (max-width:1199.98px) {
.table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
.table-responsive-xl>.table-bordered {
    border: 0
}
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
    border: 0
}
.bread ol li a{
}
.top__business .common_btn{padding: 10px 50px;}

.solution-detail-related-swiper{padding: 0 25px;}
.top__business .swiper-button-prev,.top__business .swiper-button-next{color: #fff;background: #ea071d;border-radius: 8px;    width: 50px;
    height: 50px;opacity: .5;transition: .3s ease;}

.top__business .swiper-button-prev:hover,.top__business .swiper-button-next:hover{opacity: 1;}

.top__business .swiper-button-next:after, .top__business .swiper-button-prev:after{font-size: 14px;font-weight: bold;}
.top__business .swiper-button-prev{left: 0;}
.top__business .swiper-button-next{right: 0;}

.top__business .swiper-button-next,.top__business .swiper-button-prev{top: 45%;}

.stoker_link_box .icon img{width: 30%;}
.fsm{width: 70%!important;}
.protext{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.fillcontent{display: flex;flex-wrap: wrap;justify-content: space-between}

.fillcontent .fillbox{width: 24%;background: #fff;color: #111;text-align: left;border-radius: 10px;padding: 30px;font-size: 16px;color: #fff;position: relative;z-index: 2;position: relative;}

.fillcontent .fillbox::before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
background: rgb(255,255,255);
background: linear-gradient(218deg, rgba(255,255,255,0) 0%, rgba(234,7,29,0.6362920168067228) 100%);
    z-index: 1;border-radius: 10px;
}

.fillcontent .fillbox h1{font-size: 40px;line-height: 1;padding-bottom: 10px;color: #fff;position: relative;z-index: 10}
.fillcontent .fillbox p{position: relative; z-index: 2;line-height: 1.2;text-align: left;letter-spacing: 0;}
.fillcontent .fillbox.one{background: url("../images/fi1.jpg") no-repeat;background-size: cover;background-position: center center;}
.fillcontent .fillbox.two{background: url("../images/fi2.jpg") no-repeat;background-size: cover;background-position: center center;}
.fillcontent .fillbox.third{background: url("../images/fi3.jpg") no-repeat;background-size: cover;background-position: center center;}
.fillcontent .fillbox.four{background: url("../images/fi4.jpg") no-repeat;background-size: cover;background-position: center center;}

.fillcontent .fillbox.five{background: url("../images/fi7.jpg") no-repeat;background-size: cover;background-position: center center;}
.fillcontent .fillbox.six{background: url("../images/fi5.jpg") no-repeat;background-size: cover;background-position: center center;}
.fillcontent .fillbox.seven{background: url("../images/fi6.jpg") no-repeat;background-size: cover;background-position: center center;}
.fillcontent .fillbox.eight{background: url("../images/fi8.jpg") no-repeat;background-size: cover;background-position: center center;}
.opacity-0{opacity: 0}
.d-flex{display: flex;flex-wrap: wrap;position: relative;}
.flex-bet{justify-content: space-between;}
.cimg{width: 42px;}
.protext .item_title{    
    font-size: clamp(14px, 1.214vw, 17px);
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 500;
    width: calc(100% - 45px);
    padding-top: 2px;
text-align: left;}

.protext .common_arrow{
    position: relative;
    width: 28px;
    height: 28px;
}
.probox:hover .common_arrow .animated-circle
{stroke-dasharray: 106.814;
        stroke-dashoffset: 106.814;
        animation: dash 0.3s linear forwards;
        stroke: #ea071d;
        stroke-width: 2px;
    }
.pp-swiper .swiper-slide img{
          border-radius: 15px;width: 100%;
        }
        .pp-swiper .swiper-button-prev, .swiper-button-next {
            color: #333;
            background: rgba(234, 7, 29, 0.5);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .pp-swiper .swiper-button-prev:after, .swiper-button-next:after {
            font-size: 16px;color: #fff
        }

.pp-swiper .textarea{
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-family: 'RO';
    justify-content: space-between;
}

.pp-swiper .textarea p{
    font-size: clamp(14px, 1.214vw, 20px);
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 500;
    width: calc(100% - 45px);
    padding-top: 2px;text-align: left;
}


.proi{width: 50px;}
.opo{width: 50px;}
.kii{width: 70%!important;}

.borf{border-top: 1px solid #cbcbcb;padding-top: 90px;}


 .video-thumb{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

 .video-thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.video-thumb .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0px 0px -35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #222222;
	font-size: 24px;
	background: #ffffff;
	border-radius: 50%;
}



.video-thumb .icon img{
    width: 25px;
    height: 30px;
    border-radius: 0;
    line-height: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    align-items: center;
    align-self: center;
    vertical-align: middle;
    left: 2px;
    bottom: 3px;
}


.video-thumb .overlink{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: #ffffff;
	background: rgba(0,0,0,0);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.video-thumb .overlink:hover{
	background: rgba(0,0,0,0.50);
}
.videox{text-align: center;
    padding-bottom: 0;
    position: relative;
    background: #e9eced;
    border-radius: 15px;margin-bottom: 20px}
.videox p{position: relative;text-align: left;font-size: 20px;padding: 20px 10px 20px;font-family: 'din';font-weight: normal;text-transform: capitalize;}
.a-c{max-width: 70%;}

.homeappliances.homeappliances #contents .main_content_inner .content_wrap .product{margin-bottom: 0;}
.section__item .swiper-button-next, .section__item .swiper-button-prev{top: 45%;}
.environment #contents .section__wrap--inner .item__wrap--box{background: #e9eced;letter-spacing: 0}

.pagination {
	justify-content: center;
	padding-top: 30px;
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #e2e8f0;
    --bs-pagination-border-radius: 0.3125rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #f8f9fa;
    --bs-pagination-hover-border-color: #e2e8f0;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #f8f9fa;
    --bs-pagination-focus-box-shadow: 0 0 0 0 rgba(252, 0, 18, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #FC0012;
    --bs-pagination-active-border-color: #FC0012;
    --bs-pagination-disabled-color: #575757;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #e2e8f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.template-pagination ul li a {
	
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #7A7A7A;
    font-weight: 600;
    border-radius: 3px;
    background: rgba(194, 194, 194, 0.5);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;

}
.template-pagination.pg-style-2 ul li a {
    background-color: #fff;
    min-width: 50px ;color: #111010;
}
.template-pagination.pg-style-2 ul li span {
    color: #fff;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-weight: 600;
    border-radius: 3px;
    background: #fc0012;
}
.template-pagination.pg-style-2 ul li a.prev, .template-pagination.pg-style-2 ul li a.next {
    width: 75px;
}


@media (max-width: 1680px) {
	#contents .mv_img{margin-left: 5%!important;}
	.underlayer__mv--textarea{ padding-left:  6.143vw;}
}
@media (max-width: 1600px) {
	.a-c{max-width: 80%;}
	#contents .mv_img{margin-left: 0!important;}
	#contents .mv_img img{border-radius: 0!important;}
	.header .header_inner .nav__mainnav ul li .nav--area--under .inner, .header .header_inner .nav__rightnav ul li .nav--area--under .inner{padding: 30px 30px 10px;}
	.header .header_inner .nav__rightnav ul li .nav--area--under{width: 880px;}
	.header .header_inner .nav__mainnav ul li .nav--area--under{width: 960px;}
	.header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child a, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child a{width: 170px;}
	.header .header_inner .nav__mainnav ul li .nav--area--under .inner ul, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul{grid-template-columns: repeat(5, 1fr);gap: 10px;}
	.header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child a .text_box .title_area .ja, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child a .text_box .title_area .ja{font-size: 14px;}
	.header .header_inner .nav__mainnav ul li .nav--area--under.solchild .inner ul .main_child a .text_box .title_area .ja, .header .header_inner .nav__rightnav ul li .nav--area--under.solchild .inner ul .main_child a .text_box .title_area .ja{font-size: 14px;}
	.header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child a .text_box, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child a .text_box{margin-top: 15px;}
    .top__value .fixed__outer .fixed__box__bg .text_box h2 span:last-child{font-size: 56px;}
    .top__business__inner .item__wrap--box .textarea__sentence .lead{text-align:left;}
}
@media (max-width: 1440px) {
	.kii{width: 100%!important}
    .top__business__inner .item__wrap--box .textarea__sentence .lead{-webkit-line-clamp: 2;}
    .top__value .fixed__outer.slide02 .fixed__box .fixed__box__textarea h2{font-size: 70px;}
	.header .header_inner .nav__mainnav ul li .nav--area--under.solchild .inner ul{grid-template-columns: repeat(5, 1fr);gap: 15px;}
	.header .header_inner .nav__mainnav ul li .nav--area--under.solchild .inner ul .main_child a{width: 170px;}
}

@media (max-width: 1152px) {
	.header .header_inner .nav__mainnav ul li .nav--area--under{left: 15px;}
	.header .header_inner .nav__mainnav ul li .nav--area--under.solchild{left: 70px;}
	.top__contact__inner .inner__area .cta__area .tel__wrap .call__wrap--box .number{font-size: 3rem;}
	.a-c{max-width: 95%;}
}
@media (max-width: 1024px) {
    .header .header_inner .nav .logo .header_logo img {
        width: 120px;
    }
}

@media (max-width: 896px) {
.sm-none{display: none;}
.header.start-white{background: rgba(255,255,255,1);}
    .call{top: 400px;width: 80%;}
    .call__wrap--box .linex{display: inline-block}
    .top__contact__inner .inner__area .cta__area .tel__wrap .call__wrap--box .number{display: block;}
    .link_wrap{display: none;}
}

