

.waiting-time {
  background: hsl(141.43deg 31.82% 91.37%);
  margin-top: 30px;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 200%;
}

.waiting-time span {
  color: #21a38c;
  font-size: 22px;
  font-weight: bold;
  line-height: 200%;
}
p.btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
p.btn a {
  border: #21a38c 1px solid;
  padding: 5px 20px;
  background: #fff;
  color: #21a38c;
  text-decoration: none;
}
p.btn a:hover {
  opacity: .5;
}
.bl_col2Block__withMargin {
  margin: 20px 0 0;
}
.bl_col2Block__withMargin ul li:first-child {
  position: relative;
}
.bl_col2Block__withMargin ul li:first-child::after {
  position: absolute;
  top: 20%;
  right: -33px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #21a38c;
  border-right: 0;
}
.comment-area {
  width: 90%;
  margin: 0 auto 0;
}

ul.head-link {
  display: flex;
  flex-wrap: wrap;
  background: #fff4df;
  padding: 0 4.55% 30px 4.55%;
}
ul.head-link li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 5px;
}
ul.head-link li:nth-child(4n) {
  margin-right: 0;
}
 
ul.head-link li a {
  background: #fff;
  padding: 7px 10px 7px 25px;
  font-size: 14px;
  display: block;
  position: relative;
}
ul.head-link li a:after {
  position: absolute;
  top: 35%;
  left: 10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #21a38c;
  border-right: 0;
}

@media screen and (max-width: 768px) {
.bl_col2Block__withMargin ul li:first-child::after {
  position: absolute;
  top: 30%;
  right: -5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #21a38c;
  border-right: 0;
}
  
ul.head-link li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 5px;
}
ul.head-link li:nth-child(2n) {
  margin-right: 0;
}
ul.head-link li:nth-child(4n) {
  margin-right: 2%;
}
ul.head-link li a {
  background: #fff;
  padding: 7px 5px 7px 20px;
  font-size: 14px;
  display: block;
  position: relative;
}
ul.head-link li a:after {
  left: 7px;
}
}