@charset "UTF-8";
/*変数*/
@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed");
@media screen and (min-width: 750px) {
  body {
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 11px;
    font-weight: 500; } }

@media screen and (max-width: 749px) {
  body {
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 11px;
    font-weight: 500; } }

@media screen and (min-width: 750px) {
  header {
    width: 1000px;
    margin: 0 auto;
    font-size: 11px;
    padding: 5px 0; }
    header h1 {
      display: inline-block;
      vertical-align: middle;
      width: 180px; }
      header h1 img {
        width: 100%; }
    header p {
      display: inline-block;
      vertical-align: middle;
      width: 400px;
      padding-left: 10px; }
    header .head_callnumber {
      display: inline-block;
      vertical-align: middle;
      width: 400px; }
      header .head_callnumber p {
        position: relative;
        padding-left: 70px; }
        header .head_callnumber p img {
          width: 40px;
          position: absolute;
          top: -3px;
          left: 40px; }
        header .head_callnumber p span {
          color: #007ec3;
          font-weight: bold;
          padding-left: 20px;
          padding-right: 10px;
          font-size: 16px; }
    header nav.NavMenu {
      display: none; } }

@media screen and (max-width: 749px) {
  header {
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: white;
    z-index: 100;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    header h1 {
      display: block;
      width: 30%;
      margin: 10px; }
      header h1 img {
        width: 100%; }
    header p {
      display: none; }
    header .head_callnumber {
      display: none; }
    header nav.NavMenu {
      position: fixed;
      z-index: 2;
      top: 0;
      left: 0;
      background: #fff;
      color: #333;
      text-align: center;
      width: 100%;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      -webkit-box-shadow: 0 1px 10px 1px rgba(50, 50, 50, 0.5);
      box-shadow: 0 1px 10px 1px rgba(50, 50, 50, 0.5); }
      header nav.NavMenu p {
        background: #007ec3;
        color: white;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0; }
      header nav.NavMenu ul {
        background: #f9f9f9;
        width: 100%;
        margin: 0 auto;
        padding: 0; }
        header nav.NavMenu ul li {
          font-size: 1.1em;
          list-style-type: none;
          padding: 0;
          width: 100%;
          border-bottom: 1px dotted #333; }
          header nav.NavMenu ul li a {
            display: block;
            color: #000;
            padding: 20px 0;
            text-decoration: none; }
        header nav.NavMenu ul li:last-child {
          padding-bottom: 0;
          border-bottom: none; }
    header nav.NavMenu.active {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    header .Toggle {
      display: block;
      position: fixed;
      right: 15px;
      top: 18px;
      width: 42px;
      height: 40px;
      cursor: pointer;
      z-index: 3;
      border-radius: 3px;
      background-color: white;
      -webkit-box-shadow: 0 1px 7px 1px rgba(50, 50, 50, 0.25);
      box-shadow: 0 1px 7px 1px rgba(50, 50, 50, 0.25); }
      header .Toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #000;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px; }
      header .Toggle span:nth-child(1) {
        top: 9px; }
      header .Toggle span:nth-child(2) {
        top: 18px; }
      header .Toggle span:nth-child(3) {
        top: 27px; }
    header .Toggle.active span:nth-child(1) {
      top: 18px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header .Toggle.active span:nth-child(2), header .Toggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    header .menuber, header .head {
      display: none; } }

@media screen and (min-width: 750px) {
  #top {
    width: 100%;
    background-color: #f9f9f9;
    height: 200px;
    position: relative; }
    #top img {
      width: 100%;
      z-index: -100; }
    #top .topwrap {
      width: 1000px;
      margin: 0 auto;
      padding-top: 35px; }
      #top .topwrap .topback {
        background-color: #007ec3;
        height: 200px;
        width: 35vw;
        position: absolute;
        left: 0;
        top: 0; }
      #top .topwrap h2 {
        color: #fff;
        font-size: 28px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
        #top .topwrap h2 span {
          color: #fff;
          font-size: 16px;
          line-height: 3; }
      #top .topwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 50px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-85%);
        transform: translateX(-85%);
        /*位置調整*/
        background-color: white;
        /*線の色*/ }
      #top .topwrap .mobile {
        display: none; }
      #top .topwrap .toptextbox {
        width: 680px;
        margin-left: auto;
        margin-right: 0;
        margin-top: -155px;
        height: 200px; }
        #top .topwrap .toptextbox p {
          display: inline-block;
          vertical-align: bottom;
          width: 450px;
          margin-left: 20px;
          margin-bottom: 4.5rem; }
          #top .topwrap .toptextbox p span {
            line-height: 3;
            font-size: 10px; }
            #top .topwrap .toptextbox p span a {
              text-decoration: underline;
              color: #007ec3; }
            #top .topwrap .toptextbox p span a:hover {
              text-decoration: none;
              color: #333; }
        #top .topwrap .toptextbox img {
          display: inline-block;
          vertical-align: bottom;
          width: 200px; } }

@media screen and (max-width: 749px) {
  #top {
    width: 100%;
    background-color: #f9f9f9;
    height: 250px;
    position: relative; }
    #top .topwrap {
      width: 95%;
      margin: 0 auto;
      padding-top: 100px; }
      #top .topwrap .topback {
        background-color: #007ec3;
        height: 250px;
        width: 35%;
        position: absolute;
        left: 0;
        top: 0; }
      #top .topwrap h2 {
        color: #fff;
        font-size: 20px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
        #top .topwrap h2 span {
          color: #fff;
          font-size: 14px;
          line-height: 3.5; }
      #top .topwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 50px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-65%);
        transform: translateX(-65%);
        /*位置調整*/
        background-color: white;
        /*線の色*/ }
      #top .topwrap .pc {
        display: none; }
      #top .topwrap .toptextbox {
        width: 65%;
        margin-left: auto;
        margin-right: 0;
        margin-top: -110px; }
        #top .topwrap .toptextbox p {
          display: block;
          width: 90%;
          padding-left: 30px; }
          #top .topwrap .toptextbox p span {
            color: #007ec3;
            font-size: 12px;
            font-weight: bold;
            line-height: 1.5; }
        #top .topwrap .toptextbox img {
          display: none; } }

@media screen and (min-width: 750px) {
  #menu {
    width: 100%;
    height: 60px;
    background-color: #fff;
    font-size: 11px; }
    #menu .menubox {
      width: 1100px;
      margin: 0 auto; }
      #menu .menubox ul {
        width: 250px;
        margin-left: auto;
        margin-right: 0;
        padding: 23px 0; }
        #menu .menubox ul li {
          display: inline-block;
          padding: 0 12px; }
          #menu .menubox ul li a {
            text-decoration: none;
            color: #333; }
          #menu .menubox ul li a:hover {
            color: #007ec3;
            text-decoration: underline; }
        #menu .menubox ul .contact a {
          color: #fff;
          background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
          background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
          background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
          background: linear-gradient(25deg, #007ec3, #00c1ca);
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s;
          padding: 15px 25px;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #menu .menubox ul .contact a:hover {
          opacity: .7;
          color: #fff;
          text-decoration: none;
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s; } }

@media screen and (max-width: 749px) {
  #menu {
    display: none; } }

@media screen and (min-width: 750px) {
  #config {
    width: 100%;
    background-color: #f9f9f9;
    padding-bottom: 30px; }
    #config .configwrap {
      width: 1000px;
      margin: 0 auto; }
      #config .configwrap .mobile {
        display: none; }
      #config .configwrap h2 {
        color: #007ec3;
        font-size: 28px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #config .configwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-210%);
        transform: translateX(-210%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #config .configwrap p {
        color: #007ec3;
        width: 250px;
        padding-top: 5px;
        font-size: 14px; }
      #config .configwrap .configbox {
        width: 660px;
        height: auto;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -130px;
        padding-top: 20px;
        padding-left: 20px;
        line-height: 2; }
        #config .configwrap .configbox p {
          font-size: 11px;
          padding-top: 10px;
          line-height: 1.5;
          width: 96%;
          color: #333; }
        #config .configwrap .configbox .text01 {
          font-size: 11px;
          margin-top: -25px;
          color: #007ec3; }
        #config .configwrap .configbox .configimage {
          width: 660px;
          border: #007ec3 2px solid;
          background-color: #fff;
          padding: 10px 0;
          margin: 20px 0; }
          #config .configwrap .configbox .configimage img {
            width: 400px;
            display: block;
            margin: auto; }
        #config .configwrap .configbox h4 {
          color: #007ec3;
          width: 250px;
          padding-top: 25px;
          font-size: 16px;
          font-weight: bold; }
        #config .configwrap .configbox h4:before {
          content: "■"; }
      #config .configwrap .configbox02 {
        width: 660px;
        height: auto;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -170px;
        padding-top: 20px;
        padding-left: 20px;
        line-height: 2; }
        #config .configwrap .configbox02 p {
          font-size: 11px;
          padding-top: 10px;
          line-height: 1.5;
          width: 96%;
          color: #333; }
          #config .configwrap .configbox02 p span {
            font-weight: bold;
            line-height: 3; }
        #config .configwrap .configbox02 .text01 {
          font-size: 11px;
          margin-top: -25px;
          color: #007ec3; }
        #config .configwrap .configbox02 .configimage {
          width: 660px;
          border: #007ec3 2px solid;
          background-color: #fff;
          padding: 10px 0;
          margin: 20px 0; }
          #config .configwrap .configbox02 .configimage img {
            width: 400px;
            display: block;
            margin: auto; }
        #config .configwrap .configbox02 h4 {
          color: #007ec3;
          width: 250px;
          padding-top: 25px;
          font-size: 16px;
          font-weight: bold; }
        #config .configwrap .configbox02 h4:before {
          content: "■"; } }

@media screen and (max-width: 749px) {
  #config {
    width: 100%;
    background-color: #f9f9f9;
    padding-bottom: 30px; }
    #config .configwrap {
      width: 95%;
      margin: 0 auto; }
      #config .configwrap .pc {
        display: none; }
      #config .configwrap h2 {
        color: #007ec3;
        font-size: 20px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #config .configwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-115%);
        transform: translateX(-115%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #config .configwrap p {
        color: #007ec3;
        width: 20%;
        padding-top: 5px;
        font-size: 14px; }
      #config .configwrap .configbox {
        width: 70%;
        text-align: left;
        margin-top: -180px;
        margin-left: auto;
        margin-right: 0;
        padding-bottom: 50px; }
        #config .configwrap .configbox p {
          font-size: 11px;
          padding-top: 10px;
          line-height: 1.5;
          width: 96%;
          color: #333; }
        #config .configwrap .configbox .text01 {
          font-size: 11px;
          margin-top: -25px;
          color: #007ec3; }
        #config .configwrap .configbox .configimage {
          width: 90%;
          border: #007ec3 2px solid;
          background-color: #fff;
          padding: 10px 0;
          margin: 20px 0; }
          #config .configwrap .configbox .configimage img {
            width: 100%;
            display: block; }
        #config .configwrap .configbox h4 {
          color: #007ec3;
          width: 250px;
          padding-top: 25px;
          font-size: 16px;
          font-weight: bold; }
        #config .configwrap .configbox h4:before {
          content: "■"; }
      #config .configwrap .configbox02 {
        width: 70%;
        text-align: left;
        margin-top: -210px;
        margin-left: auto;
        margin-right: 0;
        padding-bottom: 50px; }
        #config .configwrap .configbox02 p {
          font-size: 11px;
          padding-top: 10px;
          line-height: 1.5;
          width: 96%;
          color: #333; }
          #config .configwrap .configbox02 p span {
            font-weight: bold;
            line-height: 3; }
        #config .configwrap .configbox02 .text01 {
          font-size: 11px;
          margin-top: -25px;
          color: #007ec3; }
        #config .configwrap .configbox02 .configimage {
          width: 90%;
          border: #007ec3 2px solid;
          background-color: #fff;
          padding: 10px 0;
          margin: 20px 0; }
          #config .configwrap .configbox02 .configimage img {
            width: 100%;
            display: block; }
        #config .configwrap .configbox02 h4 {
          color: #007ec3;
          width: 250px;
          padding-top: 25px;
          font-size: 16px;
          font-weight: bold; }
        #config .configwrap .configbox02 h4:before {
          content: "■"; } }

@media screen and (min-width: 750px) {
  #footmenu {
    width: 100%;
    background-color: #eaeaea;
    padding-bottom: 100px;
    margin-top: -55px; }
    #footmenu .footmenuwrap {
      width: 1000px;
      margin: 50px auto 0; }
      #footmenu .footmenuwrap h2 {
        color: #007ec3;
        font-size: 28px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #footmenu .footmenuwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-70%);
        transform: translateX(-70%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #footmenu .footmenuwrap p {
        color: #007ec3;
        width: 100px;
        padding-top: 5px;
        font-size: 16px; }
      #footmenu .footmenuwrap .footmenubox {
        width: 610px;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -100px; }
        #footmenu .footmenuwrap .footmenubox ul {
          display: inline-block;
          vertical-align: top;
          width: 180px;
          margin-right: 20px; }
          #footmenu .footmenuwrap .footmenubox ul li {
            padding-bottom: 4px;
            line-height: 1.75; }
            #footmenu .footmenuwrap .footmenubox ul li a {
              text-decoration: none;
              color: #333;
              -webkit-transition: .1s;
              -o-transition: .1s;
              transition: .1s; }
            #footmenu .footmenuwrap .footmenubox ul li a:hover {
              color: #007ec3;
              text-decoration: underline;
              -webkit-transition: .1s;
              -o-transition: .1s;
              transition: .1s; }
          #footmenu .footmenuwrap .footmenubox ul .title-border {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:after {
            border-top: 1px solid;
            content: "";
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:before {
            margin-right: 1rem; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:after {
            margin-left: 1rem; } }

@media screen and (max-width: 749px) {
  #footmenu {
    width: 100%;
    background-color: #eaeaea;
    padding-bottom: 50px;
    margin-top: -50px; }
    #footmenu .footmenuwrap {
      width: 95%;
      margin: 50px auto 0; }
      #footmenu .footmenuwrap h2 {
        color: #007ec3;
        font-size: 20px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #footmenu .footmenuwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #footmenu .footmenuwrap p {
        color: #007ec3;
        width: 100px;
        padding-top: 5px;
        font-size: 14px; }
      #footmenu .footmenuwrap .footmenubox {
        width: 70%;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -70px; }
        #footmenu .footmenuwrap .footmenubox ul {
          display: inline-block;
          vertical-align: top;
          width: 100%; }
          #footmenu .footmenuwrap .footmenubox ul li {
            display: block;
            padding: 5px 0;
            line-height: 1.75; }
            #footmenu .footmenuwrap .footmenubox ul li a {
              display: block;
              text-decoration: none;
              color: white;
              text-align: center;
              background-color: #007ec3;
              padding: 10px 0;
              -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
          #footmenu .footmenuwrap .footmenubox ul .title-border {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:after {
            border-top: 1px solid;
            content: "";
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:before {
            margin-right: 1rem; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:after {
            margin-left: 1rem; } }

@media screen and (min-width: 750px) {
  footer {
    width: 100%;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca); }
    footer #foot {
      width: 800px;
      margin: 0 auto;
      padding: 30px 0; }
      footer #foot img {
        vertical-align: middle;
        display: block;
        margin: 0 auto;
        padding-bottom: 25px;
        width: 200px; }
      footer #foot ul {
        display: inline-block;
        vertical-align: middle;
        margin-left: 50px; }
        footer #foot ul li {
          display: inline-block;
          padding-right: 10px;
          font-size: 11px;
          color: #fff; }
          footer #foot ul li a {
            color: #fff;
            text-decoration: none; }
          footer #foot ul li a:hover {
            text-decoration: underline; }
      footer #foot p {
        vertical-align: middle;
        font-size: 11px;
        text-align:center;
        color: #fff; } }

@media screen and (max-width: 749px) {
  footer {
    width: 100%;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca); }
    footer #foot {
      width: 95%;
      margin: 0 auto;
      padding: 30px 0; }
      footer #foot img {
        display: block;
        vertical-align: middle;
        width: 40%;
        margin: 0 auto; }
      footer #foot ul {
        display: none; }
      footer #foot p {
        display: block;
        font-size: 11px;
        padding-top: 10px;
        color: #fff;
        text-align: center; } }

@media screen and (min-width: 750px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: -50px;
    color: #fff;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    #page_top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none; }
    #page_top a::before {
      font-family: FontAwesome;
      content: '\f102';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; } }

@media screen and (max-width: 749px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: -40px;
    color: #fff;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    #page_top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none; }
    #page_top a::before {
      font-family: FontAwesome;
      content: '\f102';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; } }
