/*----------------------------------------------------*/
/* common
------------------------------------------------------*/
#contents p {
  font-size: 108%;
  margin-top: 10px;
}

#mv {
  background: #FFFFFF url(/lib/img/uniq/feature/mv.jpg) center bottom no-repeat;
}

@media only screen and (max-width: 767px) {
  #mv {
    background: #FFFFFF url(/lib/img/uniq/feature/mv.jpg) center bottom no-repeat;
    background-size: contain;
  }
}
/*----------------------------------------------------*/
/* common
------------------------------------------------------*/
#contents h2 {
  clear: both;
}

#contents p {
  font-size: 108%;
  margin-top: 15px;
  line-height: 1.8;
}

#contents section {
  margin-top: 40px;
}

#contents strong {
  color: #008684;
}

#contents strong.line {
  background: #DDF4F2;
  padding: 0;
  font-weight: bold;
  color: #333;
}

#contents .img_r {
  float: right;
  clear: both;
  padding: 0 0 10px 10px;
}

#contents .img_l {
  float: left;
  padding: 0 10px 10px 0;
  clear: both;
}

#contents ul.link {
  margin-top: 15px;
  border-top: 1px dashed #999;
  padding-top: 15px;
}

#contents h3.case {
  font-size: 16px;
  margin: 30px 0 0px;
  clear: both;
}

#contents ul.nukanaiFlow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem 25px;
  margin: 2rem 0;
}
#contents ul.nukanaiFlow li {
  position: relative;
}
#contents ul.nukanaiFlow li::after {
  content: "";
  width: 30px;
  height: 25px;
  display: block;
  background: url(/lib/img/uniq/feature/reason_p_09.gif) no-repeat center/contain;
  position: absolute;
  left: 100%;
  top: 25%;
}
#contents ul.nukanaiFlow li:last-child::after {
  display: none;
}
#contents ul.nukanaiFlow span {
  display: block;
  margin-top: 5px;
}
#contents ul.nukanaiFlow img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents ul.nukanaiFlow {
    margin-right: 30px;
  }
}

.column2 {
  overflow: hidden;
  margin-top: 20px;
}

.column2 > section {
  width: 310px;
  float: right;
}

.column2 > section:first-child {
  float: left;
}

.column2 > section > div {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #contents .img_r,
  #contents .img_l {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
}
.featurebox section {
  border-radius: 20px;
  background: #FFF;
  padding: 5rem 2rem 3rem;
  display: grid;
  grid-template-columns: 1fr 44%;
  gap: 2rem 4rem;
  grid-template-areas: "h2 h2" "text photo";
}
.featurebox section img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.featurebox section h2 {
  grid-area: h2;
  background: #80c7cc;
  border-radius: 0 10px 10px 0;
  transform: translateX(-2rem);
  padding: 2rem 2rem;
  color: #FFF;
  width: fit-content;
}
.featurebox section .text {
  grid-area: text;
}
.featurebox section .photo {
  grid-area: photo;
  padding-top: 2rem;
}
.featurebox section .photo img {
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .featurebox section {
    border-radius: 20px;
    background: #FFF;
    padding: 3rem 2rem 3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 4rem;
    grid-template-areas: "h2" "photo" "text";
  }
  .featurebox section h2 {
    font-weight: normal;
    line-height: 1.4;
  }
}