.c-mv {
  background-image: url(/pro/guide/images/bg_mv_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 68px 0;
  height: 290px;
}
.c-mv_ttl {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.c-mv_txts {
  max-width: 1120px;
  width: calc(100% - 90px);
  margin: auto;
}
.c-mv_txt {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300;
}

.anchor_list {
  margin-top: 30px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: calc(100% - 90px);
}
.anchor_list ul {
  display: flex;
  gap: 10px;
}
.anchor_list ul li {
  width: calc(20% - 8px);
  text-align: center;
}
.anchor_list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0a4067;
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 17px;
  font-size: 18px;
  height: 119px;
  line-height: 1.5em;
}
.anchor_list ul li a::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: 50%;
  bottom: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  transform: rotate(90deg);
}
.anchor_list ul li a:hover{
  background-color: #E8F3FF;
  color: #0A4067;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.l_ttl__inr {
  padding: 0;
  margin-top: 33px;
}

.c_heading_2 {
  font-size: 2.6rem;
  line-height: 1.2;
  position: relative;
  text-align: center;
  font-weight: 700;
}
.c_heading_2.underline {
  margin-bottom: 32px;
}
.c_heading_2 + p {
  text-align: center;
  margin: 0 0 27px;
  line-height: 2.025em;
  font-weight: 300;
}

.c_heading_2.underline::before{
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}
.faq_list {
  padding-bottom: 50px;
}
.faq_list_item {
  display: block;
  background-color: #EDF1F5;
  width: 100%;
  position: relative;
  font-weight: 700;
  padding: 29px 50px 21px 39px;
  min-height: 80px;
  font-size: 18px;
  margin-bottom: 20px;
}
.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:hover {
  background-color: #FAFDFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
.faq_list_item span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 20px;
}

.search_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.search_list li {
  width: calc(25% - 10px);
}
.search_list_item {
  background-color: #EDF1F5;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  position: relative;
  font-size: 20px;
  padding: 39px 50px 36px 27px;
  height: 109px;
}
.search_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: 24.5px;
  top: 50%;
  width: 5px;
}
.search_list_item:hover {
  background-color: #FAFDFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}

/* 会員特典 */
.p_contents {
  background: #EDF1F5;
}
.p_contents .l_contents__inr {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p_contents .benefits_lists ul {
  display: flex;
}
.p_contents .benefits_lists ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 460px;
  position: relative;
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  padding: 25px 15px;
}
.p_contents .benefits_lists ul li:last-child {
  margin-right: 0;
}
.p_contents .benefits_tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #0A4067;
  border-radius: 2px 0 2px 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1px 10px;
  line-height: 1.5;
}
.p_contents .benefits_num {
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 5px;
}
.p_contents .benefits_detail {
  display: table;
  width: 100%;
}
.p_contents .benefits_detail p {
  display: table-cell;
  vertical-align: bottom;
  font-weight: bold;
  width: 240px;
  line-height: 1.5;
  font-size: 20px;
}
.p_contents .benefits_img {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-top: 10px;
}
.p_contents .benefits_img img {
  height: auto;
  width: auto;
}
.p_contents .c_btn_group {
  margin: 30px auto 0;
  text-align: center;
}

/* お役立ちコンテンツ */
.c_contents_useful {
  padding: 0;
}
.p_contents .l_contents__inr {
  padding-left: 0;
  padding-right: 0;
}
.p_contents .useful_items ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-bottom: 20px;
  width: 217px;
  margin-right: 10px;
}
.p_contents .useful_items ul li a {
  transition: 0.3s;
}
.p_contents .useful_items ul li a:hover {
  opacity: 0.7;
}
.p_contents .useful_items ul {
  display: flex;
}
.p_contents .useful_items ul li:last-child {
  margin-right: 0;
}

/* お問い合わせ */
.c_contents_contact.l_contents__inr {
  padding: 50px 0;
}
.contact_items .item {
  background: #EDF1F5;
  margin-top: 20px;
  padding: 30px 50px;
}
.contact_items .item:first-child {
  margin-top: 0;
}
.contact_items .inner {
  width: 100%;
  display: table;
}
.contact_items .txt {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}
.contact_items .c_btn_group{
  float: right;
  width: 380px;
  margin-top: 0;
}
.contact_items .item .contact_items_txt{
  font-size: 1.6rem;
  text-align: right;
}
/* コラム */
.p-report_contents {
  padding-bottom: 50px;
}
.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:hover {
  box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

.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 .img {
  width: 180px;
  display: table-cell;
  vertical-align: middle;
}
.c_report_info_list__item .img + .detail {
  width: auto;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
.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_item__date {
  font-size: 1.4rem;
  color: #777777;
  margin-top: 10px;
}

/* インクルードのセミナー ・ニュース*/
.report_contents .c_heading_2:before {
  top: auto;
  left: 50%;
  bottom: -15px;
  height: 2px;
  width: 60px;
  transform: translateX(-50%);
  background: #175886;
}
.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_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;
}

.c_tab__cont {
  display: block;
}

.p_new_info {
  padding-top: 50px;
  padding-bottom: 50px;
}
.c_heading_2.underline {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.p_row {
  gap: min(32px, calc((32 / 1500)*100vw));
  flex-wrap: nowrap;
  margin-top: 50px;
}
.p_row__main {
  max-width: 830px;
  width: 74.2%;
}
.p_row__side .c_btn__outline:hover span {
  color: #0A4067;
}

.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%;
}

/* 他CSSの上書き */
.l_contents__inr {
  max-width: 1120px;
}


/* 下層ページ */
#footer_pc {
  padding-top:0 !important;
}
.detail_title_area {
  background-color: #EDF1F5;
  padding: 74px 20px 46px;
  position: relative;
}
.detail_title_inner {
  max-width: 1120px;
  margin: auto;
}
.detail_title_label {
  text-align: center;
  position: absolute;
  top: 0;
  background-color: #2C5783;
  color: #fff;
  padding: 8px 15px 2px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.detail_title {
  font-size: 28px;
  line-height: 1.29em;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  display: block;
}

.answer {
  padding: 28px 0 49px;
  display: block;
  text-align: left;
}
.answer_title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.67em;
  position: relative;
}
.answer_img {
  width: auto;
  margin: auto;
  display: block;
}

.answer_title::before, .answer_title::after {
  position: absolute;
  height: 3px;
  top: -23px;
  width: 30px;
  content: '';
}
.answer_title::before {
  background-color: #0A4067;
  left: 0;
}
.answer_title::after {
  background-color: #E2E2E2;
  left: 30px;
}
.answer_subTitle {
  margin: 41px 0 18.6px;
  line-height: 2em;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  padding-left: 35.5px;
}
.answer_subTitle::before {
  position: absolute;
  width: 20px;
  height: 2px;
  top: 10.5px;
  content: '';
  background-color: #0A4067;
  left: 0;
}
.answer_text {
  line-height: 2.05em;
  margin-bottom: 41px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
}
.answer_text a {
  text-decoration: underline;
  color: #175886;
  transition: .3s;
}
.answer_text a:hover{
  opacity: 0.8;
  /* text-decoration: none; */
}

.respondent {
  background-color: #F8F9FA;
  padding: 38px 42px 27px 33px;
}
.Respondent__wrap {
  display: flex;
  gap: 14px;
  margin-bottom: 0;
}
.Respondent__name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2em;
}
.Respondent__post {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5em;
}
.Respondent__career {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.05em;
  letter-spacing: 0;
}
#others .c_btn.c_btn__outline_bk {
  margin-bottom: 20px;
  margin: auto;
  display: block;
}
#others .c_btn_group {
  padding: 0 20px;
}
#others .c_btn_group div {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 27px;
}


/* 下層中身の調整 */
/* .answer caption {
  text-align: left;
  margin-bottom: 5px;
} */
.answer td {
  padding: 10px 7px;
  border-right: 1px solid #C8C9CA;
  border-bottom: 1px solid #C8C9CA;
}
.answer colgroup {
  border-top: 1px solid #C8C9CA;
  border-left: 1px solid #C8C9CA;
}
.answer table {
  caption-side: top;
  width: 100%;
  border-top: 1px solid #C8C9CA;
  border-left: 1px solid #C8C9CA;
  margin-bottom: 10px;
  margin-top: 20px;
}
.caption {
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 5px;
}
table.type01 td {
  font-size: 100%;
  line-height: 150%;
}
.bg-gray {
  background-color: #F0F0F0;
}
.bold {
  font-weight: bold;
}
.attention {
  float: right;
  text-align: right;
  font-size: 90%;
  font-weight: bold;
}

.answer .border {
  border: solid 1px;
  padding: 20px;
}

.answer table th {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #C8C9CA;
  border-right: 1px solid #C8C9CA;
}

.answer table .bg-blue {
  background-color: #25588a;
  color: #fff;
}

@media screen and (min-width: 768px)  {
   .p_contents .benefits_lists ul {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     column-gap: 2rem;
     row-gap: 2rem;
     justify-items: center;
     max-width: 950px;
     margin: 0 auto;
   }
  .p_contents .benefits_lists ul li .benefits_detail p{
     padding-left: 6rem;
     padding-top: 1rem;
     width: 310px;
     vertical-align: middle;
  }
  .contact_items .item .inner .tel{
    margin-left: 4rem;
  }
}
@media (max-width: 769px) {
  .c-mv {
    background-image: url(/pro/guide/images/bg_mv_sp.jpg);
    padding: 35px 20px 22px;
    height: 200px;
  }
  .c-mv_ttl {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .c-mv_txts {
    width: 100%;
  }
  .c-mv_txt {
    line-height: 1.625em;
    font-size: 16px;
  }

  .anchor_list {
    padding: 20px 20px 0;
    margin-top: 0;
    width: 100%;
  }
  .anchor_list ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .anchor_list ul li {
    width: calc(32% - 6px);
  }
  .anchor_list ul li a {
    padding-bottom: 12px;
    font-size: 15px;
    height: 86px;
    line-height: 1.5em;
  }

  .l_ttl__inr {
    padding: 30px 20px 0;
    margin-top: 30px;
  }
  .c_heading_2 {
    font-weight: 600;
  }
  .p_row__main .c_heading_2 + p {
    text-align: left;
  }
  .c_heading_2.underline {
    margin-bottom: 30px;
  }
  .faq_list {
    padding-bottom: 30px;
  }
  .faq_list_item {
    padding: 24px 30px 17px 20px;
    min-height: 70px;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .faq_list_item span {
    font-size: 16px;
  }

  #others .c_btn_group .c_btn{
    width: auto;
  }

  .search_list {
    margin-bottom: 30px;
  }
  .search_list li {
    width: calc(50% - 5px);
  }
  .search_list_item {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    height: 89px;
    padding: 33px 24px 29px 18px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
  }
  .search_list_item::after{
    right: 16.5px;
  }

  /* 会員特典 */
  .p_contents .l_contents__inr {
    padding: 30px 20px;
  }
  .p_contents .benefits_lists {
    margin-top: 30px;
  }
  .p_contents .benefits_lists ul {
    letter-spacing: -0.4em;
    flex-direction: column;
  }
  .p_contents .benefits_lists ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 15px 15px;
    margin-top: 20px;
  }
  .p_contents .benefits_lists ul li:first-child {
    margin-top: 0;
  }
  .p_contents .benefits_tag {
    line-height: 1.2;
    padding: 1px 10px 0;
  }
  .p_contents .benefits_detail p {
    font-size: 18px;
  }
  .p_contents .benefits_img img {
    height: 70px;
  }

  /* お役立ちコンテンツ */
  .c_contents_useful {
    padding: 0;
    width: 100%;
  }
  .c_contents_useful .l_contents__inr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p_contents .useful_items ul {
    letter-spacing: -0.4em;
    flex-wrap: wrap;

  }
  .p_contents .useful_items ul li {
    width: 48%;
    margin-right: 4%;
  }
  .p_contents .useful_items ul li:nth-child(2n) {
    margin-right: 0;
  }

  /* お問い合わせ */
  .c_contents_contact.l_contents__inr {
    padding: 30px 20px 50px;
  }
  .c_contents_contact .c_heading_3 {
    margin-top: 30px;
  }
  .contact_items .item {
    padding: 20px;
  }
  .contact_items .inner {
    display: block;
  }
  .contact_items .txt {
    display: block;

  }
  .contact_items .c_btn_group{
    margin-top: 20px;
    float: none;
    width: 100%;
  }
  .contact_items .item .contact_items_txt{
    line-height: 1.4;
    margin-top: 0.8rem;
    text-align: left;    
  }
  /* コラム */
  .c_report_info_list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c_report_info_list__item .img {
    width: 27%;
  }
  .c_report_info_list__item .img + .detail {
    padding-left: 0;
  }
  .c_report_info_list__item .detail .title {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .c_report_info_list__item .detail .title span {
    padding-left: 10px;
    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 + p {
    margin-top: 10px;
  }

  #column .c_btn_group_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }


  /* インクルードのセミナー */
  .p_new_info {
    margin: 0 calc(-50vw + 50%);
  }
  .p_new_info.l_contents__inr {
    padding: 30px 20px 60px;
  }

  .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;
  }

  /* 他CSSの上書き */
  .l_contents__inr {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  /* 下層ページ */
  .detail_title_area {
    padding: 54px 20px 30px;
  }
  .detail_title_label {
    padding: 8px 24px 2px;
  }
  .detail_title {
    font-size: 22px;
    line-height: 1.64em;
  }
  .answer {
    padding: 60px 18.5px 32px;
  }
  .answer_title {
    line-height: 1.54em;
  }
  .answer_title::before, .answer_title::after {
    height: 2px;
    top: -18px;
  }
  .answer_subTitle {
    margin: 62px 0 54px;
    line-height: 1.7em;
  }
  .answer_text {
    margin-bottom: 29px;
    line-height: 1.6em;
  }

  .respondent {
    padding: 20px 23px;
  }
  .Respondent__wrap {
    gap: 31px;
    margin-bottom: 25px;
  }
  .Respondent__name {
    margin-bottom: 0;
  }
  .Respondent__name span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2em;
  }
  .Respondent__career {
    letter-spacing: -0.03em;
  }
  #others .c_btn.c_btn__outline_bk {
    display: flex;
    margin: 0;
    width: 100%;
    height: auto;
  }

}
