﻿@charset "utf-8";
/* CSS Document */

/*--------------------
汎用
--------------------*/
@media screen and (min-width: 769px) {
.u-pcMt70{
  margin-top: 70px;
}
.u-pcMb70{
  margin-bottom: 70px;
}
.u-pcPt60{
  padding-top: 60px;
}
}
/*--------------------
p-pageTitle
--------------------*/
.p-pageTitle {
  color: #333;
}
.p-pageTitle__inner {
  position: relative;
  z-index: 1;
}
.p-pageTitle .p-pageTitle__title-sub span.rhombus{
  position: relative;
}
.p-pageTitle .p-pageTitle__title-sub span.rhombus:before {
  content: "";
  position: absolute;
  background: rgb(253,230,79);
  background: -moz-linear-gradient(-45deg,  rgba(253,230,79,1) 0%, rgba(242,142,38,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(253,230,79,1) 0%,rgba(242,142,38,1) 100%);
  background: linear-gradient(135deg,  rgba(253,230,79,1) 0%,rgba(242,142,38,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde64f', endColorstr='#f28e26',GradientType=1 );
  width: 26px;
  height: 26px;
  top: -6%;
  left: -9px;
  transform: rotate(45deg);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-pageTitle.-voice-lesson {
    background-image: url(/voice/images/11_lesson/bg01.jpg);
    height: 433px;
    padding-top: 220px;
  }
  .p-pageTitle__title {
    font-size: 4.4rem;
  }
  .p-pageTitle__title-sub{
    font-size: 2.0rem;
    font-weight: 700;
  }
  .p-pageTitle__title-sub .font-s{
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .p-pageTitle.-voice-lesson {
    background-image: url(/voice/images/11_lesson/bg01_sp.jpg);
    background-position: 50% 30%;
  }
  .p-pageTitle__title {
    font-size: 1.8rem;
  }
  .p-pageTitle__title-sub{
    font-size: 1.4rem;
    font-weight: 700;
  }
  .p-pageTitle__title-sub .font-s{
    font-size: 1.3rem;
    font-weight: 400;
  }
  .p-pageTitle .p-pageTitle__title-sub span.rhombus:before{
    width: 14px;
    height: 14px;
    top: 0%;
    left: -4px;
  }
    .p-pageTitle__inner {
    padding: 13.5% 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-pageTitle.-voice-lesson{
    background-position: top;
  }
/*   .p-pageTitle__title img{
    width: 100%;
  }
  .p-pageTitle__inner {
    padding: 0;
} */
}

/*--------------------
voice-p-profileBlock
--------------------*/
.voice-p-profileWrap h2{
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 54px 20px;
  padding-left: 12px;
  border-left: 4px solid #f65640;
}
.voice-p-profileBlock .voice__profileInfo{
  font-size: 1.4rem;
  margin-bottom: 4px;
  display: table;
  width: 100%;
}
.voice-p-profileBlock .voice__profileItemLabel{
  background-color: #5c5c5c;
  color: #fff;
  font-weight: 700;
  padding: 2px 15px;
  text-align: center;
  width: 33%;
  display: table-cell;
  vertical-align: middle;
}
.voice-p-profileBlock .voice__profileItemContent{
  background-color: #f7f7f7;
  padding: 2px 15px;
  width: 67%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .voice-p-profileBlock{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin: 0 54px;
  }
  .voice-p-profileBlock .voice-p-profileBlockLeft{
    margin-right: 14px;
    width: 40%;
  }
  .voice-p-profileBlock .voice-p-profileBlockRight{
    width: 60%;
  }
  .voice-p-profileBlock .voice-p-profileBlockRight .voice__profileInfo{
    height: 100%;
  }
  .voice-p-profileBlock .voice-p-profileBlockRight .voice__profileItemLabel{
    width: 22%;
  }
}

@media screen and (max-width: 768px) {
  .voice-p-profileWrap h2{
    font-size: 1.6rem;
    margin: 0 0 10px;
    padding-left: 8px;
  }
  .voice-p-profileBlock .voice__profileItemLabel{
    padding: 2px 10px;
  }
  .voice-p-profileBlock .voice__profileItemContent{
    padding: 2px 10px;
  }
}

/*--------------------
見出しリンク
--------------------*/
.area-link {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 90px;
}
.area-link.area-link02 {
  margin-bottom: 90px;
}
.area-link li{
  display: inline-block;
  margin: 0 15px;
  color: #6c6c6c;
}
.area-link .current {
  position: relative;
  border-bottom: 2px solid #f65640;
  color: #f65640;
  font-weight: 700;
}
.area-link .current:before,
.area-link .current:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.area-link .current:before {
  border: 10px solid transparent;
  border-top-color: #f65640;
  margin-left: -10px;
}
.area-link .current:after {
  border: 7px solid transparent;
  border-top-color: #fff;
  margin-left: -7px;
}
.area-link li a{
  display: inline-block;
  color: #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
}
.area-link.-bottom .current {
  border-top: 2px solid #f65640;
  border-bottom: none;
}
.area-link.-bottom .current:before,
.area-link.-bottom .current:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.area-link.-bottom .current:before,
.area-link.-bottom .current:after {
  bottom: 100%;
  top: inherit;
}
.area-link.-bottom .current:before {
  border: 10px solid transparent;
  border-bottom-color: #f65640;
  margin-left: -10px;
}
.area-link.-bottom .current:after {
  border: 7px solid transparent;
  border-bottom-color: #fff;
  margin-left: -7px;
}

@media screen and (max-width: 768px) {
  .area-link {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .area-link.area-link02 {
    margin-bottom: 40px;
  }
  .area-link li{
    margin: 0 5px;
  }
  .area-link .current:before {
    border: 8px solid transparent;
    border-top-color: #f65640;
    margin-left: -8px;
  }
  .area-link .current:after {
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-left: -6px;
    top: 21px;
  }
  .area-link.-bottom li{
    padding-top: 1px;
  }
  .area-link.-bottom .current:before {
    border: 8px solid transparent;
    border-bottom-color: #f65640;
    margin-left: -8px;
  }
  .area-link.-bottom .current:after {
    border: 5px solid transparent;
    border-bottom-color: #fff;
    margin-left: -5px;
  }
}


/*--------------------
flow-wrap
--------------------*/
.flow-box .flow-img .flow-img-inner {
  position: relative;
  display: inline-block;
}
.flow-box .flow-img .flow-img-inner::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(255,212,97);
  background: -moz-linear-gradient(top,  rgba(255,212,97,1) 0%, rgba(244,169,40,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,212,97,1) 0%,rgba(244,169,40,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,212,97,1) 0%,rgba(244,169,40,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd461', endColorstr='#f4a928',GradientType=0 );
  position: absolute;
  bottom: -16px;
  left: 16px;
  -moz-box-shadow: -8px -8px 25px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -8px -8px 25px 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: -8px -8px 25px 7px rgba(0, 0, 0, 0.2);
  box-shadow: -8px -8px 25px 7px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.flow-box .flow-ttl p{
  margin: 20px 0;
  font-size: 2.2rem;
  color: #fd7967;
  font-weight: 700;
  line-height: 1.4;
}
_::-webkit-full-page-media, _:future, :root .flow-box .flow-ttl p {
  font-size: 2rem;
}
.flow-box .flow-ttl p span{
  margin-right: 14px;
}
.flow-box .flow-txt p{
  margin-bottom: 10px;
}
.flow-box .flow-txt .flow-txt-highlight{
  border-bottom: 2px dotted #f87d6c;
}

@media screen and (min-width: 769px) {
  .flow-box .flow-img .flow-img-inner {
    width: 716px;
    height: 484px;
    transition-duration: 0.5s;
  }
  .flow-box .flow-img .flow-img-inner img {
    position: relative;
    width: 716px;
    height: 484px;
  }
  .flow-box .flow-img .flow-img-inner:hover img{
    box-shadow: 8px 8px 8px rgba(0,0,0,0.35);
    transform: translateY(-8px);
    transition-duration: 0.5s;
    z-index: 1;
  }
  .p-intro{
    text-align: center;
  }
  .flow-box{
    position: relative;
    margin-bottom: 80px;
  }
  .flow-box .flow-txt{
    background-color: #fff;
    width: 452px;
    padding: 25px 30px;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  }
  .flow-box .flow-ttl{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
  }
  .flow-box.-type2 .flow-ttl{
    right: 0;
    left: inherit;
    text-align: right;
    width: 284px;
  }
  .flow-box .flow-txt-box{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .flow-box.-type2 .flow-txt-box{
    right: 0;
    left: inherit;
  }
  .flow-box .flow-img{
    text-align: right;
  }
  .flow-box.-type2 .flow-img{
    text-align: left;
  }
  .flow-box.-thum .flow-img{
    padding-bottom: 0;
  }
  
  .flow-wrap .flow-box:nth-child(1) .flow-ttl{
    top: 16px;
  }
  .flow-wrap .flow-box:nth-child(2) .flow-ttl{
    top: 16px;
  }
  .flow-wrap .flow-box:nth-child(3) .flow-ttl{
    top: 16px;
  }
  .flow-wrap .flow-box:nth-child(4) .flow-ttl{
    top: 40px;
  }
  .flow-wrap .flow-box:nth-child(2) .flow-txt-box{
    bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .flow-list{
    width: 80%;
    margin: 0 auto;
  }
  .flow-box{
    margin-bottom: 40px;
  }
  .flow-box .flow-ttl{
    margin-bottom: 15px;
    text-align: center;
  }
  .flow-box .flow-ttl h2{
    display: inline-block;
    width: 24%;
  }
  .flow-box .flow-ttl p{
    display: inline-block;
    margin: 0;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  .flow-box .flow-ttl p span{
    margin: 0 15px;
  }
  .flow-box .flow-img{
    margin: 0 auto 30px;
    padding-right: 8px;
    text-align: center;
  }
  .flow-box .flow-img .flow-img-inner::before{
    bottom: -8px;
    left: 8px;
    -moz-box-shadow: -4px -4px 12px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -4px -4px 12px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: -4px -4px 12px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -4px -4px 12px 3px rgba(0, 0, 0, 0.2);
  }
  .flow-box .flow-txt p{
    margin-bottom: 5px;
  }
}

@media (max-width: 468px) {
  .flow-box .flow-ttl h2{
    display: inline-block;
    width: 32%;
  }
  .flow-box .flow-ttl p{
    width: 64%;
  }
  .flow-box .flow-ttl p span{
    margin: 0 5px 0 10px;
    width: 14%;
    display: inline-block;
  }
}
/*--------------------
サムネイル切り替え
--------------------*/
.flow__photoSelect{
  width: 587px;
  margin-top: 50px;
  text-align: center;
  display: inline-block;
  box-sizing:border-box;
}
.flow__smallPhoto{
  opacity:.5;
  position:relative;
  margin-right: 10px;
  cursor:pointer;
}
.flow__smallPhoto.is-select{
  opacity:1;
}
.flow__smallPhoto:before{
  content:"";
  display:block;
  box-sizing:border-box;
  top:0;
  bottom:0;
}

@media (min-width:769px){
.flow__smallPhoto{
  display: inline-block;
  width: 135px;
  height: 91px;
  overflow: hidden;
  position: relative;
}
.flow__smallPhoto:before{
  width:135px;
  height:91px;
}
}
@media (max-width:768px){
.flow__photoSelect{
  text-align:center;
  width:100%;
  margin-top: 30px;
}
.flow__smallPhoto{
  display:inline-block;
  overflow: hidden;
  width: 22vw;
  height: 12vw;
}
.flow__smallPhoto:before{
  width: 22vw;
  height: 12vw;
  /* width:20vw;
  height:20vw; */
}
}

/*--------------------
comment-area
--------------------*/
.comment-area{
  margin-bottom: 70px;
}
.comment-area h2{
  position: relative;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
.comment-area h2 .rhombus{
  position: relative;
}
.comment-area h2 .rhombus:before {
  content: "";
  position: absolute;
  background: rgb(253,230,79);
  background: -moz-linear-gradient(-45deg,  rgba(253,230,79,1) 0%, rgba(242,142,38,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(253,230,79,1) 0%,rgba(242,142,38,1) 100%);
  background: linear-gradient(135deg,  rgba(253,230,79,1) 0%,rgba(242,142,38,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde64f', endColorstr='#f28e26',GradientType=1 );
  width: 45px;
  height: 45px;
  top: -6%;
  left: -16px;
  transform: rotate(45deg);
  z-index: -1;
}
.comment-area .comment-area-balloon {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
}
.comment-area .comment-area-balloon.-balloon02 {
  flex-direction: row-reverse;
}
.comment-area .comment-area-balloon dd{
  position: relative;
  padding: 25px 30px;
  color: #333;
  background-color: #fff4e2;
  font-size: 1.6rem;
}
.comment-area .comment-area-balloon dd:before{
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  border: 2px solid #f7c187;
}
.comment-area .comment-area-balloon dd:after{
  content: url(/voice/images/lesson/arrow.jpg);
  display: inline-block;
  position:absolute;
  left: -39px;
  top: 35%;
}
.comment-area .comment-area-balloon.-balloon02 dd:before{
  top: -7px;
  left: 4px;
}
.comment-area .comment-area-balloon.-balloon02 dd:after{
  right: -39px;
  left: inherit;
  transform: scale(-1, 1);
}
.comment-area .comment-area-balloon dd p{
  margin-bottom: 10px;
}
.comment-area .comment-area-name{
  line-height: 1.4;
  text-align: center;
  margin-top: 6px;
}
.comment-area .comment-area-name .link-txt a{
  color: #fd654e;
  text-decoration: underline;
}
.comment-area .comment-area-name .link-txt a::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: url(/voice/images/lesson/link-icon.png) no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.comment-img-area{
  text-align: center;
  margin-bottom: 80px;
}
.comment-img-inner{
  position: relative;
  display: inline-block;
}
.comment-img-inner p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 2.0rem;
  text-align: center;
  background: rgba(255,255,255,0.9);
}

@media (min-width:769px){
  .comment-area .comment-area-balloon dt{
    margin-right: 50px;
    flex-shrink: 0;
  }
  .comment-area .comment-area-balloon.-balloon02 dt{
    margin-right: 0;
    margin-left: 50px;
    flex-shrink: 0;
    text-align: right;
  }
}
@media (max-width:768px){
  .comment-area{
    margin-bottom: 40px;
  }
  .comment-area h2{
    font-size: 1.8rem;
  }
  .comment-area h2 .rhombus:before {
    width: 20px;
    height: 20px;
    top: 0%;
    left: -8px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .comment-area .comment-area-balloon dd{
    padding: 15px;
    font-size: 1.3rem;
    width: 65%;
  }
  .comment-area .comment-area-balloon dd:after{
    content: url(/voice/images/lesson/arrow_sp.jpg);
    display: inline-block;
    position:absolute;
    left: -33px;
    top: 15%;
  }
  .comment-area .comment-area-balloon.-balloon02 dd:after{
    right: -33px;
  }
  .comment-area .comment-area-balloon dd p{
    margin-bottom: 5px;
  }
  .comment-area .comment-area-name .link-txt a::after{
    width: 15px;
    height: 15px;
  }
  .comment-area .comment-area-balloon dt{
    margin-right: 45px;
    width: 35%;
    text-align: center;
  }
  .comment-area .comment-area-balloon.-balloon02 dt{
    margin-right: 0;
    margin-left: 45px;
    width: 35%;
    text-align: center;
  }
  .comment-img-area{
    margin-bottom: 60px;
  }
  .comment-img-inner p{
    padding: 10px 15px;
    font-size: 1.3rem;
  }
}

@media (max-width: 468px) {
  .comment-area .comment-area-balloon {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
/*--------------------
banner-area
--------------------*/
.banner-area{
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width:768px){
  .banner-area{
    margin-bottom: 20px;
    text-align: center;
  }
}

/*--------------------
p-voiceNote
--------------------*/
.p-voiceNote {
  overflow: inherit;
  margin: 60px 0 0;
  box-sizing: border-box;
}
.p-voiceNote__wrap {
  position: relative;
  padding: 16px 15px;
  background: #fff4e2;
  box-sizing: border-box;
}
.p-voiceNote__wrap:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f7c187;
  background: none;
  box-sizing: border-box;
}
.p-voiceNote__text {
  text-align: center;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.4;
}
.p-voiceNote__text > p {
  margin-top: 5px;
}
.p-voiceNote__text > p:first-child {
  margin-top: 0;
}
@media (min-width:769px){
  .p-voiceNote__wrap {
    width: 780px;
  }
}
@media (max-width:768px){
  .p-voiceNote {
    margin: 35px 0 0;
    padding: 0 15px;
  }
  .p-voiceNote__wrap:before {
    top: -5px;
    left: -5px;
    border: 1px solid #f7c187;
  }
  .p-voiceNote__text {
    font-size: 1.6rem;
  }
  .p-voiceNote__text > p {
    margin-top: 8px;
  }
  .p-voiceNote__text > p:first-child {
    margin-top: 0;
  }
}

.u-borderT {
  border-top: 2px dotted #aeaeae!important;
}
@media (min-width:769px){
  .u-pcMt100 {
    margin-top: 100px!important;
  }
  .u-pcPt90 {
    padding-top: 90px!important;
  }
}
@media (max-width:768px){
}

/*--------------------
p-video__wrap
--------------------*/
.p-video__wrap{
  padding-bottom: 0;
}
.p-video__wrap p{
  text-align: center;
  margin-bottom: 38px;
}
.p-video__wrap .p-video video{
  width: 100%;
}
.p-video__wrap h2,
.p-interview__wrap h2{
  position: relative;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
.p-video__wrap h2 .rhombus,
.p-interview__wrap h2 .rhombus{
  position: relative;
}
.p-video__wrap h2 .rhombus:before,
.p-interview__wrap h2 .rhombus:before {
  content: "";
  position: absolute;
  background: rgb(253,230,79);
  background: -moz-linear-gradient(-45deg,  rgba(253,230,79,1) 0%, rgba(242,142,38,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(253,230,79,1) 0%,rgba(242,142,38,1) 100%);
  background: linear-gradient(135deg,  rgba(253,230,79,1) 0%,rgba(242,142,38,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde64f', endColorstr='#f28e26',GradientType=1 );
  width: 45px;
  height: 45px;
  top: -6%;
  left: -16px;
  transform: rotate(45deg);
  z-index: -1;
}
.p-video{
  position: relative;
}
.p-video video{
  width: 100%;
}
.p-video .p-video__item__btn{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.p-video .p-video__item__btn img{
  display: block;
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.p-video .p-video__item__btn.playActive{
  display:none;
}
@media screen and (min-width: 769px) {
	.p-video__wrap .p-video{
		width: 848px;
    margin: 0 auto;
	}
}

@media (max-width:768px){
  .p-video__wrap{
    padding-bottom: 0;
  }
  .p-video__wrap p{
    margin-bottom: 16px;
  }
  .p-video__wrap .p-video{
		width: 100%;
    margin: 0 auto;
	}
  .p-video__wrap h2,
  .p-interview__wrap h2{
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  .p-video__wrap h2 .rhombus:before,
  .p-interview__wrap h2 .rhombus:before {
    width: 20px;
    height: 20px;
    top: 0%;
    left: -8px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .p-video .p-video__item__btn img{
    width: 15%;
  }
}

/*--------------------
p-interview__wrap
--------------------*/
.l-section__inner.p-interview__wrap{
  padding: 80px 0 40px;
}
.p-interview__item{
  background-color: #fff4e2;
  padding: 10px;
  margin-bottom: 30px;
}
.p-interview__item:last-child{
  margin-bottom: 0;
}
.p-interview__item__title h3{
  font-weight: bold;
  font-size: 20px;
  margin: 12px 12px 20px;
}
.p-interview__item__title h3::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 35px;
  background: url(/voice/images/01_lesson/interview-icon01.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: bottom;
}
.p-interview__item__text{
  padding: 20px 30px;
  background-color: #fff;
}

@media (max-width:768px){
  .l-section__inner.p-interview__wrap{
    padding: 40px 15px 20px;
  }
  .p-interview__item{
    padding: 5px;
    margin-bottom: 14px;
  }
  .p-interview__item__title h3{
    font-size: 14px;
    margin: 5px 10px 10px;
  }
  .p-interview__item__title h3::before {
    width: 24px;
    height: 28px;
  }
  .p-interview__item__text{
    padding: 14px;
  }
}

@media (max-width: 468px) {
  .p-interview__item__title h3::before {
    width: 20px;
    height: 23px;
  }
}