body, html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    font-color: #003087;
    font-weight: 300;
    height: 100%;
    width: 100%;
    margin: 0px 0px 0px 0px;
}
*:not(input){
    -webkit-user-select: none;
}
img{
    pointer-events: none;
}

body {
    background-color: #efefef;
    padding: 0 0 1rem 0;
    transform: none !important;
}
footer {
	background-color: #fff;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #00486b;
    background-color: #b4e6fe;
    border-color: #a0dffe;
}

.alert-primary hr {
    border-top-color: #87d7fd;
}

.alert-primary .alert-link {
    color: #002639;
}

.badge-primary {
    color: #fff;
    background-color: #003087;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #0178b2;
}

.bg-primary {
    background-color: #003087 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0178b2 !important;
}

.border-primary {
    border-color: #003087 !important;
}

.btn-primary {
    color: #fff;
    background-color: #003087;
    border-color: #003087;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0183c1;
    border-color: #0178b2;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 229, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #D8D8D8;
    border-color: #D8D8D8;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003087;
    border-color: #003087;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 229, 0.5);
}

.btn-outline-primary {
    color: #003087;
    background-color: transparent;
    border-color: #003087;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #003087;
    border-color: #003087;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 229, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #003087;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #003087;
    border-color: #003087;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 155, 229, 0.5);
}

.list-group-item-primary {
    color: #00486b;
    background-color: #a0dffe;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00486b;
    background-color: #87d7fd;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00486b;
    border-color: #00486b;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #a0dffe;
}

.table-hover .table-primary:hover {
    background-color: #87d7fd;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #87d7fd;
}

.text-primary {
    color: #003087 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0178b2 !important;
}



/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #b1b1b1;
    background-color: #155155155;
    border-color: #14a14a14a;
}

.alert-secondary hr {
    border-top-color: #13e13e13e;
}

.alert-secondary .alert-link {
    color: #989898;
}

.badge-secondary {
    color: #212529;
    background-color: #efefef;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    background-color: #d5d5d5;
}

.bg-secondary {
    background-color: #efefef !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #d5d5d5 !important;
}

.border-secondary {
    border-color: #efefef !important;
}

.btn-secondary {
    color: #212529;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #dddddd;
    border-color: #d5d5d5;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #d5d5d5;
    border-color: #cdcdcd;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.btn-outline-secondary {
    color: #efefef;
    background-color: transparent;
    border-color: #efefef;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #efefef;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.list-group-item-secondary {
    color: #b1b1b1;
    background-color: #14a14a14a;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #b1b1b1;
    background-color: #13e13e13e;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #212529;
    background-color: #b1b1b1;
    border-color: #b1b1b1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #14a14a14a;
}

.table-hover .table-secondary:hover {
    background-color: #13e13e13e;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #13e13e13e;
}

.text-secondary {
    color: #efefef !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #d5d5d5 !important;
}

/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
    color: #004800;
    background-color: #90ff90;
    border-color: #7bff7b;
}

.alert-success hr {
    border-top-color: #62ff62;
}

.alert-success .alert-link {
    color: #001500;
}

.badge-success {
    color: #fff;
    background-color: #00C300;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    background-color: #009000;
}

.bg-success {
    background-color: #00C300 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #009000 !important;
}

.border-success {
    border-color: #00C300 !important;
}

.btn-success {
    color: #fff;
    background-color: #00C300;
    border-color: #00C300;
}

.btn-success:hover {
    color: #fff;
    background-color: #009f00;
    border-color: #009000;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 195, 0, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00C300;
    border-color: #00C300;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #009000;
    border-color: #008000;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 195, 0, 0.5);
}

.btn-outline-success {
    color: #00C300;
    background-color: transparent;
    border-color: #00C300;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #00C300;
    border-color: #00C300;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 195, 0, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00C300;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00C300;
    border-color: #00C300;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 195, 0, 0.5);
}

.list-group-item-success {
    color: #004800;
    background-color: #7bff7b;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #004800;
    background-color: #62ff62;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004800;
    border-color: #004800;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #7bff7b;
}

.table-hover .table-success:hover {
    background-color: #62ff62;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #62ff62;
}

.text-success {
    color: #00C300 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #009000 !important;
}


/*------------------------------------
- COLOR warning
------------------------------------*/
.alert-warning {
    color: #a34001;
    background-color: #fef3ec;
    border-color: #fee7d7;
}

.alert-warning hr {
    border-top-color: #fed7be;
}

.alert-warning .alert-link {
    color: #702c01;
}

.badge-warning {
    color: #212529;
    background-color: #fd7822;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    background-color: #e95d02;
}

.bg-warning {
    background-color: #fd7822 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #e95d02 !important;
}

.border-warning {
    border-color: #fd7822 !important;
}

.btn-warning {
    color: #ffffff;
    background-color: #fd7822;
    border-color: #fd7822;
}

.btn-warning:hover {
    color: #212529;
    background-color: #f96302;
    border-color: #e95d02;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 120, 34, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #fd7822;
    border-color: #fd7822;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #e95d02;
    border-color: #da5701;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 120, 34, 0.5);
}

.btn-outline-warning {
    color: #fd7822;
    background-color: transparent;
    border-color: #fd7822;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #fd7822;
    border-color: #fd7822;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 120, 34, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fd7822;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #fd7822;
    border-color: #fd7822;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 120, 34, 0.5);
}

.list-group-item-warning {
    color: #a34001;
    background-color: #fee7d7;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #a34001;
    background-color: #fed7be;
}

.list-group-item-warning.list-group-item-action.active {
    color: #212529;
    background-color: #a34001;
    border-color: #a34001;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fee7d7;
}

.table-hover .table-warning:hover {
    background-color: #fed7be;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #fed7be;
}

.text-warning {
    color: #fd7822 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #e95d02 !important;
}


/*------------------------------------
- COLOR light
------------------------------------*/
.alert-light {
    color: #8896a5;
    background-color: #142139131;
    border-color: #13612f128;
}

.alert-light hr {
    border-top-color: #12812311e;
}

.alert-light .alert-link {
    color: #6b7d8e;
}

.badge-light {
    color: #212529;
    background-color: #ced4da;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    background-color: #b0bac4;
}

.bg-light {
    background-color: #ced4da !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #b0bac4 !important;
}

.border-light {
    border-color: #ced4da !important;
}

.btn-light {
    color: #212529;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-light:hover {
    color: #212529;
    background-color: #b9c2ca;
    border-color: #b0bac4;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #b0bac4;
    border-color: #a8b2bd;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-light {
    color: #ced4da;
    background-color: transparent;
    border-color: #ced4da;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #ced4da;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.list-group-item-light {
    color: #8896a5;
    background-color: #13612f128;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #8896a5;
    background-color: #12812311e;
}

.list-group-item-light.list-group-item-action.active {
    color: #212529;
    background-color: #8896a5;
    border-color: #8896a5;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #13612f128;
}

.table-hover .table-light:hover {
    background-color: #12812311e;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #12812311e;
}

.text-light {
    color: #ced4da !important;
}

a.text-light:hover, a.text-light:focus {
    color: #b0bac4 !important;
}

/* -------------------------------------------- */

.modal {
    margin-top: 30px;
    margin-bottom: 120px;
}
.modal-header {
    display: block;
}
#content {
	background-color: #fff;
	padding-top: 15px;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
.card1 {
	border: 0px solid rgba(0,0,0,.125);
}
.card1-header {
	border-bottom: 0px;
	/* border-left: 5px solid #003087; */
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	background-color: #FFFFFF;
	text-align: center;
}
.card1-header:first-child {
    border-radius: 0;
}
.card1-header-top-line {
	border-top: 1px solid rgba(0,0,0,.125);
	padding-top: 20px;
}
.card1-body {
    padding: 1rem 1.5rem;
}

.btn-lg {
	font-size: 1.1rem;
	padding: .6rem 1rem;
	font-weight: 500;
}
.small2 {
	font-size: 90%;
}
.carousel-indicators-flat {
	position: static;
}
.carousel-indicators-flat li {
	background-color: #003087;
}
.main-content { padding-top: 40px; }
.content-box {overflow-y: scroll; height: 65vh; position: relative; text-align: justify; }
.content-box p { line-height: 1.5; }
.button { position: fixed; bottom: 0; background: #ffffff; z-index: 1; display: block; width: 100%; left: 0%; }
.button h6 { font-size: 1.1rem; }

.line-green{color: #00C300;}
.btn-skyblue{
	background-color: #029be5;
	border-color: #029be5;
}
.btn-black{
	background-color: #000000;
	border-color: #000000;
}
.bg-gray{
	background-color: #efefef;
}
.pl-gray{
	border-left: 1px solid rgba(0,0,0,.125);
}
.color-jj{color: #003087;}
.borderline-jj{border-bottom: 2px solid #003087;}
.icon-jj{color: #029be5;}
.box-noline[readonly]{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 1rem;
}
.signin-button {
	width: 100%!important;
	max-width: 100%!important;
	height: 44px;
}
a.no-underline {
  text-decoration: none;
}

a.underline-hover:hover {
  text-decoration: none;
}
.card-img-top-resize {
    width: 65%;
    margin: 1rem auto 0rem auto;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}
.btn-link-bold {
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    text-decoration: underline;
}

.grecaptcha-badge { visibility: hidden; }

.point-plus{
    font-family: "Avenir Next", "sans-serif";
    font-weight: bold;
    color: #a51890;
}
.point-minus{
    font-family: "Avenir Next", "sans-serif";
    font-weight: bold;
    color: #00a3e0;
}
.table {
    border:1px solid #dee2e6;
    margin-bottom: 0px;
}
.table-right {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    vertical-align: middle;
}
