@charset "UTF-8";

/**
 * layer.css
 *
 * # contact
 *
*/

.l-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 500px) {
  .l-wrap {
    padding-top: 20px;
  }
}

.full-ttl-wrap {
  padding: 60px 0;
  text-align: center;
  background-color: #F4F2E9;
}
.full-ttl-sub {
  margin-bottom: 10px;
  color: #e73650;
  font-size: 20px;
  line-height: 1;
}
.full-ttl {
  font-size: 36px;
  line-height: 1.2;
}

/* ==========================================================================
   # contents
   ========================================================================== */
.l-contents {
  float: left;
  width: 680px;
  padding-bottom: 80px;
  &:only-child {
    width: 100%;
  }
}

.l-contents.full {
  float: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .l-contents {
    float: none;
    width: 100%;
    padding: 0 0 60px;
  }
}

/* # style
   -------------------------------------------------------------------------- */
/* メインイメージ */
.l-contents .mainimg {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
}

@media screen and (max-width: 500px) {
  .l-contents .mainimg {
    margin: 0 -15px 20px;
    border-radius: 0;
  }
}

/* タイトル */
.l-contents h1:not([class]) {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.5;
}

@media screen and (max-width: 500px) {
  .l-contents h1:not([class]) {
    font-size: 24px;
  }
}

/* 投稿者 */
.editor {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.editor-img {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
}

.editor-info {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
.editor-info .name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.editor-info .date {
  color: #999;
  font-size: 12px;
  line-height: 1;
}

/*　本文　*/
.l-contents p:not([class]) {
  margin: 30px 0;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 500px) {
  .l-contents p:not([class]) {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.428em;
  }
}

/* 画像 */
.l-contents figure:not([class]) {
  overflow: hidden;
  margin: 30px 0;
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .l-contents figure:not([class]) {
    margin: 20px 0;
  }
}

/* 見出し */
.l-contents h2:not([class]),
.wp-content h2 {
  position: relative;
  margin: 80px 0 30px;
  padding-bottom: 22px;
  font-size: 28px;
  line-height: 1.5;
}
.l-contents h2:not([class]):before,
.wp-content h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #e73650;
}

.l-contents h3:not([class]),
.wp-content h3 {
  margin: 60px 0 30px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 8px;
  background-color: #F4F2E9;
}

.l-contents h4:not([class]),
.wp-content h4 {
  margin: 60px 0 30px;
  font-size: 20px;
  line-height: 1.5;
}

.l-contents h5:not([class]),
.wp-content h5 {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 500px) {
  
  .l-contents h2:not([class]),
  .wp-content h2 {
    margin: 40px 0 20px;
    font-size: 22px;
  }
  
  .l-contents h3:not([class]),
  .wp-content h3 {
    margin: 40px 0 20px;
    font-size: 18px;
  }
  
  .l-contents h4:not([class]),
  .wp-content h4 {
    margin: 30px 0 20px;
    font-size: 18px;
  }
  
  .l-contents h5:not([class]),
  .wp-content h5 {
    margin: 30px 0 20px;
    font-size: 16px;
  }

}

/* ul */
.l-contents ul:not([class]),
.contents-main-text ul {
  margin: 30px 0;
}
.l-contents table ul:not([class]),
.contents-main-text table ul {
  margin: 0;
}
.l-contents ul:not([class]) li,
.contents-main-text ul li {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  line-height: 1.3333333333;
}
.l-contents ul:not([class]) li + li,
.contents-main-text ul li + li {
  margin-top: 15px;
}
.l-contents table ul:not([class]) li,
.contents-main-text ul li {
  font-size: 14px;
}
.l-contents ul:not([class]) li:before,
.contents-main-text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #8e7c13;
  border-radius: 50%;
}
.l-contents table ul:not([class]) li:before,
.contents-main-text table ul li:before {
  top: 7px;
}
.l-contents table ul:not([class]) li:before,
.contents-main-text table ul li:before {
  top: 5px;
}

/* ul.check */
.l-contents ul.check {
  margin: 30px 0;
}
.l-contents ul.check li {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  line-height: 1.3333333333;
}
.l-contents ul.check li + li {
  margin-top: 15px;
}
.l-contents ul.check li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../../images/common/ico_check.png") no-repeat;
  background-size: contain;
}

/* ol */
.l-contents ol:not([class]),
.contents-main-text ol {
  margin: 30px 0;
  counter-reset: item;
}
.l-contents ol:not([class]) li,
.contents-main-text ol li {
  position: relative;
  padding-left: 29px;
  font-size: 18px;
  line-height: 1.3333333333;
}
.l-contents ol:not([class]) li + li,
.contents-main-text ol li + li {
  margin-top: 15px;
}
.l-contents ol:not([class]) li:before,
.contents-main-text ol li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  padding: 4px 0;
  color: #fff;
  font-size: 16px;
  font-family: "Rubik", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  background: #8e7c13;
  border-radius: 50%;
}

/* 表 */
.l-contents table:not([class]),
.contents-main-text table {
  width: 100%;
  margin: 30px 0;
  border: 1px solid #D0CDBB;
}

.l-contents table:not([class]) thead th,
.l-contents table:not([class]) th,
.l-contents table:not([class]) td,
.contents-main-text table thead th,
.contents-main-text table th,
.contents-main-text table td {
  padding: 20px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.l-contents table:not([class]) thead th,
.contents-main-text table thead th {
  font-weight: 500;
  background-color: #E9E7DF;
  border: 1px solid #D0CDBB;
}

.l-contents table:not([class]) th,
.contents-main-text table th {
  font-weight: 500;
  background-color: #F4F2E9;
  border: 1px solid #D0CDBB;
}

.l-contents table:not([class]) td,
.contents-main-text table td {
  border: 1px solid #D0CDBB;
}

.l-contents table:not([class]) td strong,
.contents-main-text table td strong {
  font-size: 16px;
}

.sp-table-txt {
  display: none;
}

@media screen and (max-width: 500px) {
  .l-contents table:not([class]),
  .contents-main-text table {
    margin: 20px 0;
  }
  .l-contents table:not([class]) thead th,
  .l-contents table:not([class]) th,
  .l-contents table:not([class]) td,
  .contents-main-text table thead th,
  .contents-main-text table th,
  .contents-main-text table td {
    padding: 10px;
    font-size: 13px;
  }
  
  .l-contents .sp-table {
    overflow-x: scroll;
  }
  .l-contents .sp-table table:not([class]),
  .contents-main-text .sp-table table {
    width: 680px;
  }
  
  .sp-table-txt {
    display: block;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background-color: #F4F2E9;
    border-radius: 14px;
  }
}

/* 目次 */
.toc {
  overflow: hidden;
  margin: 40px -5px 30px;
  /*
  & ~ h2[id] {
    margin-top: -44px !important;
    padding-top: 104px;
  }
   */
  .toc-list {
    font-size: 0;
    margin: 0 !important;
  }
  .toc-list-item {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
    &::before {
      display: none;
    }
  }
  .toc-list-item a {
    position: relative;
    display: block;
    padding: 17px 0;
    color: #8e7c13;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    border-radius: 28px;
    background-color: #fff;
    border: 1px solid #8e7c13;
  }
  .toc-list-item a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #8e7c13;
    border-right: 1px solid #8e7c13;
    transform-origin: top right;
    transform: rotate(135deg) translateY(-50%);
  }
}
@media screen and (max-width: 500px) {
  .toc {
    margin: 20px 0 10px;
    /*
    & ~ *[id] {
      margin-top: -0px !important;
      padding-top: 20px;
    }
     */
    .toc-list-item {
      display: block;
      width: 100%;
      a {
        padding: 12px 0;
      }
    }
  }
}

/* 注釈 */
.mini {
  display: inline-block;
  color: #999;
  font-size: 0.8em;
  line-height: 1.5;
}

/* 強調 */
.big {
  font-size: 1.5em;
}

/* 注目情報 */
.attention {
  overflow: hidden;
  margin: 30px 0;
  padding: 0 30px;
  background-color: #EBFF00;
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .attention {
    margin: 20px 0;
  }
}

/* 箱 */
.box {
  overflow: hidden;
  margin: 30px 0;
  padding: 0 30px;
  border: 1px solid #D0CDBB;
  border-radius: 8px;
  box-shadow: none!important;
}
@media screen and (max-width: 500px) {
  .box {
    margin: 20px 0;
    padding: 0 20px;
  }
}

/* 画像付きボックス */
.img-box {
  margin: 30px 0;
}

.img-box-item {
  display: table;
  width: 100%;
}
.img-box-item + .img-box-item {
  margin-top: 20px;
}
.img-box-item-img {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
}
.img-box-item-img .img {
  overflow: hidden;
  border-radius: 8px;
}
.img-box-item-contents {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
}
.img-box-item-contents .ttl {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.l-contents .img-box-item-contents p:not([class]) {
  margin: 0;
  line-height: 1.8;
}

.l-contents .img-box-item-contents strong {
  font-size: 1.5em;
}

@media screen and (max-width: 500px) {
  
  .img-box-item-img {
    width: 120px;
    vertical-align: top;
  }
  
  .img-box-item-contents {
    padding-left: 15px;
    vertical-align: top;
  }
  
  .img-box-item-contents .ttl {
    font-size: 18px;
  }
  
  .l-contents .img-box-item-contents p:not([class]) {
    font-size: 14px;
  }
}

/*　カード　*/
.card-wrap {
  margin: 20px 0;
}

.card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.card-item {
  overflow: hidden;
  position: relative;
  flex: 0 1 calc((100% - 20px) / 2);
  padding: 30px 20px 34px;
  color: #170900;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.card-item .img {
  margin: -30px -20px 20px;
}

.card-item .date {
  margin-bottom: 10px;
  line-height: 1;
}
.card-item .date .rubik {
  font-size: 48px;
}
.card-item .date .dow {
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
}

.card-item .ttl {
  margin: 0 -10px 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.card-item .txt {
  margin: 0 -10px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.card-item .txt .mini {
  display: block;
  margin-top: 5px;
  line-height: 1.4;
}

.card-item .more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #8e7c13;
  font-size: 14px;
  line-height: 1;
  transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
  .card-wrap {
    margin: 30px 0;
  }
  
  .card { 
    gap: 10px;
  }
  
  .card-item {
    flex: 0 1 calc((100% - 10px) / 2);
  }
  .card-wrap.responsive .card-item {
    flex: 1 1 100%;
  }
  
  .card-item .date {
    margin-bottom: 5px;
  }
  .card-item .date .rubik {
    font-size: 28px;
  }
  .card-item .date .dow {
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
  }
  
  .card-item .ttl {
    margin-bottom: 5px;
    font-size: 20px;
  }
  
  .card-item .txt {
    font-size: 14px;
  }
  
}

/*　ボタン　*/
.link-list {
  margin: 30px -5px 20px;
  font-size: 0;
  text-align: center;
}

.cta-link-ttl + .link-list {
  margin-top: 10px;
}

.link-list-item {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.link-list-item a {
  position: relative;
  display: block;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  border-radius: 35px;
  background-color: #fff;
  border: 1px solid #8e7c13;
}
.link-list-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  transform-origin: top right;
  border-top: 2px solid #8e7c13;
  border-right: 2px solid #8e7c13;
  transform: rotate(45deg);
}

@media screen and (max-width: 500px) {
  
  .link-list {
    margin: 30px 0 20px;
  }
  
  .link-list-item {
    width: 100%;
    padding: 0;
  }
  
}

/* youtube */
.youtube {
  position: relative;
  margin: 30px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* CTAリンク */
.cta-link-ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.cta-link {
  margin: 30px -5px 20px;
  font-size: 0;
  text-align: center;
}
.cta-link-ttl + .cta-link {
  margin-top: 10px;
}

.cta-link-item {
  display: inline-block;
  width: 50%;
  margin-bottom: 15px;
  padding: 0 5px;
}
.cta-link-item a {
  position: relative;
  display: block;
  padding: 25px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  border-radius: 35px;
  background-color: #fff;
  background: #e73650;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.cta-link-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  transform-origin: top right;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 500px) {
  
  .cta-link-ttl {
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .cta-link {
    margin: 30px 0 20px;
  }
  
  .cta-link-item {
    width: 100%;
    padding: 0;
  }
  
}


/* CTA */
.cta-box {
  margin-top: 60px;
  padding: 10px;
  border-radius: 12px;
  background: #e73650;
}

.cta-box-inner {
  padding: 40px;
  background-color: #F4F2E9;
  border-radius: 12px;
}

.cta-box-ttl {
  margin-bottom: 10px;
  color: #e73650;
  font-size: 60px;
  line-height: 1;
  text-align: center;
}

.cta-box-head {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.cta-box-btn {
  overflow: hidden;
  display: table;
  width: 100%;
  color: #170900;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.cta-box-btn-img {
  display: table-cell;
  width: 120px;
  vertical-align: middle;
}

.cta-box-btn-txt {
  position: relative;
  display: table-cell;
  padding: 0 40px 0 20px;
  vertical-align: middle;
}
.cta-box-btn-txt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 16px;
  background: url("../../images/common/ico_arrow.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.cta-box-btn-txt .sub {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
.cta-box-btn-txt .main {
  font-size: 28px;
  line-height: 1;
}
.cta-box-btn-txt .main .free {
  font-size: 20px;
}

.cta-box-bottom {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.cta-box-bottom-item {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.cta-box-bottom-item:nth-child(odd) {
  padding-right: 10px;
}
.cta-box-bottom-item:nth-child(even) {
  padding-left: 10px;
}
.cta-box-bottom-item-ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.cta-box-bottom-item-btn {
  display: block;
  padding: 1px;
  color: #e73650;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 44px;
  background: #e73650;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.cta-box-bottom-item-btn-inner {
  display: block;
  padding: 19px 0;
  background-color: #fff;
  border-radius: 43px;
}
.cta-box-bottom-item-btn .sub {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  
  .cta-box {
    margin: 40px -15px 0;
    border-radius: 0;
  }
  
  .cta-box-inner {
    padding: 40px 15px;
  }
  
  .cta-box-head {
    font-size: 18px;
  }
  
  .cta-box-bottom {
    display: block;
  }
  
  .cta-box-bottom-item {
    display: block;
    width: 100%;
  }
  
  .cta-box-bottom-item:nth-child(odd) {
    padding-right: 0;
  }
  .cta-box-bottom-item:nth-child(even) {
    padding-left: 0;
  }
  .cta-box-bottom-item + .cta-box-bottom-item {
    margin-top: 20px;
  }
  
}

/* ==========================================================================
   # faq
   ========================================================================== */
.faq-item-wrap {
  margin: 30px 0 0 !important;
  border: 1px solid #D0CDBB;
  .faq-item {
    border-bottom: 1px solid #D0CDBB;
    margin-top: 0;
    padding-left: 0;
    &::before {
      display: none;
    }
  }
  .faq-item:last-child {
    border-bottom: none;
  }

  .faq-item-ttl {
    position: relative;
    margin: 0;
    padding: 20px 54px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3333333333;
    cursor: pointer;
  }
  .faq-item-ttl:before,
  .faq-item-ttl:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 1px;
    background: #e73650;
    transform-origin: center center;
    transition: 0.3s;
  }
  .faq-item-ttl:after {
    transform: rotate(90deg);
  }
  .faq-item-ttl.active:after {
    transform: rotate(0);
  }
  .faq-item-ttl .ico {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 24px;
    height: 24px;
    padding: 4px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    background: #e73650;
    border-radius: 505px;
  }
  .faq-item-contents {
    overflow: hidden;
    display: none;
    padding: 0 20px;
    background-color: #F4F2E9;
    border-top: 1px solid #D0CDBB;
  }
}

.l-contents .faq-item-contents p:not([class]) {
  margin: 20px 0;
}

/* ==========================================================================
   # event
   ========================================================================== */
.event-info {
  display: table;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.event-info .area {
  display: table-cell;
  padding: 6px 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #170900;
}

.event-info .date {
  display: table-cell;
  padding: 6px 10px;
  vertical-align: middle;
}

@media screen and (max-width: 500px) {
  .event-info {
    font-size: 14px;
  }
}

/* ==========================================================================
   # opencampus
   ========================================================================== */
.opencampus .l-follow-cta {
  display: none!important;
}

.opencampus-box {
  background-color: #fff;
  border: 1px solid #D0CDBB;
}
.opencampus-box + .opencampus-box {
  margin-top: 20px;
}

.opencampus-box-head {
  position: relative;
  display: table;
  width: 100%;
  cursor: pointer;
}
.opencampus-box-head:before,
.opencampus-box-head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 24px;
  height: 2px;
  background: #e73650;
  transform-origin: center center;
  transition: 0.3s;
}
.opencampus-box-head:after {
  transform: rotate(90deg);
}
.opencampus-box-head.active:after {
  transform: rotate(0);
}

.opencampus-box-head .img {
  display: table-cell;
  width: 200px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}
.opencampus-box-head .img figure {
  margin: 0;
}

.opencampus-box-head .date {
  display: table-cell;
  width: 100px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.opencampus-box-head .date .year {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.opencampus-box-head .date .day {
  display: block;
  margin-bottom: 5px;
  font-size: 32px;
}
.opencampus-box-head .date .week {
  display: block;
  font-size: 16px;
  font-weight: 800;
}

.opencampus-box-head .info {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.opencampus-box-head .info .cate {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.opencampus-box-head .info .area {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.opencampus-box-contents {
  display: none;
  padding: 20px 40px 40px;
  border-top: 1px solid #D0CDBB;
}

.opencampus-box-contents-table {
  width: 100%;
}

.opencampus-box-contents-table tr + tr {
  border-top: 1px solid #D0CDBB;
}
.opencampus-box-contents-table th,
.opencampus-box-contents-table td {
  padding: 20px;
  font-size: 14px;
  line-height: 2;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 500px) {
  
  .opencampus-box-head {
    
  }
  .opencampus-box-head:before,
  .opencampus-box-head:after {
    right: 15px;
    width: 16px;
  }
  
  .opencampus-box-head .img {
    width: 80px;
    padding: 10px;
  }
  .opencampus-box-head .img figure {
    position: relative;
    width: 80px;
    height: 80px;
  }
  .opencampus-box-head .img figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  
  .opencampus-box-head .date {
    width: auto;
  }
  .opencampus-box-head .date .day {
    font-size: 24px;
  }
  
  .opencampus-box-head .info {
    padding: 10px;
  }
  .opencampus-box-head .info .cate {
    font-size: 14px;
  }
  .opencampus-box-head .info .area {
    font-size: 24px;
  }
  
  .opencampus-box-contents {
    padding: 0 20px 20px;
  }
  
  .opencampus-box-contents-table,
  .opencampus-box-contents-table tbody,
  .opencampus-box-contents-table tr {
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .opencampus-box-contents-table th {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 0 0;
    font-size: 18px;
  }
  .opencampus-box-contents-table td {
    float: left;
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
}

.opencampus-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}

.opencampus-list-item {
  overflow: hidden;
  display: flex;
  flex-direction: column; 
  width: calc((100% - 40px) / 3);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.opencampus-list-item-img {
  margin: -20px -20px 20px;
}

.opencampus-list-item-day {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
}
.opencampus-list-item-day .week {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}
.opencampus-list-item-head {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.opencampus-list-item-btn-wrap {
  margin-top: auto;
}

.opencampus-list-item-txt {
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.l-contents table.opencampus-list-item-table {
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #ddd;
}
.l-contents table.opencampus-list-item-table th {
  width: 60px;
  padding: 10px 0;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.l-contents table.opencampus-list-item-table td {
  width: auto;
  padding: 10px 0 10px 5px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.opencampus-list-item-btn-txt {
  margin: 15px 0 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.opencampus-list-item-btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  color: #e73650;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #e73650;
}
.opencampus-list-item-btn + .opencampus-list-item-btn {
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  
  .opencampus-list {
    display: block;
  }
  
  .opencampus-list-item {
    width: 100%;
  }
  .opencampus-list-item + .opencampus-list-item {
    margin-top: 20px;
  }
  
}


.opencampus-toc {
  display: flex;
  gap: 10px;
}
.opencampus-toc a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 3);
  flex-grow: 1;
  padding: 10px 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  background-color: #e73650;
  border-radius: 10px;
}
.opencampus-toc a:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  border-top: 12px solid #e73650;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
  
  .opencampus-toc {
    margin-top: 30px;
  }
  .opencampus-toc a {
    font-size: 13px;
    border-radius: 4px;
  }
  
}

.opencampus-event-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.opencampus-event-list-item {
  overflow: hidden;
  width: calc((100% - 20px) / 2);
  padding: 20px;
  color: #170900;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.opencampus-event-list-item .img {
  margin: -20px -20px 20px;
}

.opencampus-event-list-item .ttl-sub {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}

.opencampus-event-list-item .ttl {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.opencampus-event-list-item .link {
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #e73650;
  border-radius: 28px;
}

@media screen and (max-width: 500px) {
  
  .opencampus-event-list {
    display: block;
    padding-top: 20px;
  }
  
  .opencampus-event-list-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .opencampus-event-list-item .ttl-sub {
    font-size: 14px;
  }
  
  .opencampus-event-list-item .ttl {
    font-size: 24px;
  }
  
  .opencampus-event-list-item .link {
    padding: 15px 30px;
    font-size: 14px;
  }
}

.opencampus-main {
  
}

.opencampus-deta-area {
  position: relative;
  max-width: 720px;
  margin: 0 auto 20px;
  padding: 20px;
  font-size: 24px;
  line-height: 1;
  background-color: #F4F2E9;
  border: 1px solid #D0CDBB;
  border-radius: 8px;
  cursor: pointer;
}
.opencampus-deta-area.js-switch:before,
.opencampus-deta-area.js-switch:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  background: #8e7c13;
  transform-origin: center center;
  transition: 0.3s;
}
.opencampus-deta-area.js-switch:after {
  transform: rotate(90deg);
}
.opencampus-deta-area.active.js-switch:after {
  transform: rotate(0);
}

.opencampus-deta-area .count-txt {
  font-size: 16px;
}

.opencampus-deta {
  max-width: 720px;
  margin: 20px auto 60px;
}
.js-switch + .opencampus-deta {
  display: none;
}

.js-switch + .opencampus-deta-item-contents {
  display: none;
}

.opencampus-deta-item {
  overflow: hidden;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid #D0CDBB;
  border-radius: 8px;
}
.opencampus-deta-item + .opencampus-deta-item {
  margin-top: 20px;
}

.opencampus-deta-item-btn {
  position: relative;
  display: block;
  padding: 20px 70px 20px 40px;
  color: #111;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  cursor: pointer;
}
.opencampus-deta-item-btn:before,
.opencampus-deta-item-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 30px;
  height: 2px;
  background: #e73650;
  transform-origin: center center;
  transition: 0.3s;
}
.opencampus-deta-item-btn:after {
  transform: rotate(90deg);
}
.opencampus-deta-item-btn.active:after {
  transform: rotate(0);
}
a.opencampus-deta-item-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: auto;
  height: auto;
  border-left: 8px solid #e73650;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);
  background: none;
}
a.opencampus-deta-item-btn:after {
  content: none;
}

.opencampus-deta-item-btn .day {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.opencampus-deta-item-btn .time {
  margin-bottom: 10px;
  font-size: 0;
  letter-spacing: 0;
}
.opencampus-deta-item-btn .time li {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #333;
}

.opencampus-deta-item-btn .ttl {
  display: flex;
  gap: 10px;
  align-items: center;
}

.opencampus-deta-item-btn .ttl .area {
  color: #fff;
  padding: 5px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px;
  background-color: #e73650;
  white-space: nowrap;
}

.opencampus-deta-item-btn .ttl .cate {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.opencampus-deta-item-contents {
  padding: 40px;
  border-top: 1px solid #D0CDBB;
  background-color: #fff;
}

.opencampus-deta-item-contents .table {
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.opencampus-deta-item-contents .table th {
  padding: 10px;
  vertical-align: top;
  text-align: right;
}

.opencampus-deta-item-contents .table td {
  padding: 10px;
}

@media screen and (max-width: 500px) {
  
  .opencampus-deta-area .count-txt {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }
  
  .opencampus-deta-item-btn {
    padding: 20px 35px 20px 20px;
  }
  
  .opencampus-deta-item-btn:before,
  .opencampus-deta-item-btn:after {
    right: 20px;
    width: 15px;
  }
  
  a.opencampus-deta-item-btn:before {
    right: 20px;
  }
  
  .opencampus-deta-item-btn .day {
    font-size: 14px;
  }
  
  .opencampus-deta-item-btn .time li {
    font-size: 10px;
  }
  
  .opencampus-deta-item-btn .ttl .area {
    font-size: 14px;
  }
  
  .opencampus-deta-item-btn .ttl .cate {
    font-size: 20px;
  }
  
  .opencampus-deta-item-contents {
    padding: 10px 10px 30px;
  }
  
  .opencampus-deta-item-contents .table {
    margin-bottom: 10px;
  }
  
  .opencampus-deta-item-contents .table th {
    text-align: left;
  }
  
  
}

.opencampus-viewmore {
  width: 240px;
  margin: -30px auto 60px;
  padding: 20px 0;
  color: #e73650;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: 1px solid #e73650;
  border-radius: 100px;
  cursor: pointer;
}


/* ==========================================================================
   # voice
   ========================================================================== */
.voice-list-item {
  
}

.voice-list-item + .voice-list-item {
  margin-top: 20px;
}

.voice-list-item a {
  overflow: hidden;
  display: block;
  padding: 0 20px 20px;
  color: #170900;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.voice-list-item a .img {
  position: relative;
  margin: 0 -20px 20px;
}
.voice-list-item a .img .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: #e73650;
}
.voice-list-item a .name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.voice-list-item a .ttl {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.voice-list-item a .more {
  color: #8e7c13;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  
  .voice-list {
    padding-top: 30px;
  }
 
  .voice-list-item a .name {
    font-size: 13px;
  }
  
  .voice-list-item a .ttl {
    font-size: 18px;
  }
}

/* ==========================================================================
   # tab
   ========================================================================== */
.tab {
  margin: 30px 0;
}

.tab-list {
  display: table;
  width: 100%;
}

.tab-list-item {
  position: relative;
  display: table-cell;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  background-color: #D0CDBB;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.tab-list-item:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-top: 8px solid #D0CDBB;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: translateX(-50%);
}
.tab-list-item.is-btn-active {
  background-color: #e73650;
}
.tab-list-item.is-btn-active:before {
  border-top: 8px solid #e73650;
}

.tab-contents {
  overflow: hidden;
  display: none;
  padding: 0 30px;
  background-color: #fff;
  border: 1px solid #D0CDBB;
  border-radius: 0 0 8px 8px;
  border-top: none;
}
.is-contents-active{
  display: block;
}

@media screen and (max-width: 500px) {
  .tab-contents {
    padding: 0 20px;
  }
  .tab-list-item {
    font-size: 14px;
  }
}

/* ==========================================================================
   # sidebar
   ========================================================================== */
.l-sidebar {
  width: 280px;
  float: right;
}

.sidebar-cta-item {
  overflow: hidden;
  display: block;
  padding-bottom: 15px;
  color: #170900;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.sidebar-cta-item + .sidebar-cta-item {
  margin-top: 20px;
}
.sidebar-cta-item .sub {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
.sidebar-cta-item .img {
  margin-bottom: 20px;
}
.sidebar-cta-item .main {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1;
}
.sidebar-cta-item .main .free {
  font-size: 18px;
}
.sidebar-cta-item .more {
  color: #8e7c13;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  
  .l-sidebar {
    float: none;
    width: 100%;
  }
  
  .sidebar-cta-ttl {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 48px;
    line-height: 1;
    text-align: center;
  }
  .sidebar-cta-ttl:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 2px;
    background: #e73650;
    transform: translateX(-50%);
  }

  .sidebar-cta {
    overflow: scroll;
    padding: 20px 0;
    white-space: nowrap;
  }
  
  .sidebar-cta-item {
    display: inline-block;
    width: 280px;
    margin: 0 5px;
    vertical-align: top;
  }
  .sidebar-cta-item + .sidebar-cta-item {
    margin-top: 0;
  }
  .sidebar-cta-item:first-child {
    margin-left: 15px;
  }
  .sidebar-cta-item:last-child {
    margin-right: 15px;
  }
}

/* ==========================================================================
   # sidebar
   ========================================================================== */
.blog-cate {
  margin-bottom: 5px;
}

.blog-cate-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}










