@charset "UTF-8";
.content .tab-nav {
  padding: 0;
  font-size: 0;
}

.content .tab-nav li {
  display: inline-block;
  width: calc((100% - 18px) /7);
  padding: 0;
  border-bottom: 3px solid #88a828;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dcdcdc;
  font-size: .875rem;
  text-align: center;
}

.content .tab-nav li a {
  display: block;
  padding: 15px 0 10px;
  text-decoration: none;
}

.content .tab-nav li a:hover {
  background: #88a828;
  color: #fff;
}

.content .tab-nav li + li {
  margin-left: 3px;
}

.content .tab-nav .current {
  padding: 15px 0 10px;
  background: #88a828;
  color: #fff;
  position: relative;
}

.content .tab-nav .current::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #88a828 transparent transparent transparent;
}

.content h2 {
  margin-top: 30px;
}

.content p + h2 {
  margin-top: 50px;
}

.content h3 {
  margin-top: 70px;
  font-size: 1.125rem;
}

.content h3:first-child {
  margin-top: 10px;
}

.content .event_press_list {
  padding: 0;
  margin-bottom: 50px;
}

.content .event_press_list li {
  padding-left: 0;
  background-image: none;
}

.content .event_press_list .event_item {
  padding-left: 30px;
}

.event_image {
  width: 120px;
  height: 170px;
  margin-right: 20px;
  float: left;
  clear: both;
}

.event_image img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

.event_text {
  padding-left: 140px;
}

.event_text p {
  padding-left: 0;
  font-size: 1rem;
}

.event_text p + p {
  margin-bottom: 50px;
}

.event_text dl {
  margin-bottom: 5px;
}

.event_text dl:last-child {
  margin-bottom: 30px;
}

.event_text dl dt, .event_text dl dd {
  display: inline-block;
}

.event_text dl + dl {
  margin-bottom: 20px;
}

.event_text dl + p {
  margin-bottom: 30px;
}

.event_status {
  display: block;
  width: 5.75em;
  margin: 0 0 20px 0;
  padding: 4px 0 1px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 0.75em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.event_status.held {
  background-color: #29abe2;
  border: solid 1px #29abe2;
}

.event_status.recruit {
  background-color: #88a828;
  border: solid 1px #88a828;
}

.event_status.end {
  background-color: #c1272d;
  border: solid 1px #c1272d;
}

.mod-btn-cmn {
  text-align: center;
}

.content .btn-cmn[href] {
  display: inline-block;
  padding: 10px 70px 10px 21px;
  background-image: url(../../img/icon_arrow2.png);
  background-position: 93% 45%;
  background-repeat: no-repeat;
  background-color: #dcdcdc;
  background-size: 6px 9px;
  text-decoration: none;
}

.content .btn-cmn[href]:hover {
  background-image: url(../../img/icon_arrow4.png);
  background-color: #bfbfbf;
}

/*---------- 767px以下 ----------------------------------------*/
@media (max-width: 767px) {
  .content .tab-nav li {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    border-bottom: none;
    text-align: left;
    text-decoration: none;
  }
  .content .tab-nav li a {
    padding-left: 25px;
    position: relative;
  }
  .content .tab-nav li a::after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 9px;
    background: url(../../img/icon_arrow2.png) center/6px 9px no-repeat;
    position: absolute;
    right: 20px;
  }
  .content .tab-nav li + li {
    margin-left: 0;
  }
  .content .tab-nav .current {
    padding-left: 25px;
    background: #88a828;
    color: #fff;
    position: relative;
  }
  .content .tab-nav .current::after {
    display: none;
  }
  .content .event_image {
    margin-bottom: 20px;
    float: none;
  }
  .content .event_text {
    padding-left: 0;
  }
}
