@charset "UTF-8";
/* ==============================
	mixin
============================== */
/* ==============================
	base
============================== */
body {
  text-align: center;
  min-width: 1024px; }
  @media screen and (max-width: 767px) {
    body {
      min-width: inherit; } }

a {
  color: #000;
  transition: all 300ms 0s ease; }
  a:hover {
    color: #7d7d7d;
    text-decoration: none; }

a:focus,
*:focus {
  outline: none; }

p {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

/* ==============================
	loadingCss
============================== */
#loading {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  #loading .ball {
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #4fb6c5;
    border-bottom-color: transparent;
    height: 26px;
    width: 26px;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
    position: absolute;
    top: 45%; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* ==============================
	baseCss
============================== */
.row {
  margin-right: -10px;
  margin-left: -10px; }

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0 10px; }

.builder,
.bootBuilder {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .bootBuilder {
    padding: 0 15px; } }

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.smh {
  display: none; }
  @media screen and (max-width: 767px) {
    .smh {
      display: block; } }

/* ==============================
	CommandCss
============================== */
.red {
  color: #e62323 !important; }

.blue {
  color: #073dbc !important; }

.green {
  color: #17b640 !important; }

.yellow {
  color: #e6e61b !important; }

.orange {
  color: #f89b0f !important; }

.white {
  color: #fff !important; }

.black {
  color: #000 !important; }

.gray {
  color: #888 !important; }

.txtright {
  text-align: right; }

.txtleft {
  text-align: left; }

.txtcenter {
  text-align: center; }

.float_r {
  float: right; }

.pc_float_r {
  float: right; }
  @media screen and (max-width: 767px) {
    .pc_float_r {
      float: none;
      display: block; } }

.float_l {
  float: left; }

#contents {
  margin-top: -76px; }
  @media screen and (max-width: 767px) {
    #contents {
      margin-top: 65px; } }

#main-img {
  background: none !important;
  padding: 2% 0 !important; }

/*ボタンStyle*/
.btn:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px; }

/* ==============================
	見出しCss
============================== */
.ttl-row-1,
.ttl-row-2 {
  font-size: 2.4rem;
  display: block;
  margin: 40px auto; }
  @media screen and (max-width: 767px) {
    .ttl-row-1,
    .ttl-row-2 {
      font-size: 2rem;
      margin: 30px auto; } }

.ttl-row-2 {
  letter-spacing: 0.05em;
  font-weight: bold; }
  .ttl-row-2 .ttl-line-both {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .ttl-row-2 .ttl-line-both {
        margin-bottom: 5px; } }

.ttl-line-both {
  display: block;
  color: #00479d; }
  .ttl-line-both span {
    font-size: 2rem;
    letter-spacing: normal;
    font-weight: bold;
    margin: 0 2%; }
    @media screen and (max-width: 767px) {
      .ttl-line-both span {
        font-size: 1.8rem; } }
  .ttl-line-both span, .ttl-line-both:before, .ttl-line-both:after {
    display: inline-block;
    vertical-align: middle; }
  .ttl-line-both:before, .ttl-line-both:after {
    content: "";
    width: 130px;
    height: 1px;
    background: #00479d; }
    @media screen and (max-width: 767px) {
      .ttl-line-both:before, .ttl-line-both:after {
        width: 50px; } }

/* ==============================
	実績 カテゴリーカラー一覧Css
============================== */
.works-cate {
  font-size: 1.2rem;
  padding: 2px 5px;
  color: #fff; }
  .works-cate.cate01 {
    background: #0068b7; }
  .works-cate.cate02 {
    background: #00a7b7; }
  .works-cate.cate03 {
    background: #c5005f; }
  .works-cate.cate04 {
    background: #33963e; }
  .works-cate.cate05 {
    background: #ea6709; }
  .works-cate.cate06 {
    background: #ce4545; }
  .works-cate.cate07 {
    background: #5f3926; }
  .works-cate.cate08 {
    background: gray; }
  .works-cate.cate09 {
    background: #000000; }
  .works-cate.cate10 {
    background: #a9ceec; }
  .works-cate.cate11 {
    background: orange; }

/* ==============================
	HeaderCss
============================== */
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999; } }
header .inner {
  background: #fff;
  padding: 15px 0; }
  @media screen and (max-width: 767px) {
    header .inner {
      width: 80%;
      height: 65px;
      float: left;
      padding: 8px 0; } }
header h1 {
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  margin: 0; }
  @media screen and (max-width: 767px) {
    header h1 {
      width: 80%; } }
  header h1 span {
    display: block;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      header h1 span {
        display: none; } }
header .tel {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 10px 0 0;
  display: inline-block;
  vertical-align: middle; }
  header .tel small {
    display: block;
    font-size: 12px;
    font-weight: normal; }
header .btn-contact {
  width: 50%;
  float: right;
  position: relative;
  text-align: right;
  padding-top: 5px; }
  header .btn-contact a {
    display: inline-block;
    vertical-align: middle; }
    header .btn-contact a:hover span {
      background: #000; }
  header .btn-contact span {
    display: block;
    text-align: center;
    width: 165px;
    border-radius: 10px;
    background: #00479d;
    color: #fff;
    margin: auto;
    padding: 15px 10px;
    font-size: 12px;
    font-weight: bold;
    transition: all 300ms 0s ease; }
    header .btn-contact span:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 18px;
      background: url(../img/common/ico_contact.png) no-repeat;
      background-size: contain;
      margin-right: 10px; }

/* ==============================
	gnaviCss
============================== */
#_gnavi {
  display: block;
  height: 76px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  /*上固定*/ }
  @media screen and (max-width: 767px) {
    #_gnavi {
      height: 100vh;
      background: #dedede;
      clear: both;
      display: none; } }
  #_gnavi:before {
    content: "";
    display: block;
    width: 100%;
    height: 152px;
    background: -moz-linear-gradient(left, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
    background: -webkit-linear-gradient(left, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
    background: linear-gradient(to right, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
    border-radius: 50%;
    position: absolute;
    top: -76px; }
    @media screen and (max-width: 767px) {
      #_gnavi:before {
        display: none; } }
  #_gnavi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 90%;
    margin: 10px auto 0;
    font-size: 1.4rem;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      #_gnavi ul {
        max-width: none;
        display: block;
        margin: 0; } }
    #_gnavi ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
      z-index: 1;
      border-left: solid 2px #fff;
      transition: all 300ms 0s ease; }
      @media screen and (max-width: 767px) {
        #_gnavi ul li {
          border: none; } }
      #_gnavi ul li:nth-of-type(1) {
        border-left: none; }
      #_gnavi ul li.contact, #_gnavi ul li.tel {
        display: none; }
        @media screen and (max-width: 767px) {
          #_gnavi ul li.contact, #_gnavi ul li.tel {
            display: block;
            overflow: hidden; } }
      #_gnavi ul li:hover {
        background: rgba(255, 255, 255, 0.2); }
      #_gnavi ul li a {
        display: block;
        padding: 3px 30px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          #_gnavi ul li a {
            width: 100%;
            font-size: 2rem;
            font-weight: bold;
            margin: 0 auto;
            padding: 12px 0;
            color: #505050;
            position: relative; } }
        #_gnavi ul li a span {
          display: block;
          font-size: 10px; }
          @media screen and (max-width: 767px) {
            #_gnavi ul li a span {
              display: none; } }
        @media screen and (max-width: 767px) {
          #_gnavi ul li a:after {
            content: "→";
            color: #b5b5b5;
            position: absolute;
            top: 12px;
            right: 20px;
            opacity: 0;
            transition: all 300ms 0s ease; }
          #_gnavi ul li a:hover:after {
            right: 15px;
            opacity: 1; } }
      @media screen and (max-width: 767px) {
        #_gnavi ul li.tel:hover {
          background: none; }
        #_gnavi ul li.tel a {
          display: inline-block;
          width: auto; }
          #_gnavi ul li.tel a:after {
            display: none; } }
  #_gnavi.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999; }
    @media screen and (max-width: 767px) {
      #_gnavi.fixed {
        position: static; } }

/* ==============================
	gnaviCss
============================== */
#gnavi {
  display: block;
  height: 76px;
  position: relative;
  z-index: 10;
  /*上固定*/ }
  @media screen and (max-width: 767px) {
    #gnavi {
      height: 100vh;
      background: #dedede;
      clear: both;
      display: none; } }
  #gnavi .bg-image {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #gnavi .bg-image {
        display: none; } }
    #gnavi .bg-image:before {
      content: "";
      display: block;
      width: 100%;
      height: 152px;
      background: -moz-linear-gradient(left, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
      background: -webkit-linear-gradient(left, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
      background: linear-gradient(to right, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
      border-radius: 50%;
      position: absolute;
      top: -76px; }
  #gnavi ul.menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 1.4rem;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      #gnavi ul.menu {
        max-width: none;
        display: block;
        margin: 0; } }
    #gnavi ul.menu > li {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
      z-index: 1;
      border-left: solid 2px #fff;
      transition: all 300ms 0s ease;
      /*サブメニュー
      ********************/ }
      @media screen and (max-width: 767px) {
        #gnavi ul.menu > li {
          border: none; } }
      #gnavi ul.menu > li:nth-of-type(1) {
        border-left: none; }
      #gnavi ul.menu > li.contact, #gnavi ul.menu > li.tel {
        display: none; }
        @media screen and (max-width: 767px) {
          #gnavi ul.menu > li.contact, #gnavi ul.menu > li.tel {
            display: block;
            overflow: hidden; } }
      #gnavi ul.menu > li:hover {
        background: rgba(255, 255, 255, 0.2); }
      #gnavi ul.menu > li a {
        display: block;
        padding: 3px 30px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          #gnavi ul.menu > li a {
            width: 100%;
            font-size: 2rem;
            font-weight: bold;
            margin: 0 auto;
            padding: 12px 0;
            color: #505050;
            position: relative; } }
        #gnavi ul.menu > li a span {
          display: block;
          font-size: 10px; }
          @media screen and (max-width: 767px) {
            #gnavi ul.menu > li a span {
              display: none; } }
        @media screen and (max-width: 767px) {
          #gnavi ul.menu > li a:after {
            content: "→";
            color: #b5b5b5;
            position: absolute;
            top: 12px;
            right: 20px;
            opacity: 0;
            transition: all 300ms 0s ease; }
          #gnavi ul.menu > li a:hover:after {
            right: 15px;
            opacity: 1; } }
      @media screen and (max-width: 767px) {
        #gnavi ul.menu > li.tel:hover {
          background: none; }
        #gnavi ul.menu > li.tel a {
          display: inline-block;
          width: auto; }
          #gnavi ul.menu > li.tel a:after {
            display: none; } }
      @media screen and (max-width: 767px) {
        #gnavi ul.menu > li.has-submenu {
          flex-direction: column; }
          #gnavi ul.menu > li.has-submenu .submenu li {
            padding-left: 1em; }
            #gnavi ul.menu > li.has-submenu .submenu li::before {
              content: "┗";
              margin-right: 0.5em; }
            #gnavi ul.menu > li.has-submenu .submenu li a {
              display: inline;
              font-size: 130%;
              line-height: 2; } }
      @media screen and (min-width: 768px) {
        #gnavi ul.menu > li.has-submenu {
          position: relative;
          display: inline-block;
          cursor: default; }
          #gnavi ul.menu > li.has-submenu .submenu-container {
            position: absolute;
            top: 100%;
            /* --- 中央寄せの設定 --- */
            left: 50%;
            transform: translateX(-50%);
            width: 200px;
            pointer-events: none; }
            #gnavi ul.menu > li.has-submenu .submenu-container::before {
              content: "";
              position: absolute;
              top: 0;
              left: 50%;
              width: 0;
              height: 2px;
              background: #333;
              transition: width 0.3s ease, left 0.3s ease;
              z-index: 10; }
            #gnavi ul.menu > li.has-submenu .submenu-container .submenu {
              list-style: none;
              padding: 0;
              margin: 0;
              background: #f9f9f9;
              overflow: hidden;
              /* 最初は高さ0、透明度0 */
              height: 0;
              opacity: 0;
              /* 線が終わってから動き出す設定 */
              transition: height 0.4s ease 0.3s, opacity 0.4s ease 0.3s; }
              #gnavi ul.menu > li.has-submenu .submenu-container .submenu li {
                border-bottom: 1px solid #bbb; }
                #gnavi ul.menu > li.has-submenu .submenu-container .submenu li a {
                  display: block;
                  padding: 15px 20px;
                  text-decoration: none;
                  color: #333;
                  white-space: nowrap; }
          #gnavi ul.menu > li.has-submenu:hover .submenu-container {
            pointer-events: auto; }
            #gnavi ul.menu > li.has-submenu:hover .submenu-container::before {
              width: 100%;
              left: 0; }
            #gnavi ul.menu > li.has-submenu:hover .submenu-container .submenu {
              height: auto;
              opacity: 1; } }
  #gnavi.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999; }
    @media screen and (max-width: 767px) {
      #gnavi.fixed {
        position: static; } }

/* ==============================
	メニューボタン
============================== */
.btn-menu {
  float: right;
  position: relative;
  width: 20%;
  height: 65px;
  background-color: #fff;
  display: none; }
  @media screen and (max-width: 767px) {
    .btn-menu {
      display: block; } }
  .btn-menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
    background: -webkit-linear-gradient(top, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
    background: linear-gradient(to bottom, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
    border-radius: 0 0 0 30px; }
  .btn-menu,
  .btn-menu span {
    transition: all 0.4s;
    box-sizing: border-box; }
  .btn-menu span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px; }
    .btn-menu span:nth-of-type(1) {
      top: 18px; }
    .btn-menu span:nth-of-type(2) {
      top: 30px; }
    .btn-menu span:nth-of-type(3) {
      bottom: 18px; }
  .btn-menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg); }
  .btn-menu.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 0.8s forwards;
    animation: active-menu-bar02 0.8s forwards; }
  .btn-menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg); }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
/* ==============================
	右固定ボタンCss
============================== */
#sidetab {
  position: fixed;
  right: -6px;
  top: 200px;
  width: 55px;
  z-index: 99; }
  @media screen and (max-width: 767px) {
    #sidetab {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      top: auto;
      bottom: 0;
      right: auto;
      left: auto;
      width: 100%;
      overflow: hidden; } }
  #sidetab .item {
    color: #fff;
    border-radius: 10px 0 0 10px;
    margin-top: 10px;
    padding: 20px 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-align: center;
    box-shadow: -1px 1px 0px 1px rgba(0, 0, 0, 0.15);
    transition: all 300ms 0s ease; }
    @media screen and (max-width: 767px) {
      #sidetab .item {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% / 3);
        border-radius: 0;
        margin-top: 0;
        padding: 16px 15px 8px;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        align-items: center;
        box-shadow: -1px 1px 0px 1px rgba(0, 0, 0, 0); } }
    #sidetab .item:before {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        #sidetab .item:before {
          margin-left: -2px; } }
    #sidetab .item:hover {
      -moz-transform: translate(-5px, 0);
      -webkit-transform: translate(-5px, 0);
      transform: translate(-5px, 0); }
      @media screen and (max-width: 767px) {
        #sidetab .item:hover {
          -moz-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); } }
    #sidetab .item.r-btn-estate {
      background: #5f3926; }
      #sidetab .item.r-btn-estate:before {
        content: url("../img/common/ico_estate.png"); }
    #sidetab .item.r-btn-contact {
      display: none; }
    #sidetab .item.r-btn-freshman:before, #sidetab .item.r-btn-career:before {
      content: "";
      display: block;
      width: 1.5em;
      height: 2em;
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
      background-color: #fff; }
    @media screen and (min-width: 768px) {
      #sidetab .item.r-btn-freshman, #sidetab .item.r-btn-career {
        display: none; } }
    #sidetab .item.r-btn-freshman {
      background: #4fb6c5; }
      #sidetab .item.r-btn-freshman:before {
        mask-image: url("../img/common/ico_freshman.svg"); }
    #sidetab .item.r-btn-career {
      background: #00479d; }
      #sidetab .item.r-btn-career:before {
        mask-image: url("../img/common/ico_career.svg"); }

/* ==============================
	FooterCss
============================== */
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 120px; } }
footer .box-table {
  display: table;
  width: 100%;
  background: #e6e6e6; }
  @media screen and (max-width: 767px) {
    footer .box-table {
      display: block; } }
  footer .box-table .cell {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      footer .box-table .cell {
        display: block; } }
footer .f-info .top {
  background: -moz-linear-gradient(left, #a3dccd 0%, #4fb6c5 50%, #00479d 100%);
  background: -webkit-linear-gradient(left, #a3dccd 0%, #4fb6c5 50%, #00479d 100%);
  background: linear-gradient(to right, #a3dccd 0%, #4fb6c5 50%, #00479d 100%);
  padding: 20px 0 10px; }
  footer .f-info .top ul,
  footer .f-info .top .inner {
    max-width: 960px;
    margin: 0 0 0 auto; }
  footer .f-info .top ul {
    padding: 20px 0 10px;
    border-top: solid 1px #fff; }
    @media screen and (max-width: 767px) {
      footer .f-info .top ul {
        border-top: none;
        padding: 0; } }
    footer .f-info .top ul li {
      text-align: left;
      font-size: 1.2rem;
      color: #fff; }
      @media screen and (max-width: 767px) {
        footer .f-info .top ul li {
          text-align: center; } }
      @media screen and (max-width: 767px) {
        footer .f-info .top ul li:first-child {
          margin-bottom: 10px; } }
      footer .f-info .top ul li:last-child {
        border-left: solid 4px #fff;
        padding: 10px 15px; }
        @media screen and (max-width: 767px) {
          footer .f-info .top ul li:last-child {
            border: none; } }
      footer .f-info .top ul li b {
        display: block;
        font-size: 1.4rem;
        margin-bottom: 10px; }
footer .f-info .bottom {
  background: #000;
  overflow: hidden;
  padding: 10px 0;
  color: #b4b4b4; }
  footer .f-info .bottom a {
    color: #b4b4b4; }
  footer .f-info .bottom ul,
  footer .f-info .bottom .inner {
    max-width: 960px;
    margin: 0 0 0 auto; }
  footer .f-info .bottom .inner {
    max-width: 960px;
    margin: 0 0 0 auto; }
  footer .f-info .bottom ul {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      footer .f-info .bottom ul {
        margin-bottom: 10px; } }
    footer .f-info .bottom ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      footer .f-info .bottom ul li a:before {
        content: "\f061";
        font-family: FontAwesome;
        font-size: 0.8rem;
        color: #000;
        margin-right: 5px;
        padding: 2px;
        background: #b4b4b4; }
footer .copy {
  text-align: left; }
  @media screen and (max-width: 767px) {
    footer .copy {
      text-align: center; } }
footer .contact,
footer .backtop {
  display: block;
  width: 10%;
  height: 100%;
  border-left: solid 5px #fff; }
  @media screen and (max-width: 767px) {
    footer .contact,
    footer .backtop {
      height: 60px;
      float: left;
      border: none; } }
footer .contact {
  background: #00479d; }
  @media screen and (max-width: 767px) {
    footer .contact {
      width: 70%;
      padding-top: 18px; } }
  footer .contact span {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    margin-top: 8px; }
    @media screen and (max-width: 767px) {
      footer .contact span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
        font-size: 1.6rem; } }
  footer .contact:hover {
    background: #000; }
footer .backtop {
  background: #e6e6e6; }
  @media screen and (max-width: 767px) {
    footer .backtop {
      width: 30%;
      padding-top: 26px; } }
  footer .backtop span {
    display: block;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      footer .backtop span {
        display: none; } }
  footer .backtop:before {
    content: "\f106";
    font-size: 5rem;
    font-family: FontAwesome;
    line-height: 0; }
  footer .backtop:hover {
    background: #a3dccd;
    color: #000; }
