@charset "UTF-8";
/*
 *
 * font-size
 *
 */
/*
 *
 * Roboto
 *
 */
/*
 *
 * Libre Baskerville
 *
 */
.l_contents__report {
  /*
   *
   * 2カラムの親
   *
   */
  /*
   *
   * 右カラム
   *
   */
  /*
   *
   * ラベル
   *
   */
  /*
   *
   * コラム・マーケットレポートTOP 上部にある新着コラム
   *
   */
  /*
   *
   * コラム, マーケットレポート
   *
   */
  /*
   *
   * 下層h1
   *
   */
  /*
   *
   * TOP
   *
   */
  /*
   *
   * おすすめ情報
   *
   */
  /*
   *
   * 不動産ニュース
   *
   */
  /*
   *
   * 記事一覧ページ上部のバナー
   *
   */
  /*
   *
   * ページ概要テキスト
   *
   */
  /*
   *
   * 著者
   *
   */
  /*
   *
   * 執筆者一覧
   *
   */
  /*
   *
   * 記事詳細 
   *
   */
}

.l_contents__report .p_row {
  margin-top: 80px;
}

.l_contents__report .p_row__side {
  width: 258px;
}

.l_contents__report .p_row__side .c_recommend {
  background: #f8f9fa;
  padding: 20px;
}

.l_contents__report .p_row__side .c_recommend p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.l_contents__report .p_row__side .c_recommend .c_bldg_group {
  margin-top: 20px;
}

.l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box a {
  padding: 20px;
  width: 100%;
}

.l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box .pic {
  height: 128px;
}

.l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box .desc {
  margin-top: 10px;
  padding: 0;
}

.l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box .tag {
  width: 100%;
}

.l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box .name {
  font-size: 1.6rem;
}

.l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box .yield_wrap {
  margin-bottom: 0;
}

.l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box .txt {
  margin-top: 5px;
}

.l_contents__report .p_row__side .c_seminar {
  background: #f8f9fa;
  margin-bottom: 20px;
  padding: 20px;
}

.l_contents__report .p_row__side .c_seminar > p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.l_contents__report .p_row__side .c_seminar .c_seminar__lst a {
  display: block;
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
}

.l_contents__report .p_row__side .c_seminar .c_seminar__lst a::before, .l_contents__report .p_row__side .c_seminar .c_seminar__lst a::after {
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
}

.l_contents__report .p_row__side .c_seminar .c_seminar__lst a::before {
  background: #cbcbcb;
  width: 100%;
  z-index: 1;
}

.l_contents__report .p_row__side .c_seminar .c_seminar__lst a::after {
  background: #111;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  width: 0;
  z-index: 2;
}

.l_contents__report .p_row__side .c_seminar .c_seminar__lst .c_seminar__info {
  margin-left: -6px;
  margin-top: -6px;
}

.l_contents__report .p_row__side .c_seminar .c_seminar__lst .c_seminar__date {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: 6px;
  margin-right: 8px;
  margin-top: 6px;
}

.l_contents__report .p_row__side .c_seminar .c_seminar__lst .c_column__labels {
  margin-left: 0;
  margin-top: 0;
}

.l_contents__report .p_row__side .c_seminar .c_seminar__lst .c_column__labels > li {
  margin-left: 6px;
  margin-top: 6px;
}

.l_contents__report .p_row__side .c_seminar .c_seminar__lst .c_seminar__ttl {
  font-size: 1.6rem;
  line-height: 1.63;
  margin-top: 12px;
  padding-right: 18px;
  position: relative;
}

.l_contents__report .p_row__side .c_seminar .c_seminar__lst .c_seminar__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;
}

.l_contents__report .p_row__side .c_seminar .c_txt_link_group {
  margin-top: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l_contents__report .p_row__side .c_seminar .c_txt_link_group a {
  font-weight: 500;
}

.l_contents__report .js_accordion_display {
  overflow: hidden;
}

.l_contents__report .c_column__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
}

.l_contents__report .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;
  padding: 5px 16px;
}

.l_contents__report .c_column__labels > li.c_label__new {
  font-family: Roboto, 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  font-weight: 500;
  background: #b10510;
  color: #fff;
}

.l_contents__report .c_column__labels > li.c_label__simple {
  background: #f8f9fa;
  border: 1px solid #000;
  color: #000;
}

.l_contents__report .c_report_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding: 30px 0;
}

.l_contents__report .c_report_top .c_report_top__item a {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  position: relative;
}

.l_contents__report .c_report_top .c_report_top__item .c_item__desc {
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  position: absolute;
  width: 100%;
}

.l_contents__report .c_report_top .c_report_top__item .c_item__desc::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: 12px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.l_contents__report .c_report_top .c_report_top__item .c_item__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}

.l_contents__report .c_report_top .c_report_top__item .c_item__date {
  color: #777;
  font-size: 1.4rem;
  line-height: 1.43;
}

.l_contents__report .c_report_top .c_report_top__left {
  min-width: 510px;
  padding: 0 15px;
  width: 510px;
}

.l_contents__report .c_report_top .c_report_top__left .c_report_top__item .c_item__desc {
  padding: 18px 32px 18px 20px;
}

.l_contents__report .c_report_top .c_report_top__left .c_report_top__item .c_item__date {
  margin-top: 8px;
}

.l_contents__report .c_report_top .c_report_top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -15px;
  padding-left: 15px;
}

.l_contents__report .c_report_top .c_report_top__right .c_report_top__item {
  padding: 30px 15px 0;
  width: calc(100% / 2);
}

.l_contents__report .c_report_top .c_report_top__right .c_report_top__item .c_item__desc {
  padding: 12px 32px 12px 16px;
}

.l_contents__report .c_report_top .c_report_top__right .c_report_top__item .c_item__date {
  margin-top: 6px;
}

.l_contents__report .c_report_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px -15px 0;
}

.l_contents__report .c_report_list .c_report_list__item {
  padding: 30px 15px 0;
  width: calc(100% / 3);
}

.l_contents__report .c_report_list .c_report_list__item a {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.l_contents__report .c_report_list .c_report_list__item .c_report__img {
  border-radius: 2px;
  margin: -1px -1px 0 -1px;
  overflow: hidden;
}

.l_contents__report .c_report_list .c_report_list__item .c_report__txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  min-height: 85px;
  padding: 5px 25px 5px 20px;
  position: relative;
  text-align: center;
}

.l_contents__report .c_report_list .c_report_list__item .c_report__txt::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: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

.l_contents__report.lv2 .u_bg__blue_2 {
  margin: 0 calc(-50vw + 50%);
}

.l_contents__report .c_report_recommend_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px -15px 0;
}

.l_contents__report .c_report_recommend_list .c_report_recommend_list__item {
  padding: 30px 15px 0;
  width: calc(100% / 3);
}

.l_contents__report .c_report_recommend_list .c_report_recommend_list__item a {
  background: #fff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 18px 18px 23px 18px;
}

.l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__img {
  border-radius: 2px;
  height: 134px;
  min-height: 134px;
  overflow: hidden;
  width: 100%;
}

.l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__desc {
  height: 100%;
  padding: 0 5px;
  position: relative;
  width: 100%;
}

.l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__desc::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: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

.l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.67;
  margin-top: 14px;
}

.l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__txt {
  font-size: 1.6rem;
  line-height: 1.63;
  margin-top: 8px;
}

.l_contents__report .c_investment_news_list {
  margin-top: 4px;
}

.l_contents__report .c_news_item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_contents__report .c_news_item .c_news_item__img {
  border-radius: 2px;
  overflow: hidden;
}

.l_contents__report .c_news_item .c_news_item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l_contents__report .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;
}

.l_contents__report .c_news_item .c_news_item__date {
  color: #777;
  margin-right: 14px;
}

.l_contents__report .c_news_item:not(.c_news_item__box) a {
  padding-bottom: 20px;
  padding-top: 26px;
  position: relative;
}

.l_contents__report .c_news_item:not(.c_news_item__box) a::before, .l_contents__report .c_news_item:not(.c_news_item__box) a::after {
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
}

.l_contents__report .c_news_item:not(.c_news_item__box) a::before {
  background: #cbcbcb;
  width: 100%;
  z-index: 1;
}

.l_contents__report .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;
}

.l_contents__report .c_news_item:not(.c_news_item__box) .c_news_item__img {
  margin-right: 20px;
  min-width: 129px;
  width: 129px;
}

.l_contents__report .c_news_item:not(.c_news_item__box) .c_news_item__date {
  line-height: 1.5;
}

.l_contents__report .c_news_item:not(.c_news_item__box) .c_news_item__ttl {
  line-height: 1.63;
  margin-top: 13px;
  position: relative;
}

.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;
}

.l_contents__report .c_news_item.c_news_item__box + .c_news_item__box {
  margin-top: 20px;
}

.l_contents__report .c_news_item.c_news_item__box a {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 19px 28px 19px 19px;
  position: relative;
}

.l_contents__report .c_news_item.c_news_item__box a::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;
}

.l_contents__report .c_news_item.c_news_item__box .c_news_item__img {
  margin-right: 20px;
  min-width: 180px;
  width: 180px;
}

.l_contents__report .c_news_item.c_news_item__box .c_news_item__date {
  font-size: 1.4rem;
  line-height: 1.43;
}

.l_contents__report .c_news_item.c_news_item__box .c_news_item__ttl {
  color: #175886;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.l_contents__report .c_news_item.c_news_item__box .c_news_item__txt {
  font-size: 1.6rem;
  line-height: 1.63;
  margin-bottom: 17px;
  margin-top: 8px;
}

.l_contents__report .c_special_bnr {
  margin-bottom: 14px;
  margin-top: 50px;
}

.l_contents__report .c_special_bnr a {
  display: block;
}

.l_contents__report .c_heading_has_share + .c_special_bnr {
  margin-top: 0;
}

.l_contents__report .c_sns_list + .c_report_page_desc {
  margin-top: 30px;
}

.l_contents__report .c_writer_detail__wrap {
  padding: 34px 40px 38px;
}

.l_contents__report .c_writer_detail__wrap .c_heading_3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 0;
}

.l_contents__report .c_writer_detail__wrap .c_writer_detail__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__profile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  min-width: 250px;
  padding: 0 16px;
  width: 250px;
}

.l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__pic {
  height: 100px;
  margin-right: 16px;
  min-width: 89px;
  position: relative;
  width: 89px;
}

.l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 0 5px;
}

.l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 4px;
}

.l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__store {
  font-size: 1.4rem;
  line-height: 1.57;
}

.l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__desc p {
  font-size: 1.6rem;
  line-height: 1.63;
}

.l_contents__report .c_writer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px -41.5px 0;
}

.l_contents__report .c_writer_list .c_writer_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 41.5px 0;
  width: 457px;
}

.l_contents__report .c_writer_list .c_writer_list__item .c_writer_list__pic {
  border: 2px solid #e3e3e3;
  border-radius: 2px;
  height: 128px;
  margin-right: 20px;
  min-width: 128px;
  position: relative;
  overflow: hidden;
  width: 128px;
}

.l_contents__report .c_writer_list .c_writer_list__item .c_writer_list__pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.l_contents__report .c_writer_list .c_writer_list__item .c_writer_list__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l_contents__report .c_writer_list .c_writer_list__item .c_writer_list__job {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.l_contents__report .c_writer_list .c_writer_list__item .c_writer_list__name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.l_contents__report .c_writer_list .c_writer_list__item .c_btn {
  height: auto;
  margin-top: 12px;
}

.l_contents__report .c_detail__ttl_main {
  margin: 0 calc(-50vw + 50%) 40px;
}

.l_contents__report .c_detail__ttl_main .l_contents__inr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 18px;
}

.l_contents__report .c_detail__ttl_main .l_contents__inr > *:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
}

.l_contents__report .c_detail__ttl_main .l_contents__inr .c_column__labels {
  margin-bottom: 16px;
}

.l_contents__report .c_detail__ttl_main .l_contents__inr .c_heading_1 {
  border-left: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.l_contents__report .c_detail__ttl_main .l_contents__inr .c_heading_offer {
  color: #777;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 14px;
}

.l_contents__report .c_detail__ttl_main .l_contents__inr .c_heading_date {
  color: #777;
}

.l_contents__report .c_detail__ttl_main .l_contents__inr .c_heading_date::before {
  content: '｜';
  margin: 0 10px;
}

.l_contents__report .c_detail__contents_main .c_detail__contents_list {
  border: 2px solid #d8e1eb;
  padding: 22px 28px;
}

.l_contents__report .c_detail__contents_main .c_detail__contents_list .c_detail__contents_list__ttl {
  color: #777;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  margin-bottom: 8px;
}

.l_contents__report .c_detail__contents_main .c_detail__contents_list .c_detail__contents_list__item a {
  color: #175886;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.63;
}

.l_contents__report .c_detail__contents_main .c_detail__txt > *:not([class^="c_heading"]) {
  margin-top: 28px;
}

.l_contents__report .c_detail__contents_main .c_detail__txt > p:not([class]) {
  font-size: 1.6rem;
  line-height: 1.63;
}
.l_contents__report .c_detail__contents_main .c_detail__txt > p a{
  text-decoration: underline;
}
.l_contents__report .c_detail__contents_main .c_detail__txt > p a:hover{
  text-decoration: none;
}
.l_contents__report .c_detail__contents_main .c_detail__txt > *:first-child {
  margin-top: 0 !important;
}

.l_contents__report .c_detail__contents_main [class^="c_heading"] + * {
  margin-top: 0;
}

.l_contents__report .c_detail__contents_main .c_detail__img {
  margin-left: auto;
  margin-right: auto;
  width: 624px;
}

.l_contents__report .c_detail__contents_main .c_detail__img .c_btn_group {
  margin-top: 16px;
  text-align: right;
}

.l_contents__report .c_detail__contents_main .c_detail__img .c_btn_group .c_btn.js_modal_trig {
  padding: 8px 10px;
  width: 136px;
}

.l_contents__report .c_detail__contents_main .c_detail__img .c_btn_group .c_btn.js_modal_trig .c_icon__search_2 .cls-2 {
  stroke: #575757;
}

.l_contents__report .c_detail__contents_main .c_detail__img .c_btn_group .c_btn.js_modal_trig .c_icon__search_2 .cls-4 {
  fill: #575757;
}

.l_contents__report .c_detail__contents_main .c_detail__img .c_btn_group .c_btn.js_modal_trig span {
  font-size: 1.6rem;
  font-weight: 500;
}

.l_contents__report .c_detail__contact {
  background: #edf1f5;
  margin-top: 80px;
  padding: 30px 40px 40px;
}

.l_contents__report .c_detail__contact .c_detail__contact__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.36;
  margin-bottom: 20px;
  text-align: center;
}

.l_contents__report .c_detail__contact .c_detail__contact__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l_contents__report .c_detail__contact .c_detail__contact__tel {
  background: #fff;
  padding: 20px 40px;
  width: calc((100% - 30px) / 2);
}

.l_contents__report .c_detail__contact .c_detail__contact__tel h3 {
  margin-bottom: 12px;
}

.l_contents__report .c_detail__contact .c_detail__contact__tel .c_detail__contact__for {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 13px;
  text-align: center;
}

.l_contents__report .c_detail__contact .c_detail__contact__tel .c_detail__contact__num {
  font-family: Roboto, 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #b10510;
  line-height: .69;
  text-align: center;
}

.l_contents__report .c_detail__contact .c_detail__contact__tel .c_detail__contact__num::before {
  background: url(/pro/images_rn/common/icon/icon_phone.svg);
  content: '';
  display: inline-block;
  height: 26px;
  margin-right: 14px;
  width: 22px;
}

.l_contents__report .c_detail__contact .c_detail__contact__tel .c_btn_group_wrap {
  margin-top: 0;
}

.l_contents__report .c_detail__contact .c_detail__contact__tel .c_btn_group_wrap .c_btn_group {
  margin-top: 0;
}

.l_contents__report .c_detail__contact .c_detail__contact__tel .c_btn_group_wrap a span:first-child {
  font-family: Roboto, 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.l_contents__report .c_detail__contact .c_detail__contact__tel .c_btn_group_wrap a .u_fw__normal {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.l_contents__report .c_detail__contact .c_detail__contact__tel .c_detail__contact__hours {
  line-height: 1.63;
  margin-top: 9px;
  text-align: center;
}

.l_contents__report .c_detail__contact .c_detail__contact__web {
  background: #fff;
  padding: 20px 60px;
  width: calc((100% - 30px) / 2);
}

.l_contents__report .c_detail__contact .c_detail__contact__web h3 {
  margin-bottom: 20px;
}

.l_contents__report .c_detail__contact .c_detail__contact__web .c_btn_group_wrap {
  margin-top: 0;
  max-width: 100%;
}

.l_contents__report .c_detail__contact h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.l_contents__report .c_detail__bnr {
  margin-top: 30px;
}

.l_contents__report .cf_table02 + .cf_table02 {
  margin-top: 20px;
}

.l_contents__report .cf_table02 table th, .l_contents__report .cf_table02 table td {
  line-height: 1.63;
}

.l_contents__report .cf_table02 table th {
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: middle;
}

.l_contents__report .cf_table02 table thead th {
  background: #d8e1eb;
  border-right: 1px solid #fff;
  padding: 15px 10px;
  text-align: center;
}

.l_contents__report .cf_table02 table thead th:last-child {
  border-right: 1px solid #d8e1eb;
}

.l_contents__report .cf_table02 table tbody th, .l_contents__report .cf_table02 table tbody td {
  padding: 14px 14px 14px 24px;
}

.l_contents__report .cf_table02 table tbody th {
  background: #f8f9fa;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #ccc;
  border-top: 1px solid #e3e3e3;
  text-align: left;
}

.l_contents__report .cf_table02 table tbody td {
  border: 1px solid #e3e3e3;
  border-left: none;
  font-size: 1.6rem;
  text-align: center;
}
.l_contents__report .c_writer_header{
  background: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}
.l_contents__report .c_writer_header p{
   font-size: 1.45rem;
}
.l_contents__report .c_writer_inrLeft{
  width: 366px;
  border-right: 1px solid #cbcbcb;
  padding-right: 1.4rem;
}
.l_contents__report .c_writer_inrRight{margin: 0 1.4rem;}
.l_contents__report .c_writer_header .c_writer_img{
  width: 143px;
}
.l_contents__report .c_writer_header .c_writer_header_ttl{
  font-size: 1.9rem;
  font-weight: bold;
}
.l_contents__report .c_writer_header .c_writer_header_name{
  font-size: 1.9rem;
  font-weight: bold;
}
.l_contents__report .c_writer_header .c_writer_header_link a{
  color: #175886;
}
.l_contents__report .c_writer_header .c_writer_header_link svg{
  margin-right: 10px;
}
table.table1{
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
table.table1 thead th,
table.table1 tbody th,
table.table1 tbody td{
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:5px 7px;
	line-height:1.5;
}
table.table1 tbody td{
	background-color:#ffffff;
}
table.table1 thead th,
table.table1 tbody th{
	background-color:#DBF0FF;
	font-weight:normal;
}
table.table1 thead th{
	text-align:center;
}
table.table1 thead th.sub1,
table.table1 tbody th.sub1{
	background-color:#DBF0FF;
}
table.table1 thead .sub2,
table.table1 tbody .sub2{
	background-color:#DBF0FF;
}
table.table1 tbody .sub3{
	background-color:#DBF0FF;
}
table.table1 tbody .right{
	text-align:right;
}
table.table1 tbody .center{
	text-align:center;
	vertical-align: middle;
}
table.table1 tbody .left{
	text-align:left;
}
table.table1 tbody span{
	color:#ff0000;
}
table.table1 tbody tr.total th,
table.table1 tbody tr.total td{
	background-color:#F5F5F5;
	font-weight:bold;
}
strong{ font-weight: bold;}

@media screen and (max-width: 767px) {
   .c_breadcrumb:nth-of-type(1){
    padding-top: 54px;
  }
  .c_breadcrumb + .l_contents__report{
    padding-top: 0 !important;
  }
  .l_contents__report .p_row {
    margin-top: 60px;
  }
  .l_contents__report .p_row__side {
    width: 100%;
  }
  .l_contents__report .p_row__side .c_recommend {
    margin: 80px -20px 0;
  }
  .l_contents__report .p_row__side .c_recommend p {
    line-height: 1.5;
  }
  .l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box {
    width: 100%;
  }
  .l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box a {
    max-width: none;
  }
  .l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 12px;
  }
  .l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box .pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100px;
    height: 72px;
  }
  .l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box .desc {
    margin: 0 0 0 15px;
    width: calc(100% - 115px);
  }
  .l_contents__report .p_row__side .c_recommend .c_bldg_group .c_bldg_box .tag {
    position: static;
  }
  .l_contents__report .p_row__side .c_seminar {
    margin: 80px -20px 0;
  }
  .l_contents__report .p_row__side .c_seminar > p {
    line-height: 1.5;
  }
  .l_contents__report .p_row__side .c_seminar .c_seminar__lst .c_seminar__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l_contents__report .c_report_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 20px;
  }
  .l_contents__report .c_report_top .c_report_top__left {
    min-width: 0;
    padding: 0;
    width: 100%;
  }
  .l_contents__report .c_report_top .c_report_top__left .c_report_top__item .c_item__desc {
    padding: 12px 32px 12px 16px;
  }
  .l_contents__report .c_report_top .c_report_top__left .c_report_top__item .c_item__date {
    margin-top: 6px;
  }
  .l_contents__report .c_report_top .c_report_top__right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .l_contents__report .c_report_top .c_report_top__right .c_report_top__item {
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
  .l_contents__report .c_report_top .c_report_top__right .c_report_top__item .c_item__img img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .l_contents__report .c_report_top .c_report_top__right .c_report_top__item .c_item__desc {
    padding: 16px 32px 16px 20px;
    position: relative;
    z-index: 10;
  }
  .l_contents__report .c_report_top .c_report_top__right .c_report_top__item .c_item__ttl {
    margin-top: 12px;
  }
  .l_contents__report .c_report_top .c_report_top__right .c_report_top__item .c_item__date {
    background: transparent;
    margin-top: 4px;
  }
  .l_contents__report .c_report_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px 0 0;
  }
  .l_contents__report .c_report_list .c_report_list__item {
    padding: 15px 0 0;
    width: 100%;
  }
  .l_contents__report .c_report_list .c_report_list__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px;
  }
  .l_contents__report .c_report_list .c_report_list__item .c_report__img {
    margin-right: 16px;
    min-width: 100px;
    width: 100px;
  }
  .l_contents__report .c_report_list .c_report_list__item .c_report__txt {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.6rem;
    min-height: 0;
    padding: 0;
    text-align: left;
  }
  .l_contents__report .c_report_list .c_report_list__item .c_report__txt::after {
    right: -6px;
  }
  .l_contents__report.lv3 .c_heading_1 {
    margin: 24px 0;
    padding: 0 0 0 20px;
  }
  .l_contents__report.lv2 .u_bg__blue_2 {
    margin: 0 calc(-50vw + 50%);
  }
  .l_contents__report .c_report_recommend_list {
    margin: -15px 0 0;
  }
  .l_contents__report .c_report_recommend_list .c_report_recommend_list__item {
    padding: 15px 0 0;
    width: 100%;
  }
  .l_contents__report .c_report_recommend_list .c_report_recommend_list__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px;
  }
  .l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__img {
    height: auto;
    margin-right: 16px;
    min-height: 0;
    min-width: 100px;
    width: 100px;
  }
  .l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  .l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__ttl {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__txt {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .l_contents__report .c_news_item .c_news_item__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -8px;
  }
  .l_contents__report .c_news_item .c_news_item__date {
    margin-top: 8px;
  }
  .l_contents__report .c_news_item .c_column__labels {
    margin-top: 0;
  }
  .l_contents__report .c_news_item:not(.c_news_item__box) a {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 20px;
  }
  .l_contents__report .c_news_item:not(.c_news_item__box) .c_news_item__img {
    margin-right: 16px;
    min-width: 100px;
    width: 100px;
  }
  .l_contents__report .c_news_item:not(.c_news_item__box) .c_news_item__ttl {
    padding-right: 29px;
  }
  .l_contents__report .c_news_item.c_news_item__box a {
    display: block;
  }
  .l_contents__report .c_news_item.c_news_item__box .c_news_item__img {
    float: left;
    margin-right: 14px;
    min-width: 80px;
    width: 80px;
  }
  .l_contents__report .c_news_item.c_news_item__box .c_news_item__ttl {
    /* padding-left: 94px; */
  }
  .l_contents__report .c_news_item.c_news_item__box .c_news_item__txt {
    clear: both;
  }
  .l_contents__report .c_heading_has_share + .c_special_bnr {
    margin-top: 24px;
  }
  .l_contents__report .c_heading_has_share + .c_report_page_desc {
    margin-top: 16px;
  }
  .l_contents__report .c_writer_detail__wrap {
    padding: 20px;
  }
  .l_contents__report .c_writer_detail__wrap .c_heading_3 {
    margin-bottom: 20px;
  }
  .l_contents__report .c_writer_detail__wrap .c_writer_detail__inr {
    display: block;
  }
  .l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__profile {
    margin-bottom: 21px;
    margin-right: 0;
    min-width: 0;
    padding: 0 19px;
    width: 100%;
  }
  .l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__pic {
    height: 118px;
    margin-right: 19px;
    min-width: 105px;
    width: 105px;
  }
  .l_contents__report .c_writer_detail__wrap .c_writer_detail__inr .c_writer_detail__name {
    line-height: 1.44;
  }
  .l_contents__report .c_writer_list {
    margin: -20px 0 0;
  }
  .l_contents__report .c_writer_list .c_writer_list__item {
    padding: 20px 0 0;
    width: 100%;
  }
  .l_contents__report .c_writer_list .c_writer_list__item .c_writer_list__pic {
    height: 120px;
    min-width: 120px;
    width: 120px;
  }
  .l_contents__report .c_detail__ttl_main {
    margin: 0 calc(-50vw + 50%) 20px;
  }
  .l_contents__report .c_detail__ttl_main .l_contents__inr {
    display: block;
    padding: 20px 20px 16px;
  }
  .l_contents__report .c_detail__ttl_main .l_contents__inr > *:first-child {
    margin-bottom: 12px;
    padding-right: 0;
  }
  .l_contents__report .c_detail__ttl_main .l_contents__inr .c_column__labels {
    margin-bottom: 12px;
  }
  .l_contents__report .c_detail__ttl_main .l_contents__inr .c_heading_1 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0;
    padding: 0;
  }
  .l_contents__report .c_detail__ttl_main .l_contents__inr .c_heading_offer {
    margin-top: 8px;
  }
  .l_contents__report .c_detail__contents_main .c_detail__contents_list {
    padding: 14px 18px;
  }
  .l_contents__report .c_detail__contents_main .c_detail__txt > *:not([class^="c_heading"]) {
    margin-top: 24px;
  }
  .l_contents__report .c_detail__contents_main .c_detail__txt > *:not([class^="c_heading"]).c_detail__img {
    margin-top: 20px;
  }
  .l_contents__report .c_detail__contents_main .c_detail__txt > p:not([class]) {
    line-height: 1.5;
  }
  .l_contents__report .c_detail__contents_main .c_detail__img {
    width: 100%;
  }
  .l_contents__report .c_detail__contact {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 60px;
    padding: 20px;
  }
  .l_contents__report .c_detail__contact .c_detail__contact__ttl {
    margin-bottom: 15px;
  }
  .l_contents__report .c_detail__contact .c_detail__contact__inr {
    display: block;
  }
  .l_contents__report .c_detail__contact .c_detail__contact__tel {
    padding: 16px 20px;
    width: 100%;
  }
  .l_contents__report .c_detail__contact .c_detail__contact__tel h3 {
    margin-bottom: 10px;
  }
  .l_contents__report .c_detail__contact .c_detail__contact__tel .c_detail__contact__for {
    margin-bottom: 10px;
  }
  .l_contents__report .c_detail__contact .c_detail__contact__tel .c_detail__contact__hours {
    margin-top: 12px;
  }
  .l_contents__report .c_detail__contact .c_detail__contact__web {
    margin-top: 20px;
    padding: 16px 47px 20px;
    width: 100%;
  }
  .l_contents__report .c_detail__contact .c_detail__contact__web h3 {
    margin-bottom: 10px;
  }
  .l_contents__report .cf_table02 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .l_contents__report .cf_table02 table {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .l_contents__report .cf_table02 table thead th {
    border-right: none;
    padding: 15px 20px;
    text-align: left;
  }
  .l_contents__report .cf_table02 table thead th:last-child {
    border-right: none;
  }
  .l_contents__report .cf_table02 table tbody tr {
    border-top: 1px solid #e3e3e3;
  }
  .l_contents__report .cf_table02 table tbody th, .l_contents__report .cf_table02 table tbody td {
    padding: 14px 20px;
  }
  .l_contents__report .cf_table02 table tbody th {
    border: none;
  }
  .l_contents__report .cf_table02 table tbody td {
    border: none;
    text-align: left;
  }
  .l_contents__report .c_writer_header{
     -ms-flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
  }
  .l_contents__report .c_writer_inrLeft{
    width: auto;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 1.4rem;
  }
  .l_contents__report .c_writer_inrRight{
    margin: 1.4rem 1rem 0 0;
    width: 60%;
  }
  .l_contents__report .c_writer_header .c_writer_header_ttl{
    line-height:1.3;     
  }
  .l_contents__report .c_writer_header .c_writer_img{
    width: 35%;
    margin-top: 2rem;
  }
  .l_contents__report .c_writer_header .c_writer_header_copy{
    line-height:1.3;  
  }
  .l_contents__report .c_writer_header .c_writer_header_name{
    line-height:1.3;
    margin: 1rem 0 0.5rem;
  }
}

@media print, (min-width: 768px) {
  .l_contents__report .p_row__side .c_seminar .c_seminar__lst a:hover {
    opacity: 0.8;
  }
  .l_contents__report .p_row__side .c_seminar .c_seminar__lst a:hover::after {
    width: 100%;
  }
  .l_contents__report .c_report_top .c_report_top__item a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
  }
  .l_contents__report .c_report_list .c_report_list__item a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
  }
  .l_contents__report .c_report_recommend_list .c_report_recommend_list__item a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
  }
  .l_contents__report .c_news_item:not(.c_news_item__box) a:hover {
    opacity: 0.8;
  }
  .l_contents__report .c_news_item:not(.c_news_item__box) a:hover::after {
    width: 100%;
  }
  .l_contents__report .c_news_item.c_news_item__box a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
  }
  .l_contents__report .c_special_bnr a:hover {
    opacity: 0.8;
  }
  .l_contents__report .c_detail__contents_main .c_detail__contents_list .c_detail__contents_list__item a:hover {
    opacity: 0.8;
  }
  .l_contents__report .c_detail__bnr a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 320px) {
  .l_contents__report .c_column__labels > li {
    font-size: 1rem;
    padding: 5px 14px;
  }
  .l_contents__report .c_report_top .c_report_top__item .c_item__ttl {
    font-size: 1.4rem;
  }
  .l_contents__report .c_report_top .c_report_top__item .c_item__date {
    font-size: 1.2rem;
  }
  .l_contents__report .c_report_top .c_report_top__right .c_report_top__item .c_item__desc {
    padding: 12px 32px 12px 20px;
  }
  .l_contents__report .c_report_list .c_report_list__item .c_report__txt {
    font-size: 1.4rem;
  }
  .l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__ttl {
    font-size: 1.4rem;
  }
  .l_contents__report .c_report_recommend_list .c_report_recommend_list__item .c_report_recommend__txt {
    font-size: 1.2rem;
  }
  .l_contents__report .c_news_item:not(.c_news_item__box) .c_news_item__date {
    font-size: 1.2rem;
  }
  .l_contents__report .c_news_item:not(.c_news_item__box) .c_news_item__ttl {
    font-size: 1.4rem;
  }
}

@media (max-width: 1120px) and (min-width: 768px) {
  .l_contents__report.lv2 .u_bg__blue_2 {
    margin-left: 0;
    margin-right: 0;
  }
  .l_contents__report .c_detail__ttl_main {
    margin-left: 0;
    margin-right: 0;
  }
}

/*# sourceMappingURL=common.css.map */
