@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,700&display=swap");
.header-mobile {
  background: #15AABE;
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.header-mobile .logo {
  top: 27px;
  left: 15px;
  width: 250px;
  height: 47px;
  background-size: 250px;
}
@media (max-width: 375px) {
  .header-mobile .logo {
    top: 35px;
    width: 180px;
  }
}
.header-mobile .logo a {
  height: 47px;
}

.mobilenav {
  overflow-y: scroll;
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  margin-top: 0;
  top: 85px;
  background-color: #fff;
  -webkit-transform: translateY(-160%);
  -moz-transform: translateY(-160%);
  -ms-transform: translateY(-160%);
  transform: translateY(-160%);
  z-index: 100;
  opacity: 0;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}
.mobilenav h3 {
  color: #555;
}
.mobilenav .nav li {
  border-bottom: 1px solid #DDD;
}
.mobilenav .nav li a {
  color: #555;
  font-size: 1.25rem;
}
.mobilenav.open {
  top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 200;
  opacity: 1;
}
.mobilenav .m-menu {
  padding: 20px;
  margin-top: 100px;
}
.mobilenav .m-menu ul li {
  border-bottom: 1px solid #eee;
}
.mobilenav .m-menu ul li a {
  padding: 15px 0;
  display: block;
}
.mobilenav .m-menu ul li ul {
  margin-left: 20px;
}
.mobilenav .m-menu ul li ul li {
  border: none;
}
.mobilenav .m-menu .topnav {
  position: unset;
  margin-top: 30px;
}
.mobilenav .m-menu .topnav li {
  border-bottom: none;
  margin-bottom: 10px;
}
.mobilenav .m-menu .topnav li a {
  font-size: 0.9375rem;
  padding: 0;
}
.mobilenav .m-menu .topnav li:first-child {
  padding-left: 0;
}
.mobilenav .m-menu .search {
  position: unset;
  margin-top: 30px;
}

.menu-btn {
  cursor: pointer;
  display: flex;
  z-index: 99;
  position: fixed;
  top: 45px;
  right: 10px;
  color: #fff;
}

.line-wrap {
  margin-right: 10px;
  align-items: center;
}

.line {
  position: fixed;
  display: flex;
  align-items: center;
}

.line-1,
.line-2,
.line-3 {
  border-top: 2px solid #fff;
  display: block;
  transition: margin 0.5s, transform 0.5s;
  width: 25px;
}

.line-2 {
  margin: 5px 0;
}

.line .line-1 {
  transform: rotate(45deg);
  margin: 0;
}

.line .line-3 {
  transform: rotate(-45deg);
  margin: 0;
}

.line .line-2 {
  margin: -2px 0;
  opacity: 0;
}

.accordion .submenu {
  display: none;
}
.accordion .submenu li {
  border: none;
}
.accordion .submenu a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion .submenu a:hover {
  color: #666;
}
.accordion .open .link:after {
  transform: rotate(135deg);
  transform-origin: 50% center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.accordion .open .link.sub-link:after {
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.accordion .link {
  position: relative;
  display: block;
  padding: 15px 0;
  cursor: pointer;
}
.accordion .link:after {
  position: absolute;
  right: 15px;
  top: 20px;
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #15AABE;
  border-right: 1px solid #15AABE;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.accordion .link a {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  display: block;
}
.accordion .link.sub-open:after {
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.accordion .link.sub-close:after {
  transform: rotate(135deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  background: none;
}

.nav > li > a {
  color: #000;
  display: inline-block;
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

a[href]:after {
  content: "";
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

a {
  color: #333;
}
a:focus, a:hover, a:active {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:link, a:visited {
  color: #333;
}

.breadcrumb {
  background: none;
  padding: 15px 0;
  margin: 0;
}
.breadcrumb a {
  text-decoration: none;
  color: #333 !important;
}
.breadcrumb > li + li:before {
  content: none;
  padding: 0;
}
.breadcrumb > li > span {
  padding: 0;
}
.breadcrumb li .divider {
  padding: 0 10px;
}
.breadcrumb li .divider:first-child {
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

label {
  font-weight: normal;
}

.pager li > a,
.pager li > span {
  border-radius: 0;
}
.pager li a:hover {
  border: 1px solid #ccc;
  background: #fff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  background: #fff;
  overflow-x: hidden;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  body {
    margin-top: 100px;
    /* 因fixed navbar需padding */
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #222;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  margin: 50px 0 120px 0;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.1875rem;
  }
}
h1:after {
  content: "";
  background: #15AABE;
  width: 35px;
  height: 6px;
  position: absolute;
  bottom: 0;
}

h2 {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  margin: 50px 0;
  padding-bottom: 25px;
  display: block;
  background: url(../../images/ui/h2-bg.svg) no-repeat center bottom;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.1875rem;
    margin-top: 0;
  }
}

.header {
  position: relative;
  height: 140px;
}

footer {
  background: #E3E3E3;
  padding: 50px 0;
}
footer .item {
  margin: 70px 0;
}
@media (max-width: 768px) {
  footer .item {
    margin: 30px 0;
  }
}
footer .wrap {
  padding-left: 15px;
}
footer .wrap p {
  line-height: 140%;
  padding-bottom: 15px;
}
footer .title {
  font-size: 1.125rem;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(92, 92, 92, 0.3);
  margin-bottom: 20px;
}
footer ul {
  padding-left: 15px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer ul li {
  margin-bottom: 15px;
  line-height: 140%;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
footer ul li a {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
footer ul li a:hover {
  border-bottom: 1px solid #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
footer ul li.active a {
  border-bottom: 1px solid #666;
}
footer .campus-links li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media (max-width: 768px) {
  footer .campus-links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
footer .share {
  display: flex;
}
footer .share .share-item {
  margin-right: 20px;
}

.footnav {
  background: #616161;
  padding: 30px 0 20px 0;
}
.footnav ul {
  display: flex;
  justify-content: center;
}
.footnav ul li {
  border-right: 1px solid #D8D8D8;
  padding: 3px 10px;
}
.footnav ul li:last-child {
  border: none;
}
.footnav ul li a {
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.footnav ul li a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.footnav .copyright {
  text-align: center;
  margin-top: 15px;
  color: #fff;
  line-height: 140%;
}
.footnav .copyright a {
  color: #fff;
}

.logo {
  width: 300px;
  height: 84px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 30px;
  top: 25px;
  z-index: 999;
}
.logo a {
  display: block;
  height: 65px;
}
.logo a span {
  position: absolute;
  top: -1000px;
  z-index: 999;
}
.logo img {
  max-width: 100%;
}

.a2a_floating_style {
  border-radius: 0 !important;
  -moz-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.1);
}

.topnav {
  position: absolute;
  right: 0;
  top: 20px;
}
.topnav ul li {
  padding: 0 15px;
  border-left: 1px solid #ccc;
}
.topnav ul li:first-child {
  border: none;
}

.search {
  position: absolute;
  right: 15px;
  top: 70px;
  display: flex;
  justify-content: flex-start;
}
.search form {
  display: flex;
  justify-content: flex-start;
}
.search input {
  width: 390px;
  padding: 5px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #ccc;
  border-right: none;
}
@media (max-width: 768px) {
  .search input {
    width: 100%;
  }
}
.search input[type="text"]:focus {
  background: #ecea9a;
}
.search input[type="text"]::placeholder {
  color: #000;
}
.search button {
  background: url(../../images/ui/search.svg) no-repeat center center #15AABE;
  height: 40px;
  width: 40px;
  border: none;
  text-indent: -9999999px;
}

.mainmenu {
  background: #EAEAEA;
  font-size: 1rem;
  padding: 0;
}
.mainmenu .nav > li {
  margin: 0 3.5%;
  text-align: center;
}
@media (min-width: 1200px) {
  .mainmenu .nav > li {
    margin: 0 2.5%;
  }
}
@media (min-width: 1400px) {
  .mainmenu .nav > li {
    margin: 0 3.5%;
  }
}
.mainmenu .nav > li > a {
  padding: 30px 30px;
  position: relative;
}
.mainmenu .nav > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #15AABE;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}
.mainmenu .nav a:hover::after,
.mainmenu .nav a:focus::after,
.mainmenu .nav li.active a:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/*主選單下拉選單(沒有下拉選單可刪掉) */
.mainmenu ul {
  position: relative;
}
.mainmenu ul li {
  position: relative;
  width: auto;
  text-align: left;
}
.mainmenu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  left: -30px;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.mainmenu ul li ul {
  padding: 20px 0 20px 0px;
  position: absolute;
  opacity: 0;
  min-width: 190px;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.mainmenu ul li ul li {
  letter-spacing: 0;
  display: block;
  position: relative;
  padding: 0;
  font-size: 1rem;
  line-height: 140%;
}
.mainmenu ul li ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  line-height: 140%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li ul li a:after {
  content: none;
}
.mainmenu ul li ul li a:hover {
  color: #15AABE;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li ul li.current a {
  color: #15AABE;
}
.mainmenu ul li.big-menu {
  position: static;
  display: inline-block;
}
.mainmenu ul li.big-menu:hover ul {
  left: 0px;
}
.mainmenu ul li.big-menu .title a {
  display: block;
  font-size: 1.125rem;
  padding-bottom: 15px;
  padding-left: 15px;
  color: #fff;
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.mainmenu ul li.big-menu ul {
  width: 1370px;
  background: none;
  left: 0px;
}
@media (min-width: 992px) {
  .mainmenu ul li.big-menu ul {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .mainmenu ul li.big-menu ul {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .mainmenu ul li.big-menu ul {
    width: 1370px;
  }
}
.mainmenu ul li.big-menu ul:after {
  content: '';
  width: 10000%;
  height: 100%;
  position: absolute;
  padding-bottom: 500px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}
.mainmenu ul li.big-menu ul li {
  display: inline-block;
  padding-bottom: 300px;
  padding-right: 30px;
  padding-top: 30px;
}
.mainmenu ul li.big-menu ul li:last-child {
  padding-right: 0;
}
.mainmenu ul li.big-menu ul li.current a {
  color: #15AABE;
}
.mainmenu ul li.big-menu ul li.current li a {
  color: #fff;
  z-index: 9;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.big-menu ul li.current li a:hover {
  color: #15AABE;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.big-menu ul li a {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: block;
  z-index: 9;
}
.mainmenu ul li.big-menu ul li ul {
  background: none;
  padding: 0;
  width: 100%;
  padding-left: 15px;
}
.mainmenu ul li.big-menu ul li ul:after {
  content: none;
}
.mainmenu ul li.big-menu ul li ul li {
  padding: 0px 0 5px 0;
  width: 100%;
  line-height: 150%;
  display: block;
}
.mainmenu ul li.big-menu ul li ul li a {
  color: #fff;
  font-weight: normal;
  padding: 0 30px 0 0;
  text-align: left;
  margin-bottom: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.big-menu ul li ul li a:after {
  content: none;
}
.mainmenu ul li.big-menu ul li ul li a:hover {
  color: #46DFDA;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li.big-menu ul li ul li.current a {
  color: #46DFDA;
}

.block-top {
  background: url(../../images/ui/block-top.jpg) center top;
}

.block-news {
  background: url(../../images/ui/block-news.jpg) center top;
  padding: 50px 0;
}

.block-events {
  padding: 50px 0;
  background: #FFF0D5;
}
.block-events .more {
  display: block;
  margin: 45px 0 0 0;
  text-align: center;
}
.block-events .more a {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  border: 1px solid #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.block-events .more a:hover {
  background: #666;
  color: #fff;
  border: 1px solid transparent;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.block-videos {
  padding: 50px 0;
}

.block-links {
  background: url(../../images/ui/block-links.jpg) center top;
  padding: 50px 0;
}
.block-links h2 {
  color: #fff;
  background: url(../../images/ui/h2-bg-white.svg) no-repeat center bottom;
}

.slider {
  padding: 30px 0;
}
.slider img {
  width: 100%;
}
.slider:hover .slick-prev,
.slider:hover .slick-next {
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.slider .slick-slide {
  height: auto;
}
.slider .slick-prev,
.slider .slick-next {
  opacity: 0;
  background: url(../../images/ui/arrow.svg) no-repeat center center rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  z-index: 1;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .slider .slick-prev,
  .slider .slick-next {
    transform: scale(0.5);
  }
}
.slider .slick-prev {
  left: 0px;
}
@media (max-width: 768px) {
  .slider .slick-prev {
    left: -12px;
  }
}
.slider .slick-next {
  right: 0px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .slider .slick-next {
    right: -12px;
    transform: scale(0.5) rotate(180deg);
  }
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px 0;
}
.quick-links .item {
  padding: 0;
}
.quick-links .item a {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  display: block;
}
.quick-links .item a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.antiepidemic-zone {
  padding-bottom: 50px;
}
.antiepidemic-zone a {
  display: block;
}

.school-features {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .school-features {
    padding: 20px 0;
  }
}
.school-features .item {
  text-align: center;
}
@media (max-width: 768px) {
  .school-features .item {
    margin-bottom: 30px;
  }
}
.school-features .item img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .school-features .item img {
    max-width: 65%;
  }
}
.school-features .item .title {
  font-size: 3.75rem;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 768px) {
  .school-features .item .title {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .school-features .item .title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .school-features .item .title {
    font-size: 3.125rem;
  }
}
.school-features .item .title span {
  font-size: 1.25rem;
  display: inline-block;
  padding-left: 15px;
}
.school-features .item .intro {
  color: #777;
  line-height: 140%;
  font-weight: bold;
}

.nav-pill {
  list-style: none;
  margin-bottom: 45px;
  width: 100%;
  border-bottom: 3px solid #19727e;
}
@media (max-width: 992px) {
  .nav-pill {
    flex-direction: column;
  }
}
.nav-pill li {
  margin: 0;
  width: 160px;
  text-align: center;
}
@media (max-width: 768px) {
  .nav-pill li {
    width: 100%;
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) {
  .nav-pill li {
    width: 100%;
    margin-bottom: 3px;
  }
}
@media (min-width: 992px) {
  .nav-pill li {
    width: 130px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .nav-pill li {
    width: 160px;
  }
}
.nav-pill li a {
  font-size: 1rem;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 3px solid transparent;
  font-weight: bold;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 992px) {
  .nav-pill li a {
    padding: 10px;
  }
}
.nav-pill li a:hover, .nav-pill li a.active {
  background: #19727e;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.tab-content ul {
  margin-top: 20px;
}
.tab-content ul li {
  margin-left: 24px;
  margin-bottom: 10px;
  text-indent: -11px;
}
.tab-content ul li:before {
  content: "—";
  color: #15AABE;
  padding-right: 10px;
  display: inline-block;
}

.news-wrap .new,
.news-wrap .hot {
  display: inline-block;
  border-radius: 5px;
  padding: 1px 10px;
  background: #D0021B;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .news-wrap .new,
  .news-wrap .hot {
    margin-top: 5px;
  }
}
.news-wrap .new {
  background: #2144a9;
}
.news-wrap .item {
  display: flex;
  margin-bottom: 30px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .news-wrap .item {
    flex-direction: column;
  }
}
.news-wrap .item .date {
  color: #999;
  width: 120px;
}
@media (max-width: 768px) {
  .news-wrap .item .date {
    margin-bottom: 5px;
  }
}
.news-wrap .item .title {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .news-wrap .item .title {
    margin-left: 0;
  }
}
.news-wrap .item .title a {
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.news-wrap .item .title a:hover {
  color: #000;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.news-wrap .item:nth-child(even) .date {
  color: #0064AA;
}
.news-wrap .item:nth-child(even) .title a {
  color: #0064AA;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.news-wrap .item:nth-child(even) .title a:hover {
  color: #000;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

@media (min-width: 992px) {
  .panel-heading {
    display: none;
  }

  .panel {
    border: none;
    box-shadow: none;
  }

  .panel-collapse {
    height: auto;
  }
  .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 992px) {
  .tab-content .tab-pane {
    display: block;
    opacity: 1;
    margin-bottom: 1px;
  }
  .tab-content .panel-body {
    padding: 15px;
    margin-bottom: 30px;
  }

  .nav-pill {
    display: none;
  }

  .panel-title {
    position: relative;
  }
  .panel-title:after, .panel-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 15px;
    height: 2px;
    background: #15AABE;
    z-index: 9;
    zoom: 1;
    /*動作*/
    transition: 0.3s linear;
  }
  .panel-title:before {
    transform: rotate(90deg);
  }
  .panel-title.open:before {
    transform: rotate(180deg);
    zoom: 1;
    /*動作*/
    transition: 0.3s linear;
  }
  .panel-title a {
    display: block;
    color: #333;
    padding: 20px;
    background: #eee;
    background-size: 15px;
  }
}
.news-tab {
  margin-top: 50px;
}
.news-tab .more {
  margin-top: 50px;
}
.news-tab .more a {
  color: #15AABE;
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #19727e;
}
.news-tab .more a:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #19727e;
  border-right: 1px solid #19727e;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.news-tab .more a:hover:after {
  margin-left: 10px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.links-tab .nav-pill {
  margin-bottom: 60px;
  border-bottom: 3px solid #fff;
}
.links-tab .nav-pill li a {
  color: #fff;
}
.links-tab .nav-pill li a:hover, .links-tab .nav-pill li a.active {
  background: #fff;
  color: #19727e;
}

.links-wrap .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px 20px 25px 20px;
  margin-bottom: 30px;
}
.links-wrap .item .title {
  display: block;
  font-weight: bold;
  margin-top: 20px;
}
.links-wrap .item img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.links-wrap .item:hover img {
  transform: scale(0.9);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.slick-dots {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li.slick-active button {
  background: #979797;
}
.slick-dots li button {
  cursor: pointer;
  text-indent: -99999px;
  border: none;
  border-radius: 50%;
  background: #d8d8d8;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.slick-dots li button:hover {
  background: #979797;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.home-events .slick-slide, .home-videos .slick-slide {
  height: auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .home-events .slick-slide, .home-videos .slick-slide {
    padding: 0;
  }
}
.home-events .slick-list, .home-videos .slick-list {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (max-width: 768px) {
  .home-events .slick-list, .home-videos .slick-list {
    width: 100%;
    margin-left: 0;
  }
}
.home-events span, .home-videos span {
  display: block;
  position: absolute;
  z-index: 2;
  color: #fff;
  line-height: 150%;
}
.home-events a, .home-videos a {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-events a:after, .home-videos a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  height: 60%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-events a:hover img, .home-videos a:hover img {
  transform: scale(1.1);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-events a:hover:after, .home-videos a:hover:after {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  opacity: 0.8;
}
.home-events img, .home-videos img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-events .title, .home-videos .title {
  bottom: 5px;
  margin: 0 15px;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .home-events .title, .home-videos .title {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .home-events .title, .home-videos .title {
    font-size: 1.125rem;
  }
}
.home-events .more, .home-videos .more {
  bottom: 20px;
  right: 15px;
}
@media (min-width: 1200px) {
  .home-events .more, .home-videos .more {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .home-events .more, .home-videos .more {
    font-size: 1rem;
  }
}
.home-events .more:after, .home-videos .more:after {
  content: "";
  margin-left: 5px;
  margin-bottom: 2px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.videorwd {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videorwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content {
  padding-bottom: 100px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .content {
    font-size: 1rem;
  }
}
.content p {
  line-height: 180%;
}
.content a {
  color: #4A90E2;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .title-bar {
  padding: 20px 35px;
  background: url(../../images/ui/title-bar-bg.svg) no-repeat right;
  filter: contrast(1.3);
  color: #fff;
  letter-spacing: 3px;
  font-size: 1.4375rem;
  line-height: 150%;
  margin: 40px 0px;
}
@media (max-width: 768px) {
  .content .title-bar {
    background: url(../../images/ui/title-bar-bg.svg) no-repeat -20%;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .content .title-bar {
    background: url(../../images/ui/title-bar-bg.svg) no-repeat -20%;
  }
}
@media (min-width: 992px) {
  .content .title-bar {
    background: url(../../images/ui/title-bar-bg.svg) no-repeat -150%;
  }
}
@media (min-width: 1200px) {
  .content .title-bar {
    background: url(../../images/ui/title-bar-bg.svg) no-repeat right;
  }
}
.content .title-bar.green01 {
  background-color: #1f6f65;
}
.content .title-bar.green02 {
  background-color: #88BB1E;
}
.content .title-bar.blue01 {
  background-color: #4277D1;
}
.content .title-bar.blue02 {
  background-color: #15AABE;
}
.content .title-bar.red {
  background-color: #EB8080;
}
.content .title-bar.purple {
  background-color: #AF80CE;
}
.content .title-t-border {
  font-size: 1.5625rem;
  padding: 15px 0 15px 35px;
  border-bottom: 1px solid #D8D8D8 !important;
  border-top: 10px solid;
  font-weight: bold;
  letter-spacing: 4px;
}
.content .title-t-border a {
  color: #333;
}
.content .title-t-border.orange {
  border-color: #E59516;
}
.content .title-t-border.green01 {
  border-color: #88BB1E;
}
.content .title-t-border.green02 {
  border-color: #40B8A8;
}
.content .title-t-border.green03 {
  border-color: #3D9975;
}
.content .title-t-border.green04 {
  border-color: #15AABE;
}
.content .title-t-border.red {
  border-color: #EB8080;
}
.content .title-t-border.blue {
  border-color: #37A5DB;
}
.content .title-t-border.brown {
  border-color: #B4873D;
}
.content .title-t-border.purple {
  border-color: #AF80CE;
}
.content .title-t-border.blue02 {
  border-color: #4277D1;
}
.content .title01 {
  font-size: 1.875rem;
  border-left: 10px solid #15AABE;
  padding-left: 20px;
  color: #333;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .content .title01 {
    font-size: 1.5625rem;
  }
}
.content .title02 {
  font-size: 1.375rem;
  color: #3086FF;
  padding-bottom: 30px;
}
.content .title03 {
  font-size: 2.1875rem;
  font-weight: bold;
  padding: 30px 0 30px 35px;
}
@media (max-width: 768px) {
  .content .title03 {
    font-size: 1.5625rem;
  }
}
.content .title04 {
  font-size: 1.75rem;
  color: #15AABE;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}
.content .list01 li {
  margin-left: 0px !important;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 180%;
  position: relative;
}
.content .list01 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 8px;
  width: 8px;
  background: #88BB1E;
  border-radius: 50%;
  display: inline-block;
}
.content .list01 li a {
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .list01 li a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .link01 {
  color: #4A90E2;
  font-size: 1.125rem;
  line-height: 180%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .link01:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .download-link {
  background: url(../../images/ui/download-icon.svg) no-repeat 35px 30px;
  padding: 25px 0 25px 90px;
  border-bottom: 1px solid #D8D8D8;
  display: block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .download-link a {
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .download-link a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .learning-link {
  padding: 25px 0 25px 35px;
  border-bottom: 1px solid #D8D8D8;
  display: block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .learning-link a {
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  display: block;
  position: relative;
}
.content .learning-link a:after {
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #E59516;
  border-right: 2px solid #E59516;
  transform: rotate(45deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .learning-link a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content .learning-link a:hover:after {
  right: 15px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content hr {
  margin: 50px 0;
}
.content .button01 {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.125rem;
  background: #37A5DB;
  border: 1px solid transparent;
  line-height: 180%;
  padding: 20px 60px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .content .button01 {
    font-size: 1rem;
  }
}
.content .button01:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  background: none;
  border: 1px solid #37A5DB;
  color: #37A5DB;
}
.content .table01 {
  width: 100%;
}
.content .table01 th {
  padding: 25px 20px;
  text-align: center;
  color: #fff;
  background: #15AABE;
  text-align: center;
  line-height: 140%;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .content .table01 th {
    font-size: 1.125rem;
  }
}
.content .table01 tr:nth-child(odd) {
  background: #EFEFEF;
}
.content .table01 td {
  padding: 25px;
  text-align: center;
  line-height: 140%;
}
.content.faq .title {
  position: relative;
}
.content.faq .title:after, .content.faq .title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #E59516;
  z-index: 9;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .content.faq .title:after, .content.faq .title:before {
    width: 25px;
  }
}
.content.faq .title:before {
  transform: rotate(90deg);
}
.content.faq .title.open:before {
  transform: rotate(180deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.faq .title a {
  display: block;
  padding: 40px 80px 40px 130px;
  border-bottom: 2px solid #E3E3E3;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  line-height: 140%;
  color: #333;
}
@media (max-width: 768px) {
  .content.faq .title a {
    font-size: 1rem;
    padding: 50px 80px 50px 65px;
  }
}
.content.faq .title a:hover {
  color: #333;
}
.content.faq .title a:before {
  position: absolute;
  font-size: 1.375rem;
  left: 35px;
  top: 30%;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #37A5DB;
  color: #fff;
  border-radius: 50%;
  font-weight: normal;
}
@media (max-width: 768px) {
  .content.faq .title a:before {
    width: 35px;
    height: 35px;
    font-size: 1.125rem;
    left: 15px;
    top: 40%;
  }
}
.content.faq .collapse {
  position: relative;
}
.content.faq .text {
  padding: 50px 30px 50px 130px;
  background: #E3E3E3;
}
@media (max-width: 768px) {
  .content.faq .text {
    padding: 50px 30px 50px 65px;
  }
}
.content.faq .text:after {
  position: absolute;
  z-index: 9;
  font-size: 1.375rem;
  left: 35px;
  top: 30px;
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #EA8787;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .content.faq .text:after {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    left: 15px;
  }
}
.content.customer-overview .list01.row {
  margin: 0;
}
.content.learning-overivew .item, .content.sitemap .item {
  margin-bottom: 60px;
}
.content.learning-overivew .item ul, .content.sitemap .item ul {
  margin: 30px 0;
  padding-left: 35px;
}
.content.learning-overivew .item ul li, .content.sitemap .item ul li {
  padding-bottom: 10px;
}
.content.learning-overivew .item ul li a, .content.sitemap .item ul li a {
  color: #444;
  line-height: 180%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.learning-overivew .item ul li a:hover, .content.sitemap .item ul li a:hover {
  color: #777;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.learning-overivew .item.administrative ul, .content.sitemap .item.administrative ul {
  columns: 3;
  -moz-columns: 3;
  -o-columns: 3;
  -webkit-columns: 3;
}
@media (max-width: 768px) {
  .content.learning-overivew .item.administrative ul, .content.sitemap .item.administrative ul {
    columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    -webkit-columns: 1;
  }
}
.content.sitemap .wrap {
  margin-top: 80px;
}
.content.contact form {
  margin: 0 50px;
}
@media (max-width: 768px) {
  .content.contact form {
    margin: 0;
  }
}
.content.contact form .form-group {
  margin-bottom: 20px;
}
.content.contact form .form-control {
  border-radius: 0;
  background: #E3E3E3;
  border-color: #E3E3E3;
}
.content.contact form .col-form-label {
  padding-left: 10%;
}
@media (max-width: 768px) {
  .content.contact form .col-form-label {
    padding-left: 15px;
  }
}
.content.contact form button {
  padding: 10px 50px;
  cursor: pointer;
  margin-top: 50px;
}
.content.news-list .item {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}
.content.news-list .item:last-child {
  border: none;
}
.content.fame {
  background: url(../../images/ui/fame-bg.jpg) no-repeat right bottom;
}
@media (max-width: 768px) {
  .content.fame {
    background-size: 600px;
  }
}
.content.fame h1 {
  align-items: center;
  font-weight: bold;
}
.content.fame h1:before {
  content: "";
  width: 78px;
  height: 78px;
  background: url(../../images/ui/fame-title-bg.png) no-repeat center center;
  margin-right: 10px;
}
.content.fame h1:after {
  content: none;
}
.content.fame ul.submenu {
  list-style: none;
  margin-bottom: 65px;
  width: 100%;
  border-bottom: 3px solid #15AABE;
}
@media (max-width: 768px) {
  .content.fame ul.submenu {
    border: none;
  }
}
@media (min-width: 768px) {
  .content.fame ul.submenu {
    border: none;
  }
}
@media (min-width: 1200px) {
  .content.fame ul.submenu {
    border-bottom: 3px solid #15AABE;
  }
}
.content.fame ul.submenu li {
  margin: 0;
  width: 160px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  .content.fame ul.submenu li {
    width: auto;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .content.fame ul.submenu li {
    width: auto;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .content.fame ul.submenu li {
    width: 160px;
    margin-bottom: 0px;
  }
}
.content.fame ul.submenu li a {
  font-size: 1rem;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 3px solid transparent;
  font-weight: bold;
  display: inline-block;
  color: #333333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 992px) {
  .content.fame ul.submenu li a {
    padding: 10px;
  }
}
.content.fame ul.submenu li a:hover, .content.fame ul.submenu li a.active {
  background: #15AABE;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.fame .select-wrap {
  display: flex;
  margin-bottom: 115px;
}
@media (max-width: 768px) {
  .content.fame .select-wrap {
    margin-bottom: 60px;
  }
}
.content.fame .select-wrap .select-outer {
  position: relative;
  display: flex;
  width: 20em;
  height: 60px;
  overflow: hidden;
}
.content.fame .select-wrap .select-outer:after {
  display: block;
  content: "▾";
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0 1em;
  color: #FF9A47;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.content.fame .select-wrap select {
  flex: 1;
  padding: 0 .5em;
  height: 60px;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #DCDCDC;
  border-radius: 0;
  background: #fff;
  background-image: none;
}
.content.fame .select-wrap button {
  background: #FF9A47;
  color: #fff;
  border: none;
  border-radius: 0;
  margin-left: 20px;
  padding: 10px 15px;
  width: 200px;
  height: 60px;
  cursor: pointer;
}
.content.fame .select-wrap button:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.fame .wrap .item {
  margin-bottom: 80px;
}
.content.fame .wrap .item .title {
  font-size: 20px;
  text-align: center;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
}
.content.fame .wrap .item .title a {
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.fame .wrap .item .title a:hover {
  color: #15AABE;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.fame .wrap .img {
  display: inline-block;
  border-radius: 40px 0px 40px 0;
  overflow: hidden;
}
.content.fame .wrap .img a {
  display: block;
  position: relative;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.fame .wrap .img a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.fame .wrap .img a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 224px;
  height: 94px;
  background: url(../../images/ui/fame-img-bg.svg) no-repeat right bottom;
}
@media (max-width: 768px) {
  .content.fame .wrap .img a:before {
    background-size: 150px;
  }
}
@media (min-width: 768px) {
  .content.fame .wrap .img a:before {
    background-size: 180px;
  }
}
@media (min-width: 1200px) {
  .content.fame .wrap .img a:before {
    background-size: 200px;
  }
}
@media (min-width: 1400px) {
  .content.fame .wrap .img a:before {
    background-size: 224px;
  }
}
.content.fame .wrap .img img {
  max-width: 100%;
  width: 315px;
  height: 380px;
}
@media (max-width: 768px) {
  .content.fame .wrap .img img {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .content.fame .wrap .img img {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .content.fame .wrap .img img {
    height: 350px;
  }
}
@media (min-width: 1400px) {
  .content.fame .wrap .img img {
    height: 380px;
  }
}
.content.fame .fame-table {
  width: 100%;
}
.content.fame .fame-table th {
  background: #15AABE;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 25px;
  font-size: 20px;
  line-height: 130%;
}
.content.fame .fame-table th:last-child {
  border: none;
}
@media (max-width: 768px) {
  .content.fame .fame-table th {
    padding: 20px;
  }
}
.content.fame .fame-table tr {
  background: #fff;
}
.content.fame .fame-table tr:nth-child(odd) {
  background: #eee;
}
.content.fame .fame-table td {
  padding: 20px 50px;
  font-size: 18px;
  border-right: 1px solid #fff;
  line-height: 130%;
}
.content.fame .fame-table td:last-child {
  border: none;
}
@media (max-width: 768px) {
  .content.fame .fame-table td {
    padding: 20px;
  }
}
.content.fame.page .back {
  text-align: right;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .content.fame.page .back {
    margin-bottom: 30px;
  }
}
.content.fame.page .back a {
  display: inline-block;
  padding: 12px 20px;
  background: #FF9A47;
  width: 90px;
  text-align: center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .content.fame.page .back a {
    width: 60px;
  }
}
.content.fame.page .back a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.content.fame.page .back a img {
  max-width: 100%;
}
.content.fame.page table {
  width: 100%;
  border: 50px solid #F7F7F7;
  border-left: 30px solid #F7F7F7;
  border-right: 30px solid #F7F7F7;
  margin-bottom: 50px;
}
.content.fame.page table tr:first-child td:first-child {
  padding: 0 20px 0 0;
}
.content.fame.page table td {
  background: #F7F7F7;
  padding: 0 20px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .content.fame.page table td {
    width: 100% !important;
    display: block;
    padding: 5px 0 0 0;
  }
}
.content.fame.page table td .img {
  display: inline-block;
  border-radius: 30px 0px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .content.fame.page table td .img {
    margin-bottom: 30px;
  }
}
.content.fame.page table td .img:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 65px;
  background: url(../../images/ui/fame-img-bg.svg) no-repeat right bottom;
  background-size: 150px;
}
@media (max-width: 768px) {
  .content.fame.page table td .img:before {
    background-size: 150px;
  }
}
@media (min-width: 768px) {
  .content.fame.page table td .img:before {
    background-size: 150px;
  }
}
@media (min-width: 1200px) {
  .content.fame.page table td .img:before {
    background-size: 120px;
  }
}
@media (min-width: 1400px) {
  .content.fame.page table td .img:before {
    background-size: 150px;
  }
}
.content.fame.page table td .img img {
  max-width: 100%;
  width: 230px;
  height: auto;
}
.content.fame.page table td .title_name {
  font-size: 26px;
  color: #111;
  font-weight: bold;
}
.content.fame.page table td .title_item {
  font-size: 18px;
  color: #00AFEB;
  font-weight: bold;
  padding: 10px 0 0 0;
}

.pagination {
  margin-top: 80px;
  text-align: center;
  display: block;
}
.pagination a:hover {
  text-align: none;
}
.pagination ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
  text-align: left;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .pagination li {
    margin: 0;
  }
}

.paging_start a {
  background: url(../../images/ui/start1.svg) no-repeat center center;
}
.paging_start a:hover {
  background: url(../../images/ui/start2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_start a {
    background: url(../../images/ui/start2_m.svg) no-repeat center center;
  }
}

.paging_prev a {
  background: url(../../images/ui/prev1.svg) no-repeat center center;
}
.paging_prev a:hover {
  background: url(../../images/ui/prev2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_prev a {
    background: url(../../images/ui/prev2_m.svg) no-repeat center center;
  }
}

.paging_next a {
  background: url(../../images/ui/next1.svg) no-repeat center center;
}
.paging_next a:hover {
  background: url(../../images/ui/next2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_next a {
    background: url(../../images/ui/next2_m.svg) no-repeat center center;
  }
}

.paging_end a {
  background: url(../../images/ui/end1.svg) no-repeat center center;
}
.paging_end a:hover {
  background: url(../../images/ui/end2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_end a {
    background: url(../../images/ui/end2_m.svg) no-repeat center center;
  }
}

.paging_start span,
.paging_prev span,
.paging_next span,
.paging_end span {
  display: none;
}
.paging_start a,
.paging_prev a,
.paging_next a,
.paging_end a {
  padding: 20px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .paging_item {
    display: none;
  }
}
.paging_item li a {
  text-decoration: none;
}
.paging_item li a span {
  color: #333;
  border: none;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.paging_item li a span:hover {
  background: #15AABE;
  color: #fff;
  border: 1px solid transparent;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.paging_item li span {
  text-decoration: none;
  background: #15AABE;
  color: #fff;
  padding: 10px 16px;
  font-size: 0.8125rem;
  border-radius: 20px;
  border: 1px solid transparent;
}

.pagination li.pagination_start span.pagenav, .pagination li.pagination_next span.pagenav, .pagination li.pagination_end span.pagenav, .pagination li.pagination_prev span.pagenav {
  border: none;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

a:focus,
#content:focus {
  border: 2px dashed #15AABE !important;
}

a#main-content {
  color: #333;
}

/*# sourceMappingURL=style.css.map */
