@charset "UTF-8";
/* CSS Document */
#wrapper {
  overflow: hidden; }

header {
  background: url("../img/sub-img.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  position: relative;
  height: 300px;
  padding-top: 1.5rem; }
  @media screen and (max-width: 991px) {
    header {
      height: 250px; } }
  @media screen and (max-width: 575px) {
    header {
      background: url("../img/phone-back2.png"), url("../img/phone-back.png");
      background-position: center bottom,center top;
      background-repeat: no-repeat;
      background-size: contain,cover;
      height: 375px; } }
  header h1 {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 767px) {
      header h1 {
        text-align: center; } }
  header h1 + div {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      header h1 + div {
        display: block; } }
    header h1 + div a {
      color: #0068B7;
      display: flex;
      justify-content: center;
      align-items: center; }
      header h1 + div a img {
        width: 70px;
        margin-right: 0.5rem;
        padding-top: 0.5rem; }
        @media screen and (max-width: 575px) {
          header h1 + div a img {
            width: 80px; } }
      header h1 + div a p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2.5rem; }
        @media screen and (max-width: 575px) {
          header h1 + div a p {
            font-size: 20px;
            font-size: 2rem;
            line-height: 2.8rem; } }
        header h1 + div a p span {
          font-size: 21px;
          font-size: 2.1rem;
          font-weight: bold; }
          @media screen and (max-width: 575px) {
            header h1 + div a p span {
              font-size: 25px;
              font-size: 2.5rem; } }
    header h1 + div ul {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        header h1 + div ul {
          justify-content: center; } }
      @media screen and (max-width: 575px) {
        header h1 + div ul {
          display: block;
          text-align: center; } }
      @media screen and (max-width: 991px) {
        header h1 + div ul li {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media screen and (max-width: 575px) {
        header h1 + div ul li {
          margin: 1rem 0; } }
      @media screen and (max-width: 575px) {
        header h1 + div ul li a {
          width: 75%; } }
      header h1 + div ul li:first-child {
        margin-right: 1rem; }
        @media screen and (max-width: 575px) {
          header h1 + div ul li:first-child {
            margin-right: 0; } }
        header h1 + div ul li:first-child a {
          display: inline-block;
          background: #4D9A24;
          color: #fff;
          text-align: center;
          font-weight: 400;
          padding: 0.3rem 2rem 0.5rem 2rem;
          border-radius: 0.5rem; }
          header h1 + div ul li:first-child a:hover {
            background: #3A731B;
            color: #FCEE21; }
      header h1 + div ul li:last-child a {
        display: inline-block;
        background: #93278F;
        color: #fff;
        text-align: center;
        font-weight: 400;
        padding: 0.3rem 2rem 0.5rem 2rem;
        border-radius: 0.5rem; }
        header h1 + div ul li:last-child a:hover {
          background: #6E1D6B;
          color: #FCEE21; }
  header .top-title {
    text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: bold;
    color: #93278F;
    line-height: 4rem;
    letter-spacing: 1.5px; }
    @media screen and (max-width: 767px) {
      header .top-title {
        font-size: 32px;
        font-size: 3.2rem; } }
    @media screen and (max-width: 575px) {
      header .top-title {
        font-size: 30px;
        font-size: 3rem; } }
    header .top-title:before {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      bottom: 50px;
      margin: auto; }
      @media screen and (max-width: 991px) {
        header .top-title:before {
          bottom: 45px; } }
      @media screen and (max-width: 575px) {
        header .top-title:before {
          bottom: 80px; } }
    header .top-title:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -43px;
      right: 16%;
      width: 200px;
      height: 200px;
      background-image: url("../img/sub-character.svg");
      background-size: contain;
      background-repeat: no-repeat;
      vertical-align: middle; }
      @media screen and (max-width: 1399px) {
        header .top-title:after {
          right: 13%; } }
      @media screen and (max-width: 1199px) {
        header .top-title:after {
          bottom: -41px;
          right: 9%;
          width: 190px;
          height: 190px; } }
      @media screen and (max-width: 991px) {
        header .top-title:after {
          bottom: -37px;
          right: 5%;
          width: 175px;
          height: 175px; } }
      @media screen and (max-width: 767px) {
        header .top-title:after {
          bottom: -33px;
          right: 2%;
          width: 150px;
          height: 150px; } }
      @media screen and (max-width: 575px) {
        header .top-title:after {
          bottom: -24px;
          right: 35%;
          width: 110px;
          height: 110px; } }

.purple-back {
  background: url("../img/purple-background.png");
  padding-top: 2rem;
  padding-bottom: 6rem; }

#sidenav ul.dropmenu {
  *zoom: 1;
  list-style-type: none;
  margin: 5px auto 30px;
  padding: 0; }
  #sidenav ul.dropmenu:before {
    content: "";
    display: table; }
  #sidenav ul.dropmenu:after {
    content: "";
    display: table;
    clear: both; }
  #sidenav ul.dropmenu li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1199px) {
      #sidenav ul.dropmenu li {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media screen and (max-width: 991px) {
      #sidenav ul.dropmenu li {
        font-size: 16px;
        font-size: 1.6rem; } }
    #sidenav ul.dropmenu li:hover ul li {
      overflow: visible;
      height: 38px; }
    #sidenav ul.dropmenu li a {
      display: block;
      margin: 0;
      padding: 15px 0 11px;
      line-height: 0.7;
      background: #93278F;
      color: #fff;
      font-weight: 500; }
      #sidenav ul.dropmenu li a img {
        width: 40px;
        margin-right: 1rem;
        margin-left: 1.5rem; }
      #sidenav ul.dropmenu li a:hover {
        background: #6E1D6B !important;
        color: #FCEE21; }
    #sidenav ul.dropmenu li ul {
      list-style: none;
      position: absolute;
      z-index: 9999;
      top: 100%;
      left: 0;
      margin: 0;
      padding: 0; }
      #sidenav ul.dropmenu li ul li {
        width: 100%;
        overflow: hidden;
        height: 0;
        transition: .2s; }
        #sidenav ul.dropmenu li ul li a {
          padding: 15px 15px;
          border-top: 1px solid #E9D4E9;
          text-align: left;
          background: #A952A5; }
          @media screen and (max-width: 1199px) {
            #sidenav ul.dropmenu li ul li a {
              font-size: 13.5px;
              padding: 15px 10px; } }
          @media screen and (max-width: 991px) {
            #sidenav ul.dropmenu li ul li a {
              font-size: 15px;
              padding: 15px 15px; } }
          #sidenav ul.dropmenu li ul li a:hover {
            background: #6E1D6B !important; }

#sidenav li.col-lg-3.col-sm-6 {
  border: 2px solid #fff; }

#sidenav li:nth-child(5) li:nth-child(2) a {
  letter-spacing: -1px; }

.breadcrumb {
  margin: 3rem 2rem 1rem;
  padding: 0;
  list-style: none;
  background: none; }
  .breadcrumb li {
    display: inline;
    list-style: none; }
    .breadcrumb li a {
      text-decoration: none;
      color: #000; }
      .breadcrumb li a:hover {
        color: #93278F; }
    .breadcrumb li:after {
      font-family: "Font Awesome 5 Free";
      content: '\f105';
      padding: 0 0.5em;
      font-weight: 900; }
  .breadcrumb li:last-child:after {
    content: ""; }
  .breadcrumb li:last-child a {
    color: #93278F; }

#page-menu {
  background: #93278F;
  border-radius: 0.5rem;
  padding: 1rem 2rem 0.3rem 2rem; }
  #page-menu ul li {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block; }
    #page-menu ul li:after {
      content: "｜";
      padding: 0 0.2em;
      color: #fff; }
    #page-menu ul li a {
      color: #fff; }
      #page-menu ul li a:hover {
        color: #FCEE21; }
  #page-menu ul li:last-child:after {
    content: ""; }

article {
  background: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  margin-top: 1.5rem; }
  article section {
    margin-bottom: 5rem; }
    article section:last-child {
      margin-bottom: 0; }
    article section h3 {
      display: block;
      background: url("../img/purple-background.png");
      border-top: 1px dashed #93278F;
      border-bottom: 1px dashed #93278F;
      font-size: 24px;
      font-size: 2.4rem;
      color: #93278F;
      padding: 1rem; }
    article section h4 {
      margin-top: 3rem;
      font-size: 20px;
      font-size: 2rem;
      color: #93278F; }
      article section h4:before {
        content: "●";
        color: #C993C7; }
    article section table {
      border: 2px solid #93278F; }
      article section table tr {
        border-bottom: 1px solid #93278F; }
        article section table tr th {
          background: #E9D4E9;
          text-align: left;
          border-right: 1px solid #93278F;
          padding: 0.5rem 1.5rem;
          font-weight: normal; }
        article section table tr td {
          text-align: left;
          border-right: 1px solid #93278F;
          padding: 0.5rem 1.5rem; }
      article section table tr:last-child {
        border-bottom: none; }
      article section table a.word-link {
        display: flex;
        align-items: center;
        color: #000;
        transition: 0.3s;
        padding-right: 1rem;
        line-height: 1.3; }
        article section table a.word-link:before {
          font-family: "Font Awesome 5 Free";
          content: '\f1c2';
          font-weight: 900;
          color: #fff;
          font-size: 25px;
          font-size: 2.5rem;
          background: #29abe2;
          display: flex;
          align-items: center;
          padding: 1rem 1.5rem;
          margin: auto 1.5rem auto 0; }
        article section table a.word-link:hover {
          background-color: #29abe2;
          color: #fff; }
      article section table a.excel-link {
        display: flex;
        align-items: center;
        color: #000;
        transition: 0.3s;
        padding-right: 1rem;
        line-height: 1.3; }
        article section table a.excel-link:before {
          font-family: "Font Awesome 5 Free";
          content: '\f1c3';
          font-weight: 900;
          color: #fff;
          font-size: 25px;
          font-size: 2.5rem;
          background: #22b573;
          display: flex;
          align-items: center;
          padding: 1rem 1.5rem;
          margin: auto 1.5rem auto 0; }
        article section table a.excel-link:hover {
          background-color: #22b573;
          color: #fff; }
    article section h5 {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 2rem;
      margin-bottom: 1rem; }
    article section li {
      display: inline-block; }
      article section li a.pdf-link {
        display: flex;
        align-items: center;
        color: #000;
        background: #EAEAEA;
        margin-right: 2rem;
        transition: 0.3s;
        padding-right: 1rem;
        line-height: 1.3;
        margin-bottom: 0.5rem; }
        article section li a.pdf-link:before {
          font-family: "Font Awesome 5 Free";
          content: '\f1c1';
          font-weight: 900;
          color: #fff;
          font-size: 25px;
          font-size: 2.5rem;
          background: #D80C18;
          display: flex;
          align-items: center;
          padding: 1rem 1.5rem;
          margin: auto 1.5rem auto 0; }
        article section li a.pdf-link:hover {
          background-color: #D80C18;
          color: #fff; }

p#page-top {
  margin: 0;
  display: block;
  position: relative; }
  p#page-top a {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    height: 150px;
    width: 220px;
    overflow: hidden;
    background: url("../img/page-top.svg"), url("../img/page-top2.svg");
    background-repeat: no-repeat,no-repeat;
    background-size: contain,contain;
    background-position: center center,center center;
    transition: 0.5s; }
    @media screen and (max-width: 575px) {
      p#page-top a {
        height: 120px;
        width: 180px; } }
    p#page-top a:hover {
      background: url("../img/page-top.svg"), url("../img/page-top2.svg");
      background-repeat: no-repeat,no-repeat;
      background-size: contain,contain;
      background-position: center center,center bottom -10px; }

footer {
  border-top: 5px solid #93278F; }
  footer .footer-title {
    display: flex;
    align-items: center;
    margin-top: 2rem; }
    @media screen and (max-width: 767px) {
      footer .footer-title {
        display: block;
        margin: auto;
        text-align: center; } }
    footer .footer-title a {
      display: flex;
      align-items: center;
      padding-right: 3rem; }
      @media screen and (max-width: 1199px) {
        footer .footer-title a {
          padding-right: 2rem; } }
      @media screen and (max-width: 767px) {
        footer .footer-title a {
          display: table;
          margin: auto;
          padding-top: 1.5rem;
          padding-right: 0rem; } }
      footer .footer-title a img {
        display: inline-block;
        padding-right: 0.5rem; }
        @media screen and (max-width: 1199px) {
          footer .footer-title a img {
            width: 23%; } }
        @media screen and (max-width: 767px) {
          footer .footer-title a img {
            display: table-cell;
            width: auto; } }
      footer .footer-title a p {
        color: #0068B7;
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 3rem; }
        @media screen and (max-width: 767px) {
          footer .footer-title a p {
            display: table-cell;
            text-align: left;
            vertical-align: middle; } }
        footer .footer-title a p span {
          font-size: 30px;
          font-size: 3rem;
          font-weight: bold; }
          @media screen and (max-width: 575px) {
            footer .footer-title a p span {
              font-size: 25px;
              font-size: 2.5rem; } }
    footer .footer-title a + div p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: 0.5rem; }
    footer .footer-title a + div p + p {
      font-size: 19px;
      font-size: 1.9rem; }
  footer table {
    margin: 2rem 0;
    width: 100%; }
    footer table tr {
      border-top: 1px solid #B2B2B2;
      font-size: 1.4rem;
      font-size: 14px; }
      @media screen and (max-width: 575px) {
        footer table tr {
          font-size: 16px;
          font-size: 1.6rem; } }
      footer table tr th {
        font-weight: normal; }
        @media screen and (max-width: 575px) {
          footer table tr th {
            display: block;
            padding-top: 0.5rem; } }
      footer table tr td {
        line-height: 2rem;
        padding: 1rem 0.5rem; }
        @media screen and (max-width: 575px) {
          footer table tr td {
            display: block;
            line-height: normal;
            padding: 0.2rem; } }
        footer table tr td a {
          text-align: center;
          display: block;
          padding: 1rem;
          border-radius: 0.5rem;
          border: 1px solid #93278F;
          color: #fff !important;
          font-weight: bold;
          background: #93278F; }
          @media screen and (max-width: 991px) {
            footer table tr td a {
              padding: 0.5rem; } }
          @media screen and (max-width: 767px) {
            footer table tr td a {
              padding: 1.5rem 1rem; } }
          @media screen and (max-width: 575px) {
            footer table tr td a {
              padding: 0.5rem; } }
          footer table tr td a:after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f35d";
            padding-left: 1rem; }
          footer table tr td a:hover {
            background: #fff;
            color: #93278F !important;
            border: 1px solid #93278F; }
      footer table tr td:last-child {
        width: 15%; }
        @media screen and (max-width: 991px) {
          footer table tr td:last-child {
            width: 12%; } }
        @media screen and (max-width: 767px) {
          footer table tr td:last-child {
            width: 17%; } }
        @media screen and (max-width: 575px) {
          footer table tr td:last-child {
            width: auto;
            display: block; } }
    footer table tr:last-child {
      border-bottom: 1px solid #B2B2B2; }
  footer .logo {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      footer .logo {
        flex-wrap: wrap; } }
    footer .logo li {
      border: 1px solid #cccccc;
      width: 20%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
      margin-bottom: 2rem; }
      @media screen and (max-width: 991px) {
        footer .logo li {
          width: 30%; } }
      @media screen and (max-width: 767px) {
        footer .logo li {
          width: 48%;
          margin: 0 0.5rem;
          margin-bottom: 2rem; } }
      @media screen and (max-width: 575px) {
        footer .logo li {
          width: 47%; } }
      footer .logo li a {
        display: block; }
        footer .logo li a:hover {
          opacity: 0.5; }
      footer .logo li img {
        width: 100%; }
      footer .logo li:last-child {
        margin-right: 0; }

@media screen and (max-width: 575px) {
  .anchor {
    margin-top: -8rem;
    padding-top: 8rem; } }
