@charset "utf-8";

/* Home Css Last Up Date: 2018/12/20 */

/* =================================
OK SKY Chat Center
================================= */
.lower_content img {
  width: 100%;
}
.sec_read {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_read {
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: left;
  }
}

/* main view */
.main_view {
  background: url("/web/wp-content/themes/sorairo/img/cc/bg_main_view.png") no-repeat right bottom;
}
.main_view .inner {
  position: relative;
  min-height: 347px;
}
.main_view_title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main_view .page-title {
  text-align: left;
}
.main_view .catch {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1160px) {
  .main_view_title {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main_view {
    padding: 30px 0 0;
    background: none;
  }
  .main_view .inner {
    min-height: 0;
    padding: 0;
  }
  .main_view_title {
    position: static;
    transform: none;
  }
  .main_view .page-title {
    font-size: 2.6rem;
    text-align: center;
  }
  .main_view .catch {
    font-size: 2rem;
    text-align: center;
  }
  .main_view .main_img_sp {
    margin-top: 40px;
  }
}

/* チャットセンターとは */
.sec-cc_about {
  padding: 70px 0 40px;
}
.about_contents_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.about_contents_wrap figure {
  max-width: 480px;
}
.about_contents_wrap .text_wrap {
  max-width: 610px;
}
.about_contents_wrap .text-has_figure {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.about_contents_wrap .text-has_figure p {
  max-width: 386px;
}
.about_contents_wrap .text-has_figure figure {
  max-width: 188px;
}

@media screen and (max-width: 767px) {
  .sec-cc_about {
    padding: 30px 0 0;
  }
  .about_contents_wrap {
    display: block;
    margin-top: 30px;
  }
  .about_contents_wrap figure {
    max-width: none;
  }
  .about_contents_wrap .text_wrap {
    max-width: none;
    margin-top: 20px;
  }
  .about_contents_wrap .text-has_figure {
    display: block;
    margin-top: 30px;
  }
  .about_contents_wrap .text-has_figure p {
    max-width: 386px;
  }
  .about_contents_wrap .text-has_figure figure {
    max-width: 188px;
    margin: 30px auto 0;
  }
}

/* チャットセンターの問題 */
.sec-cc_problem {
  padding: 70px 0;
}
.problem_lists {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.problem_lists li {
  max-width: 360px;
}
.problem_lists h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.problem_lists figure {
  margin-top: 30px;
}
.problem_lists p {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec-cc_problem {
    padding: 40px 0;
  }
  .problem_lists {
    display: block;
    margin-top: 40px;
  }
  .problem_lists li {
    max-width: none;
  }
  .problem_lists li+li {
    margin-top: 40px;
  }
  .problem_lists h3 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .problem_lists figure {
    margin-top: 20px;
  }
}

/* メリット */
.sec-cc_merit {
  padding: 70px 0 30px;
  background: #f4fbff;
  border-top: 1px solid #e5e5e5;
}
.merit_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.merit_content.item03 {
  margin-top: 40px;
}
.merit_content .text_wrap {
  max-width: 450px;
}
.merit_content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.merit_content p {
  margin-top: 30px;
}
.merit_content figure {
  max-width: 640px;
}
.merit_content.flex-order_switch .text_wrap {
  order: 2;
}
.merit_content.flex-order_switch figure {
  order: 1;
}

@media screen and (max-width: 767px) {
  .sec-cc_merit {
    padding: 40px 0;
  }
  .merit_content {
    display: block;
    margin-top: 40px;
  }
  .merit_content .text_wrap {
    max-width: none;
  }
  .merit_content h3 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .merit_content figure {
    max-width: none;
  }
}

/* 違い */
.sec-cc_defference {
  padding: 70px 0 0;
}
.sec-cc_defference .inner {
  max-width: 740px;
}
.sec-cc_defference figure {
  margin-top: 60px;
}
.sec-cc_defference .text-defference {
  margin-top: 50px;
}
.sec-cc_defference .text-defference+.text-defference {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec-cc_defference {
    padding: 40px 0 0;
  }
  .sec-cc_defference figure {
    margin-top: 30px;
  }
  .sec-cc_defference .text-defference {
    margin-top: 30px;
  }
}