@charset "UTF-8";
.pgkv {
  display: block;
  position: relative;
  width: 100%;
}

.pgkv .mimg {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.pgkv .mtitle {
  color: white;
  font-weight: 900;
  line-height: 1;
}

@media all and (max-width: 575px) {
  .pgkv .mtitle {
    font-size: 2.5rem;
  }
}

@media all and (min-width: 576px) {
  .pgkv .mtitle {
    font-size: 3.75rem;
  }
}

.pgkv .mtitle + div {
  color: white;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5em;
  display: block;
}

@media all and (max-width: 575px) {
  .pgkv .mtitle + div {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 576px) {
  .pgkv .mtitle + div {
    font-size: 1.75rem;
  }
}

.pgkv .txt_pos {
  text-align: right;
  z-index: 3;
}

.pgkv .bgcolor {
  background-color: #1B7292;
  width: 40vw;
  position: absolute;
  top: 0;
  left: 60vw;
}

@media all and (max-width: 768px) {
  .pgkv .bgcover {
    padding-bottom: 113%;
  }
  .pgkv .bgcover.pc_use {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .pgkv .bgcover.mo_use {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .pgkv {
    padding-top: 50px;
  }
  .pgkv .mimg {
    width: 80%;
  }
  .pgkv .bgcolor {
    height: 46vh;
  }
  .pgkv .txt_pos {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 18vh;
    left: 0;
  }
}

@media all and (min-width: 769px) {
  .pgkv {
    padding-top: 100px;
  }
  .pgkv .bgcolor {
    height: 32vw;
  }
  .pgkv .bgcover {
    background-position: right center;
    height: 33vw;
    width: 80%;
    max-width: 1372px;
  }
  .pgkv .txt_pos {
    padding: 0 16px;
    max-width: 1200px;
    width: 96%;
    top: 18vw;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    position: absolute;
    left: 50%;
  }
}

@media all and (min-width: 769px) and (max-width: 990px) {
  .pgkv {
    padding-top: 70px;
  }
  .pgkv .txt_pos {
    -webkit-transform: scale(0.9) translate(-50%);
            transform: scale(0.9) translate(-50%);
  }
}

@media all and (min-width: 1440px) {
  .pgkv .bgcolor {
    height: 420px;
  }
  .pgkv .bgcover {
    height: 450px;
  }
  .pgkv .txt_pos {
    top: 230px;
  }
}

.pginfo {
  letter-spacing: 0.025em;
}

.pginfo .imgdrop {
  position: absolute;
  top: -2vw;
  z-index: -1;
}

@media all and (max-width: 768px) {
  .pginfo {
    padding: 4em 0 6em;
    line-height: 1.72;
  }
  .pginfo .imgdrop {
    left: 0;
    width: 240px;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  .pginfo .imgdrop {
    width: 40vh;
  }
}

@media all and (min-width: 769px) {
  .pginfo {
    padding: 7em 0 6em;
    line-height: 2.25;
  }
  .pginfo .row {
    padding-right: 10%;
  }
  .pginfo .imgdrop {
    right: 65vw;
    width: 480px;
  }
}

.top-menu-ul .item_menu_Box {
  border-bottom: 2px solid #505050;
  position: relative;
  margin: 0 auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.top-menu-ul .item_menu_Box::-webkit-scrollbar {
  display: none;
}

.top-menu-ul ul.slides {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.top-menu-ul li {
  position: relative;
  display: inline-block;
}

.top-menu-ul li.active a {
  color: #25A0CE;
}

.top-menu-ul li.active a:after {
  opacity: 1;
}

.top-menu-ul li a {
  position: relative;
  color: white;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  display: inline-block;
  padding-bottom: 0.45em;
}

.top-menu-ul li a::after {
  content: ' ';
  display: block;
  width: 100%;
  height: 6px;
  background-color: #25A0CE;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  position: absolute;
  bottom: 0;
}

@media all and (max-width: 575px) {
  .top-menu-ul li a::after {
    height: 3px;
  }
}

@media all and (max-width: 768px) {
  .top-menu-ul {
    margin: 0 auto;
    padding: 0 40px;
  }
  .top-menu-ul li a {
    margin-right: 2em;
  }
}

@media all and (min-width: 769px) {
  .top-menu-ul li a {
    margin-right: 72px;
  }
  .top-menu-ul li:hover a {
    color: #25A0CE;
  }
  .top-menu-ul li:hover a:after {
    opacity: 1;
  }
}

.open_flexslider .flex-direction-nav {
  display: block;
}

.flex-direction-nav {
  display: none;
}

.flex-direction-nav a {
  position: absolute;
  position: absolute;
  top: 0.2em;
}

.flex-direction-nav a.ltbn {
  left: 0;
}

.flex-direction-nav a.rtbn {
  right: 0;
}

@media all and (max-width: 768px) {
  .flex-direction-nav a {
    text-align: center;
  }
}

@media all and (max-width: 575px) {
  #topmenu1 {
    font-size: 1.125rem;
  }
}

@media all and (min-width: 576px) {
  #topmenu1 {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 575px) {
  #topmenu2 {
    font-size: 1rem;
  }
}

@media all and (min-width: 576px) {
  #topmenu2 {
    font-size: 1.25rem;
  }
}

#topmenu2 .item_menu_Box {
  border-bottom: none;
}

#topmenu2 li a {
  font-weight: 400;
}

/*----------------------編輯器------------------------*/
.editor_inner {
  letter-spacing: 0.025em;
}

.editor_inner ul, .editor_inner ol {
  padding-left: 10px;
}

.editor_inner ol {
  list-style: decimal;
}

.editor_inner ul {
  list-style: disc;
}

.editor_inner img {
  max-width: 100%;
  height: auto !important;
}

.editor_inner b, .editor_inner strong {
  font-weight: bold;
  font-style: inherit;
}

.editor_inner em {
  font-style: italic;
}

.editor_inner a {
  text-decoration: underline;
  color: #0782C1;
}

.editor_inner iframe {
  max-width: 100%;
}

.editor_inner h1, .editor_inner h2, .editor_inner h3, .editor_inner h4, .editor_inner h5, .editor_inner h6 {
  margin: inherit;
}

.editor_inner blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  border-left: 5px solid #ccc;
  margin-left: 40px;
}

@media all and (max-width: 768px) {
  .editor_inner {
    line-height: 1.7;
  }
  .editor_inner.pc_use {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .editor_inner {
    line-height: 2.25;
  }
  .editor_inner.mo_use {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .terms .backdrop {
    padding-top: 6em;
    position: relative;
  }
  .terms .backdrop::before {
    content: "";
    background-color: #1B7292;
    width: 100%;
    height: calc(100% - 5em);
    max-height: 480px;
    position: absolute;
    top: 5em;
    left: 0;
  }
  .terms .imgdrop {
    position: absolute;
    top: 46vh;
    right: -20px;
    z-index: -1;
    width: 240px;
  }
  .terms .imgdrop.pc_use {
    display: none;
  }
  .terms .editor_inner {
    margin: 2.4em 0 0em;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  .terms .imgdrop {
    width: 40vh;
  }
}

@media all and (min-width: 769px) {
  .terms .backdrop {
    padding-top: 12.3em;
    position: relative;
  }
  .terms .backdrop::before {
    content: "";
    background-color: #1B7292;
    width: 1715px;
    height: calc(100% - 7.5em);
    max-height: 600px;
    position: absolute;
    top: 7.5em;
    left: 0;
  }
  .terms .imgdrop {
    position: absolute;
    top: -10vw;
    left: 56vw;
    z-index: -1;
    width: 480px;
  }
  .terms .imgdrop.mo_use {
    display: none;
  }
  .terms .editor_inner {
    margin: 3em 0 3.5em;
  }
}
/*# sourceMappingURL=terms.css.map */