@charset "utf-8";
/* CSS Document */
.t5d_contentswrap h3{
  font-size:1.5em;
  text-align: center;
  margin-bottom:24px;
}

.t5d_topicsdate{
    display: block;
    font-size: 0.875em;
    text-align: end;
    padding-right: 2em;
    margin-bottom: 32px;
  }

.t5d_lowertopicscontents{
  max-width:800px;
  width:88%;
  margin:auto;
}

.t5d_mainph{
  max-width:640px;
  width:70%;
  margin:auto;
}

.t5d_topicstop ul{
  display:flex;
  gap:20px;
  width:100%;
  max-width:800px;
  margin:auto;
}
.t5d_topicstop ul li{
  text-align: center;
}
.t5d_topicstop ul li p{
  margin-top:0.5em;
}
.t5d_topicstop > p{
  color:#000;
  margin-top:32px;
}
.t5d_topicsmiddle h4{
  color:#04376A;
  font-size:1.125em;
  text-align: center;
  padding:0.5em;
  margin:32px 0;
  background: #fff;
  box-shadow: 0px 0px 10px #a4d0fb;
}
.t5d_topicsmiddle dl{
  line-height:1.75;
}
.t5d_topicsmiddle dl dt{
  font-size:1.125em;
  padding-bottom:0.25em;
}
.t5d_topicsmiddle dl dd{
  font-weight:normal;
  padding-bottom:2em;
}
.t5d_topicsmiddle > p{
  color:#953C00;
}

@media screen and (max-width:800px){
  .t5d_topicsdate{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
    padding-right: 0;
    font-size: 0.75em;
}

  .t5d_lowertopicscontents{
    width:100%;
  }
  .t5d_topicstop ul{
    flex-wrap:wrap;
    justify-content: center;
  }
  .t5d_topicstop ul li{
    width:40%;
  }
  .t5d_contentswrap h3{
    font-size:1.375rem;
  }
  .t5d_contentswrap h3 span{
    display:block;
  }
  .t5d_epttl{
    font-size:1.125rem;
  }


  .t5d_topicstop > p{
    font-size:1rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight:normal;
    line-height:1.5;
  }
  .t5d_topicsmiddle h4{
    width: 110%;
    font-size: 1rem;
    margin-left: -5%;
    background-color: #C9E1FA;
    box-shadow: none;
  }
  .t5d_topicsmiddle dl{
    font-size:1rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight:normal;
  }
  .t5d_topicsmiddle dl dt{
    font-size:1rem;
  }

}
@media screen and (max-width:640px){

}