p {
  margin: 0;
  padding: 0;
  text-align: center;
}
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: 14px;
  }
  /*上記で基準を14pxにしてしまったのでmenuサイズ調整*/
  .navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 40px;
    font-size: 16px;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    line-height: 4rem;
  }
}
/* ---- 未ログイン時トップ --------------------------------*/
.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 .bg {
  background-color: #fceee9;
}
.top .wow {
  visibility: hidden;
}
.top h2 {
  line-height: 100%;
}
.top .top_logo {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.top .quiz_regist {
  background-color: #ff8190;
  color: #fff;
  font-size: 2rem;
  width: 85%;
  margin: 15px auto 20px auto;
  box-shadow: 0px 5px #9d6878;
  border-radius: 5px;
  letter-spacing: 0.2rem;
  display: block;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
}
.top .quiz_regist:hover, .top .quiz_regist:active {
  box-shadow: 0px 0px #9d6878;
  transform: translate(0px, 5px);
  -moz-transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
}
.top .last_regist {
  background-color: #de9e9c;
  color: #fff;
  border-radius: 3px;
  padding: 12px 0;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 85%;
  margin: 20px auto 10px auto;
}
.top_login {
  padding: 20px 2%;
  background-color: #fff;
}
.top_login.bottom {
  background-color: transparent;
}
.top_login li {
  float: left;
  width: 46%;
  margin: 0 2%;
  text-align: center;
}
.top_login li a.btn {
  width: 100%;
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
  border: 2px solid #de9e9c;
  background-color: #fff;
  color: #de9e9c !important;
  letter-spacing: 0.5rem;
}
.top_login li a.btn.regist {
  background-color: #de9e9c;
  color: #fff !important;
}
.top_login li a.btn.regist.muryo {
  letter-spacing: 0.3rem;
}
@media screen and (min-width:768px) {
  .top_login li {
    margin: 15px 2%;
  }
  .top_login li a {
    padding: 15px 0 10px 0 !important;
    font-size: 2.2rem !important;
  }
  .top .sensei p, .top .sensei a {
    font-size: 1.5rem;
    line-height: 190%;
  }
  .top .sensei {
    margin-bottom: 40px;
  }
}
a.top_otameshi {
  text-decoration: none !important;
}
a.top_otameshi div {
  background-color: #8fc0d9;
  background: -webkit-linear-gradient(top, #8fc0d9 0%, #8fc0d9 100%);
  background: linear-gradient(to bottom, #8fc0d9 0%, #8fc0d9 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(222, 158, 156, 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 (max-height:600px) {
  #top_foot_scroll {
    display: block;
  }
}
@media screen and (min-width:768px) {
  #top_foot_scroll {
    display: block;
  }
  .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;
}
/* ---- fadein ---------------------------------*/
.fade {
  opacity: 0;
  transform: translate(0px, 50px);
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -ms-transition: all 500ms;
}
.fade.moeru {
  transform: translate(-100px, 0px);
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -ms-transition: all 200ms;
}
.fade.fadein {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
/* ---- about --------------------------------*/
.about_wrap {}
.about_cont {
  width: 90%;
  margin: 0 auto;
}
.about_cont .waku {
  background-color: #fceee9;
  border-radius: 3rem;
  padding: 5rem 3rem 3rem 3rem;
  margin: -8rem auto 3rem auto;
  width: 80%;
}
.about_cont h4 {
  color: #e5b39f;
  border-bottom: 1px solid #e5b39f;
  padding-bottom: 0.2rem;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.about_cont p.txt {
  font-size: 1.15rem;
  text-align: left;
  line-height: 2.7rem;
  margin: 0 auto;
}
.about_cont p.txt a {
  color: #e5b39f;
  font-size: 1.3rem;
  text-decoration: none;
}
.about_cont p.txt a i {
  padding-left: 0.3rem;
}
.about_intro {
  text-align: center;
  margin: 0 auto;
}
.about_intro img {
  max-width: 70%;
  height: auto;
  margin: 1rem auto;
}
.about_intro h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.7rem;
}
.about_intro p {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width:768px) {
  .about_cont .waku {
    margin: -9.5rem auto 3rem auto;
  }
  .about_wrap h2.ttl {
    font-size: 30px;
    padding: 18px 0 10px 0;
  }
  .about_cont h4 {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
  .about_cont p.txt {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .about_cont p.txt a {
    font-size: 1.5rem;
  }
  .about_cont p.txt a i {
    padding-left: 0.5rem;
  }
  .about_intro {
    margin: 0 auto 4rem auto;
  }
  .about_intro img {
    margin: 0 auto 1.5rem auto;
  }
  .about_intro h3 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .about_intro p {
    font-size: 1.35rem;
  }
}