@charset "UTF-8";
/* Tobi.CSS 1.0 September 2018 by Dinh Trieu */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

progress {
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

figure {
  margin: 1em 40px; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

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 {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox],
[type=radio] {
  padding: 0; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* End extract */
html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #505050; }

html {
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: #333; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.w3-serif {
  font-family: serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 400;
  margin: 20px 0 10px; }

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0; }

p {
  margin: 0 0 10px; }

button:focus,
input:focus {
  outline: none; }

.footer_ld_3_0_0 .mb, .footer_ld_3_0_0__title, .footer_ld_3_0_0__local .local p, .footer_ld_3_0_0__contact .contact p, .footer_ld_3_0_0__copyright, .regist_ft_1_0_0 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }
  .table th {
    text-align: left; }
  .table th,
  .table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table-bordered {
    border: 1px solid #dee2e6; }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #dee2e6; }
  .table-striped tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05); }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

.panel {
  padding: 0.01em 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #eee; }

.thumbPic {
  margin: 0; }
  .thumbPic:hover img {
    transition: 0.3s;
    opacity: 0.8; }
  .thumbPic img {
    line-height: 1;
    max-width: 100%; }
  .thumbPic__title {
    padding-top: 10px; }

.breadcrumb {
  width: 100%;
  height: auto;
  background: #47588e;
  padding: 10px 0 10px 20px; }
  .breadcrumb a {
    color: #fff; }
  .breadcrumb span {
    color: #fff; }
    .breadcrumb span:active {
      color: #ffa6a6; }

.navIcon {
  top: 24px;
  right: 20px;
  display: none;
  position: fixed;
  cursor: pointer; }
  @media (max-width: 812px) {
    .navIcon {
      display: block; } }
  .navIcon__line {
    width: 30px;
    height: 2px;
    margin: 6px 0;
    transition: 0.4s; }
    .navIcon__line-black {
      background-color: #333; }
    .navIcon__line-white {
      background-color: #fff; }
  .navIcon.change .navIcon__line-1 {
    transform: rotate(-45deg) translate(-5px, 6px); }
  .navIcon.change .navIcon__line-2 {
    opacity: 0; }
  .navIcon.change .navIcon__line-3 {
    transform: rotate(45deg) translate(-5px, -7px); }

.container-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.block {
  display: block;
  width: 100%; }

.list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .list li {
    padding: 8px 16px;
    border-bottom: 1px solid #eee; }
    .list li:last-child {
      border-bottom: none; }
  .list-lineNone li {
    border-bottom: none; }
  .list-unstyled {
    padding-left: 0;
    list-style: none; }

.border {
  border: 1px solid #ccc; }

.btn,
.button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  background: #eee; }

.btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }
  .media img {
    width: 100%; }
  .media-body {
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px; }
    .media-body-left {
      padding-left: 0;
      padding-right: 20px; }

.iconMid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .iconMid i:before {
    margin: 0; }

.row {
  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-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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.flex {
  display: -ms-flexbox;
  display: flex; }
  .flex-inline {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .flex-row {
    flex-direction: row;
    -ms-flex-direction: row; }
    .flex-row-reverse {
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; }
  .flex-column {
    flex-direction: column;
    -ms-flex-direction: column; }
    .flex-column-reverse {
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
  .flex-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .flex-grow {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }

.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start; }
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end; }
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center; }
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between; }
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-content-start {
  -ms-flex-line-park: start;
  align-content: flex-start; }
.align-content-end {
  -ms-flex-line-park: end;
  align-content: flex-end; }
.align-content-center {
  -ms-flex-line-park: center;
  align-content: center; }
.align-content-between {
  -ms-flex-line-park: justify;
  align-content: space-between; }
.align-content-around {
  -ms-flex-line-park: distribute;
  align-content: space-around; }
.align-content-stretch {
  -ms-flex-line-park: stretch;
  align-content: stretch; }
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start; }
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end; }
.align-items-center {
  -ms-flex-align: center;
  align-items: center; }
.align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline; }
.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }
.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto; }
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }
.align-self-center {
  -ms-flex-item-align: center;
  align-self: center; }
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline; }
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }
.order-last {
  -ms-flex-order: 13;
  order: 13; }
.order-0 {
  -ms-flex-order: 0;
  order: 0; }
.order-1 {
  -ms-flex-order: 1;
  order: 1; }
.order-2 {
  -ms-flex-order: 2;
  order: 2; }
.order-3 {
  -ms-flex-order: 3;
  order: 3; }
.order-4 {
  -ms-flex-order: 4;
  order: 4; }
.order-5 {
  -ms-flex-order: 5;
  order: 5; }
.order-6 {
  -ms-flex-order: 6;
  order: 6; }
.order-7 {
  -ms-flex-order: 7;
  order: 7; }
.order-8 {
  -ms-flex-order: 8;
  order: 8; }
.order-9 {
  -ms-flex-order: 9;
  order: 9; }
.order-10 {
  -ms-flex-order: 10;
  order: 10; }
.order-11 {
  -ms-flex-order: 11;
  order: 11; }
.order-12 {
  -ms-flex-order: 12;
  order: 12; }

@media (min-width: 812px) {
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; } }
@media (min-width: 992px) {
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; } }
@media (min-width: 1200px) {
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; } }
.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

@-webkit-keyframes flash {
  from,
    50%,
    to {
    opacity: 1; }
  25%,
    75% {
    opacity: 0; } }
@keyframes flash {
  from,
    50%,
    to {
    opacity: 1; }
  25%,
    75% {
    opacity: 0; } }
.animate-flash {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: flash;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate-fading {
  animation: fading 10s infinite; }

@keyframes fading {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.animate-opacity {
  animation: opac 0.8s; }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.animate-top {
  position: relative;
  animation: animatetop 0.4s; }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
.animate-left {
  position: relative;
  animation: animateleft 0.4s; }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }
.animate-right {
  position: relative;
  animation: animateright 0.4s; }

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0; }
  to {
    right: 0;
    opacity: 1; } }
.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s; }

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
.animate-zoom {
  animation: animatezoom 0.6s; }

@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
.animate-input {
  transition: width 0.4s ease-in-out; }

.animate-input:focus {
  width: 100% !important; }

.animate-pop {
  animation-name: modalbox;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6); }

@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
.slide_run {
  visibility: hidden; }

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible; }

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }
.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.4285714286%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left; }

.slideshow {
  position: relative; }

.tns-controls {
  text-align: center;
  margin-bottom: 10px; }
  .tns-controls [disabled] {
    color: #999999;
    background: #b3b3b3;
    cursor: not-allowed !important; }
  .tns-controls [aria-controls] {
    font-size: 15px;
    margin: 0 5px;
    padding: 0 1em;
    height: 2.5em;
    color: #000;
    background: #e8e8e8;
    border-radius: 3px;
    border: 0; }
  .tns-controls:focus {
    outline: none; }
.tns-nav {
  text-align: center;
  margin: 10px 0;
  outline: none; }
  .tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0; }
  .tns-nav > .tns-nav-active {
    background: #999; }

.slide_thumbNav {
  position: relative; }

.thumbnails {
  margin: 20px 0;
  text-align: center; }

.thumbnails li {
  display: inline-block;
  cursor: pointer;
  border: 5px solid #fff; }

.thumbnails .tns-nav-active {
  background: none;
  border-color: #000; }

.thumbnails li {
  width: 50px; }

.thumbnails img {
  vertical-align: bottom;
  height: auto;
  max-height: 50px; }

.controls {
  text-align: center; }

.controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 50px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 68px;
  color: #ccc; }

.controls li:focus {
  outline: none; }

.controls li img {
  display: inline-block;
  vertical-align: middle; }

.controls .prev {
  left: 0; }

.controls .next {
  right: 0; }

.controls li:hover {
  background: rgba(0, 0, 0, 0.1); }

.accordion {
  margin: 0 auto; }
  .accordion-title {
    background: #f5f5f5;
    cursor: pointer;
    display: block;
    border: none;
    padding: 1em 0.5em;
    width: 100%;
    margin: 1px 0;
    text-align: left; }
    .accordion-title:focus {
      border: none;
      outline: none; }
    .accordion-title:after {
      content: "\002B";
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px; }
    .accordion-title.active:after {
      content: "\2212"; }
  .accordion-content {
    padding: 0 10px;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.25s linear; }

.accordions-title {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  margin: 1px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s; }
  .accordions-title.active, .accordions-title:hover {
    background-color: #ccc; }
  .accordions-title:after {
    content: "\2212";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px; }
  .accordions-title.active:after {
    content: "\002B"; }
.accordions-content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.modal,
.modal-box {
  z-index: 900; }

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  animation: opac 0.3s; }
  .modal-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; }
    .modal-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border: none; }
  .modal-close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    float: right;
    cursor: pointer; }
    .modal-closePic {
      font-family: Verdana, sans-serif;
      color: #ddd;
      text-shadow: none;
      opacity: 1;
      background: rgba(0, 0, 0, 0.9);
      transition: 0.3s;
      width: 44px;
      height: 44px;
      font-size: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      z-index: 901; }
      @media (max-width: 414px) {
        .modal-closePic {
          background: rgba(0, 0, 0, 0.5);
          width: 35px;
          height: 35px;
          font-size: 18px; } }
      .modal-closePic:hover {
        color: #fff; }
  .modal-bg {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.6s; }
  .modal-box {
    position: relative;
    width: 50%;
    max-width: 560px;
    margin: 100px auto; }
    @media (max-width: 414px) {
      .modal-box {
        margin: 20px auto 0;
        width: 90%; } }
    .modal-box-video {
      width: 65%;
      max-width: 65%; }
      @media (max-width: 414px) {
        .modal-box-video {
          max-width: 100%;
          width: 100%;
          margin: 0;
          padding: 43px 10px; } }
    .modal-box-img {
      max-width: 90%; }
      @media (max-width: 414px) {
        .modal-box-img {
          max-width: 100%;
          width: 100%;
          margin: 0; } }
    .modal-box-live {
      max-width: 90%;
      width: 267px; }
      @media (max-width: 414px) {
        .modal-box-live {
          margin: 50px auto 0; } }
  .modal-header {
    padding: 10px 20px;
    color: #333;
    background: #fff;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e9ecef; }
    @media (max-width: 414px) {
      .modal-header {
        padding: 10px 20px; } }
  .modal-title {
    font-size: 20px; }
  .modal-body {
    background: #fff;
    padding: 15px 20px;
    line-height: 26px;
    border-radius: 0 0 4px 4px; }
  .modal-btn img {
    opacity: 1; }
    .modal-btn img:hover {
      opacity: 0.8;
      transition: opacity 0.15s linear; }

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  ul.tabs li {
    cursor: pointer; }

.tab-content {
  display: none;
  padding: 15px; }
  .tab-content.current {
    display: inherit; }

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  background-color: #067ef7; }
  @media (max-width: 1024px) {
    header {
      background-color: #067cf7;
      height: 65px; } }
  @media (max-width: 414px) {
    header {
      display: block; } }
  header .siteHeader {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      header .siteHeader {
        display: block; } }
    header .siteHeader-bg {
      background: rgba(0, 0, 0, 0.8);
      width: 100%;
      height: 100%;
      content: '';
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
      animation: opac 0.4s; }
      header .siteHeader-bg.active {
        display: block; }
    header .siteHeader__section {
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        header .siteHeader__section {
          display: block;
          width: 100%; } }
    header .siteHeader__item {
      padding: 36px 12px;
      font-size: 14px;
      text-transform: uppercase;
      cursor: pointer;
      color: #fff;
      font-weight: 500; }
      header .siteHeader__item:hover {
        color: #49e8e1; }
      @media (max-width: 1366px) {
        header .siteHeader__item {
          font-size: 12px; } }
      @media (max-width: 1024px) {
        header .siteHeader__item {
          padding: 9px 12px;
          display: block;
          font-weight: 600;
          border-top: 1px dotted #ccc; } }
      @media (max-width: 1024px) {
        header .siteHeader__item-menuHome {
          display: none; } }
      header .siteHeader__item-logosb {
        display: none; }
        @media (max-width: 1024px) {
          header .siteHeader__item-logosb {
            display: block;
            text-align: left; } }
        header .siteHeader__item-logosb img {
          max-width: 80%;
          margin: 20px 0 0 10px; }
    header .siteHeader__item + header .siteHeader__item {
      margin-left: 5px; }
    @media (max-width: 1024px) {
      header .siteHeaderMain {
        display: none;
        width: 270px;
        background: #067ef7;
        position: fixed;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 3;
        overflow: auto;
        padding-bottom: 20px; } }
    header .siteHeaderMain.active {
      display: block;
      animation: animateleft 0.4s; }
    header .siteHeaderMain .menu {
      display: flex;
      list-style: none;
      padding: 0; }
      @media (max-width: 1024px) {
        header .siteHeaderMain .menu {
          display: block; } }
      header .siteHeaderMain .menuSub:hover .menuSubBox {
        display: block;
        animation: opac 0.4s; }
        @media (max-width: 1024px) {
          header .siteHeaderMain .menuSub:hover .menuSubBox {
            display: none; } }
      header .siteHeaderMain .menuSub:hover > a {
        color: #e3a261; }
      header .siteHeaderMain .menuSubBox {
        display: none;
        position: absolute;
        width: 80%;
        right: 16px;
        top: 95px;
        background: #2f3d6b;
        padding: 30px 40px;
        color: #fff; }
        @media (max-width: 1024px) {
          header .siteHeaderMain .menuSubBox {
            position: inherit;
            width: 100%;
            padding: 10px 15px; } }
        header .siteHeaderMain .menuSubBox ul {
          list-style: none;
          padding: 0; }
          header .siteHeaderMain .menuSubBox ul li {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
            padding: 10px 0;
            font-size: 13px; }
            header .siteHeaderMain .menuSubBox ul li:last-child {
              border-bottom: none; }
        header .siteHeaderMain .menuSubBox a {
          color: #fff;
          transition: 0.1s; }
          header .siteHeaderMain .menuSubBox a:hover {
            color: rgba(255, 255, 255, 0.7); }
      header .siteHeaderMain .menuSubTitle {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 10px; }
        @media (max-width: 1024px) {
          header .siteHeaderMain .menuSubTitle {
            margin-top: 10px; } }
        header .siteHeaderMain .menuSubTitle:after, header .siteHeaderMain .menuSubTitle::before {
          content: '';
          display: block;
          position: absolute; }
        header .siteHeaderMain .menuSubTitle:before {
          width: 80px;
          height: 3px;
          background: #fff;
          left: 0;
          bottom: -1px; }
        header .siteHeaderMain .menuSubTitle:after {
          width: 100px;
          width: 100%;
          height: 1px;
          background: rgba(255, 255, 255, 0.2);
          left: 0;
          bottom: 0; }
      header .siteHeaderMain .menu li {
        position: relative; }
        header .siteHeaderMain .menu li:last-child::before {
          display: none; }
        header .siteHeaderMain .menu li::before {
          content: '';
          background-image: url(../images/line_header.png);
          background-size: 100%;
          width: 20px;
          height: 20px;
          position: absolute;
          right: 0; }
          @media (max-width: 1024px) {
            header .siteHeaderMain .menu li::before {
              display: none; } }
    header .siteHeaderLogo {
      height: 90px;
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        header .siteHeaderLogo {
          text-align: center;
          width: 180px;
          margin: 0 auto;
          position: relative;
          display: block; } }
      @media (max-width: 414px) {
        header .siteHeaderLogo {
          width: 110px; } }
      header .siteHeaderLogo img {
        height: 55px;
        display: block; }
        @media (max-width: 1366px) {
          header .siteHeaderLogo img {
            height: 55px; } }
        @media (max-width: 1024px) {
          header .siteHeaderLogo img {
            position: absolute;
            top: 10px;
            left: 0;
            height: 45px; } }
        @media (max-width: 414px) {
          header .siteHeaderLogo img {
            height: 45px;
            top: 10px; } }
    header .siteHeaderNav, header .siteHeaderCall {
      position: absolute;
      top: 13px;
      display: none; }
      @media (max-width: 1024px) {
        header .siteHeaderNav, header .siteHeaderCall {
          display: flex; } }
    header .siteHeaderNav {
      font-size: 30px;
      width: 40px;
      height: 40px;
      left: 5px;
      color: #fff;
      padding-right: 17px;
      border-right: 1px solid #eee; }
      @media (max-width: 1024px) {
        header .siteHeaderNav {
          left: -8px; } }
      @media (max-width: 812px) {
        header .siteHeaderNav {
          left: 10px; } }
      @media (max-width: 414px) {
        header .siteHeaderNav {
          left: 17px; } }
    header .siteHeaderCall {
      font-size: 17px;
      width: 35px;
      height: 35px;
      right: -15px;
      line-height: 16px;
      border-radius: 4px;
      background: #ffb100;
      color: #F9C452; }
      @media (max-width: 812px) {
        header .siteHeaderCall {
          right: 5px; } }
      @media (max-width: 414px) {
        header .siteHeaderCall {
          right: 12px; } }
      header .siteHeaderCall svg {
        fill: #fcb742;
        width: 18px;
        height: 18px; }
    header .siteHeader__item.active {
      font-weight: 600;
      position: relative; }
      header .siteHeader__item.active::before {
        content: "•";
        position: absolute;
        left: 47%;
        color: red;
        top: 0px;
        font-size: 32px; }
    header .siteHeaderRegist, header .siteHeaderPhone {
      border-radius: 4px;
      color: #fff;
      padding: 9px 15px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        header .siteHeaderRegist, header .siteHeaderPhone {
          margin: 0 5px;
          display: block;
          text-align: center;
          border-radius: 6px; } }
    header .siteHeaderRegist {
      background: linear-gradient(to right, #E09B30, #F9E17B);
      margin-left: 10px;
      color: #000;
      border-radius: 20px;
      margin-left: 10px; }
      @media (max-width: 1024px) {
        header .siteHeaderRegist {
          margin-left: 5px;
          margin-top: 5px; } }
    header .siteHeaderPhone {
      margin-left: 20px;
      margin-left: 20px;
      border-radius: 20px;
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        header .siteHeaderPhone {
          margin-left: 5px; } }
      header .siteHeaderPhone span {
        font-size: 18px; }
      header .siteHeaderPhone img {
        width: 20px;
        height: 20px;
        margin-right: 5px; }
  header.menufix {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    animation: animatetop 0.4s;
    display: block;
    background-color: #067ef7; }
    @media (max-width: 1024px) {
      header.menufix {
        animation: none; } }
    header.menufix .siteHeader__item {
      padding: 35px 12px; }
      @media (max-width: 1024px) {
        header.menufix .siteHeader__item {
          padding: 9px 12px; } }
    header.menufix .siteHeaderLogo {
      height: 70px; }
      header.menufix .siteHeaderLogo img {
        transition: 0.3s;
        height: 55px; }
        @media (max-width: 1024px) {
          header.menufix .siteHeaderLogo img {
            height: 48px; } }
        @media (max-width: 414px) {
          header.menufix .siteHeaderLogo img {
            height: 45px; } }
    header.menufix .siteHeaderMain .menuSubBox {
      top: 65px; }

.footer_ld_3_0_0 .mb, .footer_ld_3_0_0__title, .footer_ld_3_0_0__local .local p, .footer_ld_3_0_0__contact .contact p, .footer_ld_3_0_0__copyright, .regist_ft_1_0_0 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.footer_ld_3_0_0 {
  background: #005B59;
  padding: 40px 0 30px;
  color: #fff; }
  @media (max-width: 414px) {
    .footer_ld_3_0_0 {
      padding-top: 20px; } }
  @media (max-width: 414px) {
    .footer_ld_3_0_0 .pc {
      display: none; } }
  .footer_ld_3_0_0 .mb {
    display: none; }
    @media (max-width: 414px) {
      .footer_ld_3_0_0 .mb {
        display: block; } }
    @media (max-width: 375px) {
      .footer_ld_3_0_0 .mb {
        font-size: 13px; } }
    @media (max-width: 320px) {
      .footer_ld_3_0_0 .mb {
        font-size: 12px; } }
  .footer_ld_3_0_0__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px; }
  .footer_ld_3_0_0__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px; }
    @media (max-width: 375px) {
      .footer_ld_3_0_0__title {
        font-size: 16px; } }
    @media (max-width: 320px) {
      .footer_ld_3_0_0__title {
        font-size: 14px; } }
    .footer_ld_3_0_0__title.tit {
      margin-top: 70px; }
      @media (max-width: 414px) {
        .footer_ld_3_0_0__title.tit {
          margin-top: 30px; } }
  .footer_ld_3_0_0__logo {
    width: 32%;
    text-align: center; }
    @media (max-width: 414px) {
      .footer_ld_3_0_0__logo {
        width: 100%;
        margin-bottom: 30px; } }
    .footer_ld_3_0_0__logo .note {
      margin: 30px 0; }
      @media (max-width: 414px) {
        .footer_ld_3_0_0__logo .note {
          margin: 20px 0; } }
    .footer_ld_3_0_0__logo .social {
      display: flex;
      justify-content: center; }
      .footer_ld_3_0_0__logo .social a {
        margin: 0 7px; }
    @media (max-width: 414px) {
      .footer_ld_3_0_0__logo .logo img {
        width: 40%; } }
  .footer_ld_3_0_0__local {
    width: 32%; }
    @media (max-width: 414px) {
      .footer_ld_3_0_0__local {
        width: 90%;
        margin: 0 auto 10px; } }
    @media (max-width: 375px) {
      .footer_ld_3_0_0__local {
        margin-bottom: 0; } }
    .footer_ld_3_0_0__local .local {
      margin-bottom: 20px; }
      .footer_ld_3_0_0__local .local i {
        color: #E7800C;
        margin-right: 5px; }
        .footer_ld_3_0_0__local .local i::before {
          margin: 0; }
      .footer_ld_3_0_0__local .local p {
        margin-bottom: 10px; }
        @media (max-width: 375px) {
          .footer_ld_3_0_0__local .local p {
            font-size: 13px; } }
        @media (max-width: 320px) {
          .footer_ld_3_0_0__local .local p {
            font-size: 12px; } }
        .footer_ld_3_0_0__local .local p b {
          color: #E7800C; }
  .footer_ld_3_0_0__contact {
    width: 32%; }
    @media (max-width: 414px) {
      .footer_ld_3_0_0__contact {
        width: 90%;
        margin: 0 auto; } }
    .footer_ld_3_0_0__contact .contact p {
      margin-bottom: 10px; }
      @media (max-width: 375px) {
        .footer_ld_3_0_0__contact .contact p {
          font-size: 13px; } }
      @media (max-width: 320px) {
        .footer_ld_3_0_0__contact .contact p {
          font-size: 12px; } }
      .footer_ld_3_0_0__contact .contact p b {
        color: #E7800C; }
  .footer_ld_3_0_0__copyright {
    background: #014D4B;
    text-align: center;
    padding: 15px 0; }
    @media (max-width: 375px) {
      .footer_ld_3_0_0__copyright {
        font-size: 13px; } }
    @media (max-width: 320px) {
      .footer_ld_3_0_0__copyright {
        font-size: 12px; } }

@media (max-width: 414px) {
  .pc {
    display: none; } }

.mb {
  display: block; }
  @media (max-width: 414px) {
    .mb {
      display: block; } }

header, .modal-title, .modal-body .popup_map_2_0_0__regist, .tempTitle p, .regist, .temp1, .temp1__text span, .temp2, .temp3, .temp4, .temp5, .temp6, .temp7, .footer {
  font-family: 'Montserrat', sans-serif; }

.kq {
  background: #1A8065;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  padding: 5px 0; }
  @media (max-width: 812px) {
    .kq {
      position: relative;
      left: auto;
      bottom: auto; } }
  .kq p {
    margin: 0; }

a {
  cursor: pointer; }

.pulse_regist, .registButton, .temp1__regist a, .temp2 article button {
  box-shadow: 0 0 0 0 rgba(24, 114, 199, 0.7);
  -webkit-animation: won 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: won 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: won 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: won 1.25s infinite cubic-bezier(0.66, 0, 0, 1); }

@-webkit-keyframes won {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0); } }
@-moz-keyframes won {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0); } }
@-ms-keyframes won {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0); } }
@keyframes won {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0); } }
.fade-in {
  animation-name: fadeIn;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.modal_none {
  display: none; }

.modal-header {
  padding: 0; }
@media (max-width: 812px) {
  .modal-box {
    width: 80%; } }
@media (max-width: 414px) {
  .modal-box {
    width: 90%;
    margin: 20px auto 0; } }
.modal-title {
  color: #fff;
  text-align: center;
  font-size: 25px;
  background-color: #248a80;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: 500; }
  @media (max-width: 414px) {
    .modal-title {
      font-size: 20px; } }
.modal-close {
  color: #fff;
  margin-top: 13px;
  padding-right: 20px; }
.modal-body {
  width: 100%;
  color: #000; }
  .modal-body .popup_map_2_0_0__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 20px;
    width: 100%;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 8px; }
    .modal-body .popup_map_2_0_0__item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .modal-body .popup_map_2_0_0__item i {
      font-size: 12px; }
    @media (max-width: 414px) {
      .modal-body .popup_map_2_0_0__item {
        display: block;
        text-align: center;
        margin: 0 auto 5px; } }
  .modal-body .popup_map_2_0_0__add {
    width: 65%; }
    @media (max-width: 414px) {
      .modal-body .popup_map_2_0_0__add {
        width: 100%;
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 1.5; } }
  .modal-body .popup_map_2_0_0__call {
    width: 10%; }
    @media (max-width: 414px) {
      .modal-body .popup_map_2_0_0__call {
        float: left;
        width: 50%; } }
    .modal-body .popup_map_2_0_0__call a {
      background-color: #ef810b;
      padding: 3px 15px;
      border-radius: 4px;
      position: relative; }
      .modal-body .popup_map_2_0_0__call a::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 6px;
        background-image: url(../images/call.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        background-size: 100%; }
    .modal-body .popup_map_2_0_0__call i {
      color: #fff; }
  .modal-body .popup_map_2_0_0__regist {
    width: 25%;
    color: #fff; }
    @media (max-width: 414px) {
      .modal-body .popup_map_2_0_0__regist {
        width: 100%; } }
    .modal-body .popup_map_2_0_0__regist a {
      background-color: #ef810b;
      color: #fff;
      padding: 3px 30px;
      text-transform: uppercase;
      border-radius: 4px; }

#modal-call .modal-header {
  border-bottom: 1px solid #fff; }
#modal-call .modal-title {
  background-color: unset; }
#modal-call .modal-close {
  color: #000; }
#modal-call .modal-body {
  text-align: center; }
  #modal-call .modal-body .call_ct {
    padding: 0 35px;
    display: none; }
    @media (max-width: 414px) {
      #modal-call .modal-body .call_ct {
        display: block; } }
  #modal-call .modal-body .call_sub {
    padding: 20px 0 10px;
    color: #666;
    font-weight: 600;
    font-style: italic; }
  #modal-call .modal-body .pop-call {
    background: #dcaf47;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 12px 0;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto; }
  #modal-call .modal-body .pop-call-icon {
    background: url(../images/pop-call.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  #modal-call .modal-body .pop_fr {
    padding: 5px 35px 1px; }
  #modal-call .modal-body .pop-note {
    padding: 20px 0 10px;
    color: #666;
    font-weight: 600;
    font-style: italic; }
  #modal-call .modal-body .pop_fr > div:nth-child(1) input {
    width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
    color: #333;
    border-radius: 5px; }
  #modal-call .modal-body .pop_fr > div:nth-child(2) input {
    width: 100%;
    background: #1a8065;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 4px;
    padding: 12px 0; }

.temp {
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%; }
  @media (max-width: 1440px) {
    .temp {
      background-size: 100%; } }
  @media (max-width: 1280px) {
    .temp {
      background-size: 105%; } }
  @media (max-width: 1024px) {
    .temp {
      background-size: 120%;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 812px) {
    .temp {
      background-size: 140%; } }
  @media (max-width: 414px) {
    .temp {
      padding-bottom: 20px;
      background-size: 100%; } }
  .temp.mbReg {
    padding: 0; }
  .tempTitle {
    padding-bottom: 10px;
    position: relative;
    text-align: center; }
    @media (max-width: 414px) {
      .tempTitle {
        font-size: 14px;
        line-height: 30px; }
        .tempTitle br {
          display: none; } }
    .tempTitle p {
      font-size: 50px;
      color: #026059;
      text-transform: uppercase;
      line-height: 1.3; }
      @media (max-width: 1366px) {
        .tempTitle p {
          font-size: 40px; } }
      @media (max-width: 1024px) {
        .tempTitle p {
          font-size: 30px; } }
      @media (max-width: 414px) {
        .tempTitle p {
          font-size: 26px;
          margin-bottom: 0; } }
      @media (max-width: 320px) {
        .tempTitle p {
          font-size: 23px; } }
      .tempTitle p b {
        font-weight: 700; }
      .tempTitle p br {
        display: none; }
        @media (max-width: 414px) {
          .tempTitle p br {
            display: block; } }
        @media (max-width: 414px) {
          .tempTitle p br {
            display: block; } }
    .tempTitle span {
      font-size: 20px;
      font-weight: 600; }
      @media (max-width: 414px) {
        .tempTitle span {
          font-size: 14px; } }
    .tempTitle-white {
      color: #fff; }
    .tempTitle-color {
      color: #004689; }
    .tempTitle img {
      max-width: 100%; }
      @media (max-width: 1024px) {
        .tempTitle img {
          max-width: 50%; } }
      @media (max-width: 414px) {
        .tempTitle img {
          max-width: 80%; } }
  .temp .line {
    width: 35%;
    margin: 20px auto;
    height: 2px;
    background-color: #646464;
    position: relative; }
    @media (max-width: 414px) {
      .temp .line {
        width: 90%; } }
    .temp .line::after {
      content: '';
      position: absolute;
      top: -10px;
      left: 49%;
      background-image: url(../images/icon_logo.png);
      background-size: 100%;
      width: 22px;
      height: 22px; }
  .tempSub {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase; }
    @media (max-width: 414px) {
      .tempSub {
        font-size: 12px; } }
    @media (max-width: 320px) {
      .tempSub {
        font-size: 10px; } }
  .tempLine {
    background-repeat: no-repeat;
    width: 258px;
    border-top: 1px solid #d8d8d8;
    position: relative; }
    @media (max-width: 812px) {
      .tempLine {
        margin: 20px auto 30px; } }
    .tempLine::before {
      width: 100px;
      margin: 0;
      border-top: 3px solid #f69679;
      position: absolute;
      top: -2px;
      content: ""; }
      @media (max-width: 812px) {
        .tempLine::before {
          left: 76px; } }
    .tempLine-left {
      margin: 10px 0 30px;
      border: none; }
      .tempLine-left::before {
        width: 70px;
        left: 0; }
    .tempLine-center {
      margin: 20px auto 30px; }
      .tempLine-center::before {
        left: 80px; }
  .temp2, .temp3, .temp4 {
    position: relative; }
    .temp2:after, .temp3:after, .temp4:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .temp2.loaded:after, .temp3.loaded:after, .temp4.loaded:after {
      opacity: 0; }

.regist {
  font-size: 14px;
  margin-top: 30px;
  text-align: center; }
  @media (max-width: 414px) {
    .regist {
      padding-bottom: 10px;
      margin-top: 1px; } }
  .registNote {
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 812px) {
      .registNote {
        font-size: 12px; } }
    .registNote span:nth-child(1) {
      padding-right: 5px; }
  .registButton {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px;
    font-weight: 600;
    transition: all 0.5s;
    font-size: 18px;
    border: 2px solid #FFAB00;
    border-radius: 25px;
    background-color: #FFAB00; }
    .registButton:hover {
      color: #FFAB00;
      background-color: #fff; }
    @media (max-width: 812px) {
      .registButton {
        padding: 8px 8px 8px 13px;
        font-size: 12px; } }
    @media (max-width: 414px) {
      .registButton {
        font-size: 15px;
        padding: 6px 14px;
        display: table;
        margin: 10px auto 0; } }
    @media (max-width: 320px) {
      .registButton {
        font-size: 11px; } }
  @media (max-width: 414px) {
    .registNote {
      font-size: 10px; } }
  .registNote-white {
    color: #fff; }
  .registNote-color {
    color: #e7b57a; }

.temp {
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%; }
  @media (max-width: 1440px) {
    .temp {
      background-size: 100%; } }
  @media (max-width: 1280px) {
    .temp {
      background-size: 105%; } }
  @media (max-width: 1024px) {
    .temp {
      background-size: 120%;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 812px) {
    .temp {
      background-size: 140%; } }
  @media (max-width: 414px) {
    .temp {
      padding-bottom: 20px;
      background-size: 100%; } }
  .temp.mbReg {
    padding: 0; }
  .tempTitle {
    padding-bottom: 10px;
    position: relative;
    text-align: center; }
    @media (max-width: 414px) {
      .tempTitle {
        font-size: 14px;
        line-height: 1.3; }
        .tempTitle br {
          display: none; } }
    @media (max-width: 414px) and (max-width: 414px) {
      .tempTitle br {
        display: block; } }

    .tempTitle p {
      font-size: 50px;
      color: #757575;
      text-transform: uppercase;
      font-weight: bold; }
      @media (max-width: 1366px) {
        .tempTitle p {
          font-size: 40px; } }
      @media (max-width: 1024px) {
        .tempTitle p {
          font-size: 30px; } }
      @media (max-width: 414px) {
        .tempTitle p {
          font-size: 26px;
          margin-bottom: 5px; } }
      @media (max-width: 320px) {
        .tempTitle p {
          font-size: 23px; } }
    .tempTitle span {
      font-size: 20px;
      color: #108e89; }
      @media (max-width: 1024px) {
        .tempTitle span {
          font-size: 17px; } }
      @media (max-width: 414px) {
        .tempTitle span {
          font-size: 14px; } }
    .tempTitle-white {
      color: #fff; }
    .tempTitle-color {
      color: #004689; }
    .tempTitle img {
      max-width: 100%; }
      @media (max-width: 414px) {
        .tempTitle img {
          width: 60%; } }
  .tempSub {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase; }
    @media (max-width: 414px) {
      .tempSub {
        font-size: 12px; } }
    @media (max-width: 320px) {
      .tempSub {
        font-size: 10px; } }
  .tempLine {
    background-repeat: no-repeat;
    width: 258px;
    border-top: 1px solid #d8d8d8;
    position: relative; }
    @media (max-width: 812px) {
      .tempLine {
        margin: 20px auto 30px; } }
    .tempLine::before {
      width: 100px;
      margin: 0;
      border-top: 3px solid #f69679;
      position: absolute;
      top: -2px;
      content: ""; }
      @media (max-width: 812px) {
        .tempLine::before {
          left: 76px; } }
    .tempLine-left {
      margin: 10px 0 30px;
      border: none; }
      .tempLine-left::before {
        width: 70px;
        left: 0; }
    .tempLine-center {
      margin: 20px auto 30px; }
      .tempLine-center::before {
        left: 80px; }
  .temp2, .temp3, .temp4 {
    position: relative; }
    .temp2:after, .temp3:after, .temp4:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .temp2.loaded:after, .temp3.loaded:after, .temp4.loaded:after {
      opacity: 0; }
  .temp .tempTitle {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #057ff9; }
    @media (max-width: 812px) {
      .temp .tempTitle {
        font-size: 25px; } }

.container {
  padding: 0; }
  @media (max-width: 812px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }

.temp1 {
  background-image: url(../images/t1-bg_s.jpg?ver=1);
  background-position: right top;
  background-size: initial;
  margin-top: 85px;
  padding-bottom: 6%; }
  @media (max-width: 1550px) {
    .temp1 {
      background-size: 120%; } }
  @media (max-width: 1440px) {
    .temp1 {
      padding-bottom: 2%; } }
  @media (max-width: 1024px) {
    .temp1 {
      margin-top: 64px; } }
  @media (max-width: 812px) {
    .temp1 {
      padding-top: 15px; } }
  .temp1__text {
    width: 36%; }
    @media (max-width: 575px) {
      .temp1__text {
        width: 100%; } }
    .temp1__text .temp1_xn {
      text-transform: uppercase;
      color: #067FF9;
      font-weight: 800;
      margin-bottom: 30px; }
      .temp1__text .temp1_xn img {
        max-width: 100%; }
        @media (max-width: 575px) {
          .temp1__text .temp1_xn img {
            width: 40%; } }
    .temp1__text .temp1_gt {
      text-transform: uppercase;
      color: #000;
      font-size: 19px;
      font-weight: 600;
      margin-top: 5px; }
      @media (max-width: 1440px) {
        .temp1__text .temp1_gt img {
          width: 50%; } }
      @media (max-width: 1280px) {
        .temp1__text .temp1_gt img {
          width: 40%; } }
    .temp1__text span {
      font-size: 20px;
      color: #374747;
      text-transform: uppercase; }
      @media (max-width: 414px) {
        .temp1__text span {
          padding-left: 135px;
          font-size: 22px; } }
      @media (max-width: 375px) {
        .temp1__text span {
          padding-left: 97px; } }
      @media (max-width: 360px) {
        .temp1__text span {
          padding-left: 110px;
          font-size: 18px; } }
      @media (max-width: 320px) {
        .temp1__text span {
          padding-left: 80px; } }
      .temp1__text span a {
        text-decoration: line-through; }
  .temp1__box {
    margin-top: 50px; }
    @media (max-width: 1366px) {
      .temp1__box {
        margin-top: 20px; } }
    @media (max-width: 812px) {
      .temp1__box {
        margin-top: 25px; } }
    @media (max-width: 414px) {
      .temp1__box {
        margin-top: 0px; } }
  @media (max-width: 1440px) {
    .temp1__ud img {
      width: 50%; } }
  @media (max-width: 1280px) {
    .temp1__ud img {
      width: 45%; } }
  @media (max-width: 575px) {
    .temp1__regist {
      text-align: center;
      margin-top: 10px; } }
  .temp1__regist a {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px;
    font-weight: 600;
    transition: all 0.5s;
    font-size: 18px;
    border: 2px solid #FFAB00;
    border-radius: 25px;
    background-color: #FFAB00; }
    .temp1__regist a:hover {
      color: #FFAB00;
      background-color: #fff; }
    @media (max-width: 812px) {
      .temp1__regist a {
        font-size: 14px;
        padding: 8px 15px; } }
  .temp1_bas {
    margin-top: 20px;
    padding-bottom: 10px;
    display: flex; }
    .temp1_bas p {
      font-size: 14px;
      padding: 0 5px; }
      @media (max-width: 414px) {
        .temp1_bas p {
          font-size: 10px; } }
    @media (max-width: 414px) {
      .temp1_bas img {
        width: 40%; } }
  .temp1_item {
    text-align: center;
    width: 18%; }
    @media (max-width: 414px) {
      .temp1_item {
        width: 25%; } }
    .temp1_item p {
      color: #010101; }

.temp2 {
  padding: 50px 0; }
  @media (max-width: 1440px) {
    .temp2 {
      padding: 40px 0; } }
  @media (max-width: 1366px) {
    .temp2 {
      padding: 40px 0 10px; } }
  @media (max-width: 1280px) {
    .temp2 {
      padding: 30px 0; } }
  @media (max-width: 414px) {
    .temp2 {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 320px) {
    .temp2 {
      padding: 20px 0; } }
  .temp2.loaded {
    background-image: url(../images/t2-bg_s.jpg?ver=1);
    background-size: cover; }
  .temp2 .tempTitle {
    color: #FFFFFF; }
  .temp2 .sub {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #fff; }
  .temp2 article .input {
    width: 100%;
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 1024px) {
      .temp2 article .input {
        margin-bottom: 10px; } }
    @media (max-width: 414px) {
      .temp2 article .input {
        width: 100%;
        margin-bottom: 10px; } }
    .temp2 article .input i {
      position: absolute;
      top: 5px;
      left: 10px;
      font-size: 20px;
      color: #EF810A; }
    .temp2 article .input input {
      padding: 10px;
      padding-left: 15px;
      outline: unset;
      width: 100%;
      border: none;
      border: 1px solid #067FF9;
      border-radius: 25px; }
      @media (max-width: 414px) {
        .temp2 article .input input {
          font-size: 13px;
          padding: 8px 10px; } }
  .temp2 article button {
    background-color: #FFAB00;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 0;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
    width: 100%;
    border-radius: 25px;
    border: 2px solid #FFAB00; }
    .temp2 article button:hover {
      color: #FFAB00;
      background-color: #fff; }
    @media (max-width: 414px) {
      .temp2 article button {
        margin-top: 0px;
        padding: 10px;
        font-size: 15px; } }
  .temp2_the {
    width: 65%; }
    @media (max-width: 1024px) {
      .temp2_the {
        width: 100%; } }
    @media (max-width: 414px) {
      .temp2_the {
        margin-bottom: 5px; } }
    .temp2_the img {
      width: 100%;
      display: block; }
  .temp2_form {
    margin: 30px auto 70px;
    border-radius: 25px;
    padding: 30px 30px 30px;
    max-width: 410px;
    width: 100%;
    background-color: rgba(153, 204, 255, 0.7);
    text-align: center; }
    @media (max-width: 1366px) {
      .temp2_form {
        margin: 30px auto 60px; } }
    @media (max-width: 414px) {
      .temp2_form {
        margin: 50px auto 40px;
        padding: 20px 30px; } }
    .temp2_form p {
      font-size: 25px;
      font-weight: 800;
      color: #067FF9;
      text-transform: uppercase; }
      @media (max-width: 414px) {
        .temp2_form p {
          font-size: 20px; } }
    .temp2_form .sub {
      font-size: 14px;
      font-weight: 400px;
      margin-top: 30px; }
      .temp2_form .sub span {
        color: red;
        font-weight: 700; }

.temp3 {
  padding: 50px 0; }
  @media (max-width: 414px) {
    .temp3 {
      padding: 30px 0 10px; } }
  .temp3_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0; }
    @media (max-width: 414px) {
      .temp3_box {
        margin: 10px auto 0; } }
  .temp3 .item {
    width: 31%;
    padding: 30px 30px 10px;
    border-radius: 25px; }
    @media (max-width: 991px) {
      .temp3 .item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 15px 5px; } }
    .temp3 .item:nth-child(1) {
      border: 1px solid #067FF9; }
      .temp3 .item:nth-child(1) .gia {
        color: #067FF9; }
      .temp3 .item:nth-child(1):hover {
        background-color: #067FF9; }
        .temp3 .item:nth-child(1):hover .gia {
          color: #fff; }
    .temp3 .item:nth-child(2) {
      border: 1px solid #FFB300; }
      .temp3 .item:nth-child(2) .gia {
        color: #FFB300; }
      .temp3 .item:nth-child(2):hover {
        background-color: #FFB300; }
        .temp3 .item:nth-child(2):hover .gia {
          color: #fff; }
    .temp3 .item:nth-child(3) {
      border: 1px solid #FB4973; }
      .temp3 .item:nth-child(3) .gia {
        color: #FB4973; }
      .temp3 .item:nth-child(3):hover {
        background-color: #FB4973; }
        .temp3 .item:nth-child(3):hover .gia {
          color: #fff; }
    .temp3 .item:hover {
      transition: 0,1s;
      color: #fff; }
  .temp3 .tt {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    min-height: 50px; }
    @media (max-width: 991px) {
      .temp3 .tt {
        min-height: auto; } }
    @media (max-width: 414px) {
      .temp3 .tt {
        font-size: 15px; } }
  .temp3 .desc {
    height: 236px; }
    @media (max-width: 1199px) {
      .temp3 .desc {
        height: 284px; } }
    @media (max-width: 991px) {
      .temp3 .desc {
        height: auto; } }
    .temp3 .desc ul {
      padding-left: 0; }
      .temp3 .desc ul li {
        padding-left: 8px;
        list-style: none;
        position: relative;
        font-size: 16px;
        text-align: justify; }
        @media (max-width: 414px) {
          .temp3 .desc ul li {
            font-size: 13px; } }
        .temp3 .desc ul li::before {
          content: "-";
          position: absolute;
          left: 0; }
  .temp3 .ud p {
    text-align: center;
    font-size: 18px; }
    .temp3 .ud p:nth-child(1) {
      font-weight: 600;
      text-transform: uppercase; }
    .temp3 .ud p:nth-child(2) {
      font-size: 45px;
      font-weight: 600;
      margin: 0;
      line-height: 1.2; }
      @media (max-width: 1199px) {
        .temp3 .ud p:nth-child(2) {
          font-size: 35px; } }
    .temp3 .ud p:nth-child(3) {
      text-decoration: line-through;
      font-size: 18px; }
      @media (max-width: 1199px) {
        .temp3 .ud p:nth-child(3) {
          font-size: 16px; } }
  .temp3 .item .ts {
    display: none; }
  .temp3 .item:hover .ds {
    display: none; }
  .temp3 .item:hover .ts {
    display: inline; }
  .temp3 .ud_s {
    margin-top: 20px; }
    .temp3 .ud_s p {
      display: flex;
      align-items: center; }
    .temp3 .ud_s img {
      margin-right: 10px; }
  @media (max-width: 414px) {
    .temp3 .regist {
      margin-top: 0; } }
  .temp3 .registNote2 {
    text-align: justify;
    width: 50%;
    margin: 30px auto 0;
    font-size: 16px; }
    @media (max-width: 414px) {
      .temp3 .registNote2 {
        margin: 10px auto 0;
        width: 100%;
        font-size: 14px; } }

.temp4 {
  color: #000; }
  .temp4.loaded {
    background-image: url(../images/t4-bg.jpg?ver=1); }
  .temp4 .tns-outer img {
    width: 100%;
    display: block; }
  .temp4 .tt1, .temp4 .tt2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600; }
    @media (max-width: 414px) {
      .temp4 .tt1, .temp4 .tt2 {
        font-size: 15px; } }
  .temp4 .tt1 {
    margin-top: 10px; }
  .temp4 .tt2 {
    margin-top: 50px; }
  .temp4_box1, .temp4_box2 {
    margin: 10px auto 0; }
  .temp4 .item p {
    padding-top: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 18px; }
    @media (max-width: 414px) {
      .temp4 .item p {
        font-size: 14px; } }
  .temp4 .item img {
    padding: 0 30px; }
  .temp4 .tns-controls {
    margin-top: 10px; }
    .temp4 .tns-controls button {
      position: relative;
      color: transparent;
      background: transparent;
      border: 1px solid #d1d1d1;
      border-radius: 50%; }
      .temp4 .tns-controls button:hover {
        border: 1px solid #067FF9; }
        .temp4 .tns-controls button:hover::before {
          background-image: url(../images/icon-slide-r.png); }
      .temp4 .tns-controls button::before {
        content: "";
        background-image: url(../images/icon-slide-r-black.png);
        background-size: 100%;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 12px;
        top: 9px;
        transform: rotate(180deg); }
      .temp4 .tns-controls button:nth-child(2)::before {
        transform: rotate(360deg); }

.temp5 {
  color: #000; }
  .temp5_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .temp5_box .phone {
      font-size: 20px;
      margin: 0;
      padding-top: 20px; }
  .temp5 .box1 {
    width: 60%; }
    @media (max-width: 414px) {
      .temp5 .box1 {
        width: 100%; } }
    .temp5 .box1 img {
      width: 100%; }
    .temp5 .box1 .registNote {
      text-transform: inherit; }
      .temp5 .box1 .registNote a {
        text-transform: uppercase; }
    .temp5 .box1 .registButton {
      color: #fff; }
      .temp5 .box1 .registButton:hover {
        color: #FFAB00; }
  .temp5 .box2 {
    width: 32%; }
    @media (max-width: 414px) {
      .temp5 .box2 {
        width: 100%; } }
  .temp5 .tt {
    text-align: center;
    font-size: 18px;
    font-weight: 600; }
    @media (max-width: 414px) {
      .temp5 .tt {
        font-size: 15px; } }
  .temp5 .desc {
    text-align: center;
    font-size: 16px; }
    @media (max-width: 414px) {
      .temp5 .desc {
        font-size: 13px; } }
  .temp5 .item {
    margin-bottom: 50px;
    padding: 30px 30px 10px;
    border-radius: 25px; }
    @media (max-width: 414px) {
      .temp5 .item {
        margin-bottom: 10px; } }
    .temp5 .item:nth-child(1) {
      border: 1px solid #067FF9; }
      .temp5 .item:nth-child(1):hover {
        background-color: #067FF9; }
    .temp5 .item:nth-child(2) {
      border: 1px solid #FFB300; }
      .temp5 .item:nth-child(2):hover {
        background-color: #FFB300; }
    .temp5 .item:nth-child(3) {
      border: 1px solid #FB4973;
      margin-bottom: 0; }
      .temp5 .item:nth-child(3):hover {
        background-color: #FB4973; }
    .temp5 .item:hover {
      transition: 0,1s;
      color: #fff; }
  @media (max-width: 414px) {
    .temp5 .pc {
      display: none; } }
  .temp5 .mb {
    display: none; }
    @media (max-width: 414px) {
      .temp5 .mb {
        display: block;
        width: 100%; } }

.temp5t .box_1 {
  background-color: #057ff9;
  border-radius: 20px;
  margin-top: 30px;
  padding: 20px 30px;
  color: #fff; }
  @media (max-width: 991px) {
    .temp5t .box_1 {
      padding: 10px 20px; } }
  .temp5t .box_1 .btn__fix {
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .temp5t .box_1 .btn__fix {
        font-size: 16px; } }
    .temp5t .box_1 .btn__fix p {
      margin-bottom: 0;
      font-weight: 700;
      width: 100%;
      padding-right: 120px; }
      @media (max-width: 812px) {
        .temp5t .box_1 .btn__fix p {
          padding-right: 90px; } }
    .temp5t .box_1 .btn__fix i {
      text-decoration: underline;
      font-style: normal;
      font-size: 16px;
      position: absolute;
      right: 0; }
      @media (max-width: 991px) {
        .temp5t .box_1 .btn__fix i {
          font-size: 12px; } }
  .temp5t .box_1 .card {
    background-color: transparent;
    border: none; }
  .temp5t .box_1 .card-header {
    background-color: transparent;
    border: none;
    padding: 0; }
  .temp5t .box_1 .card-body {
    padding: 1rem; }

.temp6 {
  background-image: url(../images/t6-bg1.jpg);
  color: #000; }
  .temp6_box {
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 414px) {
      .temp6_box {
        margin: 10px auto 0; } }
  .temp6 .item {
    width: 20%; }
    @media (max-width: 812px) {
      .temp6 .item {
        width: 47%;
        margin-bottom: 20px; } }
  .temp6 .pic {
    text-align: center; }
    @media (max-width: 414px) {
      .temp6 .pic img {
        width: 100%;
        padding: 0 60px; } }
  .temp6 .tt {
    margin-top: 20px;
    text-align: center;
    color: #067FF9;
    font-size: 18px;
    font-weight: 600; }
    .temp6 .tt br {
      display: none; }
      @media (max-width: 414px) {
        .temp6 .tt br {
          display: block; } }
    @media (max-width: 414px) {
      .temp6 .tt {
        margin-top: 10px;
        font-size: 15px; } }
  .temp6 .desc {
    text-align: justify; }
    @media (max-width: 414px) {
      .temp6 .desc {
        font-size: 13px; } }
  .temp6 .img img {
    width: 100%;
    display: block; }
  @media (max-width: 414px) {
    .temp6 .regist {
      margin-top: 0; } }

.temp7 {
  color: #000; }
  .temp7_box {
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 414px) {
      .temp7_box {
        margin: 10px auto 0; } }
  .temp7 .box1 {
    width: 38%; }
    @media (max-width: 812px) {
      .temp7 .box1 {
        width: 100%; } }
  .temp7 .box2 {
    width: 60%; }
    @media (max-width: 812px) {
      .temp7 .box2 {
        width: 100%; } }
    .temp7 .box2 img {
      width: 100%; }
  .temp7 .tt {
    text-transform: uppercase;
    color: #067FF9;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px; }
  .temp7 .desc {
    font-size: 16px; }
    @media (max-width: 414px) {
      .temp7 .desc {
        font-size: 14px;
        padding-bottom: 0px; } }
  .temp7 .regist {
    text-align: left; }
    .temp7 .registNote {
      font-size: 14px; }
      @media (max-width: 414px) {
        .temp7 .registNote {
          font-size: 10px; } }
  @media (max-width: 812px) {
    .temp7 .pc {
      display: none; } }
  .temp7 .mb {
    display: none; }
    @media (max-width: 812px) {
      .temp7 .mb {
        display: block;
        width: 100%;
        text-align: center; } }

.footer {
  padding: 60px 0;
  background-size: 100%; }
  .footer.loaded {
    background-color: #077ff9; }
    @media (max-width: 812px) {
      .footer.loaded {
        background-color: #077ff9; } }
  .footer_item {
    width: 30%; }
    @media (max-width: 414px) {
      .footer_item {
        width: 100%;
        margin-bottom: 10px; } }
    .footer_item img {
      padding-top: 60px;
      width: 60%; }
      @media (max-width: 414px) {
        .footer_item img {
          padding-top: 0;
          width: 40%; } }
  .footer_item2 {
    width: 60%;
    border-left: 2px solid #bdcdde;
    padding-left: 90px; }
    @media (max-width: 414px) {
      .footer_item2 {
        padding-left: 0;
        border-left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap; } }
    .footer_item2 p {
      display: flex; }
      @media (max-width: 414px) {
        .footer_item2 p:nth-child(2) {
          width: 50%; }
        .footer_item2 p:nth-child(3) {
          width: 50%; } }
      .footer_item2 p span {
        color: #fff; }
      .footer_item2 p img {
        width: 30px;
        height: 20px;
        padding-right: 10px; }
        @media (max-width: 414px) {
          .footer_item2 p img {
            width: 22px;
            height: 16px;
            padding-right: 5px; } }
  .footer_item3 {
    width: 25%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 60px; }
    @media (max-width: 414px) {
      .footer_item3 {
        width: 100%;
        text-align: left;
        position: relative;
        right: auto;
        bottom: auto; } }
    .footer_item3 a:nth-child(1) {
      margin-right: 5px; }
    .footer_item3 a:hover .it1 {
      display: none; }
    .footer_item3 a:hover .it2 {
      display: inline-block; }
    .footer_item3 .it2 {
      display: none; }
  .footer_box {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .footer_box {
        font-size: 13px; } }
    @media (max-width: 812px) {
      .footer_box {
        font-size: 10px; } }
    @media (max-width: 414px) {
      .footer_box {
        font-size: 12px; } }
    .footer_box a {
      color: #fff; }
  .footer_bot {
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-style: italic;
    padding-left: 24%;
    padding-top: 30px; }
    @media (max-width: 414px) {
      .footer_bot {
        padding-top: 10px;
        padding-left: 0;
        font-size: 12px; } }
    .footer_bot span {
      text-transform: capitalize;
      font-size: 13px; }
      @media (max-width: 414px) {
        .footer_bot span {
          font-size: 10px; } }

.regist_ph {
  margin-top: 5px; }

.regist_ft_1_0_0 {
  display: -webkit-flex;
  -ms-flex: 1;
  width: 100%;
  height: 60px;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none; }
  .regist_ft_1_0_0 a {
    text-align: center;
    flex: 1;
    margin: 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    background: #EF810A; }

@media (max-width: 414px) {
  .regist_ft_1_0_0 {
    display: flex; } }
@media (max-width: 360px) {
  .regist_ft_1_0_0 a:nth-child(2) {
    margin-right: 20px; } }
@media (max-width: 320px) {
  .regist_ft_1_0_0 a {
    font-size: 13px;
    padding-left: 10px; }
    .regist_ft_1_0_0 a i {
      font-size: 16px; } }

/*# sourceMappingURL=style.css.map */

.temp7 .box_1 {
    /*max-width: 1062px;*/
    margin-top: 30px;
    /*background-color: #00a2ff;*/
    border-radius: 15px;
    /*padding: 20px 30px 0;*/
    /*color: #fff;*/
}
.temp7 .all_col {
    margin-bottom: 20px;
}
.temp7 .colum_1 {
  display: flex;
  align-items: center;
}
.temp7 .colum_2 img {
    /*padding-top: 10px;*/
    max-width: 100%;
    border: 5px solid #00aeff;
    border-radius: 4px;
}
.temp7 .text_1 {
    /*font-size: 25px;*/
    /*font-weight: 700;*/
    margin: 0 0 10px;
}
.temp7 .box p:nth-child(3) {
    margin: 20px 0 0;
}
@media (max-width: 991px) {
  .temp7 .box_1 {
      padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .temp7 .colum_2 {
      text-align: center;
  }
}