@charset "UTF-8";
/*=======================================
家の外でのお困りごと
=========================================*/
.p-outside {
  overflow: hidden;
  padding-bottom: 24px;
}
.p-outside__lead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 104px;
}
.p-inherit .p-outside__lead {
  align-items: center;
}
.p-outside__lead .txt1 {
  width: 59%;
}
.p-outside__lead .txt1 p {
  font-size: 20px;
  font-size: 2rem;
}
.p-outside__lead .img1 {
  width: 40%;
  position: relative;
  margin-top: -95px;
}
.p-inherit .p-outside__lead .img1 {
  margin-top: 0;
}
.p-outside__content {
  margin-bottom: 160px;
}
.p-outside__content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-outside__content li {
  width: 48.333%;
  height: 200px;
  margin-left: 3.334%;
  margin-bottom: 40px;
  display: flex;
  border-radius: 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.p-outside__content li:nth-child(2n+1) {
  margin-left: 0;
}
.p-outside__content .img1 {
  width: 34.4827%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDF5D9;
}
.p-inside .p-outside__content .img1 {
  background: #E8F5F6;
}
.p-inherit .p-outside__content .img1 {
  background: #F4ECF3;
}
.p-outside__content .box1 {
  width: 65.5173%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
}
.p-outside__content .box1 .h {
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 6px;
  color: #F29031;
  line-height: 1.4;
}
.p-inside .p-outside__content .box1 .h {
  color: #61BEC1;
}
.p-inherit .p-outside__content .box1 .h {
  color: #883E84;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-outside__lead {
    display: block;
    margin-bottom: 60px;
  }
  .p-outside__lead .txt1 {
    width: auto;
    margin-bottom: 20px;
  }
  .p-outside__lead .txt1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-outside__lead .img1 {
    width: auto;
    position: relative;
    margin-top: 0;
  }
  .p-inherit .p-outside__lead .img1 {
    margin-top: 0;
  }
  .p-outside__content {
    margin-bottom: 80px;
  }
  .p-outside__content ul {
    display: block;
  }
  .p-outside__content li {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .p-outside__content li:last-child {
    margin-bottom: 0;
  }
  .p-outside__content .img1 {
    width: 34.4827%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  .p-inside .p-outside__content .img1 {
    background: #E8F5F6;
  }
  .p-inherit .p-outside__content .img1 {
    background: #F4ECF3;
  }
  .p-outside__content .box1 {
    width: 65.5173%;
    padding: 10px 20px;
  }
  .p-outside__content .box1 .h {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
