@charset "utf-8";

@media (min-width: 768px){
  .bl_mv{min-width: 1024px;}
}
.bl_mv picture > img {
    width: 100%;
  }
/******************************
// ロードサービスにあなたが本当に求めることは？
******************************/
.bl_lead_txt{
  font-size: clamp(1rem, 0.342rem + 2.54vw, 2.25rem);
  color: var(--color_mainblue);
  text-align: center;
	
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;	
}
.bl_img{
	text-align: center;
}
/******************************
// JAFならその不安解消できます
******************************/
.bl_RoofList{
  display: flex;
  justify-content: space-between;
	
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;	
}
.bl_RoofList li{
  width: 32%;
}
@media (min-width: 768px){
  .bl_RoofList{
      width: 960px;
	  margin: 40px 0 100px;
    }
  .bl_RoofList li{
      width: 32%;
    }
}
@media (max-width: 767.98px) {
  .bl_RoofList{
      width: 100%;
	  margin: 20px 0 50px;
    }
}
.bl_RoofList h2 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: var(--color_white);
  font-size: clamp(1rem, 0.545rem + 2.27vw, 2.25rem);
  font-weight: 700;
}
	
@media (min-width: 768px){
  .bl_RoofList h2 {
    width: 220px;	  
    padding: 16px 0;
    text-shadow:
    3px 3px 0 var(--color_mainblue), -3px -3px 0 var(--color_mainblue),
    -3px 3px 0 var(--color_mainblue),  3px -3px 0 var(--color_mainblue),
    3px 0 0 var(--color_mainblue), -3px  0 0 var(--color_mainblue),
    0 3px 0 var(--color_mainblue),  0 -3px 0 var(--color_mainblue);
  }	
}
@media (max-width: 767.98px){
  .bl_RoofList h2 {
    width: 70%;  
    padding: 8px 0;	  
    text-shadow:
    1px 1px 0 var(--color_mainblue), -1px -1px 0 var(--color_mainblue),
    -1px 1px 0 var(--color_mainblue),  1px -1px 0 var(--color_mainblue),
    1px 0 0 var(--color_mainblue), -1px  0 0 var(--color_mainblue),
    0 1px 0 var(--color_mainblue),  0 -1px 0 var(--color_mainblue);
  }	
}
.bl_RoofList h2::before,.bl_RoofList h2::after{
  content: '';
  position: absolute;
  width: 70%;
  height: 100%;
  background: var(--color_roofblue);
  z-index: -1;	
}
.bl_RoofList h2::before {
  top: 0;
  left: 0;
  transform: skew(-25deg);
}
.bl_RoofList h2::after {
  top: 0;
  right: 0;
  transform: skew(25deg);
}
.bl_txt_box{
  min-height: 75%;
  color: var(--color_mainblue);	
  border: 3px solid var(--color_mainblue);
  font-size: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem);
  font-weight: 500;
}
@media (min-width: 768px){
  .bl_RoofList h2::before {
    border-top: 3px solid var(--color_mainblue);
    border-left: 3px solid var(--color_mainblue);
  }	
  .bl_RoofList h2::after {
    border-top: 3px solid var(--color_mainblue);
    border-right: 3px solid var(--color_mainblue);	
  }
  div.bl_txt_box{
    padding: 20px 20px; 
  }			
}
@media (max-width: 767.98px){
  div.bl_txt_box{
    height: 85%; 	  
    padding: 10px 6px; 
  }	
  .bl_RoofList h2::before {
    border-top: 2px solid var(--color_mainblue);
    border-left: 2px solid var(--color_mainblue);
  }		
  .bl_RoofList h2::after {
    border-top: 2px solid var(--color_mainblue);
    border-right: 2px solid var(--color_mainblue);	
  }
  .bl_txt_box{
    border: 2px solid var(--color_mainblue);
  }	
}
/******************************
// JAF会員なら何度も使えて年会費4,000円
******************************/
@media (min-width: 768px){
  .bl_remarks_member{
      width: 610px;
	  margin: 0 auto;
  }		
}
.bl_remarks_benefits{
	padding-left: 20px;
}
.bl_remarks_benefits .bl_AnnoList{
	margin: 0 0 0 0 !important;
}
@media (max-width: 767.98px) {
  .bl_remarks_benefits{
      padding-left: 12px;
  }
}	
/************************************************************
// 事前にJAFに入会するメリットは?
************************************************************/
/******************************
// 角丸見出し
******************************/
.bl_headMert h3 {
  position: relative;
  display: inline-block;
  color: #0e257a;
  font-size: clamp(1.125rem, 0.532rem + 2.29vw, 2.25rem);
	
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
	
@media (min-width: 768px){
  .bl_headMert{
    text-align: center;
  }	
  .bl_headMert h3 {
    padding:  0 0 0 194px;
  }	
}	
@media (max-width: 767.98px) {
  .bl_headMert h3 {
    padding:  0 0 0 80px;
  }
}	
.bl_headMert h3 .hp_flag{
  position: absolute;
  text-align: center;
  font-size: clamp(0.875rem, 0.151rem + 2.8vw, 2.25rem);		
  color: var(--color_white);	
  background-color: var(--color_mainblue);  
}	
@media (min-width: 768px){
  .bl_headMert h3 .hp_flag{
    letter-spacing: -0.3rem;
    width: 170px;
    height: 50px;
    padding: 0 8px 0 0;
    top: 3px;
    left: 0;
  }	
}
@media (max-width: 767.98px) {
  .bl_headMert h3 .hp_flag{
    letter-spacing: -0.2rem;
    width: 70px;
    height: 22px;
    padding: 2px 3px 2px 0;
    margin: 4px 0 0;
    top: 0;
    left: 0;
  }
}	
.bl_headMert h3 .hp_flag_num{
  line-height: 0;
  font-size: clamp(1.125rem, 0.203rem + 3.56vw, 2.875rem);
	
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal; 	
}
@media (max-width: 767.98px) {	
  .bl_headMert h3 .hp_flag_txt{
      line-height: 1.5;
  }
}
/******************************
//メダルブロック
******************************/
.bl_row_Medal{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}		

@media (min-width: 768px){
.bl_row_Medal .hp_rightTxt{
    max-width: 630px;
  }
.bl_row_Medal .hp_medalImg{
    max-width: 260px;
  }
}
@media (max-width: 767.98px) {
.bl_row_Medal .hp_rightTxt{
    width: 65%;
  }
.bl_row_Medal .hp_medalImg{
    width: 30%;
  } 
}
.bl_row_Medal .hp_rightTxt .hp_txt{
  color: var(--color_mainblue);
  font-size: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem);
	
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bl_row_Medal .hp_rightTxt .hp_txt strong{
  font-weight: 700;
}

/******************************
//背景
******************************/
@media (min-width: 768px) {
  #merit02.fxb-bg-gray{
    padding: 80px 0 0;
    margin: 80px 0 0;
   }
}
@media (max-width: 767.98px){
  #merit02.fxb-bg-gray{
    padding: 40px 0 0;
    margin: 40px 0 0;  
  }
}
/************************************************************
// 実際の利用者の声
************************************************************/
/******************************
//背景
******************************/
@media (min-width: 768px) {
#user.fxb-bg-gray{
    padding: 80px 0 80px;
   }
}
@media (max-width: 767.98px){
  #user.fxb-bg-gray{
    padding: 40px 0 40px;
  }
}
/******************************
// 吹き出し
******************************/
/*吹き出し*/
.voice-balloon_l,
.voice-balloon_r{
  display:flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .voice-balloon_l,
  .voice-balloon_r{
    margin-bottom: 20px;
  }	
  .voice-balloon_r{
    justify-content: flex-end;
  }
}
.voice-balloon_r .voice-faceicon{
  order:2 !important;    
}
@media (min-width: 768px){	
  .voice-faceicon{
    width: 180px;
  }
  .voice-balloon_r .voice-faceicon{
    margin-left: 40px;
  }
  .voice-balloon_l .voice-faceicon{
    margin-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .voice-faceicon{
    width: 100px;
  }
  .voice-balloon_r .voice-faceicon{
    margin-left: 10px;
  }
  .voice-balloon_l .voice-faceicon{
    margin-right: 10px;
  }
}
.voice-says {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing:border-box;
  margin: 0 !important;
  line-height: 1.5;
  flex-direction: column;
  background:  var(--color_white);
  border: 3px solid var(--color_mainblue);
	
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px){	
  .voice-says {
    padding: 10px 28px;
    width: calc( 100% - 220px);
    border: 3px solid var(--color_mainblue);	  
  }
  .el_one-line{
      padding: 20px 28px;
  }	
}	
@media (max-width: 767.98px) {
  .voice-says {
    padding: 10px;
    width: calc( 100% - 110px);  
    border: 2px solid var(--color_mainblue);	  
  } 
}
.voice-says p{
  margin: 8px 0 0 !important; 
  line-height: 2;
  color: var(--color_mainblue);
  font-size: clamp(0.75rem, 0.388rem + 1.32vw, 1.375rem);
}
.voice-says p:first-child{
  margin-top:0 !important;
}
.voice-says::before,
.voice-says::after{
  content: "";
  position: absolute;
  border: 10px solid transparent;
}
.voice-balloon_r .voice-says::before {
  right: -28px;
  top: 22px;
  border-left: 16px solid var(--color_mainblue);
}	
.voice-balloon_r .voice-says::after {
  right: -24px;
  top: 22px;	
  border-left: 16px solid var(--color_white);
}
.voice-balloon_l .voice-says:before {
  left: -28px;
  top: 22px;	
  border-right: 16px solid var(--color_mainblue);
}
.voice-balloon_l .voice-says:after {
  left: -24px;
  top: 22px;	
  border-right: 16px solid var(--color_white);
}

/******************************
// ボタン
******************************/
.bl_row_btn{
  display: flex;
  justify-content: center;
}
.el_btn_here{
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: 600;
  color: var(--color_mainblue);
  background: var(--color_btnglay02);
  border-radius: 3px;

}
.el_btn_here::before{
  transition: all .3s ease;
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(90deg);
  background-color: var(--color_mainblue);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
} 
@media (min-width: 768px){	
  .el_btn_here{
    width: 260px;
    padding: 10px 0 10px;	  
  }
}

@media (max-width: 767.98px) {
  .el_btn_here{
    width: 51%; 
    padding: 5px;
    margin-top: 10px;
  } 
  .el_btn_here::before{
    transition: all .3s ease;
    content: "";
    width: 10px;
    height: 14px;
    position: absolute;
    top: calc(50% - 6px);
    right: 8%;
    transform: rotate(90deg);
    background-color: var(--color_mainblue);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
} 
/************************************************************
// もしもと毎日を支える2大サービスの特徴
************************************************************/

@media (min-width: 768px){
  .ly_features{
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px){
  .ly_features{
    padding-bottom: 20px;	  
    margin-bottom: 20px;
  }
}
.circle-bg{
  position: relative;
  background-color:var(--color_mainblue);
}
.circle-bg::after{
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 50px;
  z-index: 9;
}
@media (min-width: 768px){
  .circle-bg{
    margin-top: 200px;
  }
  .circle-bg::after{
    background: url(-/media/160E408F504748FE8726AEA5C7D6E18E.ashx) no-repeat left top / 100% 100%;
  }	
}
@media (max-width: 767.98px){
  .circle-bg{
    margin-top: 100px;
  }
  .circle-bg::after{
    background: url(-/media/4DB08463670A4E2C8CAC1BCED08022C6.ashx) no-repeat left top / 100% 100%;
  }	
}
/******************************
// H2
******************************/
.circle-bg_head{
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px){
  .circle-bg_head{
    top: -120px;	
    left: calc(50% - 512px);
  }
}
@media (max-width: 767.98px){
  .circle-bg_head{
    top: -75px;
    left: 0;
  }
}		
/******************************
// カラム
******************************/
.bl_row_Features{
  display: flex;
  justify-content: space-between;  
}		

@media (min-width: 768px){
  .bl_row_Features .hp_rightBox{
    width: 46%;
    padding: 0 0 0 10px;  
  }
  .bl_row_Features .hp_leftBox{
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bl_row_Features .hp_rightBox{
    width: 55%;
    padding: 0 0 0 0;  
  }
  .bl_row_Features .hp_leftBox{
    width: 42%;
  } 
}
/******************************
// リスト
******************************/
.bl_roundList{
  list-style: none;
  padding: 0;
}
.bl_roundList li{
  position: relative;
  color: var(--color_white);
  font-size: clamp(0.875rem, 0.405rem + 1.71vw, 1.688rem);
}
.bl_roundList li:last-of-type{
  margin-bottom: 0;
}	
.bl_roundList li::after {
  content: ""; 
  position: absolute;
  display: inline-block;
  border-radius: 50%;   
  background-color: var(--color_orange);
}
		
@media (min-width: 768px){
  .bl_roundList{
    line-height: 1.4;	
  } 
  .bl_roundList li{
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;   
  }
  .bl_roundList li::after{
    width: 26px;
    height: 26px;
    top: 4px;
    left: 0; 
  } 
}
@media (max-width: 767.98px){
  .bl_roundList{
    line-height: 1.2;	
  } 	
  .bl_roundList li{
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;  
  }
  .bl_roundList li::after{
    width: 10px;
    height: 10px;
    top: 5px;
    left: 0px; 
  }     
}

/******************************
// 特徴見出し
******************************/
.bl_headFeat{
  display: flex;
  align-items: center;
}
.bl_FeatTit h3{
  line-height: 1.2;
  color: var(--color_white);
  font-size: clamp(1.125rem, 0.474rem + 2.37vw, 2.25rem);
  font-weight: 700;
}
.features01{
  letter-spacing:0.1em;
}
.features02{
  letter-spacing:0.2em;
}
@media (min-width: 768px){
  .bl_headFeat{
    margin: 0 0 40px;
	padding-top: 80px;	
  }	
  .bl_FeatIcon{
    width: 150px;
  }	
  .bl_FeatTit{
    width: 810px;
    padding-left: 10px;
  } 	
}		
@media (max-width: 767.98px) {
  .bl_headFeat{
    margin: 0 0 20px;
	padding-top: 40px;	
  }	
  .bl_FeatIcon{
    width: 16%;
    overflow: hidden;
  }
  .bl_FeatTit{
    width: 83%;
    padding-left: 1%;  
  } 
}


/************************************************************
// よくある質問
************************************************************/
/******************************
// Qタイトル
******************************/
.bl_headQuestion{
  display: flex;
  align-items: center;
}
.bl_QuestionTit h3{
  line-height: 1.5;
	
  font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem); 
  color: var(--color_mainblue);
  font-weight: 900;	
}
@media (min-width: 768px){
  .bl_QuestionIcon{
    width: 140px;
    margin-right: 20px;
  } 
  .letterS230 {
    letter-spacing: 0.23em;
  }	
}
@media (max-width: 767.98px) {
  .bl_QuestionIcon{
    width: 18%;
    margin-right: 6px;
    overflow: hidden;
  }
  .bl_QuestionTit{
    width: 80%;
  }  
}

/******************************
// 角丸見出し
******************************/
.bl_headRdCorner{
  display: flex;
  padding: 6px;
  align-items: center;
  border-radius: 50px;
  background-color: var(--color_mainblue);
}
@media (min-width: 768px){
  .bl_headRdCorner{
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  .bl_headRdCorner{
    padding: 6px;
  }  
}	
.bl_RdCornerIcon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;	
  z-index: 0;
}
@media (min-width: 768px){	
  .bl_RdCornerIcon{
    width: 61px;
    height: 61px;
    margin-right: 20px;
  }	
}
.bl_RdCornerIcon::after{
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--color_white);
}
@media (min-width: 768px){		
  .bl_RdCornerIcon::after{
    width: 61px;
    height: 61px;
  }	
}
.hp_iconNum{
  color: #0e257a;
  font-size: clamp(2.25rem, 1.657rem + 2.21vw, 3.313rem);
  display: block;
	
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal; 
}
.bl_RdCornerTit{
  width: 80%;
}
.bl_RdCornerTit h3{
  color: var(--color_white);
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-weight: 600;
}

/******************************
// アコーディオン
******************************/
.bl_pullService{
  display: grid;
  margin: 0 auto 0;
}
@media (min-width: 768px) {
  .bl_pullService{
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .bl_pullService{
    gap: 10px;  
    grid-template-columns: repeat(1, 1fr);
  }
}
.bl_ALLWrap{
  position: relative;
  display: flex;
  flex-direction: column;	
}
@media (min-width: 768px) {
  .bl_ALLWrap{
    border: solid 3px var(--color_mainblue);
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .bl_ALLWrap{
    border: solid 2px var(--color_mainblue);
  }
}
.bl_listWrap {
  flex-grow: 1;
}
.bl_Svtit{
  text-align: center;
  background: var(--color_mainblue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_Svtit p{
  color: var(--color_white);
  font-weight: 600;
  font-size: clamp(1rem, 0.721rem + 1.04vw, 1.5rem);  
  line-height: 1.2;
}
@media (min-width: 768px) {
  .bl_Svtit{
    min-height: 64px;
  }
  .bl_Svimg{
    padding: 10px 5px;
    text-align: center;
  }
  .bl_Svcont{
    padding: 0 6px;
    min-height: 160px;
  }
  .bl_Svimg>figure>img {
    max-width: 100%;
    width: auto;
    height: 110px;
  }	
}
@media (max-width: 767.98px) {
  .bl_Svtit{
    min-height: 58px;
  }
  .bl_box{
    padding: 20px 10px 0;
    display:flex;
    justify-content: space-between;
  }	
  .bl_Svcont{
    width: 61%;
  }	
  .bl_Svimg{
    width: 38%;
    text-align: center;
  }
  .bl_Svimg>figure>img {
    width: 70%;
    height: auto;
  }	
  .bl_pullService li:last-child .bl_Svcont{
    width: 61%;
  }	
  .bl_pullService li:last-child .bl_Svimg{
    width: 38%;
  }
  .bl_pullService li:last-child .bl_Svimg>figure>img{
    width: 90%;
    height: auto;
  }	
}
.bl_Svcont .hp_Anno{
  margin-top: 0rem;
  color: var(--color_mainblue);
}

.bl_Svcont ul{
  list-style-type: none;
  padding-left: 0;
}
.bl_Svcont ul li {
  padding-left: 0.5rem;
  text-indent: -0.5rem;
  color: var(--color_mainblue);
  font-size:  clamp(1rem, 1.045rem + -0.23vw, 0.875rem);
  font-weight: 400;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.bl_Svcont ul li:last-of-type{
  margin-bottom: 0;
}  
.bl_Svcont ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #0e257a;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 1px;
}
@media (max-width: 767.98px) {
  .bl_Svcont ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--color_mainblue);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0px;
  }
}
.bl_Svfact{
  display: none;
  position: relative;
  background-color: var(--color_backglay);
  border-radius: 7px;
}
@media (min-width: 768px) {
  .bl_Svfact{
    margin: 5px;  
    padding: 8px;
    border-radius: 7px;
  }
}
@media (max-width: 767.98px) {
  .bl_Svfact{
    margin: 20px;  
    padding: 10px;
  }
}
.bl_Svfact::before{
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  top: -10px;
  right: 20px; 
  background-color: var(--color_backglay);
  transform: rotate(270deg);  
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.bl_Svfact ul li{
  padding-left: 0.5rem;
  text-indent: -0.5rem;
  color: var(--color_mainblue);
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
}
.bl_Svfact ul li:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--color_mainblue);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 1px;
}
.bl_Svtrigger{
  padding: 10px;
}
@media (max-width: 767.98px) {
  .bl_Svtrigger{
    padding: 0 20px;
    margin: 20px 0;
  }
}
.bl_btWrap{
  position: relative;
}
.bl_btWrap.open{
  position: relative;
  bottom: 0;
}	
.el_btn_more{
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 5px 0 6px;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: 600;
  color: var(--color_mainblue);
  background: var(--color_btnglay01);
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 2px 0px rgba(0, 0, 0, 0.3);  
}
@media (min-width: 768px) {
  .el_btn_more{
    width: 210px;
  }
}
@media (max-width: 767.98px) {
  .el_btn_more{
    margin: 10px 0 10px; 
    width: 100%;
  }            
} 

.el_btn_more::before{
  transition: all .3s ease;
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  top: calc(50% - 6px);
  transform: rotate(90deg);
  background-color: var(--color_mainblue);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
} 
.open .el_btn_more::before {
  transform: rotate(270deg);
}
.open .el_btn_more{
  margin-bottom: 0 !important;  
}
@media (min-width: 768px) {
  .el_btn_more::before{
    right: 20px;
  } 
}
@media (max-width: 767.98px) {
  .el_btn_more::before{
    right: 10%;
  }
}
.hp_FS16_18{
  font-size: clamp(1rem, 0.93rem + 0.26vw, 1.125rem);
}

/******************************
// 影
******************************/
.hp_shadowImg{
  padding: 0 10px 10px 0;
}
.hp_shadowImg img{
   box-shadow: 9px 9px var(--color_shadowglay);   
}
	
/******************************
//カラム
******************************/
.bl_row_RoadService{
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
@media (min-width: 768px){
  .bl_row_RoadService{
      gap: 40px;
  }
  .bl_row_RoadService .hp_rightBox{ width: 390px;}	
  .bl_row_RoadService .hp_shadowImg{ width: 520px;}
}	
@media (max-width: 767.98px) {
  .bl_row_RoadService{
      gap: 10px;
  }
  .bl_row_RoadService .hp_rightBox{ width: 40%;}
  .bl_row_RoadService .hp_shadowImg{ width: 59%;}
}
/************************************************************
// JAF会員であれば
************************************************************/
.ly_wrap.ly_shadowBox{
  padding-bottom: 15px; 
}
@media (min-width: 768px){
  .ly_wrap.ly_shadowBox{
    padding-right: 30px;
	padding-bottom: 200px;  
  }
}
@media (max-width: 767.98px) {
  .ly_wrap.ly_shadowBox{
    padding-right: 10px;
    padding-bottom: 190px;  
  }	
}
.bl_Ifmember{
  background-color: var(--color_white);  	
}
.bl_Ifmember:last-child{
  margin: 0 15px 0 0;
}
@media (min-width: 768px){
  .bl_Ifmember{
    width: 920px;
    margin: 0 15px 40px 0;
    border: var(--color_subblue) 5px solid;
    box-shadow: 30px 15px 0px 0 var(--color_btnglay01);    
  }
}
@media (max-width: 767.98px) {
  .bl_Ifmember{
    width: 100%;
    margin: 0 10px 20px 0;
    border: var(--color_subblue) 2px solid;
    box-shadow: 10px 5px 0 0 var(--color_btnglay01);  
  }
}
	
.bl_Ifcontents{
  position: relative;
}
@media (min-width: 768px){
  .bl_Ifcontents{
    padding: 50px 70px 50px 90px;
  }
}
@media (max-width: 767.98px) {
  .bl_Ifcontents{
    padding: 20px 20px 20px 25px;
  } 
}
	
.bl_Ifcontents::after{
  content: "";
  position: absolute;
  background-color: var(--color_subblue);
}
.bl_Ifcontents::before{
  position: absolute;
	
  font-family: "futura-pt", sans-serif;
  font-weight: 700; 
  font-size: clamp(1.313rem, 0.449rem + 4.32vw, 3.688rem);
  color: var(--color_white);
  z-index: 1;
  line-height: 1.5;
}
@media (min-width: 768px){
  .bl_Ifcontents::after{
    width:130px;
    height: 130px;
    top: -5px;
    left: -5px;  
    clip-path: polygon(0 0, 0 135px, 135px 0);
  }
  .bl_Ifcontents::before{
    top: -10px;
    left: 15px;
    z-index: 1;
  }
}	
@media (max-width: 767.98px) {
   .bl_Ifcontents::after{
    width: 50px;
    height: 50px;
    top: -2px;
    left: -2px;  
    clip-path: polygon(0 0, 0 50px, 50px 0);
  }
  .bl_Ifcontents::before{
    top: -5px;
    left: 7px;
  }
}	
.bl_Ifcontents.if1::before{
  content: "1";
}
.bl_Ifcontents.if2::before{
  content: "2";
}
.bl_Ifcontents.if3::before{
  content: "3";
}
.bl_Ifcontents .bl_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl_Ifcontents .bl_col_text .hp_txt{
  font-size: clamp(0.875rem, 0.546rem + 1.27vw, 1.5rem);
  color: var(--color_mainblue);
}
@media (min-width: 768px){
    .bl_Ifcontents .bl_row .bl_col_text{
      width: 440px;
    }	
	.bl_Ifcontents .bl_row .bl_col_img{
      width: 270px;
    }	
}
@media (max-width: 767.98px) {
    .bl_Ifcontents .bl_row .bl_col_text{
      width: 60%;
    }
	.bl_Ifcontents .bl_row .bl_col_img{
      width: 38%;
    }
  .bl_Ifcontents .bl_col_text .hp_txt{
    line-height: 1.2;  
  }
}
/************************************************************
//　さらに自動車保険に加入されている方は優遇サービスを適用!
************************************************************/

.triangle-bg{
  position: relative;
  background-color: var(--color_mainblue);
}
.triangle-bg::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(-/media/A2C69A4511324B518A3610D7C9A5861F.ashx) no-repeat left top / 100% 100%;
  z-index: 9;
}
@media (min-width: 768px){
  .triangle-bg{
    margin: 0 0 220px;
  }
  .triangle-bg::after{
    height: 140px;
  }
}
@media (max-width: 767.98px){
  .triangle-bg{
    margin: 0 0 110px;
  }	
  .triangle-bg::after{
    height: 80px;
  }
}		
/******************************
// H2
******************************/
.triangle-bg_head{
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px){
  .triangle-bg_head{
    top: -140px;	
    left: calc(50% - 512px);
  }
}
@media (max-width: 767.98px){
  .triangle-bg_head{
    top: -140px;	
    left: 0;
  }
}
/************************************************************
// 5 ご入会までの流れ
************************************************************/
/******************************
// ステップ
******************************/
.bl_step_txt{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .bl_step_txt div{
    width: 32%;
  }
  .bl_step_txt div:nth-child(1) {
    padding: 0 0 0 1%;
  }
  .bl_step_txt div:nth-child(2) {
    padding: 0 0 0 1%;
  }
}
.bl_step_txt div p{
  font-size: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem);
  font-weight: 500;
  color: #0e257a;

}
@media (min-width: 768px) {
  .bl_step_txt div p {
    text-align: center;
    line-height: 1.4; 
   }
}
@media (max-width: 767.98px) {
  .bl_step_txt{
    margin-top: 15px;
  }
  .bl_step_txt div{
    width: 32%;
  }
  .bl_step_txt div:nth-child(2) {
    padding: 0 1% 0 1%;
  }  
}	
/******************************
// 利用者の体験談
******************************/
.bl_swiper {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .bl_swiper {
    padding: 0 12px;
  }
}
@media (max-width: 767.98px) {
  .bl_swiper{
    /*margin-left: -20px;
    margin-right: -20px;*/
    overflow: hidden;
  }
  .bl_swiper .swiper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) {
  .bl_swiper .swiper-wrapper {
    padding-bottom: 10px;
  }
}
.bl_swiper .swiper-slide {
  height: auto;
}
@media (min-width: 768px) {
  .bl_swiper .swiper-slide {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 767.98px) {
  .bl_swiper .swiper-slide {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 10px;
  }
}
.bl_swiper .swiper-button-prev,
.bl_swiper .swiper-button-next {
  background-color: #426ed2;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .bl_swiper .swiper-button-prev,
  .bl_swiper .swiper-button-next {
    height: 59px;
    width: 59px;
  }
}
@media (max-width: 767.98px) {
  .bl_swiper .swiper-button-prev,
  .bl_swiper .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.bl_swiper .swiper-button-prev::after,
.bl_swiper .swiper-button-next::after {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .bl_swiper .swiper-button-prev::after,
  .bl_swiper .swiper-button-next::after {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .bl_swiper .swiper-button-prev::after,
  .bl_swiper .swiper-button-next::after {
    font-size: 20px;
  }
}
@media (hover: hover) {
  .bl_swiper .swiper-button-prev,
  .bl_swiper .swiper-button-next {
    transition: opacity 0.3s ease;
  }
  .bl_swiper .swiper-button-prev:hover,
  .bl_swiper .swiper-button-next:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .bl_swiper .swiper-button-prev {
    left: -20px;
  }
}
@media (max-width: 767.98px) {
  .bl_swiper .swiper-button-prev {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .bl_swiper .swiper-button-next {
    right: -20px;
  }
}
@media (max-width: 767.98px) {
  .bl_swiper .swiper-button-next {
    right: 15px;
  }
}
.bl_swiper .swiper-button-prev::before,
.bl_swiper .swiper-button-next::before {
 display: none;
}
.bl_swiper .swiper-pagination {
  position: relative;
  text-align: center;
  padding: 10px 0;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination .swiper-pagination-bullet {
    border: solid 1px #999;
    background-color: #999;
    width: 11px;
    height: 11px;
    margin: 0 7px;
    display: inline-block;
    border-radius: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: .1s linear
}
.swiper-pagination .swiper-pagination-bullet:hover,.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #426ed2
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: solid 1px #426ed2;
    background-color: #426ed2;
}
@media (min-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
      width: 20px;
      height: 20px;
  }
}
/******************************
// 自動制御コントローラー
******************************/
.swiper-controls-wrapper{
  position: relative; 
  bottom: 0px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.swiper-pagination {
  position: static;
  margin-right: 0;
}
.swiper-pagination-bullets{ width: auto !important;}
.swiper-autoplay-button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  position: relative; 
  overflow: hidden;
}
.swiper-autoplay-button:hover {
  background-color: rgba(0, 0, 0, 0);
}
.swiper-autoplay-button.-isstart::before {
  content: '';
  display: block;
  width: 4px;
  height: 14px;
  background-color: #426ed2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -4px;
}
.swiper-autoplay-button.-isstart::after {
  content: '';
  display: block;
  width: 4px;
  height: 14px;
  background-color: #426ed2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 4px;
}
.swiper-autoplay-button:not(.-isstart)::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #426ed2;
  position: relative;
  margin-left: 2px;
}
.swiper-autoplay-button:not(.-isstart)::after {
  content: none;
}
/******************************
// サブタイトル
******************************/
.bl_User {
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bl_User {
    border: solid 4px #0e257a;
    background-color: #0e257a;  
  }
}
.bl_headUser{
  display: flex;
  align-items: center;
  min-height: 100px;
}
@media (min-width: 768px) {
  .bl_UserIcon{
    max-width: 32%;
    padding-right: 1%;  
  }
  .bl_UserTit{
    max-width: 67%;      
   } 
}
.bl_UserTit h4{
  line-height: 1.2;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.25rem); 
  font-weight: 700;
  color: #ffffff;
}
.hp_Birthplace{
  font-weight: 500;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.125rem); 
  color: #ffffff;
}
.bl_UserCom{
  padding: 18px;
  height: 100%;
  background-color: #FFFFFF;  
}
.bl_UserCom p{
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 400; 
  color: #0e257a;
} 
@media (max-width: 767.98px) {
  .bl_User{
    border: solid 2px #0e257a; 
    background-color: #0e257a;    
  } 
  .bl_headUser{
    min-height: 80px;
  }
  .bl_UserIcon{
    max-width: 19%;
    padding-right: 1%;  
  }
  .bl_UserTit{
    max-width: auto;      
   }  
  .bl_UserTit h4{
    letter-spacing: 0.2em;
    line-height: 1.2;
  } 
  .hp_Birthplace{
    font-weight: 500;
    color: #ffffff;
  }
  .bl_UserCom{
    padding: 12px;
  }
}
