@charset "UTF-8";
/*----------------------------------
　　　お客さまへのお約束・ご提案ページ
----------------------------------*/
.page-heading_01{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.page-heading_01::before{
  content: "";
	display: block;
	width: 156px;
  height: 3px;
	background: url(/images/beige-border.svg) no-repeat left top;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 156px / 2);
}

.section-block{
  margin-bottom: 48px;
}

.page-title-fill{
  background-color: #534741;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.page-title-line{
	font-size: 1.5em;
	padding: 8px 0;
	border-bottom: 3px solid #EF7D2F;
	margin-bottom: 1rem;
}

.section-block p{
  margin-bottom: 1.5rem;
}

.url-list{
  line-height: 1.7;
}

.url-list dl:first-child{
  margin: 2rem 0 1.8rem;
}

.url-list dt,.page-text h4{
  font-weight: 500;
}

.url-list dd,li,.page-text{
  font-weight: 400;
}

.url-list dt{
  margin-bottom: 0.5rem;
}

.url-list dd,li{
  margin-bottom: 0.75rem;
}

.page-text{
  line-height: 1.5;
}

.sp_only{
    display: block;
}

.info p{
  padding-bottom: 10px;
  line-height: 1.7
}

table{
  border-collapse: collapse;
  width: 100%;
}

table th, table td{
  border: solid 1px #534741;
}

.page-heding_sub{
    font-size: 16px;
    line-height: 1.3rem;
    margin-top: 16px;
    display: inline-block;
}

/*PC*/
@media screen and (min-width: 768px){
  .page-heading_01{
    font-size: 2.3rem;
  }
  .section-block h2{
    font-size: 1.3rem;
  }
  
  .sp_only{
    display: none;
  }
}

/*----------------------------------
　　　　勧誘方針ページ　追加CSS
----------------------------------*/

#kanyu .page-heading_01{
  margin-bottom: 60px;
}

#kanyu .sub-heading{
  text-align: center;
  margin-bottom: 24px;
}

#kanyu .sub-heading p{
  display: inline-block;
  font-size: 1.3rem;
  border: 2px solid #534741;
  border-radius: 4px;
  padding: 6px 10px;
}

#kanyu .page-title-fill{
  color: #534741;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 24px;
}
#kanyu .section-block{
  text-align: justify;
}
#kanyu .section-block ol{
  list-style: auto;
  line-height: 1.5;
  margin-bottom: 40px;
}
#kanyu .section-block li{
  margin-left: 1.2rem;
}

#kanyu .section-block p{
  font-weight: 400;
}

/*PC*/
@media screen and (min-width: 768px){
  #kanyu .page-title-fill{
    font-size: 1.4rem;
  }
  #kanyu .sub-heading{
    margin-bottom: 40px;
  }
  #kanyu .sub-heading p{
    font-size: 1.5rem;
  }
}