@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.fadeup {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.fadeup.show {
  opacity: 1;
  transform: translateY(0);
}

body#eb main {
  background: #f9f9f9;
}
body#eb main header {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  font-size: 1.6rem;
  box-shadow: 0px 1px 2px lightgray;
}
body#eb main header div.header_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1150px;
  padding: 15px 0px;
  margin: auto;
}
body#eb main header div.header_wrap > div {
  width: 180px;
}
body#eb main header div.header_wrap > div a img {
  width: 80%;
}
body#eb main header div.header_wrap > nav {
  width: 65%;
}
body#eb main header div.header_wrap > nav ul {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  flex-wrap: wrap;
}
body#eb main header div.header_wrap > nav ul li {
  width: 180px;
}
body#eb main header div.header_wrap > nav ul li a {
  display: inline-block;
  width: 100%;
}
body#eb main header div.header_wrap > nav ul li a span {
  color: #AC5A90;
}
body#eb main header div.header_wrap > nav ul li a:hover span {
  text-decoration: underline;
  position: relative;
}
body#eb main section#firstview {
  max-width: 1300px;
  margin: auto;
  background-color: #AC5A90;
  position: relative;
  overflow: hidden;
}
body#eb main section#firstview div.wrap {
  padding: 90px 40px 60px;
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
body#eb main section#firstview div.wrap div.title {
  width: 65%;
  display: flex;
  flex-flow: column;
  gap: 30px;
  letter-spacing: 3px;
}
body#eb main section#firstview div.wrap div.title > h1 {
  font-size: 4.5em;
  font-weight: bold;
  line-height: 1.4;
}
body#eb main section#firstview div.wrap div.title > h1 span.easybooking {
  padding: 0 30px 0 20px;
  position: relative;
}
body#eb main section#firstview div.wrap div.title > h1 span.easybooking::before {
  position: absolute;
  content: "「";
  left: -24px;
  top: 0;
}
body#eb main section#firstview div.wrap div.title > h1 span.easybooking::after {
  position: absolute;
  content: "」";
  right: -17px;
  bottom: -2px;
}
body#eb main section#firstview div.wrap div.title > h1 span.adjust {
  font-size: 0.7em;
  padding: 0 10px;
}
body#eb main section#firstview div.wrap div.title > ul {
  display: flex;
  flex-flow: column;
  gap: 0px;
  padding-left: 25px;
  font-size: 1.6rem;
  list-style: disc;
}
body#eb main section#firstview div.wrap div.title > ul span {
  position: relative;
}
body#eb main section#firstview div.wrap div.title > div {
  margin-top: 10px;
}
body#eb main section#firstview div.wrap div.title > div a span {
  background-color: #FFD966;
  color: #0d0d0d;
  padding: 15px 30px;
  text-align: center;
  border-radius: 15px;
  font-size: 1.6rem;
}
body#eb main section#firstview div.wrap div.pc-image {
  position: absolute;
  bottom: 45px;
  right: -269px;
}
body#eb main section#firstview div.wrap div.pc-image img {
  width: 770px;
}
body#eb main section.common {
  margin-top: -50px;
  padding-top: 50px;
  background-color: #fff;
}
body#eb main section.common > div {
  margin: auto;
  color: #AC5A90;
  max-width: 1300px;
  padding: 100px 50px;
}
body#eb main section.common > div h2 {
  margin-bottom: 40px;
  font-size: 2em;
  text-align: center;
  color: #AC5A90;
}
body#eb main section#eb-point div {
  padding: 100px 280px 50px;
}
body#eb main section#eb-point div ul {
  color: #0d0d0d;
  list-style: none;
  font-size: 1.6em;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
body#eb main section#eb-point div ul li {
  border-bottom: solid 1px lightgray;
  padding-left: 20px;
  position: relative;
}
body#eb main section#eb-point div ul li::before {
  position: absolute;
  content: "";
  left: 4px;
  background-color: #AC5A90;
  border-radius: 50px;
  height: 6px;
  width: 6px;
  top: 10px;
}
body#eb main section#eb-entry div.entry_wrap div.entry-info {
  font-size: 1.6rem;
  margin: 60px auto;
  padding: 30px;
  color: #0d0d0d;
  border: solid 1px lightgray;
  width: 780px;
}
body#eb main section#eb-entry div.entry_wrap div.entry-info h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.6rem;
}
body#eb main section#eb-faq > div div.content-box {
  max-width: 780px;
  margin: auto;
  color: #0d0d0d;
  font-size: 1.6rem;
}
body#eb main section#eb-faq > div div.content-box div.list {
  padding: 15px 0px 5px;
  border-bottom: #AC5A90 1px solid;
}
body#eb main section#eb-faq > div div.content-box div.list h3.list-title {
  margin: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  padding-left: 35px;
  padding-right: 25px;
  letter-spacing: 1.5px;
  font-size: 1.6rem;
  font-weight: normal;
}
body#eb main section#eb-faq > div div.content-box div.list h3.list-title::before {
  content: "Q.";
  position: absolute;
  display: inline-block;
  top: -3.5px;
  left: -2px;
  font-size: 2.2rem;
  color: #AC5A90;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body#eb main section#eb-faq > div div.content-box div.list h3.list-title::after {
  position: absolute;
  content: "";
  border-top: 2px solid #AC5A90;
  border-right: 2px solid #AC5A90;
  width: 10px;
  height: 10px;
  top: 7px;
  right: 8px;
  transform: rotate(135deg);
}
body#eb main section#eb-faq > div div.content-box div.list h3.list-title.close::after {
  border-right: none;
  top: 11px;
  transform: rotate(0deg);
}
body#eb main section#eb-faq > div div.content-box div.list div.list-box {
  background: #FCF9FA;
  padding: 15px 35px;
  margin-top: 5px;
  display: none;
}
body#eb main section#eb-contact > div p {
  max-width: 780px;
  margin: auto;
  color: #0d0d0d;
  font-size: 1.6rem;
  text-align: center;
}
body#eb main section#eb-contact > div p a.sp-mail {
  display: none;
}
body#eb main section#eb-contact > div p span.contact-massage {
  color: gray;
}
body#eb main footer {
  background-color: #AC5A90;
  padding: 80px 0;
  margin-top: 50px;
}
body#eb main footer div ul {
  text-align: center;
}
body#eb main footer div ul li img {
  width: 230px;
}
body#eb main .to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 10px 10px 10px 16px;
  font-size: 14px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1000;
  letter-spacing: 0.5px;
}
body#eb main .to-top span {
  position: relative;
  top: -2px;
  left: -4px;
}
body#eb main .to-top.show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  br.pcbr {
    display: none;
  }
  html body#eb {
    padding-top: 0;
  }
  html body#eb main {
    padding-top: 0;
  }
  html body#eb main header {
    box-shadow: unset;
  }
  html body#eb main header div.header_wrap {
    justify-content: center;
    gap: 0;
    padding: 0;
  }
  html body#eb main header div.header_wrap > div {
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
  html body#eb main header div.header_wrap > div a {
    display: flex;
  }
  html body#eb main header div.header_wrap > div a img {
    width: 180px;
    margin: auto;
    padding: 5px 0;
  }
  html body#eb main header div.header_wrap nav {
    width: 100%;
  }
  html body#eb main header div.header_wrap nav ul {
    gap: 0px;
    border-top: solid 1px #AC5A90;
    border-bottom: solid 1px #AC5A90;
    justify-content: center;
  }
  html body#eb main header div.header_wrap nav ul li {
    width: 33%;
    text-align: center;
    font-size: 1.3rem;
  }
  html body#eb main header div.header_wrap nav ul li a {
    padding: 5px 0;
    padding-right: 20px;
  }
  html body#eb main header div.header_wrap nav ul li a span {
    color: #AC5A90;
    text-decoration: none;
    position: relative;
    font-size: 1.6rem;
  }
  html body#eb main header div.header_wrap nav ul li a span::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    right: -27px;
    bottom: 0px;
  }
  html body#eb main header div.header_wrap nav ul li:nth-of-type(-n+2) {
    border-right: solid 1px #AC5A90;
  }
  html body#eb main header div.header_wrap nav ul li.nav-login a span::after {
    background-image: url(../images/login.svg);
  }
  html body#eb main header div.header_wrap nav ul li.nav-faq a span::after {
    background-image: url(../images/faq.svg);
  }
  html body#eb main header div.header_wrap nav ul li.nav-app a span::after {
    background-image: url(../images/edit.svg);
  }
  html body#eb main section.common {
    margin-top: -110px;
    padding-top: 110px;
  }
  html body#eb main section.common > div {
    border-radius: 0;
    padding: 50px 10px;
  }
  html body#eb main section#firstview div.wrap {
    padding: 100px 15px 60px;
  }
  html body#eb main section#firstview div.wrap div.title {
    width: 100%;
  }
  html body#eb main section#firstview div.wrap div.title > h1 {
    font-size: 4.5rem;
  }
  html body#eb main section#firstview div.wrap div.title > h1 span.adjust {
    padding: 0 2px;
  }
  html body#eb main section#firstview div.wrap div.title > h1 span.easybooking {
    padding: 0 5px;
  }
  html body#eb main section#firstview div.wrap div.title > h1 span.easybooking::before {
    font-size: 2.5rem;
    left: -20px;
    top: 1px;
  }
  html body#eb main section#firstview div.wrap div.title > h1 span.easybooking::after {
    font-size: 2.5rem;
    right: -24px;
  }
  html body#eb main section#firstview div.wrap div.title ul {
    gap: 10px;
    padding-left: 14px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  html body#eb main section#firstview div.wrap div.title > div {
    margin-top: 0;
    display: flex;
  }
  html body#eb main section#firstview div.wrap div.title > div a {
    margin: auto;
    width: 91%;
  }
  html body#eb main section#firstview div.wrap div.title > div a span {
    padding: 16px 0px;
    font-size: 1.6rem;
    width: 100%;
    display: inline-block;
    border-radius: 35px;
  }
  html body#eb main section#firstview div.wrap div.pc-image {
    position: relative;
    bottom: -30px;
    right: unset;
  }
  html body#eb main section#eb-point > div {
    padding: 50px 10px;
  }
  html body#eb main section#eb-point > div h2 {
    margin-bottom: 20px;
  }
  html body#eb main section#eb-entry > div.entry_wrap h2 {
    margin-bottom: 20px;
  }
  html body#eb main section#eb-entry > div.entry_wrap div.entry-info {
    width: calc(100% - 10px);
    margin-top: 0;
  }
  html body#eb main section#eb-contact p a.sp-mail {
    display: inline-block;
  }
  html body#eb main section#eb-contact p span.pc-mail {
    display: none;
  }
  .ms_form_btn {
    padding: 16px 0 !important;
  }
  .to-top {
    display: none;
  }
}
body {
  margin: 0px;
}

.ms_form_box {
  max-width: 940px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 50px auto 0;
}

.ms_form_header {
  max-width: 100%;
  width: auto;
  height: auto;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  padding: 6px;
  margin: 0px;
  text-align: center;
  border: solid 1px #c0c0c0;
  background-repeat: repeat-x;
  background-color: #dcdcdc;
}

.ms_form_footer {
  max-width: 100%;
  width: auto;
  height: auto;
  line-height: 28px;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  color: #666666;
  border: solid 1px #c0c0c0;
  background-repeat: repeat-x;
  background-color: #dcdcdc;
}

.ms_form_footer .copy {
  float: left;
  margin: 0px 0px 0px 6px;
  padding: 0px;
}

.ms_form_footer .powered_by {
  float: right;
  margin: 0px 6px 0px 0px;
  padding: 0px;
  text-align: right;
}

.ms_form_footer a:link,
.ms_form_footer a:visited {
  color: #666666;
  text-decoration: none;
}

.ms_form_body {
  max-width: 100%;
  width: auto;
  height: auto;
  font-size: 16px;
  text-align: center;
  padding: 28px 0px 0px 0px;
  margin: 0px;
  background-color: #ffffff;
  color: #000;
  font-size: 15px;
}

.ms_form_body ul.form_list {
  max-width: 100%;
  width: auto;
  list-style: none;
  clear: both;
  margin: 6px 6px 0px 6px;
  padding: 0px;
  text-align: left;
}

.ms_form_body ul.form_list li.item,
.ms_form_body ul.form_list li.item-nofloat {
  clear: both;
  width: 220px;
  vertical-align: top;
  margin: 10px 10px 20px 80px;
  padding: 10px 0px 6px 0px;
  background-repeat: no-repeat;
  background-position: 0px 13px;
  float: left;
  word-break: break-all;
  color: #000;
}

.ms_form_body ul.form_list li.item a {
  color: blue;
}

.ms_form_body ul.form_list li.item a:hover {
  text-decoration: underline;
}

.ms_form_body ul.form_list li.cont,
.ms_form_body ul.form_list li.cont-nofloat {
  width: calc(100% - 400px);
  margin: 10px 0px 20px 10px;
  padding: 10px 0px 6px 0px;
  border: none;
  float: left;
  word-break: break-all;
  color: #000;
}

.ms_form_body ul.form_list li.cont .text {
  width: 100%;
  height: auto;
  font-size: 16px;
  padding: 3px;
  background-color: #f9f9f9;
  border: solid 1px #c0c0c0;
}

.ms_form_body ul.form_list li.cont .text80 {
  width: 80px;
  height: auto;
  font-size: 16px;
  padding: 3px;
  background-color: #f9f9f9;
  border: solid 1px #c0c0c0;
}

.ms_form_body ul.form_list li.cont .text40 {
  width: 80px;
  height: auto;
  font-size: 16px;
  padding: 3px;
  background-color: #f9f9f9;
  border: solid 1px #c0c0c0;
}

.ms_form_body ul.form_list li.cont .sel {
  max-width: 100%;
  width: auto;
  height: auto;
  font-size: 16px;
  padding: 3px;
  background-color: #f9f9f9;
  border: solid 1px #c0c0c0;
}

.ms_form_body ul.form_list li.cont .sel_auto {
  max-width: 100%;
  width: auto;
  height: auto;
  font-size: 16px;
  padding: 3px;
  background-color: #f9f9f9;
  border: solid 1px #c0c0c0;
}

.ms_form_body .ta {
  width: 100%;
  font-size: 16px;
  padding: 3px;
  background-color: #f9f9f9;
  border: solid 1px #c0c0c0;
}

.ms_form_body ul.form_list li.cont span.cont_desc,
.ms_form_body ul.form_list li.cont-nofloat span.cont_desc {
  font-size: 10px;
  color: #4f4f4f;
  margin: 0px;
}

.ms_form_body div.submit_btn {
  clear: both;
  text-align: center;
}

.ms_form_btn {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 240px;
  height: 40px;
  border-radius: 25px;
  box-shadow: 0px 2px 1px #c0c0c0;
  background-color: #AC5A90;
  letter-spacing: 1px;
  transition: 0.5s;
}

.ms_form_btn:hover {
  color: #AC5A90;
  transition: 0.1s;
  border: solid 1px #AC5A90;
  background-color: #fff;
  box-shadow: unset;
}

@media screen and (max-width: 690px) {
  body {
    background-size: 100%;
  }
  .ms_form_box {
    margin: 0px auto;
  }
  .ms_form_btn {
    max-width: 100%;
    width: 90%;
    height: auto;
    padding: 10px 0;
  }
  .ms_form_body ul.form_list {
    width: calc(100% - 14px);
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #c0c0c0;
  }
  .ms_form_body ul.form_list li.item,
  .ms_form_body ul.form_list li.item-nofloat {
    width: calc(100% - 65px);
    margin: 10px 8px 0px 8px;
    padding: 20px 20px 6px 22px;
    border-top: 1px solid #c0c0c0;
    background-image: url("https://ml.iace.co.jp/img/ms_cp_icon_circle_right.svg");
    background-repeat: no-repeat;
    background-position: 0px 24px;
  }
  .ms_form_body ul.form_list li.cont,
  .ms_form_body ul.form_list li.cont-nofloat {
    width: 90%;
    margin: 0px 20px;
    padding: 0px 0px 16px 0px;
  }
}
div.ssl_seal {
  width: 100px;
  height: 0px;
  margin: 0px auto 20px auto;
}

div.sim_entry_list {
  max-width: 100%;
  width: auto;
  margin: 20px 10px 0px 10px;
  padding: 6px;
  border: solid 1px #ff0000;
  text-align: left;
}

div.sim_entry_list span.attention {
  color: #ff0000;
}

div.sim_entry_list ul {
  max-width: 100%;
  width: auto;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

div.sim_entry_list ul li {
  max-width: 100%;
  width: auto;
  vertical-align: top;
  margin: 0px;
  padding: 5px 0px 0px 22px;
  background-image: url("https://ml.iace.co.jp/img/ms_cp_icon_text.svg");
  background-repeat: no-repeat;
  background-position: 0px 8px;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}/*# sourceMappingURL=styles.css.map */