﻿@charset "utf-8";
/* ==========================================================

title : アパート経営 相続編
scope : アパート経営 相続編
last modify : 2019/07/30 TCI_sakaguchi 新規作成

========================================================== */

/* ======================================
相続編
====================================== */
/* .mv_box_top
-------------------------------------- */
.mv_box_category_top .ttl_box {
  background: url(../image/img-mainvisual-inheritance-pc.png?20240613) no-repeat;
  padding-top: calc(180 / 870 * 100%);
  position: relative;
  background-size: contain;
}
.mv_box_category_top .ttl_box h1 {
  color: #eed557;
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","游明朝","Yu Mincho",YuMincho,"HGS明朝E",serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  text-align: center;
  width: 400px;
}
.mv_box_category_top .ttl_box h1 .ttl_sub {
	line-height: normal;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 812px) {
  .mv_box_category_top .ttl_box {
    background: url(../image/img-mainvisual-inheritance-sp.png) no-repeat center / contain;
    padding-top: calc(125 / 414 * 100%);
  }
  .mv_box_category_top .ttl_box h1 {
    font-size: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    left: 7.8rem;
    width: 66%;
  }
  .mv_box_category_top .ttl_box h1 .ttl_sub {
    font-size: 1rem;
  }
}

/* mv_box
-------------------------------------------------------- */
.mv_inheritance01 {
  background-image: url(../01-01/image/img-mainvisual-inheritance01-pc.png);
  background-size: contain;
}
.mv_inheritance02 {
  background-image: url(../02-01/image/img-mainvisual-inheritance02-pc.png);
  background-size: contain;
}
.mv_inheritance03 {
  background-image: url(../03-01/image/img-mainvisual-inheritance03-pc.png);
  background-size: contain;
}
.mv_inheritance04 {
  background-image: url(../04-01/image/img-mainvisual-inheritance04-pc.png);
  background-size: contain;
}
.mv_inheritance05 {
  background-image: url(../05-01/image/img-mainvisual-inheritance05-pc.png);
  background-size: contain;
}
.mv_inheritance06 {
  background-image: url(../06-01/image/img-mainvisual-inheritance06-pc.png);
  background-size: contain;
}

@media screen and (max-width: 812px) {
  .mv_inheritance01 {
    background-image: url(../01-01/image/img-mainvisual-inheritance01-sp.png);
  }
  .mv_inheritance02 {
    background-image: url(../02-01/image/img-mainvisual-inheritance02-sp.png);
  }
  .mv_inheritance03 {
    background-image: url(../03-01/image/img-mainvisual-inheritance03-sp.png);
  }
  .mv_inheritance04 {
    background-image: url(../04-01/image/img-mainvisual-inheritance04-sp.png);
  }
  .mv_inheritance05 {
    background-image: url(../05-01/image/img-mainvisual-inheritance05-sp.png);
  }
  .mv_inheritance06 {
    background-image: url(../06-01/image/img-mainvisual-inheritance06-sp.png);
  }
}

/* content
-------------------------------------- */

/* 3-3
-------------------------------------- */
.table_box01 .box_l {
  width: 18%;
}
.table_box01 .box_r {
  width: 82%;
}

@media screen and (max-width: 812px) {
  .table_box01 .box_l {
    width: 38%;
  }
  .table_box01 .box_r {
    width: 62%;
  }
}

/* 3-6
-------------------------------------- */
.margin_step {
  margin-left: 5.3em;
}

@media screen and (max-width: 812px) {
  .margin_step {
    margin-left: 0;
  }
}

/* 4-3
-------------------------------------- */
.so_called_margin {
  margin-left: 2.5em;
}
.so_called_margin li span {
  margin-right: 1em;
}
.so_called_margin.born_start p:first-child {
  margin-right: 1em;
}
.so_called_margin.born_start ul {
  letter-spacing: -.4em;
}
.so_called_margin.born_start ul li {
  display: inline-block;
  letter-spacing: normal;
}

@media screen and (max-width: 812px) {
  .so_called_margin.born_start ul {
    width: 70%;
  }
}