@charset "UTF-8";
* {
  font-family: "微軟正黑體", sans-serif;
  box-sizing: border-box !important;
}
* .container {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: 64px 0;
  text-align: center;
}
@media (max-width: 1550px) {
  * .container {
    max-width: 1280px;
    padding: 40px 24px;
  }
}
@media (max-width: 1367px) {
  * .container {
    max-width: 1280px;
    padding: 32px;
  }
}
@media (max-width: 1280px) {
  * .container {
    max-width: 1140px;
  }
}
@media (max-width: 1024px) {
  * .container {
    max-width: inherit;
    padding: 40px;
  }
}
@media (max-width: 568px) {
  * .container {
    padding: 32px;
  }
}
* .container.sm-pd {
  padding-top: 24px;
  padding-bottom: 24px;
}
* h1 {
  font-size: 2.5rem;
  color: white;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.5;
}
* h2 {
  font-size: 1.875rem;
  color: #314965;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
* h3 {
  font-size: 1.5rem;
  color: #314965;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  margin: 4px 0;
}
* h4 {
  font-size: 1.25rem;
  color: #314965;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4px;
}
* h5 {
  font-size: 1.125rem;
  color: white;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 4px;
}
* p {
  font-size: 1rem;
  color: #727171;
  padding: 0;
  margin: 0;
  text-align: justify;
  line-height: 1.8;
  font-weight: 500;
}
* .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
* .multiline-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
* a {
  text-decoration: none !important;
  list-style: none !important;
}
* .clearfix {
  clear: both;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  font-weight: bold;
}
* .notice {
  color: #c95555 !important;
  margin: 0 !important;
}
* section {
  width: 100%;
}
* input option {
  color: #b3b3b3;
  font-size: 1.125rem;
}
* label {
  padding: 0;
  color: black;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 4px;
}
* input:not(.custom-control-input) {
  width: 100%;
  height: 40px;
  border-radius: 6px !important;
  border: solid 1px #dcdddd;
  background-color: white;
  color: #727171;
  padding: 0 8px;
  font-size: 1rem;
  line-height: 1.5;
}
* input:not(.custom-control-input):-webkit-autofill, * input:not(.custom-control-input):-webkit-autofill:hover, * input:not(.custom-control-input):-webkit-autofill:focus, * input:not(.custom-control-input):-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /*透明*/
}
* input:not(.custom-control-input)[type=submit], * input:not(.custom-control-input)[type=reset] {
  width: 100%;
  height: 40px;
  background-color: #2b5f75;
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 40px;
  border: none;
  padding: 0 64px;
  text-decoration: none;
  margin-bottom: 16px;
  cursor: pointer;
}
* input:not(.custom-control-input)[type=submit]:hover, * input:not(.custom-control-input)[type=reset]:hover {
  background-color: #2b5f75;
}
* input:not(.custom-control-input)[type=button] {
  width: 100%;
  height: 40px;
  background-color: #2b5f75;
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 40px;
  border: none;
  padding: 0;
  text-decoration: none;
  margin-bottom: 16px;
  cursor: pointer;
}
* input:not(.custom-control-input)[type=button]:hover {
  background-color: #2b5f75;
}
* input:not(.custom-control-input)[type=file] {
  border: none;
  padding: 8px 0;
}
* input:not(.custom-control-input)[disabled] {
  background-color: #dcdddd;
  cursor: not-allowed;
}
* input:not(.custom-control-input)[disabled]:hover {
  background-color: #dcdddd;
}
* input:not(.custom-control-input)[type=checkbox], * input:not(.custom-control-input)[type=radio] {
  width: 20px;
  height: 20px;
  line-height: 2;
  margin-right: 8px;
  display: inline;
}
@media (max-width: 568px) {
  * input:not(.custom-control-input)[type=checkbox], * input:not(.custom-control-input)[type=radio] {
    width: 25px;
    height: 25px;
  }
}
* input:not(.custom-control-input).submit {
  width: auto !important;
}
* input:not(.custom-control-input).google {
  border: solid 1px #f14336;
  color: #f14336;
  background-color: transparent;
}
* input:not(.custom-control-input).google:hover {
  background-color: rgba(241, 67, 54, 0.1);
}
* input:not(.custom-control-input).fb {
  border: solid 1px #1976d2;
  color: #1976d2;
  background-color: transparent;
}
* input:not(.custom-control-input).fb:hover {
  background-color: rgba(25, 118, 210, 0.1);
}
* ::-moz-placeholder {
  color: #b3b3b3;
}
* ::placeholder {
  color: #b3b3b3;
}
* ::-moz-selection {
  background-color: #007bff;
  color: white;
}
* ::selection {
  background-color: #007bff;
  color: white;
}
* select {
  -webkit-appearance: none; /* Safari & Chrome */
  -moz-appearance: none; /* FireFox */
  appearance: none;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #7db9de;
  background: url("../img/chevron-down-solid.svg") no-repeat scroll transparent;
  background-position: 97% center;
  background-color: white;
  color: #727171;
  padding: 0 8px;
  font-size: 1rem;
}
* select::-ms-expand {
  display: none;
}
* select option {
  color: #727171;
  padding: 16px;
  margin-bottom: 12px;
}
* textarea {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #a5abe4;
  resize: vertical;
}
* button {
  font-size: 1.125rem;
  padding: 4px 24px;
  background-color: #2b5f75;
  border-radius: 4px;
  border: none;
  color: white;
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
}
* button[disabled] {
  background-color: #a5dee4;
  cursor: not-allowed;
}
* button[disabled]:hover {
  background-color: #a5dee4;
}
* button .fas {
  margin-right: 12px;
}
* button.notice {
  background-color: #c95555 !important;
  color: white !important;
}
* .button-outline {
  border-radius: 8px;
  background-color: white;
  box-shadow: #7db9de 0 0 0 1px;
  font-size: 1.25rem;
  color: #7db9de;
  font-weight: bold;
  cursor: pointer;
}
* .button-outline:hover {
  background-color: #7db9de;
  color: white;
  transition: 0.5s;
}
* .button-outline[disabled] {
  background-color: #a5dee4;
  cursor: not-allowed;
}
* .button-outline[disabled]:hover {
  background-color: #a5dee4;
}
* .button-outline .fas {
  margin-right: 12px;
}
* .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  white-space: nowrap;
}
@media (max-width: 568px) {
  * .pagination {
    justify-content: center;
    text-align: left;
    white-space: initial;
    margin-top: 8px;
  }
}
@media (max-width: 320px) {
  * .pagination {
    margin-top: 0;
  }
}
* .pagination ul {
  margin: 0;
  padding: 0 !important;
}
@media (max-width: 568px) {
  * .pagination ul {
    display: flex;
    flex-wrap: wrap;
  }
}
* .pagination ul li {
  display: inline;
  text-decoration: none;
  padding: 0;
}
@media (max-width: 568px) {
  * .pagination ul li {
    margin: 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 320px) {
  * .pagination ul li {
    margin-bottom: 8px;
  }
}
* .pagination ul li a {
  display: inline;
  padding: 4px 12px;
  border: solid 1px #a5dee4;
  margin: -2px;
  font-size: 1rem;
  line-height: 2;
  color: #7db9de;
}
@media (max-width: 568px) {
  * .pagination ul li a {
    padding: 8px 16px;
    font-size: 1.125rem;
  }
}
@media (max-width: 320px) {
  * .pagination ul li a {
    padding: 4px 12px;
  }
}
* .pagination ul li a:hover {
  background-color: rgba(125, 185, 222, 0.1);
}
* .pagination ul li .active {
  background-color: #7db9de;
  color: white;
  border: solid 1px #7db9de;
}
* .pagination ul li .active:hover {
  background-color: #7db9de;
}
* .pagination ul li .fas {
  font-size: 1rem;
  color: #7db9de;
}

html {
  scroll-behavior: smooth;
  width: 100vw;
  overflow-x: hidden;
}
html body {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  overflow-x: hidden;
  font-size: 1rem;
  background-color: white !important;
  /* Loaders */
}
@media (max-width: 568px) {
  html body {
    font-size: 0.875rem;
  }
}
html body .icon p {
  text-align: center;
}
html body .breadcrumb {
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  html body .breadcrumb {
    padding: 0;
  }
}
html body .breadcrumb .container {
  padding: 0 !important;
}
html body .breadcrumb .container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
html body .breadcrumb .container ul a {
  color: #727171;
}
html body .breadcrumb .container ul a:hover .fas, html body .breadcrumb .container ul a:hover p {
  color: #7db9de;
}
html body .breadcrumb .container ul li {
  font-size: 1rem;
  color: #727171;
  line-height: 1rem;
  display: inline;
  list-style: none;
  margin-right: 5px;
}
html body .breadcrumb .container ul .fas {
  font-size: 1rem;
  line-height: 1rem;
  color: #727171;
}
html body .breadcrumb .container ul span {
  color: black;
}
html body .navbar {
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #2b5f75;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  html body .navbar {
    justify-content: unset;
  }
}
html body .navbar .pc {
  width: 100%;
  max-width: 1140px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  html body .navbar .pc {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  html body .navbar .pc {
    display: none;
  }
}
html body .navbar .pc .navbar-L {
  width: 25%;
  display: flex;
  align-items: center;
  line-height: inherit;
}
html body .navbar .pc .navbar-L h4 {
  font-size: 1.25rem;
  color: white;
  margin: 0;
  padding: 0;
}
html body .navbar .pc .navbar-L h1 {
  display: flex;
  align-items: center;
  line-height: inherit;
}
html body .navbar .pc .navbar-L h1 .logo {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 60px;
}
html body .navbar .pc .navbar-R {
  width: 75%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
html body .navbar .pc .navbar-R a:not(.nav-list a) {
  margin: 0 16px;
}
html body .navbar .pc .navbar-R a:not(.nav-list a):last-child {
  margin-right: 0;
}
html body .navbar .pc .navbar-R .menu-title {
  font-size: 1.25rem;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 80px;
  display: inline;
  font-weight: bold;
}
html body .navbar .pc .navbar-R .menu-title.focus-btn {
  padding: 4px 16px;
  border-radius: 50px;
  background-color: white;
  color: #2b5f75;
}
html body .navbar .pc .navbar-R .nav-function {
  position: relative;
}
html body .navbar .pc .navbar-R .nav-function:hover .nav-list {
  display: block;
  transition: 0.5s;
}
html body .navbar .pc .navbar-R .nav-list {
  display: none;
  text-align: center;
  position: absolute;
  top: 80px;
  left: calc(50% - 80px);
  width: 160px;
  padding: 20px;
  background-color: #1c4b60;
}
html body .navbar .pc .navbar-R .nav-list .menu-title {
  margin: 0;
  padding: 0;
  line-height: 48px;
}
html body .navbar .mobile {
  display: none;
  width: 100%;
  height: 60px;
  position: relative;
}
@media (max-width: 768px) {
  html body .navbar .mobile {
    display: block;
  }
}
@media (max-width: 568px) {
  html body .navbar .mobile {
    height: 65px;
  }
}
html body .navbar .mobile .menu {
  position: absolute;
  top: 0;
  left: 0px;
  display: flex;
}
html body .navbar .mobile .menu .fas.fa-bars {
  font-size: 30px;
  line-height: 60px;
  padding: 0 25px;
  color: white;
}
@media (max-width: 568px) {
  html body .navbar .mobile .menu .fas.fa-bars {
    line-height: 65px;
  }
}
html body .navbar .mobile .menu ul {
  display: inline-block;
  width: 100vw;
  height: 100vh;
  background-color: #1c4b60;
  font-size: 1.25rem;
  line-height: 60px;
  position: absolute;
  top: 60px;
  left: -100vw;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: 0.7s;
  list-style: none;
  overflow-y: scroll;
}
@media (max-width: 568px) {
  html body .navbar .mobile .menu ul {
    top: 65px;
  }
}
html body .navbar .mobile .menu ul .nav-item.dropdown .dropdown-menu {
  background-color: #184154;
  text-align: center;
}
html body .navbar .mobile .menu ul .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  color: white !important;
}
html body .navbar .mobile .menu ul .nav-item.dropdown .nav-link.dropdown-toggle {
  padding: 5px 0;
}
html body .navbar .mobile .menu a {
  display: block;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
}
html body .navbar .mobile .menu .active-ul {
  display: inline-block;
  color: #7db9de;
  transition: 0.7s;
  top: 60px;
  left: 0;
}
@media (max-width: 568px) {
  html body .navbar .mobile .menu .active-ul {
    top: 65px;
  }
}
html body .navbar .mobile .title {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
@media (max-width: 768px) {
  html body .navbar .mobile .title {
    height: 60px;
  }
}
@media (max-width: 568px) {
  html body .navbar .mobile .title {
    height: 65px;
  }
}
html body .navbar .mobile .title h1 {
  height: inherit;
  line-height: inherit;
}
html body .navbar .mobile .title h1 img {
  width: 100%;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
html body .footer {
  background-color: #2b5f75;
}
html body .footer h5,
html body .footer p {
  color: white;
}
html body .footer .ft-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 32px 0;
  padding-bottom: 16px;
  margin: auto;
  max-width: 1140px;
}
@media (max-width: 1024px) {
  html body .footer .ft-top {
    padding: 24px 32px;
  }
}
html body .footer .ft-top .text-gp {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0.5px;
}
@media (max-width: 568px) {
  html body .footer .ft-top .text-gp {
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }
}
html body .footer .ft-top .text-gp .link-gp {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 568px) {
  html body .footer .ft-top .text-gp .link-gp {
    flex-wrap: wrap;
  }
}
html body .footer .ft-top .text-gp .link-gp .title {
  margin: 0;
  margin-right: 20px;
  font-size: 1.25rem;
  color: white;
  font-weight: bold;
}
@media (max-width: 568px) {
  html body .footer .ft-top .text-gp .link-gp .title {
    padding-bottom: 8px;
  }
}
html body .footer .ft-top .text-gp .link-gp a {
  color: #a5dee4;
  font-size: 0.875rem;
  border: solid 1px #a5dee4;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: bold;
}
@media (max-width: 768px) {
  html body .footer .ft-top .text-gp .text-box {
    margin: 0;
    margin-bottom: 4px;
  }
  html body .footer .ft-top .text-gp .text-box:first-child {
    width: 45%;
  }
  html body .footer .ft-top .text-gp .text-box:last-child {
    width: 45%;
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  html body .footer .ft-top .text-gp .text-box {
    width: 100%;
  }
}
html body .footer .ft-top .text-gp .text-box p {
  text-align: left;
}
@media (max-width: 568px) {
  html body .footer .ft-top .text-gp .text-box p {
    margin-bottom: 8px;
  }
}
html body .footer .ft-top .text-gp .text-box i {
  width: 15px;
  height: 15px;
  text-align: center;
  margin-right: 8px;
}
html body .footer .ft-top .text-gp .text-box a {
  color: white;
  line-height: 2;
  display: inline-block;
}
@media (max-width: 768px) {
  html body .footer .ft-top .text-gp .social-gp {
    width: 8%;
  }
}
@media (max-width: 568px) {
  html body .footer .ft-top .text-gp .social-gp {
    width: 100%;
    margin-top: 12px;
  }
}
html body .footer .ft-top .text-gp .social-gp a {
  color: white;
  display: flex;
  align-items: center;
}
html body .footer .ft-top .text-gp .social-gp a i {
  font-size: 1.7rem;
  margin-right: 8px;
}
@media (max-width: 568px) {
  html body .footer .ft-top .text-gp .social-gp a i {
    font-size: 2.5rem;
  }
}
html body .footer .ft-top .copyright {
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
html body .footer .ft-top .copyright p {
  color: white;
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
@media (max-width: 568px) {
  html body .footer .ft-top .copyright p {
    font-size: 14px;
  }
}
html body .fastlink {
  width: 100%;
  padding: 64px 0;
  background-color: rgba(125, 185, 222, 0.3);
  text-align: center;
}
@media (max-width: 768px) {
  html body .fastlink {
    width: 100%;
    padding: 24px;
  }
  html body .fastlink h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 568px) {
  html body .fastlink {
    padding: 40px 24px;
  }
}
html body .fastlink .btn {
  margin-top: 20px;
  padding: 8px 24px;
  background-color: #2b5f75;
  border: none;
  display: inline-block;
  border-radius: 4px;
}
html body .fastlink .btn:hover {
  background-color: black;
  transition: 0.5s;
}
html body .fastlink .btn h3,
html body .fastlink .btn h4,
html body .fastlink .btn h5 {
  color: white;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  html body .fastlink .btn {
    margin-top: 12px;
  }
}
html body .fastlink h3 {
  display: block;
}
@media (max-width: 568px) {
  html body .fastlink h3 {
    display: none;
  }
}
html body .fastlink h3.mobile {
  display: none;
}
@media (max-width: 568px) {
  html body .fastlink h3.mobile {
    display: block;
    font-size: 1.5rem;
  }
  html body .fastlink h3.mobile .title {
    font-size: 1.5rem;
  }
}
html body .back-top {
  width: 60px;
  height: 60px;
  z-index: 999;
  position: fixed;
  right: 40px;
  bottom: 30px;
  background-color: #7db9de;
  border-radius: 50%;
  font-size: 1.25rem;
  color: white;
  line-height: 55px;
  text-align: center;
}
@media (max-width: 1024px) {
  html body .back-top {
    right: 25px;
    bottom: 25px;
  }
}
html body .top-BN {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
html body .top-BN .BN-text-gp {
  width: 80%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
html body .top-BN .BN-text-gp .title {
  font-size: 2.5rem;
  color: white;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
html body .top-BN .BN-text-gp p {
  color: white;
  margin-bottom: 4px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
html body .top-BN img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
html body .top-BN .NOBN-text-gp {
  padding-top: 120px;
}
@media (max-width: 768px) {
  html body .top-BN .NOBN-text-gp {
    padding-top: 100px;
  }
}
html body .top-BN .NOBN-text-gp p {
  color: #314965;
  margin-bottom: 4px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  html body .collapse-gp {
    padding: 0;
  }
}
html body .collapse-gp .collapsible {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  padding: 8px 16px;
  margin-bottom: 12px;
  border: none;
  background-color: #e5f1f9;
  text-align: left;
  outline: none;
  font-size: 1.125rem;
  color: #314965;
  font-weight: bold;
}
@media (max-width: 320px) {
  html body .collapse-gp .collapsible {
    font-size: 1.125rem;
  }
}
html body .collapse-gp .collapsible:after {
  content: "+";
  color: #314965;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
html body .collapse-gp .active:after {
  content: "−";
}
html body .collapse-gp .content {
  padding: 0 16px;
  margin-bottom: 4px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media (max-width: 320px) {
  html body .collapse-gp .content {
    margin-bottom: 4px;
  }
}
html body .collapse-gp .content p {
  text-align: left;
  font-size: 1rem;
  color: #727171;
  line-height: 2rem;
  margin-bottom: 8px;
}
@media (max-width: 320px) {
  html body .collapse-gp .content p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
html body .collapse-gp .content ul {
  list-style: decimal;
  font-size: 1.125rem;
  color: #727171;
  display: block;
  text-align: left;
  padding-left: 0;
  margin: 12px 0;
}
@media (max-width: 320px) {
  html body .collapse-gp .content ul {
    font-size: 1rem;
  }
}
html body .collapse-gp .content ul li {
  list-style-position: inside;
}
html body form {
  background-color: #e5f1f9;
  padding: 40px 0;
  margin-top: 20px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  html body form {
    padding: 24px 0;
  }
}
@media (max-width: 568px) {
  html body form {
    border-radius: 16px;
  }
}
html body form .form-gp {
  max-width: 800px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
html body form .form-gp:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  html body form .form-gp {
    padding: 0 24px;
    max-width: unset;
    flex-wrap: wrap;
  }
}
@media (max-width: 568px) {
  html body form .form-gp {
    padding: 0 16px;
    max-width: unset;
    justify-content: space-between;
  }
}
html body form .form-gp label {
  width: 15%;
  text-align: right;
  margin: 0;
  margin-right: 12px;
  color: #2b5f75;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  html body form .form-gp label {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 568px) {
  html body form .form-gp label {
    margin-right: 0;
    margin-bottom: 4px;
    width: 100%;
  }
}
html body form .form-gp input,
html body form .form-gp select {
  background-color: white;
  width: 75%;
  height: 44px;
  border: 1px solid #a5dee4;
  padding: 0 8px;
  color: #727171;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media (max-width: 768px) {
  html body form .form-gp input,
  html body form .form-gp select {
    width: 100%;
  }
}
html body form .form-gp input[type=submit], html body form .form-gp input[type=button], html body form .form-gp input[type=reset],
html body form .form-gp select[type=submit],
html body form .form-gp select[type=button],
html body form .form-gp select[type=reset] {
  height: 44px;
  width: unset;
  background-color: #2b5f75;
  color: white;
  font-size: 1.125rem;
  line-height: 1.5;
  border: none;
  padding: 0 24px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 568px) {
  html body form .form-gp input[type=submit], html body form .form-gp input[type=button], html body form .form-gp input[type=reset],
  html body form .form-gp select[type=submit],
  html body form .form-gp select[type=button],
  html body form .form-gp select[type=reset] {
    width: 100%;
  }
}
html body form .form-gp input:not(:last-child),
html body form .form-gp select:not(:last-child) {
  margin-right: 12px;
}
html body form .form-gp textarea {
  width: 75%;
  border-radius: 5px;
  border: 1px solid #a5dee4;
  padding: 12px 8px;
  color: #727171;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media (max-width: 768px) {
  html body form .form-gp textarea {
    width: 100%;
  }
}
html body form .form-gp input:focus,
html body form .form-gp select:focus,
html body form .form-gp option:focus,
html body form .form-gp textarea:focus {
  outline: 1px solid #7db9de;
}
html body form .choice .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 568px) {
  html body form .choice .item {
    width: 100%;
  }
  html body form .choice .item:not(:nth-last-child(1)) {
    margin-bottom: 16px;
  }
}
html body form .choice .item label {
  width: 100%;
  font-size: 1.125rem;
}
html body form .choice .item input {
  width: 25px;
  height: 25px;
  margin: 0;
  margin-right: 8px;
  vertical-align: middle;
}
html body form .choice .item a {
  color: #009bcc;
  font-size: 1.125rem;
  margin-left: 4px;
}
html body table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}
html body table th,
html body table td {
  padding: 8px 8px;
  text-align: center;
}
html body table tr:nth-child(even):not(:last-child) {
  background-color: white;
}
html body table tr:nth-child(odd) {
  background-color: #e5f1f9;
}
html body table tr th {
  text-align: center;
  width: 30%;
}
html body table tr th:nth-child(1) {
  width: 10%;
}
@media (max-width: 768px) {
  html body table tr th {
    width: 29%;
  }
  html body table tr th:nth-child(1) {
    width: 13%;
  }
}
@media (max-width: 568px) {
  html body table tr th:nth-child(1) {
    width: 25%;
  }
}
html body table tr td {
  color: #727171;
}
@media (max-width: 568px) {
  html body table tr td {
    flex-wrap: wrap;
  }
}
html body table tr .btn {
  margin: 0 4px;
}
@media (max-width: 768px) {
  html body table tr .btn {
    margin: 4px 12px;
  }
}
@media (max-width: 568px) {
  html body table tr .btn {
    margin: 12px 12px 12px 0 !important;
  }
}
html body table tr .btn-primary {
  background-color: #7db9de;
}
html body .searchbar {
  display: flex;
}
@media (max-width: 568px) {
  html body .searchbar {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
}
html body .searchbar select {
  min-width: 150px;
  width: initial;
  margin-right: 20px;
}
@media (max-width: 568px) {
  html body .searchbar select {
    width: 100%;
    margin-bottom: 20px;
  }
}
html body .searchbar input[type=search] {
  width: 150px;
  padding: 2px 8px;
  border-radius: 4px;
  border: solid 1px #7db9de;
  background: url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 95% center;
}
@media (max-width: 568px) {
  html body .searchbar input[type=search] {
    width: 100%;
    padding: 5px 8px;
  }
}
html body .searchbar input[type=search]:focus {
  width: 180px;
  transition: 0.5s;
}
@media (max-width: 568px) {
  html body .searchbar input[type=search]:focus {
    width: 100%;
  }
}
html body .searchbar button {
  margin-left: 20px;
}
@media (max-width: 568px) {
  html body .searchbar button {
    width: 100%;
    margin-top: 12px;
  }
}
html body .loader {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1000;
}
html body .line-spin-fade-loader {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body .line-spin-fade-loader > div {
  background-color: #fff;
}
html body .loader-inner {
  margin: 30px;
}
html body .d-none {
  display: none;
}
html body .content-normal ul:not(.nav, .breadcrumb) {
  text-align: left;
  padding: 0;
  margin-top: 0;
}
html body .content-normal ul:not(.nav, .breadcrumb) li:not(.nav-item) {
  line-height: 2;
  color: #727171;
  list-style: decimal;
  list-style-position: inside;
}
html body .content-normal ul:not(.nav, .breadcrumb).dot li {
  list-style: disc;
  text-indent: 16px;
  list-style-position: inside;
}
html body .content-normal a {
  color: #009bcc;
  font-weight: bold;
}
html body .content-normal h6 {
  margin-bottom: 8px;
}
html body .content-normal h4 {
  margin-bottom: 8px;
}
html body .content-normal h3,
html body .content-normal h4,
html body .content-normal h5 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 4px;
}
html body .swiper-container {
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  html body .swiper-container {
    height: 45vh;
  }
}
@media (max-width: 768px) {
  html body .swiper-container {
    height: 60vh;
  }
}
@media (max-width: 568px) {
  html body .swiper-container .swiper-button-next,
  html body .swiper-container .swiper-button-prev {
    display: none;
  }
}
html body .swiper-container .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: white;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .swiper-container .swiper-slide h2,
html body .swiper-container .swiper-slide p {
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
html body .swiper-container .swiper-slide img,
html body .swiper-container .swiper-slide picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  html body .swiper-container .swiper-slide .BN1 {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
@media (max-width: 768px) {
  html body .swiper-container .swiper-slide .BN2 {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
@media (max-width: 768px) {
  html body .swiper-container .swiper-slide .BN3 {
    -o-object-position: 15%;
       object-position: 15%;
  }
}
html body .swiper-container .swiper-slide .BN-text-gp {
  position: absolute;
}
html body .swiper-container .swiper-slide .BN-text-gp h2 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
@media (max-width: 320px) {
  html body .swiper-container .swiper-slide .BN-text-gp h2 {
    font-size: 1.5rem;
  }
}
html body .swiper-container .swiper-slide .BN-text-gp p {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 320px) {
  html body .swiper-container .swiper-slide .BN-text-gp p {
    font-size: 1.125rem;
    padding: 0 16px;
  }
}
html body .swiper-container .swiper-slide #BN-title1 {
  top: 18%;
}
@media (max-width: 768px) {
  html body .swiper-container .swiper-slide #BN-title1 {
    top: 45%;
    margin: auto;
  }
}
html body .swiper-container .swiper-slide #BN-title2 {
  top: 45%;
  right: 15%;
}
@media (max-width: 768px) {
  html body .swiper-container .swiper-slide #BN-title2 {
    top: 45%;
    right: unset;
    margin: auto;
  }
}
html body .swiper-container .swiper-slide #BN-title3 {
  top: 45%;
  left: 13%;
}
@media (max-width: 768px) {
  html body .swiper-container .swiper-slide #BN-title3 {
    top: 45%;
    left: unset;
    margin: auto;
  }
}
html body .content-torment .icon-gp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  html body .content-torment .icon-gp {
    justify-content: start;
  }
}
html body .content-torment .icon-gp .icon {
  width: 33.3%;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  html body .content-torment .icon-gp .icon {
    width: 50%;
    padding: 0 8px;
  }
}
@media (max-width: 568px) {
  html body .content-torment .icon-gp .icon {
    width: 100%;
    margin-bottom: 20px;
  }
}
html body .content-torment .icon-gp .icon img {
  margin: 12px 0;
  width: 200px;
  height: 200px;
}
@media (max-width: 568px) {
  html body .content-torment .icon-gp .icon img {
    width: 150px;
    height: 150px;
  }
}
html body .content-whats365 {
  background-color: #e5f1f9;
  background-image: url(../img/cloud.png);
  background-position: left 100%;
  background-repeat: no-repeat;
}
html body .content-whats365 p {
  text-align: center;
}
html body .content-module .container .breadcrumb {
  margin-bottom: 36px;
}
html body .content-module .container .swiper-container {
  height: auto;
  margin: 0;
}
html body .content-module .container .swiper-container img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
html body .content-module .container .explain-L {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
html body .content-module .container .explain-L:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  html body .content-module .container .explain-L:not(:last-child) {
    margin-bottom: 36px;
  }
}
@media (max-width: 568px) {
  html body .content-module .container .explain-L {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
html body .content-module .container .explain-R {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
}
html body .content-module .container .explain-R:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  html body .content-module .container .explain-R:not(:last-child) {
    margin-bottom: 36px;
  }
}
@media (max-width: 568px) {
  html body .content-module .container .explain-R {
    flex-direction: column;
  }
}
html body .content-module .container .explain-img {
  width: 45%;
}
@media (max-width: 768px) {
  html body .content-module .container .explain-img {
    width: 45%;
    margin: auto;
  }
}
@media (max-width: 568px) {
  html body .content-module .container .explain-img {
    width: 100%;
  }
}
html body .content-module .container .explain-img img {
  width: 100%;
  height: 100%;
  max-width: 600px;
}
html body .content-module .container .text-box {
  width: 40%;
  text-align: center;
}
@media (max-width: 768px) {
  html body .content-module .container .text-box {
    width: 55%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 36px;
    padding: 0 24px;
  }
}
@media (max-width: 568px) {
  html body .content-module .container .text-box {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 568px) {
  html body .content-module .container .text-box h2 {
    margin-bottom: 12px;
  }
}
html body .content-module .container .text-box .text-gp {
  margin-bottom: 20px;
}
html body .content-module .container .text-box .text-gp p,
html body .content-module .container .text-box .text-gp h3 {
  text-align: left;
}
html body .content-module .container .text-box .btn {
  padding: 8px 24px;
  background-color: #2b5f75;
  border: none;
  display: inline-block;
  border-radius: 4px;
  margin-top: 12px;
}
html body .content-module .container .text-box .btn:hover {
  background-color: black;
  transition: 0.5s;
}
html body .content-module .container .text-box .btn h3,
html body .content-module .container .text-box .btn h4,
html body .content-module .container .text-box .btn h5 {
  color: white;
  margin-bottom: 0;
}
html body .content-module .container .text-box h3 {
  text-align: left;
}
html body .content-module .container .text-left:not(:first-child) {
  margin-top: 36px;
}
html body .content-module .container .text-left * {
  text-align: left;
}
html body .content-module .container .text-left h2 {
  margin-bottom: 12px;
}
html body .content-module .container .text-left .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #314965;
}
html body .content-module .container .card-gp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
html body .content-module .container .card-gp .card {
  width: 48%;
  background-color: #e5f1f9;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 36px;
  border: none;
}
@media (max-width: 568px) {
  html body .content-module .container .card-gp .card {
    width: 100%;
    margin-bottom: 20px;
  }
}
html body .content-module .container .card-gp .card .title {
  margin-bottom: 4px;
}
html body .content-module .container .icon-gp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  html body .content-module .container .icon-gp {
    flex-wrap: wrap;
    justify-content: center;
  }
}
html body .content-module .container .icon-gp * {
  text-align: center;
}
html body .content-module .container .icon-gp .icon {
  width: 20%;
  padding: 32px 24px;
}
@media (max-width: 768px) {
  html body .content-module .container .icon-gp .icon {
    width: 33.3%;
    padding: 0;
    padding-bottom: 32px;
  }
}
@media (max-width: 568px) {
  html body .content-module .container .icon-gp .icon {
    width: 100%;
  }
}
html body .content-module .container .icon-gp .icon img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
html body .content-module .container .icon-gp .icon .title {
  font-size: 1.25rem;
  color: #314965;
  padding-bottom: 8px;
}
html body .content-card {
  background-color: #e5f1f9;
}
html body .content-card .container {
  display: flex;
  justify-content: space-around;
  padding: 64px 0;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  html body .content-card .container {
    padding: 40px;
    justify-content: space-between;
  }
}
html body .content-card .container .block {
  width: 40%;
  background-color: white;
  padding: 64px;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  html body .content-card .container .block {
    padding: 24px;
    width: 47%;
  }
}
@media (max-width: 568px) {
  html body .content-card .container .block {
    width: 100%;
  }
  html body .content-card .container .block:not(:last-child) {
    margin-bottom: 36px;
  }
}
html body .content-card .container .block .text-gp .title {
  font-size: 1.5rem;
  color: #314965;
  font-weight: bold;
  text-align: left;
  padding-left: 24px;
  margin-top: 12px;
}
html body .content-card .container .block .text-gp img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
html body .content-card .container .block ol li {
  color: #727171;
  width: auto;
  text-align: left;
  line-height: 2;
}
html body .content-type .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 64px;
}
@media (max-width: 768px) {
  html body .content-type .container {
    padding: 40px;
  }
}
html body .content-type .container h2 {
  width: 100%;
  margin-bottom: 36px;
  text-align: left;
}
html body .content-type .container .block {
  width: 45%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  html body .content-type .container .block {
    width: 47%;
  }
}
@media (max-width: 568px) {
  html body .content-type .container .block {
    width: 100%;
  }
  html body .content-type .container .block:last-child {
    margin-bottom: 0;
  }
}
html body .content-type .container .block .title {
  background-color: #2b5f75;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  padding: 4px 16px;
  border-radius: 6px;
}
html body .content-type .container .block ol {
  text-align: left;
  padding-left: 0;
  list-style-position: inside;
  line-height: 1.75;
  color: #727171;
  margin-top: 12px;
}
html body .content-picture.blue {
  background-color: #7db9de;
}
html body .content-picture .container .text-gp {
  margin-bottom: 20px;
}
html body .content-picture .container .text-gp.left > * {
  text-align: left;
  padding-left: 40px;
}
@media (max-width: 568px) {
  html body .content-picture .container .text-gp.left > * {
    padding-left: 0;
  }
}
html body .content-picture .container .text-gp p {
  text-align: center;
  color: black;
}
@media (max-width: 568px) {
  html body .content-picture .container .text-gp p {
    text-align: left;
  }
}
html body .content-picture .container img {
  width: 1000px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  html body .content-picture .container img {
    width: 90%;
  }
}
html body .content-picture .container .explain-L {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
html body .content-picture .container .explain-L:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  html body .content-picture .container .explain-L:not(:last-child) {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  html body .content-picture .container .explain-L {
    flex-wrap: wrap;
  }
}
@media (max-width: 568px) {
  html body .content-picture .container .explain-L {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
html body .content-picture .container .explain-R {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
}
html body .content-picture .container .explain-R:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  html body .content-picture .container .explain-R:not(:last-child) {
    margin-bottom: 36px;
  }
}
@media (max-width: 568px) {
  html body .content-picture .container .explain-R {
    flex-direction: column;
  }
}
html body .content-picture .container .explain-img {
  width: 50%;
  width: 45%;
}
@media (max-width: 1280px) {
  html body .content-picture .container .explain-img {
    width: 50%;
    padding-right: 32px;
  }
}
@media (max-width: 768px) {
  html body .content-picture .container .explain-img {
    width: 70%;
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  html body .content-picture .container .explain-img {
    width: 100%;
  }
}
html body .content-picture .container .explain-img img {
  width: 100%;
  height: 100%;
  max-width: 600px;
}
html body .content-picture .container .text-box {
  width: 50%;
  text-align: center;
  padding: 24px 0;
}
@media (max-width: 1367px) {
  html body .content-picture .container .text-box {
    width: 45%;
    padding-right: 40px;
  }
}
@media (max-width: 1280px) {
  html body .content-picture .container .text-box {
    width: 50%;
  }
}
@media (max-width: 768px) {
  html body .content-picture .container .text-box {
    width: 100%;
    padding-right: 0;
  }
}
html body .content-picture .container .text-box .card {
  background-color: white;
  padding: 16px 32px;
  border-radius: 8px;
}
html body .content-picture .container .text-box .card:not(:last-child) {
  margin-bottom: 36px;
}
html body .content-picture .container .text-box .card img {
  width: 75%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
html body .content-picture .container .text-box h3 {
  text-align: left;
}
@media (max-width: 568px) {
  html body .content-picture .container .text-box h3 {
    margin-bottom: 12px;
  }
}
html body .content-function .explain-M {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  html body .content-function .explain-M {
    margin-bottom: unset;
  }
}
@media (max-width: 568px) {
  html body .content-function .explain-M {
    margin-bottom: 20px;
  }
}
html body .content-function .explain-M .explain-img {
  width: 100%;
}
html body .content-function .explain-M .explain-img img {
  border-radius: 30px;
}
@media (max-width: 568px) {
  html body .content-function .explain-M .explain-img img {
    border-radius: 20px;
  }
}
html body .content-function .explain-M .text-gp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
html body .content-function .explain-M .text-gp .mg-XS {
  margin-bottom: 4px;
}
html body .content-function .explain-M .text-box {
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 568px) {
  html body .content-function .explain-M .text-box {
    margin-bottom: 20px;
  }
}
html body .content-function .explain-L {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  html body .content-function .explain-L {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (max-width: 568px) {
  html body .content-function .explain-L {
    margin-bottom: 36px;
  }
}
html body .content-function .explain-L p {
  margin-bottom: 20px;
}
html body .content-function .explain-R {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  html body .content-function .explain-R {
    flex-direction: column-reverse;
  }
}
@media (max-width: 568px) {
  html body .content-function .explain-R {
    margin-bottom: 36px;
  }
}
html body .content-function .explain-R p {
  margin-bottom: 20px;
}
html body .content-function .explain-img {
  width: 50%;
  margin: unset;
}
@media (max-width: 768px) {
  html body .content-function .explain-img {
    width: 100%;
  }
}
html body .content-function .explain-img img {
  width: 100%;
  height: 100%;
}
html body .content-function .text-box {
  margin-top: 20px;
  width: 40%;
}
@media (max-width: 768px) {
  html body .content-function .text-box {
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 568px) {
  html body .content-function .text-box {
    margin-top: unset;
  }
}
html body .content-function .text-box .header {
  width: 100%;
}
html body .content-function .text-box .header h2 {
  text-align: left;
}
html body .content-function .text-box .header h3 {
  margin-bottom: 5px;
  color: #2b5f75;
}
@media (max-width: 768px) {
  html body .content-function .text-box .header h3 {
    margin-bottom: 0;
  }
}
html body .content-function .text-box .header h4 {
  margin: 0;
  color: rgba(43, 95, 117, 0.6);
}
@media (max-width: 768px) {
  html body .content-function .text-box .header h4 {
    margin: 5px 0 0 0;
  }
}
html body .content-function .text-box .body {
  padding-top: 8px;
}
html body .content-function .text-box .body p {
  font-size: 1.25rem;
  text-align: justify;
}
html body .content-function .text-box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}
html body .content-function .text-box .list ul {
  width: 50%;
  text-align: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
  line-height: 2rem;
  color: #2b5f75;
}
@media (max-width: 320px) {
  html body .content-function .text-box .list ul {
    font-size: 14px;
    line-height: 28px;
  }
}
html body .content-function .text-box .list ul i {
  padding-right: 7px;
  margin-bottom: 4px;
  color: #2b5f75;
  font-size: 14px;
}
@media (max-width: 568px) {
  html body .content-function .text-box .list ul i {
    font-size: 12px;
    padding-right: 3px;
  }
}
html body .content-function .text-box .btn {
  padding: 8px 24px;
  background-color: #2b5f75;
  border: none;
  display: inline-block;
  border-radius: 4px;
}
html body .content-function .text-box .btn:hover {
  background-color: black;
  transition: 0.5s;
}
html body .content-function .text-box .btn h3,
html body .content-function .text-box .btn h4,
html body .content-function .text-box .btn h5 {
  color: white;
  margin-bottom: 0;
}
html body .content-function .container {
  padding-bottom: 0;
}
html body .content-function h2 {
  margin-bottom: 0;
}
html body .content-flow-attendance {
  background-color: #c5de7d;
  padding: 24px 0;
}
html body .content-flow-attendance img {
  width: 100%;
  border-radius: 20px;
}
html body .content-flow-money {
  background-color: #a5abe4;
  padding: 24px 0;
}
html body .content-flow-money img {
  width: 100%;
  border-radius: 20px;
}
html body .content-other {
  padding: 64px 0;
}
@media (max-width: 568px) {
  html body .content-other {
    padding: 32px 0;
  }
}
html body .content-other h2 {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  html body .content-other h2 {
    padding: 0 24px;
    line-height: 62px;
  }
}
html body .content-other .link-gp {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media (max-width: 1550px) {
  html body .content-other .link-gp {
    flex-wrap: wrap;
    padding: 0 24px;
  }
}
@media (max-width: 568px) {
  html body .content-other .link-gp {
    padding: 0;
  }
}
html body .content-other .link-gp .link {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 568px) {
  html body .content-other .link-gp .link {
    width: 100%;
  }
}
html body .content-other .link-gp .link h2 {
  text-align: center;
  margin: 0;
  margin-top: 8px;
}
@media (max-width: 568px) {
  html body .content-other .link-gp .link h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
html body .content-other .link-gp .link img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 568px) {
  html body .content-other .link-gp .link img {
    width: 80%;
  }
}
html body .content-other .link-gp h2 {
  margin-top: 12px;
}
html body .content-article .container {
  padding: 40px 24px;
  display: flex;
  flex-wrap: wrap;
}
html body .content-article .container h2 {
  width: 100%;
}
html body .content-article .container .breadcrumb .container {
  padding: 0;
}
html body .content-article .container .block-gp {
  width: 100%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 36px;
}
html body .content-article .container .block-gp .block {
  margin-right: 12px;
  margin-bottom: 20px;
  width: 24%;
  border: solid 1px #dcdddd;
  border-radius: 12px;
}
@media (max-width: 568px) {
  html body .content-article .container .block-gp .block {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }
}
html body .content-article .container .block-gp .block:nth-child(4n) {
  margin-right: 0;
}
html body .content-article .container .block-gp .block:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transform: translate(0px, -3px);
}
html body .content-article .container .block-gp .block a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
html body .content-article .container .block-gp .block a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}
html body .content-article .container .block-gp .block a .content {
  padding: 24px;
  background-color: white;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 1024px) {
  html body .content-article .container .block-gp .block a .content {
    padding: 20px;
  }
}
html body .content-article .container .block-gp .block a .content i {
  font-size: 1rem;
  margin-right: 2px;
  color: #ffc107;
}
html body .content-article .container .block-gp .block a .content .date {
  color: #7db9de;
  font-weight: bold;
  width: 100%;
  text-align: left;
  display: block;
}
html body .content-article .container .block-gp .block a .content .title {
  font-size: 1.25rem;
  color: #314965;
  line-height: 1.5;
  font-weight: bold;
  margin: 16px 0;
}
@media (max-width: 1024px) {
  html body .content-article .container .block-gp .block a .content .title {
    margin: 12px 0;
  }
}
@media (max-width: 568px) {
  html body .content-article .container .block-gp .block a .content .title {
    margin: 16px 0;
  }
}
html body .content-article .container .block-gp .block a .content p {
  line-height: 1.5;
  margin: 0;
}
html body .content-article-content {
  padding-top: 80px;
}
@media (max-width: 768px) {
  html body .content-article-content {
    padding-top: 60px;
  }
}
html body .content-article-content .container {
  padding: 40px 24px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  html body .content-article-content .container {
    padding: 32px 24px;
  }
}
@media (max-width: 768px) {
  html body .content-article-content .container {
    padding: 24px;
  }
}
html body .content-article-content .container h2 {
  width: 100%;
}
html body .content-article-content .container .breadcrumb .container {
  padding: 0;
}
html body .content-article-content .container .content-header {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 12px;
  margin-bottom: 36px;
}
html body .content-article-content .container .content-header img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
html body .content-article-content .container .content-header .text-gp {
  width: 100%;
  margin-bottom: 36px;
  text-align: left;
}
html body .content-article-content .container .content-header .text-gp h2 {
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
html body .content-article-content .container .content-header .text-gp i {
  margin-right: 8px;
  color: #cccccc;
}
html body .content-article-content .container .content-header .text-gp span {
  margin-right: 16px;
  color: #727171;
}
html body .content-article-content .container .content-header .text-gp a {
  color: #009bcc;
  font-weight: bold;
}
html body .content-article-content .container .content-body {
  margin: auto;
  max-width: 800px;
  width: 100%;
}
html body .content-article-content .container .content-body .text-gp {
  margin-bottom: 36px;
  text-align: left;
}
html body .content-article-content .container .content-body .text-gp a {
  color: #009bcc;
  font-weight: bold;
}
html body .content-article-content .container .content-body .text-gp img {
  width: 100%;
  margin: 16px 0;
  -o-object-fit: contain;
     object-fit: contain;
}
html body .content-article-content .container .content-body .text-gp h3,
html body .content-article-content .container .content-body .text-gp h4,
html body .content-article-content .container .content-body .text-gp h5 {
  width: 100%;
  text-align: left;
}
html body .content-article-content .container .content-body .text-gp .info {
  background-color: #e5f1f9;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 6px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #314965;
}
html body .content-article-content .container .content-body .text-gp ul {
  padding-left: 24px;
  list-style-position: outside;
}
html body .content-article-content .container .content-body .text-gp ul li {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  line-height: 1.75;
  color: #727171;
  padding-left: 8px;
}
html body .content-article-content .container .content-body .text-gp ul.number {
  list-style: decimal;
  padding-left: 24px;
  list-style-position: outside;
}
html body .content-article-content .container .content-body .text-gp ul.number li {
  padding-left: 8px;
}
html body .content-article-content .container .content-body .text-gp .quote {
  border-left: solid 4px #727171;
  padding-left: 16px;
  margin-left: 8px;
  margin-top: 16px;
}
html body .content-article-content .container .content-body .text-gp .quote p {
  font-size: 1.25rem;
  color: #727171;
}
html body .content-howmuch .explain {
  background-color: white;
}
html body .content-howmuch .explain p {
  text-align: center;
}
html body .content-howmuch .notice {
  color: #2b5f75;
  font-weight: bold;
}
html body .content-howmuch .plan {
  background-color: #7db9de;
}
@media (max-width: 1550px) {
  html body .content-howmuch .plan .container {
    padding: 40px 64px;
  }
}
@media (max-width: 1024px) {
  html body .content-howmuch .plan .container {
    padding: 32px 40px;
  }
}
@media (max-width: 768px) {
  html body .content-howmuch .plan .container {
    padding: 32px;
  }
}
html body .content-howmuch .plan .container .planbox {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body .content-howmuch .plan .container .planbox table {
  width: 30%;
}
@media (max-width: 568px) {
  html body .content-howmuch .plan .container .planbox table {
    width: 100%;
  }
  html body .content-howmuch .plan .container .planbox table:not(:last-of-type) {
    margin-bottom: 36px;
  }
}
html body .content-howmuch .plan .container .planbox table thead {
  background-color: white;
}
html body .content-howmuch .plan .container .planbox table thead tr:nth-child(1) {
  font-size: 1.25rem;
}
html body .content-howmuch .plan .container .planbox table thead tr:nth-child(1) th {
  border-radius: 16px 16px 0 0;
  border: none;
  outline: 1px solid #a5dee4;
}
html body .content-howmuch .plan .container .planbox table thead .function-icon th {
  padding: 32px;
}
html body .content-howmuch .plan .container .planbox table thead tr:not(:first-of-type) {
  border-right: 1px solid #a5dee4;
  border-left: 1px solid #a5dee4;
}
html body .content-howmuch .plan .container .planbox table thead img {
  width: 170px;
  height: 170px;
  margin: 0;
}
@media (max-width: 768px) {
  html body .content-howmuch .plan .container .planbox table thead img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 568px) {
  html body .content-howmuch .plan .container .planbox table thead img {
    width: 150px;
    height: 150px;
  }
}
html body .content-howmuch .plan .container .planbox table tbody tr:nth-last-of-type(1) td {
  border-radius: 0 0 0 16px;
  border-top: 1px solid #a5dee4;
}
html body .content-howmuch .plan .container .planbox table tbody tr:nth-last-of-type(1) td:nth-child(2) {
  border-radius: 0 0 16px 0;
}
html body .content-howmuch .plan .container .planbox table tbody tr:not(:nth-last-of-type(1)) {
  border-top: 1px solid #a5dee4;
  background-color: white;
}
html body .content-howmuch .plan .container .planbox table tbody td:nth-child(odd) {
  border-right: 1px solid #a5dee4;
}
html body .content-howmuch .plan .container .planbox table tbody tr:last-child td {
  background-color: white;
}
html body .content-howmuch .plan .container .planbox table tbody tr:nth-child(odd) td {
  background-color: rgba(229, 241, 249, 0.6);
}
html body .content-howmuch .plan .container .planbox table p {
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
  font-size: 1.125rem;
  color: black;
  line-height: 1;
}
html body .content-howmuch .plan .container .planbox .unit {
  width: 100%;
  text-align: right;
  color: #314965;
  font-weight: bold;
}
@media (max-width: 568px) {
  html body .content-howmuch .plan .container .planbox .unit {
    text-align: center;
  }
}
html body .content-howmuch .plan .container .planbox .unit i {
  color: #314965;
  margin-right: 8px;
  margin-top: 24px;
}
html body .content-howmuch .plan .container .planbox .unit a {
  color: #0d6efd;
}
@media (max-width: 568px) {
  html body .content-form .container {
    width: 100%;
    margin: unset;
  }
}
html body .content-form .container .code-gp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  html body .content-form .container .code-gp {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 320px) {
  html body .content-form .container .code-gp {
    margin-bottom: 12px;
  }
}
html body .content-form .container .code-gp label {
  width: 15%;
}
@media (max-width: 768px) {
  html body .content-form .container .code-gp label {
    width: 100%;
  }
}
html body .content-form .container .code-gp .text-gp {
  width: 75%;
  display: flex;
  align-items: center;
}
@media (max-width: 568px) {
  html body .content-form .container .code-gp .text-gp {
    width: 100%;
  }
}
html body .content-form .container .code-gp .text-gp .code {
  width: 35%;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  html body .content-form .container .code-gp .text-gp .code {
    width: 60%;
  }
}
@media (max-width: 568px) {
  html body .content-form .container .code-gp .text-gp .code {
    width: 60%;
  }
}
@media (max-width: 320px) {
  html body .content-form .container .code-gp .text-gp .code {
    width: 50%;
    margin-right: 0;
  }
}
html body .content-form .container .code-gp .text-gp .RP {
  height: 100%;
  height: 27px;
  margin: 0;
  margin-right: 10px;
}
@media (max-width: 568px) {
  html body .content-form .container .code-gp .text-gp .RP {
    max-height: unset;
  }
}
@media (max-width: 320px) {
  html body .content-form .container .code-gp .text-gp .RP {
    margin-left: 12px;
  }
}
html body .content-form .container .code-gp .text-gp .reform {
  height: 20px;
  width: 20px;
  margin: 0;
}
html body .content-form-success {
  padding-top: 80px;
}
@media (max-width: 768px) {
  html body .content-form-success {
    padding-top: 60px;
  }
}
html body .content-form-success .container {
  padding: 32px;
  height: calc(100vh - 269px);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  html body .content-form-success .container {
    height: calc(100vh - 249px);
  }
}
@media (max-width: 568px) {
  html body .content-form-success .container {
    padding: 24px;
    height: 60vh;
  }
}
html body .content-form-success .container h2 {
  margin-bottom: 4px;
}
html body .content-form-success .container p {
  text-align: center;
}
html body .content-form-success .container img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
html body .content-form-success .container .btn {
  margin: 20px 0;
}/*# sourceMappingURL=style.css.map */