@charset "UTF-8";
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
.h2Area {
  margin: 0 0 60px;
}

#breadCrumb {
  margin: 0;
}

#mainColmun ul {
  border-top: 1px solid #BABABA;
}
#mainColmun ul li {
  min-height: 80px;
  border-bottom: solid 1px #BABABA;
  padding: 30px 0;
  justify-content: space-between;
}
#mainColmun ul li > figure {
  width: 80px;
  height: 80px;
}
#mainColmun ul li > figure img {
  object-fit: cover;
}
#mainColmun ul li .textBlock {
  width: calc(100% - 110px);
  padding: 0 130px 0 0;
  display: block;
  position: relative;
}
#mainColmun ul li .textBlock p {
  font-size: 14px;
  display: inline-block;
}
#mainColmun ul li .textBlock .date {
  font-size: 12px;
  color: var(--textPoint);
  font-weight: bold;
  margin-right: 1em;
}
#mainColmun ul li .textBlock .text {
  display: block;
}
#mainColmun ul li .honbun {
  font-size: 13px;
  width: 100%;
  padding: 30px 0;
  display: none;
}
#mainColmun ul li .honbun img {
  width: auto;
  max-width: 65%;
  margin: 1em 0;
}
#mainColmun ul li .honbun iframe {
  margin: 1em 0;
}
#mainColmun ul li .honbun a {
  color: var(--textLink);
  word-break: break-all;
  text-decoration: underline;
}
#mainColmun ul li .honbun a:hover {
  text-decoration: none;
}
#mainColmun ul li.more {
  cursor: pointer;
}
#mainColmun ul li.more .textBlock::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #D0D0D0;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mainColmun ul li.more .textBlock::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 25px;
  -ms-transform: translate(50%, -75%) rotate(45deg);
  -webkit-transform: translate(50%, -75%) rotate(45deg);
  transform: translate(50%, -75%) rotate(45deg);
}
#mainColmun ul li.active .textBlock::before {
  background: var(--zabuton1Bg);
}
#mainColmun ul li.active .textBlock::after {
  -ms-transform: translate(50%, -25%) rotate(-135deg);
  -webkit-transform: translate(50%, -25%) rotate(-135deg);
  transform: translate(50%, -25%) rotate(-135deg);
}
#mainColmun .pagenation {
  text-align: center;
  margin: 50px auto 0;
}

/*SP
-----------------------------------------------------------------------------*/
@media (max-width: 750px) {
  #breadCrumb {
    background: #EFEFEF !important;
  }
  #mainColmun ul li {
    padding: 6.6vw 0;
  }
  #mainColmun ul li .textBlock {
    padding: 0 22% 0 0;
    display: block;
    position: relative;
  }
  #mainColmun ul li .textBlock p {
    font-size: 13px;
    display: inline-block;
  }
  #mainColmun ul li .textBlock .date {
    font-size: 12px;
    font-weight: bold;
    margin-right: 1em;
  }
  #mainColmun ul li .textBlock .text {
    display: block;
  }
  #mainColmun ul li .honbun {
    font-size: 13px;
    width: 100%;
    padding: 6.6vw 0;
    display: none;
  }
  #mainColmun ul li .honbun img {
    width: auto;
    max-width: 100%;
    margin: 1em 0;
  }
  #mainColmun ul li .honbun iframe {
    width: 100%;
    margin: 1em 0;
  }
  #mainColmun ul li .honbun a {
    color: var(--textLink);
    word-break: break-all;
    text-decoration: underline;
  }
  #mainColmun ul li.more .textBlock::before {
    content: "";
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #mainColmun ul li.more .textBlock::after {
    content: "";
    width: 2.5vw;
    height: 2.5vw;
    right: 5vw;
    -ms-transform: translate(50%, -75%) rotate(45deg);
    -webkit-transform: translate(50%, -75%) rotate(45deg);
    transform: translate(50%, -75%) rotate(45deg);
  }
  #mainColmun ul li.active .textBlock::after {
    -ms-transform: translate(50%, -25%) rotate(-135deg);
    -webkit-transform: translate(50%, -25%) rotate(-135deg);
    transform: translate(50%, -25%) rotate(-135deg);
  }
  /*--------------------------endSP--------------------------------*/
}/*# sourceMappingURL=news.css.map */