@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

header {
  width: 100%;
  height: 60px;
  background: white;
  position: relative;
}

@media (max-width: 1023px) {
  header {
    height: 0;
    border: none;
  }
}

header .nav-wrapper {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  header .nav-wrapper {
    padding: 0 12px;
  }
}

header .nav-wrapper h1 {
  height: 100%;
  margin: 8px 0 0;
  padding: 0;
  font-size: 32px;
}

@media (max-width: 1023px) {
  header .nav-wrapper h1 {
    display: none;
  }
}

header .nav-wrapper nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  header .nav-wrapper nav {
    z-index: 5;
    position: fixed;
    top: 0;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: -100%;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .nav-wrapper nav.open {
    right: 0;
  }
}

header .nav-wrapper nav a {
  width: 85px;
  font-size: 12px;
  line-height: 20px;
  display: block;
  padding: 20px 0 0;
  margin: 0;
  height: 40px;
  position: relative;
}

@media (max-width: 1023px) {
  header .nav-wrapper nav a {
    padding: 0;
    width: 100%;
    height: auto;
    background: white;
    line-height: 50px;
  }
}

header .nav-wrapper nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: white;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: .3s;
  transition: .3s;
}

header .nav-wrapper nav a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (max-width: 1023px) {
  header .nav-wrapper nav a br {
    display: none;
  }
}

header .nav-wrapper nav .double {
  padding: 10px 0 0;
  height: 50px;
}

@media (max-width: 1023px) {
  header .nav-wrapper nav .double {
    padding: 0;
    height: auto;
  }
}

button {
  display: none;
}

@media (max-width: 1023px) {
  button {
    z-index: 9;
    display: block;
    position: fixed;
    border: 0;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    padding: 5px;
    margin: 0;
    border-radius: 50%;
    color: white;
  }
}

.menu {
  margin: auto;
  padding: 0 0 40px;
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .menu {
    padding: 20px 0;
  }
}

.menu a {
  background: #FFF;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  padding: 10px;
  width: 160px;
  height: 40px;
  border-radius: 15px;
}

@media (max-width: 1023px) {
  .menu a {
    margin: 5px;
    width: 120px;
  }
}

footer {
  width: 100%;
  padding: 20px 0;
  color: white;
}

footer p br {
  display: none;
}

@media (max-width: 1023px) {
  footer p br {
    display: inline;
  }
}

footer .snsbtn {
  display: inline-block;
  color: #FFF;
  border: solid #FFF 2px;
  border-radius: 50%;
  opacity: 0.8;
  width: 48px;
  height: 48px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  margin: 0 4px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  footer .snsbtn {
    width: 42px;
    height: 42px;
    padding-top: 8px;
    margin: 0 4px;
    font-size: 0.7rem;
  }
}

footer .snsbtn:hover {
  opacity: 1.0;
}

#modal-content {
  width: 90%;
  max-width: 700px;
  margin: 80px auto 0;
  padding: 20px 0;
  border-radius: 20px;
  background: white;
  z-index: 12;
}

#modal-content a {
  display: block;
  height: 30px;
  padding-top: 10px;
}

#modal-content a:hover {
  color: white;
}

#modal-overlay {
  z-index: 11;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.6);
}

.pointer {
  cursor: pointer;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

@media (max-width: 1023px) {
  .btn-wrapper {
    margin: 20px 0 0;
  }
}

.btn-wrapper .btn {
  cursor: pointer;
  display: table;
  padding: 1rem 2rem;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 30px;
  margin: 2rem;
}

@media (max-width: 1023px) {
  .btn-wrapper .btn {
    font-size: .9em;
    margin: .5rem;
  }
}

.btn-wrapper .btn:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1.3em;
  background-image: url(/RME2019/img/newwindow.svg);
  color: white;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: .5em;
}

.btn-wrapper .btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .5s;
  transition: .5s;
}

.rmebtn {
  display: table;
  padding: 4px 24px;
  margin: 8px;
  color: #fff;
  background: #1D2088;
  border-radius: 12px;
}

@media (max-width: 1023px) {
  .rmebtn {
    padding: 6px 16px;
    margin: 10px 0;
    white-space: nowrap;
  }
}

.rmebtn:hover {
  opacity: 0.8;
}

.rmebtn:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1.3em;
  background-image: url(/RME2019/img/newwindow.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: .5em;
}

.rmebtn.training {
  background: #1D2088;
}

.rmebtn.fundamental {
  background: #0169b8;
}

.rmebtn.disable {
  background: #ccc;
}

.float-btn-box {
  float: right;
  padding: 36px 0 16px 16px;
}

@media (max-width: 1023px) {
  .float-btn-box {
    float: none;
    padding: 0;
  }
}

.rmescroll {
  width: 100%;
}

@media (max-width: 1023px) {
  .rmescroll {
    width: calc(100% + 32px);
    overflow-x: scroll;
    position: relative;
    margin: 0 -16px;
  }
  .rmescroll:before {
    background: #fff;
    display: block;
    content: 'スクロール可能 ← →';
    position: absolute;
    padding: 0.5em;
    top: 12px;
    right: 0.2em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 0 0.5em #ddd;
            box-shadow: 0 0 0.5em #ddd;
  }
}

.rmescroll table {
  border-collapse: collapse;
  border: 3px double #aaa;
  width: 100%;
  min-width: 850px;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .rmescroll table {
    margin: 0 16px;
  }
}

.rmescroll td, .rmescroll th {
  border: 1px solid #aaa;
  padding: 8px 12px;
}

#flyer {
  width: 100%;
  background: transparent;
  padding: 40px 0;
  line-height: 2;
}

@media (max-width: 1023px) {
  #flyer {
    padding: 0;
    line-height: 1.8;
    font-size: 14px;
  }
}

#flyer .container {
  margin: auto;
  padding: 0;
  max-width: 920px;
  background: #fff;
  text-align: left;
}

#flyer .container .description {
  padding: 20px 40px 0;
}

@media (max-width: 1023px) {
  #flyer .container .description {
    padding: 14px 16px;
  }
}

#flyer .container .description p {
  padding: 0;
}

@media (max-width: 1023px) {
  #flyer .container .description h3 {
    margin: 36px 0 12px;
  }
  #flyer .container .description h3:first-child {
    margin: 20px 0;
  }
}

.under-line {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(230, 80, 150, 0.4)));
  background: linear-gradient(transparent 50%, rgba(230, 80, 150, 0.4) 50%);
}

.imgpopup {
  position: relative;
}

.imgpopup img {
  position: absolute;
  bottom: calc(100% + 8px);
  display: none;
  z-index: 1;
  -webkit-animation: fadeIn 0.8s;
          animation: fadeIn 0.8s;
  border-radius: 16px;
  width: 200px;
  height: auto;
}

.imgpopup:hover img {
  display: block;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */