.dialogue__title {
  background-image: url(/sites/default/files/support/img/article/support-family_life-bg.jpg);
  background-repeat: no-repeat;
  background-size: 76%;
  margin-bottom: 15px
}

@media screen and (max-width: 767px) {
  .dialogue__title {
    background-size: 150%;
    background-position: right top -20px
  }
}

.dialogue__title__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px 15px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 767px) {
  .dialogue__title__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0px 15px 20px
  }
}

.dialogue__h1__head {
  color: #fff;
  background-color: #0e3192;
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px
}

@media screen and (max-width: 767px) {
  .dialogue__h1__head {
    font-size: 16px
  }
}

.dialogue__h1__text span {
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 23px;
  margin-top: 15px
}

@media screen and (max-width: 960px) {
  .dialogue__h1__text span {
    font-size: 20px
  }
}

@media screen and (max-width: 767px) {
  .dialogue__h1__text span {
    font-size: 18px
  }
}

.dialogue__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px
}

@media screen and (max-width: 767px) {
  .dialogue__person {
    margin-top: 30px
  }
}

.dialogue__person__block {
  width: 160px
}

.dialogue__person__title {
  text-align: center;
  font-size: 14px;
  display: block
}

.dialogue__person__name {
  text-align: center;
  display: block;
  font-size: 14px
}

.schedule-list {
  position: relative
}

.schedule_balloon {
  width: 180px;
  position: absolute;
  right: 0
}

@media screen and (max-width: 767px) {
  .schedule_balloon {
    position: static;
    margin-left: auto;
    margin-right: auto
  }
}

.schedule_balloon01 {
  top: 0
}

.schedule_balloon02 {
  bottom: 0px
}

.bubble,
.bubble_right,
.bubble_left {
  background-color: #cde8fe;
  padding: 20px;
  border-radius: 20px;
  position: relative
}

.bubble_left {
  padding-right: 20px
}

.bubble_right {
  padding-left: 20px
}

.bubble_left::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-left: 30px solid #cde8fe;
  position: absolute;
  right: -34px;
  bottom: calc(50% - 15px)
}

@media screen and (max-width: 767px) {
  .bubble_left::after {
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 30px solid #cde8fe;
    right: 0;
    left: 0;
    top: -39px;
    bottom: auto;
    margin: auto
  }
}

.bubble_right::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #cde8fe;
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-left: 15px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: -34px;
  bottom: calc(50% - 15px)
}

@media screen and (max-width: 767px) {
  .bubble_right::after {
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 30px solid #cde8fe;
    right: 0;
    left: 0;
    top: -39px;
    bottom: auto;
    margin: auto
  }
}

.dialogue__photo {
  width: 706px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em
}

.schedule-list {
  margin-bottom: 2em
}

.ColumnSection .schedule-list dl p {
  margin-bottom: 0
}

.schedule-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 450px
}

@media screen and (max-width: 767px) {
  .schedule-list dl {
    max-width: 100%
  }
}

.schedule-list dd,
.schedule-list dt {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #747474
}

.schedule-list dt {
  width: 80px;
  padding-left: 10px
}

.schedule-list dd {
  width: calc(100% - 80px - 10px)
}

.conversation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 767px) {
  .conversation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width: 767px) {
  .conversation__wrap+.conversation__wrap {
    margin-top: 1.5em
  }
}

.conversation__wrap:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media screen and (max-width: 767px) {
  .conversation__wrap:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.conversation__person {
  width: 16.6666666667%;
  padding: 20px
}

@media screen and (max-width: 767px) {
  .conversation__person {
    margin-left: auto;
    margin-right: auto;
    width: 110px
  }
}

.conversation__bubble {
  width: 83.3333333333%
}

@media screen and (max-width: 767px) {
  .conversation__bubble {
    width: 100%
  }
}

@media screen and (max-width: 767px) {

  .dialogue__profile td,
  .dialogue__profile th {
    display: block
  }
}