/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
.image_box {
  border-radius: 0.6rem;
  overflow: hidden;
}

#business_nav_sec {
  margin-top: 0;
}

#property_our {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #property_our {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
#property_our figure {
  background: #fff;
  border: 1px solid #cfcfcf;
}
@media screen and (min-width: 769px) {
  #property_our figure {
    padding: 4.35rem 6.1rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our figure {
    padding: 3.9rem 2rem;
  }
}
#property_our .descbox_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  #property_our .descbox_item {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #property_our .descbox_item {
    width: 58rem;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  #property_our .descbox_item dt {
    text-align: center;
  }
}
#property_our .descbox_item dd {
  z-index: 2;
}
#property_our .descbox_item .baloon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #0068b2;
  border-radius: 0.6rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #property_our .descbox_item .baloon {
    width: 20rem;
    height: 17.2rem;
    left: calc(100% + 3.334%);
  }
}
@media screen and (max-width: 768px) {
  #property_our .descbox_item .baloon {
    width: 6rem;
    height: 50rem;
    left: calc(100% + 3rem);
  }
}
#property_our .descbox_item .baloon::before {
  content: "";
  position: absolute;
  background: #0068b2;
  right: calc(100% - 1px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #property_our .descbox_item .baloon::before {
    width: 4.2rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .descbox_item .baloon::before {
    width: 3.4rem;
    height: 0.8rem;
  }
}
#property_our .descbox_item .baloon p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #property_our .descbox_item .baloon p {
    writing-mode: vertical-rl;
  }
}
#property_our .descbox_item .list {
  counter-reset: list;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 769px) {
  #property_our .descbox_item .list {
    margin-top: -2rem;
  }
}
#property_our .descbox_item .list > li {
  counter-increment: list;
  display: flex;
  align-items: center;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #property_our .descbox_item .list > li {
    column-gap: 1rem;
    row-gap: 1rem;
    padding: 2rem 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .descbox_item .list > li {
    column-gap: 2rem;
    row-gap: 2rem;
    padding: 2rem;
  }
}
#property_our .descbox_item .list > li::before {
  content: counter(list);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0068b2;
  border-radius: 50%;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #property_our .descbox_item .list > li::before {
    width: 3rem;
    height: 3rem;
    line-height: 1.5em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .descbox_item .list > li::before {
    width: 6rem;
    height: 6rem;
    line-height: 1.5em;
    font-size: 3rem;
  }
}
#property_our .descbox_item .list > li:nth-of-type(1) {
  grid-column: 1/4;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #property_our .descbox_item .list > li:nth-of-type(1) h5 {
    line-height: 1.5em;
    font-size: 3.6rem;
    writing-mode: horizontal-tb;
  }
}
#property_our .descbox_item .list > li:nth-of-type(2) {
  grid-column: 1/4;
}
@media screen and (max-width: 768px) {
  #property_our .descbox_item .list > li:nth-of-type(2) h5 {
    line-height: 1.7em;
    font-size: 3.2rem;
    writing-mode: horizontal-tb;
  }
}
#property_our .descbox_item .list > li:nth-of-type(3) {
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #property_our .descbox_item .list > li:nth-of-type(3) {
    padding: 2rem 0;
  }
}
#property_our .descbox_item .list > li:nth-of-type(4) {
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #property_our .descbox_item .list > li:nth-of-type(4) {
    padding: 2rem 0;
  }
}
#property_our .descbox_item .list > li:nth-of-type(5) {
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #property_our .descbox_item .list > li:nth-of-type(5) {
    padding: 2rem 0;
  }
}
#property_our .descbox_item .list > li h5 {
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  #property_our .descbox_item .list > li h5 {
    line-height: 1.5em;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #property_our .descbox_item .list > li h5 {
    line-height: 1.2em;
    font-size: 3.2rem;
    writing-mode: vertical-rl;
  }
}
#property_our .box h5 {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #property_our .box h5 {
    line-height: 1.5em;
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box h5 {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
#property_our .box h5 + .general_indent_list {
  margin-top: 1rem;
}
#property_our .box .items {
  counter-reset: items;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #property_our .box .items {
    row-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box .items {
    row-gap: 4rem;
  }
}
#property_our .box .items > li {
  counter-increment: items;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
#property_our .box .items > li .items_index::before {
  content: counter(items);
}
#property_our .box .items .items_index {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  #property_our .box .items .items_index {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box .items .items_index {
    column-gap: 2rem;
  }
}
#property_our .box .items .items_index::before {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0068b2;
  border-radius: 50%;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #property_our .box .items .items_index::before {
    width: 4rem;
    height: 4rem;
    line-height: 1.5em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box .items .items_index::before {
    width: 6rem;
    height: 6rem;
    line-height: 1.5em;
    font-size: 3rem;
  }
}
#property_our .box .items .items_index h4 {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  #property_our .box .items .items_index h4 {
    padding: 0.2rem 0;
    line-height: 1.5em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box .items .items_index h4 {
    line-height: 1.5em;
    font-size: 4rem;
  }
  #property_our .box .items .items_index h4 span {
    display: inline-block;
    margin: 0 -1.5em 0 -0.3em;
  }
}
#property_our .box .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #property_our .box .list {
    column-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box .list {
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 1rem;
  }
}
#property_our .box .list > li {
  width: 100%;
}
#property_our .box .list > li .box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #property_our .box .list > li .box {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #property_our .box .list > li .box.middle {
    justify-content: center;
  }
}
#property_our .box .desc dt {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  #property_our .box .desc dt {
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box .desc dt {
    line-height: 1.7em;
    font-size: 3.2rem;
  }
}
#property_our .box .desc dt a {
  text-decoration: underline;
  color: inherit;
}
#property_our .box .desc dt a span.window {
  display: inline-block;
  position: relative;
}
#property_our .box .desc dt a span.window::before {
  content: "";
  display: inline-block;
  background-image: url(../../common/img/icon_window_b.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.2em;
  margin-right: 0.1em;
  translate: 0 12%;
}
@media screen and (min-width: 769px) {
  #property_our .box .desc dt a:hover {
    text-decoration: none;
  }
}
#property_our .box .desc dd {
  margin-top: 1rem;
}
#property_our .box .desc + .desc {
  border-top: 1px solid #cfcfcf;
  margin-top: 2rem;
  padding-top: 2rem;
}
#property_our .box.col1 {
  background: #e5f0f7;
}
@media screen and (min-width: 769px) {
  #property_our .box.col1 {
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box.col1 {
    margin: 0 -4rem;
    padding: 8rem 4rem;
  }
}
#property_our .box.col2 {
  background: #4c95c8;
  border-radius: 0.6rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #property_our .box.col2 {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box.col2 {
    padding: 3rem;
  }
}
#property_our .box.col2 .general_indent_list {
  padding-left: 2rem;
}
#property_our .box.col2 .general_indent_list > li {
  line-height: 1.5em;
}
#property_our .box.col2 .general_indent_list > li::before {
  background: #fff;
}
#property_our .box.col3 {
  background: #fff;
}
@media screen and (min-width: 769px) {
  #property_our .box.col3 {
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box.col3 {
    padding: 4rem;
  }
}
#property_our .box.col4 {
  border: 2px solid #c2dae4;
  border-radius: 0.6rem;
}
@media screen and (min-width: 769px) {
  #property_our .box.col4 {
    padding: 1.9rem 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box.col4 {
    padding: 2.8rem 3.8rem;
  }
}
#property_our .box.grid {
  display: grid;
  row-gap: 2rem;
}
@media screen and (min-width: 769px) {
  #property_our .box.grid {
    grid-template-columns: 1fr 48rem;
    grid-template-rows: auto 1fr;
    column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .box.grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  #property_our .box.grid .box.col4 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
#property_our .feature {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #property_our .feature {
    padding: 3rem 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .feature {
    padding: 4rem 0 9rem;
  }
}
#property_our .feature::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, #99c3e0, rgba(153, 195, 224, 0));
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #property_our .feature::before {
    width: 40rem;
    height: 9.5rem;
    bottom: -2rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .feature::before {
    width: 58rem;
    height: 13.8rem;
    bottom: -4rem;
  }
}
#property_our .feature p {
  position: relative;
  background: #fff;
  border: 1px solid;
  margin: 0 auto;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  color: #af0000;
}
@media screen and (min-width: 769px) {
  #property_our .feature p {
    border-radius: 4rem;
    width: 24rem;
    padding: 0.4rem 0;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #property_our .feature p {
    border-radius: 6.4rem;
    width: 38.4rem;
    padding: 0.44rem 0;
    line-height: 1.407em;
    font-size: 3.2rem;
  }
}

#property_asset .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  #property_asset .box {
    grid-template-columns: 1fr 44rem;
    grid-template-rows: auto 1fr;
    column-gap: 4rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #property_asset .box {
    row-gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  #property_asset .box .image_box {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
#property_asset .box .btn_btm {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #property_asset .box .btn_btm .btn_base_type {
    margin: 0;
  }
}

#property_rate {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #property_rate {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .h2_set.c h2 {
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
}
#property_rate .description_table {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #property_rate .description_table {
    grid-template-columns: 40rem 1fr;
  }
}
#property_rate .description_table p {
  width: 100%;
}
#property_rate .description_table + .note_text {
  text-align: right;
}
@media screen and (min-width: 769px) {
  #property_rate .description_table + .note_text {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .description_table + .note_text {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #property_rate .note_text {
    line-height: 1.7em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .note_text {
    line-height: 1.7em;
    font-size: 2.8rem;
  }
}
#property_rate h3.h3_title {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #property_rate h3.h3_title {
    margin-top: 3rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate h3.h3_title {
    margin-top: 5rem;
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
#property_rate .tab_list {
  background: #fff;
}
@media screen and (min-width: 769px) {
  #property_rate .tab_list {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .tab_list {
    margin-top: 2rem;
  }
}
#property_rate .tab_list .tab_switches {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
#property_rate .tab_list .tab_switches a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid #cfcfcf;
  width: 100%;
  transition: ease-out 0.6s all;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #property_rate .tab_list .tab_switches a {
    height: 6rem;
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .tab_list .tab_switches a {
    height: 9.2rem;
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
#property_rate .tab_list .tab_switches a::after {
  content: "";
  position: absolute;
  background: #0068b2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: ease-out 0.6s all;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #property_rate .tab_list .tab_switches a::after {
    width: 1.2rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .tab_list .tab_switches a::after {
    width: 2.2rem;
    height: 1.1rem;
  }
}
#property_rate .tab_list .tab_switches a span {
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #property_rate .tab_list .tab_switches a:first-of-type {
    border-top-left-radius: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .tab_list .tab_switches a:first-of-type {
    border-top-left-radius: 0.4rem;
  }
}
@media screen and (min-width: 769px) {
  #property_rate .tab_list .tab_switches a:last-of-type {
    border-top-right-radius: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .tab_list .tab_switches a:last-of-type {
    border-top-right-radius: 0.4rem;
  }
}
#property_rate .tab_list .tab_switches a:hover {
  color: #0068b2;
}
#property_rate .tab_list .tab_switches a.is-current {
  background: #0068b2;
  border-color: #0068b2;
  color: #fff;
}
#property_rate .tab_list .tab_switches a.is-current::after {
  opacity: 1;
}
#property_rate .tab_list .tab_content {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-top: 0;
}
@media screen and (min-width: 769px) {
  #property_rate .tab_list .tab_content {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .tab_list .tab_content {
    padding: 4rem 2rem;
  }
}
#property_rate .tab_list .tab_area {
  width: 100%;
  overflow: hidden;
}
#property_rate .tab_list .tab_area:not(.is-current) {
  height: 0;
}
@media screen and (min-width: 769px) {
  #property_rate .tab_list .tab_area canvas {
    width: 2400px !important;
    height: 380px !important;
  }
}
@media screen and (min-width: 769px) {
  #property_rate .tab_list + .note_list {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .tab_list + .note_list {
    margin-top: 2rem;
  }
}
#property_rate .note_list {
  color: #8a8a8a;
}
@media screen and (min-width: 769px) {
  #property_rate .note_list {
    line-height: 1.5em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #property_rate .note_list {
    line-height: 1.5em;
    font-size: 2.4rem;
  }
}
#property_rate .note_list > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}