/* ary
-----------------------------------------------------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
html {
  background-color: #f2f2f2;
}
@media screen and (min-width:768px) {
  html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
    font-size: 16px;
  }
  /*menuサイズ調整*/
  .navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 40px;
    font-size: 16px;
  }
  div.dialog-dialog {
    width: 400px !important;
  }
}

/* ---- 未ログイン時トップ --------------------------------*/
.top img {
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: block;
  width: 100%;
}
.top .relative {
  position: relative;
  height: 100%;
}
.top .absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.top div {
  text-align: center;
}
.top .wow {
  visibility: hidden;
}
.top h2 {
  line-height: 100%;
}
.top .top_logo {
  position: absolute;
  width: 65%;
  z-index: 2;
  top: 53%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin-top: -5%;
}
.top .concept_h {
  position: relative;
  text-align: center;
}
.top .concept_h .sec {
  position: absolute;
  left: 0;
  top: 0;
}
.top .concept_txt {
  text-align: right;
  margin: 2.5rem 0;
  width: 100%;
  line-height: 100%;
}
.top .concept_txt img {
  display: inline-block;
  width: 80%;
}
.top .concept_img {
  text-align: left;
  margin: 2rem 0;
  width: 100%;
}
.top .concept_txt img {
  display: inline-block;
  width: 90%;
}
.top_login {
  padding: 20px 2%;
  margin-bottom: 2rem;
}
.top_login li {
  float: left;
  width: 46%;
  margin: 0 2%;
  text-align: center;
}
.top_login li a.btn {
  width: 100%;
  display: block;
  padding: 12px 0;
  text-align: center;
  font-size: 2rem;
  text-decoration: none;
  background-color: #ddd;
  color: #111 !important;
  font-weight: normal;
  border-radius: 3px;
  line-height: 100%;
  letter-spacing: 3px;
  font-family: Georgia, "游明朝体", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width:768px) {
  .top_login li a.btn {
    padding: 20px 0;
  }
}
a.top_otameshi {
  text-decoration: none !important;
}
a.top_otameshi div {
  background-color: #879bad;
  background: -webkit-linear-gradient(top, #879bad 0%, #879bad 100%);
  background: linear-gradient(to bottom, #879bad 0%, #879bad 100%);
  padding: 20px 4%;
  text-align: center;
}
a.top_otameshi div h5 {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 15px;
}
a.top_otameshi div h6 {
  font-size: 1.3rem;
  color: #fff;
}
a.top_otameshi div h6 span {
  font-weight: bold;
  color: #FBFF9C;
}
#top_foot_scroll {
  display: none;
  z-index: 99;
  position: fixed;
}
.top_foot_scroll {
  width: 100%;
  max-width: 768px;
  position: fixed;
  bottom: 0px;
  background-color: rgba(210, 191, 65, 0.8);
  color: #fff;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  text-align: center;
  left: 50% !important;
  transform: translate(-50%) !important;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  z-index: 99;
}
.top_foot_scroll a {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  width: 45%;
  z-index: 99;
  position: relative;
}
@media screen and (min-width:768px) {
  .top_foot_scroll {
    padding: 15px 0;
  }
  .top_foot_scroll a {
    font-size: 25px;
    padding: 15px 0px;
  }
}
.top_login_img {
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: block;
}
