@charset "UTF-8";

/* 書き換え */

.detail #contents h2 {
  padding: 110px 10px 24px 0px;
  max-width: 0 auto 40px;
}

@media screen and (max-width: 860px) {
  .detail #contents h2 {
    padding: 56px 10px 24px 0px;
  }
}

.detail #contents .carryMain .sizeChange img.carryMainLL {
  display: block;
}

.detail #contents .carryMain .carryMainCategory {
  max-width: 58%;
}

#function,
#scene,
#plan,
#spec,
#flow,
#faq,
#case {
  text-align: center;
}

.detailSubH {
  display: inline-block;
  border-bottom: 2px solid #2766b3;
  padding: 0 1em 12px;
}

.customize-card2 {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
}


.btnHeadImg {
  margin: 0 auto;
  padding-bottom: 0 !important;
  max-width: 320px !important;
}




@media screen and (max-width: 720px) {
  .detail #contents .carryMain .sizeChange img.carryMainLL {
    display: none;
  }

  .detail #contents .carryMain .sizeChange img.carryMainM {
    display: none;
  }

  .detail #contents .carryMain .sizeChange img.carryMainS {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .detail #contents .carryMain .carryMainCategory {
    max-width: 100%;
  }
}




#faq {
  max-width: 1240px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 1240px) {
  #faq {
    max-width: 98%;
  }
}


.txt-link {
  color: #143e5d;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  margin: 30px 0 0 20px;
  position: relative;
  line-height: 1;
}

.txt-link::after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background: url(/product/img/common/product_ico_arrow-pink_a.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.customize_content-card2 {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}

.customize_card2-noneShadow {
  width: 460px;
  border: 1px solid #707070;
  min-height: 490px;
}

@media screen and (max-width: 1048px) {
  .customize_card2-noneShadow {
    width: 98%;
  }
}

.customize_content-card2 h3 {
  color: #2766b3;
  text-align: center;
  min-height: 5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

#ability {
  text-align: center;
}

.customize_img {
  margin-bottom: 20px;
}

.customize_img img {
  width: 100%;
  margin: 0 auto;
}

.fBoxRight img {
  max-height: 130px;
  min-height: 130px;
  margin: 0 auto;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .flow li .number {
    width: 60px;
    height: 60px;
    min-height: 60px;
    line-height: 60px;
    font-size: 48px;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1200px) {
  .flow li p {
    padding-left: 16px;
    padding-right: 16px;
}
}

.firstRead {
  display: inline-block;
  border-bottom: 6px solid #68BBE2;
}

.dock_title-center {
  display: flex;
  flex-direction: column;
}

.wifidock_title-p {
  margin-top: 30px;
  font-weight: 700;
  color: #2766b3;
  font-size: 1.3rem;
}