@charset "UTF-8";
div.section-wrap,
p.intro{
  width: min(1120px,100%);
  padding: 0 min(16px,3.2dvw);
  margin-inline: auto;

  line-height: 1.6;
}
p.intro{
  margin-bottom: 40px;

  font-family: 'LINE Seed JP_OTF Bold';
}
div.section-wrap{
  margin-bottom: 160px;

  >*+*{
    margin-block-start: 40px;
  }
}
section{
  h3{
    padding-bottom: 4px;
    margin-bottom: 12px;

    font-size: 20px;
    font-family: 'LINE Seed JP_OTF Bold';
    line-height: 1.4;
    color: var(--tc);
    white-space: nowrap;

    border-bottom: solid 1px #CCCCCC;
  }
}
@media (min-width : 1200px){
}
@media (max-width : 1200px){
}
@media (max-width : 599px){
}