#base{
  width: 1220px;
}
@media screen and (max-width: 768px){
  #base {
    width: 100%;
  }
}


.container_side-right{
  order: 2;
}
.m_contCardWrap {
  position: relative;
  height: 100%
}
.m_contCardWrap__footer {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.m_contCard--rightNav {}
.js_energySlider__item{
  position:relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.m_contCard__thumbnail {
  flex: 0 0 120px;
  position: absolute;
  top: 65px;
}
.m_contCard__img {
  line-height: 0;
  text-align: center
}
.m_contCard__img img {
  max-width: 100%;
  height: auto;
  margin: auto
}
.m_contCard__img + .m_contCard__btn {
  margin-top: 12px
}
.m_contCard__btn + .m_contCard__btn{
  margin-top: 6px;
}
.m_contCard__btnTarget {
  display: block;
  padding: 2px 0;
  border: 2px solid #333;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background: #333
}
.m_contCard__btnTarget:hover {
  color: #333;
  background: #fff
}
.m_contCard__btnTarget::after {
  content: "\f019";
  display: inline-block;
  margin-left: 0;
  line-height: 1;
  font-weight: 400;
  font-family: FontAwesome
}
.m_contCard__btnTarget--web{
  border: 2px solid #1F2A63;
  background-color:#1F2A63;
}
.m_contCard__btnTarget--web::after{
  content: none;
}
.m_contCard__body {
  flex: 1 1 auto
}
.m_contCard__thumbnail + .m_contCard__body {
  /*padding-left: 16px;*/
  padding-left: 0;
}
.m_contCard__heading {
  position: relative;
  margin-bottom: 8px;
  padding: 8px 0 8px 16px;
  height: 63px;
}
.m_contCard__heading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 48px;
  margin: auto 0;
  border-radius: 40px;
  background: #be0833;
  background: var(--theme-color)
}
.m_contCard__date {
  color: #a6a5a6;
  line-height: 1;
  font-size: 11px
}
.m_contCard__ttl {
  line-height: 1;
  font-weight: 700;
  font-size: 14px
}
.m_contCard__date + .m_contCard__ttl {
  margin-top: 8px
}
.m_contCard__msg{
  display: none;
}
.m_contCard__tableHeading{
  display: none;
}
.m_contCard__tableBox{
  margin-top: 10px;
  padding-top: 330px;
}
.m_contCard__tableTtl {
  display: inline-block;
  padding-right: 1em;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  background: #fff
}
.m_contCard__table {}
.m_contCard__tableItem + .m_contCard__tableItem {
  margin-top: 4px
}
.m_contCard__tableItem {
  position: relative;
  padding-left: 6em;
  font-size: 11px
}
.m_contCard__link {
  color: inherit;
  text-decoration: none;
  font-weight: 700
}
.m_contCard__linkTtl {
  position: relative;
  display: inline
}
.m_contCard__noLinkTtl {
  display: inline
}
.m_contCard__link:hover {
  color: inherit;
  text-decoration: underline
}
.m_contCard__link--inline {
  display: inline
}
.m_contCard__tab {
  position: absolute;
  top: 2px;
  left: 0;
  font-weight: 400
}
.m_contCard__pdf {
  color: #fa0f00
}

.m_tab {
    display: inline-block;
    width: 6em;
    padding: 2px 0;
    border-radius: 40px;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    background: #333
}

.m_tab--pickup {
    background: #c1272d
}

.m_tab--web {
    background: #0071bc
}

.m_tab--book {
    background: #937960
}
