@charset "UTF-8";
* {
  zoom: 1;
}

/* --- reset_css --- */
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Source Code Pro", "メイリオ", "Meiryo", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.5;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, fieldset, div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul li, ol li {
  list-style: none;
}

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption {
  text-align: left;
}

table, pre, code, select, input, textarea, kbd, var, ins, del, samp {
  font-size: 100%;
}

address, cite, dfn, em, strong, var, th, ins, del, samp {
  font-weight: normal;
  font-style: normal;
}

a img {
  border: 0;
  outline: none;
}

input, button {
  font-family: メイリオ,Arial, Helvetica, sans-serif;
  word-break: break-all;
  word-wrap: break-word;
}

img {
  vertical-align: bottom;
  font-size: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
}

iframe {
  border: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Source Code Pro", "メイリオ", "Meiryo", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333333;
}

#content {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

#header {
  width: 950px;
  text-align: left;
  margin: 0 auto 30px;
}

.arrow {
  display: block;
  width: 50px;
  height: 32px;
  margin: 0 auto;
}

.section {
  position: relative;
}

#memberinfo {
  position: relative;
  z-index: 9999;
}

.gnav {
  position: relative;
  background: #f8f8f8;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px;
  z-index: 9998;
}

.gnav__inner {
  *zoom: 1;
  position: relative;
  width: 930px;
  margin: 0 auto;
}
.gnav__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.gnav__list {
  float: left;
  width: 150px;
  height: 70px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.gnav__list--top {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/gnav_top.png) no-repeat center center;
  -webkit-background-size: 41px auto;
          background-size: 41px auto;
  border-right: 1px solid #cccccc;
}
.gnav__list--top:hover {
  opacity: 0.8;
}
.gnav__list--top-active {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/gnav_top_red.png) no-repeat center center;
  -webkit-background-size: 41px auto;
          background-size: 41px auto;
  border-right: 1px solid #cccccc;
}
.gnav__list--top-active:hover {
  opacity: 0.8;
}
.gnav__list--hosho {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/gnav_hosho.png) no-repeat center center;
  -webkit-background-size: 65px auto;
          background-size: 65px auto;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #ffffff;
  cursor: pointer;
}
.gnav__list--hosho:hover {
  opacity: 0.8;
}
.gnav__list--hosho-active {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/gnav_hosho_red.png) no-repeat center center;
  -webkit-background-size: 65px auto;
          background-size: 65px auto;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #ffffff;
  cursor: pointer;
}
.gnav__list--hosho-active:hover {
  opacity: 0.8;
}
.gnav__list--faq {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/gnav_faq.png) no-repeat center center;
  -webkit-background-size: 90px auto;
          background-size: 90px auto;
  border-left: 1px solid #ffffff;
}
.gnav__list--faq:hover {
  opacity: 0.8;
}
.gnav__list--faq-active {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/gnav_faq_red.png) no-repeat center center;
  -webkit-background-size: 90px auto;
          background-size: 90px auto;
  border-left: 1px solid #ffffff;
}
.gnav__list--faq-active:hover {
  opacity: 0.8;
}
.gnav__list a {
  display: block;
  width: 100%;
  height: 100%;
}

.gnav__list--btn {
  position: absolute;
  width: 233px;
  height: 60px;
  top: 5px;
  right: 10px;
}

.hoshonav {
  display: none;
  position: absolute;
  background: #f8f8f8;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1000;
}

.hoshonav__inner {
  *zoom: 1;
  width: 784px;
  margin: 0 auto;
}
.hoshonav__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.hoshonav__list {
  float: left;
  width: 260px;
  height: 160px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.hoshonav__list a {
  display: block;
  width: 100%;
  height: 100%;
}
.hoshonav__list--yahauc {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/gnav_yahauc.png) no-repeat center bottom;
  -webkit-background-size: 143px auto;
          background-size: 143px auto;
  border-right: 1px solid #cccccc;
}
.hoshonav__list--yahauc:hover {
  opacity: 0.8;
}
.hoshonav__list--shp {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/gnav_shp.png) no-repeat center bottom;
  -webkit-background-size: 171px auto;
          background-size: 171px auto;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #ffffff;
}
.hoshonav__list--shp:hover {
  opacity: 0.8;
}
.hoshonav__list--travel {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/gnav_travel.png) no-repeat center bottom;
  -webkit-background-size: 129px auto;
          background-size: 129px auto;
  border-left: 1px solid #ffffff;
}
.hoshonav__list--travel:hover {
  opacity: 0.8;
}

#nav-scroll {
  position: fixed;
  display: none;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

.no-login__txt {
  width: 930px;
  margin: 10px auto;
  padding: 15px 0;
  border: 2px solid #57a4a5;
  color: #33A4CE;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.member-bb__head {
  width: 930px;
  margin: 10px auto 0;
  background: #f8f8f8;
  border: 1px solid #333333;
}

.member-bb__headtxt {
  position: relative;
  display: block;
  height: 76px;
  line-height: 76px;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
}
.member-bb__headtxt span {
  position: relative;
  top: -25px;
  margin-right: 5px;
}

.member-bb__arrow {
  width: 340px;
  height: 17px;
  background-color: #333333;
  margin: 0 auto 40px;
  cursor: pointer;
}
.member-bb__arrow--btm {
  background-image: url(../images/arrow_white_btm_sml.png);
  -webkit-background-size: 15px auto;
          background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.member-bb__arrow--top {
  background-image: url(../images/arrow_white_top_sml.png);
}

.member-bb__inner {
  display: none;
  width: 930px;
  padding: 30px 0 0;
  margin: 0 auto;
  font-size: 16px;
  background: #FFF;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-top: none;
}

.member-bb__inner-head {
  margin: 0 0 35px;
}

.member-bb__inner-link {
  font-size: 14px;
  font-weight: bold;
  color: #0099cc;
  margin: 0 0 35px;
}

.member-bb__inner-pre {
  *zoom: 1;
  background: #f8f8f8;
  margin: 10px;
  padding: 15px 100px;
}
.member-bb__inner-pre:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.member-bb__inner-pre-txt {
  float: left;
  font-weight: bold;
  line-height: 18px;
  margin: 20px 0 15px;
}

.member-bb__inner-pre-app {
  float: right;
  position: relative;
  top: 5px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.member-bb__inner-pre-app:hover {
  opacity: .8;
}

#app {
  background: #f8f8f8;
  padding: 150px 0;
  text-align: center;
}

.app__inner {
  width: 950px;
  margin: 0 auto 70px;
}

.app__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
}
.app__title span {
  color: #cf2120;
  font-weight: bold;
}

.app__btn {
  margin: 0 auto;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.app__btn:hover {
  opacity: .8;
}

.app__premimu {
  position: relative;
  width: 706px;
  padding: 50px 100px;
  background: #fff;
  border: 1px solid #ED5656;
  border-radius: 4px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
  z-index: 100;
}
.app__premimu:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-top: 30px solid #eb575a;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

.app__premimu-txt {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}

.app__inner--blur {
  display: block;
  width: 772px;
  height: 218px;
  background: url(../images/app_blur.png) no-repeat center center;
  margin: 30px auto 60px;
}

.app__flow {
  width: 950px;
  margin: 0 auto;
}

#note {
  padding: 50px 0;
  width: 930px;
  font-size: 10px;
  line-height: 18px;
  text-align: left;
  margin: 30px auto;
}
#note p {
  margin-bottom: 5px;
}
#note a {
  text-decoration: underline;
}

.note__aflo {
  text-align: right;
  margin-top: 60px;
}

.top-return {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
}

.top-return a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 5px;
  text-align: center;
  display: block;
  border-radius: 20px;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.top-return a:hover {
  text-decoration: none;
  background: #999;
}

.head__label {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.head__label--faq {
  background: #f8f8f8;
}

.head__label--yahauc {
  background: #ffda45;
}

.head__label--shp {
  background: #ffcf81;
}

.head__label--travel {
  background: #b5d6dd;
}

.head__label-inner {
  *zoom: 1;
  width: 950px;
  margin: 0 auto;
}
.head__label-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.head__label-ttl {
  float: left;
  position: relative;
  font-size: 30px;
  font-weight: bold;
}
.head__label-ttl img {
  position: absolute;
  top: 7px;
}
.head__label-ttl span {
  position: relative;
  left: 45px;
}
.head__label-ttl--faq img {
  top: 10px;
  left: 5px;
}

.head__label-service {
  position: relative;
  top: 8px;
  float: right;
  font-size: 18px;
  font-weight: bold;
}
.head__label-service--faq {
  color: #666;
}

.head__logo {
  position: relative;
  display: block;
  margin: 100px auto 80px;
  text-align: center;
}

.head_fadein {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: head_fadeIn;
          animation-name: head_fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes head_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes head_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  visibility: visible !important;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounceIn {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  visibility: visible !important;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.bounceIn-loop {
  -webkit-animation-name: bounceIn-loop;
          animation-name: bounceIn-loop;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  visibility: visible !important;
}

@-webkit-keyframes bounceIn-loop {
  0%, 40%, 50%, 60%,100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45%, 55% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes bounceIn-loop {
  0%, 40%, 50%, 60%,100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  45%, 55% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.Scale {
  -webkit-animation-name: Scale;
          animation-name: Scale;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  visibility: visible !important;
}

@-webkit-keyframes Scale {
  0%, 30%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  65% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes Scale {
  0%, 30%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  65% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.borderIn {
  -webkit-animation-name: borderIn;
          animation-name: borderIn;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  visibility: visible !important;
}

@-webkit-keyframes borderIn {
  0% {
    width: 0;
  }
  100% {
    width: 185px;
  }
}

@keyframes borderIn {
  0% {
    width: 0;
  }
  100% {
    width: 185px;
  }
}
.yjGuid {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.yjSkip {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

#footer {
  text-align: center;
}

#footer address {
  padding: 10px 0 20px;
  font-size: small;
  line-height: 1.4;
}

.footlink{
  margin: 20px auto;
  text-align: center;
}
