@charset 'UTF-8';


@media (min-width:768px) {
    .mobile {
        display: none
    }
}

@media (max-width:767px) {
    .desktop {
        display: none
    }
}


html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

/*
Normalize
-----------------------------*/
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  font-size:1.2em;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  color: #000000;
  background: #ffff00;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
  font-size: 14px;
  font-size: .875rem;
  color: #333333;
  background-color: #fff;
}

p,
pre {
  margin: 0 0 16px;
  padding: 0;
}

i,
em {
  font-weight: normal;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  color: #1b6cb3;
  outline: none;
}

a.is-disabled {
  cursor: default;
}


i {
  font-style: normal;
}

button {
  outline: none;
}


ul,
ol {
  margin-top: 0;
}

dl dd {
  margin-left: 0;
}

/*
Styles
-----------------------------*/

#header_top {
  width: 100%;
  background-color: #ffffff;
}

#header_top #header_top_inner {
  overflow: hidden;
  width: 979px;
  height: 48px;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {

  #header_top #header_top_inner {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

}

#header_top #header_top-title {
  line-height: 0;
  float: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 761px) {

  #header_top #header_top-title {
    margin-left: -10px;
  }

}

#header_top #header_top-title > a {
  line-height: 1000%;
  display: block;
  overflow: hidden;
  width: 284px;
  height: 48px;
  white-space: nowrap;
  text-indent: 1000%;
  background: url(../images/top/bg_header_top-title_lg.png) no-repeat;
}

@media screen and (max-width: 761px) {

  #header_top #header_top-title > a {
    width: 181px;
    background-image: url(../images/top/bg_header_top-title_md.png);
    background-size: 181px 48px;
  }

}

#header_top #header_top-nav {
  display: table;
  float: right;
  height: 48px;
}

@media screen and (max-width: 999px) {

  #header_top #header_top-nav {
    margin-right: -18px;
  }

}

@media screen and (max-width: 761px) {

  #header_top #header_top-nav {
    display: block;
  }

}

#header_top #header_top-nav > a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  display: table-cell;
  width: 150px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

@media screen and (max-width: 761px) {

  #header_top #header_top-nav > a {
    line-height: 1000%;
    display: block;
    float: left;
    overflow: hidden;
    width: 48px;
    white-space: nowrap;
    text-indent: 1000%;
  }

}

#header_top #header_top-nav > a:hover {
  border-bottom-width: 0;
}

@media screen and (max-width: 761px) {

  #header_top #header_top-nav > a:hover {
    border-bottom-width: 4px;
  }

}

#header_top #header_top-nav > a.btn-header_login {
  color: #ffffff;
  border-bottom-color: #165790;
  background-color: #1b6cb3;
}

@media screen and (max-width: 761px) {

  #header_top #header_top-nav > a.btn-header_login {
    background-image: url(../images/top/bg_btn-header_nav-login_md.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 44px 38px;
  }

}

#header_top #header_top-nav > a.btn-header_login:hover {
  background-color: #165790;
}

@media screen and (max-width: 761px) {

  #header_top #header_top-nav > a.btn-header_login:hover {
    background-color: #1b6cb3;
  }

}

#header_top #header_top-nav > a.btn-header_inquiry {
  color: #333333;
  border-bottom-color: #cddbde;
  background-color: #e3f3f6;
}

@media screen and (max-width: 761px) {

  #header_top #header_top-nav > a.btn-header_inquiry {
    background-image: url(../images/top/bg_btn-header_nav-inquiry_md.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 44px 38px;
  }

}

#header_top #header_top-nav > a.btn-header_inquiry:hover {
  background-color: #cddbde;
}

@media screen and (max-width: 761px) {

  #header_top #header_top-nav > a.btn-header_inquiry:hover {
    background-color: #e3f3f6;
  }

}

.content-main_view {
  width: 100%;
  background-image: url(bg.png);
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 761px) {

  .content-main_view {
    background-image: url(bg.png);
    background-size: cover;
  }

}

.content-main_view .content-main_view_inner {
  position: relative;
  overflow: hidden;
  width: 979px;
  height: 250px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 999px) {

  .content-main_view .content-main_view_inner {
    width: 100%;
    height: 200px;
    padding-right: 18px;
    padding-left: 18px;
  }

}

@media screen and (max-width: 761px) {

  .content-main_view .content-main_view_inner {
    height: 330px;
  }

}

@media screen and (max-width: 480px) {

  .content-main_view .content-main_view_inner {
    height: 280px;
  }

}

.content-main_view .content-main_view-lead,
  .content-main_view .content-main_view-copy {
  line-height: 2em;
  position: absolute;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
}

@media screen and (max-width: 761px) {

  .content-main_view .content-main_view-lead,
  .content-main_view .content-main_view-copy {
    position: static;
    margin: 0 auto;
  }

}

.content-main_view .content-main_view-lead {
  top: 55px;
  left: 25px;
  background: url(../images/top/bg_txt-mianview-lead_lg.png) no-repeat;
}

@media screen and (max-width: 999px) {

  .content-main_view .content-main_view-lead {
    top: 32px;
  }

}

@media screen and (max-width: 761px) {

  .content-main_view .content-main_view-lead {
    width: 221px;
    height: 45px;
    margin-top: 54px;
    background-image: url(../images/top/bg_txt-mianview-lead_md.png);
    background-size: 221px 45px;
  }

}

@media screen and (max-width: 480px) {

  .content-main_view .content-main_view-lead {
    margin-top: 18px;
  }

}

.content-main_view .content-main_view-copy {
  top: 115px;
  left: 22px;
  width: 522px;
  height: 148px;
  background: url(../images/top/bg_txt-mianview-copy_lg.png) no-repeat;
}

@media screen and (max-width: 999px) {

  .content-main_view .content-main_view-copy {
    top: 78px;
  }

}

@media screen and (max-width: 761px) {

  .content-main_view .content-main_view-copy {
    width: 271px;
    height: 77px;
    margin-top: 18px;
    background-image: url(../images/top/bg_txt-mianview-copy_md.png);
    background-size: 271px 77px;
  }

}

.content-section {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 70px 0;
}

@media screen and (max-width: 761px) {

  .content-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

}

@media screen and (max-width: 480px) {

  .content-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

.content-section#content-section_support {
  height: 650px;
  background-image: url(../images/top/bg_section-support_lg.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 761px) {

  .content-section#content-section_support {
    height: auto;
  }

}

@media screen and (max-width: 480px) {

  .content-section#content-section_support {
    background: #ffffff;
  }

}

.content-section#content-section_future {
  height: 466px;
  background-image: url(../images/top/bg_section-future_lg.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 761px) {

  .content-section#content-section_future {
    height: auto;
    background-image: url(../images/top/bg_section-future_md.jpg);
    background-size: cover;
  }

}

.content-section .content-section_inner {
  position: relative;
  width: 979px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 999px) {

  .content-section .content-section_inner {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

}

@media screen and (max-width: 480px) {

  .content-section .content-section_inner {
    padding-right: 0;
    padding-left: 0;
  }

}

.content-conversion {
  margin: 0;
  padding: 54px 0;
  background-color: #ffffff;
}

@media screen and (max-width: 761px) {

  .content-conversion {
    padding-top: 27px;
    padding-bottom: 27px;
  }

}

@media screen and (max-width: 480px) {

  .content-conversion {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

.content-conversion .content-conversion_inner {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 999px) {

  .content-conversion .content-conversion_inner {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

}

.title-section {
  line-height: 1000%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-indent: 1000%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.title-section#title-section_support {
  width: 449px;
  height: 43px;
  margin: 0 auto 45px;
  background-image: url(../images/top/bg_txt-title-section_support_lg.png);
}

@media screen and (max-width: 761px) {

  .title-section#title-section_support {
    width: 167px;
    height: 61px;
    margin-bottom: 18px;
    background-image: url(../images/top/bg_txt-title-section_support_md.png);
    background-size: 167px 61px;
  }

}

.title-section#title-section_future {
  float: left;
  width: 276px;
  height: 160px;
  background-image: url(../images/top/bg_txt-title-section_future_lg.png);
}

@media screen and (max-width: 761px) {

  .title-section#title-section_future {
    float: none;
    clear: both;
    width: 168px;
    height: 98px;
    margin: 0 auto 18px;
    background-image: url(../images/top/bg_txt-title-section_future_md.png);
    background-size: 168px 98px;
  }

}

.block-support {
  overflow: hidden;
  margin: 0 -18px;
  padding: 0 0 0 18px;
}

@media screen and (max-width: 761px) {

  .block-support {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
  }

}

.block-support .block-support-item {
  float: left;
  width: 33.3333%;
  margin: 0;
  padding: 0 18px 0 0;
}

@media screen and (max-width: 761px) {

  .block-support .block-support-item {
    display: table;
    float: none;
    width: 100%;
    margin: 18px 0 0;
    padding: 0;
    table-layout: fixed;
  }

  .block-support .block-support-item:first-child {
    margin-top: 0;
  }

}

@media screen and (max-width: 480px) {

  .block-support .block-support-item {
    display: block;
  }

}

@media screen and (max-width: 761px) {

  .block-support .block-support-item .block-support-image {
    display: table-cell;
    width: 33.3333%;
  }

}

@media screen and (max-width: 480px) {

  .block-support .block-support-item .block-support-image {
    display: block;
    width: 100%;
  }

}

.block-support .block-support-item .block-support-image > img {
  line-height: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.block-support .block-support-body {
  position: relative;
  min-height: 180px;
  margin: 0;
  padding: 25px 0 0;
  background-color: #ffffff;
}

@media screen and (max-width: 761px) {

  .block-support .block-support-body {
    display: table-cell;
    height: auto;
    min-height: 0;
    padding-top: 0;
    vertical-align: middle;
  }

}

@media screen and (max-width: 480px) {

  .block-support .block-support-body {
    display: block;
    padding-top: 20px;
  }

}

.block-support .block-support-body::before {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -.75em;
  margin-left: -.75em;
  content: '';
  vertical-align: top;
  border-right: .75em solid transparent;
  border-bottom: .75em solid #ffffff;
  border-left: .75em solid transparent;
}

@media screen and (max-width: 761px) {

  .block-support .block-support-body::before {
    top: 50%;
    left: 0;
    margin-top: -.75em;
    margin-left: -35px;
    border-top: .75em solid transparent;
    border-right: .75em solid #ffffff;
    border-bottom: .75em solid transparent;
  }

}

@media screen and (max-width: 480px) {

  .block-support .block-support-body::before {
    top: 0;
    left: 50%;
    margin-top: -35px;
    margin-left: -.75em;
    border-right: .75em solid transparent;
    border-bottom: .75em solid #ffffff;
    border-left: .75em solid transparent;
  }

}

.block-support .title-support {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3;
  margin: 0 0 .5em;
  padding: 0 25px;
  text-align: center;
  color: #1b6cb3;
}

@media screen and (max-width: 761px) {

  .block-support .title-support {
    font-size: 24px;
    font-size: 1.5rem;
    display: inline-block;
    width: 100%;
    margin-bottom: .25em;
  }

}

.block-support .txt-support {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 25px;
  padding: 0 25px;
  text-align: center;
}

@media screen and (max-width: 761px) {

  .block-support .txt-support {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }

}

.list-futire_preview {
  float: right;
  overflow: hidden;
  width: 60%;
  max-width: 588px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 761px) {

  .list-futire_preview {
    float: none;
    width: 100%;
    min-width: 100%;
    padding-right: 15%;
    padding-left: 15%;
  }

}

@media screen and (max-width: 480px) {

  .list-futire_preview {
    padding-right: 18px;
    padding-left: 0;
  }

}

.list-futire_preview .list-futire_preview-item {
  float: left;
  width: 33.3333%;
  margin: 0;
  padding: 0 0 0 18px;
}

.list-futire_preview .list-futire_preview-item > img {
  width: 100%;
  height: auto;
}

.block-login {
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 999px) {

  .block-login {
    margin-bottom: 10px;
  }

}

.btn-login,
.btn-login_lg {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.1;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 4px solid #165790;
  border-radius: 4px;
  background-color: #1b6cb3;
}

.btn-login:hover,
  .btn-login_lg:hover {
  padding-top: 13px;
  border-bottom-width: 1px;
  background-color: #165790;
}

@media screen and (max-width: 761px) {

  .btn-login,
  .btn-login_lg {
    font-size: 16px;
    font-size: 1rem;
    min-width: 0;
    padding-right: .5em;
    padding-left: .5em;
  }

  .btn-login:hover,
  .btn-login_lg:hover {
    border-bottom-width: 4px;
    background-color: #1b6cb3;
  }

}

@media screen and (max-width: 480px) {

  .btn-login,
  .btn-login_lg {
    width: 100%;
    padding-right: 1.0em;
    padding-left: 1.0em;
  }

}

.btn-login_lg {
  max-width: 495px;
}

@media screen and (max-width: 761px) {

  .btn-login_lg {
    font-size: 18px;
    font-size: 1.125rem;
  }

}

.block-oldsite {
  width: 100%;
  margin: 0 auto;
}

.block-oldsite .block-oldsite-head {
  line-height: 1000%;
  overflow: hidden;
  height: 34px;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
  text-indent: 1000%;
  background: url(../images/top/bg_txt-oldsite_lg.png) 50% 50% no-repeat;
}

@media screen and (max-width: 761px) {

  .block-oldsite .block-oldsite-head {
    background-image: url(../images/top/bg_txt-oldsite_md.png);
    background-size: 200px 28px;
  }

}

.block-oldsite .block-oldsite-text {
  font-size: 12px;
  font-size: .75rem;
  margin: 0 0 27px;
  text-align: center;
}

@media screen and (max-width: 761px) {

  .block-oldsite .block-oldsite-text {
    margin-bottom: 18px;
  }

}

@media screen and (max-width: 480px) {

  .block-oldsite .block-oldsite-text .block-oldsite-text-break {
    display: none;
  }

}

.block-oldsite .block-oldsite-body {
  display: table;
  width: 100%;
  max-width: 495px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 480px) {

  .block-oldsite .block-oldsite-body {
    display: block;
  }

}

.block-oldsite .block-oldsite-body .block-oldsite-body_item {
  display: table-cell;
  width: 50%;
}

.block-oldsite .block-oldsite-body .block-oldsite-body_item:nth-child(odd) {
  padding-right: 10px;
}

.block-oldsite .block-oldsite-body .block-oldsite-body_item:nth-child(even) {
  padding-left: 10px;
}

@media screen and (max-width: 480px) {

  .block-oldsite .block-oldsite-body .block-oldsite-body_item {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }

  .block-oldsite .block-oldsite-body .block-oldsite-body_item:nth-child(odd),
  .block-oldsite .block-oldsite-body .block-oldsite-body_item:nth-child(even) {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-oldsite .block-oldsite-body .block-oldsite-body_item:last-child {
    margin-bottom: 0;
  }

}

.block-apps .block-apps-head {
  line-height: 1000%;
  overflow: hidden;
  height: 32px;
  margin: 0 0 54px;
  padding: 0;
  white-space: nowrap;
  text-indent: 1000%;
  background: url(../images/top/bg_txt-apps-head_lg.png) 50% 50% no-repeat;
}

@media screen and (max-width: 999px) {

  .block-apps .block-apps-head {
    margin-bottom: 36px;
  }

}

@media screen and (max-width: 761px) {

  .block-apps .block-apps-head {
    height: 16px;
    margin-bottom: 18px;
    background-image: url(../images/top/bg_txt-apps-head_md.png);
    background-size: 253px 16px;
  }

}

.block-apps .block-apps-body {
  margin: 0 0 54px;
  padding: 0;
}

@media screen and (max-width: 761px) {

  .block-apps .block-apps-body {
    margin-bottom: 27px;
  }

}

@media screen and (max-width: 480px) {

  .block-apps .block-apps-body {
    margin-bottom: 20px;
  }

}

.list-apps {
  display: table;
  width: 100%;
  max-width: 855px;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

@media screen and (max-width: 999px) {

  .list-apps {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

}

@media screen and (max-width: 480px) {

  .list-apps {
    display: block;
  }

}

.list-apps .list-apps-item {
  display: table-cell;
  width: 50%;
  margin: 0;
  padding: 0 18px;
  text-align: center;
}

@media screen and (max-width: 761px) {

  .list-apps .list-apps-item {
    padding-right: 0;
    padding-left: 0;
  }

}

@media screen and (max-width: 480px) {

  .list-apps .list-apps-item {
    display: block;
    width: 100%;
    margin-top: 18px;
  }

  .list-apps .list-apps-item:first-child {
    margin-top: 0;
  }

}

.list-apps .list-apps-item .list-apps-link {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  vertical-align: middle;
}

@media screen and (max-width: 999px) {

  .list-apps .list-apps-item .list-apps-link {
    margin-right: 0;
  }

}

.list-apps .list-apps-item .list-apps-link > img {
  line-height: 0;
  vertical-align: bottom;
}

.list-apps .list-apps-item .list-apps-qr_code {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 999px) {

  .list-apps .list-apps-item .list-apps-qr_code {
    display: none;
  }

}

#footer_top {
  margin: 0;
  padding: 36px 18px 18px;
}

@media screen and (max-width: 761px) {

  #footer_top {
    padding-top: 18px;
  }

}



#footer_top #footer_top-copyright {
  font-size: 10px;
  font-size: .625rem;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-align: center;
}

