﻿@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype")
}

@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype")
}

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: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact
}

html ::-moz-selection {
  background-color: rgba(22, 176, 255, 0.15)
}

html ::selection {
  background-color: rgba(22, 176, 255, 0.15)
}

body, input, select, button, textarea {
  font-family: Noto, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1em;
  outline: none
}

@media only screen and (max-width: 1100px) {
  body, input, select, button, textarea {
    font-size: 14px
  }
}

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

ol, ul {
  list-style: none
}

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

table, table * {
  -webkit-backface-visibility: visible
}

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, button {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none
}

a img, button img {
  border: none
}

sup {
  position: relative;
  top: -1em;
  font-size: 0.5em;
  font-weight: bold
}

s {
  text-decoration: none
}

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

body {
  min-width: 1100px;
  overflow-x: hidden
}

@media only screen and (max-width: 1100px) {
  body {
    min-width: 0
  }
}

header {
  z-index: 9997;
  height: 120px;
  width: 100%;
  min-width: 1100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff
}

header .header-mobile {
  display: none
}

header>div {
  display: block;
  float: left;
  height: 100%;
  width: 100%
}

header a {
  -webkit-transition: 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 300ms cubic-bezier(0.39, 0.575, 0.565, 1)
}

header h1, header nav {
  display: block;
  float: left;
  height: 100%
}

header h1 {
  width: 300px;
  text-indent: -9999px;
  border-bottom: 1px solid #f1f1f1
}

header h1 a {
  display: block;
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden
}

header h1 a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

header nav {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px)
}

header nav>div {
  display: block;
  float: left;
  width: 100%
}

header nav ul {
  display: block;
  float: right
}

header nav li {
  display: block;
  float: left
}

header nav .sub-nav {
  height: 40px;
  background: #f1f1f1;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px
}

header nav .sub-nav>a {
  display: block;
  float: right;
  width: 150px;
  background: #f48c1d;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  padding-left: 3px
}

header nav .sub-nav>a:hover {
  background: #dd780b
}

header nav .sub-nav li a {
  display: block;
  float: left;
  padding: 0 15px
}

header nav .sub-nav li a:hover {
  background: #ddd
}

header nav .sub-nav li .search {
  display: block;
  float: left;
  -webkit-transition: 300ms background;
  transition: 300ms background
}

header nav .sub-nav li .search:hover {
  background: #ddd
}

header nav .sub-nav li i {
  display: block;
  float: left;
  position: relative;
  height: 40px;
  width: 40px;
  cursor: pointer
}

header nav .sub-nav li i img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

header nav .sub-nav li form {
  display: block;
  float: left;
  padding: 7px 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: 300ms width;
  transition: 300ms width
}

header nav .sub-nav li form.opened {
  width: 200px;
  padding-right: 7px
}

header nav .sub-nav li form div {
  display: block;
  float: left;
  width: 193px;
  height: 26px;
  border-radius: 13px;
  overflow: hidden;
  padding-left: 13px;
  background: #fff
}

header nav .sub-nav li form input, header nav .sub-nav li form button {
  display: block;
  float: left;
  height: 100%;
  border: 0;
  background: none
}

header nav .sub-nav li form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 26px;
  width: 125px;
  outline: none;
  font-size: 12px
}

header nav .sub-nav li form button {
  width: 55px;
  background: #ccc;
  padding: 0 13px 0 10px;
  font-size: 11px
}

header nav .main-nav {
  height: 80px;
  background: #0074af;
  font-size: 15px;
  letter-spacing: 3px
}

header nav .main-nav>ul {
  padding-right: 35px
}

header nav .main-nav>ul>li>a {
  display: block;
  float: left;
  position: relative;
  color: #fff;
  line-height: 80px
}

header nav .main-nav>ul>li>a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: 200ms -webkit-transform;
  transition: 200ms -webkit-transform;
  transition: 200ms transform;
  transition: 200ms transform, 200ms -webkit-transform
}

header nav .main-nav>ul>li.hover>a:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

header nav .main-nav>ul>li.active>a {
  color: #fcdc48
}

header nav .main-nav>ul>li.active>a::after {
  background: #fcdc48;
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

header nav .main-nav>ul>li+li {
  margin-left: 20px
}

/*header nav .main-nav.-index>ul>li+li {
  margin-left: 20px
}*/




header nav .broadtalk-banner-container {
  position: relative;
  clear: both;
  margin: auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 0 70px;
}

header nav .broadtalk-banner {
  display: block;
  margin: 0 auto;
  background: #f48c1d;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 300ms;
  transition: background 300ms
}

header nav .broadtalk-banner:link,
header nav .broadtalk-banner:active,
header nav .broadtalk-banner:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

header nav .broadtalk-banner:hover {
  background: #dd780b;
}


header nav .moneypass-banner-container {
  position: relative;
  clear: both;
  margin: 0px auto 0px auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 0 20px;
}

header nav .moneypass-banner {
  display: block;
  margin: 0 auto;
  background: #f48c1d;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 300ms;
  transition: background 300ms
}

header nav .moneypass-banner:link,
header nav .moneypass-banner:active,
header nav .moneypass-banner:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

header nav .moneypass-banner:hover {
  background: #dd780b;
}



header .lower-nav {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background: rgba(8, 8, 8, 0.9);
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0)
}

header .lower-nav .child-pages {
  display: block;
  float: left;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 60px 0 70px;
  width: 1100px
}

header .lower-nav .child-pages.use-under-banner {
  padding: 60px 0px 40px 0px;
}

header .lower-nav .child-pages>li>a span {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff
}

header .lower-nav .child-pages>li>a span i {
  display: inline-block;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  right: 0
}

header .lower-nav .child-pages>li>a span i::before, header .lower-nav .child-pages>li>a span i::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0
}

header .lower-nav .child-pages>li>a span i::before {
  height: 2px;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor
}

header .lower-nav .child-pages>li>a span i::after {
  height: 7px;
  width: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

header .lower-nav .child-pages>li>a span i::before, header .lower-nav .child-pages>li>a span i::after {
  top: 13px
}

header .lower-nav .child-pages>li>a em {
  line-height: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: 300ms border;
  transition: 300ms border
}

header .lower-nav .child-pages>li>a img {
  margin-top: 25px;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms
}

header .lower-nav .child-pages>li>a:hover em {
  border-bottom: 1px solid #fff
}

header .lower-nav .child-pages>li>a:hover img {
  opacity: 0.8
}

header .lower-nav .child-pages>li ul {
  display: block;
  float: left;
  width: 100%
}

header .lower-nav .child-pages>li ul li {
  display: block;
  float: left;
  height: 50px;
  width: 100%;
  line-height: 50px;
  margin-top: 10px
}

header .lower-nav .child-pages>li ul li a {
  display: block;
  float: left;
  height: 100%;
  width: 100%;
  position: relative;
  background: #0074af;
  padding: 0 50px 0 30px;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity
}

header .lower-nav .child-pages>li ul li a::before, header .lower-nav .child-pages>li ul li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px
}

header .lower-nav .child-pages>li ul li a::before {
  height: 2px;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor
}

header .lower-nav .child-pages>li ul li a::after {
  height: 7px;
  width: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

header .lower-nav .child-pages>li ul li a:hover {
  opacity: 0.7
}

header .lower-nav .child-pages.three-stories>li {
  width: 334px
}

header .lower-nav .child-pages.three-stories>li+li {
  margin-left: 49px
}

header .lower-nav .child-pages.four-stories>li {
  width: 239px
}

header .lower-nav .child-pages.four-stories>li img {
  width: 100%;
  height: 150px
}

header .lower-nav .child-pages.four-stories>li+li {
  margin-left: 48px
}

header.header-mini {
  position: fixed;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f1f1f1
}

header.header-mini>div:not(.header-mobile) {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 1100px
}

header.header-mini>div:not(.header-mobile)::after {
  clear: both;
  content: "";
  display: block
}

header.header-mini h1 {
  width: 260px;
  background: url(../img/h1-logo-mini.png) center center no-repeat;
  border-bottom: none
}

header.header-mini h1 a img {
  display: none
}

header.header-mini nav {
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px)
}

header.header-mini nav>div {
  float: right;
  width: auto
}

header.header-mini nav .sub-nav {
  height: 60px;
  line-height: 60px
}

header.header-mini nav .sub-nav ul {
  display: none
}

header.header-mini nav .sub-nav>a {
  width: 150px;
  font-size: 14px
}

header.header-mini nav .main-nav {
  height: 60px;
  background: none
}

header.header-mini nav .main-nav>ul {
  padding-right: 30px;
}

header.header-mini nav .main-nav>ul>li>a {
  height: 60px;
  line-height: 60px;
  color: #080808;
  letter-spacing: 1px
}

header.header-mini nav .main-nav>ul>li>a::after {
  background: none
}

header.header-mini nav .main-nav>ul>li.hover>a {
  color: #5d6970
}

header.header-mini nav .main-nav>ul>li.hover>a::after {
  background: currentColor
}

header.header-mini nav .main-nav>ul>li.active>a {
  color: #0074af
}

header.header-mini nav .main-nav>ul>li.active>a::after {
  background: currentColor
}

header.header-mini .lower-nav {
  top: 60px
}

/*header.header-mini nav .main-nav>ul>li:first-child{
    display: none;
}*/


@media only screen and (max-width: 1100px) {
  header {
    height: 70px;
    min-width: 0
  }
  header .header-pc, header.header-mini {
    display: none
  }
  header .header-mobile {
    display: block
  }
  header h1 {
    width: 100%
  }
  header h1 a img {
    left: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 27px
  }
  header nav {
    position: fixed;
    float: none;
    width: 100%;
    z-index: 9998;
    pointer-events: none
  }
  header nav i {
    display: block;
    float: left;
    pointer-events: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 9999;
    background: #0074af;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
    -webkit-transition: 300ms background;
    transition: 300ms background
  }
  header nav i.faded {
    background: rgba(0, 116, 175, 0.8)
  }
  header nav i::before, header nav i::after {
    content: '';
    display: block;
    position: absolute;
    left: 11px;
    height: 2px;
    width: 28px;
    background: #fff;
    -webkit-transition: 300ms -webkit-transform cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: 300ms -webkit-transform cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: 300ms transform cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: 300ms transform cubic-bezier(0.47, 0, 0.745, 0.715), 300ms -webkit-transform cubic-bezier(0.47, 0, 0.745, 0.715)
  }
  header nav i::before {
    top: 14px
  }
  header nav i::after {
    top: 34px
  }
  header nav i b {
    display: block;
    position: absolute;
    top: 24px;
    left: 11px;
    height: 2px;
    width: 28px
  }
  header nav i b::before, header nav i b::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-transition: 300ms -webkit-transform cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: 300ms -webkit-transform cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: 300ms transform cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: 300ms transform cubic-bezier(0.47, 0, 0.745, 0.715), 300ms -webkit-transform cubic-bezier(0.47, 0, 0.745, 0.715)
  }
  .nav-opened nav {
    pointer-events: auto
  }
  .nav-opened i::before, .nav-opened i::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  .nav-opened b::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .nav-opened b::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  header nav .nav-wrapper {
    display: none;
    position: absolute;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #0074af;
    padding: 20px 25px 0
  }
  header nav .nav-wrapper ::-webkit-scrollbar {
    width: 0px;
    background: transparent
  }
  header nav .nav-wrapper .mobile-search {
    display: block;
    float: left;
    height: 30px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    background: url(../img/ico-search-mobile.png) 15px center no-repeat rgba(255, 255, 255, 0.3);
    background-size: 15px 15px;
    border-radius: 15px;
    margin-bottom: 20px
  }
  header nav .nav-wrapper .mobile-search input {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 30px;
    border: 0;
    border-radius: 0;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin-left: 45px;
    margin-right: 15px;
    background: none;
    color: #fff
  }
  header nav .nav-wrapper .mobile-search input::-webkit-input-placeholder {
    color: #fff
  }
  header nav .nav-wrapper .mobile-search input:-ms-input-placeholder {
    color: #fff
  }
  header nav .nav-wrapper .mobile-search input::placeholder {
    color: #fff
  }
  header nav .nav-wrapper .nav-list {
    display: block;
    float: left;
    position: relative;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: scroll
  }
  header nav .nav-wrapper .nav-list ul {
    float: left;
    width: 100%
  }
  header nav .nav-wrapper .nav-list li {
    display: block;
    float: left;
    height: 100%;
    width: 100%
  }
  header nav .nav-wrapper .nav-list a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    color: #fff
  }
  header nav .nav-wrapper .nav-list .menu-list>li {
    border: 1px solid #fff;
    line-height: 48px
  }
  header nav .nav-wrapper .nav-list .menu-list>li.customer-nav-link {
    background: #f48c1d;
    border-color: #f48c1d
  }
  header nav .nav-wrapper .nav-list .menu-list>li+li {
    margin-top: 10px
  }
  header nav .nav-wrapper .nav-list .menu-list>li>a {
    padding: 0 24px
  }
  header nav .nav-wrapper .nav-list .menu-list>li>a::before, header nav .nav-wrapper .nav-list .menu-list>li>a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 24px
  }
  header nav .nav-wrapper .nav-list .menu-list>li>a::before {
    height: 2px;
    width: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: currentColor
  }
  header nav .nav-wrapper .nav-list .menu-list>li>a::after {
    height: 7px;
    width: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }
  header nav .nav-wrapper .nav-list .menu-list>li ul {
    padding: 0 24px;
    margin-bottom: 5px
  }
  header nav .nav-wrapper .nav-list .menu-list>li ul li {
    border-top: 1px dotted #fff;
    line-height: 1.4em
  }
  header nav .nav-wrapper .nav-list .menu-list>li ul li:first-child {
    border-top-style: solid
  }
  header nav .nav-wrapper .nav-list .menu-list>li ul a {
    font-size: 12px;
    padding: 10px 15px;
    padding-left: 0
  }
  header nav .nav-wrapper .nav-list .menu-list>li ul a::before, header nav .nav-wrapper .nav-list .menu-list>li ul a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0
  }
  header nav .nav-wrapper .nav-list .menu-list>li ul a::before {
    height: 2px;
    width: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: currentColor
  }
  header nav .nav-wrapper .nav-list .menu-list>li ul a::after {
    height: 7px;
    width: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }
  header nav .nav-wrapper .nav-list .menu-list>li ul a::before {
    content: none
  }
  header nav .nav-wrapper .nav-list .menu-list>li ul a::after {
    border-width: 1px
  }
  header nav .nav-wrapper .nav-list .other-list {
    margin: 35px 0 90px;
    border-top: 1px dotted #fff
  }
  header nav .nav-wrapper .nav-list .other-list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #fff
  }
  header nav .nav-wrapper .nav-list .other-list li a::before, header nav .nav-wrapper .nav-list .other-list li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px
  }
  header nav .nav-wrapper .nav-list .other-list li a::before {
    height: 2px;
    width: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: currentColor
  }
  header nav .nav-wrapper .nav-list .other-list li a::after {
    height: 7px;
    width: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }
}

main {
  display: block;
  float: left;
  position: relative;
  padding: 120px 0 520px;
  width: 100%;
  min-height: 100vh;
  background: url(../img/img-bg.gif) center top;
  opacity: 0;
  -webkit-transition: 300ms opacity, 300ms padding-top;
  transition: 300ms opacity, 300ms padding-top
}

.set main {
  opacity: 1
}

main section {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 1100px
}

main section::after {
  clear: both;
  content: "";
  display: block
}

@media only screen and (max-width: 1100px) {
  main {
    padding-top: 70px;
    padding-bottom: 0
  }
  main section {
    width: 100%
  }
  main article {
    padding: 0 20px
  }
}

article {
  display: block;
  float: left;
  width: 100%
}

article+article {
  margin-top: 110px
}

article p, article small, article .text-list, article figure {
  display: block;
  float: left;
  width: 100%;
  letter-spacing: 1px
}

article p+p, article p+small, article p+.text-list, article small+p, article small+small, article small+.text-list, article .text-list+p, article .text-list+small, article .text-list+.text-list {
  margin-top: 20px
}

article p+figure, article small+figure, article .text-list+figure {
  margin-top: 50px
}

article p {
  line-height: 1.9em
}

@media only screen and (max-width: 1100px) {
  article p {
    line-height: 1.8em
  }
}

article p small {
  display: inline;
  float: none;
  width: auto;
  line-height: inherit;
  letter-spacing: inherit
}

article small {
  font-size: 12px;
  line-height: 1.5em
}

article small.comment {
  padding-left: -webkit-calc(1em + 1px);
  padding-left: calc(1em + 1px);
  text-indent: -webkit-calc(-1em - 1px);
  text-indent: calc(-1em - 1px)
}

@media only screen and (max-width: 1100px) {
  article small {
    font-size: 10px
  }
}

article .text-list {
  padding-left: 1.5em;
  line-height: 1.8em
}

article .text-list li+li {
  margin-top: 5px
}

article .text-list .text-list {
  float: none;
  margin: 5px 0 10px
}

article ol.text-list {
  list-style: outside decimal
}

article ol.text-list.alphabet-list {
  list-style-type: lower-latin
}

article ul.text-list {
  list-style: outside disc
}

article figure {
  text-align: center
}

article figure img {
  display: inline-block
}

article figure+p, article figure+small, article figure+.text-list {
  margin-top: 50px
}

article figure+figure {
  margin-top: 15px
}

@media only screen and (max-width: 1100px) {
  article+article {
    margin-top: 50px
  }
  article p+p, article p+small, article p+.text-list, article small+p, article small+small, article small+.text-list, article .text-list+p, article .text-list+small, article .text-list+.text-list {
    margin-top: 10px
  }
  article p+figure, article small+figure, article .text-list+figure {
    margin-top: 30px
  }
  article figure+p, article figure+small, article figure+.text-list {
    margin-top: 35px
  }
  article h5 {
    line-height: 1.7em
  }
}

a[href^=tel] {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  text-decoration: inherit !important;
  border: 0 !important;
  line-height: inherit !important;
  pointer-events: none !important
}

a[href^=tel]:hover {
  opacity: inherit;
  color: inherit;
  -webkit-transition: none;
  transition: none
}

a.button-line {
  display: block;
  float: left;
  position: relative;
  height: 60px;
  min-width: 390px;
  margin-top: 45px;
  border: 1px solid #0074af;
  line-height: 58px;
  letter-spacing: 2px;
  padding: 0 45px 0 30px;
  color: #0074af;
  -webkit-transition: 300ms background;
  transition: 300ms background
}

a.button-line::before, a.button-line::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px
}

a.button-line::before {
  height: 2px;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor;
  -webkit-transition: 300ms background;
  transition: 300ms background
}

a.button-line::after {
  height: 7px;
  width: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 300ms border;
  transition: 300ms border
}

a.button-line:hover {
  background: #0074af;
  color: #fff
}

a.button-line:hover::before {
  background: #fff
}

a.button-line:hover::after {
  border-color: #fff
}

a.button-line+.button-line {
  margin-left: 30px
}

@media only screen and (max-width: 1100px) {
  a.button-line {
    min-width: 250px;
    height: auto;
    width: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 35px;
    line-height: 1.5em;
    padding: 15px 45px 15px 20px;
    letter-spacing: 1px;
    clear: both
  }
  a.button-line+.button-line {
    margin-left: 0;
    margin-top: 15px
  }
}

@media only screen and (max-width: 1100px) {
  a {
    -webkit-transition: none;
    transition: none
  }
  a[href^=tel] {
    pointer-events: auto !important
  }
  a:hover {
    opacity: inherit !important
  }
}

.only-mobile, br.mbr, br.lbr {
  display: none !important
}

@media only screen and (max-width: 1100px) {
  .only-pc {
    display: none
  }
  .only-mobile {
    display: block !important
  }
  br.pbr, br.lbr {
    display: none !important
  }
  br.mbr {
    display: inline !important
  }
}

@media only screen and (max-width: 1100px) and (orientation: landscape) {
  br.pbr, br.lbr {
    display: inline !important
  }
  br.mbr {
    display: none !important
  }
  br.mbr.lbr {
    display: inline !important
  }
  br.nlbr {
    display: none !important
  }
}

@media only screen and (max-width: 1100px) and (min-device-width: 600px) {
  br.pbr, br.lbr {
    display: inline !important
  }
  br.mbr {
    display: none !important
  }
  br.mbr.lbr {
    display: inline !important
  }
  br.nlbr {
    display: none !important
  }
}

@media only screen and (max-width: 1100px) {
  figure img.only-mobile {
    display: inline-block !important
  }
}

.align-right {
  text-align: right
}

h2.page-title, h2.sub-title, h2.child-title {
  display: block;
  float: left;
  position: relative
}

h2.page-title {
  height: 500px;
  width: 1200px;
  left: -50px;
  margin-bottom: 100px
}

h2.page-title span {
  display: block;
  position: absolute;
  top: 100px;
  height: 100px;
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  text-align: center
}

h2.page-title::before, h2.page-title::after {
  content: '';
  display: block;
  position: absolute
}

h2.page-title::before {
  bottom: 0;
  height: 300px;
  width: 100%;
  background: center center no-repeat #f1f1f1;
  background-size: cover
}

h2.page-title::after {
  top: 160px;
  left: 50%;
  height: 80px;
  width: 1px;
  background: #080808
}

h2.page-title.section-title {
  height: 560px;
  margin-bottom: 0
}

h2.page-title.section-title span {
  top: auto;
  bottom: 0;
  height: 90px
}

h2.page-title.section-title::before {
  top: 100px;
  bottom: auto
}

h2.page-title.section-title::after {
  top: 360px
}

@media only screen and (max-width: 1100px) {
  h2.page-title {
    height: 235px;
    width: 100%;
    left: 0;
    margin-bottom: 35px
  }
  h2.page-title::before {
    height: 150px
  }
  h2.page-title::after {
    top: 65px;
    height: 40px
  }
  h2.page-title span {
    top: 0;
    height: 85px;
    line-height: 1.4em;
    font-size: 15px;
    letter-spacing: 4px;
    padding: 0 20px
  }
  h2.page-title span em {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  h2.page-title.section-title {
    height: 235px
  }
  h2.page-title.section-title::before {
    top: 0
  }
  h2.page-title.section-title::after {
    top: 130px
  }
  h2.page-title.section-title span {
    height: 85px
  }
}

h2.sub-title {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 70px;
  text-align: center
}

h2.sub-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 70px;
  left: 50%;
  height: 80px;
  width: 1px;
  background: #080808
}

h2.sub-title span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 5px;
  padding-left: 5px
}

@media only screen and (max-width: 1100px) {
  h2.sub-title {
    padding-top: 80px;
    padding-bottom: 40px
  }
  h2.sub-title::before {
    top: 25px;
    height: 40px
  }
  h2.sub-title span {
    font-size: 16px
  }
}

h2.child-title {
  height: 265px;
  width: 1100px;
  margin-bottom: 120px;
  text-align: center
}

h2.child-title div {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0
}

h2.child-title span {
  display: inline-block;
  background: #0074af;
  font-size: 20px;
  letter-spacing: 10px;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  padding: 5px 65px 5px 75px;
  border-radius: 20px
}

h2.child-title em {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  text-align: center
}

h2.child-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 150px;
  height: 50px;
  width: 1px;
  background: #080808
}

@media only screen and (max-width: 1100px) {
  h2.child-title {
    width: 100%;
    height: 140px;
    margin-bottom: 35px
  }
  h2.child-title em {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.8em;
    top: 0;
    height: 70px
  }
  h2.child-title em b {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  h2.child-title::after {
    top: 70px;
    height: 25px
  }
  h2.child-title span {
    font-size: 15px;
    letter-spacing: 2px;
    padding: 5px 28px 5px 30px
  }
}

h3.article-title {
  width: 100%;
  margin-bottom: 55px;
  font-size: 30px;
  color: #0074af;
  letter-spacing: 5px;
  line-height: 1.8em
}

h3.article-title small {
  display: block;
  float: right;
  width: auto;
  line-height: 54px;
  letter-spacing: 1px;
  color: #080808
}

@media only screen and (max-width: 1100px) {
  h3.article-title {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.7em;
    margin-bottom: 25px
  }
  h3.article-title small {
    line-height: 30px
  }
}

h4 {
  display: block;
  float: left;
  width: 100%;
  color: #0074af;
  font-size: 20px;
  text-align: center
}

h4.wave-line span {
  display: inline-block;
  position: relative;
  line-height: 1.5em
}

h4.wave-line span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  height: 7px;
  width: 100%;
  background: url(../img/h4-line.png)
}

@media only screen and (max-width: 1100px) {
  h4 {
    font-size: 16px
  }
  h4.wave-line span {
    display: inline;
    line-height: 2.4em;
    padding-bottom: 8px;
    background: url(../img/h4-line-mobile.png) bottom repeat-x;
    background-size: 17px 5px
  }
  h4.wave-line span::after {
    content: none
  }
}

u {
  background: url(../img/bg-highlight.gif) left bottom 3px repeat-x;
  text-decoration: none
}

.flexible-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.flexible-block>* {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.no-flexwrap .flexible-block {
  display: block
}

.no-flexwrap .flexible-block>* {
  float: left
}

@media only screen and (max-width: 1100px) {
  .flexible-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.flexible-block+p {
  margin-top: 20px
}

.flexible-block figure {
  width: auto;
  margin-top: 0;
  margin-left: 70px
}

.flexible-block figure .has-border {
  border: 1px solid #ccc
}

.no-flexwrap .flexible-block>div {
  width: 70%
}

.no-flexwrap .flexible-block>figure {
  width: 25%;
  margin-left: 5%
}

.no-flexwrap .flexible-block>figure img {
  width: 100%;
  height: auto
}

@media only screen and (max-width: 1100px) {
  .flexible-block figure {
    margin-left: 0;
    margin-top: 35px
  }
}

.check-list {
  display: block;
  float: left
}

.check-list li {
  display: block;
  float: left;
  position: relative;
  clear: both;
  line-height: 20px;
  padding-left: 35px
}

.check-list li::before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ico-checklist.png)
}

.check-list li+li {
  margin-top: 10px
}

@media only screen and (max-width: 1100px) {
  .check-list li {
    padding-left: 25px
  }
  .check-list li::before {
    top: 3px;
    background: url(../img/ico-checklist-mobile.png);
    height: 15px;
    width: 15px;
    background-size: 15px 15px
  }
}

.contact-info {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 0;
  color: #f48c1d;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor
}

article+.contact-info, .contact-info+article {
  margin-top: 120px
}

.contact-info table {
  width: 100%
}

.contact-info th {
  width: 230px;
  white-space: nowrap
}

.contact-info .contact-info-txt {
  text-align: center
}

.contact-info .contact-info-btn {
  width: 250px
}

.contact-info .contact-info-btn a {
  display: block;
  position: relative;
  height: 50px;
  width: 280px;
  background: #f48c1d;
  color: #fff;
  line-height: 50px;
  letter-spacing: 1px;
  padding: 0 50px 0 25px;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  transition: 300ms opacity
}

.contact-info .contact-info-btn a::before, .contact-info .contact-info-btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px
}

.contact-info .contact-info-btn a::before {
  height: 2px;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor
}

.contact-info .contact-info-btn a::after {
  height: 7px;
  width: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.contact-info .contact-info-btn a:hover {
  opacity: 0.7
}

.contact-info h4 {
  color: currentColor;
  letter-spacing: 3px
}

.contact-info img, .contact-info span {
  display: inline-block;
  vertical-align: middle
}

.contact-info span {
  display: inline-block;
  line-height: 20px;
  letter-spacing: 1px;
  margin-left: 15px
}

@media only screen and (max-width: 1100px) {
  .contact-info {
    padding: 0 20px;
    border: 0
  }
  article+.contact-info, .contact-info+article {
    margin-top: 60px
  }
  .contact-info table {
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    padding: 24px 0 22px
  }
  .contact-info table, .contact-info table tr, .contact-info table th, .contact-info table td {
    display: block;
    float: left;
    width: 100% !important
  }
  .contact-info h4 {
    font-size: 18px;
    margin-bottom: 24px
  }
  .contact-info img {
    height: auto;
    width: 269px;
    max-width: 100%;
    display: inline-block !important
  }
  .contact-info img.only-pc {
    display: none !important
  }
  .contact-info span {
    width: 100%;
    font-size: 12px;
    margin-left: 0;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 25px
  }
  .contact-info .contact-info-btn a {
    width: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.section-concierge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.section-concierge>* {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.no-flexwrap .section-concierge {
  display: block
}

.no-flexwrap .section-concierge>* {
  float: left
}

@media only screen and (max-width: 1100px) {
  .section-concierge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.section-concierge li {
  display: block;
  width: 525px
}

.section-concierge li:nth-child(n+3) {
  margin-top: 50px
}

.section-concierge div {
  display: block;
  position: relative
}

.section-concierge img {
  box-shadow: 10px 10px 0px #f1f1f1;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity
}

.section-concierge h3 {
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 30px;
  height: 60px;
  min-width: 250px;
  line-height: 60px;
  letter-spacing: 3px;
  padding: 0 47px 0 30px;
  font-size: 16px;
  background: #0074af;
  color: #fff
}

.section-concierge h3::before, .section-concierge h3::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px
}

.section-concierge h3::before {
  height: 2px;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor
}

.section-concierge h3::after {
  height: 7px;
  width: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.section-concierge a {
  display: block;
  margin-bottom: 30px
}

.section-concierge a:hover img {
  opacity: 0.6
}

.section-concierge p {
  margin-top: 25px;
  padding: 0 30px;
  letter-spacing: 1px
}

.no-flexwrap .section-concierge li:nth-child(2n) {
  float: right
}

.no-flexwrap .section-concierge li:nth-child(2n-1) {
  clear: left
}

@media only screen and (max-width: 1100px) {
  .section-concierge li {
    width: 100%
  }
  .section-concierge li+li {
    margin-top: 30px !important
  }
  .section-concierge img {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px)
  }
  .section-concierge h3 {
    min-width: 0;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    padding: 0 47px 0 15px;
    left: 20px
  }
  .section-concierge p {
    padding: 0 20px
  }
}










.solutions-broadtalk-banner-container {
  position: static;
/*  clear: both;*/
/*  margin: 30px auto;*/
  margin: 0px auto 0px auto;
  padding: 0px 0px 30px 0px;
  width: 100%;
  max-width: 1100px;
 /* padding: 0 0 70px;*/
}


.solutions-broadtalk-banner {
  display: block;
  margin: 0 auto;
  background: #f48c1d;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 300ms;
  transition: background 300ms
}



.solutions-broadtalk-banner:link,
.solutions-broadtalk-banner:active,
.solutions-broadtalk-banner:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.solutions-broadtalk-banner:hover {
  background: #dd780b;
}


.solutions-moneypass-banner-container {
  position: static;
/*  clear: both;*/
  margin: 0px auto 0px auto;
  padding: 30px 0px 20px 0px;
  width: 100%;
  max-width: 1100px;
 /* padding: 0 0 70px;*/
}


.solutions-moneypass-banner {
  display: block;
  margin: 0 auto;
  background: #f48c1d;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 300ms;
  transition: background 300ms
}



.solutions-moneypass-banner:link,
.solutions-moneypass-banner:active,
.solutions-moneypass-banner:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.solutions-moneypass-banner:hover {
  background: #dd780b;
}

@media only screen and (max-width: 1100px) {
.solutions-moneypass-banner-container {
  padding: 30px 0px 10px 0px;
}
}



.bt-font{
	color: #dd780b;
	font-weight: 600;
}




footer {
  width: 100%;
  height: 520px;
  position: absolute;
  bottom: 0;
  left: 0
}

footer nav {
  display: block;
  float: left;
  width: 100%;
  min-width: 1100px;
  background: #0074af;
  line-height: 100px;
  padding: 0 35px;
  color: #fff;
  font-size: 12px
}

footer nav ul {
  display: block;
  float: left
}

footer nav li {
  display: block;
  float: left
}

footer nav li+li {
  margin-left: 20px
}

footer nav a {
  border-bottom: 0px solid rgba(255, 255, 255, 0);
  -webkit-transition: 300ms border;
  transition: 300ms border
}

footer nav a:hover {
  border-bottom: 1px solid #fff
}

footer nav cite {
  display: block;
  float: right;
  position: relative;
  right: -2px
}

footer .top-btn {
  display: block;
  height: 205px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  padding-top: 120px;
  text-align: center;
  letter-spacing: 2px;
  padding-left: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

footer .top-btn i {
  display: block;
  position: absolute;
  top: 165px;
  left: 50%;
  height: 80px;
  width: 1px;
  background: #080808;
  -webkit-transition: 300ms top, 300ms height;
  transition: 300ms top, 300ms height
}

footer .top-btn i::before, footer .top-btn i::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 1px;
  background: #080808;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: opacity 300ms, 300ms -webkit-transform;
  transition: opacity 300ms, 300ms -webkit-transform;
  transition: 300ms transform, opacity 300ms;
  transition: 300ms transform, opacity 300ms, 300ms -webkit-transform;
  opacity: 0
}

footer .top-btn:hover i {
  top: 155px;
  height: 30px
}

footer .top-btn:hover i::before, footer .top-btn:hover i::after {
  opacity: 1
}

footer .top-btn:hover i::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

footer .top-btn:hover i::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media only screen and (max-width: 1100px) {
  footer .top-btn {
    padding-top: 60px;
    height: 105px
  }
  footer .top-btn i {
    top: 85px !important;
    height: 40px !important
  }
  footer .top-btn i::before, footer .top-btn i::after {
    content: none
  }
}

@media only screen and (max-width: 1100px) {
  footer {
    display: block;
    float: left;
    height: auto;
    position: relative
  }
  footer nav {
    min-width: 0;
    padding: 0;
    line-height: 40px
  }
  footer nav ul {
    display: none
  }
  footer nav cite {
    float: left;
    width: 100%;
    position: static;
    text-align: center;
    letter-spacing: 1px
  }
}

aside {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  height: 215px;
  width: 100%;
  padding: 65px 0;
  background: #f1f1f1;
  text-align: center;
  margin-top: 205px
}

aside::after {
  clear: both;
  content: "";
  display: block
}

aside strong {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  letter-spacing: 5px
}

aside strong a {
  display: inline-block;
  position: relative;
  padding-left: 5px
}

aside strong a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #080808;
  bottom: -10px;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  -webkit-transition: opacity 300ms, 300ms -webkit-transform;
  transition: opacity 300ms, 300ms -webkit-transform;
  transition: 300ms transform, opacity 300ms;
  transition: 300ms transform, opacity 300ms, 300ms -webkit-transform
}

aside strong a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}

aside .section-menu {
  display: inline-block;
  position: relative;
  margin-top: 50px
}

aside ul {
  display: block;
  float: left;
  height: 20px;
  line-height: 20px
}

aside li {
  display: block;
  float: left;
  font-size: 16px;
  letter-spacing: 2px
}

aside li+li::before {
  content: '|';
  display: block;
  float: left
}

aside li a {
  display: inline-block;
  padding: 0 18px 0 20px
}

aside b {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background: #080808;
  opacity: 0;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity
}

aside b.shown, aside b.always-shown {
  opacity: 1
}

@media only screen and (max-width: 1100px) {
  aside {
    margin-top: 105px;
    height: auto;
    padding: 40px 20px 35px
  }
  aside strong {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1.8em
  }
  aside .section-menu {
    margin-top: 20px;
    width: 100%
  }
  aside ul {
    height: auto
  }
  aside li {
    position: relative;
    width: 100%;
    text-align: left;
    letter-spacing: 2px
  }
  aside li.active a span {
    font-weight: bold;
    color: #0074af
  }
  aside li::before {
    content: '' !important;
    display: block;
    position: absolute;
    top: 12px;
    height: 6px;
    width: 6px;
    border-top: 1px solid #080808;
    border-right: 1px solid #080808;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  aside li a {
    font-size: 14px;
    padding: 4px 0 4px 20px;
    width: 100%
  }
  aside b {
    display: none !important
  }
}

.sitemap-wrapper {
  display: none;
  float: left;
  position: relative;
  height: 590px;
  width: 100%;
  background: #333;
  color: #fff;
  padding: 100px 0
}

.sitemap-wrapper section {
  position: relative
}

.sitemap-wrapper i {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2
}

.sitemap-wrapper i::before, .sitemap-wrapper i::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 282.842712475%;
  width: 2px;
  margin-left: -1px;
  margin-top: -141.421356237%;
  background: #aaa;
  -webkit-transition: 300ms background;
  transition: 300ms background
}

.sitemap-wrapper i::before {
  -webkit-transform: scale(0.5) rotate(45deg);
  transform: scale(0.5) rotate(45deg)
}

.sitemap-wrapper i::after {
  -webkit-transform: scale(0.5) rotate(-45deg);
  transform: scale(0.5) rotate(-45deg)
}

.sitemap-wrapper i:hover::before, .sitemap-wrapper i:hover::after {
  background: #fff
}

@media only screen and (max-width: 1100px) {
  .sitemap-wrapper {
    display: block;
    height: auto;
    padding: 20px
  }
  .sitemap-wrapper i {
    display: none
  }
}

.sitemap a {
  line-height: 1.5em;
  letter-spacing: 2px
}

.sitemap a span {
  display: inline-block
}

.sitemap a span em {
  display: inline;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: 300ms border;
  transition: 300ms border
}

.sitemap a:hover span em {
  border-bottom: 1px solid #fff
}

.sitemap .sitemap-col {
  display: block;
  float: left
}

.sitemap .sitemap-col+.sitemap-col {
  margin-left: 60px
}

.sitemap .sitemap-col div+div {
  margin-top: 25px
}

.sitemap .sitemap-col div>a {
  font-size: 14px;
  font-weight: bold
}

.sitemap .sitemap-col div>a::after {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
  margin-left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sitemap .sitemap-col div>a+ul {
  margin-top: 5px
}

.sitemap ul {
  font-size: 12px
}

.sitemap ul li+li {
  margin-top: 3px
}

.sitemap ul a::before {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
  margin-right: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media only screen and (max-width: 1100px) {
  .sitemap {
    display: none
  }
}

.company-info {
  display: block;
  float: right;
  width: 255px;
  color: #ccc
}

.company-info .company-logo {
  margin-bottom: 30px
}

.company-info strong, .company-info address {
  display: block;
  float: left;
  width: 100%
}

.company-info strong {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 1px
}

.company-info address {
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 15px
}

.company-info a {
  -webkit-transition: 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 300ms cubic-bezier(0.39, 0.575, 0.565, 1)
}

.company-info a:hover {
  opacity: 0.6
}

.company-info .company-page {
  display: block;
  float: left;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  background: url(../img/ico-facebook.png);
  clear: both
}

.company-info .icon-privacy {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0
}

.company-info ul {
  display: none
}

@media only screen and (max-width: 1100px) {
  .company-info {
    float: left;
    width: 100%
  }
  .company-info .company-logo {
    background: url(../img/img-logo-mobile.png) no-repeat center/ contain;
    height: 28px;
    width: 200px;
    margin-bottom: 15px
  }
  .company-info .company-logo img {
    display: none
  }
  .company-info .company-page {
    background: url(../img/ico-facebook-mobile.png);
    height: 22px;
    width: 22px;
    background-size: 22px 22px
  }
  .company-info .icon-privacy {
    background: url(../img/ico-privacy-mobile.png);
    height: 68px;
    width: 64px;
    background-size: 64px 68px
  }
  .company-info .icon-privacy img {
    display: none
  }
  .company-info strong {
    font-size: 12px;
    margin-bottom: 5px
  }
  .company-info ul {
    display: block;
    float: left;
    clear: both;
    margin-top: 15px
  }
  .company-info ul li {
    display: block;
    float: left;
    width: 100%
  }
  .company-info ul li+li {
    margin-top: 5px
  }
  .company-info ul a {
    display: block;
    float: left;
    font-size: 11px;
    position: relative;
    padding-left: 14px
  }
  .company-info ul a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 6px;
    width: 6px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }
}

aside.footer-banner-wrap{
    height: 560px;
}
@media only screen and (max-width: 1100px) {

aside.footer-banner-wrap{
    height: 100%;
}

}



.sns-link-wrap {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 20px 0px 100px 0px;
  background: #f1f1f1;
    justify-content:center;
}
.sns-link-wrap > div {
  text-align: center;
    padding: 0px 20px 0px 20px;
}
.sns-link-wrap > div > a {
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.sns-link-wrap > div > a:hover{
    opacity: 0.7;
}
.sns-link-wrap > div > a > img{
    max-width: 80px;
    height: auto;
}


@media only screen and (max-width: 1100px) {
.sns-link-wrap {
  padding: 10px 20px 50px 20px;
}
.sns-link-wrap > div {
    padding: 0px 15px 0px 15px;
}
.sns-link-wrap > div > a > img{
    max-width: 60px;
}
}

main.formrun{
  padding: 120px 0 0px;
  min-height: 100vh;
}
main.formrun-complete{
  padding: 120px 0 0px;
  min-height: 100vh;
}
@media only screen and (max-width: 1100px) {
  main.formrun{
    padding-top: 50px;
    padding-bottom: 0
  }
  main.formrun-complete{
    padding-top: 50px;
    padding-bottom: 0
  }
}
footer.formrun{
    margin-top: 40px;
    display: block;
    float: left;
    height: auto;
    position: relative
  }




.hoyu_image{
max-width: 100%;
	margin-left: auto;
	margin-right: auto;

}



.add_link a:hover {
    color: #0074af;
}



/*# sourceMappingURL=screen.css.map */
