@charset "utf-8";

/* Home Css Last Up Date: 2018/12/20 */

/* =================================
Home
================================= */
/* main hero */
.minHero_area {
  margin: 0 0 35px;
  padding: 0 0 25px;
}
.slider {
  width: 100%;
  height: auto;
  position: relative;
}
.slider.no_slider_nav {
  padding-bottom: 0;
}
.slider .item {
  width: 100%;
  height: auto;
}
.slider .item img {
  width: 100%;
  height: auto;
  display: block;
}
.slider .item .overlay {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
}
.slider .slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  text-align: center;
}
.slider .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  position: relative;
}
.slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  background: none;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}
.slider .slick-dots button::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  position:  absolute;
  top: 0;
  left: 0;
}
.slider .slick-dots button:hover::before,
.slider .slick-dots .slick-active button::before {
  background: #262626;
  border-color: #262626;
}
/*.pc .slider .slick-dots {
  display: none !important;
}*/

.slider .caption {
  position: absolute;
  text-align: center;
  z-index: 5;
  /*width: calc(100% * 1150 / 1280);*/
  max-width: 1150px;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform:  translate3d(0,-50%,0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* スライダーのキャッチコピーのアニメーション */
.slider .caption {
    opacity: 0;
}
.slider .slick-active .caption {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
.slider .first_active .caption {
  -webkit-animation: opacityAnimation 1.0s ease forwards 2.0s !important;
  animation: opacityAnimation 1.0s ease forwards 2.0s !important;
}
/* 透過 */
@-webkit-keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}
@keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}
.minHero_area .title {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
}
.minHero_area .title.item2 {
  font-size: 3.2rem;
}
.minHero_area .improvement_lists {
  display: table;
  table-layout: fixed;
  margin-top: 40px;
  color: #fff;
}
.minHero_area .improvement_lists li {
  display: table-cell;
  padding: 0 60px;
  vertical-align: bottom;
}
.minHero_area .improvement_lists li+li {
  border-left: 1px solid #e0f6ff;
}
.minHero_area .improvement_lists .rate_title {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}
.minHero_area .improvement_lists .rate_num {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.minHero_area .improvement_lists .rate_num.small {
  font-size: 2.4rem;
}
.minHero_area .improvement_lists .rate_num strong {
  font-size: 9.6rem;
  vertical-align: -10px;
}

@media screen and (max-width: 767px) {
  .minHero_area {
    margin: 0 0 30px;
    padding: 0 0 20px;
  }
  .slider .item {
    min-height: 470px;
    object-fit: cover;
  }
  .slider .item2 img {
    min-height: 470px;
    object-fit: cover;
  }
  .minHero_area .title {
    font-size: 3rem;
  }
  .minHero_area .title.item2 {
    font-size: 2.4rem;
  }
  .minHero_area .improvement_lists {
    display: block;
    width: 210px;
    margin: 20px auto 0;
  }
  .minHero_area .improvement_lists li {
    display: block;
    padding: 15px 0;
  }
  .minHero_area .improvement_lists li:first-child {
    padding-top: 0;
  }
  .minHero_area .improvement_lists li:last-child {
    padding-bottom: 0;
  }
  .minHero_area .improvement_lists li+li {
    border-top: 1px solid #e0f6ff;
    border-left: none;
  }
  .minHero_area .improvement_lists .rate_title {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  .minHero_area .improvement_lists .rate_num {
    font-size: 1.8rem;
    text-align: left;
  }
  .minHero_area .improvement_lists .rate_num.small {
    font-size: 1.8rem;
  }
  .minHero_area .improvement_lists .rate_num strong {
    font-size: 4.8rem;
    vertical-align: -5px;
  }
}

/* main hero knowhow */
.main-hero_knowhow {
  position: relative;
}
.main-hero_knowhow > figure {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
  order: 2;
  width: 500px;
  height: 492px;
}
.slider .item .main-hero_knowhow > figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  transform: translate(-50%,-50%);
}
.main-hero_knowhow .knowhow-text_wrap {
  position: absolute;
  top: 50%;
  left: 9.44%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 610px;
}
.main-hero_knowhow .title.item3 {
  font-size: 3.2rem;
  text-align: left;
}
.main-hero_knowhow .btn_main_hero_item3 {
  max-width: 252px;
  margin: 40px auto 0;
}
.main-hero_knowhow .btn_main_hero_item3 .btn_base {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .main-hero_knowhow > figure {
    position: static;
    transform: translateY(0);
    width: 100%;
    height: 200px;
  }
  .slider .item .main-hero_knowhow > figure img {
    max-width: 211px;
  }
  .main-hero_knowhow .knowhow-text_wrap {
    position: static;
    transform: translateY(0);
    max-width: none;
  }
  .main-hero_knowhow .title.item3 {
    max-width: 265px;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
  }
  .main-hero_knowhow .btn_main_hero_item3 {
    max-width: 234px;
    margin: 15px auto 0;
  }
  .main-hero_knowhow .btn_main_hero_item3 .btn_base {
    line-height: 1;
  }
}
.btn_main_hero_item3 a[target="_blank"],
.btn_main_hero_item4 a[target="_blank"] {
  padding: 10px;
  background: #ff9d3c;
}
.btn_main_hero_item3 a[target="_blank"]:hover,
.btn_main_hero_item4 a[target="_blank"]:hover {
  background: #ff850c;
}

/* main hero what ya */
.main-hero_what-ya {
  display: flex;
  align-items: center;
  padding: 0 10% 0 11.6%;
}
.main-hero_what-ya > figure {
  max-width: 284px;
  margin-left: auto;
}
.what-ya-text_wrap {
  max-width: 555px;
}
.logo_what-ya {
  width: 74.59%;
  margin: 0 0 35px;
}
.logo_what-ya img {
  max-width: 414px;
}
.main-hero_what-ya .title.item4 {
  color: #262626;
  font-size: 2.2rem;
  text-align: left;
}
.main-hero_what-ya .btn_main_hero_item4 {
  max-width: 252px;
  margin: 15px 0 0;
}
.main-hero_what-ya .btn_main_hero_item4 .btn_base {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .main-hero_what-ya {
    display: block;
    padding: 0 17px;
  }
  .what-ya-text_wrap {
    max-width: none;
  }
  .logo_what-ya {
    width: 100%;
    margin: 0 0 30px;
  }
  .logo_what-ya img {
    max-width: none;
  }
  .main-hero_what-ya .title.item4 {
    font-size: 2rem;
    text-align: center;
  }
  .main-hero_what-ya .btn_main_hero_item4 {
    max-width: 234px;
    margin: 15px auto 0;
  }
  .main-hero_what-ya .btn_main_hero_item4 .btn_base {
    line-height: 1;
  }
}

/* main hero lp-201909 */
.item.item5 {
  background: url("/web/wp-content/themes/sorairo/img/home/bg_home_main-hero05_pc.png") no-repeat right bottom;
  background-size: contain;
}
.item.item5 .caption {
  text-align: left;
}
.lp-201909-main-title {
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1.35;
}
.lp-201909-main-read {
  margin-top: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.lp-201909-logo {
  margin-top: 20px;
}
.slider .item.item5 img {
  display: inline-block;
}
.lp-201909-logo img+img {
  margin-left: 50px;
}
.lp-201909-logo .what-ya {
  max-width: 129px;
}
.lp-201909-logo .ok-sky {
  max-width: 144px;
  vertical-align: baseline;
}
.lp-201909-btn {
  max-width: 393px;
  margin-top: 42px;
}
.lp-201909-btn a {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .item.item5 {
    background: none;
  }
  .item.item5 .caption {
    text-align: center;
  }
  .lp-201909-main-title {
    font-size: 2.8rem;
    line-height: 1.23;
  }
  .lp-201909-main-read {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .lp-201909-logo {
    margin-top: 10px;
  }
  .lp-201909-logo img+img {
    margin-left: 20px;
  }
  .lp-201909-logo .what-ya {
    max-width: 122px;
  }
  .lp-201909-logo .ok-sky {
    max-width: 135px;
  }
  .lp-201909-fig_sp {
    width: 76%;
    margin: 15px auto 0;
  }
  .lp-201909-btn {
    max-width: 242px;
    margin: 0 auto;
  }
  .lp-201909-btn a {
    font-size: 1.6rem;
  }
}

/* main hero service2020 20200330追加 */
.slider .item3 .caption.service2020 {
  position: static;
  max-width: none;
  transform: none;
}
.main-hero_service2020 {
  position: relative;
  padding-top: 38.4375%;
  background: url("/web/wp-content/themes/sorairo/img/home/img_home_main-hero03_service2020_pc.png") no-repeat center center;
  background-size: cover;
}
.main-hero_service2020 figure {
  position: absolute;
  top: 5%;
  right: 17.734375%;
  max-width: 23.4375%;
}
.main-hero_service2020 figure img {
  width: 100%;
}
.main-hero_service2020 .title.item3 {
  position: absolute;
  top: 14.837%;
  left: 17.734375%;
  color: #2ca6e0;
  font-size: calc((57 / 1280) * 100vw);
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  font-feature-settings: "palt";
}
.main-hero_service2020 .service2020_bottom {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21.95%;
  background: #3380c8;
}
.main-hero_service2020 .catch_service2020 {
  display: flex;
  align-items: center;
  width: 37.96875%;
  margin-left: auto;
  background: #3380c8;
}
.main-hero_service2020 .catch_service2020 .bomb {
  max-width: 22.4279%;
}
.main-hero_service2020 .catch_service2020 .bomb img {
  width: 100%;
}
.main-hero_service2020 .catch_service2020 .text {
  margin-left: 10px;
  color: #fff;
  font-size: calc((30 / 1280) * 100vw);
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  font-feature-settings: "palt";
}
.main-hero_service2020 .btn_service2020 {
  width: 44.296875%;
  background: #1250a9;
}
.main-hero_service2020 .btn_service2020:hover {
  opacity: .7;
}
.main-hero_service2020 .btn_service2020 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: calc((45 / 1280) * 100vw);
  font-weight: bold;
  font-feature-settings: "palt";
}
.main-hero_service2020 .btn_service2020 a[target="_blank"] {
  padding: 0;
  background: none;
}
.main-hero_service2020 .btn_service2020 a:hover {
  text-decoration: none;
}
.main-hero_service2020 .btn_service2020 a:after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 39px;
  margin-left: 60px;
  background: url("/web/wp-content/themes/sorairo/img/home/img_home_main-hero03_service2020_arrow.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .main-hero_service2020 {
    padding-top: 125%;
    background-image: url("/web/wp-content/themes/sorairo/img/home/img_home_main-hero03_service2020_sp.png");
  }
  .main-hero_service2020 figure {
    top: 41.25%;
    right: auto;
    left: 3.125%;
    max-width: 55.78125%;
  }
  .main-hero_service2020 .title.item3 {
    top: 8.75%;
    left: 7.5%;
    font-size: calc((55 / 640) * 100vw);
  }
  .main-hero_service2020 .service2020_bottom {
    display: block;
    height: 18%;
  }
  .main-hero_service2020 .catch_service2020 {
    display: none;
  }
  .main-hero_service2020 .btn_service2020 {
    width: 100%;
    height: 100%;
  }
  .main-hero_service2020 .btn_service2020 a {
    font-size: calc((55 / 640) * 100vw);
  }
  .main-hero_service2020 .btn_service2020 a:after {
    width: 13px;
    height: 20px;
    margin-left: 30px;
  }
}

/* main hero covid 20200417追加 */
.caption.covid {
  max-width: calc(1150 / 1280 * 100vw);
}
.main-hero_covid {
  position: relative;
  max-width: calc(825 / 1280 * 100vw);
  margin: 0 auto;
}
.main-hero_covid .catch {
  position: absolute;
  top: calc(22 / 1280 * 100vw);
  right: 0;
  font-size: calc(29 / 1280 * 100vw);
  font-weight: bold;
  line-height: 1;
}
.main-hero_covid .catch b {
  font-size: 4.9rem;
  font-size: calc(49 / 1280 * 100vw);
}
.main-hero_covid .catch:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 5px;
  background: #ea574c;
}
.main-hero_covid .title_wrap {
  position: relative;
  z-index: 2;
  max-width: calc(540 / 1280 * 100vw);
  margin: 0 0 calc(50 / 1280 * 100vw);
  padding-top: calc(10 / 1280 * 100vw);
}
.main-hero_covid h1 {
  font-weight: bold;
}
.main-hero_covid h1 em {
  display: block;
  margin: 0 0 calc(30 / 1280 * 100vw);
  text-align: left;
}
.main-hero_covid h1 em>span {
  display: inline-block;
  position: relative;
  padding: 0  calc(20 / 1280 * 100vw);
  background: #ea574c;
  border-radius: 3px;
  color: #fff;
  font-size: calc(34 / 1280 * 100vw);
  text-align: center;
}
.main-hero_covid h1 em>span:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 29px;
  width: 24px;
  height: 18px;
  background: url("/web/wp-content/themes/sorairo/img/home/covid/arrow_catch_covid.png") no-repeat 0 0;
  background-size: contain;
}
.main-hero_covid h1 strong {
  font-size: calc(39 / 1280 * 100vw);
  line-height: 1.2;
}
.main-hero_covid .period {
  max-width: calc(500 / 1280 * 100vw);
  margin: calc(25 / 1280 * 100vw) auto 0;
  padding: calc(20 / 1280 * 100vw);
  background: #fff;
  border: 1px solid #ea564c;
  color: #ea564c;
  font-size: calc(28 / 1280 * 100vw);
  font-weight: bold;
}
.main-hero_covid .btn_covid {
  position: relative;
  z-index: 2;
  max-width: calc(672 / 1280 * 100vw);
  margin: 0 auto;
}
.main-hero_covid .image {
  position: absolute;
  top: calc(130 / 1280 * 100vw);
  right: 0;
  z-index: 1;
  max-width: calc(241 / 1280 * 100vw);
}
@media screen and (max-width: 767px) {
  .main-hero_covid {
    max-width: none;
    padding: calc(10 / 375 * 100vw) calc(13 / 375 * 100vw);
  }
  .main-hero_covid .title_wrap {
    position: static;
    max-width: none;
    margin: 0;
    padding-top: 0;
  }
  .main-hero_covid h1 em {
    margin: 0 0 15px;
  }
  .main-hero_covid h1 em>span {
    padding: 0 14px;
    font-size: calc(23 / 375 * 100vw);
  }
  .main-hero_covid h1 em>span:after {
    left: 22px;
    width: 13px;
    height: 9px;
    background-image: url("/web/wp-content/themes/sorairo/img/home/covid/arrow_catch_covid_sp.png");
  }
  .main-hero_covid h1 strong {
    font-size: calc(23 / 375 * 100vw);
  }
  .main-hero_covid .period {
    max-width: none;
    margin: 0 calc(15 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
  .main-hero_covid .btn_covid {
    max-width: none;
  }
  .main-hero_covid .image {
    position: static;
    max-width: calc(154 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) auto;
  }
}

/* section common */
.sec-link-detail {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-link-detail {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}

/* sec can */
.sec-can {
  margin: 0 0 70px;
}
.sec-can .read {
  margin-top: 15px;
  font-size: 1.6rem;
  text-align: center;
}
.sec-can_lists {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.sec-can_lists li {
  max-width: 360px;
}
.sec-can_lists img {
  width: 100%;
}
.sec-can_lists dl {
  margin-top: 25px;
}
.sec-can_lists dt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.sec-can_lists dd {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .sec-can {
    margin: 0 0 40px;
  }
  .sec-can .read {
    margin-top: 30px;
    font-size: 1.3rem;
  }
  .sec-can_lists {
    display: block;
    margin-top: 20px;
  }
  .sec-can_lists li {
    max-width: none;
  }
  .sec-can_lists li+li {
    margin-top: 40px;
  }
  .sec-can_lists dl {
    margin-top: 20px;
  }
  .sec-can_lists dt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .sec-can_lists dd {
    margin-top: 20px;
  }
}

/* sec service */
.sec-service {
  margin: 0 0 70px;
}
.service_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service_content+.service_content {
  margin-top: 70px;
}
.service_content figure {
  max-width: 480px;
}
.service_content figure img {
  width: 100%;
}
.service_content .service_read_wrap {
  max-width: 610px;
}
.service_content.flex-order_switch figure {
  order: 2;
}
.service_content.flex-order_switch .service_read_wrap {
  order: 1;
}
.service_content h2 {
  text-align: left;
}
.service_content h2+p {
  margin-top: 20px;
}
.btn_service {
  max-width: 396px;
  margin-top: 40px;
}
.service_content .service_tag>span {
  background: #f8e71c;
}

@media screen and (max-width: 767px) {
  .sec-service {
    margin: 0 0 40px;
  }
  .service_content {
    display: block;
  }
  .service_content+.service_content {
    margin-top: 40px;
  }
  .service_content figure {
    max-width: none;
  }
  .service_content .service_read_wrap {
    max-width: none;
  }
  .service_content h2 {
    text-align: left;
  }
  .btn_service {
    max-width: none;
    width: 80%;
    margin: 30px auto 0;
  }
  .service_content .service_tag {
    margin-top: 20px;
  }
}

/* sec scene */
.sec-scene {
  margin: 0 0 70px;
  padding: 60px 0 70px;
  background: #f4fbff;
}
.sec-scene_lists {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
  background: #fff;
}
.sec-scene_lists li {
  width: calc(25% + 1px);
  margin: -1px 0 0 -1px;
  border: 1px solid #f6f6f6;
  text-align: center;
}
.sec-scene_lists li a {
  display: block;
  height: 100%;
  padding: 30px 30px 60px;
  color: #262626;
}
.sec-scene_lists li a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
.sec-scene_lists li a:hover img {
  opacity: 1;
}
.sec-scene_lists figure img {
  width: 56px;
}
.sec-scene_lists dl {
  margin-top: 15px;
}
.sec-scene_lists dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.sec-scene_lists dd {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .sec-scene {
    margin: 0 0 40px;
    padding: 40px 0;
    background: #f4fbff;
  }
  .sec-scene_lists {
    margin: 30px 0 0;
  }
  .sec-scene_lists li {
    width: calc(50% + 1px);
  }
  .sec-scene_lists li a {
    padding: 20px 8px;
  }
  .sec-scene_lists dl {
    margin-top: 15px;
  }
  .sec-scene_lists dt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .sec-scene_lists dd {
    margin-top: 15px;
    line-height: 1.6;
  }
}

/* sec case */
.sec-case {
  margin: 0 0 70px;
}
.sec-case>.inner {
  max-width: 960px;
}
.sec-case-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
}
.sec-case-lists li {
  max-width: 231px;
  margin: 12px 0 0 12px;
  border: 1px solid #f6f6f6;
}
.sec-case-lists li:nth-child(4n+1) {
  margin-left: 0;
}
.sec-case-lists li>a {
  display: block;
  height: 100%;
  padding: 30px;
  color: #262626;
}
.sec-case-lists li>a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
.sec-case-lists figure {
  text-align: center;
}
.sec-case-lists figure img {
  max-width: 145px;
  height: 65px;
  object-fit: contain;
}
.sec-case-lists .case-page_title {
  margin-top: 20px;
}


@media screen and (max-width: 767px) {
  .sec-case {
    margin: 0 0 40px;
  }
  .sec-case>.inner {
    max-width: none;
  }
  .sec-case-lists {
    margin-top: 30px;
  }
  .sec-case-lists li {
    max-width: none;
    width: 48.33%;
    margin: 10px 0 0 10px;
  }
  .sec-case-lists li:nth-child(4n+1) {
    margin-left: 0;
  }
  .sec-case-lists li>a {
    padding: 20px 15px;
  }
  .sec-case-lists li:nth-child(2n+1) {
    margin-left: 0;
  }
  .sec-case-lists figure img {
    max-width: 90px;
    height: 40px;
  }
  .sec-case-lists .case-page_title {
    margin-top: 10px;
    line-height: 1.6;
  }
}

/* news/facebook area */
.sec-home_sub_contents {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto 70px;
}
.sec-home_sub_contents h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
/* news */
.news_area {
  max-width: 420px;
}
.news_lists {
  margin: 35px 0 0;
}
.news_lists li+li {
  margin-top: 15px;
}
.news_lists li>span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.9;
}
.news_lists li a {
  color: #262626;
}
.news_lists li a:hover {
  color: #656565;
}
/* facebook */
.facebook_area {
  max-width: 460px;
}
.facebook-iframe {
  margin: 35px 0 0;
  width: 460px;
  height: 320px;
}

@media screen and (max-width: 767px) {
  .sec-home_sub_contents {
    display: block;
    max-width: none;
    margin: 0 0 40px;
    padding: 0 10px;
  }
  .news_area {
    max-width: none;
  }
  .news_lists {
    margin: 20px 0 0;
  }
  .news_lists li+li {
    margin-top: 15px;
  }
  .news_lists li>span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.9;
  }
  .facebook_area {
    max-width: none;
    margin: 40px 0 0;
  }
  .facebook-iframe {
    margin: 20px 0 0;
    width: 100%;
  }
}