@charset "shift_jis";
/* Updated 2021/06/02.T */
/*parts*/
.bgRed {
  background-color: #C83030;
}
.bgPurple {
  background-color: #7B5AA4;
}
.bgYellow {
  background-color: #FFC300;
}
.bgPink {
  background-color: #ED8FB2;
}
.bgBlue {
  background-color: #66B4EA;
}
/*contents*/
#main-area {
  overflow: hidden;
}
.section-main {
  max-width: 1200px;
  margin: 0 auto;
}
.title-heading01 {
  width: 200%;
  margin-left: -50%;
  }
#anc-cv01 {
  margin-top: 39px!important;
}
.backNumList {
  padding: 25px 0 24px;
  border-top: 1px solid #D5DEDB;
}
.contInr .backNumList:first-child {
  padding-top: 0;
  border-top: none;
}
.backNumList .ico {
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
.backNumList .date {
  padding-left: 8px;
  font-size: 14px;
  color: #788883;
}
.backNumList .txtLinkItem {
  margin-top: 12px;
}
.backNumList .txtLinkItem a {
  font-size: 16px;
  color: #004831;
  text-decoration: none;
  transition: .5s;
}
.backNumList .txtLinkItem a:hover {
  opacity: 0.7;
  transition: .5s;
}
.backNumList .spanItem {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .section-main {
    padding: 0 18px;
  }
}