.sq_mgn {
  margin-top: -168px;
  padding-top: 168px;
}
/*--------------------------*/
.features_wrapper {
  width: 100%;
  background-color: #fff;
}


.features_outer {
  width: 96%;
  margin: 0 auto 0px auto;
  padding: 0rem 0px 20px 0px;
}



.features_menu {
	display: none;
	position: sticky;
	top:60px;
  width: 100%;
	height:110px;
	  border-top: #fff 10px solid;
  border-bottom: #fff 10px solid;
align-items: center;
  flex-flow: wrap;
	 background-color: #eee;
	padding: 1rem .2rem;
	  z-index: 5
}
.b_sq_features {
  margin: 0rem .5rem 0rem .5rem;
  font-size: .75rem;
  line-height: .75rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000;
	  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
}

.b_sq_features:hover {
 text-decoration: underline
}
.features_base {
  margin: .5rem 0rem .5rem 0rem;
  background-color: #f2f2f2;
   padding: .5rem .5rem 1rem .5rem
}
.features_title {
  width: 100%;
  padding: 1rem .5rem 1rem .5rem;
	margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #000000 0%, #545454 66%, #353535 67%, #000000 100%);
  font-size: .9rem;
	line-height: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  color: #fff;
}
.featurs_inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: .5rem auto 1rem auto;
}
.featurs_inner .icon {
  align-self: flex-start;
  display: flex;
  align-items: center;
  padding: 2px 4px 2px 4px;
  margin: 0rem 0 0rem 0px;
  border-radius: 4px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: .9rem;
  color: #fff;
}
.p_featurs_inner {
  width: 100%;
  margin: 1.5rem auto 1.5rem auto;
}
.qh_f{
   width: 30%;


}
.current{
   width: 40%;
}
.featurs_txt {
  font-size: .9rem;
  line-height: 1.7rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;	text-align:justify;
  color: #000
}
.featurs_inner .w_product_featurs_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: .5rem 0 0rem 0;
		padding: 1rem 0 0rem 0;
border-top: #7c6037 1px solid;
}
.featurs_inner .w_product_featurs_title.second {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 1rem 0 1rem 0;
	padding: 0rem 0 0rem 0;
border-top: transparent 1px solid;
}
.featurs_inner .w_t_cap_featurs {
  font-size: .9rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
  color: #000;
}
 .w_product_featurs_title .w_t_cap_img {
height:20px;

}
.w_product_featurs_title .w_t_cap_img img{
  width: auto; /* 高さに合わせて幅を調整 */
  height: 120%; /* 親要素の高さにフィット */
}
.t_sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
  z-index: 1
}