@charset "UTF-8";
.section-topicsbox .txtbox {
  margin: 30px 0 20px;
  color: #231815;
  font-size: 14px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif; }
  @media screen and (max-width: 480px) {
    .section-topicsbox .txtbox {
      margin: 30px 10px; } }
  .section-topicsbox .txtbox p {
    margin: 30px 0 20px; }
  .section-topicsbox .txtbox .ph {
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
    padding-left: 60px; }
    @media screen and (max-width: 1080px) {
      .section-topicsbox .txtbox .ph {
        padding-left: 10px; } }
    @media screen and (max-width: 768px) {
      .section-topicsbox .txtbox .ph {
        padding-left: 0; } }
.section-topicsbox .infobox {
  border-top: 1px solid #084387;
  padding: 30px 0; }
  .section-topicsbox .infobox p {
    color: #231815;
    font-size: 14px;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
    line-height: 2; }
