@charset "utf-8";

/* パンくずリスト */
.c-bread-clumb {
  padding: 23px 0 0;
  max-width: 1400px;
  margin: 0 auto 39px;
  width: calc(100% - 2.8571428571vw);
}

.c-bread-clumb .crumb {
  margin: 0 auto;
  width: auto;
}

.c-bread-clumb span {
  font-size: 13px;
}

.c-bread-clumb .cr-blue {
  color: #053ea9 !important;
  text-decoration: none;
  border-bottom: 1px solid #053ea9;
  padding-bottom: 2px;
}

@media screen and (min-width: 769px) {
  .c-bread-clumb .cr-blue:hover {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .c-bread-clumb span {
    font-size: 10px;
  }

  .c-bread-clumb {
    margin-bottom: 15px;
    padding-left: 18px;
    width: 100%;
  }

  .c-bread-clumb .crumblist:after {
    padding: 0 1em;
  }
}


/* 見出し */
.eg h1,
.eg h2,
.eg h3,
.eg h4 {
  font-weight: bold;
  letter-spacing: 0.025em;
}

.eg *+h1,
.eg *+h2,
.eg *+h3,
.eg *+h4 {
  margin-top: 80px;
}

.eg h1+*,
.eg h2+*,
.eg h3+*,
.eg h4+* {
  margin-top: 0 !important;
}

.eg h1 {
  position: static;
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
}


.eg h2 {
  font-size: 32px;
  position: relative;
  margin-bottom: 28px;
}

.eg h2 span {
  border-bottom: 2px solid #000;
}

.eg h3 {
  font-size: 24px;
  margin-bottom: 22px;
}

.eg h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {

  .eg *+h1,
  .eg *+h2,
  .eg *+h3,
  .eg *+h4 {
    margin-top: 35px;
  }

  .eg h1 {
    font-size: 25px;
  }

  .eg h2 {
    font-size: 18px;
    margin-bottom: 21px;
  }

  .eg h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .eg h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

/* ブロック共通パーツ */
.block-space {
  margin-top: 80px;
}

.space {
  margin-top: 40px;
}

.content-area + .content-area {
  margin-top: 40px;
}

.parts-block {
  overflow: hidden;
}

.parts-block p {
  font-size: 16px;
}

.parts-block .inner-block > *:last-child {
  margin-bottom: 100px;
}

.parts-outer-block {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50% + 8px);
  padding-right: calc(50vw - 50% + 8px);
  width: 100vw;
  overflow: hidden;
}

.parts-inner-block {
  position: relative;
  width: calc(100% - 2.8571428571vw);
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .parts-inner-block {
    max-width: 1400px;
  }
}

@media screen and (max-width: 768px) {
  .block-space {
    margin-top: 35px;
  }
  
  .space {
    margin-top: 25px;
  }

  .content-area+.content-area {
    margin-top: 25px;
  }



  .parts-block p {
    font-size: 12px;
  }

  .parts-block .inner-block > *:last-child {
    margin-bottom: 40px;
  }

  .parts-outer-block {
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 0;
    padding-right: 0;
  }
  .parts-inner-block {
    padding: 0 18px;
    width: 100%;
  }
}

/* 本文 */
.c-txt-area+.c-txt-area {
  margin-top: 28px;
}

.c-txt-area p {
  letter-spacing: 0.02em;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .c-txt-area.area02 {
    display: flex;
  }

  .c-txt-area.area02 .area02-txt {
    width: calc(100% / 2 - 30px);
  }

  .c-txt-area.area02 .area02-txt:first-child {
    margin-right: 60px;
  }
}

@media screen and (max-width: 768px) {
 .c-txt-area+.c-txt-area {
    margin-top: 13px;
  }

  .c-txt-area.area02 .area02-txt+.area02-txt {
    margin-top: 13px;
  }

  .c-txt-area p {
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
}

/* 画像 */
.c-img-area a {
  display: block;
}

.c-img-area img {
  max-width: 100%;
  width: auto;
}

.c-img-area.area01 a {
  display: inline-block;
}

.c-img-area.area01 .img.center {
  text-align: center;
}

.c-img-area.area01 .img.right {
  text-align: right;
}

@media screen and (min-width: 769px) {

  .c-img-area.area02,
  .c-img-area.area03 {
    display: flex;
  }

  .c-img-area.area02 .img {
    width: calc(100% / 2 - 30px);
  }

  .c-img-area.area02 .img:first-child {
    margin-right: 60px;
  }

  .c-img-area.area03 .img {
    width: calc((100% / 3) - (40px / 3));
  }

  .c-img-area.area03 .img:not(:last-child) {
    margin-right: 40px;
  }
}

.c-img-area.area02 .img{
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-img-area .img+.img {
    margin-top: 13.5px;
  }
}

/* 画像 + テキスト */
.c-img-txt-area p {
  letter-spacing: 0.02em;
}

.c-img-txt-area p:not(.caption) {
  line-height: 1.75;
}

.c-img-txt-area .caption {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.71;
}

.c-img-txt-area {
  display: flex;
  align-items: flex-start;
}

.c-img-txt-area.area02,
.c-img-txt-area.area04 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {

  .c-img-txt-area.area01,
  .c-img-txt-area.area03 {
    flex-direction: column;
  }

  .c-img-txt-area.area01 .img {
    margin-bottom: 20px;
  }

  .c-img-txt-area.area02,
  .c-img-txt-area.area04 {
    flex-direction: column-reverse;
  }

  .c-img-txt-area.area02 .img,
  .c-img-txt-area.area04 .img {
    margin-top: 20px;
  }

  .c-img-txt-area .img {
    width: 100%;
  }

  .c-img-txt-area .caption {
    font-size: 10px;
    margin: 6px 0 10px;
  }
}

@media screen and (min-width: 769px) {

  .c-img-txt-area .img,
  .c-img-txt-area .img-area {
    width: 440px;
    flex-shrink: 0;
  }

  .c-img-txt-area .txt {
    width: calc(100% - 440px - 40px);
  }

  .c-img-txt-area.area01 .img,
  .c-img-txt-area.area03 .img-area {
    margin-right: 40px;
  }

  .c-img-txt-area.area02 .img,
  .c-img-txt-area.area04 .img-area {
    margin-left: 40px;
  }
}

.c-img-txt-area .img img {
  width: 100%;
}

/* 表組み */

.c-table-area .table-th,
.c-table-area .table-td,
.c-table-area p {
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-weight: normal;
}

.c-table-area table,
.c-table-area tbody,
.c-table-area tr {
  width: 100%;
}

.c-table-area .table-tr {
  border-top: 1px solid #737878;
}

.c-table-area .table-tr:last-child {
  border-bottom: 1px solid #737878;
}

.c-table-area .table01 .table-td {
  padding: 26px 30px 26px 0;
  width: 85.5%;
}

.c-table-area .table02 .table-td {
  padding: 26px 30px;
  width: 82.9%;
}

.c-table-area .table-th {
  text-align: left;
}


.c-table-area .table01 .table-th {
  padding: 26px 30px;
  width: 14.5%;
}

.c-table-area .table02 .table-th {
  padding: 26px 30px;
  width: 17.1%;
  background-color: #e5f9ff;
}

.c-table-area.area03 .txt-area {
  padding: 26px 30px;
  border-top: 1px solid #737878;
}

.c-table-area.area03 .txt-area:last-child {
  border-bottom: 1px solid #737878;
}

@media screen and (max-width: 768px) {
  .c-table-area .table01 .table-th {
    width: 112px;
    padding: 10px 10px 10px 17px;
  }

  .c-table-area .table01 .table-td {
    padding: 10px 17px 10px 0;
    width: calc(100% - 112px);
  }

  .c-table-area .table-th,
  .c-table-area .table-td {
    font-size: 12px;
  }

  .c-table-area .table02 .table-th {
    padding: 10px 10px 10px 17px;
    width: 109px;
  }

  .c-table-area .table02 .table-td {
    padding: 10px 17px;
    width: calc(100% - 112px);
  }

  .c-table-area.area03 .txt-area {
    padding: 10px 17px;
  }
}

/* 囲いテキスト */
.txt-bg-area {
  background-color: #e5f9ff;
  padding: 26px 30px;
}

.txt-bg-area p {
  letter-spacing: 0.02em;
  line-height: 1.75;
  -webkit-text-size-adjust: none; 
  font-size: 16px;
}


@media screen and (max-width: 768px) {
  .txt-bg-area {
    padding: 10px 17px;
  }

  .txt-bg-area p {
    font-size: 12px;
  }
}

/* ボタン */
.c-btn-area .c-btn-01 {
  display: inline-block;
  background-color: #1550a0;
  border: 1px solid #1550a0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 14px 43px 14px 20px;
  width: 332px;
  border-radius: 10px;
  position: relative;
  transition: ease-in-out 0.3s;
}

.c-btn-area .c-btn-01:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {

  .c-btn-area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .c-btn-area .c-btn-01:not(:last-child) {
    margin-right: 60px;
  }

  .c-btn-area .c-btn-01 {
    margin-bottom: 30px;
  }

  .c-btn-area.area01 {
    text-align: center;
    display: block;
    margin-bottom: 0;
  }

  .c-btn-area.area01 .c-btn-01 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-btn-area.area01 .c-btn-01.center {
    margin-left: auto;
    margin-right: auto;
  }

  .c-btn-area.area01 .c-btn-01.right {
    margin-left: auto;
  }

  .c-btn-area.area01 .c-btn-01+.c-btn-01 {
    margin-top: 30px;
  }

  .c-btn-area.area02 {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-btn-area.area03 {
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-btn-area .c-btn-01:hover {
    background-color: #fff;
    color: #1550a0;
    border: 1px solid #1550a0;
  }

  .c-btn-area .c-btn-01:hover:after {
    border-color: transparent transparent transparent #1550a0;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-area .c-btn-01+.c-btn-01 {
    margin-top: 15px;
  }

  .c-btn-area {
    text-align: center;
  }

  .c-btn-area .c-btn-01 {
    display: block;
    width: 230px;
    font-size: 15px;
    padding: 15px 18px 15px 8px;
    letter-spacing: 0.075em;
    font-weight: normal;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
  }

  .c-btn-area .c-btn-01:after {
    border-width: 5px 0 5px 6px;
    right: 10px;
  }
}

/* 画像+見出し+Moreボタンパーツ */
.p-message-card {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-message-card {
    margin: 25px -18px 0;
    width: calc(100% + 18px * 2);
  }
}

.p-message-card > * {
  display: flex;
}

.p-message-card .img {
  background: no-repeat center center / cover;
  min-height: 400px;
}

.p-message-card .txt-area {
  background: url(../../images/top/news_bg_01.jpg) no-repeat center/cover;
  padding: 45px;
}

.p-message-card .txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-message-card .btn-wrap {
  margin-top: 18px;
}

.p-message-card .btn {
  background-color: #1550a0;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  padding: 10px 30px 10px 20px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
}

.p-message-card .btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 769px) {
  .p-message-card .btn:hover {
    color: #1550a0;
    background-color: #fff;
    border-color: #1550a0;
  }

  .p-message-card .btn:hover::before {
    border-color: transparent transparent transparent #1550a0;
  }

  .p-message-card .img,
  .p-message-card .txt-area {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-message-card > * {
    flex-direction: column;
  }

  .p-message-card .img {
    height: 0;
    min-height: auto;
    padding-top: calc(440 / 750 * 100%);
  }

  .p-message-card .txt-area {
    padding: 18px;
  }

  .p-message-card .txt {
    font-size: 15px;
    line-height: 1.3;
  }

  .p-message-card .btn-wrap {
    margin-top: 5px;
    text-align: right;
  }

  .p-message-card .btn {
    font-size: 15px;
    padding: 7px 19px 7px 13px;
    border-radius: 5px;
  }

  .p-message-card .btn::before {
    border-width: 4px 0 4px 5px;
    right: 8px;
  }

}

/* リストパーツ */
.item-block + .item-block {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {

  .c-list-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -40px 0;
  }

  .c-list-area li {
    width: calc(100% / 3 - 23.2px);
    max-width: 442px;
    margin-bottom: 40px;
  }

  .c-list-area li:not(:nth-child(3n + 1)) {
    margin-left: 34.6px;
  }

  .c-list-area .link .img {
    transition: ease-in-out 0.3s;
  }

  .c-list-area .link:hover .img {
    transform: scale(1.1);
  }

  .c-list-area .link:hover .txt-bg-area {
    color: #1752a1;
  }

  .c-list-area.list-center {
    justify-content: center;
  }
}

.c-list-area .img-area {
  position: relative;
  overflow: hidden;
}

.c-list-area img {
  width: 100%;
}

.c-list-area .img {
  background: no-repeat center center / cover;
  height: 0;
  padding-top: 100%;
}

.c-list-area .img-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-list-area .img-area .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 17px;
  letter-spacing: 0.02em;
  line-height: 1.166;
}

@media screen and (max-width: 999px) {
  .c-list-area .img-area .txt {
    font-size: 18px;
  }
}

.c-list-area .link {
  text-decoration: none;
  color: #000;
  display: block;
}

.c-list-area .txt-bg-area {
  background: url(../../images/company/txt-bg.jpg) no-repeat top center / cover;
  transition: ease-in-out 0.3s;
  height: 100%;
}

.c-list-area .txt-bg-area {
  height: calc(100% - 30.2vw);
  min-height: calc(100% - 442px);
}

.c-list-area .c-btn-area .c-btn-01 {
  margin-left: auto;
  margin-right: auto;
}

.img-inner {
  background: no-repeat top center / cover;
  display: block;
  width: 100%;
  height: 100%;
}

.img-inner:before {
  position: absolute;
  content: '';
  display: block;
  padding-top: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 768px) {
  .item-block + .item-block {
    margin-top: 20px;
  }

  .c-list-area .img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-list-area li+li {
    margin-top: 20px;
  }

  .c-list-area .img-area .txt {
    font-size: 20px;
  }

  .c-list-area .txt-bg-area p {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {

  .c-list-area .txt-bg-area p+* {
    margin-top: 10px;
  }
}

.c-list-area .c-btn-area.area01 .c-btn-01+.c-btn-01 {
  margin-top: 6px;
}

.c-list-area .c-btn-01 {
  max-width: 270px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  padding: 20.5px 15px 20.5px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: auto;
}

@media screen and (max-width: 768px) {
  .c-list-area .c-btn-01 {
    max-width: 230px;
    padding: 12px 5px;
  }

  .c-list-area .c-btn-area {
    margin: 10px 0;
  }

  .c-list-area .c-btn-area.area01 .c-btn-01+.c-btn-01 {
    margin-top: 10px;
  }
}

.c-list-area .c-btn-01 p {
  font-size: 15px;
  letter-spacing: -0.01em;
  min-height: auto;
  display: inline-block;
  padding-bottom: 0;
  padding: 0 10px 0 0px;
  line-height: 1.1;
  position: relative;
  font-weight: normal;
  max-width: 239px;
}

.c-list-area .c-btn-01 p:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: ease-in-out 0.3s;
}

.c-list-area .c-btn-01:after {
  display: none;
}

@media screen and (min-width: 769px) {
  .c-list-area .c-btn-01:hover p:after {
    border-color: transparent transparent transparent #1550a0;
  }
}

@media screen and (max-width: 768px) {
  .c-list-area .c-btn-01 p {
    font-size: 14px;
    max-width: 188px;
    padding-right: 4px;
  }

  .c-list-area .c-btn-01 p:after {
    border-width: 5px 0 5px 6px;
  }
}


/* c-list-area--white */
.c-list-area--white .img-area {
  border: 1px solid #d7dce4;
}

.c-list-area--white .img-area::after {
  content: none;
}

.c-list-area--white .img-area .img {
  background-size: auto 90%;
  padding-top: 60%;
}

.c-list-area--white .txt-bg-area {
  min-height: calc(100% - 18vw);
  height: calc(100% - 264px);
}

.c-list-area--white .txt-bg-area .ttl {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) and (max-width: 1299px) {
  .c-list-area--white .img-area .img {
    background-size: auto 78%;
  }
  .c-list-area--white .img-area .txt {
    top: 20px;
  }
}


/* CUSTOMER’S VOICE用パーツ */
.voice-block {
  padding-bottom: 100px;
  margin-top: 78px;
}

@media screen and (max-width: 768px) {
  .voice-block{
    margin-top: 50px;
  }
}

.voice-block .c-ttl-area {
  padding: 80px 0 0;
  margin-bottom: 22px;
}

.voice-block .c-ttl-area .ttl {
  padding-bottom: 10px;
  letter-spacing: 0.075em;
}

.voice-block .c-ttl-area .ttl-bottom {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .voice-block .c-ttl-area {
    padding-top: 40px;
  }

  .voice-block .c-ttl-area .ttl {
    padding-bottom: 5px;
  }

  .voice-block {
    padding-bottom: 42px;
  }
}

/* CUSTOMER’S VOICE用パーツ（記事部分） */
.c-article-01 {
  background-color: #fff;
  max-width: 1090px;
  margin: 0 auto;
  padding: 50px 100px;
}

.c-article-01 .ttl-area {
  text-align: center;
  margin-bottom: 45px;
}

.c-article-01 .ttl-area .company {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 18px;
}

.c-article-01 .detail {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.c-article-01 .article-ttl {
  font-size: 32px;
  margin-bottom: 20px;
}

.c-article-01 .each-ttl {
  font-size: 20px;
  font-weight: bold;
}

.c-article-01 .caption {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.c-article-01 .each-ttl:not(:first-of-type) {
  margin-top: 16px;
}

@media screen and (min-width: 769px) {

  .c-article-01 .img-area {
    width: calc(100% - 52% - 67px);
    margin-left: 67px;
  }

  .c-article-01 .c-img-txt-area .txt {
    width: 52%;
  }
}

.c-article-01 .img-area .img {
  width: 100%;
  margin: 20px auto 0;
}

.c-article-01 .img-area img {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .c-article-01 .img-area {
    max-width: 100%;
  }
}

.c-article-01 .c-img-txt-area {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-article-01 {
    padding: 30px 16px;
  }

  .c-article-01 .logo {
    width: 235px;
    margin: 0 auto;
  }

  .c-article-01 .logo img {
    width: 100%;
  }

  .c-article-01 .ttl-area .company {
    font-size: 10px;
  }

  .c-article-01 .detail {
    font-size: 12px;
  }

  .c-article-01 .txt {
    max-width: 100%;
  }

  .c-article-01 .ttl-area {
    margin-bottom: 16px;
  }

  .c-article-01 .article-ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .c-article-01 .each-ttl {
    font-size: 15px;
  }

  .c-article-01 .each-txt {
    font-size: 12px;
  }

  .c-article-01 .caption {
    font-size: 12px;
    max-width: 100%;
    line-height: 1.6;
    margin-top: 12px;
  }

  .c-article-01 .each-ttl:not(:first-of-type) {
    margin-top: 8px;
  }
}


/* 背景+画像パーツ */
.bnr-block,
.parts-block .inner-block > .bnr-block {
  background: no-repeat url(../../images/company/bnr-bg.jpg) top center / cover;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.bnr-block .content-area {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.bnr-block .bnr {
  margin: 0 auto;
  text-align: center;
  transition: ease-in-out 0.3s;
  display: block;
}

.bnr-block .bnr img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .bnr-block a.bnr:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .bnr-block,
  .parts-block .inner-block > .bnr-block {
    padding: 0;
    background: none;
    margin-top: 41px;
  }
  .bnr-block .parts-inner-block {
    padding: 0;
  }
}


/* --------------------------------
日付＋テキスト＋PDFパーツ
----------------------------------- */
.c-news-item {
  border-top: 1px solid #737878;
  border-bottom: 1px solid #737878;
}

.c-news-item + .c-news-item {
  border-top: none;
}

.c-news-item > * {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .c-news-item > * {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-news-item > * {
    padding: 10px 0;
    font-size: 12px;
  }
}

.c-news-item a:hover .txt {
  color: #1752a1;
}

.c-news-item .info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .c-news-item .info {
    margin-bottom: 6px;
  }
}

.c-news-item .date {
  padding-right: 14px;
  letter-spacing: 0.05em;
}

.c-news-item .pdf {
  color: #fff;
  background: #1752a1;
  padding: 0 8px;
  position: relative;
  font-size: 11px;
  border-radius: 2px 5px 2px 2px;
  letter-spacing: 0.05em;
}

.c-news-item .txt {
  line-height: 1.8;
  letter-spacing: 0.02em;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 768px) {
  .c-news-item .txt {
    line-height: 1.5;
  }
}