.expert-comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.expert-comment.padding-40 {
  padding: 40px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .expert-comment.padding-40 {
    padding: 20px;
  }
}
.expert-comment * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.expert-comment p {
  margin-top: 0;
  margin-bottom: 0;
}
.expert-comment .midashi-expert-comment-dottedline {
  position: relative;
  margin: 0 auto 42px;
}
.expert-comment .midashi-expert-comment-dottedline h2 {
  text-align: center;
  width: 100%;
  font-size: 29px;
  line-height: 1.6;
  position: relative;
  margin: 0 0 1.25em;
  padding: 0;
}
.expert-comment .midashi-expert-comment-dottedline h2 .main {
  display: inline-block;
  padding: 0;
  margin-bottom: 0.5em;
  position: relative;
}
.expert-comment .midashi-expert-comment-dottedline::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  background: url(/images/offices/midashi-office-training-line.png) left bottom/contain repeat-x;
}
@media only screen and (max-width: 768px) {
  .expert-comment .midashi-expert-comment-dottedline {
    margin: 0 0 32px;
  }
  .expert-comment .midashi-expert-comment-dottedline h2 {
    font-size: 20px;
    margin: 0 0 1.25em;
  }
  .expert-comment .midashi-expert-comment-dottedline h2 .main {
    margin-left: -0.6em;
    margin-right: -0.6em;
  }
  .expert-comment .midashi-expert-comment-dottedline h2 .main span {
    display: inline-block;
  }
}
.expert-comment .expert-comment-text.bg-beige {
  background-color: #FAEBBF;
}
@media only screen and (min-width: 769px) {
  .expert-comment .expert-comment-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .expert-comment .expert-comment-head {
    width: 130px;
  }
  .expert-comment .expert-comment-head p {
    width: calc(100% + 1em);
    margin-right: -1em;
  }
  .expert-comment .expert-comment-head p + p {
    margin-top: 0;
  }
  .expert-comment .expert-comment-text {
    width: calc(100% - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 24px;
  }
}
.expert-comment .expert-comment-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.expert-comment .expert-comment-image img {
  width: 100%;
  display: block;
}
.expert-comment .expert-position {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}
.expert-comment .expert-name {
  margin-top: 0.5em;
  font-size: 20px;
  font-weight: 700;
}
.expert-comment .expert-name small {
  font-size: 16px;
  font-weight: 400;
  margin-left: 0.3em;
}
.expert-comment .expert-comment-text {
  border-radius: 8px;
  padding: 0 0 0 20px;
}
.expert-comment .expert-comment-text.padding-24 {
  border-radius: 8px;
  padding: 24px;
}
.expert-comment .expert-comment-text.bg-beige-500 {
  background-color: #FAEBBF;
}
.expert-comment .expert-comment-text.bg-gray-tile {
  background: url("/images/top/bg-gray.png") no-repeat center center/cover;
}
.expert-comment .expert-comment-text p {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}
.expert-comment .expert-comment-text p strong {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .expert-comment .expert-comment-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .expert-comment .expert-comment-head p {
    width: calc(100% + 1em);
    margin-right: -1em;
  }
  .expert-comment .expert-comment-head p + p {
    margin-top: 0;
  }
  .expert-comment .expert-comment-image {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .expert-comment .expert-comment-image img {
    display: block;
    border-radius: 8px;
  }
  .expert-comment .expert-comment-prof {
    width: calc(100% - 100px);
    padding-left: 14px;
  }
  .expert-comment .expert-position {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    margin-right: -1em;
  }
  .expert-comment .expert-name {
    width: 100%;
    font-size: 24px;
    margin-right: -1em;
  }
  .expert-comment .expert-name small {
    font-size: 16px;
  }
  .expert-comment .expert-comment-text {
    padding: 0;
  }
  .expert-comment .expert-comment-text.padding-24 {
    border-radius: 8px;
    padding: 20px;
  }
  .expert-comment .expert-comment-text p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 375px) {
  .expert-comment .expert-comment-head {
    margin-bottom: 5.3333333333vw;
  }
  .expert-comment .expert-comment-image {
    width: 26.6666666667vw;
  }
  .expert-comment .expert-comment-image img {
    border-radius: 2.1333333333vw;
  }
  .expert-comment .expert-comment-prof {
    width: calc(100% - 26.6666666667vw);
    padding-left: 3.7333333333vw;
  }
  .expert-comment .expert-position {
    width: 100%;
    margin-top: 0;
    font-size: 3.7333333333vw;
  }
  .expert-comment .expert-name {
    font-size: 6.4vw;
  }
  .expert-comment .expert-name small {
    font-size: 4.2666666667vw;
  }
}/*# sourceMappingURL=style_expert-comment.css.map */