

/* ======================
2026.5　追加　選ばれる理由　▼ここから▼
====================== */



.howtochoose-wrap{
  max-width:1200px;
  margin:60px auto;
  background:#FFFBE5;
  padding:70px 0 0 0;
}

/* ======================
3つのポイント
====================== */

.howtochoose-main{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

.howtochoose-fit{
  padding: 40px 20px 0 0;
}
.howtochoose-fit img{
  width:110px;
  display:block;
}

.point-content{
  max-width:720px;
}

.howtochoose-title{
  font-size:28px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:20px;
  text-align: center;
}

.howtochoose-title .yellow{
  color:#FFD400;
  font-size:60px;
  margin-right:10px;
}

.pont-text{
  font-size:16px;
  text-align: center;
  line-height:1.6;
  margin-bottom:30px;
}

/* ======================
アコーディオンボタン
====================== */

.accordion-btn{
  width:100%;
  max-width:430px;
  height:63px;
  border:none;
  border-radius:10px;
  background:#0F61AD;
  color:#fff;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
  margin: 0 auto 50px auto;
  position: relative;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;

  transition:.3s;
}

.accordion-btn:hover{
  opacity:.9;
}

.arrow{
  font-size:18px;
  transition:.3s;
  position: absolute;
  right: 20px;
}

.accordion-btn.active .arrow{
  transform:rotate(180deg);
}
	
/* 下側ボタン */
.close-btn{
  margin:50px auto 50px auto;
  display:flex;
}


/* ======================
アコーディオン中身
====================== */

.accordion-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .6s ease;
  background-color: #FFFDF2;
  padding: 0 30px;
}

.accordion-content.open{
  max-height:3000px;
}

/* ======================
3つのポイント　詳細
====================== */

.point-area{
  margin-top:130px;
}

.point-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.point-card{
  background:#fff;
  border:3px solid #FFD400;
  border-radius:18px;
  padding:40px 25px 25px;
  position:relative;
}

.point-label{
  position:absolute;
  top:-28px;
  left:50%;
  transform:translateX(-50%);
  background:#FFD400;
  color:#fff;
  font-weight:700;
  font-size:16px;
  border-radius:999px;
  padding:9px 25px;
  white-space:nowrap;
}
  .point-label span{
    font-size: 19px;
}

.point-label-title{
  text-align:center;
  font-size:24px;
  font-weight:700;
  margin-bottom:20px;
}

.select-label{
  width:100%;
  border:1px solid #FFD400;
  border-radius:10px;
  text-align:center;
  padding:10px;
  color:#FFD400;
  font-weight:700;
  font-size:14px;
  margin-bottom:15px;
}

.point-desc{
  text-align:center;
  font-size:16px;
  margin-bottom:20px;
}

.feature-title{
  background:#FFD400;
  color:#fff;
  text-align:center;
  padding:7px;
  border-radius:10px;
  font-size:14px;
  font-weight:700;
  margin-bottom:15px;
}

.feature-list{
  list-style:none;
}

.feature-list li{
  font-size:16px;
  margin-bottom:14px;
  font-weight:700;
  line-height: 2;
}

.feature-list span{
  display:block;
  font-weight:400;
  position: relative;
  padding-left: 18px;
}
.feature-list span::before{
  content: '';
  position: absolute;
  background-image: url("../images/arrow01.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
}

/* ======================
近くの店舗・販売店を探す
====================== */

.find-shop-wrapper{
  margin-top:70px;
  border:3px dashed #FFD400;
  border-radius:18px;
  background:#fff;
  padding:30px 25px;
  text-align:center;
}

.find-shop-txt{
  font-size:24px;
  font-weight:700;
  margin-bottom:12px;
}
.find-shop-txt p{
  font-size: 18px;
}

.find-shop-btn{
  min-height: 85px;
  overflow: hidden;
}
.find-shop-btn a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;

  min-width:514px;
  height:77px;

  position: relative;
  background:#FFD400;
  color:#fff;
  text-decoration:none;
  border-radius:10px;
  font-size:18px;
  font-weight:700;

  box-shadow:0 5px 0 #D8B400;
}
.find-shop-btn a::before{
  content: '';
  position: absolute;
  background-image: url("https://shop.fit-chan.com/img/usr/common/icon_map.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 80px;
  translate: 0 -50%;
  width: 42px;
  height: 42px;
}
.find-shop-btn a::after{
  content: '';
  position: absolute;
  background-image: url("https://www.fit-chan.com/img/common/icon_arrow_yellow_w.webp");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  width: 25px;
  height: 25px;
}
.find-shop-btn a:hover{
  margin-top: 5px;
  text-decoration: none;
  box-shadow: none;
}

/* ======================
SP
====================== */

@media screen and (max-width:768px){



	.howtochoose-wrap{
		padding: 30px 0 0 0;
	}
  .howtochoose-main{
    gap:20px;
  }

  .howtochoose-fit{
  padding: 0;
  width: 100%;
  text-align: center;
}
  .howtochoose-fit img{
    width:57px;
  display: inline-block;
  }

  .howtochoose-title{
    font-size:18px;
    text-align:center;
  }

  .howtochoose-title .yellow{
    font-size:40px;
  }

  .pont-text{
    font-size:14px;
    text-align:center;
  }
	.accordion-content{
    padding: 0 15px;
	}
  .accordion-btn{
    max-width: 288px;
    height:50px;
    font-size:15px;
    border-radius:12px;
  }

	.point-area{
		margin-top: 45px;
	}
  .accordion-btn .arrow{
    font-size: 15px;
  }

  .point-grid{
    grid-template-columns:1fr;
  }

  .point-card{
    padding:70px 24px 25px;
    border: 2px solid #FFD400
  }

  .point-label{
    font-size:12px;
    padding: 6px 18px;
    top: 20px;
  }
  .point-label span{
    font-size:14px;
  }

  .point-label-title{
    font-size: 18px;
  }

  .select-label,
  .feature-title{
    font-size:14px;
    padding: 5px;
  }

  .point-desc,
  .feature-list li{
    font-size:14px;
    text-align: left;
  }
.feature-list span::before{
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
}

  .find-shop-wrapper{
    margin-top: 30px;
    border: 2px dashed #FFD400;
  }

  .find-shop-txt{
    font-size: 16px;
    line-height: 1.8;
  }
  .find-shop-txt p{
    font-size: 14px;
  }
  .find-shop-btn{
    min-width:100%;
    min-height: 70px;
    font-size:15px;
    height:60px;
  }
  .find-shop-btn a{
    min-width: 100%;
    height:60px;
    padding-left: 10px;
    box-shadow: 0 3px 0 #D8B400
  }
  .find-shop-btn a::before{
    width: 31px;
    height: 31px;
    left: 8px;
  }
  .find-shop-btn a::after{
    width: 19px;
    height: 19px;
    right: 10px;
  }


}
