@charset "UTF-8";
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  	width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Yu Gothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Arial, Meiryo, "メイリオ", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
  	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  	margin-bottom: 0;
}

dt {
  	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
  	margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

ul {
	list-style: none;
}

a {
  color: #71B72C;
  text-decoration: none;
  background-color: transparent;
	-webkit-text-decoration-skip: 
	objects;-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:hover {
  color: #4b791d;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:not([href]):not([tabindex]) {
  //color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  //color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

strong {
	font-size: 1.5rem
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  padding-top: 4rem;
	padding-bottom: 2rem;
	font-weight: bold;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

@media (max-width: 575.98px) {
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size : 1.2rem;
	}
	h4 {
		font-size : 1.1rem;
	}

	h5 {
		font-size : 1rem;
	}
	p {
		font-size: 0.85rem;
		margin: 0 1rem 0.5rem;
		
  }
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 2px solid #dee2e6;
  border-radius: 1.5rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 1rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/*
 navigation
*/
.navbar {
	position: fixed;
	width: 100%;
	background-color: #ffffff;
	opacity: 0.95;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.43rem 5rem;
	top: 0;
	z-index: 100;
}

.navbar a {
	font-weight: bold;
}

.top-information {
  color: #000;
  position: fixed;
	width : 100%;
	margin-top: -30px;
	background-color: #cabc8f;
	opacity: 0.95;
	padding: 3px;
  padding-left: 5%;
  z-index: 90;
}

.top-information a{
  color: #000;
  margin-left : 2rem;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	}

.nav-item a {
	transition: none;
}

.navbar-nav .nav-link {
	color: #0a1500;
	display: block;
  padding: 0.5rem 1rem;
	padding-right: 0;
	padding-left: 0;
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none;
}

.navbar-nav .nav-link span{
	color: #1e1e1e;
	font-weight: bold;
}

.nav-link.active {
	padding-bottom: .5rem;
	border-bottom: solid 3px #71B72C;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-btn {
	padding-top: 0.2rem;
}

.nav-btn a{
	margin-left: 1rem;
}

.navToggle {
	display: none;
}

@media (max-width: 1424px) {
	.navbar {
		padding: 0.4rem 2rem;
	}
	
	.navbar li{
		font-size: 0.86rem;
	}
}

@media (min-width: 1210px) {
.navbar-expand-lg {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
	margin-right: 1.0rem;
	margin-left: 1.0rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
	display: none;
  }
}

@media (max-width: 1210px) {
	nav.sp ul {
		top: 0;
		left: 0;
		text-align: center;
		transition: all 0.6s;
		width: 100%;
		transform: translateY(0%);
	}
	
	nav.sp ul li {
		border-bottom: 2px solid #fafafa;
		width: 100%;
	}

	nav.sp ul.hidden {
		display: none;
	}

	.navToggle {
		display: block;
		position: fixed;
		right: 20px;
		top: 20px;
		width: 45px;
		height: 43px;
		cursor: pointer;
		text-align: center;
		border-radius: .5rem;
		z-index: 101;
	}
	 
	.navToggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 3px #71B72C;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}
	 
	.navToggle span:nth-child(1) {
		top: 9px;
	}
	 
	.navToggle span:nth-child(2) {
		top: 18px;
	}
	 
	.navToggle span:nth-child(3) {
		top: 27px;
	}
	 
	.navToggle span:nth-child(4) {
		border: none;
		color: #eee;
		font-size: 9px;
		font-weight: bold;
		top: 34px;
  }
  
	.navToggle.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-btn {
		padding: 1rem 2rem;
	}
}

@media (max-width: 576px) {
	.navbar {
		padding: 0rem 2rem;
	}

	.nav-btn {
		padding: 1rem 0;
	}
	.nav-btn a {
		margin: .2rem 0;
  }
  
  .top-information {
		margin-top: -20px;
    text-align: center;
    font-size: 0.7rem;
		padding-left: 0;
		padding: 3px;
  }
  .top-information a{
    margin-left : 0.4rem;
  }
  .navbar-brand img {
    width: 70%;
	}
	
	.navToggle {
    top: 13px;
	}
}

/* 
 button
*/
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 0.375rem 2rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 1.5rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 183, 44, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(113, 183, 44, 0.25);
}

.nav-btn .btn-nav-newaccount {
  color: #fff;
  background-color: #71B72C;
  border-color: #71B72C;
}

.nav-btn .btn-nav-newaccount:hover {
  color: #fff;
  background-color: #5e9825;
  border-color: #588e22;
}

.nav-btn .btn-nav-newaccount:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 183, 44, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(113, 183, 44, 0.5);
}

.btn-lg {
  padding: 0.75rem 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2rem;
}

.btn-sm {
  padding: 0.25rem 1.7rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.btn-login {
  color: #71B72C;
  background-color: transparent;
  background-image: none;
  border-color: #71B72C;
}

.btn-login:hover {
  color: #fff;
  background-color: #71B72C;
  border-color: #71B72C;
}

.btn-login:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 183, 44, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(113, 183, 44, 0.5);
}
  
.btn-newaccount {
	color: #fff;
	background-color: #E35927;
	border-color: #E35927;
	box-shadow: 0 2px 4px #5F5F5F;
  	transition: .3s;
}

.btn-newaccount:hover {
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	color: #fff;
	background-color: #ca491a;
	border-color: #be4519;
}

.btn-newaccount:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(227, 89, 39, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(227, 89, 39, 0.5);
}

.btn-price {
	color: #fff;
	background-color: #3BA8DA;
	border-color: #3BA8DA;
	box-shadow: 0 2px 4px #5F5F5F;
  	transition: .3s;
}

@media (max-width: 576px) {
  .btn-price {
		color: #fff;
		background-color: #3BA8DA;
		border-color: #3BA8DA;
		box-shadow: 0 2px 4px #5F5F5F;
			transition: .3s;
		padding: 0.75rem 1rem;
	}
}

.btn-price:hover {
	color: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	background-color: #000080;
	border-color: #000080;
}

.btn-price:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(227, 89, 39, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(227, 89, 39, 0.5);
}

.btn-function {
	color: #000;
	background-color: #F5C71D;
	box-shadow: 0 2px 4px #5F5F5F;
  	transition: .3s;
}

.btn-function:hover {
	color: #000;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	background-color: #d7a000;
	border-color: #d7a000;
}

.btn-function:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(227, 89, 39, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(227, 89, 39, 0.5);
}

.btn-sm-demo {
  padding: 0.25rem 1.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.btn-demo {
  color: #fff;
  font-weight: bold;
  background-color: #71B72C;
  box-shadow: 0 2px 4px #5F5F5F;
  	transition: .3s;
    cursor: pointer;
}

.btn-demo:hover {
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	color: #fff;
	background-color: #5e9825;
}

.btn-demo:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.2);
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.2);
}

/* 
 card 
*/
.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 2px solid rgba(0, 0, 0, 0.125);
	border-radius: 1rem;
	box-shadow: 2px 3px 4px rgba(0,0,0,0.3);
	transition: .3s;
  }
  
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  border-radius: 0 0 1rem 1rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(1.5rem - 2px) calc(1.5rem - 2px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 2px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(1.5rem - 2px) calc(1.5rem - 2px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(1.5rem - 2px);
}

.card-img-top {
  width: 100%;
  border-radius: .2rem;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(1.5rem - 2px);
  border-bottom-left-radius: calc(1.5rem - 2px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

/* 
 grid-system
*/
@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;
  }
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
  }
  
  .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
  }
  
  .col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  
  .col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
  }
  
  .col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
  }
  
  .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  
  .col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
  }
  
  .col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
  }
  
  .col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  
  .col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
  }
  
  .col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
  }
  
  .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }

  @media (min-width: 576px) {
	.col-sm {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-sm-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.33333%;
	  flex: 0 0 8.33333%;
	  max-width: 8.33333%;
	}
	.col-sm-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66667%;
	  flex: 0 0 16.66667%;
	  max-width: 16.66667%;
	}
	.col-sm-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-sm-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.33333%;
	  flex: 0 0 33.33333%;
	  max-width: 33.33333%;
	}
	.col-sm-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.66667%;
	  flex: 0 0 41.66667%;
	  max-width: 41.66667%;
	}
	.col-sm-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-sm-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.33333%;
	  flex: 0 0 58.33333%;
	  max-width: 58.33333%;
	}
	.col-sm-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.66667%;
	  flex: 0 0 66.66667%;
	  max-width: 66.66667%;
	}
	.col-sm-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-sm-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.33333%;
	  flex: 0 0 83.33333%;
	  max-width: 83.33333%;
	}
	.col-sm-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.66667%;
	  flex: 0 0 91.66667%;
	  max-width: 91.66667%;
	}
	.col-sm-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-md-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-md-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.33333%;
	  flex: 0 0 8.33333%;
	  max-width: 8.33333%;
	}
	.col-md-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66667%;
	  flex: 0 0 16.66667%;
	  max-width: 16.66667%;
	}
	.col-md-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-md-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.33333%;
	  flex: 0 0 33.33333%;
	  max-width: 33.33333%;
	}
	.col-md-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.66667%;
	  flex: 0 0 41.66667%;
	  max-width: 41.66667%;
	}
	.col-md-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-md-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.33333%;
	  flex: 0 0 58.33333%;
	  max-width: 58.33333%;
	}
	.col-md-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.66667%;
	  flex: 0 0 66.66667%;
	  max-width: 66.66667%;
	}
	.col-md-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-md-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.33333%;
	  flex: 0 0 83.33333%;
	  max-width: 83.33333%;
	}
	.col-md-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.66667%;
	  flex: 0 0 91.66667%;
	  max-width: 91.66667%;
	}
	.col-md-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-lg-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-lg-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.33333%;
	  flex: 0 0 8.33333%;
	  max-width: 8.33333%;
	}
	.col-lg-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66667%;
	  flex: 0 0 16.66667%;
	  max-width: 16.66667%;
	}
	.col-lg-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-lg-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.33333%;
	  flex: 0 0 33.33333%;
	  max-width: 33.33333%;
	}
	.col-lg-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.66667%;
	  flex: 0 0 41.66667%;
	  max-width: 41.66667%;
	}
	.col-lg-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-lg-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.33333%;
	  flex: 0 0 58.33333%;
	  max-width: 58.33333%;
	}
	.col-lg-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.66667%;
	  flex: 0 0 66.66667%;
	  max-width: 66.66667%;
	}
	.col-lg-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-lg-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.33333%;
	  flex: 0 0 83.33333%;
	  max-width: 83.33333%;
	}
	.col-lg-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.66667%;
	  flex: 0 0 91.66667%;
	  max-width: 91.66667%;
	}
	.col-lg-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-xl-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-xl-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.33333%;
	  flex: 0 0 8.33333%;
	  max-width: 8.33333%;
	}
	.col-xl-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66667%;
	  flex: 0 0 16.66667%;
	  max-width: 16.66667%;
	}
	.col-xl-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-xl-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.33333%;
	  flex: 0 0 33.33333%;
	  max-width: 33.33333%;
	}
	.col-xl-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.66667%;
	  flex: 0 0 41.66667%;
	  max-width: 41.66667%;
	}
	.col-xl-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-xl-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.33333%;
	  flex: 0 0 58.33333%;
	  max-width: 58.33333%;
	}
	.col-xl-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.66667%;
	  flex: 0 0 66.66667%;
	  max-width: 66.66667%;
	}
	.col-xl-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-xl-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.33333%;
	  flex: 0 0 83.33333%;
	  max-width: 83.33333%;
	}
	.col-xl-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.66667%;
	  flex: 0 0 91.66667%;
	  max-width: 91.66667%;
	}
	.col-xl-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
}

/*
 modal
*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  max-width: auto;
  margin: 0.5rem;
  pointer-events: none;
  border-radius: 2rem;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	padding: 1rem;
}

.modal-header img {
	margin: auto;
	height: 250px;
	width: auto;
}

@media (max-width: 576px) {
	.modal-header img {
		height: 100px;
		width: auto;
	}
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-close {
	cursor: pointer;
	position: absolute;
	font-size: 3rem;
	top: -0.7rem;
	right: 1rem;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
	padding: 1rem;
	border-radius: 0 0 2rem 2rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 2px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1400px;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

/*
 other
 */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.text-red {
	color: #E61D36;
}

.text-orange {
	color: #F39519;
}

.relative {
	position: relative;
}

.bg-blue {
	background-color: #F5FBFE;
}

/*
 footer
*/
.bg-footer {
	background-color: #4D4D4D;
}

.footer__box {
	color: #FFF;
	padding-top: 3rem;
}

.footer__box i {
	color: fff;
	font-size: 50px;
}

.footer__box h2 {
	text-align: left;
	padding: 0;
}

.footer__box h3 {
	margin-bottom: .9rem;
	font-weight: bold;
	font-size: 1.25rem;
}

.footer__box ul {
	padding: 0;
	margin-bottom: 2rem;
	font-size: 0.8rem;
}

.footer__box ul li {
	margin: 0.15rem 0;
}

.footer__box a {
	color: #FFF;
}

.fadein {
	opacity : 0;
	transform : translate(0, 20px);
	transition : all 300ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

ul.icon {
	margin-top: .7rem;
	display: flex;
}

ul.icon li {
	margin-right: 1rem;
}

.icon-fb, .icon-tw {
	width: 46px;
	height: 46px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.icon-fb {
  background-color: #3B5998;
}

.icon-fb:hover {
  color: #3B5998 !important;
  background-color: #FFFFFF;
}

.icon-fb i {
	margin-top: .6rem;
	font-size: 1.7rem;
}

.icon-tw {
	background-color: #1DA1F2;
}

.icon-tw i {
	margin-top: .5rem;
	font-size: 2.1rem;
}

.icon-tw:hover {
	color: #1DA1F2 !important;
	background-color: #FFFFFF;
}

.copyright {
	padding: 20px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
}

#page_top{
	z-index: 101;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 15px;
  bottom: 40px;
  opacity: 0.8;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f139';
  font-size: 60px;
  color: #71B72C;
}
.facebook-mod {
	margin-top: 2rem;
  width: 100%;
}

@media (max-width: 767px) {
  .order-reverse .before{
		order: 1;
	}
	.order-reverse .after{
		order: 2;
	}
}

.modal-window img{
	margin: 0;
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
@media (max-width: 991px) {
	.modal-window img{
		margin: 0;
		width: 70%;
		height: auto;
		vertical-align: bottom;
	}
}
.mb30 {
	margin-bottom: 30px !important;
}

.expansion .img-wrap {
  overflow: hidden;
}

.expansion .img-wrap img {
  transition: all 0.25s;
}

.expansion:hover img {
  transform: scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
}