.heading{
  letter-spacing: 0;
}
.heading::before, #relatedProducts::before {
  top:auto;
  bottom: 0;
}
/* ～とは */
.flexBox-about{
  padding: 0 15px;
}
.flexBox-about_link{
  margin-top: 55px;
}
.flexBox-about_target{
  color :#4343c7;
}
.flexBox-about_target:hover{
  text-decoration: underline;
}
@media screen and (max-width:768px){
  .flexBox-about{
    padding: 0;
  }
}

/* 特徴 */
.contents-merit{
  padding: 0;
}
.flexBox-merit_right {
  display: flex;
}
.flexBox-merit_right_img {
  min-width: 190px;
  padding-left: 10px;
  box-sizing: content-box;
}
@media screen and (max-width:768px){
  .flexBox-merit_right {
    display: block;
  }
  .flexBox-merit_right_img{
    text-align: right;
  }
}

/* 価格・主な仕様 */
.contents-price{}
.contents-price-flex{
  display: flex;
}
.contents-price_item-img{
  text-align: center;
  display: flex;
  flex-direction: column;
}
.contents-price_img{
  margin-bottom: auto;
  margin-top: auto;
}
.contents-price_str{
  line-height: 1;
  margin-top: auto;
}
.contents-price_Line{
  display: flex;
  font-size: 12px;
  letter-spacing: 0;
}
.contents-price_Line + .contents-price_Line{
  margin-top: 5px;
}
.contents-price_type{
  background-color: #eee;
  min-width: 162px;
  padding: 1px 10px;
}
.contents-price_value{
  padding: 1px 10px;
}
@media screen and (max-width:768px){
  .contents-price-flex{
    display: block;
  }
  .contents-price_item-img{
    margin-bottom: 10px;
  }
}
@media screen and (max-width:599px){
  .contents-price-flex{
    display: block;
  }
}

/* ラインナップ */
.flexBox-supplies_right-upImg{
  margin-top: -30px;
}
.labelBox_bottom{}
@media screen and (max-width:768px){
  .flexBox-supplies_right-upImg{}
}

/* ご質問 */
.contents_faq{}
.contents_faq_item{
  padding: 20px 0 ;
  letter-spacing: 0.3px;
}
.contents_faq_item + .contents_faq_item{
  border-top : 2px solid #eee;
}
.contents_faq_Q{
  position: relative;  
  padding: 0 2rem;
  cursor: pointer;
  transition: .3s;
}
.contents_faq_Q:hover{
  opacity: .7;
}
.contents_faq_Q + .contents_faq_Q{
  
}
.contents_faq_Q:before{
  content: "Q.";
  display: block;
  position:absolute;
  color: #4343c7;
  font-weight: bold;
  left: 0;
  top: 0;
}
.contents_faq_Q_main{}
.contents_faq_Q_btn{
  display: inline-block;
  position:absolute;
  color: #4343c7;
  font-weight: bold;
  right: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid #4343c7;
  width :25px;
  height: 25px;
}
.contents_faq_Q .contents_faq_Q_btn span{
  display: inline-block;
  transition: all .4s;/*アニメーションの設定*/
  position: absolute;
  height: 2px;
  background-color: #4343c7;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents_faq_Q .contents_faq_Q_btn span:nth-of-type(1){
  transform: translateY(0px) rotate(-90deg);
}
.contents_faq_Q .contents_faq_Q_btn span:nth-of-type(2){}
/*activeクラスが付与されると線が回転して×に*/
.contents_faq_Q.active .contents_faq_Q_btn span:nth-of-type(1){
  transform: translateY(0px) rotate(0deg);
}
.contents_faq_Q.active .contents_faq_Q_btn span:nth-of-type(2){}
.contents_faq_Q + .contents_faq_A{
  opacity: 0;
  line-height: 0;
  visibility: hidden;
  transition:.3s;
  padding: 0 2rem;
}
.contents_faq_Q.active + .contents_faq_A{
  opacity: 1;
  line-height: 1.6;
  visibility: visible;
  padding: 20px 2rem 0;
}
.contents_faq_A_sub{
  font-size: 12px;
}
.contents_faq_link{
  color :#4343c7;
}
.contents_faq_link:hover{
  text-decoration: underline;
}

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

