@charset "UTF-8";
.c-mv {
  background-image: url(/pro/news/images/top/bg_mv_pc.png);
  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: 0;
}
.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;
}

.newInvest {
  margin-bottom: 50px;
}

.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 span {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.c_heading_2.underline {
  margin-bottom: 32px;
}
.c_heading_2 + p {
  text-align: center;
  margin: auto;
  margin-bottom: 27px;
  line-height: 2.025em;
  font-weight: 300;
  max-width: 759px;
}

.c_heading_2.underline::before{
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}

.invest_wrap {
  background-color: #EDF1F5;
  padding: 50px 35px 53px 50px;
}
.invest_wrap h3{
  margin-bottom: 24px;
}
.invest_link {
  font-size: 22px;
  font-weight: 700;
  text-decoration:underline;
  transition: .3s;
  position: relative;
  padding-left: 30px;
}

.invest_link::before {
  content: url(../images/common/arrow.png);;
  position: absolute;
  top: -12px;
  bottom: 0;
  width: 48px;
  height: 48px;
  left: -11px;
  transform: scale(0.5);
}
.invest_text {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 36px;
  line-height: 2em;
  letter-spacing: -0.1em;
}
.invest_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.invest_list_item {
  display: flex;
}
.invest_list_item span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 2em;
  /* letter-spacing: -0.1em; */
  color: #FFFFFF;
  background-color: #1C3F64;
  border-radius: 2px;
  width: 106px;
  height: 26px;
  margin-right: 9px;
}
.invest_list_itemLink {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration:underline;
  margin-top: 3px;
  transition: .3s;
  display: block;
}

.invest_list_itemLink:hover, .invest_link:hover {
  opacity: 0.7;
}

.pastInvest .c_btn_group_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
  margin-top: 0;
}
.pastInvest .c_btn__outline_bk {
  height: 64px;
  transition: .3s;
  font-weight: 700;
}
.pastInvest .c_btn__outline_bk::before, .pastInvest .c_btn__outline_bk::after {
  display: block;
  content: '';
  position: absolute;
  left: 89%;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #575757;
  border-radius: 10px;
}
.pastInvest .c_btn__outline_bk.close::before {
  display: none;
}
.pastInvest .c_btn__outline_bk::before {
  width: 2px;
  height: 10px;
  top: 0;
}
.pastInvest .c_btn__outline_bk::after {
  width: 10px;
  height: 2px;
  top: 2px;
}

.pastInvest_list {
  padding-bottom: 50px;
}

.pastInvest_list li {
  opacity: 1;
  transition: all .4s;
  overflow:hidden;
}
.pastInvest_list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
.more_btn.is-hidden {
  display: none;
}

.pastInvest_link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #EDF1F5;
  width: 100%;
  position: relative;
  padding: 29px 50px 21px 39px;
  min-height: 80px;
  margin-bottom: 20px;
}
.pastInvest_link::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;
}
.pastInvest_link:hover {
  background-color: #FAFDFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
.pastInvest_link span, .pastInvest_link h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 23px;
}
.detail_border {
  border: 1px solid #1C3F64;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.detail_point {
  border: 3px solid #2C5783;
  position: relative;
  padding: 20px;
  font-weight: 600;
}
.detail_point::after {
  content: 'Point';
  color: #FFFFFF;
  background-color: #2C5783;
  position: absolute;
  width: 105px;
  padding: 0 30px 0 30px;
  height: 27px;
  top: -15px;
  left: 23px;
  white-space: nowrap;
  font-weight: 600;
}
.detail_overviewttl {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #1C3F64;
  margin-bottom: 20px;
}
.detail_overview span{
  display: inline-flex;
}
.detail_border p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.01em;
}
.detail_border a {
  color: #1C3F64;
  border-bottom: solid 1px;
}
.detail_border a:hover {
  opacity: 0.7;
}
.detail_border .detail_overview:last-of-type {
  margin-top: 30px;
  font-size: 14px;
}

/* 詳細 */
.result {
  margin-bottom: 100px;
}
.result_img {
  margin: auto;
  width: 560px;
}
.result_tabs {
  --has-nth-child: 6;
  display: grid;
    grid: none / repeat(var(--has-nth-child), 1fr);
    gap: 7px;
  overflow: hidden;
  margin-bottom: 45px;
}
/* .result_tabs_span {
  clip-path: inset(50%);
  position: fixed;
    inset-block-start: 0;
} */
.result_tabs_tab {
  border-radius: 2px 2px 0 0 ;
  padding: 42px 0 15px;
  width: 202px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.38em;
  letter-spacing: 0;
  color: #1C3F64;
  background-color: #F8F9FA;
  box-shadow:0 -2px 3px rgba(0, 0, 0, 0.16);
  height: 119px;
  
  /* border-block-end: none; */
  /* cursor: pointer; */
  /* display: block; */
  grid-row: 1;
    /* grid-column: auto; */
  position: relative;
  text-align: center;
}

.result_tabs_span.focus .result_tabs_tab {
  box-shadow:0 0 3px rgba(0, 0, 0, 0.16);

}
.result_tabs_span.focus + .result_tabs_tab {
  border: solid 2px #1C3F64;
  border-bottom: none;
  background-color: #FFFFFF;
}

.result_tabs.-bottom .result_tabs_span.focus + .result_tabs_tab {
  border: solid 2px #1C3F64;
  border-top: none;
  background-color: #FFFFFF;
}
.result_tabs.-bottom {
  margin-top: 58px;
}

.result_tabs_tag {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2C5783;
  color: #FFFFFF;
  height: 23px;
  width: 94px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 0 0 2px 2px;
  padding-top: 3px;
}
.result_tabs_span.focus + .result_tabs_tab::after {
  block-size: 2px;
  border-inline: solid 10000px;
  content: "";
  /* pointer-events: none; */
  position: absolute;
    inset-block: auto 0;
    inset-inline: -10000px;
  z-index: 1;
}
.result_tabs.-bottom .result_tabs_span.focus + .result_tabs_tab::after {
  top: 0;
}

.detail_subtitle {
  padding: 19px 0 6px 12px;
  border-left: 5px solid #2C5783;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 50px;
}
.detail_subtitle span {
  margin-right: 8px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.detail_squaretitle {
  color: #2C5783;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 0;
  border-bottom: 1px solid;
}
.detail_nomaltxt {
  margin-top: 40px;
}
.bg_gray {
  background-color: #F8F9FA;
  padding: 30px 30px 25px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
}

.answer_ttl {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
.answer_subttl {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

.answer_item {
  margin-top: 35px;
}
.answer_subitem {
  margin-top: 11px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
  padding-left: 15px;
}
.answer_subitem::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: .6em;
  left: 0;
}

.answer_subitem:first-child {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #1C3F64;
  padding-bottom: 5px;
  margin: 0;
}
.answer_subitem:first-child::before {
  display: none;
}











/* 物件を探す */
.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;
}
.c_contents_useful .l_contents__inr {
  padding-left: 0;
  padding-right: 0;
}
.c_contents_useful .useful_items ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-bottom: 20px;
  width: 217px;
  margin-right: 10px;
}
.c_contents_useful .useful_items ul li a {
  transition: 0.3s;
}
.c_contents_useful .useful_items ul li a:hover {
  opacity: 0.7;
}
.c_contents_useful .useful_items ul {
  display: flex;
}
.c_contents_useful .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 .inner .tel span {
  display: inline-block;
  padding-left: 45px;
  background: url(/pro/images_rn/common/icon/icon_tel.svg) no-repeat left center;
  color: #B10510;
  font-size: 4rem;
  font-weight: bold;
}
.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;
}

.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;
}

/* インクルードのセミナー ・ニュース*/
.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 {
  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;
}
.red {
  color: #b10510;
}
.border {
  border-bottom: solid 1px #0A4067;
  margin-bottom: 20px;
}
.mt10 {
  margin-top:10px;
}
.mt100 {
  margin-top:100px;
}
.attention {
  float: right;
  text-align: right;
  font-size: 90%;
  font-weight: bold;
}

.answer .border {
  border-bottom: solid 1px;
  margin-bottom: 15px;
}

.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/news/images/top/bg_mv_sp.png);
    padding: 35px 20px 22px;
    height: 255px;
  }
  .c-mv_ttl {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .c-mv_txts {
    width: 100%;
  }
  .c-mv_txt {
    line-height: 1.625em;
    font-size: 16px;
    letter-spacing: -0.1em;
  }
  .p_row {
    margin-top: 0;
  }

  .l_ttl__inr {
    padding: 30px 20px 0;
    margin-top: 0;
  }
  .c_heading_2 {
    font-weight: 600;
  }
  .p_row_main .c_heading_2 + p {
    text-align: left;
  }
  .c_heading_2.underline {
    margin-bottom: 30px;
  }

  .invest_wrap {
    padding: 29px 20px 30px;
  }
  .invest_wrap h3 {
    margin-bottom: 15px;
    line-height: 1.7em;
  }
  .invest_link {
    font-size: 20px;
  }
  .invest_text {
    margin-bottom: 45px;
    font-weight: 400;
    line-height: 1.75em;
  }
  .invest_list_item {
    flex-direction: column;
    gap: 14px;
  }
  .invest_list_item span {
    width: 123px;
    height: 33px;
    letter-spacing: 0;
  }
  .invest_list_itemLink {
    font-size: 16px;
    line-height: 1.75em;
    width: 100%;
  }

  .newInvest{
    margin-bottom: 0;
  }
  .pastInvest {
    margin-bottom: 20px;
  }
  .pastInvest_link {
    padding: 26px 45px 24px 20px;
  }
  .pastInvest_link h3{
    line-height: 1.3;
    display: flex;
    letter-spacing: -0.04em;
  }
  .pastInvest_link span {
    display: block;
    white-space: nowrap;
    margin-right: 17px;
  }

  .pastInvest .c_btn__outline_bk {
    width: 350px;
    padding-top: 0;
  }







  .pastInvest_list {
    padding-bottom: 30px;
  }
  .pastInvest_list_item {
    padding: 24px 30px 17px 20px;
    min-height: 70px;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .pastInvest_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;
  }
  .c_contents_useful .useful_items ul {
    letter-spacing: -0.4em;
    flex-wrap: wrap;

  }
  .c_contents_useful .useful_items ul li {
    width: 48%;
    margin-right: 4%;
  }
  .c_contents_useful .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 .inner .tel {
    padding: 15px 20px;
  }
  .contact_items .item .inner .tel span {
    padding-left: 35px;
    width: auto;
    background: url(/pro/images_rn/common/icon/icon_tel_sp.svg) no-repeat left center;
    color: #FFFFFF;
    font-size: 2.5rem;
  }
  .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;
  }

  .c_report_info_list .c_report_info_list__item .detail .c_column__tags {
    margin-top: 5px;
  }

  /* インクルードのセミナー */
  .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: 26px 20px 22px;
  }
  .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;
  }

  .p_row_main {
    width: 100%;
    margin-top: 30px;
  }
  .result {
    margin: auto;
    margin-bottom: 20px;
    max-width: calc((350 / 375)*100vw);
  }

  .result_img {
    width: 100%;
  }
  .result_tabs {
    gap: 13px;
    margin-bottom: 28px;
  }

  .result_tabs_tab {
    padding: 6px 0 7px;
    width: calc((77 / 375)*100vw);
    height: 41px;
    display: flex;
    justify-content: center;
  }

  .result_tabs_tab span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .result_tabs_span.focus + .result_tabs_tab {
    background-color: #2C5783;
  }

  .result_tabs_span.focus + .result_tabs_tab span {
    color: #FFFFFF;
  }

  .detail_spttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0em;
    color: #1C3F64;
    margin-bottom: 15px;
  }

  .detail_point {
    margin-top: 40px;
  }

  .detail_subtitle {
    padding: 19px 0 13px 18px;
    margin-top: 40px;
  }

  .result_tabs.-bottom .result_tabs_span.focus + .result_tabs_tab {
    background-color: #2C5783; 
  }
  .result_tabs.-bottom {
    margin-top: 17px;
  }

  .detail_border {
    padding: 20px;
  }






  #others .c_btn.c_btn__outline_bk {
    display: flex;
    margin: 0;
    width: 100%;
    height: auto;
  }



}





























