@charset "UTF-8";
/**
 * サイト内全体で使用するスタイル
 */
.mobile {
  display: block;
}
@media screen and (min-width: 1280px) {
  .mobile {
    display: none;
  }
}
.mobile.inline {
  display: inline;
}
@media screen and (min-width: 1280px) {
  .mobile.inline {
    display: none;
  }
}

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

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

/* 色設定 */
/* フォントカラー */
.red,
.has-red-color {
  color: #e03a2a;
}

.blue,
.has-blue-color {
  color: #007ec2;
}

.yellow,
.has-yellow-color {
  color: #fcdf21;
}

.green,
.has-green-color {
  color: #009b63;
}

.orange,
.has-orange-color {
  color: #f18e1e;
}

.has-accent-color-color {
  color: #01b6ad;
}

/* フォントサイズ */
body {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}

.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .has-normal-font-size,
  .has-regular-font-size {
    font-size: 14px !important;
  }
}

.fs-l,
.has-medium-font-size,
.has-sm-medium-font-size {
  font-size: 1.15em;
  line-height: 1.6;
}

.fs-ll,
.big,
.has-sm-large-font-size {
  font-size: 1.3em;
  line-height: 1.6;
}

.fs-s,
.small,
small,
.cap,
.is-style-sme-list-remark {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .fs-s,
  .small,
  small,
  .cap,
  .is-style-sme-list-remark {
    font-size: 12px;
  }
}

/* フォントウェイト */
.bold {
  font-weight: 700;
}

.mac h1,
.mac h2,
.mac h3,
.mac h4,
.mac h5,
.mac h6,
.mac .bold {
  font-weight: 900 !important;
}

/* フォント位置 */
.ta-c,
.center {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

/* フォーカス */
a,
button {
  outline: none;
}

@media screen and (min-width: 1280px) {
  a img {
    transition: all 0.2s ease-out;
  }
  a img:hover {
    filter: brightness(90%);
  }
}

.l-header {
  height: 95px;
  padding: 10px 0;
  background: #01b6ad;
}
@media screen and (max-width: 1023px) {
  .l-header {
    height: 60px;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__content {
    padding: 0;
  }
}
.l-header__content .c-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__content .c-container .u-invisible-md-down {
  order: 2;
}
@media screen and (max-width: 1023px) {
  .l-header__content .c-container .u-invisible-md-down {
    position: absolute;
    top: 0;
    right: 0;
    display: block !important;
  }
}
.l-header__content .c-container .u-invisible-md-down .p-header-sub-nav {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .l-header .c-site-branding {
    margin-top: 7px;
  }
}
.l-header .c-site-branding__title a {
  width: 180px;
  display: inline-block;
}
.l-header .c-site-branding__title a img {
  max-height: 60px;
}
@media screen and (max-width: 1023px) {
  .l-header .c-site-branding__title a img {
    width: auto;
    height: 40px;
  }
}
.l-header .p-global-nav ul li.nav-logout a {
  padding: 15px 30px;
  border-radius: 5px;
  background: #01b6ad;
  color: #fff;
}
.l-header .c-hamburger-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #07516e;
}
.l-header .c-hamburger-btn__bars {
  width: 25px;
  height: 23px;
}
.l-header .c-hamburger-btn__bar {
  height: 3px;
  background: #fff;
}
.l-header .c-hamburger-btn__bar:nth-of-type(2) {
  top: 10px;
}
.l-header .c-hamburger-btn__bar:nth-of-type(3) {
  top: 20px;
}
.l-header .c-hamburger-btn__label {
  display: none;
}
.l-header .hd-sub-login a,
.l-header .hd-sub-logout a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #07516e;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .l-header .hd-sub-login a,
  .l-header .hd-sub-logout a {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.5px;
    border-radius: 0;
  }
}
.l-header .hd-sub-login a::before,
.l-header .hd-sub-logout a::before {
  content: "\f2f6";
  display: inline-block;
  margin: 2px 4px 0 0;
  font: normal normal normal 16px/1 "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .l-header .hd-sub-login a::before,
  .l-header .hd-sub-logout a::before {
    display: block;
    margin: 10px auto 6px !important;
    font-size: 22px;
  }
}
.l-header .hd-sub-login a:hover,
.l-header .hd-sub-logout a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .l-header .hd-sub-login a:hover,
  .l-header .hd-sub-logout a:hover {
    color: #07516e !important;
    background: #fff !important;
  }
}
@media screen and (max-width: 1023px) {
  .l-header .hd-sub-logout {
    right: 61px;
  }
}
.l-header .hd-sub-logout a {
  width: 130px;
}
@media screen and (max-width: 1023px) {
  .l-header .hd-sub-logout a {
    width: 60px;
  }
}
.l-header .hd-sub-logout a::before {
  content: "\f2f5";
}

.c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:first-of-type, .c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:nth-of-type(3) {
  top: 10px;
}

.p-breadcrumbs-wrapper {
  padding: 15px 0 !important;
}
.p-breadcrumbs-wrapper .c-breadcrumbs {
  font-size: 13px;
}
.p-breadcrumbs-wrapper .c-breadcrumbs a {
  color: #5b5d5c;
}

.member__title {
  text-align: center;
}
.member__info {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .member__info {
    font-size: 16px;
  }
}
.member__name {
  font-size: 22px;
}
@media screen and (max-width: 639px) {
  .member__name {
    font-size: 18px;
  }
}

/*============================================================================

	.newsbar　＊お知らせ＊

============================================================================*/
.newsbar {
  color: #5a4d26;
  background-color: #fff9e6;
  border: 1px solid #fff3cd;
}
.newsbar .c-container {
  display: flex;
  align-items: center;
  margin: 10px auto;
}
.newsbar__close {
  margin: 0 10px;
}
@media screen and (max-width: 1279px) {
  .newsbar__close {
    margin-left: 0;
  }
}
.newsbar__close::before {
  content: "\f057";
  display: inline-block;
  width: auto;
  font: normal normal normal 20px/1 "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1279px) {
  .newsbar__close::before {
    font-size: 16px;
  }
}
.newsbar__close:hover {
  cursor: pointer;
  opacity: 0.5;
}
.newsbar__title {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 1279px) {
  .newsbar__title {
    margin-bottom: 2px;
    font-size: 14px;
  }
}
.newsbar__title a {
  color: #5a4d26;
}
.newsbar__excerpt {
  font-size: 14px;
  line-height: 1.45;
}
@media screen and (max-width: 1279px) {
  .newsbar__excerpt {
    font-size: 12px;
    line-height: 1.3;
  }
}
.newsbar__excerpt > *:first-child {
  margin-top: 0 !important;
}

.l-footer {
  background: #f9f9f9;
}
.l-footer .c-copyright {
  font-size: 11px;
  color: #333333;
  background: #e6e7e6;
}

.c-footer-page-top {
  background-color: #01b6ad;
}
.c-footer-page-top a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.p-footer-sub-nav {
  padding: 10px 0;
}
.p-footer-sub-nav .c-navbar {
  justify-content: center;
}
.p-footer-sub-nav .c-navbar__item {
  position: relative;
  padding-left: 15px;
}
.p-footer-sub-nav .c-navbar__item::before {
  position: absolute;
  content: "\f0da";
  display: inline-block;
  top: 50%;
  left: 3px;
  margin-top: -0.5em;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-weight: 900;
}
.p-footer-sub-nav .c-navbar__item a {
  color: #333333;
}

.l-header .c-hamburger-btn {
  display: none !important;
}

.login-page {
  display: flex;
  justify-content: center;
  margin: 0 !important;
}
.login-page__wrapper {
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  .login-page__wrapper {
    max-width: 300px;
  }
}

.login-form {
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #01b6ad;
  border-radius: 5px;
}
.login-form__form {
  margin-top: 20px;
}
.login-form__form label {
  display: inline-block;
  width: 85%;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .login-form__form label {
    width: 100%;
  }
}
.login-form__form input[type=text],
.login-form__form input[type=password],
.login-form__form input[type=email] {
  width: 100%;
  padding: 0.5em 1em;
  background: #fffde4;
  border: 1px solid #ecf7f3;
  border-radius: 3px;
}
.login-form__form .c-btn {
  position: relative;
  width: 85%;
  margin-top: 10px;
  padding: 15px;
  font-size: 16px;
  color: #07516e;
  background: #fff;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 1023px) {
  .login-form__form .c-btn {
    width: 100%;
  }
}
.login-form__form .c-btn::before {
  position: absolute;
  content: "\f054";
  display: block;
  top: 50%;
  right: 10px;
  margin-top: -0.45em;
  color: #07516e;
  font: normal normal normal 16px/1 "Font Awesome 5 Free";
  font-weight: 900;
}
.login-form__hint {
  margin-top: 10px;
  text-align: left;
  color: #fff;
}
.login-form__forgot-password, .login-form__nav {
  margin-top: 10px;
  color: #fff;
}
.login-form__forgot-password a, .login-form__nav a {
  color: #fff;
}

.js-mail-modal {
  display: none;
}