@charset "UTF-8";
.BoxRadius .BoxRadius_Title {
  background-color: #008fb3;
}

.BoxRadius .BoxRadius_Cont {
  background-color: #c1e0ec;
}

.BoxRadius .Cont_Child {
  border-color: #008fb3;
}

.Cont_Child p.has-text-centered {
  margin-bottom: 0;
}

.Cont_Child .column p {
  text-align: center;
  background-color: #004064;
  color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-weight: bold;
  margin: 0 10px 10px;
  padding: 4px;
}

.BoxRadius .Cont_Child_Lists .column ul {
  position: relative;
}

.BoxRadius .Cont_Child_Lists .column ul:before {
  content: "（";
  font-size: 40px;
  position: absolute;
  left: -32px;
  top: -10px;
}

.BoxRadius .Cont_Child_Lists .column ul:after {
  content: "）";
  font-size: 40px;
  position: absolute;
  right: -32px;
  top: -10px;
}

.BoxRadius .Cont_Child_Lists li {
  margin-left: 6px;
  display: block;
  font-size: 0.8em;
}

.BoxRadius .Cont_Child_Lists li:not(:first-of-type) {
  margin-left: 6px;
}

.BoxRadius .Cont_Child_Lists li:before {
  display: none;
}

.DrSupervision {
  max-width: 15.5em;
}

@media screen and (max-width: 350px) {
  .DrSupervision {
    max-width: 100%;
  }
}
