@charset "UTF-8";

/*.c_heading_2 下線表現*/
.c_heading_2.underline {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.c_heading_2.underline::before {
  width: 60px;
  height: 2px;
  top: auto;
  bottom: 0;
}

/*.c_btn light_blue派生*/
.c_btn__light_blue {
  background: #EDF1F5;
  border: 1px solid #EDF1F5;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.c_btn__light_blue:not(.c_btn__icon):not(.c_btn__no_icon)::after {
  background-image: url(/pro/images_rn/common/icon/icon_arrow_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

.c_btn__light_blue:hover {
  background-color: #FAFDFF;
  border-color: #FAFDFF;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.c_btn__align_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.c_btn__back_large:not(.c_btn__icon):not(.c_btn__no_icon)::after {
  background-image: url(/pro/images_rn/common/icon/icon_arrow_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  width: 6px;
}

/*MV*/
.c-mv {
  align-items: center;
  background-image: url(/pro/glossary/images/top/bg_mv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  width: 100%;
  padding: 68px 0;
  height: 290px;
  justify-content: center;
  margin-bottom: 50px;
}
.c-mv_txts {
  max-width: 1120px;
  width: calc(100% - 90px);
  margin: auto;
}
.c-mv_ttl {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.c-mv_txt {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300;
}

/*下層タイトル*/
.p_detail_title_box {
  background: #F8F9FA;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.p_detail_title_box .detail_title_area {
  margin-left: auto;
  margin-right: auto;
  min-width: 1120px;
  width: 1120px;
  letter-spacing: -0.4em;
}

.p_detail_title_box .detail_title_inr {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 85%;
  padding-right: 2%;
}

.p_detail_title_box .detail_title {
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: 600;
}

/*.p_contents お役立ちコンテンツ等*/
.p_contents {
  background: #EDF1F5;
  /* margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); */
  margin-top: 50px;
  padding: 50px 20px;
  width: 100%;
}

.p_contents.c_contents_useful .useful_items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_contents.c_contents_useful .useful_items ul li {
  -webkit-box-flex: none;
  -ms-flex: none;
      flex: none;
  width: 178px;
}

.p_contents.c_contents_useful .useful_items ul li a:hover {
  opacity: 0.7;
}

/*サイドバー*/
.p_side_content {
  background: #F8F9FA;
  margin-bottom: 30px;
  padding: 20px;
}

.p_side_content .side_heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 21px;
}

.p_side_content.entry .side_heading {
  padding-top: 40px;
  background: url(../images/common/icon_entry.svg) no-repeat center top;
}

.p_side_content.knowledge .side_heading {
  padding-top: 40px;
  background: url(../images/common/icon_knowledge.svg) no-repeat center top;
}

.p_side_content .side_heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  background: #0A4067;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.p_side_content .knowledge__lists .item{
  margin-top: 10px;
}

/*.p_new_info（タブ内ではないニュースエリアと定義） タブの中ではないので.c_tab__contは常にオープン*/
.p_new_info {
  margin-top: 100px;
}

.p_new_info .c_tab__cont{
  display: block;
}

/* インクルードのセミナー */
.report_contents .c_heading_2 {
  padding-top: 0;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 36px;
}
.report_contents .c_heading_2:before {
  top: auto;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 60px;
  transform: translateX(-50%);
  background: #175886;
}
.report_contents .c_heading_2 + p {
  text-align: center;
}
.c_investment_news_list {
  margin-top: 4px;
}
.c_news_item:not(.c_news_item__box) a {
  padding-bottom: 20px;
  padding-top: 26px;
  position: relative;
}
.c_news_item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_news_item a {
  padding-bottom: 20px;
  padding-top: 26px;
  position: relative;
}
.c_news_item:not(.c_news_item__box) a::before {
  background: #cbcbcb;
  width: 100%;
  z-index: 1;
}
.c_news_item:not(.c_news_item__box) a::after {
  background: #111;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  width: 0;
  z-index: 2;
}
.c_news_item:not(.c_news_item__box) a::before, .c_news_item:not(.c_news_item__box) a::after {
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
}
.c_news_item .c_news_item__desc {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c_news_item .c_news_item__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_news_item:not(.c_news_item__box) .c_news_item__date {
  line-height: 1.5;
}
.c_news_item .c_news_item__date {
  color: #777;
    margin-right: 14px;
}

.c_column__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
}

.c_column__labels > li.c_label__new {
  font-family: Roboto, 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 500;
  background: #b10510;
  color: #fff;
}
.c_column__labels > li {
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin-left: 8px;
    margin-top: 8px;
}
.c_news_item__info .c_column__labels > li.c_label__simple {
  padding: 5px 16px;
}
.c_column__labels > li.c_label__simple {
  background: #f8f9fa;
  border: 1px solid #000;
  color: #000;
}
.c_news_item__ttl + p {
  font-size: 1.6rem;
  font-weight: 300;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c_news_item:not(.c_news_item__box) .c_news_item__ttl {
  line-height: 1.63;
  margin-top: 13px;
  padding-right: 25px;
  position: relative;
  font-weight: 600;
}
.l_contents__report .c_news_item:not(.c_news_item__box) .c_news_item__ttl::after {
  background-image: url(/pro/images_rn/common/icon/icon_arrow_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
}
.c_news_item:not(.c_news_item__box) a:hover {
  opacity: 0.8;
}
.c_news_item:not(.c_news_item__box) a:hover::after {
  width: 100%;
}

/*セクション*/
.p_section {
  padding-top: 50px;
}

.p_section + .p_section {
  margin-top: 50px;
}

.p_section .lead {
  text-align: center;
}

.p_section .content {
  margin-top: 28px;
}

.c_btn_group_wrap + .p_section {
  margin-top: 50px;
}

/*セクション（margin等小さいもの）*/
.p_section_min {

}

.p_section_min + .p_section_min {
  margin-top: 50px;
}

.p_section_min .c_heading_1 {
  margin-top: 0;
  font-size: 23px;
}

.p_section_min__txt {
  line-height: calc(32.8 / 16);
}

/*関連記事*/
.p_relation {
}

.p_relation .c_heading_2{
  margin-top: 60px;
}

/*ボタングリッド*/
.p_btn_grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

/*リンクリスト*/
.p_link_list {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(3, 1fr);
}

.p_link_list .item {
  min-height: 50px;
  padding-left: 14px;
  position: relative;
}

.p_link_list .item::before {
  background: url(/pro/images_rn/common/icon/icon_arrow_black.svg) no-repeat center;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
}

.p_link_list .link {
  background: linear-gradient(#2c5783, #2c5783) 0 100%/0 2px no-repeat;
  transition: background .4s;
  color: #2c5783;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: calc(28 / 18);
}

.p_link_list .link:hover {
  background-size: 100% 2px;
}

/*上書き*/
.p_row__main {
  width: 832px;
}

.p_row__side {
  float: right;
  position: relative;
  max-width: 258px;
  width: 23.1%;
}
.p_row__side .sidenav.is-fixed {
  position: fixed;
  max-width: 258px;
  top: 0;
}
.p_row__side .sidenav.is-bottom {
  position: absolute;
  bottom: 0;
}
.p_row__side .sidenav {
  width: 100%;
}
.p_row__side .c_btn__outline span{
  transition: 0.3s;
}
.p_row__side .c_btn__outline:hover span {
  color: #0A4067;
}

/*ガイドfaq*/
.faq_list {
  padding-bottom: 50px;
}
.faq_list_item {
  display: block;
  background-color: #EDF1F5;
  padding: 29px 50px 21px 39px;
  min-height: 80px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  position: relative;
}
.faq_list_item:hover {
  background-color: #FAFDFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
.faq_list_item::after{
  background-image: url(https://www.nomu.com/pro/images_rn/common/icon/icon_arrow_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 5px;
}
.faq_list_item span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 20px;
}

/*コラムリスト*/
.c_column__tags {
  letter-spacing: -0.4em;
}

.c_column__tags .c_tag__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  line-height: 1;
  margin-right: 8px;
  margin-top: 8px;
}

.c_column__tags .c_tag__item span,
.c_column__tags .c_tag__item a {
  display: inline-block;
  background: #FCF5EC;
  box-shadow: 0 0 3px  rgba(0,0,0,0.16);
  font-size: 1.4rem;
  padding: 6px;
  border-radius: 2px;
}

.c_column__tags .c_tag__item span:hover,
.c_column__tags .c_tag__item a:hover {
  text-decoration: underline;
  color: #225275;
}

.c_report_info_list__item {
  margin-top: 24px;
  position: relative;
}

.c_report_info_list__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #575757;
  border-right: 2px solid #575757;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}

/* .c_report_info_list__item:first-child {
  margin-top: 0;
} */

.c_report_info_list__item a {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-shadow: 0 0 4px rgba(0,0,0,0.16);
  padding: 20px 27px 20px 20px;
  transition: 0.3s;
}

.c_report_info_list__item a:hover {
  box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

.c_report_info_list__item .img,
.c_report_info_list__item .detail {
  display: table-cell;
  vertical-align: middle;
}

.c_report_info_list__item .img {
  width: 180px;
}

.c_report_info_list__item .detail {
  width: 100%;
}

.c_report_info_list__item .img + .detail {
  width: auto;
  padding-left: 20px;
}

.c_report_info_list__item .detail .detail__inr {
  width: 100%;
}

.c_report_info_list__item .detail .title {
  width: 100%;
}

.c_report_info_list__item .detail .title span {
  letter-spacing: -0.8px;
  font-size: 2rem;
  font-weight: 600;
  color: #175886;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.c_report_info_list__item .detail .title + p {
  letter-spacing: -0.6px;
  display: block;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 300;
}

.c_report_info_list__item .detail .c_item__date_label {
  display: flex;
  margin-top: 15px;
}

.c_report_info_list__item .detail .c_item__date_label .c_item__date {
  min-width: 120px;
  margin-top: 0;
  margin-right: 10px;
}

.c_report_info_list__item .detail .c_item__date {
  font-size: 1.4rem;
  color: #777777;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  /*MV*/
  .c-mv {
    background-image: url(/pro/glossary/images/top/bg_mv_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 35px 20px 22px;
    height: 200px;
    margin-bottom: 0;
  }
  .c-mv_txts {
    width: 100%;
  }
  .c-mv_ttl {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .c-mv_txt {
    line-height: 1.625em;
  }

  /*下層タイトル*/
  .p_detail_title_box {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p_detail_title_box .detail_title_area {
    min-width: 100%;
    width: 100%;
    padding: 0 20px;
    letter-spacing: normal;
  }

  .p_detail_title_box .detail_title_inr {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .p_detail_title_box .detail_title {
    font-size: 2rem;
  }

  /*.p_contents お役立ちコンテンツ等*/
  .p_contents {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .p_contents.c_contents_useful .useful_items ul {
    flex-wrap: wrap;
    gap: 20px 4%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .p_contents.c_contents_useful .useful_items ul li {
    width: 48%;
  }

  /*.p_new_info（タブ内ではないニュースエリアと定義） タブの中ではないので.c_tab__contは常にオープン*/
  .p_new_info {
    margin-top: 60px;
  }

  .p_new_info .c_tab__cont{
    background: none;
    padding-bottom: 0;
    padding-top: 10px;
  }

  /* インクルードのセミナー */
  .report_contents .c_heading_2 {
    margin-bottom: 26px;
  }
  .c_heading_2 + p {
    text-align: center;
  }
  .c_news_item:not(.c_news_item__box) a {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 20px;
  }

  .c_news_item .c_news_item__info {
    flex-wrap: wrap;
    margin-top: -8px;
  }
  .c_news_item .c_news_item__date {
    margin-top: 8px;
  }
  .c_news_item .c_column__labels {
    margin-top: 0;
  }
  .c_news_item:not(.c_news_item__box) .c_news_item__ttl {
    padding-right: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /*セクション*/
  .p_section {
    margin-top: 30px;
    padding-top: 30px;
  }

  .p_section + .p_section {
    margin-top: 30px;
  }

  .p_section .lead {
    text-align: left;
  }

  /*ボタングリッド*/
  .p_btn_grid {
    gap: 5px 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .p_btn_grid.sp_1_column {
    grid-template-columns: repeat(1, 1fr);
  }

  /*リンクリスト*/
  .p_link_list {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .p_link_list .item {
    min-height: 0;
  }

  .p_link_list .link {
    display: block;
  }

  /*ガイドfaq*/
  .faq_list {
    padding-bottom: 30px;
  }
  .faq_list_item {
    padding: 24px 30px 17px 20px;
    min-height: 70px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .faq_list_item:hover {
    background-color: #EDF1F5;
    box-shadow: none;
  }
  .faq_list_item span {
    font-size: 16px;
  }

  /*コラムリスト*/
  .c_report_info_list__item .detail .title {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .c_report_info_list__item .img {
    display: table-cell;
    width: 27%;
  }

  .c_report_info_list__item .detail .title span {
    display: table-cell;
    width: auto;
    text-overflow: inherit;
    white-space: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    font-size: 1.8rem;
  }

  .c_report_info_list__item .detail .title .img + span {
    padding-left: 10px;
  }

  .c_report_info_list__item .img + .detail {
    padding-left: 0;
  }

  .c_report_info_list__item .detail .title + p {
    margin-top: 10px;
  }

  .c_report_info_list__item .detail .c_column__tags {
    margin-top: 5px;
  }
}
