@charset 'utf-8';


/*--------------------------------------
	WEBCAS 旧レイアウト用 同意確認
--------------------------------------*/

.u-ta-c {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .c_textbox>div {
    padding: 30px 20px;
  }
}

.c_textbox>div {
  padding: 35px 50px;
  border: 1px solid #D5D5D5;
  margin-bottom: 0.5em;
}

.c_style.small,
.c_style.comment {
  font-size: 0.8rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

.c_style.notes.comment ul {
  padding-left: 0;
}

.c_style.notes.comment li {
  line-height: 1.5;
  font-size: 0.8rem;
  padding-left: 15px;
  position: relative;
  list-style: none;
}

.c_style.notes li::before {
  content: '※';
  top: 0;
  width: auto;
  height: auto;
  background: none;
  color: #0080CC;
  position: absolute;
  left: 0;
}

.request-privacy-text {
  margin-top: 40px;
  border: 1px solid #707070;
  padding: 40px 16px
}

.request-privacy-text__btn {
  font-size: 1rem;
  text-decoration: underline;
  color: #00154d;
  text-align: left;
  line-height: 1.5;
  background: transparent;
  border: none;
}

.request-privacy-text__btn:hover {
  text-decoration: none
}

@media (max-width: 767px) {
  .request-privacy-text {
    font-size: 1.6rem;
    text-align: left
  }
}

.request-policy {
  max-height: 400px;
  padding: 40px;
  border: 1px solid #707070;
  background: #fff;
  overflow-y: scroll
}

@media (max-width: 767px) {
  .request-policy {
    padding: 20px
  }
}


.c-modal {
  display: table;
  table-layout: fixed;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: auto
}

.c-modal-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 2.7em 2em
}

.c-modal-close {
  margin: 0 8% -90px auto;
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  background: #0080cc
}

.c-modal-close::before,
.c-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff
}

.c-modal-close::before {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.c-modal-close::after {
  transform: translate(-50%, -50%) rotate(45deg)
}

.c-modal-contents {
  background: #fff;
  max-width: 1172px;
  border: #0080cc 1px solid;
  padding: 140px 8% 48px
}

.c-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(243, 247, 250, 0.8);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 200
}

.c-modal-bottom-close {
  position: relative;
  font-size: 2.2rem;
  border-radius: 50px;
  background: #fff;
  display: block;
  box-shadow: 2px 3px 2px rgba(7, 63, 106, 0.16);
  color: #0080cc;
  padding: 17px 48px;
  border: 1px solid #e2e2e2;
  width: 100%;
  max-width: 344px;
  text-align: center;
  font-weight: 700;
  transition: 0.3s all;
  margin: 60px auto 0;
  position: relative
}

.c-modal-bottom-close:hover {
  color: #fff;
  background: #0080cc;
}

.c-modal-bottom-close::after {
  font-family: "mjs-icon" !important;
  content: "\e917";
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width: 767px) {
  .c-modal {
    max-width: 94%
  }

  .c-modal-inner {
    padding: 2.7em 0
  }

  .c-modal-close {
    margin: 0 6% -70px auto;
    width: 40px;
    height: 40px
  }

  .c-modal-close::before,
  .c-modal-close::after {
    height: 20px
  }

  .c-modal-contents {
    padding: 110px 6% 48px
  }

  .c-modal-bottom-close {
    font-size: 1.8rem;
    padding: 12px 48px;
    margin: 40px auto 0
  }

  .c-modal-bottom-close::after {
    font-size: 1.4rem
  }
}

.c-modal-02 {
  display: table;
  table-layout: fixed;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: auto
}

.c-modal-02-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 2.7em 2em
}

.c-modal-02-close {
  margin: 0 0 30px auto;
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  background: #606060
}

.c-modal-02-close::before,
.c-modal-02-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff
}

.c-modal-02-close::before {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.c-modal-02-close::after {
  transform: translate(-50%, -50%) rotate(45deg)
}

.c-modal-02-contents {
  background: #fff;
  max-width: 1172px;
  padding: 48px 8%
}

.c-modal-02-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 200
}

.c-modal-02__heading {
  background: #00154d;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 16px;
  margin-bottom: 8px
}

.c-modal-02__heading-sub {
  color: #071c74;
  text-align: right;
  font-weight: 700
}

.c-modal-02__list {
  display: flex;
  margin-top: 32px
}

.c-modal-02__list-title {
  margin-right: 24px;
  font-weight: 700;
  color: #0080cc;
  width: 100px;
  min-width: 100px
}

@media (max-width: 767px) {
  .c-modal-02 {
    max-width: 94%
  }

  .c-modal-02-inner {
    padding: 2.7em 0
  }

  .c-modal-02-close {
    margin: 0 0 24px auto;
    width: 40px;
    height: 40px
  }

  .c-modal-02-close::before,
  .c-modal-02-close::after {
    height: 20px
  }

  .c-modal-02-contents {
    padding: 48px 6%
  }

  .c-modal-02__heading {
    font-size: 1.6rem;
    text-align: center;
    padding: 16px 8px
  }

  .c-modal-02__list {
    flex-direction: column
  }

  .c-modal-02__list-title {
    margin: 0 0 8px
  }
}

.c-modal-03 {
  display: table;
  table-layout: fixed;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: auto
}

.c-modal-03-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 2.7em 2em
}

.c-modal-03-close {
  margin: 24px auto 0;
  display: block;
  position: relative;
  background: #606060;
  border: 1px solid #606060;
  color: #fff;
  width: 240px;
  padding: 16px;
  transition: 0.3s all
}

.c-modal-03-close::before {
/*  font-family: "mjs-icon";
  content: "\e917";*/
  margin-right: 16px;
  content: "×";
  font-weight: bold;
  font-size: 1.5rem;
}

.c-modal-03-close:hover {
  background: #fff;
  color: #606060
}

.c-modal-03-contents {
  background: #f3f6f9;
  max-width: 1172px;
  padding: 48px 4%
}

.c-modal-03-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 200
}

.c-modal-03__heading {
  background: #00154d;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 16px;
  margin-bottom: 8px
}

.c-modal-03__heading-sub {
  color: #071c74;
  text-align: right;
  font-weight: 700
}

.c-modal-03__list {
  display: flex;
  margin-top: 32px
}

.c-modal-03__list-title {
  margin-right: 24px;
  font-weight: 700;
  color: #0080cc;
  width: 100px;
  min-width: 100px
}

@media (max-width: 767px) {
  .c-modal-03 {
    max-width: 94%
  }

  .c-modal-03-inner {
    padding: 2.7em 0
  }

  .c-modal-03-contents {
    padding: 48px 6%
  }

  .c-modal-03__heading {
    font-size: 1.6rem;
    text-align: center;
    padding: 16px 8px
  }

  .c-modal-03__list {
    flex-direction: column
  }

  .c-modal-03__list-title {
    margin: 0 0 8px
  }
}

.agree {
  border: 1px solid #d5d5d5;
  background-color: #fff8dd;
  padding: 10px;
  display: inline-block;
}
