@charset "UTF-8";

@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css');

body {
  background-color: #F7F7F7;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  color: #000000;
}

li {
  list-style: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

a,
a:hover {
  color: white;
}

.container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 52px;
  padding-bottom: 100px;
}

.common__page-ttl {
  font-size: 21px;
  padding-bottom: 12.5px;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 4px solid #CDD6DD;
}

.common__page-subttl {
  font-size: 17px;
  line-height: 1.41;
  color: #3B4043;
}

.ec-registerRole,
.ec-mypageRole {
  /* padding-top: 52px; */
  /* padding-bottom: 108px; */
  color: #000000;
}

.ec-role {
  padding-top: 52px;
  color: #000000;
}

.ec-layoutRole {
  background-color: #F7F7F7;
}

.ec-orderRole {
  padding-bottom: 108px;
  color: #000000;
}

.ec-pageHeader h1,
.ec-pageHeader .h1 {
  border-top: none;
  border-bottom: 4px solid #CDD6DD;
  font-size: 21px;
  margin-bottom: 30px;
  color: #000000;
  font-weight: 500;
}

.ec-borderedDefs {
  border-top: none;
}

.ec-borderedDefs dl {
  border-bottom: 1px solid #CDD6DD;
}

.ec-registerRole .ec-blockBtn--action,
.ec-mypageRole .ec-blockBtn--action,
.ec-contactRole .ec-blockBtn--action {
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
  background-color: #000;
  border: none;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  position: relative;
  box-sizing: border-box;
}

.ec-registerRole .ec-blockBtn--action::after,
.ec-mypageRole .ec-blockBtn--action::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/arrow-white.svg);
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.ec-registerRole .ec-blockBtn--cancel {
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
  background-color: #A8A8A8;
  border: none;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  position: relative;
  box-sizing: border-box;
}
.ec-mypageRole .ec-blockBtn--cancel {
  width: 315px;
  margin: 0 auto;
  margin-bottom: 16px;
  background-color: #A8A8A8;
  border: none;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  position: relative;
  box-sizing: border-box;
}

.ec-mypageRole .ec-blockBtn--cancel::after,.ec-registerRole .ec-blockBtn--cancel::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/arrow-white.svg);
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}

.common__btn-area {
  display: flex;
  flex-direction: column;
}

.common__btn {
  text-align: center;
  margin-bottom: 16px;
  width: 315px;
  margin: 0 auto;
  border: none;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  position: relative;
  box-sizing: border-box;
  color: #fff;
}

.common__btn-next {
  background-color: #000;
}

.common__btn-next::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/arrow-white.svg);
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.common__btn-prev {
  background-color: #A8A8A8;
  margin-bottom: 17px;
}

.common__btn-prev::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/arrow-white.svg);
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}

/* チェックボックス */
input[type="checkbox"] {
  appearance: none;
}

.checkbox--box {
  position: relative;
}

.checkbox {
  width: 24px;
  height: 25px;
  margin-right: 19px;
  border-radius: 6px;
  border: 2px solid #000;
  position: absolute;
  top: 0;
  left: -40px;
  background-color: #fff;
}

.checkbox--box input:checked+.checkbox::after {
  position: absolute;
  top: 3px;
  left: 6px;
  display: block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
}

.ec-rectHeading h2,
.ec-rectHeading .h2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 17px;
  padding: 0;
  background: none;
}

/* JSタブ制御 */
.js-tab-contents {
  display: none;
}

.js-tab-contents.is-active {
  display: block;
}


@media (min-width:768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .container {
    width: 100%;
    max-width: 850px;
    margin: 80px auto 80px;
  }

  .common__page-ttl {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 40px;
    padding-bottom: 22.5px;
  }

  .ec-registerRole,
  .ec-mypageRole,
  .ec-role,
  .ec-orderRole,
  .ec-forgotRole {
    max-width: 850px;
    box-sizing: border-box;
  }

  .ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin-left: 0;
  }

  .ec-pageHeader h1,
  .ec-pageHeader .h1 {
    font-size: 26px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }

  .common__page-subttl {
    display: none;
  }

  .common__btn-area {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .common__btn {
    width: 250px;
    margin: 0 10px;
  }

}

.ec-layoutRole {
  padding: 70px 0 266px;
  width: 100%;
  position: relative;
}

@media (min-width:768px) {
  .ec-layoutRole {
  padding: 70px 0 133px;
    width: 100%;
  }
}

/* ヘッダー */
.ec-headerRole {
  padding: 0;
  margin: 0;
}

.ec-layoutRole__header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6E6E6;
  width: 100%;
  height: 70px;
}

.ec-layoutRole__header .ec-headerRole__title h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.ec-headerNavSP {
  width: 60px;
  height: 60px;
  left: 0;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ec-headerNavSP {
  width: 60px;
  height: 60px;
  left: 0;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 0;
  background: none;
}

.ec-headerNavSP img {
  width: 20px;
}

@media (min-width:768px) {
  .ec-headerRole {
    padding: 0 25px;
    max-width: 900px;
    height: 70px;
    justify-content: center;
    position: relative;
  }

  .ec-layoutRole__header .ec-headerRole__title {
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ec-headerRole .ec-headerRole__navSP {
    display: block;
    left: 5px;
    top: 0;
    width: 60px;
    height: 60px;
  }

  .ec-headerNavSP {
    position: absolute;
  }

  .ec-headerNavSP {
    width: 60px;
    height: 60px;
    left: 0;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 0;
    background: none;
  }

  .ec-headerNavSP img {
    width: 20px;
  }
}

/* フッター */
.ec-layoutRole__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.ec-footerRole {
    border-top: 0;
    margin-top: 0;
    background: #E6E6E6;
    padding: 30px 0 0;
}

.ec-footerRole__inner {
  padding: 0 30px;
}

.ec-footerTitle {
  text-align: left;
  padding: 0 0 20px;
}

.ec-footerTitle .ec-footerTitle__logo {
  margin-bottom: 0;
}

.ec-footerNavi {
  margin-bottom: 20px;
}

.ec-footerNavi li + li {
  margin-top: 10px;
}

.ec-footerNavi .ec-footerNavi__link a {
  border: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #3B4043;
  padding: 0;
}

.ec-footerCopyright {
  border-top: 1px solid #C1C1C1;
  padding: 19px 0 14px;
  font-size: 12px;
  line-height: 1.25;
  color: #3B4043;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.72px;
}


@media (min-width:768px) {
  .ec-footerRole {
      padding: 35px 0 25px;
  }

  .ec-footerRole .ec-footerRole__inner {
    padding: 0 25px;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .ec-footerRole .ec-footerRole__inner:after {
    display: none;
  }

  .ec-footerTitle {
    width: 142px;
    padding: 0;
  }

  .ec-footerNavi {
    margin-bottom: 23px;
    padding: 6px 0;
  }

  .ec-footerNavi li {
    position: relative;
  }

  .ec-footerNavi li + li {
    margin-top: 0;
    margin-left: 2em;
  }

  .ec-footerNavi li + li:before {
    content: '|';
    width: 2em;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    left: -2em;
    top: 0;
    z-index: 2;
    color: #000000;
    text-align: center;
  }

  .ec-footerNavi .ec-footerNavi__link a {
    margin: 0;
    text-decoration: none;
  }

  .ec-footerCopyright {
    text-align: right;
    border-top: 0;
    padding: 0;
  }
}

/* メニュー */
.ec-drawerRoleClose {
  display: none !important;
}

.have_curtain .ec-overlayRole {
  background: rgba(116, 116, 116, .59);
  z-index: 1000;
}

.ec-drawerRole {
  width: calc(100% - 25px);
  max-width: 350px;
  transform: translateX(-350px);
  background: #F7F7F7;
  transition: all 0.3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: auto;
  max-height: 100vh;
}

.ec-drawerRole .ec-drawerLinkArea {
  background: none;
  border-bottom: 1px solid #C1C1C1;
}

.ec-drawerLink__title {
  display: block;
  padding: 20px 35px;
  margin: 0;
}

.ec-drawerLink__title a {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

.ec-drawerRole .ec-drawerLinkArea .ec-drawerLink__icon {
  display: block;
  margin-right: 13px;
  width: 20px;
  line-height: 0;
}

.ec-enFont {
  font-family: 'Montserrat', sans-serif;
}

.ec-drawerLink__title a.ec-enFont {
  font-weight: bold;
}

.ec-drawerRole .ec-drawerLinkArea .ec-drawerLink__list {
  border-top: 0;
  padding: 0 35px 25px;
}

.ec-drawerRole .ec-drawerLinkArea .ec-drawerLink__item {
  border-bottom: 0;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  color: #3B4043;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.ec-drawerRole .ec-drawerLinkArea .ec-drawerLink__item + .ec-drawerLink__item {
  margin-top: 15px;
}

.ec-drawerLink__button {
  padding: 25px;
}

.ec-drawerLink__button a {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border: 0;
  border-radius: 25px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}

.ec-drawerTextArea {
  padding: 22px 17px 25px 24px;
  font-size: 16px;
  line-height: 0.96px;
  line-height: 2.5;
  color: #3B4043;
}

.ec-drawerTextArea a {
  color: #3B4043;
}

@media (min-width:768px) {
  .have_curtain .ec-overlayRole {
    display: block;
  }

  .ec-drawerRole.is_active,
  .ec-drawerRole {
    display: block;
  }

  .ec-drawerLink__title a.ec-enFont {
    font-weight: 500;
  }
}


.ec-pageHeading {
  width: 100%;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}

.ec-pageHeading h1 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 13px 30px;
  font-size: 20px;
  line-height: 1.2;
}

.ec-pageHeader h2 {
  font-size: 20px;
  line-height: 1.45;
  padding: 0 0 10px;
  border-bottom: 1px solid #CDD6DD;
  margin: 30px 0 30px;
  font-weight: 500;
  color: #000;
}

.ec-pageHeader h3 {
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 13px;
}


@media (min-width:768px) {

  .ec-pageHeading h1 {  
    padding: 13px 25px;
  }

  .ec-pageHeader h2 {
    padding: 0 0 11px;
    margin: 30px 0 42px;
  }

  .ec-mypageRole {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.ec-infoList {
  margin-top: 27px;
}

.ec-infoList__item {
  background-color: #fff;
  padding: 16px 15px;
  margin-bottom: 9px;
}

.ec-infoDate {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 21px;
}

.ec-infoDate span {
  display: inline-block;
}

.ec-infoDate__date + .ec-infoDate__code {
  margin-left: 1em;
}

.ec-infoArea__image {
  width: 85px;
  margin-right: 12px;
  float: left;
  padding-top: 4px;
}

.ec-infoArea__image img {
  width: 100%;
}

.ec-infoArea__box {
  font-size: 14px;
  line-height: 1.785;
}

.ec-infoTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
}

.ec-infoCount {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.ec-infoCount__price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin-left: 1em;
}

.ec-infoBox {
  clear: both;
  margin-top: 16px;
}

.ec-infoBox__link {
  margin-top: 14px;
}

@media (min-width:768px) {
  .ec-infoList {
    margin: 35px 0;
  }

  .ec-infoList__item {
    padding: 25px 28px;
    margin-bottom: 14px;
    border: 1px solid #C1C1C1;
  }

  .ec-infoDate {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .ec-infoDate__date + .ec-infoDate__code {
    margin-left: 2em;
  }


  .ec-infoArea__image {
    width: 178px;
    margin-right: 35px;
    padding-top: 0;
  }

  .ec-infoArea__box {
    overflow: hidden;
  }

  .ec-infoBox {
    margin-top: 20px;
  }

  .ec-infoBox__link {
    margin-top: 16px;
  }

}

.ec-text__center {
  text-align: center;
}

.ec-textLink {
  color: #1E5E90;
  text-decoration: underline;
  font-weight: bold;
}

.ec-textLink:hover {
  color: #1E5E90;
}


.ec-detailBox {
  background-color: #fff;
  margin-bottom: 18px;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 1.857;
}

.ec-detailBox + .ec-infoList {
  padding-top: 0;
}


@media (min-width:768px) {
  .ec-detailBox {
    padding: 22px 27px 30px;
  }


  .ec-detailBox + .ec-infoList .ec-infoList__item {
    border: 0;
  }
}


.ec-notesList {
  margin: 30px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.428;
  font-weight: bold;
  color: #B10000;
}

.is-hide {
  display: none;
}

