@charset "utf-8";

/*---------------------------------------------------
  新テンプレ改修に伴うスタイル調整
---------------------------------------------------*/
.jp_theme_00.cp-Section {
  width: 100%;
}

.jp_theme_00 .cp-Section {
  box-sizing: border-box;
  margin-inline: auto;
  display: grid;
}

@media screen and (min-width: 640.02px), print {
  .jp_theme_00 .cp-Section {
    max-width: 1440px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 64px;
    padding-inline: 40px;
  }
}

@media screen and (max-width: 640px) {
  .jp_theme_00 .cp-Section {
    padding-inline: 16px;
  }
}

.news__list {
  margin-top: 28px;
  padding-top: 0px;
  padding-left: 0px;
  list-style: none;
}

.news__item {
  margin-top: 0px;
  border-top: 1px solid #c9c9c9;
}

.news__item:last-of-type {
  border-bottom: 1px solid #c9c9c9;
}

.news__detail {
  display: grid;
  grid-template-columns: auto minmax(auto, 1fr);
}

@media screen and (min-width: 640.02px), print {
  .news__detail {
    column-gap: 12px;
  }
}

@media screen and (max-width: 640px) {
  .news__detail {
    grid-template-areas: 'date tag';
    column-gap: 8px;
  }
}

.news__link {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 8px;
  padding-block: 16px;
  padding-inline: 20px;
  align-items: center;
  transition: background-color ease 0.3s;
}

.news__link:hover {
  background-color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 640.02px), print {
  .news__link {
    padding-block: 16px;
    padding-inline: 20px;
  }
}

@media screen and (max-width: 640px) {
  .news__link {
    padding-block: 12px;
    padding-inline: 12px;
  }
}

@media screen and (min-width: 640.02px), print {
  .news__icon {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 640px) {
  .news__icon {
    width: 15px;
    height: 15px;
  }
}

.news__icon img {
  width: 100%;
}

.news__time {
  color: #333;
  font-weight: 700;
}

@media screen and (min-width: 640.02px), print {
  .news__time {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .news__time {
    font-size: 15px;
    grid-area: date;
  }
}

.cp-NewsList h2 {
  margin-block: 0;
  font-size: 24px;
  line-height: 1.6;
}

.cp-NewsList .news_sct {
  margin-top: 28px;
}

@media screen and (min-width: 640.02px), print {
  .cp-NewsList .news_sct {
    margin-top: 28px;
  }
}

@media screen and (max-width: 640px) {
  .cp-NewsList .news_sct {
    margin-top: 24px;
  }
}

.cp-NewsList .clm {
  padding: 0;
}

.cp-NewsList .news_sct a.news_lst {
  background: none;
  position: relative;
  transition: background-color ease 0.3s;
}

@media screen and (min-width: 640.02px), print {
  .cp-NewsList .news_sct a.news_lst {
    padding: 16px 52px 16px 20px;
  }
}

@media screen and (max-width: 640px) {
  .cp-NewsList .news_sct a.news_lst {
    padding: 12px 35px 12px 12px;
  }
}

.cp-NewsList .news_sct .news_lst:hover {
  background-color: #fff;
}

.news_lst::after {
  content: '';
  display: block;
  background-image: url('/-/Media/Ricoh/Common/cmn_v3/img/svg/arrow-right-primary-color.svg');

  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.news_lst[target='_blank']::after {
  background-image: url('/-/Media/Ricoh/Common/cmn_v3/img/svg/blank-primary-color.svg');
  content: '別ウィンドウで開く';
  font-size: 0px;
}

@media screen and (min-width: 640.02px), print {
  .news_lst::after {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 640px) {
  .news_lst::after {
    width: 15px;
    height: 15px;
  }
}

.news_lst dl {
  display: grid;
}

@media screen and (min-width: 640.02px), print {
  .news_lst dl {
    grid-template-areas:
      'tag date'
      'text text';
    gap: 8px 12px;
    grid-template-columns: 140px auto;
  }
}

@media screen and (max-width: 640px) {
  .news_lst dl {
    grid-template-areas:
      'date tag'
      'text text';
    gap: 16px 8px;
    grid-template-columns: 112px auto;
  }
}

.news_lst_day {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  grid-area: date;
}

.lb_ico {
  width: 140px;
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
  height: 23px;
  box-sizing: border-box;
}

.lb_ico.cate01 {
  background: #707070;
  color: #fff;
}

.lb_ico.cate02 {
  background: #707070;
  color: #fff;
}

.lb_ico.cate03 {
  background: #707070;
  color: #fff;
}

@media screen and (min-width: 640.02px), print {
  .lb_ico {
    width: 140px;
    padding: 2px 10px;
  }
}

@media screen and (max-width: 640px) {
  .lb_ico {
    width: 110px;
    padding: 5px 8px;
  }
}

.news_lst_cate {
  grid-area: tag;
}

.news_lst .txt {
  grid-area: text;
  font-size: 16px;
  line-height: 1.8;
}

.news_lst_dtl {
  grid-area: text;
  color: #333;
}

.cp-NewsList .news_sct a.news_lst:hover dl .news_lst_dtl {
  text-decoration: none;
}

.cp-NewsList .news_sct dl .news_lst_cate,
.cp-NewsList .news_sct dl .news_lst_day,
.cp-NewsList .news_sct dl .news_lst_dtl {
  float: none;
}

.anchor-nav {
  border-bottom: 2px solid #cf142b;
  background-color: #fff;
}

.anchor-nav.is-fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .anchor-nav {
    border-top: 2px solid #cf142b;
  }
}

.anchor-nav__button {
  display: grid;
  grid-template-columns: 1fr 14px;
  align-items: center;
  padding-inline: 20px;
  width: 100%;
  padding-block: 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #cf122e;
  background-color: transparent;
  cursor: pointer;
}

.anchor-nav__button[aria-expanded='true'] .anchor-nav__button__icon {
  transform: rotate(180deg);
}

@media screen and (min-width: 640.02px), print {
  .anchor-nav__button {
    display: none;
  }
}

.anchor-nav__inner {
  overflow: hidden;
}

.anchor-nav__list {
  padding-top: 0px;
  padding-left: 0px;
}

@media screen and (min-width: 640.02px), print {
  .anchor-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  .anchor-nav__list {
    border-top: 1px solid #cf142b;
  }
}

.anchor-nav__menu {
  display: grid;
  transition: grid-template-rows 0.3s ease-in-out;
}

.anchor-nav__menu[aria-hidden='false'] {
  grid-template-rows: 1fr;
}

.anchor-nav__menu[aria-hidden='true'] {
  grid-template-rows: 0fr;
}

.anchor-nav__item {
  margin-top: 0px;
}

@media screen and (max-width: 640px) {
  .anchor-nav__item {
    border-bottom: 1px solid #c9c9c9;
    margin-top: 0px;
  }

  .anchor-nav__item:last-of-type {
    border-bottom: none;
  }
}

.anchor-nav__link {
  color: #cf122e;
  box-sizing: border-box;
  display: block;
  line-height: 1.4;
  transition: background-color 0.3s ease-in-out;
}

.anchor-nav__link:hover {
  background-color: #f6f6f6;
}

@media screen and (min-width: 640.02px), print {
  .anchor-nav__link {
    font-size: 16px;
    text-align: center;
    padding-block: 12px;
  }
  .anchor-nav__link span {
    font-weight: 700;
  }
}

@media screen and (max-width: 640px) {
  .anchor-nav__link {
    width: 100%;
    padding: 8px 20px;
    font-size: 15px;
  }
  .anchor-nav__link span {
    font-weight: 400;
  }
}

.anchor-nav__link__inner {
  display: grid;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 640.02px), print {
  .anchor-nav__link__inner {
    width: 170px;
    row-gap: 8px;
    border-right: 1px solid #c9c9c9;
  }
}

@media screen and (max-width: 640px) {
  .anchor-nav__link__inner {
    grid-template-columns: 1fr 14px;
  }
}

.anchor-nav__link__inner::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  margin-inline: auto;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M10.4258 7.28711L6.99979 10.7131L3.57379 7.28711' stroke='%23CF122E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.4258 3.28711L6.99979 6.71307L3.57379 3.28711' stroke='%23CF122E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media screen and (min-width: 640.02px), print {
  .anchor-nav__link__inner::after {
    width: 14px;
    height: 14px;
  }
}

.anchor-nav__item:last-of-type .anchor-nav__link__inner {
  border-right: none;
}

@media screen and (min-width: 640.02px), print {
  .top-bg {
    padding-bottom: 72px;
    position: relative;
    z-index: 0;
  }

  .top-bg::after {
    content: '';
    display: block;
    width: 80%;
    height: calc(100% - 72px);
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f7eded;
    z-index: -1;
  }

  .top-bg.top-bg--white::after {
    background-color: #fff;
  }
}

@media screen and (min-width: 640.02px), print {
  .u-pc-bgc-f7eded {
    background-color: #f7eded !important;
  }
}

.u-w-140 {
  width: 140px !important;
}

@media screen and (max-width: 640px) {
  .u-sp-w-110 {
    width: 110px !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sp-w-120 {
    width: 120px !important;
  }
}

#contents {
  padding-bottom: 0;
}

.cp-Section:has(.cp-InfomatinArea) {
  display: none;
}
