@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.lato {
  font-family: 'Lato', sans-serif; }

.notoSans {
  font-family: 'Noto Sans JP', sans-serif; }

html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }
  @media all and (-ms-high-contrast: none) {
    html, body {
      font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

body {
  line-height: 1; }

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }
  @media all and (-ms-high-contrast: none) {
    div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
      font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }

a {
  text-decoration: none;
  color: #000; }
  a.decoration {
    text-decoration: underline; }
    a.decoration:visited, a.decoration:focus, a.decoration:active {
      text-decoration: underline;
      outline: 0; }
  a:visited, a:focus, a:active {
    text-decoration: none;
    color: #000;
    outline: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

*:first-child + html .clearfix {
  zoom: 1; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  color: #333;
  -webkit-text-size-adjust: 100%; }

#wrap {
  font-size: 1.4rem; }

a {
  color: #333; }
  a:visited, a:focus, a:active {
    color: #333; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .inner {
      width: 86%; } }
  @media only screen and (max-width: 767px) {
    .inner {
      width: 86%; } }

@media only screen and (min-width: 1024px) {
  .flL {
    float: left; }
  .flR {
    float: right; }
  .hoverOpacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .hoverOpacity:hover {
      opacity: 0.8; }
  .pcH {
    display: none !important; } }

@media only screen and (max-width: 1023px) {
  .spTabH {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabH {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .spH {
    display: none !important; } }

.alignL {
  text-align: left; }

.alignC {
  text-align: center; }

.alignR {
  text-align: right; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabAlignL {
    text-align: left; }
  .tabAlignC {
    text-align: center; }
  .tabAlignR {
    text-align: right; } }

@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left; }
  .spAlignC {
    text-align: center; }
  .spAlignR {
    text-align: right; } }

.required {
  color: #c00;
  font-size: 10rem;
  font-weight: bold; }

.bold {
  font-weight: bold; }

.tabBox {
  width: 100%;
  display: none; }
  .tabBox.active {
    display: block; }

body {
  font-size: 15px;
  line-height: 1.7;
  background-color: #fefefe; }

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  z-index: 300; }
  @media only screen and (max-width: 767px) {
    #header {
      padding: 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  #header .logoWhite img {
    height: 40px; }
    @media only screen and (max-width: 767px) {
      #header .logoWhite img {
        height: 32px; } }
  #header .logoColor {
    display: none; }
  #header.change-color {
    background-color: #fff;
    padding: 16px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; }
    #header.change-color .logoWhite {
      display: none; }
    #header.change-color .logoColor {
      display: block; }
      #header.change-color .logoColor img {
        height: 32px; }
    #header.change-color .globalNav ul li a {
      color: #00629f; }
    #header.change-color .globalNav ul li:nth-child(1) a span {
      color: #2479db; }
    #header.change-color .globalNav ul li:nth-child(2) a span {
      color: #ff8437; }
    #header.change-color .globalNav ul li:nth-child(3) a span {
      color: #ff71ad; }
    #header.change-color .globalNav ul li:nth-child(4) a span {
      color: #a2af00; }
    #header.change-color .globalNav ul li:nth-child(5) a span {
      color: #65af00; }
    #header.change-color .nav.active a {
      color: #fff; }
    #header.change-color .nav.active .drawerNavBtn span {
      background-color: #fff; }
      @media only screen and (max-width: 1023px) {
        #header.change-color .nav.active .drawerNavBtn span {
          background-color: #fff; } }
    #header.change-color .nav.active .drawerNavBtn.active {
      background-color: #fff; }
    #header.change-color .drawerNavBtn a span {
      background-color: #014c98; }
      @media only screen and (max-width: 1023px) {
        #header.change-color .drawerNavBtn a span {
          background-color: #014c98; } }
    #header.change-color .drawerNavBtn a.active span {
      background-color: #fff; }

.nav .dnLogo {
  display: none; }
  @media only screen and (max-width: 1023px) {
    .nav .dnLogo {
      display: block;
      margin-bottom: 48px;
      margin-top: 30px; }
      .nav .dnLogo img {
        width: 200px; } }

@media only screen and (max-width: 1023px) {
  .nav {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #002346;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    top: 0;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .nav.active {
      right: 0; }
      .nav.active .globalNav ul li a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }

.globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .globalNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1023px) {
      .globalNav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 0; } }
    @media only screen and (max-width: 1023px) {
      .globalNav ul li {
        width: 100%; }
        .globalNav ul li a {
          color: #00629f; }
        .globalNav ul li:nth-child(1) a span {
          color: #2479db; }
        .globalNav ul li:nth-child(2) a span {
          color: #ff8437; }
        .globalNav ul li:nth-child(3) a span {
          color: #ff71ad; }
        .globalNav ul li:nth-child(4) a span {
          color: #a2af00; }
        .globalNav ul li:nth-child(5) a span {
          color: #65af00; } }
    .globalNav ul li a {
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      -webkit-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s; }
      @media only screen and (max-width: 1023px) {
        .globalNav ul li a {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          border-bottom: 1px solid rgba(255, 255, 255, 0.27);
          padding: 16px 0; } }
      .globalNav ul li a span {
        font-size: 20px;
        margin-right: 4px;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px); }
  .globalNav .tel {
    background-color: #00629f;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border-radius: 24px;
    font-weight: 18px;
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1023px) {
      .globalNav .tel {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 32px; } }
  .globalNav .mail {
    width: 40px;
    height: 40px;
    margin-left: 10px; }
    @media only screen and (max-width: 1023px) {
      .globalNav .mail {
        width: 100%;
        margin-left: 0; } }
    .globalNav .mail a {
      background-color: #65af00;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 24px;
      width: 40px;
      height: 40px;
      color: #fff;
      font-size: 18px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
      @media only screen and (max-width: 1023px) {
        .globalNav .mail a {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-top: 10px; } }

.drawerNavBtn {
  width: 32px;
  height: 28px;
  position: relative;
  display: none;
  z-index: 600; }
  @media only screen and (max-width: 1023px) {
    .drawerNavBtn {
      display: block; } }
  .drawerNavBtn a {
    display: block;
    width: 100%;
    height: 100%; }
    .drawerNavBtn a.active span:nth-child(1) {
      top: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    .drawerNavBtn a.active span:nth-child(2) {
      display: none; }
    .drawerNavBtn a.active span:nth-child(3) {
      top: auto;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
      bottom: 50%; }
  .drawerNavBtn.active span {
    background-color: #014c98; }
  .drawerNavBtn span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    background-color: #fff;
    display: block;
    height: 1px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; }
    .drawerNavBtn span:nth-child(1) {
      top: 0; }
    .drawerNavBtn span:nth-child(3) {
      top: auto;
      bottom: 0; }

h3 {
  font-size: 28px;
  color: #014C98;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 21px; } }

.sectionHeader {
  text-align: center;
  padding: 0px 0;
  font-weight: bold;
  font-size: 48px;
  overflow: hidden;
  position: relative; }
  .sectionHeader p {
    font-size: 15vw;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color: #d0edef;
    line-height: 1; }
  .sectionHeader h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    font-size: 32px;
    color: #014c98;
    line-height: 1; }

.contentBox {
  padding: 70px 0; }
  .contentBox:nth-child(2) {
    padding: 0; }
  .contentBox .contentTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .contentBox .contentTitle .icon {
      margin-right: 5px; }

.KvWrap {
  background-color: #ffeb00; }

.kv {
  height: 95vh;
  position: relative;
  padding: 10px; }
  .kv .kvInner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 31, 60, 0.54);
    border-radius: 10px;
    overflow: hidden; }
    .kv .kvInner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(1, 31, 60, 0.54); }
  .kv .title {
    position: absolute;
    left: 60px;
    bottom: 60px;
    width: 50vw;
    z-index: 100; }
    @media only screen and (max-width: 767px) {
      .kv .title {
        width: 80vw;
        left: 6vw;
        bottom: 6vw; } }
    .kv .title h2 {
      width: 100%; }
      .kv .title h2 img {
        width: 100%; }
  .kv #video-area {
    position: absolute;
    z-index: 0;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden; }
  .kv #video {
    /*天地中央配置*/
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%; }

#read {
  padding: 90px 0; }
  @media only screen and (max-width: 1023px) {
    #read {
      padding: 30px; } }
  #read p {
    text-align: center;
    font-weight: bold;
    color: #014c98;
    font-size: 18px; }
    @media only screen and (max-width: 1023px) {
      #read p {
        font-size: 16px;
        text-align: left; } }
  #read .localNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px; }
    #read .localNav div {
      margin: 0 5px; }
      #read .localNav div a {
        width: 240px;
        height: 48px;
        line-height: 48px;
        background-color: #014c98;
        color: #fff;
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        font-weight: bold; }
        @media only screen and (max-width: 1023px) {
          #read .localNav div a {
            width: 160px;
            font-size: 15px; } }

section {
  padding-bottom: 90px; }

.movieBox {
  background-color: #fff;
  position: relative;
  padding-top: 150px; }
  .movieBox#aplat:after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    background-color: #FFF537;
    content: ""; }
  .movieBox#ceea:after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    background-color: #FF91BE;
    content: ""; }
  .movieBox .inner {
    background-color: #fff;
    min-height: 210px;
    border-radius: 15px;
    border: 2px solid #000;
    padding: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .movieBox .inner {
        padding: 6%; } }
    .movieBox .inner .movieTitle {
      text-align: center;
      margin-bottom: 40px; }
      .movieBox .inner .movieTitle p {
        font-size: 30px; }
      .movieBox .inner .movieTitle h4 {
        font-size: 14px; }
    .movieBox .inner .imgBox {
      margin-bottom: 32px; }
    .movieBox .inner .read {
      text-align: center;
      font-weight: bold;
      margin-bottom: 40px; }
    .movieBox .inner .movieList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .movieBox .inner .movieList .movie {
        width: 32%;
        margin-right: 2%;
        margin-top: 30px; }
        .movieBox .inner .movieList .movie:nth-child(3n) {
          margin-right: 0; }
        @media only screen and (max-width: 767px) {
          .movieBox .inner .movieList .movie {
            margin-right: 0;
            width: 100%; } }
        .movieBox .inner .movieList .movie .movieWrap {
          position: relative;
          padding-bottom: 56.25%;
          height: 0;
          overflow: hidden;
          border: 1px solid #e2e2e2;
          margin-bottom: 10px; }
          .movieBox .inner .movieList .movie .movieWrap iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      .movieBox .inner .movieList h5 {
        font-weight: bold; }
      .movieBox .inner .movieList .brankLink a {
        color: #00b0b7;
        text-decoration: underline;
        font-size: 13px;
        margin-top: 16px; }
        .movieBox .inner .movieList .brankLink a:hover {
          text-decoration: none; }
        .movieBox .inner .movieList .brankLink a span {
          font-size: 16px;
          padding-left: 3px;
          -webkit-transform: translate(0px, 3px);
          -ms-transform: translate(0px, 3px);
          transform: translate(0px, 3px); }

.commemorativeSlider {
  margin-top: 30px; }

.slick-slide {
  vertical-align: top; }
  .slick-slide img {
    vertical-align: top; }
  .slick-slide div {
    vertical-align: top; }

.qa a {
  height: 100px;
  line-height: 100px;
  background-color: #ff91be;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .qa a:hover {
    color: #ff91be;
    border: 5px solid #ff91be;
    background-color: #fff;
    line-height: 90px; }

.linkList#earth .linkBox .thum {
  -webkit-box-shadow: yellow 8px 8px;
  box-shadow: yellow 8px 8px; }

.linkList#energy .linkBox .thum {
  -webkit-box-shadow: #ff91be 8px 8px;
  box-shadow: #ff91be 8px 8px; }

.linkList#recycle .linkBox .thum {
  -webkit-box-shadow: #11b6ff 8px 8px;
  box-shadow: #11b6ff 8px 8px; }

.linkList#tool .linkBox .thum {
  -webkit-box-shadow: #73d121 8px 8px;
  box-shadow: #73d121 8px 8px; }

.linkList .linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px; }
  .linkList .linkBox:first-child {
    margin-top: 0; }
  .linkList .linkBox .thum {
    width: 380px;
    background-color: #fff;
    min-height: 210px;
    border-radius: 15px;
    border: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center; }
    .linkList .linkBox .thum img {
      max-width: 260px; }
    @media only screen and (max-width: 767px) {
      .linkList .linkBox .thum {
        width: 100%;
        margin-bottom: 30px; } }
  .linkList .linkBox .text {
    width: 640px; }
    @media only screen and (max-width: 767px) {
      .linkList .linkBox .text {
        width: 100%; } }
    .linkList .linkBox .text h4 {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 1.2;
      color: #014C98; }
    .linkList .linkBox .text .linkBtn {
      margin-top: 20px; }
      .linkList .linkBox .text .linkBtn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 180px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        padding: 0 12px;
        color: #fff;
        background-color: #00B0B7;
        font-weight: bold;
        -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s; }
        .linkList .linkBox .text .linkBtn a span {
          font-size: 18px;
          padding-top: 12px;
          display: inline-block; }
        .linkList .linkBox .text .linkBtn a:hover {
          background-color: #008c91; }

#fwrap {
  color: #fff;
  background-color: #014c98;
  padding: 100px 20px 0 20px; }
  #fwrap a {
    color: #fff; }
  #fwrap .flogo {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
    #fwrap .flogo img {
      width: 240px;
      margin-bottom: 16px; }
    #fwrap .flogo a {
      font-weight: bold; }
  #fwrap .info {
    text-align: center; }
  #fwrap .fmenu {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
  #fwrap #footerFoot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    padding-bottom: 20px;
    padding-top: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
