@charset "UTF-8";
/* RESET
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .container {
    min-width: 1300px;
    padding-bottom: 110px;
  }

  .wrapper {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner {
    width: 1296px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.50);
  }

  body {
    font-size: 0.24rem;
    width: 100%;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  img {
    height: auto;
  }
}
/* PAGE
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.header .block-online {
  background-color: #000;
  color: #fff;
  text-align: right;
  line-height: 1;
}
.header.is-home {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.box-link .link-top:first-child {
  border: 1px solid #339966;
  background: #339966 url(../img/common/icon_arrow_02.png) right bottom no-repeat;
  margin-right: 8px;
}
.box-link .link-top:nth-child(2) {
  border: 1px solid #ff8306;
  background: #ff8306 url(../img/common/icon_arrow_01.png) right bottom no-repeat;
}

.block-top {
  display: flex;
  justify-content: space-between;
}
.block-top .button-mail {
  display: block;
  font-weight: bold;
  text-align: center;
}
.block-top .button-mail span {
  display: block;
  width: 100%;
  height: 100%;
}

.navigation .link-menu {
  display: block;
  color: #fff;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .header.header-fixed {
    display: none !important;
  }
  .header .online-text {
    font-size: 12px;
    padding: 5px 0;
  }
  .header .logo {
    margin: 30px 0 0 20px;
  }
  .header.is-home .navigation {
    display: none;
  }
  .header.is-home .logo {
    opacity: 0;
  }
  .header.is-home .box-inquiry {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.5);
  }
  .header.is-home .button-mail {
    background: rgba(255, 255, 255, 0.25);
  }

  .block-top .box-right {
    width: 730px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .block-top .box-free {
    border: 2px solid #ff0000;
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    width: 157px;
    height: 65px;
    position: relative;
    background: #FFF;
  }
  .block-top .free-title {
    color: #ff0000;
    font-size: 20px;
    padding: 5px 0 5px;
    letter-spacing: 0.2em;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .block-top .free-title {
    padding-top: 10px;
  }
}
@media print, (min-width: 768px) {
  .block-top .free-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ff0000;
    color: #fff;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    padding: 5px 0 4px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .block-top .free-text {
    padding-top: 8px;
    padding-bottom: 1px;
  }
}
@media print, (min-width: 768px) {
  .block-top .box-inquiry {
    width: 436px;
    height: 65px;
    border: 1px solid #ccc;
    border-left: 0;
    text-align: center;
    font-weight: bold;
    padding: 5px;
  }
  .block-top .inquiry-title {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .block-top .link-top {
    display: block;
    color: #fff;
    font-size: 18px;
    width: 208px;
    padding: 5px 0;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .block-top .link-top {
    padding-top: 8px;
    padding-bottom: 0;
  }
}
@media print, (min-width: 768px) {
  .block-top .box-link {
    display: flex;
  }
  .block-top .button-mail {
    height: 85px;
    width: 115px;
    font-size: 16px;
    margin-left: 15px;
    color: #016894;
    background: rgba(1, 104, 148, 0.15);
  }
  .block-top .button-mail span {
    background: url(../img/common/icon_mail.png) center 10px no-repeat;
    padding-top: 54px;
  }

  .box-link .link-top:first-child:after {
    background: #fff;
  }
  .box-link .link-top:first-child:hover {
    color: #339966;
  }
  .box-link .link-top:nth-child(2):after {
    background: #fff;
  }
  .box-link .link-top:nth-child(2):hover {
    color: #ff8306;
  }

  .navigation {
    background: #016894;
    color: #fff;
  }
  .navigation .navigation-inner {
    margin: 0 auto;
    width: 1296px;
  }
  .navigation .link-menu {
    font-size: 18px;
    padding: 15px 35px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .navigation .link-menu {
    padding-top: 18px;
    padding-bottom: 12px;
  }
}
@media print, (min-width: 768px) {
  .navigation .list-navigation {
    display: flex;
    justify-content: center;
  }
  .navigation .list-navigation li:first-child .link-menu {
    padding-left: 0;
  }
  .navigation .list-navigation li:last-child .link-menu {
    padding-right: 0;
  }

  .footer-fixed {
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.17);
  }
  .footer-fixed .block-top {
    justify-content: center;
  }
  .footer-fixed .block-top .button-mail {
    height: 65px;
    font-size: 14px;
  }
  .footer-fixed .block-top .button-mail span {
    padding-top: 45px;
    background-position: center 5px;
  }
  .footer-fixed.show {
    visibility: inherit;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .header.header-fixed {
    z-index: 9000;
    position: fixed;
    width: 100%;
    left: 0;
    top: -2rem;
    bottom: auto;
    visibility: hidden;
    padding-bottom: 0;
  }
  .header.header-fixed.visible {
    top: 0;
    bottom: auto;
    visibility: inherit;
  }
  .header .button-menu {
    display: block;
    width: 0.76rem;
    height: 0.76rem;
    z-index: 8000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-left: 0.1rem;
  }
  .header .button-menu .menu-inner {
    position: relative;
    width: 0.52rem;
    height: 0.33rem;
    padding-top: 0.18rem;
    margin: 0 auto 0.04rem;
  }
  .header .button-menu .menu-inner span {
    display: block;
    height: 0.06rem;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    transition: 0.5s ease-in-out;
    border-radius: 0.06rem;
  }
  .header .button-menu .menu-inner span:nth-child(1) {
    top: 0;
  }
  .header .button-menu .menu-inner span:nth-child(2) {
    top: 0.14rem;
  }
  .header .button-menu .menu-inner span:nth-child(3) {
    top: 0.28rem;
  }
  .header.is-down .button-menu .menu-inner span:nth-child(1),
  .header.is-down .button-menu .menu-inner span:nth-child(3) {
    top: 0.14rem;
    left: 0;
  }
  .header.is-down .button-menu .menu-inner span:nth-child(1) {
    transform: rotate(135deg);
  }
  .header.is-down .button-menu .menu-inner span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .header.is-down .button-menu .menu-inner span:nth-child(3) {
    transform: rotate(-135deg);
  }

  .block-top {
    position: relative;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0.2rem 0.08rem;
  }
  .block-top .logo {
    width: 2.4rem;
    padding-top: 0.08rem;
  }
  .block-top .logo img {
    height: auto;
    width: 100%;
  }
  .block-top .box-right {
    display: flex;
  }
  .block-top .button-mail {
    color: #fff;
    width: 1.2rem;
  }
  .block-top .button-mail span {
    background: url(../img/common/icon_email.png) center top/0.54rem auto no-repeat;
    padding-top: 0.38rem;
    text-align: center;
  }

  .navigation {
    position: fixed;
    z-index: 9800;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    background: rgba(1, 104, 148, 0.95);
    display: none;
  }
  .navigation .navigation-inner {
    padding-top: 1.1rem;
  }
  .navigation .menu-inner {
    padding: 1.14rem 0 0.38rem;
    position: relative;
    z-index: 9800;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .navigation .list-navigation {
    display: block;
    margin-bottom: 0.28rem;
  }
  .navigation .link-menu {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 0.36rem 0.2rem 0.32rem;
    background-size: 0.12rem auto;
    background-position: 0.2rem center;
    color: #fff;
    font-size: 0.28rem;
  }
  .navigation .link-active {
    margin: 0.2rem;
    padding: 0.24rem 0.2rem 0.2rem;
    border-radius: 0.4rem;
  }
  .navigation .box-link {
    padding: 0 0.2rem;
  }
  .navigation .link-top {
    font-weight: bold;
    display: block;
    color: #fff;
    font-size: 0.28rem;
    width: 100%;
    padding: 0.36rem 0.2rem 0.32rem;
    margin-bottom: 0.28rem;
  }
  br.br_pc {
    display: none;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer .wrapper {
  width: 100%;
}

footer .block-map {
  background-color: #014d6d;
  color: #fff;
  font-weight: bold;
  width: 100%;
  display: flex;
}
footer .link-map {
  font-weight: bold;
  color: #fff;
}
footer .block-copyright {
  text-align: center;
  font-weight: bold;
  color: #014d6d;
}

@media print, (min-width: 768px) {
  footer .block-map {
    padding: 42px 3rem 16px;
  }
  footer .wrapper .block-map  {
    flex-direction: row;
    justify-content: center;
  }
  footer .logo-image {
    width: 230px;
    margin: 14px 0 0 -10px;
  }
  footer .list-map {
    width: 850px;
    padding-left: 66px;
    display: flex;
    flex-wrap: wrap;
  }
  footer .list-map li {
    margin: 0 38px 30px 0;
  }
  footer .link-map {
    font-size: 16px;
  }
  footer .copyright-text {
    padding: 16px 0;
    display: block;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  footer .copyright-text {
    padding-top: 19px;
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
  footer .block-map {
    flex-direction: column;
    padding: 0.5rem 1rem 0.4rem;
  }
  footer .logo-image {
    width: 3.2rem;
    margin-bottom: 1rem;
  }
  footer .list-map li {
    display: block;
    margin-bottom: 0.1rem;
  }
  footer .link-map {
    font-size: 0.28rem;
    padding: 0.14rem 0;
    display: inline-block;
  }
  footer .copyright-text {
    padding: 0.24rem 0;
    display: block;
  }
}
/* MODULES
 * ----------------------------------------------- */
/* COMMON BREADCRUMB
 * ----------------------------------------------- */
.list-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.list-breadcrumbs li:not(:last-child) {
  position: relative;
}
.list-breadcrumbs li:not(:last-child):before {
  content: ">";
  position: absolute;
  right: 0;
  top: 43%;
  transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-breadcrumbs li:not(:last-child):before {
    top: 49%;
  }
}
.list-breadcrumbs li a {
  color: #016894;
}

@media print, (min-width: 768px) {
  .breadcrumbs .wrapper {
    width: 1260px;
  }

  .list-breadcrumbs {
    margin-top: 10px;
  }
  .list-breadcrumbs li:not(:last-child) {
    padding-right: 18px;
    margin-right: 7px;
  }
  .list-breadcrumbs li a,
  .list-breadcrumbs li span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .list-breadcrumbs {
    margin-top: 0.5rem;
  }
  .list-breadcrumbs li:not(:last-child) {
    padding-right: 0.36rem;
    margin-right: 0.14rem;
  }
}
/* COMMON CONTACT
 * ----------------------------------------------- */
.common-contact {
  background-color: #E5E5E5;
}
.common-contact .contact-title {
  color: #fff;
  background: #ff0000;
  font-weight: bold;
  text-align: center;
}
.common-contact .contact-title span {
  display: inline-block;
  background: url(../img/common/icon_mail_02.png) left center no-repeat;
}
.common-contact .direct-text {
  text-align: center;
}
.common-contact .item {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.common-contact .item.is-one {
  border: 2px solid #339966;
  background: #339966 url(../img/common/icon_arrow_04.png) right bottom no-repeat;
}
.common-contact .item.is-one:after {
  background: #fff;
}
.common-contact .item.is-one:hover {
  color: #339966;
}
.common-contact .item.is-one:hover .sale-text {
  border-color: #339966;
}
.common-contact .item.is-one .who-text {
  color: #194C33;
}
.common-contact .item.is-two {
  border: 2px solid #ff8306;
  background: #ff8306 url(../img/common/icon_arrow_05.png) right bottom no-repeat;
}
.common-contact .item.is-two:after {
  background: #fff;
}
.common-contact .item.is-two:hover {
  color: #ff8306;
}
.common-contact .item.is-two:hover .sale-text {
  border-color: #ff8306;
}
.common-contact .item.is-two .who-text {
  color: #6A3400;
}
.common-contact .consider-text {
  border: 2px solid #fff;
  background: #fff;
  display: flex;
  font-weight: bold;
}
.common-contact .consider-text .border {
  text-align: center;
  border: 3px solid #ff0000;
  color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-contact .consider-text .detail {
  display: block;
  
}

@media print, (min-width: 768px) {
  .common-contact {
    padding: 20px 0 35px;
    margin: 100px 0 35px;
  }
  .common-contact .contact-inner {
    margin: 0 auto;
    width: 1100px;
  }
  .common-contact .contact-title {
    width: 270px;
    padding: 10px 5px;
    font-size: 25px;
    margin: -60px auto 25px;
  }
  .common-contact .contact-title span {
    padding: 12px 25px 8px 55px;
    letter-spacing: 0.1em;
  }
  .common-contact .direct-text {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .common-contact .company-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .common-contact .sale-text {
    font-size: 38px;
    width: 445px;
    margin: 0 auto 10px;
    padding: 30px 5px 25px;
    border: 2px solid #fff;
  }
  .common-contact .who-text {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .common-contact .block-company {
    display: flex;
    margin-bottom: 25px;
  }
  .common-contact .item {
    display: block;
    width: 530px;
    padding: 25px 10px 20px;
  }
  .common-contact .item.is-one {
    margin-right: 40px;
  }
  .common-contact .consider-text .border {
    width: 170px;
    font-size: 22px;
    padding: 9px 0 6px;
  }
  .common-contact .consider-text .detail {
    font-size: 20px;
    padding: 12px 5px 8px 35px;
    width: 925px;
    letter-spacing: -0.07em;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .common-contact .consider-text .detail {
    padding-top: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .common-contact {
    padding: 0.5rem 0.2rem 0.4rem;
    margin: 1.2rem 0 0.5rem;
  }
  .common-contact .contact-title {
    width: 4.6rem;
    padding: 0.14rem 0.05rem;
    font-size: 0.36rem;
    margin: -1rem auto 0.4rem;
  }
  .common-contact .contact-title span {
    background-size: 0.5rem auto;
    padding: 0.15rem 0.25rem 0.12rem 0.7rem;
    letter-spacing: 0.1em;
  }
  .common-contact .direct-text {
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .common-contact .company-title {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .common-contact .sale-text {
    font-size: 0.44rem;
    width: 85%;
    margin: 0 auto 0.2rem;
    padding: 0.3rem 0.1rem 0.25rem;
    border: 2px solid #fff;
  }
  .common-contact .who-text {
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
  }
  .common-contact .block-company {
    margin-bottom: 0.4rem;
  }
  .common-contact .item {
    display: block;
    width: 100%;
    padding: 0.35rem 0.1rem 0.2rem;
  }
  .common-contact .item.is-one {
    margin-bottom: 0.4rem;
  }
  .common-contact .consider-text {
    padding: 0.1rem;
  }
  .common-contact .consider-text .border {
    width: 25%;
    font-size: 0.26rem;
    padding: 0.15rem 0 0.12rem;
    border-width: 2px;
  }
  .common-contact .consider-text .detail {
    font-size: 0.3rem;
    padding: 0 0.1rem;
    width: 80%;
    letter-spacing: -0.07em;
  }
}

/* COMMON TITLE
 * ----------------------------------------------- */
.section-title {
  color: #016894;
  font-weight: bold;
  text-align: center;
}

.common-title {
  text-align: center;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-title {
    font-size: 25px;
  }

  .common-title {
    font-size: 40px;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 0.46rem;
  }

  .common-title {
    font-size: 0.5rem;
    padding: 1rem 0;
  }
}
/* COMMON BUTTON
 * ----------------------------------------------- */
.link-fee {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #016894;
  border: 1px solid #016894;
}
.link-fee:after {
  background: #016894;
}
.link-fee:hover {
  color: #fff;
}
@media print, (min-width: 768px) {
  .link-fee {
    margin: 0 auto;
    width: 350px;
    font-size: 18px;
    padding: 15px 5px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .link-fee {
    padding-top: 18px;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .link-fee {
    width: 100%;
    font-size: 0.32rem;
    padding: 0.24rem 0.05rem 0.22rem;
  }
}

.hover {
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hover:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#pagetop {
	position: fixed;
	width: 100%;
	bottom: 200px;
	display: none;
}

#pagetop > div {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
#pagetop > div a {
	width: 50px;
	position: absolute;
	right: 0;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
