/*---- 安心の保証 ----*/

.hosho_contents{
	padding-bottom: 100px;
}

.hosho_block{
	margin-bottom: 50px;
}

.hosho_block:last-child{
	margin-bottom: 0;
}

/* ブロックタイトル下余白 */
.hosho_block .cost_subtit{
	margin: 0 0 30px 0;
}

/* 本文下余白 */
.spec_txt{
	margin-bottom: 1.5rem;
}

.cost_subtit {
  letter-spacing: 0;
  line-height: 1.7;
  border-bottom: 1px solid var(--gold03);
  border-left: 6px solid var(--gold03);
  padding-left: 1.4rem;
  padding-bottom: 0.8rem;
  margin-bottom: 2.26rem;
  font-size: 3.4rem;
  font-weight: 400;
  font-family: var(--basefont-jp);
  color: var(--gold02);
  line-height: 1.38;
}
.spec_txt:last-child{
	margin-bottom: 0;
}
/* PC */
.p_spec_img{
	text-align: center;
}
.p_spec_img img{
	width: 1000px;
  padding: 30px 0 0 0;
}
/* スマホ */
@media screen and (max-width:768px){
  .hosho_contents {
    padding-bottom: 50px;
  }

	.p_spec_flex{
		display: block;
	}

	.p_spec_txtArea,
	.p_spec_img{
		width: 100%;
	}

	.p_spec_img{
		margin-top: 1.9rem;
	}

  .p_spec_img img{
	width: 900px;
  padding: 0;
  }
  .hosho_block_first .p_spec_img img{
	width: 900px;
  text-align: center;
}
.hosho_block_first {
  padding: 50px 20px 0 20px;
}
.hosho_block {
  margin-bottom: 35px;
}
}
/* .hosho_block_first */
.hosho_block_first{
	text-align: center;
}
.first_cost_subtit  {
  background: #F6F6F4 url("../img/features-bg.png");
  padding: 80px 0;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 400;
  font-family: var(--basefont-jp);
  color: var(--gold02);
  line-height: 2.0;
}
.hosho_block_first .hosho_txt_area{
	margin-bottom: 20px
}
.hosho_block_first .p_spec_img img{
	width: 1000px;
  text-align: center;
}
.hosho_block_first .cost_subtit {
  letter-spacing: 0;
  line-height: 1.7;
  border-bottom: none;
  border-left: none;
  padding-left: 0;
  padding-bottom: 0.8rem;
  margin-bottom: 2.26rem;
  font-size: 3.4rem;
  font-weight: 400;
  font-family: var(--basefont-jp);
  color: var(--gold02);
  line-height: 1.38;
}
.hosho_block_first .p_spec_flex {
  display: block;
}
.hosho_block_first .p_spec_txtArea{
	width: 100%;
    margin: 50px 0 0 0;
}
.hosho_block_first .p_spec_img{
	width: 100%;
}
.hosho_block_first .spec_txt:last-child{
	margin-bottom: 20px;
}
.hosho_block_first + .hosho_block {
  padding-top: 50px;
}
.hosho_sub_block {
  position: relative;
  margin: 40px auto;
  /* margin-bottom: 100px; */
  padding: 70px 50px;
  background: var(--beige04) url("../img/features-bg.png") repeat left 5px top;
}
.sub-bottom{
  margin-bottom:100px;
}
.hosho_sub_block .p_spec_img {
  position: relative;
  z-index: 1;
}
.diplomat{
  margin-bottom:10px;
}
/* .hosho_sub_block.bg-white-bottom::before {
  content: "";
  width: 100%;
  height: 500px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
} */

@media screen and (max-width:768px){
.sub-bottom{
  margin-bottom: 50px!important;
}
.first_cost_subtit {
  background: #F6F6F4 url("../img/features-bg.png");
  padding: 30px 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--basefont-jp);
  color: var(--gold02);
  padding: 30px 20px;
  font-size: 2.6rem;
  line-height: 1.4;
}
.hosho_block {
  padding: 0 20px;
}
.cost_subtit {
  font-size: 2.4rem;
}
.hosho_block_first .p_spec_img img {
  width: 900px;
}
.hosho_block_first .p_spec_txtArea{
	width: 100%;
  margin: 0;
  text-align: left;
}
.hosho_sub_block {
    margin: 20px 0;
    padding: 30px 20px;
    /* margin-bottom: 50px; */
}
}
/* link-area */
.link-area {
	position: relative;
	padding: 100px 0;
}

.link-area::before {
	content: "";
	width: 100%;
	background: #F6F6F4;
	height: 500px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.link-area .txt {
	font-size: 3.0rem;
	font-weight: 400;
	font-family: var(--basefont-jp);
	color: var(--gold02);
	line-height: 1.5;
	text-align: center;
}

.link-area ul {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center!important;
}

.link-area ul li {
	width: 580px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	margin: 30px 0 0;
}

.link-area ul li.free {
	background: url("../img/link-free.jpg");
}

.link-area ul li.beginner {
	background: url("../img/link-beginner.jpg");
}

.link-area ul li a {
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
}

.link-area ul li a:hover::before {
	opacity: 0.9;
}

.link-area ul li a::before {
	content: "";
	width: 100%;
	height: 170px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	opacity: 0.7;
	/*! position: absolute; */
	bottom: 0;
}

.link-area ul li a .ttl-m {
	padding: 0 50px 0 0;
	display: block;
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 2;
	transition: 0.5s;
	background: url("../img/arrow-wht.svg") no-repeat right 20px top 20px / auto 16px;
}

.link-area ul li a:hover .ttl-m {
	background: url("../img/arrow-wht.svg") no-repeat right 0 top 20px / auto 16px;
}

.link-area ul li a .ttl-m .jp , 
.link-area ul li a .ttl-m .en {
	color: #fff;
}

@media screen and (max-width: 768px) {
.link-area::before {
    height: 300px;
  }
.link-area {
    padding: 50px 20px;
  }
    .link-area ul li a::before {
    height: 85px;
  }

.link-area ul li a {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}
.link-area ul li a .ttl-m {
    padding: 0 0 0 20px;
    left: 0;
    bottom: 20px;
    width: 100%;
    background-position: right 20px top 10px;
  }
    .link-area ul li {
    width: 100%;
    height: 200px;
    margin: 20px 0 0;
  }
.ttl-m .jp {
    font-size: 2.0rem;
  }
  .ttl-m {
    font-size: 2.0rem;
  }
  .link-area .txt {
    font-size: 2.4rem;
  }
  .concept-features-area .features-02 .sp-display-b {
    width: 100%;
}
.link-area ul {
  display: block;
}
}
