@charset "utf-8";
/* Reset */
*, *::before, *::after {
	outline: 0;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
}
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	word-break: break-all;
	overflow-x: hidden;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dt, dd, table, td, th {
	margin: 0;
	text-align: inherit;
	font-weight: inherit;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6, p, li, blockquote, dt, dd, td, th {
	color: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.35;
}
.h1 {
	font-size: 1.75rem;
}
.h2 {
	font-size: 1.5rem;
}
.h3 {
	font-size: 1.5rem;
}
.h4 {
	font-size: 1.35rem;
}
.h5 {
	font-size: 1.2rem;
}
.h6 {
	font-size: 1rem;
}
@media (min-width: 768px) {
	.h1 {
		font-size: 2.5rem;
	}
	.h2 {
		font-size: 2rem;
	}
	.h3 {
		font-size: 1.75rem;
	}
	.h4 {
		font-size: 1.5rem;
	}
	.h5 {
		font-size: 1.35rem;
	}
	.h6 {
		font-size: 1.1rem;
	}
}
b, strong {
	font-weight: 700;
}
[hidden], template {
	display: none;
}
ul, ol {
	padding: 0;
	list-style: none;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
	background-color: transparent;
}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid;
}
input, button, textarea, select {
	font: inherit;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/* Layout */
.container-fluid, .container {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
	letter-spacing: -0.5em;
}
.col {
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 1rem;
}
.row0 {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.row0 > .col {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.row3 {
	margin-right: -3px;
	margin-left: -3px;
}
.row3 > .col {
	padding-right: 3px;
	padding-left: 3px;
}
.row1 {
	margin-right: -1px;
	margin-left: -1px;
}
.row1 > .col {
	padding-right: 1px;
	padding-left: 1px;
}
.row4 {
	margin-right: -4px;
	margin-left: -4px;
}
.row4 > .col {
	padding-right: 4px;
	padding-left: 4px;
}
.row5 {
	margin-right: -5px;
	margin-left: -5px;
}
.row5 > .col {
	padding-right: 5px;
	padding-left: 5px;
}
.row8 {
	margin-right: -8px;
	margin-left: -8px;
}
.row8 > .col {
	padding-right: 8px;
	padding-left: 8px;
}
.row10 {
	margin-right: -10px;
	margin-left: -10px;
}
.row10 > .col {
	padding-right: 10px;
	padding-left: 10px;
}
.row12 {
	margin-right: -12px;
	margin-left: -12px;
}
.row12 > .col {
	padding-right: 12px;
	padding-left: 12px;
}
.row14 {
	margin-right: -14px;
	margin-left: -14px;
}
.row14 > .col {
	padding-right: 14px;
	padding-left: 14px;
}
.row20 {
	margin-right: -20px;
	margin-left: -20px;
}
.row20 > .col {
	padding-right: 20px;
	padding-left: 20px;
}
.col-2 {
	max-width: 50%;
}
.col-3 {
	max-width: 33.333333333333333%;
}
.col-3-2 {
	max-width: 66.66666667%;
}
.col-4 {
	max-width: 25%;
}
.col-4-2 {
	max-width: 75%;
}
.col-5 {
	max-width: 20%;
}
.col-6 {
	max-width: 16.666666666666667%;
}
.col-7 {
	max-width: 14.285714285714286%;
}
.col-2-pull {
	right: 50%;
}
.col-2-push {
	left: 50%;
}
.col-3-pull {
	right: 33.33333333%;
}
.col-3-push {
	left: 33.33333333%;
}
.col-3-2-pull {
	right: 66.66666667%;
}
.col-3-2-push {
	left: 66.66666667%;
}
.col-4-pull {
	right: 25%;
}
.col-4-push {
	left: 25%;
}
.col-4-2-pull {
	right: 75%;
}
.col-4-2-push {
	left: 75%;
}
.images + .title, .title + .images, .images + .content, .content + .content, .content + .images, .title + .content, .title + .contents, .content + .foot {
	margin-top: .75rem;
}
.maincontents > .contents + .contents {
	margin-top: 1rem;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left !important;
}
.text-left img {
	margin-left: 0 !important;
}
.text-right {
	text-align: right !important;
}
.text-right img {
	margin-right: 0 !important;
}
.text-strong-big strong {
	font-size: 150%;
}
.box {
	position: relative;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .panel-body:before, .panel-body:after, .box:before, .box:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .panel-body:after, .box:after {
	clear: both;
}
.images {
	text-align: center;
}
.images img {
	margin-left: auto;
	margin-right: auto;
}
.is-pc {
	display: none !important;
}
.is-sp {
	display: block !important;
}
@media (min-width: 768px) {
	.container {
		max-width: 1080px;
	}
	.container-1200 {
		max-width: 1230px;
	}
	.container-1218 {
		max-width: 1248px;
	}
	.container-1280 {
		max-width: 1310px;
	}
	.container-full {
		max-width: 100% !important;
	}
	.row42 {
		margin-right: -42px;
		margin-left: -42px;
	}
	.row42 > .col {
		padding-right: 42px;
		padding-left: 42px;
	}
	.col-pc-2 {
		max-width: 50%;
	}
	.col-pc-3 {
		max-width: 33.333333333333333%;
	}
	.col-pc-3-2 {
		max-width: 66.66666667%;
	}
	.col-pc-4 {
		max-width: 25%;
	}
	.col-pc-4-2 {
		max-width: 75%;
	}
	.col-pc-5 {
		max-width: 20%;
	}
	.col-pc-5-2 {
		max-width: 80%;
	}
	.col-pc-6 {
		max-width: 16.666666666666667%;
	}
	.col-pc-7 {
		max-width: 14.285714285714286%;
	}
	.col-pc-2-pull {
		right: 50%;
	}
	.col-pc-2-push {
		left: 50%;
	}
	.col-pc-3-pull {
		right: 33.33333333%;
	}
	.col-pc-3-push {
		left: 33.33333333%;
	}
	.col-pc-3-2-pull {
		right: 66.66666667%;
	}
	.col-pc-3-2-push {
		left: 66.66666667%;
	}
	.col-pc-4-pull {
		right: 25%;
	}
	.col-pc-4-push {
		left: 25%;
	}
	.col-pc-5-pull {
		right: 20%;
	}
	.col-pc-5-push {
		left: 20%;
	}
	.col-pc-4-2-pull {
		right: 75%;
	}
	.col-pc-4-2-push {
		left: 75%;
	}
	.col-pc-5-2-pull {
		right: 80%;
	}
	.col-pc-5-2-push {
		left: 80%;
	}
	.images + .title, .title + .images, .images + .content, .content + .images, .title + .content, .title + .contents, .content + .foot {
		margin-top: 1rem;
	}
	.maincontents > .contents + .contents {
		margin-top: 2rem;
	}
	.text-pc-center {
		text-align: center !important;
	}
	.text-pc-left {
		text-align: left !important;
	}
	.text-pc-left img {
		margin-left: 0 !important;
	}
	.text-pc-right {
		text-align: right !important;
	}
	.text-pc-right img {
		margin-right: 0 !important;
	}
	.is-pc {
		display: block !important;
	}
	.is-sp {
		display: none !important;
	}
}
/* Title */
.title {
	position: relative;
}
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
	font-weight: 700;
	line-height: 1.3;
}
.title h1.fw400, .title h2.fw400, .title h3.fw400, .title h4.fw400, .title h5.fw400, .title h6.fw400 {
	font-weight: 400;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
.title h5 + p.text {
	margin-top: .25rem;
}
.text + .text {
	margin-top: 1rem;
}
.images + .text {
	margin-top: .5rem;
}
h6 {
	font-size: 1.1rem;
}
.title-h3, .title-h4, .title-h5, .title-h6 {
	margin-right: auto;
	margin-left: auto;
}
.title-h3 {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.title-h4 {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
.title-h5 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.title-h6 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
h6.title-deco {
	padding-left: 1.5rem;
}
h6.title-deco:before {
	color: #0e68a7;
	content: "\f058";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media (min-width: 768px) {
	h3 {
		font-size: 3rem;
	}
	h4 {
		font-size: 2rem;
	}
	h5 {
		font-size: 1.75rem;
	}
	h6 {
		font-size: 1.5rem;
	}
	.title-h3 {
		margin-top: 10rem;
		margin-bottom: 5rem;
	}
	.title-h4 {
		margin-top: 6rem;
		margin-bottom: 3rem;
	}
	.title-h5 {
		margin-top: 5rem;
		margin-bottom: 2.5rem;
	}
	.title-h6 {
		margin-top: 3rem;
		margin-bottom: 1rem;
	}
	.title-h3 + .title-h4 {
		margin-top: -2rem;
	}
	.title-h3 + .title-h5 {
		margin-top: -1.5rem;
	}
	.title-h4 + .title-h5 {
		margin-top: -1.5rem;
	}
	.title-h5 + .title-h6 {
		margin-top: -1rem;
	}
}

@media all and (-ms-high-contrast: none) {
    .title-h4 {
    padding: 8px 0px 0px !important;
    }
    
    .text-point p.lead{
    padding: 9px 16px 0px !important;    
    }
    .panel-faq .panel-heading .accordion-title__icon, 
    .panel-faq .panel-body .accordion-content__icon {
    padding: 7px 10px 3px !important;  
}
    
}

@media (min-width: 380px) {
.tblf{
    font-size: 1em;
}
}

@media (max-width: 380px) {
.tblf{
    font-size: 10px !important;
}
.tbltaime{
        width: 10%;
    }
     
    
}

@media (max-width: 787px) {
.tblf td {
    border-top: 1px solid #000 !important;
}
}




/* Text */
.text {
	line-height: 1.8;
}
.text.lead {
	font-size: 1.25rem;
	line-height: 1.5;
}
.text.lead strong {
	font-size: 1.5rem;
}
small, .small {
	font-size: .875rem;
	line-height: 1.5;
}
table td, table th, li.text {
	line-height: 1.5;
}
.text-nowrap {
	white-space: nowrap;
}
.rich_txt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.align-top {
	vertical-align: top;
}
.align-middle {
	vertical-align: middle;
}
.align-bottom {
	vertical-align: bottom;
}
.align-text-bottom {
	vertical-align: text-bottom;
}
.align-text-top {
	vertical-align: text-top;
}
/* Link */
a img, .linkbox-anchor a, .header-nav a, .nav a, .nav a > strong, .btn a, input.btn, button.btn, .accordion .accordion-title {
	cursor: pointer;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, opacity .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, opacity .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, opacity .15s ease-in-out;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
img.btn, .btn a img {
	transition: none 0 ease 0;
}
a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: 0.75;
}
.stretched-link a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}
.btn a, input.btn, button.btn {
	display: inline-block;
	text-align: center;
	padding: .5rem 1rem;
	font-size: 1rem;
	border: 1px solid;
}
.btn-link a, input.btn-link, button.btn-link {
	padding: 0;
	border: 0;
}
.btn a, .btn a:hover, .btn a:focus, .btn a:active, input.btn, input.btn:hover, input.btn:focus, input.btn:active, button.btn, button.btn:hover, button.btn:focus, button.btn:active {
	text-decoration: none;
}
.btn-lg a, input.btn-lg, button.btn-lg {
	font-size: 1.25rem;
	padding: .75rem 1.5rem;
}
.btn-xl a, input.btn-xl, button.btn-xl {
	font-size: 1.5rem;
	padding: .85rem 2rem;
}
.btn-rad a, input.btn-rad, button.btn-rad {
	border-radius: .25rem;
}
.btn-rad50 a, input.btn-rad50, button.btn-rad50 {
	border-radius: 3rem;
}
.btn-ghost a {
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	border-color: #fff;
}
.btn-ghost a:focus, .btn-ghost a:hover, .btn-ghost a:active {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.5);
}
.btn-more a, .btn-shortcut a {
	position: relative;
	padding-right: 2rem;
}
.btn-more a:after, .btn-shortcut a:after {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn-more a:after {
	content: "\f138";
}
.btn-shortcut a:after {
	content: "\f13a";
}
.btn-block a, input.btn-block, button.btn-block {
	width: 100%;
	display: block;
}
.nav a {
	text-decoration: none;
	display: block;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.btn-lg a, input.btn-lg, button.btn-lg {
		font-size: 1.3rem;
		padding: .75rem 1.5rem;
	}
	.btn-xl a, input.btn-xl, button.btn-xl {
		font-size: 1.8rem;
		padding: 1rem 3rem;
	}
}
/* Image */
.img-circle {
	border-radius: 50%;
}
.img-round {
	border-radius: .25rem;
}
@media (min-width: 768px) {
	.img-half-right, .img-half-left {
		position: absolute;
		top: 0;
		overflow: hidden;
	}
	.img-half-right {
		left: 0;
	}
	.img-half-left {
		right: 0;
	}
	.img-half-right img, .img-half-left img {
		width: 100%;
		max-width: none;
	}
}



/* Table */
table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
table td, table th {
	padding: .75rem;
	vertical-align: top;
	border: 0;
}

@media screen and (max-width:787px){
    
.tblf td, 
.tblf th {
    padding: 0.8em 0.3em !important;
}
}


table thead th {
	vertical-align: bottom;
	border-bottom-width: 0;
}
table.table-border {
	border: 1px solid;
}
table.table-border td, table.table-border th {
	border: 1px solid;
}
table.table-border thead th {
	border-bottom-width: 2px;
}
table.table-block td, table.table-block th {
	display: block;
	width: 100%;
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table-responsive::-webkit-scrollbar {
	height: 10px;
}
.table-responsive::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ccc;
	border-radius: 5px;
}
.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
.table-responsive th, .table-responsive td {
	white-space: nowrap;
}
.display-table {
	display: table;
	width: 100%;
}
.display-table > * {
	display: table-cell;
	vertical-align: middle;
}
table.text-center th, table.text-center td {
	vertical-align: middle;
}
@media (min-width: 768px) {
	table.table-block td, table.table-block th {
		display: table-cell;
		width: auto;
	}
	.display-pc-table {
		display: table;
		width: 100%;
	}
	.display-pc-table > * {
		display: table-cell;
		vertical-align: middle;
	}
	.table-responsive th, .table-responsive td {
		white-space: normal;
	}
}
/* Form */
input[type="text"], input[type="email"], input[type="tel"], textarea, select, .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-clip: padding-box;
	border: 1px solid;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea {
	height: auto;
	resize: vertical;
}
.form-control + .form-control {
	margin-top: 5px;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #ccc;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #ccc;
}
input[type="text"]::-ms-expand, input[type="email"]::-ms-expand, input[type="tel"]::-ms-expand, textarea::-ms-expand {
	background-color: transparent;
	border: 0;
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.input-group > .form-control + .form-control {
	margin-left: -1px;
}
.input-group > .form-control:focus {
	z-index: 3;
}
.input-group-prepend, .input-group-append {
	display: -ms-flexbox;
	display: flex;
}
.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}
@media (min-width: 768px) {
	.form-horizontal .col {
		margin-bottom: 0;
	}
	.form-horizontal > form > .row > .col:nth-child(1) {
		width: 25%;
	}
	.form-horizontal > form > .row > .col:nth-child(2) {
		width: 75%;
	}
	.form-horizontal .row .col .row {
		margin: 0 -5px 0;
	}
	.form-horizontal .row .col .row > .col {
		padding-left: 5px;
		padding-right: 5px;
	}
	.form-horizontal .row .col .row10 {
		margin: 0 -10px;
	}
	.form-horizontal .row .col .row10 > .col {
		padding-left: 10px;
		padding-right: 10px;
	}
	.label {
		display: inline-block;
		margin-right: 15px;
	}
	.label label:hover {
		cursor: pointer;
		opacity: 0.75;
	}
}
/* Card */
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	height: 100%;
	border: 1px solid;
	padding-bottom: 1rem;
}
.card > .title, .card > .content, .card > .foot {
	padding-right: 1rem;
	padding-left: 1rem;
}
/* Embed */
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-3by1::before {
	padding-top: 33.333333333333333%;
}
.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}
.embed-responsive-2by1::before {
	padding-top: 50%;
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive-4by3::before {
	padding-top: 75%;
}
.embed-responsive-1by1::before {
	padding-top: 100%;
}
/* Cover */
.cover {
	position: relative;
	background-size: cover;
	background-position: center;
}
.cover--inner {
	padding: 1.5rem;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) {
	.cover-img-overlay {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
/* OverFlow */
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
/* Position */
.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}
/* Space */
.m-0 {
	margin: 0 !important;
}
.mt-0, .my-0 {
	margin-top: 0 !important;
}
.mr-0, .mx-0 {
	margin-right: 0 !important;
}
.mb-0, .my-0 {
	margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
	margin-left: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.mt-1, .my-1 {
	margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
	margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
	margin-left: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2, .my-2 {
	margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
	margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
	margin-left: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.mt-3, .my-3 {
	margin-top: 1rem !important;
}
.mr-3, .mx-3 {
	margin-right: 1rem !important;
}
.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
	margin-left: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}
.m-5 {
	margin: 3rem !important;
}
.mt-5, .my-5 {
	margin-top: 3rem !important;
}
.mr-5, .mx-5 {
	margin-right: 3rem !important;
}
.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
	margin-left: 3rem !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0, .py-0 {
	padding-top: 0 !important;
}
.pr-0, .px-0 {
	padding-right: 0 !important;
}
.pb-0, .py-0 {
	padding-bottom: 0 !important;
}
.pl-0, .px-0 {
	padding-left: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.pt-1, .py-1 {
	padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
	padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
	padding-left: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2, .py-2 {
	padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
	padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
	padding-left: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.pt-3, .py-3 {
	padding-top: 1rem !important;
}
.pr-3, .px-3 {
	padding-right: 1rem !important;
}
.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
	padding-left: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}
.pt-5, .py-5 {
	padding-top: 3rem !important;
}
.pr-5, .px-5 {
	padding-right: 3rem !important;
}
.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
	padding-left: 3rem !important;
}
.m-n1 {
	margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
	margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
	margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
	margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
	margin-left: -0.25rem !important;
}
.m-n2 {
	margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
	margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
	margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
	margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
	margin-left: -0.5rem !important;
}
.m-n3 {
	margin: -1rem !important;
}
.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}
.m-n4 {
	margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}
.m-n5 {
	margin: -3rem !important;
}
.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}
.m-auto {
	margin: auto !important;
}
.mt-auto, .my-auto {
	margin-top: auto !important;
}
.mr-auto, .mx-auto {
	margin-right: auto !important;
}
.mb-auto, .my-auto {
	margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
	margin-left: auto !important;
}
@media (min-width: 768px) {
	.m-pc-0 {
		margin: 0 !important;
	}
	.mt-pc-0, .my-pc-0 {
		margin-top: 0 !important;
	}
	.mr-pc-0, .mx-pc-0 {
		margin-right: 0 !important;
	}
	.mb-pc-0, .my-pc-0 {
		margin-bottom: 0 !important;
	}
	.ml-pc-0, .mx-pc-0 {
		margin-left: 0 !important;
	}
	.m-pc-1 {
		margin: 0.25rem !important;
	}
	.mt-pc-1, .my-pc-1 {
		margin-top: 0.25rem !important;
	}
	.mr-pc-1, .mx-pc-1 {
		margin-right: 0.25rem !important;
	}
	.mb-pc-1, .my-pc-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-pc-1, .mx-pc-1 {
		margin-left: 0.25rem !important;
	}
	.m-pc-2 {
		margin: 0.5rem !important;
	}
	.mt-pc-2, .my-pc-2 {
		margin-top: 0.5rem !important;
	}
	.mr-pc-2, .mx-pc-2 {
		margin-right: 0.5rem !important;
	}
	.mb-pc-2, .my-pc-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-pc-2, .mx-pc-2 {
		margin-left: 0.5rem !important;
	}
	.m-pc-3 {
		margin: 1rem !important;
	}
	.mt-pc-3, .my-pc-3 {
		margin-top: 1rem !important;
	}
	.mr-pc-3, .mx-pc-3 {
		margin-right: 1rem !important;
	}
	.mb-pc-3, .my-pc-3 {
		margin-bottom: 1rem !important;
	}
	.ml-pc-3, .mx-pc-3 {
		margin-left: 1rem !important;
	}
	.m-pc-4 {
		margin: 1.5rem !important;
	}
	.mt-pc-4, .my-pc-4 {
		margin-top: 1.5rem !important;
	}
	.mr-pc-4, .mx-pc-4 {
		margin-right: 1.5rem !important;
	}
	.mb-pc-4, .my-pc-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-pc-4, .mx-pc-4 {
		margin-left: 1.5rem !important;
	}
	.m-pc-5 {
		margin: 3rem !important;
	}
	.mt-pc-5, .my-pc-5 {
		margin-top: 3rem !important;
	}
	.mr-pc-5, .mx-pc-5 {
		margin-right: 3rem !important;
	}
	.mb-pc-5, .my-pc-5 {
		margin-bottom: 3rem !important;
	}
	.ml-pc-5, .mx-pc-5 {
		margin-left: 3rem !important;
	}
	.p-pc-0 {
		padding: 0 !important;
	}
	.pt-pc-0, .py-pc-0 {
		padding-top: 0 !important;
	}
	.pr-pc-0, .px-pc-0 {
		padding-right: 0 !important;
	}
	.pb-pc-0, .py-pc-0 {
		padding-bottom: 0 !important;
	}
	.pl-pc-0, .px-pc-0 {
		padding-left: 0 !important;
	}
	.p-pc-1 {
		padding: 0.25rem !important;
	}
	.pt-pc-1, .py-pc-1 {
		padding-top: 0.25rem !important;
	}
	.pr-pc-1, .px-pc-1 {
		padding-right: 0.25rem !important;
	}
	.pb-pc-1, .py-pc-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-pc-1, .px-pc-1 {
		padding-left: 0.25rem !important;
	}
	.p-pc-2 {
		padding: 0.5rem !important;
	}
	.pt-pc-2, .py-pc-2 {
		padding-top: 0.5rem !important;
	}
	.pr-pc-2, .px-pc-2 {
		padding-right: 0.5rem !important;
	}
	.pb-pc-2, .py-pc-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-pc-2, .px-pc-2 {
		padding-left: 0.5rem !important;
	}
	.p-pc-3 {
		padding: 1rem !important;
	}
	.pt-pc-3, .py-pc-3 {
		padding-top: 1rem !important;
	}
	.pr-pc-3, .px-pc-3 {
		padding-right: 1rem !important;
	}
	.pb-pc-3, .py-pc-3 {
		padding-bottom: 1rem !important;
	}
	.pl-pc-3, .px-pc-3 {
		padding-left: 1rem !important;
	}
	.p-pc-4 {
		padding: 1.5rem !important;
	}
	.pt-pc-4, .py-pc-4 {
		padding-top: 1.5rem !important;
	}
	.pr-pc-4, .px-pc-4 {
		padding-right: 1.5rem !important;
	}
	.pb-pc-4, .py-pc-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-pc-4, .px-pc-4 {
		padding-left: 1.5rem !important;
	}
	.p-pc-5 {
		padding: 3rem !important;
	}
	.pt-pc-5, .py-pc-5 {
		padding-top: 3rem !important;
	}
	.pr-pc-5, .px-pc-5 {
		padding-right: 3rem !important;
	}
	.pb-pc-5, .py-pc-5 {
		padding-bottom: 3rem !important;
	}
	.pl-pc-5, .px-pc-5 {
		padding-left: 3rem !important;
	}
	.m-pc-n1 {
		margin: -0.25rem !important;
	}
	.mt-pc-n1, .my-pc-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-pc-n1, .mx-pc-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-pc-n1, .my-pc-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-pc-n1, .mx-pc-n1 {
		margin-left: -0.25rem !important;
	}
	.m-pc-n2 {
		margin: -0.5rem !important;
	}
	.mt-pc-n2, .my-pc-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-pc-n2, .mx-pc-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-pc-n2, .my-pc-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-pc-n2, .mx-pc-n2 {
		margin-left: -0.5rem !important;
	}
	.m-pc-n3 {
		margin: -1rem !important;
	}
	.mt-pc-n3, .my-pc-n3 {
		margin-top: -1rem !important;
	}
	.mr-pc-n3, .mx-pc-n3 {
		margin-right: -1rem !important;
	}
	.mb-pc-n3, .my-pc-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-pc-n3, .mx-pc-n3 {
		margin-left: -1rem !important;
	}
	.m-pc-n4 {
		margin: -1.5rem !important;
	}
	.mt-pc-n4, .my-pc-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-pc-n4, .mx-pc-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-pc-n4, .my-pc-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-pc-n4, .mx-pc-n4 {
		margin-left: -1.5rem !important;
	}
	.m-pc-n5 {
		margin: -3rem !important;
	}
	.mt-pc-n5, .my-pc-n5 {
		margin-top: -3rem !important;
	}
	.mr-pc-n5, .mx-pc-n5 {
		margin-right: -3rem !important;
	}
	.mb-pc-n5, .my-pc-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-pc-n5, .mx-pc-n5 {
		margin-left: -3rem !important;
	}
	.m-pc-auto {
		margin: auto !important;
	}
	.mt-pc-auto, .my-pc-auto {
		margin-top: auto !important;
	}
	.mr-pc-auto, .mx-pc-auto {
		margin-right: auto !important;
	}
	.mb-pc-auto, .my-pc-auto {
		margin-bottom: auto !important;
	}
	.ml-pc-auto, .mx-pc-auto {
		margin-left: auto !important;
	}
}
/* Header */
.header-wrap {
	position: relative;
	width: 100%;
	min-height: 45px;
}
.navbar-fixed {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.header-site {
	position: relative;
    z-index: 3000;
}
.header-wrap h1 {
	font-size: .75rem;
	opacity: 0.75;
}
.header-site-logo {
	display: inline-block;
}
.header-wrap .header-nav-toggle {
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
	height: 35px;
	width: 35px;
	cursor: pointer;
	padding: 4px 8px 8px;
	/*border: 1px solid #666;*/
}
.header-nav-toggle.open span:first-child {
	transform: rotate(45deg) translate(4.4px, 4.4px);
}
.header-nav-toggle.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.header-nav-toggle.open span:last-child {
	transform: rotate(-45deg) translate(4.4px, -4.4px);
}
.header-nav-toggle span {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 4px;
	transition: all .25s;
}
.header-nav {
	display: none;
	margin: 0 -15px;
	/*border: 1px solid;
	border-width: 1px 0;*/
}
.header-nav-content > li {
	position: relative;
	border-top: 1px solid;
}
.header-nav-content > li:first-child {
	border-top: 0;
}
.header-nav-content > li > .nav-item__link {
	padding: .25rem 1rem;
	line-height: 1.8;
}
.header-nav-content > li > .nav-item__link > a {
	display: block;
	text-decoration: none;
	padding: .25rem 1rem;
	margin: -.25rem -1rem;
}
.header-nav-content .dropdown > .nav-dropdown > ul > li {
	line-height: 1.5;
}
.header-nav-content .dropdown > .nav-dropdown > ul > li > a {
	display: block;
	text-decoration: none;
	padding: .25rem 1rem .25rem 2rem;
}
@media (min-width: 768px) {
	.header-nav-toggle {
		display: none !important;
	}
	.header-nav.header-nav-right {
		width: auto;
		float: right;
	}
	.header-nav {
		display: block;
		letter-spacing: -.5em;
		border-width: 0;
		margin: 0;
	}
	.header-nav-content > li {
		letter-spacing: normal;
		display: inline-block;
		border-top: 0;
	}
	.header-nav-content > li > .nav-item__link {
		padding: .5rem 1rem;
	}
	.header-nav-content > li > .nav-item__link > a {
		position: relative;
		z-index: 3002;
		padding: .5rem 1rem;
		margin: -.5rem -1rem;
	}
	.header-nav-content .dropdown > .nav-dropdown {
		/*border: 1px solid;*/
        
	}
	.header-nav-content .dropdown > .nav-dropdown > ul > li {
		min-width: 200px;
		line-height: 1.5;
	}
	.header-nav-content .dropdown > .nav-dropdown > ul > li > a {
		padding: .5rem 1rem;
	}
	.header-nav-content .dropdown > .nav-dropdown {
		visibility: hidden;
		position: absolute;
		top: 100%;
		z-index: 4000 !important;
	}
	.header-nav-content .dropdown:hover > .nav-dropdown {
		visibility: visible;
	}
}
/* Sidebar */
.sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar ul li a {
	display: block;
	text-decoration: none;
}
/* Footer */
/* PageTop */
.pagetop {
	display: inline-block;
	cursor: pointer;
}
.pagetop-fixed {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 100;
}
/* Page Header */
.page-header {
	overflow: hidden;
	text-align: center;
	position: relative;
}
.page-header-img {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 0;
}
.page-header-title {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.page-header-img img {
	width: 1920px;
	max-width: 1920px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* Topics */
@media (min-width: 768px) {
	ul.list-topics li {
		width: 100%;
		letter-spacing: -.5em;
	}
	ul.list-topics li p {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}
}
/* Slider*/
/* Contents */
.maincontents > *:first-child, .col > .title:first-child {
	margin-top: 0;
}
.text-comment {
	padding: 15px 30px;
	background-color: #ECF0F1;
}
.text-exclamation {
	position: relative;
}
.text-exclamation:before {
	position: absolute;
	content: '!';
	top: -10px;
	left: -10px;
	background-color: #efbb60;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	transform: rotate(-15deg);
	font-weight: 700;
}
.text-quotation {
	padding: 15px 30px;
	background-color: #6C7A89;
	color: #fff;
}
.text-quotation-arrow {
	position: relative;
	margin-bottom: 60px;
}
.text-quotation-arrow:before, .text-quotation-arrow:after {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
}
.text-quotation-arrow:before {
	background-color: #6C7A89;
	width: 50px;
	height: 10px;
	bottom: -10px;
}
.text-quotation-arrow:after {
	height: 0;
	width: 0;
	bottom: -30px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid #6C7A89;
}
.reading-box-border {
	padding: 1rem 1.5rem;
	border: 2px solid #ECF0F1;
}
.reading-box-border-top {
	padding: 1rem 1.5rem;
	border: 1px solid #e8e8e8;
	border-top: 3px solid #2c82c9;
}
.reading-box-border-left {
	padding: 1rem 1.5rem;
	border: 1px solid #e8e8e8;
	border-left: 3px solid #2c82c9;
}
.reading-box-bgcolor {
	padding: 1rem 1.5rem;
	background-color: #2c82c9;
	color: #fff;
}
.text-point {
	position: relative;
	margin-top: 1.5rem;
	padding: 1rem 1.5rem;
	border: solid 1px #6C7A89;
}
.text-point p.lead {
	position: absolute;
	display: inline-block;
	top: -.85rem;
	left: 1rem;
	padding: .25rem .5rem;
	line-height: 1;
	background-color: #6C7A89;
	color: #fff;
}
.text-point p.lead.text-center {
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.text-pickup {
	font-size: 1.2rem;
	color: #2c82c9;
}
.text-pickup strong {
	font-size: 1.25rem;
}
.layout-flowchart-side-number {
	counter-reset: number 0;
}
.layout-flowchart-side-number .col:first-child:before, .layout-flowchart-side-number .col:before {
	counter-increment: number 1;
	content: 'Step 'counter(number, decimal-leading-zero);
	color: #fff;
	font-size: 15px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-color: #202c4c;
	top: -5px;
	left: 10px;
	text-align: center;
	z-index: 5;
}
.layout-flowchart-vertical .box {
	margin-top: 5rem;
}
.layout-flowchart-vertical .box:before, .layout-flowchart-side .col:before {
	position: absolute;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
}
.layout-flowchart-vertical .box:before {
	font-size: 4rem;
	top: -2.5rem;
	left: 50%;
	content: "\f107";
	transform: translate(-50%, -50%);
}
.layout-flowchart-side .col:before {
	font-size: 3rem;
}
.layout-flowchart-vertical > .box:first-child {
	margin-top: 0;
}
.layout-flowchart-vertical .box:first-child:before, .layout-flowchart-side .col:first-child:before {
	content: "";
}
.layout-flowchart-vertical .title {
	display: flex;
}
.layout-flowchart-vertical .title > .flowchart__step {
	margin-right: 0.5rem;
	padding: .5rem;
	color: #fff;
	-ms-flex-item-align: baseline;
	align-self: baseline;
	white-space: nowrap;
	font-size: .875rem;
	background-color: #2c82c9;
}
.layout-flowchart-vertical .title > .flowchart__step strong {
	font-size: 1rem;
}
@media (min-width: 768px) {
	.layout-flowchart-side .col:before {
		top: 86px;
		left: -6px;
		content: "\f105";
	}
}
@media (max-width: 767px) {
	.layout-flowchart-side .col {
		margin-top: 30px;
	}
	.layout-flowchart-side .col:before {
		top: -40px;
		left: 50%;
		margin-left: -0.3em;
		content: "\f107";
	}
}
.beforeafter .layout-beforeafter-before:after, .beforeafter .layout-beforeafter-after:after {
	position: absolute;
	top: 0;
	color: #fff;
	padding: 5px 15px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.beforeafter .layout-beforeafter-before:after {
	content: 'Before';
	left: 15px;
}
.beforeafter .layout-beforeafter-after:after {
	content: 'After';
}
.beforeafter .layout-beforeafter-after:before {
	position: absolute;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 3rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
	.beforeafter .layout-beforeafter-after:before {
		top: 145px;
		left: -6px;
		content: "\f105";
	}
	.beforeafter .layout-beforeafter-after:after {
		right: 15px;
	}
}
@media (max-width: 767px) {
	.beforeafter .layout-beforeafter-after {
		margin-top: 30px;
	}
	.beforeafter .layout-beforeafter-after:before {
		top: -40px;
		left: 50%;
		margin-left: -0.3em;
		content: "\f107";
	}
	.beforeafter .layout-beforeafter-after:after {
		left: 15px;
	}
}
ul.list-design li, ol.list-design li {
	margin-top: 5px;
	position: relative;
}
ul.list-design li:first-child, ol.list-design li:first-child {
	margin-top: 0;
}
ul.list-design li {
	padding-left: 1.1em;
}
ul.list-design li:before {
	position: absolute;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 4px;
	left: 0;
	content: "\f061";
}
ol.list-design {
	counter-reset: number;
}
ol.list-design li {
	padding: 3px 0 0 25px;
}
ol.list-design li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	border-radius: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
}
.list-inline > li:not(:last-child) {
	margin-right: .5rem;
}
.panel {
	border: 1px solid;
}
.panel-heading {
	padding: 1rem 1.5rem;
	border-bottom: 1px solid;
	position: relative;
}
.panel-body {
	padding: 1rem 1.5rem;
	position: relative;
}
.title-deco > a, .title-deco > small, .title-deco > .small, .title-deco > small > a, .title-deco > .small > a {
	color: inherit;
}
.panel.bg-primary {
	border: 1px solid;
}
.panel.bg-primary > .panel-heading {
	color: #fff;
	border-bottom: 0;
	background-color: transparent;
}
.panel > .panel-heading h5 {
	font-size: 1.1rem;
}
.panel.bg-primary .panel-body {
	background-color: #fff;
}
.panel-faq {
	border: 2px solid;
}
.panel-faq > .panel-heading {
	background-color: transparent;
	padding: 15px;
	border-bottom: 0;
}
.panel-faq .panel-body {
	border-top: 1px solid;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 0;
}
.panel-faq .panel-heading, .panel-faq .panel-body {
	display: flex;
}
.panel-faq .panel-heading .accordion-title__icon, .panel-faq .panel-body .accordion-content__icon {
	padding: .5rem;
	color: #fff;
	-ms-flex-item-align: baseline;
	align-self: baseline;
	margin-right: 0.5rem;
	white-space: nowrap;
	font-size: 1rem;
}
.panel-faq .panel-heading .accordion-title__icon {
	background-color: #6C7A89;
}
.panel-faq .panel-body .accordion-content__icon {
	background-color: #2c82c9;
}
.panel-faq .panel-heading .accordion-title__icon + h5 {
	padding-top: .5rem;
}
.panel-faq .panel-body .accordion-content__icon + .text {
	padding-top: .375rem;
}
.accordion .col {
	margin-bottom: 0;
}
.accordion .accordion-content {
	display: none;
}
.panel-column.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.panel-column.row .col .panel {
	display: flex;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
}
.panel-body-table .panel-body {
	padding: 0;
}
.panel-body-table .panel-body .col {
	margin-bottom: 0;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}
.tab-nav li {
	display: inline-block;
	padding: .5rem 1rem;
	border: 1px solid;
	cursor: pointer;
	transition: .3s;
}
.tab-nav li.current {
	cursor: default;
}
.tab-content {
	position: relative;
}
.tab-content .box {
	margin-top: -2px;
	z-index: 1;
	width: 100%;
	border: 1px solid #dee2e6;
	background-color: #fff;
	padding: 1rem 1.5rem;
}
.tab-content .box.current {
	z-index: 2;
}
.fb-container {
	width: 100%;
	max-width: 300px;
}
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
		max-width: 500px;
		text-align: center;
		margin: 0 auto;
	}
}
/* Color */
body {
	color: #212529;
	background-color: #fff;
}
hr {
	border-top-color: #b7b7b7;
}
.header-nav-toggle {
	background-color: transparent;
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}
.header-nav-toggle span {
	background-color: rgba(0, 0, 0, .5);
}
.header-nav-content > li {
	border-top-color: rgba(0, 0, 0, .15);
}
.header-nav-content > li > .nav-dropdown {
	border-color: rgba(0, 0, 0, .15);
	background-color: #fff;
	color: #212529;
}
.header-nav-content > li > .nav-dropdown > ul > li > a {
	background-color: #fff;
	color: #212529;
}
.header-nav-content > li > .nav-dropdown > ul > li > a:hover {
	color: #16181b;
	background-color: #f8f9fa;
}
.btn-default a, input.btn-default, button.btn-default {
	color: #fff;
	background-color: #95a5a6;
	border-color: #95a5a6;
}
.btn-default a:hover, .btn-default a:focus, .btn-default a:active, input.btn-default:hover, input.btn-default:focus, input.btn-default:active, button.btn-default:hover, button.btn-default:focus, button.btn-default:active {
	color: #fff;
	background-color: #869292;
	border-color: #869292;
}
.btn-default-border a, input.btn-default-border, button.btn-default-border {
	color: inherit;
	border-color: #95a5a6;
}
.btn-default-border a:hover, .btn-default-border a:focus, .btn-default-border a:active, input.btn-default-border:hover, input.btn-default-border:focus, input.btn-default-border:active, button.btn-default-border:hover, button.btn-default-border:focus, button.btn-default-border:active {
	color: #fff;
	background-color: #95a5a6;
	border-color: #95a5a6;
}
table.table-border, table.table-border td, table.table-border th, .card {
	border-color: #dee2e6;
}
table th {
	background-color: #f2f1ef;
}
.table-border thead th {
	border-bottom-color: #dee2e6;
}
.text-white {
	color: #fff;
}
.text-danger {
	color: #dc3545;
}
.text-muted {
	color: #6c757d;
}
.text-secondary {
	color: #6c757d;
}
ul.list-design li:before {
	color: #2c82c9;
}
ol.list-design li:before {
	background-color: #2c82c9;
	color: #fff;
}
.beforeafter .layout-beforeafter-after:before, .layout-flowchart-vertical .box:before, .layout-flowchart-side .col:before {
	color: #2c82c9;
}
.panel {
	background-color: #fff;
	border-color: #dee2e6;
}
.panel-heading {
	border-color: #dee2e6;
	background-color: #f7f7f7;
}
.panel.panel-faq {
	border-color: #dee2e6;
}
.panel-faq .panel-body {
	border-top-color: #dee2e6;
}
.panel-faq > .panel-heading:before, .panel-faq .panel-body:before {
	color: #fff;
}
.panel-faq > .panel-heading:before {
	background-color: #2c82c9;
}
.panel-faq .panel-body:before {
	background-color: #ff9478;
}
.beforeafter .layout-beforeafter-before:after {
	background-color: #6C7A89;
}
.beforeafter .layout-beforeafter-after:after, .bg-primary {
	background-color: #2c82c9;
}
.panel.bg-primary {
	border-color: #2c82c9;
}
.bg-light {
	background-color: #f8f9fa;
}
.bg-dark {
	background-color: #343a40;
}
.bg-white {
	background-color: #fff;
}
.bg-black {
	background-color: #000;
}
.bg-gray {
	background-color: #dbdbdb;
}
.bg-transparent {
	background-color: transparent;
}
.accordion .accordion-title:hover {
	color: #2c82c9;
}
.tab-nav li {
	border-color: #dee2e6;
}
.tab-nav li.current {
	color: #fff;
	background-color: #2c82c9;
	border-color: #2c82c9;
}
.tab-content {
	border-color: #dee2e6;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select, .form-control {
	color: #495057;
	background-color: #fff;
	border-color: #ced4da;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus, .form-control:focus {
	border-color: #2c82c9;
}
.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}


@media all and (-ms-high-contrast: none) {
    ol.list-design li::before{
        padding: 3px 2px 0px !important;
    }
      }


.scrolltb{
    
}

.triviatb {
    width: 100%;
}
.triviatb tr {
    width: 100%;
}
.triviatb th {
    width: 33%;
    background-color: #f7f7f7;
    box-sizing: border-box;
}
.triviatb td {
    width: 33%;
    background: #fff;
    box-sizing: border-box;
}


@media screen and (max-width:787px){
    
   .scrolltb{
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}

.triviatb {
    width: 550px;
}
.triviatb tr {
    width: 550px;
}
.triviatb th {
    width: 33%;
    background-color: #f7f7f7;
    box-sizing: border-box;
}
.triviatb td {
    width: 33%;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}
 
    
    
}