@charset "UTF-8";
/* ================================================= *
 *        	common
 * ================================================= */
@media screen and (max-width: 768px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
.sectionInner {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}

.sectionTitle {
  font-size: 3.3rem;
  text-align: center;
}

.contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1.titleArea {
  margin-bottom: 0;
}

/* ================================================= *
 *        	mainVisual
 * ================================================= */
.support_top .mainVisual {
  position: relative;
  width: 100%;
  height: 393px;
  background: url(../img/support/main_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .support_top .mainVisual {
    height: 149px;
  }
}
.support_top .mainVisual__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.support_top .mainVisual__ttl {
  color: #fff;
  font-size: 4.4rem;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .support_top .mainVisual__ttl {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 480px) {
  .support_top .mainVisual__ttl {
    font-size: 1.6rem;
  }
}

/* ================================================= *
 *        	レディバグのトータルサポート 5つの安心
 * ================================================= */
.support_menu {
  padding: 80px 0;
  background-color: #cd031a;
}
@media screen and (max-width: 480px) {
  .support_menu {
    padding: 40px 0;
  }
}
.support_menu .sectionInner {
  max-width: 1114px;
  width: 100%;
}
.support_menu .sectionTitle {
  margin-bottom: 45px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .support_menu .sectionTitle {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.support_menu img {
  max-width: 100%;
  height: auto;
  border: none;
}
.support_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support_menu__item {
  position: relative;
  width: 207px;
  height: 217px;
  margin: 0 7px 15px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .support_menu__item {
    width: 108px;
    height: 113px;
  }
}
.support_menu__number {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 57px;
  height: 57px;
  padding-left: 0.4em;
  background-color: #333;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .support_menu__number {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.support_menu__icon {
  display: block;
  width: 94px;
  margin: 17px auto;
}
@media screen and (max-width: 480px) {
  .support_menu__icon {
    width: 54px;
    margin: 5px auto;
  }
}
.support_menu__ttl {
  display: block;
  margin: 0 13px 13px;
  padding: 4px 0;
  border-radius: 8px;
  background-color: #cd031a;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.support_menu__ttl small {
  display: block;
}
@media screen and (max-width: 480px) {
  .support_menu__ttl {
    margin: 0 8px 8px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
  .customize .support_menu__ttl {
    font-size: 1.5rem;
  }
}
.support_menu__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .support_menu__txt {
    font-size: 1.2rem;
  }
}
.support_menu .app {
  max-width: 727px;
  width: 100%;
  height: auto;
  margin: 70px 100px 0;
  padding: 23px 34px 23px 70px;
  background-color: #ffe1cc;
}
@media screen and (max-width: 768px) {
  .support_menu .app {
    width: 92%;
    margin: 70px 0 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.support_menu .app::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/support/icon_plus_wh@3x.png) no-repeat center/cover;
}
.support_menu .app__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support_menu .app__icon {
  width: 142px;
  max-width: 26%;
}
.support_menu .app__read {
  width: 70%;
}
.support_menu .app .support_menu__ttl {
  margin: 0 0 15px;
}

/* ================================================= *
 *        	レディバグ5つのトータルサポート
 * ================================================= */
.support_content {
  padding: 140px 0 70px;
  background-color: #f7f8f3;
}
@media screen and (max-width: 480px) {
  .support_content {
    padding: 60px 0;
  }
}
.support_content .sectionTitle {
  margin-bottom: 45px;
  color: #363332;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .support_content .sectionTitle {
    font-size: 2.8rem;
  }
}
.support_content .sectionLead {
  margin-bottom: 60px;
  color: #363332;
  font-size: 2rem;
  text-align: center;
}
.support_content .contentsWrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .support_content .contentsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.support_content img {
  max-width: 100%;
  height: auto;
  border: none;
}
.support_content__item {
  margin-bottom: 25px;
  padding: 30px;
  border: 1px solid #aeaeae;
  background-color: #fff;
}
.support_content__item.app {
  background-color: #ffe1cc;
}
@media screen and (max-width: 480px) {
  .support_content__item {
    padding: 4%;
  }
}
.support_content__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
  background-color: #cf011c;
  color: #fff;
}
.support_content__number {
  display: inline-block;
  width: 70px;
  height: 46px;
  padding-left: 0;
  padding: 0.4rem 0 0 1.2rem;
  background-color: #333;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: inherit;
}
@media screen and (max-width: 480px) {
  .support_content__number {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.support_content__icon {
  display: inline-block;
  width: 40px;
  height: 35px;
  margin-right: 15px;
}
.support_content__ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .support_content__ttl {
    font-size: 2rem;
  }
}
.support_content__txt {
  color: #000;
}
.support_content__link {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  padding: 5px 30px 5px 15px;
  border-radius: 15px;
  border: 1px solid #cd0e22;
  color: #cd0e22;
  font-weight: bold;
}
.support_content__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #cd0e22;
}
.support_content__img {
  min-width: 360px;
  width: 360px;
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .support_content__img {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .support_content__img {
    min-width: auto;
    margin: 0 0 10px 0;
  }
}
.support_content .app {
  position: relative;
  margin-top: 100px;
}
.support_content .app::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/support/icon_plus_bk@3x.png) no-repeat center/cover;
}
.support_content .app__read {
  width: 40%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .support_content .app__read {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

h3.support_content__read {
  padding-left: 0;
}

/* ================================================= *
 *        	お問合せ
 * ================================================= */
.inquiryArea {
  padding: 100px 0 60px;
  background-color: #fff;
}

/* ================================================= *
 *        	おすすめ情報
 * ================================================= */
#campaignContentsArea {
  padding: 0 0 80px !important;
}
#campaignContentsArea .campaignTitle {
  margin-bottom: 30px;
}

#week_chirashi {
  display: none;
}

/* ================================================= *
 *        	お客様の声
 * ================================================= */
.voice {
  padding: 60px 15px 0;
  background-color: #cd031a;
}
@media screen and (max-width: 480px) {
  .voice {
    padding: 30px 15px 0;
  }
}
.voice .sectionTitle {
  color: #fff;
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px -15px 0;
}
@media screen and (max-width: 480px) {
  .voice__list {
    margin: 10px -15px 0;
  }
}
.voice__item {
  position: relative;
  width: 346px;
  margin: 15px 15px 60px;
  padding: 25px 25px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #363332;
  font-weight: bold;
  line-height: 1.6;
}
.voice__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94px;
  height: 106px;
}
.voice__item:first-of-type::after {
  background: url(../img/support/voice_img01@3x.png) no-repeat center/cover;
}
.voice__item:nth-of-type(2)::after {
  background: url(../img/support/voice_img02@3x.png) no-repeat center/cover;
}
.voice__item:nth-of-type(3)::after {
  background: url(../img/support/voice_img03@3x.png) no-repeat center/cover;
}
.voice__txt {
  margin-top: 20px;
}

/* ================================================= *
 *        	よくあるご質問
 * ================================================= */
.faq {
  padding: 100px 0;
  background-color: #f7f8f3;
}
@media screen and (max-width: 480px) {
  .faq {
    padding: 60px 0;
  }
}
.faq .sectionInner {
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .faq .sectionInner {
    padding: 30px 15px;
  }
}
.faq__ttl {
  display: block;
  max-width: 330px;
  margin: 0 auto 20px;
  border-radius: 20px;
  background-color: #cf011c;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
}
.faq__ttl--en {
  margin-bottom: 40px;
  font-size: 2.6rem;
  text-align: center;
}
.faq__list {
  margin-top: 40px;
}
.faq__question {
  position: relative;
  margin-bottom: 15px;
  padding: 0 10px 15px 35px;
  border-bottom: 1px solid #424242;
  font-size: 1.6rem;
  text-indent: -25px;
}
.faq__question::after {
  content: "\f105";
  position: absolute;
  right: 0;
  margin-left: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.faq__question.open::after {
  content: "\f107";
}
.faq__answer {
  display: none;
  margin-bottom: 60px;
  padding: 0 15px 0 35px;
  font-size: 1.4rem;
  text-indent: -25px;
}
.faq__btn {
  margin: 60px auto 30px;
  text-align: center;
}
.faq__link {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #cf011c;
  color: #cf011c;
  font-size: 2rem;
}