@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
html {
  font-size: 10px;
}
.tbView {
  display: none !important;
}
@media only screen and (max-width:900px) {
  .tbView {
    display: block !important;
  }
}

.main_bg {
  background-image: url(../images/access/bg_01.png);
}
.mvCap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
.cap_br {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  z-index: 5;
}

.reversmortgage {
  padding-top: 180px;
  position: relative;
}
.reversmortgage::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url(../images/access/bg_01.png);
  background-position: center top;
  width: 100%;
  height: 100%;
}

.reversmortgage_bg {
  position: relative;
}
.reversmortgage_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/access/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height:80px;
  z-index: 3;
}
.reversmortgage_bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(250, 195, 161,1) 0%, rgba(255,255,255,0) 100%);
  z-index: 2;
}

.reversmortgage_inner {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}

.section_title {
  /* font-size: 50px; */
  font-size: clamp(3.8rem, 2.062rem + 2.26vw, 5rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #984a00;
  text-align: center;
  font-weight: bold;
}
.section_text {
  font-size: clamp(1.8rem, 0.786rem + 1.318vw, 2.5rem);
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}
.section_text2 {
  font-size: clamp(1.4rem, 0.821rem + 0.753vw, 1.8rem);
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width:980px) {
  .reversmortgage {
    padding-top: 80px;
  }
  .reversmortgage_bg::before {
    background-size: cover;
    height:20px;
  }
  .reversmortgage_bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(250, 195, 161,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 2;
  }

  .section_title {
    font-size: 24px;
  }
  .section_text {
    font-size: 16px;
    margin-top: 20px;
  }
  .section_text2 {
    font-size: 14px;
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: left;
  }
}

/* title_area
-----------------------------------------  */
.title_area {
  position: relative;
  padding-top: 120px;
}
.title_area::before {
  content: '';
  position: absolute;
  background-image: url(../images/reversmortgage/bg_03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 558px;
  top: 0;
  left: 0;
  right: 0;
}
.title_area .title {
  position: relative;
  z-index: 5;
  max-width: 255px;
  margin: 0 auto 14px;
}

@media only screen and (max-width:768px) {
  .title_area {
    padding-top: 60px;
    padding-bottom: 0px;
    padding: 60px 15px 0;
  }
  .title_area::before {
    height: 340px;
  }
  .title_area .title {
    max-width: 240px;
  }
}

/* lead_area
=================================  */
.lead_area {
  position: relative;
  padding-top: 20px;
  padding-bottom: 100px;
}
.lead_area .reversmortgage_inner {
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
  margin:auto;
}

/* .lead_area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/safety/safety_bg01.png);
  background-repeat: no-repeat;
  background-position:center  ;
  background-size: cover;
  width: 100%;
  height: 100%;
} */
.reversmortgage_contents {
  margin-top: 60px;
}
.lead_box {
  position: relative;
  margin: auto;
  padding:60px 60px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 2;
}
.lead_box::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: -1;
  border: 1px solid #c21500;
  border-image: linear-gradient(to right, #933e00 0%,#e8af00 50%, #df8a15 100%);
  border-image-slice: 1;
}
.icon_box,
.icon_box2 {
  position: relative;
} 
.icon_box::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  z-index: 100;
}
.icon_box::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(90deg);
  z-index: 100;
}
.icon_box2::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 40px;
  transform: rotate(-90deg);
  z-index: 100;
}
.icon_box2::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(180deg);
  z-index: 100;
}
.lead_box_wrap {
  display: flex;
  align-items: center;
}
.ldk_wrap {
  display: flex;
  align-items: center;
  width: 42%;
  border-right: 2px solid #933e00;
  padding-right: 20px;
}
.type_label {
  color: #fff;
  background: linear-gradient(90deg, rgba(223,139,0,1) 0%, rgba(145,34,0,1) 100%);
  /* font-size: 30px; */
  font-size: clamp(2rem, 0.552rem + 1.883vw, 3rem);
  width: 280px;
  text-align: center;
  /* padding: 40px 10px; */
  padding: clamp(2rem, -0.896rem + 3.766vw, 4rem) 10px;
}
.type_label span {
  /* font-size: 50px; */
  font-size: clamp(3.2rem, 0.593rem + 3.39vw, 5rem);
}
.ldk {
  margin-left: 20px;
  /* font-size: 56px; */
  font-size: clamp(3.8rem, 1.193rem + 3.39vw, 5.6rem);
  color: #984a00;
}
.ldk span {
  /* font-size: 70px; */
  font-size: clamp(4.4rem, 0.635rem + 4.896vw, 7rem);
}
.menseki {
  width: 54%;
  padding-left: 30px;
}
.menseki_text {
  /* font-size: 18px; */
  font-size: clamp(1.3rem, 0.576rem + 0.942vw, 1.8rem);
  letter-spacing: 0.05em;
  
}
.menseki_text .num_l {
  /* font-size: 50px; */
  font-size: clamp(3.6rem, 1.573rem + 2.637vw, 5rem);
  line-height: 0.8;
  padding-left: 8px;
}
.menseki_text .num_m {
  /* font-size: 28px; */
  font-size: clamp(2.2rem, 1.331rem + 1.13vw, 2.8rem);
}
.menseki_text .text_s {
  /* font-size: 16px; */
  font-size: clamp(1.2rem, 0.621rem + 0.753vw, 1.6rem);
}
.lead_box_wrap2 {
  margin-top: 30px;
  background-color: #fbeddd;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kakaku {
  text-align: center;
  /* margin-right: 30px; */
  margin-right: clamp(1rem, -1.896rem + 3.766vw, 3rem);
}
.type_box {
  /* font-size: 16px; */
  font-size: clamp(1.2rem, 0.621rem + 0.753vw, 1.6rem);
  border: 1px solid #ad9e81;
  padding: 4px 4px;
  text-align: center;
}
.kakaku_text {
  /* font-size: 28px; */
  font-size: clamp(2rem, 0.841rem + 1.507vw, 2.8rem);
  line-height: 1.6;
}
.kakaku_text span {
  /* font-size: 23px; */
  font-size: clamp(1.8rem, 1.076rem + 0.942vw, 2.3rem);
}
.price {
  letter-spacing: 0.1em;
  /* font-size: 40px; */
  font-size: clamp(2rem, -0.896rem + 3.766vw, 4rem);
  /* margin-right: 80px; */
  margin-right: clamp(1rem, -9.137rem + 13.183vw, 8rem);
}
.price span {
  /* font-size: 68px; */
  font-size: clamp(4.6rem, 1.414rem + 4.143vw, 6.8rem);
}
.link a {
  display: block;
  width: clamp(19rem, 0.173rem + 24.482vw, 32rem);
  transition: all .4s;
}
.link a:hover {
  opacity: .7;
}
.head-border {
  margin-top: 40px;
  display: flex;
  align-items: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #984a00;
}
.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #984a00;
}
.head-border:before {
  margin-right: 30px;
}
.head-border:after {
  margin-left: 30px;
}
.sankaku {
  max-width: 130px;
  margin: 20px auto;
}
.lead_box_wrap3 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.lead_box_item {
  width: 48%;
}
.lead_box_item.left {
  background-color: #f5f5f5;
}
.lead_box_item.right {
  background-color: #fbeddd;
}
.lead_box_item_title {
  /* font-size: 30px; */
  font-size: clamp(1.6rem, -0.427rem + 2.637vw, 3rem);
  letter-spacing: 0.05em;
  text-align: center;
  padding: 16px;
}
.lead_box_item.left .lead_box_item_title {
  color: #000;
  background-color: #c1b993;
}
.lead_box_item.right .lead_box_item_title {
  color: #fff;
  background: linear-gradient(90deg, rgba(223,139,0,1) 0%, rgba(145,34,0,1) 100%);
}
.lead_box_item_body {
  padding: 30px 20px;
}
.lead_box_item li {
  margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lead_box_item li:first-child {
  margin-top: 0;
}
.lead_box_item .text {
	/* font-size: 27px; */
	font-size: clamp(1.6rem, 0.007rem + 2.072vw, 2.7rem);
}
.lead_box_item .text span {
	/* font-size: 16px; */
	font-size: clamp(1rem, 0.131rem + 1.13vw, 1.6rem);
}
.lead_box_item .num {
	/* font-size: 30px; */
	font-size: clamp(1.6rem, -0.427rem + 2.637vw, 3rem);
  letter-spacing: 0.05em;
  padding-left: 6px;
}
.lead_box_item .num span {
	/* font-size: 22px; */
	font-size: clamp(1.4rem, 0.241rem + 1.507vw, 2.2rem);
}
.lead_box_item .dot {
	position: relative;
	flex-grow: 1;
}
.lead_box_item .dot:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
  width: 87%;
  height: 4px;
	transform: translate(-50%,-50%);
	background: url(../images/reversmortgage/dot.png);
	background-size: contain;
  background-repeat: repeat-x;
}
.lead_box_item_text {
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 10px;
  border-left: 1px solid #000;
  margin-bottom: 20px;
}
.lead_box_item_text span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.lead_box_item_cap {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-left: 14px;
  text-indent: -14px;
}

@media only screen and (max-width:768px) {
  .lead_area {
    padding-top: 20px;
    padding-bottom: 68px;
  }
  .lead_area .reversmortgage_inner {
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .reversmortgage_contents {
    margin-top: 20px;
  }
  .lead_box {
    padding:40px 30px;
  }
  .lead_box_wrap {
    flex-direction: column;
  }
  .ldk_wrap {
    flex-direction: column;
    width: 100%;
    border-right: none;
  }
  .type_label {
    font-size: 25px;
    width: 220px;
    padding: 12px;
  }
  .type_label span {
    font-size: 35px;
  }
  .ldk {
    margin-left: 0;
    margin-top: 20px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    font-size: 50px;
    border-bottom: 2px solid #933e00;
  }
  .ldk span {
    font-size: 60px;
  }
  .menseki {
    max-width: 300px;
    margin: 20px auto 20px;
    width: 100%;
    padding-left: 0;
  }
  .menseki_text {
    font-size: 13px;
    margin-top: 6px;
  }
  .menseki_text .num_l {
    font-size: 33px;
    padding-left: 4px;
  }
  .menseki_text .num_m {
    font-size: 24px;
  }
  .menseki_text .text_s {
    font-size: 10px;
    text-align: right;
    line-height: 1;
  }
  .menseki_text .text_s.sp_b {
    display: block;
  }
  .lead_box_wrap2 {
    margin-top: 0px;
    padding: 26px 20px;
    flex-direction: column;
  }
  .kakaku {
    margin-right: 0;
    width: 100%;
  }
  .type_box {
    font-size: 16px;
    padding: 4px 4px;
  }
  .kakaku_text {
    font-size: 20px;
  }
  .kakaku_text span {
  font-size: 15px;
}
  .price {
    font-size: 28px;
    margin-right: 0;
  }
  .price span {
    font-size: 44px;
  }
  .link {
    margin-top: 14px;
  }
  .head-border {
    margin-top: 40px;
    font-size: 30px;
    justify-content: center;
  }
  .head-border:before,
  .head-border:after {
    content: none;
  }
  .lead_box_wrap3 {
    margin-top: 20px;
    flex-direction: column;
  }
  .lead_box_item {
    width: 100%;
  }
  .lead_box_item_title {
    font-size: 17px;
    padding: 12px;
  }
  .lead_box_item_body {
    padding: 20px 20px;
  }
  .lead_box_item li {
    margin-top: 20px;
  }
  .lead_box_item li:first-child {
    margin-top: 0;
  }
  .lead_box_item .text {
    font-size: 16px;
  }
  .lead_box_item .text span {
    font-size: 10px;
  }
  .lead_box_item .num {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-left: 6px;
  }
  .lead_box_item .num span {
    font-size: 14px;
  }
  .lead_box_item .dot:before {
    width: 87%;
    height: 2px;
  }
  .lead_box_item_text {
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 10px;
    border-left: 1px solid #000;
    margin-bottom: 20px;
  }
  .lead_box_item_text span {
    display: block;
    font-size: 14px;
  }
  .lead_box_item_cap {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-left: 10px;
    text-indent: -10px;
  }
}



/* reversmortgage_bottom
=========================================== */
.reversmortgage_bottom {
  position: relative;
  background-image: url(../images/reversmortgage/bg_01.png);
  background-size: cover;
  padding-bottom: 80px;
}
.reversmortgage_bottom::before {
  content: '';
  position: absolute;
  background-image: url(../images/reversmortgage/bg_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 553px;
  top: 26%;
  left: 0;
  right: 0;
}
.reversmortgage_bottom .title_area::before {
  content: none;
}
.reversmortgage_bottom  .inner{
  position: relative;
  max-width: 1000px;
  margin-top: 60px;
}
.reversmortgage_bottom_box{
padding: 60px 20px;
  background: linear-gradient(325deg, rgba(242,233,200,1) 0%, rgba(226,206,155,1) 25%, rgba(246,239,209,1) 50%, rgba(218,197,155,1) 75%, rgba(217,196,153,1) 100%);
	outline: 1px solid #fff;
	outline-offset: -8px;
  border-radius: 6px;
}
.reversmortgage_bottom_title {
  font-size: 35px;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}
.reversmortgage_bottom_list {
  position: relative;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 80%;
  border-radius: 4px;
  margin: 16px auto;
  padding: 20px;
  text-align: center;
  font-size: 35px;
  font-size: clamp(2.8rem, 1.786rem + 1.318vw, 3.5rem);
}
.reversmortgage_bottom_list::before {
  content: '';
  position: absolute;
  background-image: url(../images/reversmortgage/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.reversmortgage_bottom_list sup {
  font-size: 14px;
  vertical-align: top;
}

@media only screen and (max-width:768px) {
  .reversmortgage_bottom {
    position: relative;
    background-image: url(../images/reversmortgage/bg_01_sp.png);
    background-size: cover;
    padding-bottom: 40px;
  }
  .reversmortgage_bottom::before {
    content: '';
    position: absolute;
    background-image: url(../images/reversmortgage/bg_02_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 393px;
    top: 21%;
    left: 0;
    right: 0;
  }
  .reversmortgage_bottom  .inner{
    position: relative;
    max-width: 1000px;
    margin-top: 60px;
  }
  .reversmortgage_bottom_box{
    padding: 60px 20px;
    outline-offset: -8px;
    border-radius: 6px;
  }
  .reversmortgage_bottom_title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .reversmortgage_bottom_list {
    width: 100%;
    margin: 10px auto;
    padding:24px 20px;
    font-size: 17px;
  }
  .reversmortgage_bottom_list::before {
    width: 20px;
    height: 20px;
    left: 10px;
  }
  .reversmortgage_bottom_list sup {
    font-size: 10px;
    vertical-align: top;
  }
}
  .border2 {
    border-top: solid 1px;
    padding-top: 15px;
}
