@charset "utf-8";
/* CSS Document */

.p-page-sompo .c-secTtlBox {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 30px;
}
.p-page-sompo .c-secTtlBox > dt {
  min-width: 6em;
  width: 6em;
  text-align: center;
}
.p-page-sompo .c-secTtlBox > dt {
  background-color: #de160c;
  color: #FFF;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 5px;
}
.p-page-sompo .c-secTtlBox__text {
  font-size: 1.2rem;
}
.p-page-sompo .p-contList ul li {
  font-weight: bold;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 45px;
  margin-bottom: 15px;
  position: relative;
}
.p-page-sompo .p-contList ul li::before {
  content: '\f00d';
  font-family: "FontAwesome";
  color: #01479d;
  /*! background: #de160c; */
  /*! border-radius: 100%; */
  color: #de160c;
  font-size: 1.2em;
  font-weight: normal;
  height: 100%;
  position: absolute;
  top: 0;
  left: 5px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
}
.p-page-sompo .p-contList ul li:last-child {
  margin-bottom: 0;
}

@media print,screen and (min-width: 769px){
  .p-page-sompo .p-contList ul li {
    font-size: 1rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}