@charset "UTF-8";
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, sup, 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;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 10, base.scss */
html, body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* line 14, base.scss */
html *, body * {
  font-family: "游ゴシック体", "YuGo", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
}

/* line 19, base.scss */
p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 24, base.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 29, base.scss */
.hidden {
  display: none;
}

@media screen and (min-width: 751px) {
  /* line 35, base.scss */
  html body {
    color: #333;
  }
  /* line 37, base.scss */
  html body header {
    *zoom: 1;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html body header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 39, base.scss */
  html body header div.logo {
    height: 100px;
    line-height: 100px;
    padding: 0 26px;
    float: left;
  }
  /* line 43, base.scss */
  html body header div.logo a {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 46, base.scss */
  html body header div.logo a img {
    vertical-align: middle;
  }
  /* line 51, base.scss */
  html body header div.right {
    height: 100px;
    float: right;
    width: 595px;
    *zoom: 1;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html body header div.right:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 56, base.scss */
  html body header div.right div.tel {
    float: left;
    width: 342px;
    line-height: 100px;
    height: 100px;
    text-align: center;
    background-color: #eef7fc;
  }
  /* line 62, base.scss */
  html body header div.right div.tel img {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 66, base.scss */
  html body header div.right div.login {
    float: left;
    background-color: #54b1e3;
    line-height: 100px;
    height: 100px;
    text-align: center;
    width: 253px;
  }
  /* line 72, base.scss */
  html body header div.right div.login a {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    padding: 0 0 0 35px;
    background: url("/common/img/common/icon-login.png") left center no-repeat;
  }
  /* line 77, base.scss */
  html body header div.right div.login a:hover {
    text-decoration: underline;
  }
  /* line 83, base.scss */
  html body header nav {
    clear: both;
    position: relative;
    background-color: #1f62a8;
    height: 77px;
  }
  /* line 90, base.scss */
  html body header nav ul {
    display: table;
    width: 100%;
  }
  /* line 97, base.scss */
  html body header nav ul li {
    display: table-cell;
    white-space: nowrap;
    text-align: center;
    height: 77px;
    line-height: 77px;
    padding: 0 0 0 3px;
    background: url("/common/img/common/border-col-14.png") left center no-repeat;
  }
  /* line 103, base.scss */
  html body header nav ul li:first-child {
    padding: 0;
    background: none;
  }
  /* line 106, base.scss */
  html body header nav ul li a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 35px;
    vertical-align: middle;
    font-size: 17.5px;
    font-weight: bold;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  /* line 112, base.scss */
  html body header nav ul li a::after {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    content: "";
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top: 6px solid #1f62a8;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin: 0 0 -12px -6px;
  }
  /* line 121, base.scss */
  html body header nav ul li a:hover, html body header nav ul li a.current {
    color: #1f62a8;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    background-color: #fff;
    position: relative;
  }
  /* line 127, base.scss */
  html body header nav ul li a:hover::after, html body header nav ul li a.current::after {
    border-top: 6px solid #fff;
  }
  /* line 137, base.scss */
  html body section {
    position: relative;
    z-index: 10;
  }
  /* line 141, base.scss */
  html body section div.btn {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
  }
  /* line 145, base.scss */
  html body section div.btn a {
    padding: 0 80px 0 100px;
    line-height: 70px;
    height: 70px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    display: inline-block;
    background-color: #54b1e3;
    color: #ffffff;
    font-size: 17.67px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
  }
  /* line 157, base.scss */
  html body section div.btn a:hover {
    margin-top: -7px;
    margin-bottom: -7px;
    height: 84px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    line-height: 84px;
    font-size: 21.204px;
  }
  /* line 166, base.scss */
  html body section div.btn a::before {
    content: url("/common/img/common/arw-white23-r.png");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -11.5px;
    height: 23px;
    line-height: 23px;
  }
  /* line 173, base.scss */
  html body section div.btn.blank a::after {
    content: url("/common/img/common/icon-blank.png");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -4.5px;
    height: 9px;
    line-height: 9px;
  }
  /* line 180, base.scss */
  html body section div.btn.login a::before {
    content: url("/common/img/common/icon-login.png");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
  }
  /* line 187, base.scss */
  html body section div.btn.s.blank {
    text-align: center;
    padding: 0 0 0 0;
    height: 55px;
  }
  /* line 190, base.scss */
  html body section div.btn.s.blank a {
    padding: 0;
    width: 100%;
    line-height: 55px;
    height: 55px;
    -moz-border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    border-radius: 27.5px;
    display: inline-block;
    background-color: #54b1e3;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
  }
  /* line 202, base.scss */
  html body section div.btn.s.blank a:hover {
    margin-top: -5.5px;
    margin-bottom: -5.5px;
    height: 66px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
    line-height: 66px;
  }
  /* line 211, base.scss */
  html body section div.btn.s.blank a::before {
    content: url("/common/img/common/arw-white15-r.png");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -7.5px;
    height: 15px;
    line-height: 15px;
  }
  /* line 217, base.scss */
  html body section div.btn.s.blank a::after {
    content: url("/common/img/common/icon-blank.png");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -4.5px;
    height: 9px;
    line-height: 9px;
  }
  /* line 230, base.scss */
  html body hr {
    position: relative;
    z-index: 100;
  }
  /* line 234, base.scss */
  html body hr.dot {
    display: block;
    height: 3px;
    width: 100%;
    border: none;
    background-image: url("/common/img/common/dotline-row-1280.png");
    background-position: center center;
  }
  /* line 239, base.scss */
  html body hr.wave {
    margin: -30px 0 0 0;
    display: block;
    height: 40px;
    width: 100%;
    border: none;
  }
  /* line 242, base.scss */
  html body hr.wave.anim {
    -moz-animation: anime1 5s linear 0s infinite normal;
    -webkit-animation: anime1 5s linear 0s infinite normal;
    animation: anime1 5s linear 0s infinite normal;
  }
  @-moz-keyframes anime1 {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: 167px 0px;
    }
  }
  @-webkit-keyframes anime1 {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: 167px 0px;
    }
  }
  @keyframes anime1 {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: 167px 0px;
    }
  }
  /* line 249, base.scss */
  html body hr.wave.short {
    height: 30px;
  }
  /* line 252, base.scss */
  html body hr.wave.white {
    background-image: url("/common/img/common/wave-white.png");
  }
  /* line 255, base.scss */
  html body hr.wave.blue {
    background-image: url("/common/img/common/wave-blue.png");
  }
  /* line 261, base.scss */
  html body footer div.footer1 {
    background-color: #e4f3fc;
    position: relative;
  }
  /* line 263, base.scss */
  html body footer div.footer1 div.inner {
    width: 960px;
    margin: auto;
    padding: 10px 0 25px 0;
  }
  /* line 266, base.scss */
  html body footer div.footer1 div.inner b {
    color: #6d7c85;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  /* line 271, base.scss */
  html body footer div.footer1 div.inner ul {
    margin-top: 10px;
    *zoom: 1;
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html body footer div.footer1 div.inner ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 274, base.scss */
  html body footer div.footer1 div.inner ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 276, base.scss */
  html body footer div.footer1 div.inner ul li a {
    display: block;
    text-align: center;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 80px;
    line-height: 72px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #fff;
  }
  /* line 283, base.scss */
  html body footer div.footer1 div.inner ul li a:hover {
    border: 4px solid #54b1e3;
  }
  /* line 286, base.scss */
  html body footer div.footer1 div.inner ul li a img {
    vertical-align: middle;
  }
  /* line 292, base.scss */
  html body footer div.footer1 div.inner div.btnpagetop {
    position: absolute;
    top: 40px;
    right: 50px;
  }
  /* line 294, base.scss */
  html body footer div.footer1 div.inner div.btnpagetop a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  /* line 298, base.scss */
  html body footer div.footer1 div.inner div.btnpagetop a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 305, base.scss */
  html body footer div.footer2 {
    background-color: #1f62ac;
  }
  /* line 307, base.scss */
  html body footer div.footer2 div.inner {
    *zoom: 1;
    margin-left: 0px;
    margin-right: 0px;
    width: 960px;
    margin: auto;
    padding: 20px 0;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html body footer div.footer2 div.inner:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 311, base.scss */
  html body footer div.footer2 div.inner ul {
    float: left;
  }
  /* line 313, base.scss */
  html body footer div.footer2 div.inner ul li {
    display: inline;
  }
  /* line 315, base.scss */
  html body footer div.footer2 div.inner ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
    padding: 0 0 0 25px;
    height: 15px;
    line-height: 15px;
    background: url("/common/img/common/arw-white15-r.png") left center no-repeat;
  }
  /* line 320, base.scss */
  html body footer div.footer2 div.inner ul li a:hover {
    text-decoration: underline;
  }
  /* line 326, base.scss */
  html body footer div.footer2 div.inner small {
    float: right;
    color: #fff;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 750px) {
  /* line 343, base.scss */
  html body {
    padding-top: 135px;
    color: #333;
  }
  /* line 344, base.scss */
  html body img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
  }
  /* line 350, base.scss */
  html body header {
    z-index: 1000;
    overflow: hidden;
    height: 1350px;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: fixed;
    top: 0;
    *zoom: 1;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 357, base.scss */
  html body header.on {
    height: 143px;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html body header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 362, base.scss */
  html body header div.logo {
    position: relative;
    height: 135px;
    z-index: 100;
  }
  /* line 366, base.scss */
  html body header div.logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff url("../img/sp/logo.png") 20px center no-repeat;
  }
  /* line 371, base.scss */
  html body header div.logo a img {
    display: none;
  }
  /* line 376, base.scss */
  html body header div.right {
    position: absolute;
    width: 100%;
    left: 0;
    top: 539px;
    height: 440px;
  }
  /* line 381, base.scss */
  html body header div.right div.tel a {
    display: block;
    width: 100%;
    height: 290px;
    background: #eef7fc url("../img/sp/tel.png") center center no-repeat;
  }
  /* line 386, base.scss */
  html body header div.right div.tel img {
    display: none;
  }
  /* line 390, base.scss */
  html body header div.right div.login {
    background-color: #54b1e3;
    line-height: 150px;
    height: 150px;
    text-align: center;
    width: 100%;
  }
  /* line 395, base.scss */
  html body header div.right div.login a {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 150px;
    background: url("../img/sp/icon-login.png") 140px center no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 140px 0 235px;
  }
  /* line 405, base.scss */
  html body header nav {
    position: absolute;
    padding-top: 135px;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  /* line 410, base.scss */
  html body header nav div.menu {
    z-index: 1000;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 95px;
    background: url("../img/sp/btn-close.png") 0 0 no-repeat;
  }
  /* line 417, base.scss */
  html body header nav ul {
    background: #eef7fc url("../img/sp/bg-wave.png") left top no-repeat;
    *zoom: 1;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 25px;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html body header nav ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 420, base.scss */
  html body header nav ul li {
    height: 128px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  /* line 424, base.scss */
  html body header nav ul li a {
    height: 100%;
    width: 100%;
    display: block;
    text-indent: 30px;
    line-height: 128px;
    height: 100%;
    background: url("../img/sp/arw.png") 320px center no-repeat;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #fff;
  }
  /* line 436, base.scss */
  html body header.on nav div.menu {
    background: url("../img/sp/btn-open.png") 0 0 no-repeat;
  }
  /* line 442, base.scss */
  html body section {
    position: relative;
    z-index: 10;
  }
  /* line 448, base.scss */
  html body section div.btn {
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 105px;
  }
  /* line 452, base.scss */
  html body section div.btn a {
    padding: 0 80px 0 100px;
    line-height: 105px;
    height: 105px;
    -moz-border-radius: 52.5px;
    -webkit-border-radius: 52.5px;
    border-radius: 52.5px;
    display: inline-block;
    background-color: #54b1e3;
    color: #ffffff;
    font-size: 23.8545px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
  }
  /* line 464, base.scss */
  html body section div.btn a::before {
    content: url("/common/img/common/arw-white23-r.png");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -11.5px;
    height: 23px;
    line-height: 23px;
  }
  /* line 471, base.scss */
  html body section div.btn.blank a::after {
    content: url("/common/img/common/icon-blank.png");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -4.5px;
    height: 9px;
    line-height: 9px;
  }
  /* line 478, base.scss */
  html body section div.btn.login a::before {
    content: url("/common/img/common/icon-login.png");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
  }
  /* line 485, base.scss */
  html body section div.btn.s.blank {
    text-align: center;
    padding: 0 0 0 0;
    height: 82.5px;
  }
  /* line 488, base.scss */
  html body section div.btn.s.blank a {
    padding: 0;
    width: 100%;
    line-height: 82.5px;
    height: 82.5px;
    -moz-border-radius: 41.25px;
    -webkit-border-radius: 41.25px;
    border-radius: 41.25px;
    display: inline-block;
    background-color: #54b1e3;
    color: #ffffff;
    font-size: 22.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  /* line 500, base.scss */
  html body section div.btn.s.blank a::before {
    content: url("/common/img/common/arw-white15-r.png");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -7.5px;
    height: 15px;
    line-height: 15px;
  }
  /* line 506, base.scss */
  html body section div.btn.s.blank a::after {
    content: url("/common/img/common/icon-blank.png");
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -4.5px;
    height: 9px;
    line-height: 9px;
  }
  /* line 519, base.scss */
  html body hr {
    position: relative;
    z-index: 100;
  }
  /* line 523, base.scss */
  html body hr.dot {
    display: block;
    height: 3px;
    width: 95%;
    border: none;
    margin-left: auto;
    margin-left: auto;
    background-image: url("/common/img/common/dotline-row-1280.png");
    background-position: center center;
  }
  /* line 528, base.scss */
  html body hr.wave {
    margin: -30px 0 0 0;
    display: block;
    height: 40px;
    width: 100%;
    border: none;
  }
  /* line 531, base.scss */
  html body hr.wave.anim {
    -moz-animation: anime1 5s linear 0s infinite normal;
    -webkit-animation: anime1 5s linear 0s infinite normal;
    animation: anime1 5s linear 0s infinite normal;
  }
  @-moz-keyframes anime1 {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: 167px 0px;
    }
  }
  @-webkit-keyframes anime1 {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: 167px 0px;
    }
  }
  @keyframes anime1 {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: 167px 0px;
    }
  }
  /* line 538, base.scss */
  html body hr.wave.short {
    height: 30px;
  }
  /* line 541, base.scss */
  html body hr.wave.white {
    background-image: url("/common/img/common/wave-white.png");
  }
  /* line 544, base.scss */
  html body hr.wave.blue {
    background-image: url("/common/img/common/wave-blue.png");
  }
  /* line 550, base.scss */
  html body footer div.footer1 {
    background-color: #e4f3fc;
    position: relative;
  }
  /* line 552, base.scss */
  html body footer div.footer1 div.inner {
    margin: auto;
    padding: 10px 0 25px 0;
  }
  /* line 555, base.scss */
  html body footer div.footer1 div.inner b {
    color: #6d7c85;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  /* line 560, base.scss */
  html body footer div.footer1 div.inner ul {
    margin-top: 10px;
    *zoom: 1;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html body footer div.footer1 div.inner ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 563, base.scss */
  html body footer div.footer1 div.inner ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 565, base.scss */
  html body footer div.footer1 div.inner ul li a {
    display: block;
    text-align: center;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 80px;
    line-height: 72px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #fff;
  }
  /* line 572, base.scss */
  html body footer div.footer1 div.inner ul li a:hover {
    border: 4px solid #54b1e3;
  }
  /* line 575, base.scss */
  html body footer div.footer1 div.inner ul li a img {
    vertical-align: middle;
  }
  /* line 581, base.scss */
  html body footer div.footer1 div.inner div.btnpagetop {
    position: absolute;
    top: 40px;
    right: 50px;
    display: none;
  }
  /* line 583, base.scss */
  html body footer div.footer1 div.inner div.btnpagetop a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  /* line 587, base.scss */
  html body footer div.footer1 div.inner div.btnpagetop a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 595, base.scss */
  html body footer div.footer2 {
    background-color: #1f62ac;
  }
  /* line 597, base.scss */
  html body footer div.footer2 div.inner {
    *zoom: 1;
    margin-left: 0px;
    margin-right: 0px;
    margin: auto;
    padding: 20px 0;
  }
  /* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  html body footer div.footer2 div.inner:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  /* line 601, base.scss */
  html body footer div.footer2 div.inner ul {
    float: left;
    margin-left: 20px;
  }
  /* line 603, base.scss */
  html body footer div.footer2 div.inner ul li {
    display: inline;
  }
  /* line 605, base.scss */
  html body footer div.footer2 div.inner ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 19.5px;
    display: inline-block;
    margin-right: 15px;
    padding: 0 0 0 25px;
    height: 15px;
    line-height: 15px;
    background: url("/common/img/common/arw-white15-r.png") left center no-repeat;
  }
  /* line 610, base.scss */
  html body footer div.footer2 div.inner ul li a:hover {
    text-decoration: underline;
  }
  /* line 616, base.scss */
  html body footer div.footer2 div.inner small {
    float: right;
    margin-right: 20px;
    color: #fff;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
  }
}
