@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

ul, ol {
  list-style: none;
}

a {
  color: #222;
  transition: 0.3s;
}
a:hover {
  color: #00A87E;
  transition: 0.3s;
}

section, div, ul, ol, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
}

.inline-bright {
  color: #00A87E;
}

.txt-note {
  padding-left: 1.5rem;
  position: relative;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.txt-note::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.navbar-nav > li.active > a {
  color: #e7715d;
  border-bottom: 4px solid #e7715d;
}

table tr th p {
  margin: 0;
}
table tr td p {
  margin: 0;
}

.card {
  display: block;
}

.form-txt-base {
  border-radius: 0.4rem;
  background-color: #FCFCFC;
  border: 0.1rem solid #ccc;
  padding: 1.2rem 1.5rem;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "\e800";
  position: absolute;
  font-family: "fontello";
  right: 1.6rem;
  top: 1rem;
  transform: rotate(90deg);
}

.form-select-base {
  background-color: #fff;
  border: 0.1rem solid #D2D2D2;
  border-radius: 0.4rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.3rem;
  width: 100%;
}

.btn-base {
  border-radius: 0.4rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.3rem;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.8rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .btn-base {
    font-size: 1.2rem;
  }
}
.btn-base--main {
  background-color: #00785A;
}
.btn-base--bright {
  background-color: #00A87E;
}

.form-label {
  border-radius: 0.4rem;
  display: block;
  background-color: #aaa;
  color: #fff;
  width: 6rem;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.4rem 0;
}
.form-label--required {
  background-color: #EB2527;
}
.form-label--any {
  background-color: #7D7D7D;
}

.btn-round {
  background-color: #00A87E;
  color: #fff;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-radius: 6rem;
  padding: 0.8rem 1rem;
  width: 9rem;
  position: relative;
}
.btn-round > span {
  display: block;
  text-align: center;
}
.btn-round > i {
  font-weight: normal;
}
.btn-round__icon {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.sec--lv1 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec--lv1 {
    margin-top: 6rem;
  }
}

.sec--lv2 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec--lv2 {
    margin-top: 4rem;
  }
}

.sec--lv3 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec--lv3 {
    margin-top: 4rem;
  }
}

.sec--lv4 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec--lv4 {
    margin-top: 2rem;
  }
}

.sec-inner {
  width: 81rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec-inner {
    width: 100%;
  }
}
.sec-inner--slim {
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .sec-inner--slim {
    width: 100%;
  }
}

.sec-inner--lg {
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec-inner--lg {
    width: 100%;
  }
}

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

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.list-link {
  display: flex;
  gap: 2rem;
}
.list-link li {
  position: relative;
}
.list-link li + li::before {
  content: "/";
  position: absolute;
  left: -1.3rem;
  top: 0;
}
.list-link li a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .list-link li a {
    font-size: 1.1rem;
  }
}

.list-decimal > li {
  padding-left: 2rem;
  position: relative;
  line-height: 1.8;
}
.list-decimal > li::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 3rem;
  background-color: #FF7272;
  left: 0;
  top: 0.9rem;
}
.list-decimal > li + li {
  margin-top: 1rem;
}

.table-base {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-base tbody tr:not(:first-child) th {
    border-top: none;
  }
}
.table-base tbody tr th, .table-base tbody tr td {
  vertical-align: middle;
  padding: 2rem;
  border: 0.1rem solid #ccc;
}
@media screen and (max-width: 767px) {
  .table-base tbody tr th, .table-base tbody tr td {
    display: block;
    width: 100%;
  }
}
.table-base tbody tr th {
  background-color: #EBFFFA;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .table-base tbody tr th {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table-base tbody tr td {
    border-top: none;
  }
}
.table-base tbody tr td input, .table-base tbody tr td textarea {
  width: 100%;
}
.table-base tbody .form-head {
  display: flex;
  align-items: center;
}
.table-base tbody .form-head__label {
  margin-left: auto;
}
.table-base.conf tbody tr th, .table-base.conf tbody tr td {
  padding: 3rem 2rem;
}

.login-wrapper {
  background-image: url(../images/login-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-width: 80rem;
}
@media screen and (max-width: 767px) {
  .login-wrapper {
    height: 100vh;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: left bottom;
  }
}

.login-input-area {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 50%;
  min-width: 60rem;
  min-height: 65rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .login-input-area {
    width: 100%;
    min-width: 100%;
    background-color: transparent;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .login-input-area__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.login-input-area__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 12rem);
}
@media screen and (max-width: 767px) {
  .login-input-area__inner {
    background-color: #fff;
    height: auto;
    border-radius: 0.6rem;
    padding-top: 3rem;
  }
}
.login-input-area__form {
  width: 40rem;
  background-color: #fff;
  border-radius: 0.6rem;
  padding: 4rem 0 0 0;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .login-input-area__form {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
}
.login-input-area__form__ttl {
  text-align: center;
  font-size: 1.6rem;
}
.login-input-area__form__wrapper {
  margin-top: 2.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .login-input-area__form__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.login-input-area__new-member {
  border-top: 0.1rem solid #ccc;
  margin-top: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.login-input-area__new-member a {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #00785A;
  font-weight: bold;
}
.login-input-area__new-member a:hover {
  color: #00A87E;
}

.input-login-top {
  width: 100%;
}
.input-login-top + * {
  margin-top: 2rem;
}

.login-help-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.login-help-list li {
  position: relative;
}
.login-help-list li + li::before {
  content: "/";
  position: absolute;
  left: -1.3rem;
  top: 0.1rem;
}
.login-help-list li a {
  font-size: 1.1rem;
}

.login-top-btn {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
}

.register-page-header {
  border-top: 0.5rem solid #024736;
  background-color: #fff;
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .register-page-header {
    padding: 1.2rem 2rem;
  }
}
.register-page-header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.register-page-ttl {
  background-image: url(../images/page-header-ttl-bg.png);
  background-color: #00A87E;
  color: #fff;
  text-align: center;
  padding: 8rem 2rem;
  background-position: 95% center;
  background-size: 30%;
}
@media screen and (max-width: 767px) {
  .register-page-ttl {
    padding: 2rem;
    background-position: 110% center;
    background-size: 40%;
  }
}
.register-page-ttl__ja {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .register-page-ttl__ja {
    font-size: 2rem;
  }
}
.register-page-ttl__en {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .register-page-ttl__en {
    font-size: 1.2rem;
  }
}

.progress-conf {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .progress-conf {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
}
.progress-conf__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  position: relative;
}
.progress-conf__block > p {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .progress-conf__block {
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    border-radius: 6rem;
    width: 25rem;
    padding: 0.6rem 1rem;
    border: 0.2rem solid #747474;
  }
  .progress-conf__block.current {
    border: 0.2rem solid #FF7272;
    padding: 1.2rem 2rem;
    width: 100%;
  }
}
.progress-conf__block::after {
  content: "";
  position: absolute;
  width: 24rem;
  height: 0.4rem;
  background-color: #bcbcbc;
  border-radius: 0.6rem;
  top: 2.4rem;
  right: -19rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .progress-conf__block::after {
    content: none;
  }
}
.progress-conf__block:last-child::after {
  content: none;
}
.progress-conf__block__numb {
  color: #FF7272;
  text-align: center;
  border: 0.1rem solid #FF7272;
  border-radius: 10rem;
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  font-weight: bold;
  font-size: 1.8rem;
  padding-top: 0.8rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .progress-conf__block__numb {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    padding-top: 0;
    border: 0.1rem solid #747474;
    color: #747474;
  }
}
.progress-conf__block__numb.current {
  background-color: #FF7272;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .progress-conf__block__numb.current {
    border: 0.1rem solid #FF7272;
  }
}
.progress-conf__block__numb.comp {
  color: #fff;
  background-color: #00A87E;
  border: 0.1rem solid #00A87E;
}
.progress-conf__block__numb .icon-check {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .progress-conf__block__numb .icon-check {
    font-size: 1rem;
  }
}
.progress-conf__block__numb .icon-check::before {
  margin: 0;
}
.progress-conf__block__txt {
  color: #747474;
}
@media screen and (max-width: 767px) {
  .progress-conf__block__txt {
    font-size: 1.1rem;
  }
}
.progress-conf__block__txt.current {
  color: #FF7272;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .progress-conf__block__txt.current {
    font-size: 1.4rem;
  }
}
.progress-conf__block.comp::after {
  background-color: #00A87E;
}

.txt-catch {
  font-size: 1.3rem;
}

.policy-block__ttl {
  text-align: center;
  font-size: 1.8rem;
}
.policy-block__txt {
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
  height: 40rem;
  overflow-y: scroll;
  padding: 2rem;
  margin-top: 4rem;
}
.policy-block__txt h4:not(:first-child) {
  margin-top: 2rem;
}

.agree-txt {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.agree-btn {
  width: 20rem;
  margin: 8rem auto 0 auto;
  font-weight: bold;
  padding: 2rem 1.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .agree-btn {
    margin-top: 6rem;
  }
}

.register-page-footer {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .register-page-footer {
    margin-top: 8rem;
  }
}
.register-page-footer__list {
  justify-content: center;
  background-color: #F5F5F5;
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .register-page-footer__list {
    padding: 2rem;
  }
}
.register-page-footer__copy {
  background-color: #024736;
  color: #fff;
  text-align: center;
  padding: 1.5rem 2rem;
}

.note-box {
  border: 0.1rem solid #ccc;
  padding: 2.8rem 2.5rem;
  border-radius: 0.6rem;
}
.note-box__txt {
  color: #FF7272;
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 3rem;
  position: relative;
}
.note-box__txt::before {
  content: "\e813";
  font-family: "fontello";
  font-weight: normal;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: -0.3rem;
}

.form-mail-input-box input {
  border: 0.1rem solid #ccc;
  border-radius: 0.6rem;
  width: 100%;
  background-color: #F8F8F8;
  padding: 1.6rem 2rem;
  margin-top: 2rem;
}
.form-mail-input-box__note {
  font-weight: bold;
  margin-top: 2rem;
}

.temporary-note-box p + p {
  margin-top: 1.6rem;
}

.form-conf-btn, .form-send-btn, .to-mypage-btn {
  width: 20rem;
  margin: 6rem auto 0 auto;
  font-weight: bold;
  padding: 2rem 1rem;
  font-size: 1.6rem;
}

.mypage-header {
  border-top: 0.5rem solid #024736;
  padding: 2.5rem 5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  height: 9rem;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 3;
}
.mypage-header img {
  display: block;
}
@media screen and (max-width: 767px) {
  .mypage-header {
    height: auto;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.sp-menu .sp-btn {
  display: block;
  position: relative;
  width: 2rem;
  height: 0.2rem;
  background-color: #00A87E;
  transition: 0.3s;
}
.sp-menu .sp-btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: -0.5rem;
  width: 2.5rem;
  height: 0.2rem;
  background-color: #00A87E;
}
.sp-menu .sp-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 1.5rem;
  height: 0.2rem;
  background-color: #00A87E;
}
.sp-menu .sp-btn.open {
  transform: rotate(45deg);
  transition: 0.3s;
}
.sp-menu .sp-btn.open::before {
  width: 2rem;
  transform: rotate(-90deg);
  top: 0;
}
.sp-menu .sp-btn.open::after {
  opacity: 0;
}

.mypage-sidebar {
  width: 30rem;
  height: calc(100vh - 9rem);
  background-color: #00A87E;
  position: fixed;
  left: 0;
  top: 9rem;
}
@media screen and (max-width: 767px) {
  .mypage-sidebar {
    width: 100%;
    height: calc(100vh - 8rem);
    top: 8rem;
    z-index: 3;
    transform: translateX(-100%);
    transition: 0.3s;
  }
  .mypage-sidebar.show {
    transform: translateX(0);
    transition: 0.3s;
  }
}
.mypage-sidebar__name {
  background-color: #024736;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .mypage-sidebar__name {
    text-align: left;
    padding: 2rem;
  }
}
.mypage-sidebar__list {
  margin-top: 3rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .mypage-sidebar__list {
    padding-right: 2rem;
  }
}
.mypage-sidebar__list__set__item a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 2.8rem 3.2rem;
  display: block;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .mypage-sidebar__list__set__item a {
    border-radius: 1rem;
  }
}
.mypage-sidebar__list__set__item a:hover {
  color: #d9d9d9;
}
.mypage-sidebar__list__set__item a > span {
  margin-left: 0.5rem;
}
.mypage-sidebar__list__set__item a.current {
  color: #222;
  background-color: #fff;
  font-weight: bold;
}
.mypage-sidebar__list__set__item a.current:hover {
  color: #00A87E;
}
.mypage-sidebar__list__set__item a.current > i {
  color: #00A87E;
}

.site-main {
  margin-left: 30rem;
  width: calc(100% - 30rem);
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .site-main {
    margin: 6rem 0 0 0;
    width: 100%;
  }
}
.site-main__inner {
  padding: 5rem;
  max-width: 160rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .site-main__inner {
    padding: 6rem 2rem 2rem 2rem;
  }
}

.register-page-footer.mypage-footer {
  margin-left: 30rem;
  width: calc(100% - 30rem);
}
@media screen and (max-width: 767px) {
  .register-page-footer.mypage-footer {
    width: 100%;
    margin-left: 0;
  }
}

.event-list-ttl {
  font-size: 2.4rem;
  padding-left: 6rem;
  position: relative;
}
.event-list-ttl::before {
  content: "\e81a";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  background-color: #00A87E;
  color: #fff;
  text-align: center;
}

.event-list-sub {
  margin-top: 2rem;
  margin-left: 6rem;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .event-list-sub {
    margin-left: 0;
  }
}

.event-list__set {
  margin-top: 4rem;
}
.event-list__set__item {
  border: 0.1rem solid #ccc;
  border-radius: 0.6rem;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
}
.event-list__set__item img {
  max-width: 270px;
  height: auto;
}
.event-list__set__item .event-page-btn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .event-list__set__item .event-page-btn {
    margin-right: auto;
  }
}
.event-list__set__item .event-list--menu {
  color: #00A87E;
}
@media screen and (max-width: 767px) {
  .event-list__set__item {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.event-list__set__item + li {
  margin-top: 3rem;
}
.event-list__set__item__logo {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  .event-list__set__item__logo {
    width: 100%;
  }
}
.event-list__set__item__txt {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .event-list__set__item__txt {
    margin-left: 0;
  }
}

.mypage-table {
  margin-top: 6rem;
}

.user-name-block {
  background-color: #F8F8F8;
  padding: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .user-name-block {
    padding: 1.6rem 2rem;
  }
}
.user-name-block__name {
  font-size: 1.5rem;
}

.sem-page-header {
  margin: 4rem 0;
}
.sem-page-header__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 3.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sem-page-header__ttl {
    font-size: 2rem;
  }
}

.sem-schedule::before {
  position: absolute;
  content: "\e816";
  font-family: "fontello";
  color: #00A87E;
  left: 0;
  top: 0.3rem;
  font-weight: normal;
}

.sem-list::before {
  position: absolute;
  content: "\e819";
  font-family: "fontello";
  color: #00A87E;
  left: 0;
  top: 0.3rem;
  font-weight: normal;
}

.cart-list::before {
  position: absolute;
  content: "\e819";
  font-family: "fontello";
  color: #00A87E;
  left: 0;
  top: 0.3rem;
  font-weight: normal;
}
.cart-list__sub {
  margin-top: 2rem;
}

.sem-detail::before {
  position: absolute;
  content: "\e81d";
  font-family: "fontello";
  color: #00A87E;
  left: 0;
  top: 0.3rem;
  font-weight: normal;
}

.sort-box {
  background-color: #F8F8F8;
  border-radius: 0.6rem;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  border: 0.1rem solid #ccc;
}
@media screen and (max-width: 767px) {
  .sort-box {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.sort-box__date {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .sort-box__date {
    width: 100%;
  }
}
.sort-box__code {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .sort-box__code {
    width: 100%;
  }
}
.sort-box__word {
  font-size: 1.3rem;
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .sort-box__word {
    width: 100%;
  }
}
.sort-box__btn {
  width: 20rem;
  background-color: #023C9F;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sort-box__btn {
    width: 100%;
    padding: 1.2rem 0;
  }
}

.result-block {
  margin-top: 4rem;
}
.result-block__txt > span {
  color: #F64E4E;
  font-size: 2.4rem;
  font-weight: bold;
}

.sem-note {
  margin-top: 1.5rem;
}

.selected-sem {
  margin-top: 8rem;
}

.selected-sem-block {
  background-color: #F8F8F8;
  border-radius: 0.6rem;
  border: 0.1rem solid #ccc;
  padding: 4rem 2rem 2.5rem 2rem;
  position: relative;
}
.selected-sem-block__ttl {
  position: absolute;
  background-color: #023C9F;
  color: #fff;
  font-weight: bold;
  left: 2rem;
  top: -2.5rem;
  border-radius: 0.6rem;
  padding: 1rem 3rem;
}
.selected-sem-block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .selected-sem-block__list {
    gap: 1.5rem;
  }
}

.sem-application-btn {
  background-color: #FF7272;
  padding: 2rem 4rem;
  margin-top: 4rem;
  font-weight: bold;
}

.pagination-block {
  margin-top: 5rem;
}

.pagination-list {
  display: flex;
}
.pagination-list li {
  width: 4rem;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
  border-left: 0.1rem solid #ccc;
}
.pagination-list li.prev, .pagination-list li.next {
  width: 6rem;
}
.pagination-list li.prev {
  border-radius: 0.4rem 0 0 0.4rem;
}
.pagination-list li.next {
  border-radius: 0 0.4rem 0.4rem 0;
  border-right: 0.1rem solid #ccc;
}
.pagination-list li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.3rem;
}
.pagination-list li a.current {
  background-color: #023C9F;
  color: #fff;
}

.sem-info {
  margin-top: 6rem;
}

.sem-list-wrapper {
  padding: 3rem;
  background-color: #efefef;
  border-radius: 1.5rem;
  position: relative;
}
.sem-list-wrapper + div {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sem-list-wrapper {
    padding: 2rem;
  }
}

.sem-receipt-btn {
  background-color: #F64E4E;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.4rem;
  margin-bottom: 2rem;
  width: 18rem;
}

.add-google-calendar {
  background-color: #f7b622;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.2rem;
  display: inline-block;
}
.add-google-calendar:hover {
  color: #fff;
}

.sem-indivi-btn {
  background-color: #023C9F;
  margin-top: 2rem;
}

.sem-info-block {
  background-color: #F8F8F8;
  border-radius: 1rem;
  border: 0.1rem solid #ccc;
  padding: 8rem 5rem 5rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sem-info-block {
    padding: 8rem 2rem 4rem 2rem;
  }
}
.sem-info-block + div {
  margin-top: 6rem;
}
.sem-info-block--list {
  padding: 2rem 3rem;
}
.sem-info-block--list + div {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sem-info-block--list {
    padding: 2rem;
  }
}
.sem-info-block--list__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sem-info-block--list__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
}
.sem-info-block__status {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 4rem;
  width: 15rem;
  text-align: center;
  padding: 1.5rem 0;
  border-radius: 0 0 0.6rem 0.6rem;
}
@media screen and (max-width: 767px) {
  .sem-info-block__status {
    left: -0.1rem;
    top: -0.1rem;
    border-radius: 1rem 0 1rem 0;
    padding: 1rem 0;
  }
}
.sem-info-block__status.slightly {
  background-color: #F88F52;
}
.sem-info-block__status.afford {
  background-color: #5388E0;
}
.sem-info-block__cal ul {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sem-info-block__cal ul {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.sem-info-block__cal__date::before {
  content: "\e816";
}
.sem-info-block__cal__time::before {
  content: "\e812";
}
.sem-info-block__cal p {
  color: #7E7E7E;
  padding-left: 2.5rem;
  font-weight: bold;
  position: relative;
}
.sem-info-block__cal p::before {
  position: absolute;
  font-family: "fontello";
  font-weight: normal;
  left: 0;
}
.sem-info-block__ttl {
  background-color: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.6rem;
  display: flex;
  align-items: stretch;
  margin-top: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sem-info-block__ttl {
    flex-direction: column;
  }
}
.sem-info-block__ttl > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  background-color: #00A87E;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sem-info-block__ttl > span {
    width: 100%;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.sem-info-block__ttl h2 {
  padding: 1rem 2rem;
  width: calc(100% - 9rem);
}
@media screen and (max-width: 767px) {
  .sem-info-block__ttl h2 {
    width: 100%;
    padding: 1.4rem 2rem;
    font-size: 1.6rem;
  }
}
.sem-info-block__ttl--list {
  margin-top: 2rem;
}
.sem-info-block__price {
  margin-top: 3rem;
  color: #7E7E7E;
}
.sem-info-block__price--code {
  color: #7E7E7E;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sem-info-block__price--code {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.sem-info-block__speaker {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sem-info-block__speaker {
    margin-top: 4rem;
  }
}
.sem-info-block__speaker__ttl {
  font-size: 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.3rem solid #00A87E;
  padding-left: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sem-info-block__speaker__ttl {
    font-size: 1.8rem;
  }
}
.sem-info-block__speaker__ttl::before {
  position: absolute;
  font-family: "fontello";
  content: "\e814";
  color: #00A87E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sem-info-block__speaker__ttl::before {
    top: 43%;
  }
}
.sem-info-block__speaker__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sem-info-block__speaker__inner {
    margin-top: 4rem;
  }
}
.sem-info-block__speaker__box {
  width: 42rem;
  display: flex;
  gap: 2rem;
}
.sem-info-block__speaker__box__thumb img {
  display: block;
  border-radius: 0.4rem;
}
.sem-info-block__speaker__box__txt h4 {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
}
.sem-info-block__speaker__box__txt h4::before {
  font-family: "fontello";
  position: absolute;
  content: "\e815";
  color: #00A87E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sem-info-block__speaker__box__txt h4 span {
  font-size: 1.8rem;
}
.sem-info-block__speaker__box__txt p {
  margin-top: 1.5rem;
}
.sem-info-block__btn {
  background-color: #00A87E;
  width: 20rem;
  font-weight: bold;
  padding: 1.8rem 0;
}

.sem-detail-block__status {
  color: #fff;
  font-weight: bold;
  top: 0;
  left: 4rem;
  width: 15rem;
  text-align: center;
  padding: 1.5rem 0;
  border-radius: 0.6rem;
  margin-top: 4rem;
}
.sem-detail-block__status.slightly {
  background-color: #F88F52;
}
.sem-detail-block__status.afford {
  background-color: #5388E0;
}
.sem-detail-block__cal {
  margin-top: 4rem;
}
.sem-detail-block__detail-txt {
  margin-top: 3rem;
}
.sem-detail-block__select-cancel {
  margin-top: 4rem;
}
.sem-detail-block__select-btn {
  width: 20rem;
  font-weight: bold;
  background-color: #023C9F;
  padding: 1.6rem 0;
}
.sem-detail-block__cancel-btn {
  width: 20rem;
  font-weight: bold;
  background-color: #7E7E7E;
  padding: 1.6rem 0;
}
.sem-detail-block__speaker-detail {
  margin-top: 6rem;
}
.sem-detail-block__btn-box {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sem-detail-block__btn-box {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
  }
}

.sem-detail-block__speaker-detail__inner {
  margin-top: 6rem;
}
.sem-detail-block__speaker-detail .sem-info-block__speaker__box {
  width: 100%;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .sem-detail-block__speaker-detail .sem-info-block__speaker__box {
    flex-direction: column;
    align-items: center;
  }
}
.sem-detail-block__speaker-detail .sem-info-block__speaker__box + div {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sem-detail-block__speaker-detail .sem-info-block__speaker__box + div {
    margin-top: 6rem;
  }
}

.sem-cancel-btn {
  width: 20rem;
  margin: 6rem auto 0 auto;
  padding: 1.4rem 0;
}

.cart-speaker-name {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cart-speaker-name > li {
  font-size: 1.2rem;
}

.cart-price-table {
  margin-top: 1.5rem;
  width: 100%;
  border-collapse: collapse;
}
.cart-price-table tr th {
  background-color: #ebfffa;
  padding: 1rem 1.5rem;
  width: 15rem;
  border: 0.1rem solid #ccc;
  font-size: 1.2rem;
  text-align: left;
}
.cart-price-table tr td {
  background-color: #fff;
  padding: 1rem 1.5rem;
  border: 0.1rem solid #ccc;
  font-size: 1.2rem;
}
.cart-price-table tr td.subtotal {
  font-weight: bold;
  color: #f64e4e;
}

.cart-total-block {
  margin-top: 6rem !important;
  padding-top: 6rem;
  border-top: 0.1rem solid #ccc;
}

.cart-total-table {
  width: 100%;
  border-collapse: collapse;
}
.cart-total-table tr:not(:first-child) th {
  border-top: none;
}
.cart-total-table tr th {
  background-color: #ebfffa;
  padding: 2rem;
  width: 30rem;
  border: 0.1rem solid #ccc;
  text-align: left;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cart-total-table tr th {
    width: 100%;
    display: block;
    font-size: 1.8rem;
  }
}
.cart-total-table tr td {
  background-color: #fff;
  padding: 2rem;
  border: 0.1rem solid #ccc;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cart-total-table tr td {
    display: block;
    width: 100%;
    border-top: none;
    font-size: 1.8rem;
  }
}
.cart-total-table tr td.total {
  font-weight: bold;
  color: #f64e4e;
}

.cart-btn-block {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .cart-btn-block {
    flex-direction: column;
  }
}
.cart-btn-block__application-btn {
  display: block;
  border-radius: 6rem;
  background-color: #F64E4E;
  color: #fff;
  padding: 1.6rem 2rem;
  min-width: 24rem;
  text-align: center;
}
.cart-btn-block__back-btn {
  display: block;
  border-radius: 6rem;
  background-color: #8d8d8d;
  color: #fff;
  padding: 1.6rem 2rem;
  min-width: 24rem;
  text-align: center;
  text-decoration: none;
}
.cart-btn-block__back-btn:hover {
  color: #fff;
}
