/*common*/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 768px) {
  /*--------------- タイトル ---------------*/
  body#voice_181220 h2 {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(51, 158, 221, 0.7);
    border-radius: 30px;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
  }
  body#voice_181220 h2 img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  /*----- ケース別にお客様の声をチェック -----*/
  body#voice_181220 .section_top {
    margin-top: 10px;
    margin-bottom: 60px;
  }
  body#voice_181220 .section_top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#voice_181220 .section_top ul li {
    position: relative;
    width: 30.612244897959184%;
    margin-top: 34px;
  }
  body#voice_181220 .section_top ul li a:hover {
    display: block;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body#voice_181220 .section_top ul li .icon {
    position: absolute;
    top: -6px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  body#voice_181220 .section_top ul li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 194px;
    background: linear-gradient(
        rgba(255, 255, 255, 0) 50%,
        rgba(0, 0, 0, 0.62) 100%
      )
      no-repeat 50% 50% / 100% 100%;
  }
  body#voice_181220 .section_top ul li .cover h5 {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
  }
  body#voice_181220 .section_top ul li .ph {
    display: block;
    width: 100%;
    height: 194px;
    margin-bottom: 20px;
  }
  body#voice_181220 .section_top ul li p {
    width: 100%;
    border-radius: 25px;
    color: #414141;
    border: solid 1px #31cbec;
    font-size: 14px;
    margin-bottom: 10px;
    background: url(../img/arrow.png) no-repeat;
    background-size: 12px 7px;
    background-position: 95% 50%;
  }
  body#voice_181220 .section_top ul li p a {
    display: inline-block;
    width: 100%;
    padding: 8px 40px 8px 20px;
    border-radius: 25px;
    box-sizing: border-box;
  }
  body#voice_181220 .section_top ul li p:last-child {
    margin-bottom: 0px;
  }

  /*--------------- ケース01-03 ---------------*/
  body#voice_181220 .section {
    padding-bottom: 80px;
  }
  body#voice_181220 .section h3 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #339edd;
    padding-top: 45px;
  }
  body#voice_181220 .section h3 span {
    font-size: 12px;
    font-weight: 600;
    color: #9cd5f2;
    padding-right: 10px;
  }
  body#voice_181220 .section h3:after {
    margin-left: 20px;
    border-top: 1px solid #9cd5f2;
    content: "";
    flex-grow: 1;
  }
  body#voice_181220 .section ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#voice_181220 .section ul::before {
    content: "";
    display: block;
    width: 22.448979591836735%;
    order: 1;
  }
  body#voice_181220 .section ul::after {
    content: "";
    display: block;
    width: 22.448979591836735%;
  }
  body#voice_181220 .section ul li {
    display: block;
    width: 22.448979591836735%;
    margin-top: 20px;
  }
  body#voice_181220 .section ul li a:hover {
    display: block;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body#voice_181220 .section ul li .ph {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  body#voice_181220 .section ul li p {
    width: 100%;
    color: #414141;
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

@media screen and (max-width: 768px) {
  body#voice_181220 .layout-inner--sp {
    padding: 0 4.666666666666667vw;
  }

  /*--------------- タイトル ---------------*/
  body#voice_181220 h2 {
    font-size: 4.8vw;
    font-weight: 600;
    color: #ffffff;
    background: rgba(51, 158, 221, 0.7);
    border-radius: 3.6vw;
    text-align: center;
    padding: 3vw 0;
    line-height: 1.4;
  }
  body#voice_181220 h2.case_ttl {
    position: relative;
    font-size: 4.8vw;
    font-weight: 600;
    color: #ffffff;
    background: rgba(51, 158, 221, 0.7);
    border-radius: 3.6vw;
    text-align: center;
    padding: 12vw 0 4vw;
    line-height: 1.4;
  }
  body#voice_181220 h2.case_ttl img {
    position: absolute;
    top: -2vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 12.266666666666667vw;
  }

  /*----- ケース別にお客様の声をチェック -----*/
  body#voice_181220 .section_top {
    margin-top: 0;
    padding-bottom: 13vw;
  }
  body#voice_181220 .section_top ul {
    width: 100%;
    margin-top: 9vw;
  }
  body#voice_181220 .section_top ul li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 7vw;
  }
  body#voice_181220 .section_top ul li:last-child {
    margin-bottom: 0;
  }
  body#voice_181220 .section_top ul li .icon {
    position: absolute;
    top: -2vw;
    left: 3.6vw;
    width: 12.8vw;
    height: 12.8vw;
  }
  body#voice_181220 .section_top ul li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58.666666666666667vw;
    background: linear-gradient(
        rgba(255, 255, 255, 0) 50%,
        rgba(0, 0, 0, 0.62) 100%
      )
      no-repeat 50% 50% / 100% 100%;
  }
  body#voice_181220 .section_top ul li .cover h5 {
    position: absolute;
    width: 100%;
    bottom: 3vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: 600;
    color: #ffffff;
  }
  body#voice_181220 .section_top ul li .ph {
    display: block;
    width: 100%;
    margin-bottom: 6.7vw;
  }
  body#voice_181220 .section_top ul li p a {
    display: inline-block;
    width: 100%;
    padding: 2.2vw 15vw 2.2vw 6vw;
    border-radius: 40px;
    text-decoration: none;
    color: #414141;
    border: solid 1px #31cbec;
    font-size: 4vw;
    box-sizing: border-box;
    margin-bottom: 2.2vw;
    background: url(../img/arrow.png) no-repeat;
    background-size: 3.6vw;
    background-position: 95% 50%;
  }
  body#voice_181220 .section_top ul li p:last-child {
    margin-bottom: 0vw;
  }
  body#voice_181220 .section_top ul li p a:hover {
    opacity: 0.8;
  }

  /*--------------- ケース01-03 ---------------*/
  body#voice_181220 .section {
    margin-bottom: 13vw;
  }
  body#voice_181220 .section h3 {
    display: flex;
    align-items: center;
    font-size: 4.3vw;
    font-weight: 600;
    color: #339edd;
    padding-top: 9vw;
    margin-bottom: 6.7vw;
  }
  body#voice_181220 .section h3 span {
    font-size: 3.2vw;
    font-weight: 600;
    color: #9cd5f2;
    padding-right: 2vw;
  }
  body#voice_181220 .section h3:after {
    margin-left: 2.7vw;
    border-top: 1px solid #339edd;
    content: "";
    flex-grow: 1;
  }
  body#voice_181220 .section ul {
  }
  body#voice_181220 .section ul li {
    display: block;
    width: 100%;
    padding-top: 5.3vw;
  }
  body#voice_181220 .section ul li::after {
    content: "";
    display: block;
    clear: both;
  }
  body#voice_181220 .section ul li a:hover {
    display: block;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body#voice_181220 .section ul li:nth-child(1) {
    padding-top: 0;
  }
  body#voice_181220 .section ul li .ph {
    float: left;
    display: block;
    width: 40vw;
  }
  body#voice_181220 .section ul li p {
    float: right;
    width: 47vw;
    color: #414141;
    font-size: 3.5vw;
    font-weight: 600;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

@media screen and (min-width: 768px) {
  body#voice_181220 .p-modal-content h2 {
    font-size: 3rem !important;
    line-height: 96px !important;
    text-align: center !important;
    color: #fff !important;
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  body#voice_181220 .p-modal-content h2 {
    font-size: 1.7rem !important;
    line-height: 50px !important;
    background: transparent !important;
  }
}
