@charset "UTF-8";
/*------------------------------------------------------------------------------

  Common

------------------------------------------------------------------------------*/

h1 .effort_main_subTtl {
  font-size: 21px;
  display: block;
}

h3:not(.mod-h3){
  font-size: 24px;
  margin-top: 36px;
}

sup{
  top: -0.2em;
}

.ml-half{
  margin-left: -.5em;
}

ol.soula-pie_annotation{
  list-style: none;
  margin-top: 20px;
}

ol.soula-pie_annotation li{
  font-size: 14px;
  color: #676767;
  display: flex;
  counter-increment: counter;
}

ol.soula-pie_annotation li::before{
  content: "※"counter(counter);
  margin-right: .5em;
}

@media print, screen and (max-width: 767px) {
  h3:not(.mod-h3){
    font-size: 5.4vw;
  }
  ol.soula-pie_annotation li{
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .mt-15{
    margin-top: -15px;
  }
  .mod-imgTxt.reverse.col-2:has(.mt-15){
    margin-top: 0;
  }
}