.serv-lic-box {
  padding: 21px 16px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: url(../img/common/bg_dot01.png);
  background-size: 8px;
}

.serv-lic-item .ttl {
  padding: 0 0 1em 30px;
  margin-bottom: 1em;
  background: url(../img/common/ico_dot01.svg) no-repeat left 6px;
  border-radius: 2px;
  /* border-bottom: 1px solid #1b1b3a; */
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align-last: left;
  font-weight: bold;
}

.serv-lic-item ul + .ttl {
  margin-top: 2em;
}

.serv-lic-item ul {
  margin: 20px 0;
}

.serv-lic-item li {
  position: relative;
  padding-left: 2rem;
  width: 100%;
}

.serv-lic-item li:before {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.serv-lic-box li.pk:before {
  content: '';
  background: #93c500;
}

.serv-lic-box li.org:before {
  content: "";
  background: #fdf064;
}

.qualification-wrap ul li {
  font-size: 1.5rem !important;
  padding: 0 0 0. 2rem !important;
}

@media screen and (min-width: 768px) {
  .serv-lic-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      padding: 38px 50px 42px;
      background-size: 16px;
  }

  .serv-lic-item {
    width: calc(33.33333% - 200px / 3);
  }

  .serv-lic-item ul {
    margin: 0;
  }

  .serv-lic-item li:before {
    width: 16px;
    height: 16px;
  }

}

/* 2023_06_21追記 */
.serv-el {margin-top: 64px;}
.serv-el-box {
	position: relative;
	margin-left: 16px;
	background: #FFF;
	border: 8px solid #37b9cd;
	text-align: center;
}
.serv-el .label {
	position: absolute;
	top: -36px;
	left: -36px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #f3e926;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.serv-el .label span {
	padding-top: 4px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-size: 16px;
}
.serv-el .ttl-box {
	padding: 8px 16px 16px;
	background: #37b9cd;
	color: #FFF;
	line-height: 1.5;
}
.serv-el .ttl {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}
.serv-el .txt {margin-top: .5em;}
.serv-el .desc {padding: 16px 16px 24px;}
.serv-el .list {
	margin: 1em 0 1.5em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}
.serv-el .list li:before {
	content: "●";
	margin-right: .25em;
	color: #3e9117;
}
.serv-el .exp {border: 2px solid #bdf1a5;}
.serv-el .exp dt {
	padding: .25em 1em;
	background: #bdf1a5;
	font-weight: 700;
	color: #3e9117;
}
.serv-el .exp dd {
	padding: .5em 1em;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}

@media screen and (max-width:767px) {
	.serv-el .ttl span {display: block;}
	.serv-el .list{text-align: left;}
}
@media screen and (min-width:768px) {
	.serv-el {margin-top: 80px;}
  .serv-el.container.small {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
	.serv-el .label {
		position: absolute;
		top: -36px;
		left: -36px;
		width: 96px;
		height: 96px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.serv-el .ttl {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.serv-el .ttl span {margin-left: .25em;}
	.serv-el .desc {
		padding: 24px 40px 40px;
	}
	.serv-el .catch{
		font-size: 20px;
		font-size: 2rem;
	}
	.serv-el .list {letter-spacing: -.4em;}
	.serv-el .list li {
		display: inline-block;
		letter-spacing: normal;
	}
	.serv-el .list li:not(:last-child) {margin-right: 1em;}
	.serv-el .exp {
		border: 2px solid #bdf1a5;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		flex-wrap: wrap;
	}
	.serv-el .exp dt,
	.serv-el .exp dd {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-direction: column;
	}
	.serv-el .exp dt {
		width: 10em;
		background: #bdf1a5;
		width: 30%;
		justify-content: center;
	}
	.serv-el .exp dd {
		padding: 1em;
		width: 70%;
		align-items: flex-start;
	}
	.serv-el .exp dd ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.serv-el .exp dd ul li:not(:last-child) {margin-right: 1.5em;}
}


.serv-el .desc-kibi-text {
	text-align: left;
}
.serv-el .desc-kibi-logo {
    max-width: 300px;
    margin: 40px auto;
}

@media screen and (min-width:768px) {
	.serv-el .ttl span {margin-left: .25em;}
	.serv-el .desc {padding: 24px 40px 40px;}
	.serv-el .desc-kibi {
        display: flex;
        align-items: center;
    }
    .serv-el .desc-kibi-text {
        width: 75%;
    }
    .serv-el .desc-kibi-logo {
        width: 25%;
        margin: initial;
    }
}
