@charset "utf-8";
.p-text-box {
  background-color: #F3F4F5;
  margin-top: 40px;
  padding: 40px 44px;
}
.c-panel-l__contents__txt .__elem {
  white-space: nowrap;
  letter-spacing: normal;
}
[class*="e-h3"]._pulldown_, ._result_box_ {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[class*="e-h3"]._pulldown_ {
  padding-bottom: 12px;
  border-bottom: solid 1px #E4E6EC;
}
[class*="e-h3"]._pulldown_ .__elem {
  font-size: 2.8rem;
}
@media screen and (min-width: 320px) and (max-width: 767.499px) {
  [class*="e-h3"]._pulldown_ .__elem {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767.499px) {
  .c-panel-l__contents__txt .__elem {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-icon-new {
  display: inline-block;
  font-size: 1.2rem;
  background-color: #cc0000;
  color: #ffffff;
  margin-right: 10px;
  padding: 2px 20px;
}
.c-panel-l:hover .c-icon-new {
  background-color: #ffffff;
  color: #cc0000;
}
.m-info-item__label, .m-event-item__label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 32px;
}
.m-news-item__label .__elem {
  background: #6d6d6d;
}
.m-info-item__label .__elem, .m-event-item__label .__elem {
  padding: 2px 12px;
  background: #6d6d6d;
  color: #ffffff;
  text-align: center;
}
.JS_modal_content {
  width: 988px;
  height: calc(100% - 170px);
  position: fixed;
  inset: 0;
  margin: auto;
  background-color: #ffffff;
  border: 2px solid #cfcfcf;
  z-index: 5000;
  display: none;
  top: 0;
  left: 0;
  right: 0;
}
.modal_box {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 42px 44px 0 46px;
}
.modal_box .e-h2 .e-sub {
  font-size: 1.6rem;
  display: block;
}
.modal_box .modal_clm {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.modal_box .modal_clm .mdl_col {
  width: 550px
}
.modal_box .modal_clm .mdl_col p + p {
  margin-top: 1em;
}
.modal_box .modal_clm .mdl_col_img {
  width: 300px
}
.modal_box .modal_clm .mdl_col_img p + p {
  margin-top: 24px;
}
@media screen and (min-width: 767.5px) and (max-width: 1024px) {
  .JS_modal_content {
    width: 988px;
    height: calc(100% - 110px);
  }
}
@media screen and (min-width: 320px) and (max-width: 767.499px) {
  .JS_modal_content {
    width: calc(100vw - 64px);
    height: calc(100vh - 200px);
    top: calc(100 / 750 * 100vw);
  }
  .JS_modal_content .modal_box {
    padding: 17px calc(34px / 2) 0;
  }
  .modal_box .modal_clm {
    flex-direction: column;
  }
  .modal_box .modal_clm [class*="mdl_col"] {
    width: 100%;
  }
  .modal_box .modal_clm .mdl_col_img {
    margin-top: calc(24px / 1.5) !important;
  }
  .modal_box .e-h2 .e-sub {
    font-size: 1.2rem;
    letter-spacing: .04em;
  }
  .modal_box .e-a-btn-arrow._w-m_ {
    width: calc(100% - 30px);
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
  }
}
.JS_modal_content .JS_modal_close {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  top: -48px;
  right: 5px;
  font-size: 0;
  background-color: transparent;
  cursor: pointer;
}
.JS_modal_content .JS_modal_close span {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.JS_modal_content .JS_modal_close span::before, .JS_modal_content .JS_modal_close span::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 47px;
  background-color: #ffffff;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  margin: auto;
}
.JS_modal_content .JS_modal_close span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.JS_modal_content .JS_modal_close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.JS_modal_content .JS_modal_close._bottom_ {
  width: 100%;
  height: auto;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cc0000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 58px;
  position: relative;
}
.JS_modal_content .JS_modal_close._bottom_::before, .JS_modal_content .JS_modal_close._bottom_::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #cc0000;
  top: 0;
}
.JS_modal_content .JS_modal_close._bottom_::before {
  left: -90%;
}
.JS_modal_content .JS_modal_close._bottom_::after {
  right: -90%;
}
.JS_modal_content .JS_modal_close._bottom_ span::before, .JS_modal_content .JS_modal_close._bottom_ span::after {
  height: 30px;
  right: -25px;
}
@media screen and (min-width: 320px) and (max-width: 767.499px) {
  .JS_modal_content .JS_modal_close {
    width: 30px;
    height: 30px;
    top: -33px;
  }
  .JS_modal_content .JS_modal_close span::before, .JS_modal_content .JS_modal_close span::after {
    height: 29px;
  }
}
.modal_overlay {
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4999;
  display: none;
}
.e-a-txt-arrow .__elem{
  display: inline-block;
}