/* LESS Document */
@media screen and (max-width: 767px) {
  .jumbotron.kvCommon .title h1 {
    font-size: 7.2vw;
  }
}
.kyoufukuBtn {
  display: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	section
+++++++++++++++++++++++++++++++++++++++++++ */
.contentsArea .kyoufuku_img {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .contentsArea .kyoufuku_img {
    flex-direction: column;
    gap: 20px;
  }
}
.contentsArea .kyoufuku_img ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contentsArea .kyoufuku_img figure {
    max-width: 500px;
    margin: 0 auto;
  }
}
.contentsArea h4 {
  border: none;
  margin-bottom: 20px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contentsArea h4 {
    font-size: 5.8vw;
  }
}
.contentsArea h4::after {
  content: '';
  display: block;
  background: url("/common/img/icon_bubble.svg") no-repeat center center / contain;
  width: 29px;
  height: 36px;
  margin: 0 auto 22px;
}
