.mainimg {
  background: url("../images/index/mainimg.png") no-repeat center bottom;
  background-size: cover;
  padding: 3% 8% 40%; }
@media only screen and (max-width: 560px) {
  .mainimg {
    background: url("../images/index/bg_mainimg_sp.png") no-repeat center bottom;
    background-size: cover;
    padding: 45px 8% 320px; } }
@media only screen and (max-width: 320px) {
  .mainimg {
    padding: 35px 8% 250px; } }
.mainimg .link ul {
  display: flex;
  justify-content: space-between;
  padding: 0 3%; }
@media only screen and (max-width: 560px) {
  .mainimg .link ul {
    display: block; } }
.mainimg .link ul li {
  width: 27.4%; }
@media only screen and (max-width: 560px) {
  .mainimg .link ul li {
    width: 100%;
    padding: 0 0 13px; } }

.sec_inheritance {
  background: #EBF5EC;
  padding: 0 0 66px; }
@media only screen and (max-width: 560px) {
  .sec_inheritance {
    padding: 0; } }
@media only screen and (max-width: 560px) {
  .sec_inheritance .center {
    padding: 0; } }
.sec_inheritance h2.h_inheritance {
  font-size: 30px;
  padding: 60px 0 20px;
  text-align: center;
  line-height: 150%; }
@media only screen and (max-width: 560px) {
  .sec_inheritance h2.h_inheritance {
    padding: 15px 0;
    font-size: 13px; } }
.sec_inheritance .inheritance_block {
  background: #66BE96;
  display: flex;
  width: 87.5%;
  margin: 0 auto 56px; }
@media only screen and (max-width: 959px) {
  .sec_inheritance .inheritance_block {
    width: 100%; } }
@media only screen and (max-width: 560px) {
  .sec_inheritance .inheritance_block {
    margin: 0 auto 15px; } }
.sec_inheritance .inheritance_block .ttl {
  width: 37%;
  padding: 4%; }
@media only screen and (max-width: 560px) {
  .sec_inheritance .inheritance_block .ttl {
    padding: 2%; } }
.sec_inheritance .inheritance_block .ttl h3 {
  text-align: center;
  font-size: 47px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 300; }
@media only screen and (max-width: 1000px) {
  .sec_inheritance .inheritance_block .ttl h3 {
    font-size: 36px; } }
@media only screen and (max-width: 769px) {
  .sec_inheritance .inheritance_block .ttl h3 {
    font-size: 28px; } }
@media only screen and (max-width: 560px) {
  .sec_inheritance .inheritance_block .ttl h3 {
    font-size: 20px; } }
@media only screen and (max-width: 320px) {
  .sec_inheritance .inheritance_block .ttl h3 {
    font-size: 18px; } }
.sec_inheritance .inheritance_block .ttl .ttl_inner {
  background: #fff;
  padding: 6%;
  border-radius: 10px; }
@media only screen and (max-width: 560px) {
  .sec_inheritance .inheritance_block .ttl .ttl_inner {
    padding: 3%;
    border-radius: 5px; } }
.sec_inheritance .inheritance_block .ttl .ttl_inner p {
  color: #66BE96;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.16em;
  line-height: 150%;
  text-align: center; }
@media only screen and (max-width: 1000px) {
  .sec_inheritance .inheritance_block .ttl .ttl_inner p {
    font-size: 20px; } }
@media only screen and (max-width: 769px) {
  .sec_inheritance .inheritance_block .ttl .ttl_inner p {
    font-size: 18px; } }
@media only screen and (max-width: 560px) {
  .sec_inheritance .inheritance_block .ttl .ttl_inner p {
    font-size: 12px; } }
@media only screen and (max-width: 320px) {
  .sec_inheritance .inheritance_block .ttl .ttl_inner p {
    font-size: 10px; } }
.sec_inheritance .inheritance_block .ttl .ttl_inner .arr {
  padding: 2% 0 0; }
.sec_inheritance .inheritance_block .ttl .ttl_inner .arr img {
  width: 23%;
  margin: 0 1%; }
.sec_inheritance .inheritance_block .inner {
  width: 63%;
  padding: 4%;
  background: url("../images/index/bg_inheritance.jpg") no-repeat center center;
  background-size: cover; }
@media only screen and (max-width: 560px) {
  .sec_inheritance .inheritance_block .inner {
    padding: 2%; } }
.sec_inheritance .inheritance_block .inner p.copy {
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 180%; }
@media only screen and (max-width: 560px) {
  .sec_inheritance .inheritance_block .inner p.copy {
    font-size: 12px; } }
@media only screen and (max-width: 320px) {
  .sec_inheritance .inheritance_block .inner p.copy {
    font-size: 10px; } }
.sec_inheritance .inheritance_block .inner p.tel {
  padding: 50px 0 0;
  font-size: 40px;
  font-weight: 900;
  color: #23418C; }
@media only screen and (max-width: 769px) {
  .sec_inheritance .inheritance_block .inner p.tel {
    font-size: 28px; } }
@media only screen and (max-width: 560px) {
  .sec_inheritance .inheritance_block .inner p.tel {
    padding: 22px 0 0;
    font-size: 16px; } }
.sec_inheritance .inheritance_block .inner p.tel img {
  width: 73px;
  margin: 0 5px 0 0;
  vertical-align: middle; }
@media only screen and (max-width: 560px) {
  .sec_inheritance .inheritance_block .inner p.tel img {
    width: 31px; } }
.sec_inheritance .inheritance_block .inner p.tel a {
  color: #23418C;
  text-decoration: none; }
.sec_inheritance .sec_news {
  width: 87.5%;
  margin: 0 auto;
  background: #fff;
  padding: 4%; }
@media only screen and (max-width: 959px) {
  .sec_inheritance .sec_news {
    width: 100%; } }
.sec_inheritance .sec_news .ttl {
  background: #66BE96;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
@media only screen and (max-width: 560px) {
  .sec_inheritance .sec_news .ttl {
    display: block; } }
.sec_inheritance .sec_news .ttl h2 {
  color: #fff;
  line-height: 55px;
  font-size: 29px;
  letter-spacing: 0.04em; }
@media only screen and (max-width: 959px) {
  .sec_inheritance .sec_news .ttl h2 {
    font-size: 24px;
    line-height: 40px; } }
@media only screen and (max-width: 769px) {
  .sec_inheritance .sec_news .ttl h2 {
    font-size: 18px;
    line-height: 30px; } }
@media only screen and (max-width: 560px) {
  .sec_inheritance .sec_news .ttl h2 {
    text-align: center;
    font-size: 16px;
    line-height: 120%; } }
.sec_inheritance .sec_news .ttl p {
  line-height: 55px; }
@media only screen and (max-width: 959px) {
  .sec_inheritance .sec_news .ttl p {
    line-height: 40px; } }
@media only screen and (max-width: 769px) {
  .sec_inheritance .sec_news .ttl p {
    line-height: 30px; } }
@media only screen and (max-width: 560px) {
  .sec_inheritance .sec_news .ttl p {
    display: none; } }
.sec_inheritance .sec_news .ttl p a {
  display: block;
  background: url("../images/index/i_list.png") no-repeat center right;
  background-size: 55px auto;
  padding: 0 60px 0 0;
  color: #fff;
  font-size: 22px;
  text-decoration: none; }
@media only screen and (max-width: 959px) {
  .sec_inheritance .sec_news .ttl p a {
    font-size: 18px;
    background-size: 40px auto;
    padding: 0 44px 0 0; } }
@media only screen and (max-width: 769px) {
  .sec_inheritance .sec_news .ttl p a {
    font-size: 14px;
    background-size: 30px auto;
    padding: 0 34px 0 0; } }
.sec_inheritance .sec_news .ttl p a:hover {
  text-decoration: underline; }
.sec_inheritance .sec_news .news_list p {
  padding: 8px 24px;
  border-bottom: 1px dashed #66BE96;
  display: flex;
  justify-content: space-between; }
@media only screen and (max-width: 560px) {
  .sec_inheritance .sec_news .news_list p {
    padding: 8px 16px;
    font-size: 12px; } }
.sec_inheritance .sec_news .news_list p span.date {
  width: 20%;
  font-weight: 400;
  white-space: nowrap; }
@media only screen and (max-width: 769px) {
  .sec_inheritance .sec_news .news_list p span.date {
    width: 24%; } }
@media only screen and (max-width: 320px) {
  .sec_inheritance .sec_news .news_list p span.date {
    width: 38%; } }
.sec_inheritance .sec_news .news_list p span.title {
  width: 75%;
  font-weight: 400; }
@media only screen and (max-width: 769px) {
  .sec_inheritance .sec_news .news_list p span.title {
    width: 70%; } }
@media only screen and (max-width: 320px) {
  .sec_inheritance .sec_news .news_list p span.title {
    width: 60%; } }
@media only screen and (max-width: 560px) {
  .sec_inheritance .sec_news .sp_link {
    padding: 12px 0; }
  .sec_inheritance .sec_news .sp_link a {
    display: block;
    width: 52%;
    margin: 0 auto;
    background: #66BE96 url("../images/index/i_list.png") no-repeat center right 3%;
    background-size: 20px auto;
    padding: 5px 24px 5px 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none; } }
@media only screen and (max-width: 560px) and (max-width: 320px) {
  .sec_inheritance .sec_news .sp_link a {
    width: 70%; } }
@media only screen and (max-width: 560px) {
  .sec_inheritance .sec_news .sp_link a:hover {
    opacity: 0.7; } }

.bnr_contact {
  padding: 47px 0 80px; }
@media only screen and (max-width: 560px) {
  .bnr_contact {
    padding: 20px 0; }
  .bnr_contact .center {
    padding: 0; } }

.sec_company {
  background: #E6E6E6;
  padding: 32px 0 36px; }
@media only screen and (max-width: 560px) {
  .sec_company {
    padding: 10px 0 12px; }
  .sec_company .center {
    padding: 0 2%; } }
@media only screen and (max-width: 320px) {
  .sec_company .center {
    padding: 0 1%; } }
.sec_company .company_inner {
  width: 87.2%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background: #fff; }
@media only screen and (max-width: 959px) {
  .sec_company .company_inner {
    width: 100%; } }
@media only screen and (max-width: 560px) {
  .sec_company .company_inner {
    display: block;
    background: transparent; } }
.sec_company .company_inner .ttl {
  width: 24%;
  padding: 5% 2%;
  background: #F2F2F2 url("../images/index/company.png") no-repeat center bottom;
  background-size: 90% auto; }
@media only screen and (max-width: 560px) {
  .sec_company .company_inner .ttl {
    width: 100%;
    background: none; } }
.sec_company .company_inner .ttl h2 {
  font-size: 33px;
  font-weight: 300;
  text-align: center; }
@media only screen and (max-width: 959px) {
  .sec_company .company_inner .ttl h2 {
    font-size: 26px; } }
@media only screen and (max-width: 769px) {
  .sec_company .company_inner .ttl h2 {
    font-size: 22px; } }
@media only screen and (max-width: 560px) {
  .sec_company .company_inner .ttl h2 {
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 0.25em; } }
.sec_company .company_inner .inner {
  width: 72%; }
@media only screen and (max-width: 560px) {
  .sec_company .company_inner .inner {
    background: #fff;
    width: 100%;
    padding: 3%; } }
.sec_company .company_inner .inner table {
  width: 100%;
  border-top: 1px solid #CCCCCC; }
.sec_company .company_inner .inner table tr {
  border-bottom: 1px solid #CCCCCC; }
.sec_company .company_inner .inner table tr th, .sec_company .company_inner .inner table tr td {
  padding: 12px 20px;
  font-weight: 400; }
@media only screen and (max-width: 769px) {
  .sec_company .company_inner .inner table tr th, .sec_company .company_inner .inner table tr td {
    font-size: 16px; } }
@media only screen and (max-width: 560px) {
  .sec_company .company_inner .inner table tr th, .sec_company .company_inner .inner table tr td {
    font-size: 12px;
    padding: 8px 10px; } }
.sec_company .company_inner .inner table tr th {
  background: #F2F2F2; }
.sec_company .company_inner .inner table tr td .map {
  display: inline-block;
  color: #fff;
  background: #66BE96;
  border-radius: 3px;
  font-weight: 700;
  padding: 2px;
  text-decoration: none;
  font-size: 16px; }
@media only screen and (max-width: 560px) {
  .sec_company .company_inner .inner table tr td .map {
    font-size: 14px; } }

.sec_privacy h2 {
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center; }
@media only screen and (max-width: 560px) {
  .sec_privacy h2 {
    font-weight: 200; } }
.sec_privacy .inner {
  padding: 21px 6% 57px;
  text-align: center;
  font-size: 13px; }
@media only screen and (max-width: 560px) {
  .sec_privacy .inner {
    font-size: 12px; } }
.sec_privacy.sec_privacy2 .inner {
  padding: 56px 6% 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.sec_privacy.sec_privacy2 .inner .block {
  width: 31%;
  margin: 0 0 20px; }
@media only screen and (max-width: 560px) {
  .sec_privacy.sec_privacy2 .inner .block {
    width: 46.2%;
    margin: 0 0 40px; } }
.sec_privacy.sec_privacy2 .inner .block:first-of-type, .sec_privacy.sec_privacy2 .inner .block:nth-of-type(2) {
  width: 46.2%;
  margin: 0 0 40px; }
.sec_privacy.sec_privacy2 .inner .block h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 0 10px; }
@media only screen and (max-width: 560px) {
  .sec_privacy.sec_privacy2 .inner .block h3 {
    font-size: 13px;
    line-height: 160%; } }
.sec_privacy.sec_privacy2 .inner .block p {
  text-align: left;
  font-size: 13px;
  font-weight: 300; }
@media only screen and (max-width: 560px) {
  .sec_privacy.sec_privacy2 .inner .block p {
    font-size: 12px;
    line-height: 160%; } }

.sec_privacy_contact h2 {
  border-top: 1px solid #595757;
  padding: 36px 0 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center; }
@media only screen and (max-width: 560px) {
  .sec_privacy_contact h2 {
    font-size: 16px;
    text-align: left;
    padding: 24px 6%; } }
.sec_privacy_contact .inner {
  padding: 0 22% 56px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
@media only screen and (max-width: 959px) {
  .sec_privacy_contact .inner {
    padding: 0 15% 56px; } }
@media only screen and (max-width: 560px) {
  .sec_privacy_contact .inner {
    display: block;
    padding: 0 0 20px; } }
.sec_privacy_contact .inner .ttl {
  width: 48%;
  font-size: 12px; }
@media only screen and (max-width: 560px) {
  .sec_privacy_contact .inner .ttl {
    width: 100%;
    font-weight: 400;
    line-height: 140%;
    padding: 0 0 10px; } }
.sec_privacy_contact .inner .privacy_contact_inner {
  width: 48%;
  font-size: 12px;
  font-weight: 400;
  line-height: 175%;
  border-left: 6px solid #666666;
  padding: 0 0 0 12px; }
@media only screen and (max-width: 560px) {
  .sec_privacy_contact .inner .privacy_contact_inner {
    width: 100%;
    font-weight: 300;
    font-size: 13px; } }
