/* お客様の声 */

/* ヘッダ画像の調整 */
.service-head-img .page-head-in-img {
    top: 17%;
    right: 13%;
    height: 27vw;
    width: 27vw;
}

/* セクション関係 */
.syaroushi-sec, .it-sec {
    background-color:#59c3d9;
    color: #fff;
	padding:98px 0 6rem;
	margin-top:-98px;
	background: linear-gradient(180deg, #fff 0%, #fff 98px, #59c3d9 98px, #59c3d9 100%);
}

.consult-sec {
	padding:98px 0 6rem;
	margin-top:-98px;
}

.syaroushi-sec .syaroushi-content,.consult-sec .consult-content, .it-sec .it-content {
    width: 80%;
    margin: 0 auto;
	padding:4rem 0 6rem;
}

.it-sec {
    padding-bottom: 5rem;
	position:relative;
}


.serv-top {
    width: 80%;
    margin:8rem auto 4rem;
}

.serv-top .serv-top-txt {
    line-height: 1.5;
}

/* リンク関係 Start */
.link-content{
    margin: 3rem auto;
}

.link-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.link-content ul li {
    width: 17vw;
    min-width: 215px;
    margin: 0 9px 10px 0;
    background-color: #59c3d9;
    list-style: none;
    border-radius: 40px;
}


a.link-design {
  width: auto;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: 0;
  opacity: 1;
  transition: 0.3s;
  position: relative;
  padding: 5px 0px;
}

.link-content ul li span {
    width: auto;
    display: block;
    font-weight: bold;
}

.link-content ul li a:after {
    width: 8px;
    height: 8px;
    display: block;
    content: "▼";
    position: absolute;
    top: 12%;
    right: 30px;
    font-size: 14px;
}

/* リンク関係 End */



.consult-sec .consult-content {
    color: #000;
}

/* メイン内容 */
.voices ul li {
    /* display: flex
; */
    padding-bottom: 20px;
    border-bottom: 1px solid #59c3d9;
    margin-bottom: 20px;
}
.voices ul li  {
    display: flex
;
}
.voices ul li .voice_img {
    width: 15%;
    padding: 0 2%;
}
 .voices ul li .voice_txt {
    align-self: center;
    width: 85%;
    margin-left: 50px;
    font-weight: bold;
}
.mT40{
	margin-top:40px;
}
@media screen and (max-width: 833px) {
    .voices ul li  {
        flex-direction: column;
        align-items: center;
    }
}