@media screen and (max-width: 768px) {
}
.l-news {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 1218.389458272328px) {
  .l-news {
    width: 91.21522693997072%;
  }
}
@media screen and (max-width: 1300px) {
  .l-news {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .l-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.l-side {
  width: 17.857142857142858%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 768px) {
  .l-side {
    width: 100%;
    margin-bottom: 40px;
  }
}
.l-main {
  width: 79.01785714285714%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .l-main {
    width: 100%;
  }
}
.sidetitle {
  color: #fff;
  font-size: 1.4rem;/*1.3rem;*/
  font-weight: bold;
  letter-spacing: 0.1em;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: -webkit-gradient(linear, left top, right top, from(#f5515f), to(#a1051d));
  background: linear-gradient(90deg, #f5515f, #a1051d);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .sidetitle {
    color: #a1051d;
    background: #fff;
    height: 50px;
    line-height: 50px;
    position: relative;
  }
  .sidetitle::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0px 4px;
    border-color: #a1051d transparent transparent transparent;
    right: 20px;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .sidetitle.is-open::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
}
.sidecont:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sidecont:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sidecont {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .sidelist {
    display: none;
    border-top: 1px solid #e0e0e0;
  }
}
.sidelist__item {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .sidelist__item:last-of-type {
    border-bottom: none;
  }
}
.sidelist__link {
  display: block;
  padding: 25px 0;
  font-size: 1.4rem;
  color: #121212 !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sidelist__link {
    padding: 20px 15px;
    font-size: 1.3rem;
  }
}
.sidelist__link::before,
.sidelist__link::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sidelist__link::before {
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background-color: #a1051d;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sidelist__link::before {
    right: 15px;
  }
}
.sidelist__link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #fff;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .sidelist__link::after {
    right: 20px;
  }
}
.newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .newslist {
    display: block;
  }
}
.newslist__item {
  width: 28.24858757062147%;
  margin-left: 5.084745762711865%;
}
@media screen and (max-width: 768px) {
  .newslist__item {
    width: 100%;
    margin-left: 0;
  }
  .newslist__item:nth-of-type(n+2) {
    margin-top: 25px !important;
  }
}
.newslist__item:nth-of-type(n+4) {
  margin-top: 40px;
}
.newslist__link {
  display: block;
}
.newslist__figure {
  width: 100%;
  height: 0;
  padding-bottom: 79.2%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
.newslist__figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
}
.newslist__detail {
  margin-top: 20px;
  color: #a1051d;
}
.newslist__date {
  display: inline-block;
  background-color: rgba(0,0,0,0.03);
  border-radius: 3px;
  font-family: 'Inter', sans-serif;
  font-weight: 'b';
  font-weight: 700;
  font-size: 1.1rem;
  color: #a1051d;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.newslist__cat {
  font-size: 1.1rem;
  font-weight: bold;
}
.newslist__cat > span {
  display: inline-block;
}
.newslist__cat > span:nth-of-type(n+2)::before {
  content: '/';
  padding: 0 8px;
}
.newslist__text {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #121212;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .newslist__text {
    font-size: 1.3rem;
  }
}
.pcOnly {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
.spOnly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block !important;
  }
}
.news-article {
  border-top: 4px solid #a1051d;
  margin-left: 5.084745762711865%;
}
@media screen and (max-width: 768px) {
  .news-article {
    border-top: 3px solid #a1051d;
    margin-left: 0;
  }
}
.news-article .pageNavi {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .news-article .pageNavi {
    padding-top: 30px;
    margin: 30px auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.news-article .pageNavi__link {
  display: block;
  font-size: 1.4rem;
  color: #a1051d;
  letter-spacing: 0.03em;
  position: relative;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .news-article .pageNavi__link {
    font-size: 1.3rem;
    margin: 0;
  }
}
.news-article .pageNavi__link--prev::after,
.news-article .pageNavi__link--next::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #a1051d;
  position: absolute;
  top: 50%;
}
.news-article .pageNavi__link--prev {
  padding-left: 16px;
}
.news-article .pageNavi__link--prev::after {
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.news-article .pageNavi__link--next {
  padding-right: 16px;
}
.news-article .pageNavi__link--next::after {
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.news-title {
  border-bottom: 1px solid #e0e0e0;
  padding: 25px 0 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .news-title {
    padding: 20px 0;
    margin-bottom: 25px;
  }
}
.news-title__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a1051d;
}
.news-title__date {
  font-family: 'Inter', sans-serif;
  font-weight: 'm';
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news-title__date {
    font-size: 1.2rem;
  }
}
.news-title__date::after {
  content: '/';
  padding: 0 10px;
}
.news-title__cat {
  font-size:1.4rem;/* 1.3rem;*/
  font-weight: bold;
}
.news-title__cat > span {
  display: inline-block;
}
.news-title__cat > span:nth-of-type(n+2) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .news-title__cat {
    font-size: 1.1rem;
  }
}
.news-title__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .news-title__title {
    font-size: 1.7rem;
    margin-top: 15px;
  }
}
.news-cont > h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 12px 0 12px 20px;
  border-left: 4px solid #a1051d;
  line-height: 1.6;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .news-cont > h3 {
    margin-top: 35px;
    font-size: 1.6rem;
    padding: 8px 0 8px 15px;
    border-left: 3px solid #a1051d;
  }
}
.news-cont section {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .news-cont section {
    margin-top: 25px;
  }
}
.news-cont section.frame {
  border: 1px solid #e0e0e0;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .news-cont section.frame {
    padding: 12px;
  }
}
.news-cont section .entry {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .news-cont section .entry {
    margin-top: 20px;
  }
}
.news-cont section > h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 20px;
  background: rgba(161,5,29,0.12);
}
@media screen and (max-width: 768px) {
  .news-cont section > h3 {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.news-cont section h4 {
  color: #a1051d;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .news-cont section h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.news-cont .textSet {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .news-cont .textSet {
    line-height: 1.8;
  }
}
.news-cont .imageSet {
  margin-top: 30px;
}
.news-cont .imageSet .row {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news-cont .imageSet .row {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .news-cont .imageSet .row div {
    width: 100% !important;
  }
}
.news-cont .imageSet .row div p {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
}
.news-cont .imageSet .row div p + p {
  margin-top: 10px;
}
.news-cont .imageSet .row div p img {
  max-width: 100%;
  height: auto;
}
.news-cont .imageSet.column2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-cont .imageSet.column2 .row > div {
  max-width: 48%;
}
.news-cont .imageSet.column2 .row > div:nth-of-type(odd) {
  margin-right: 4%;
}
.news-cont .imageSet.column2 .row > div:nth-of-type(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .news-cont .imageSet.column2 .row > div:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
.news-cont .tableSet {
  margin-top: 30px;
}
.news-cont .tableSet .title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 15px 10px;
  background-color: #a1051d;
}
@media screen and (max-width: 768px) {
  .news-cont .tableSet .title {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.news-cont .tableSet table {
  width: 100%;
}
.news-cont .tableSet table tr {
  border-bottom: 1px solid #e0e0e0;
}
.news-cont .tableSet table th,
.news-cont .tableSet table td {
  font-size:1.4rem; /*1.3rem;*/
  line-height: 1.8;
  padding: 20px 0;
}
.news-cont .tableSet table th .freeSet,
.news-cont .tableSet table td .freeSet,
.news-cont .tableSet table th .textSet,
.news-cont .tableSet table td .textSet,
.news-cont .tableSet table th .linkSet,
.news-cont .tableSet table td .linkSet {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .news-cont .tableSet table th,
  .news-cont .tableSet table td {
    padding: 10px 0;
  }
}
.news-cont .tableSet table th {
  color: #a1051d;
  font-weight: bold;
  width: 25%;
}
.news-cont .tableSet table td {
  width: 75%;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .news-cont .tableSet table td {
    padding-left: 10px;
  }
}
.news-cont .linkSet {
  margin-top: 30px;
}
.news-cont .linkSet + .linkSet {
  margin-top: 10px;
}
.news-cont .linkSet a {
  color: #a1051d;
  font-size:1.4rem;/* 1.3rem;*/
  line-height: 1.6;
  text-decoration: underline;
  padding-left: 15px;
  position: relative;
}
.news-cont .linkSet a::before {
  content: '';
  position: absolute;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #a1051d;
  left: 0;
}
.news-cont .linkSet a.icPdf,
.news-cont .linkSet a.icExcel,
.news-cont .linkSet a.icWord {
  padding-left: 40px;
}
.news-cont .linkSet a.icPdf::after,
.news-cont .linkSet a.icExcel::after,
.news-cont .linkSet a.icWord::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: -2px;
  left: 15px;
}
.news-cont .linkSet a.icPdf::after {
  background: url("/common2/images/ic_pdf.gif") 50% 50% no-repeat;
  background-size: contain;
}
.news-cont .linkSet a.icExcel::after {
  background: url("/common2/images/ic_excel.png") 50% 50% no-repeat;
  background-size: contain;
}
.news-cont .linkSet a.icWord::after {
  background: url("/common2/images/ic_word.png") 50% 50% no-repeat;
  background-size: contain;
}
.news-cont .freeSet {
  margin-top: 30px;
  /*font-size: 1.3rem;*/
  font-size:1.4rem;
  line-height: 2;
}
.news-cont .freeSet h5 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 12px 0 12px 20px;
  border-left: 4px solid #a1051d;
  line-height: 1.6;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .news-cont .freeSet h5 {
    margin-top: 35px;
    font-size: 1.6rem;
    padding: 8px 0 8px 15px;
    border-left: 3px solid #a1051d;
  }
}
.news-cont .freeSet h6 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 20px;
  background: rgba(161,5,29,0.12);
}
@media screen and (max-width: 768px) {
  .news-cont .freeSet h6 {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.news-cont .freeSet table tr {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.news-cont .freeSet table th,
.news-cont .freeSet table td {
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 6px 10px;
}
.news-cont .freeSet table th {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
.news-cont .freeSet b {
  font-weight: bold;
}
.news-cont .freeSet i {
  font-style: italic;
}
.news-cont .freeSet sub {
  vertical-align: sub;
  font-size: smaller;
}
.news-cont .freeSet sup {
  vertical-align: super;
  font-size: smaller;
}
.news-cont .freeSet a {
  color: #a1051d;
  font-size:1.4rem;/* 1.3rem;*/
  line-height: 1.6;
  text-decoration: underline;
  position: relative;
  word-break: break-all;
}
.news-cont .mark {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news-cont .mark {
    margin-bottom: 20px;
  }
}
.news-cont .end {
  margin-top: 30px;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news-cont .end {
    margin-top: 20px;
  }
}
.news-cont .author {
  margin-top: 30px;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news-cont .author {
    margin-top: 20px;
  }
}
.sidelist__link {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1301px) {
  .sidelist__link:hover {
    color: #a1051d !important;
  }
}
.newslist__link {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1301px) {
  .newslist__link:hover {
    opacity: 0.7;
  }
}
.news-cont .linkSet a {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1301px) {
  .news-cont .linkSet a:hover {
    text-decoration: none;
  }
}


table.noborder td,
table.noborder th,
table.noborder tr{border:0!important;}

