@charset "utf-8";
/* CSS Document */
.t5d_lowertopicsbox{
  background-color:#FFF;
  max-width:1200px;
  width:100%;
  margin:auto;
  padding:72px 0;
  line-height:1.375;
}
.t5d_lowertopicsbox h3{
  font-size:1.5em;
  text-align: center;
  margin-bottom:24px;
}
.t5d_lowertopicscontents{
  max-width:800px;
  width:88%;
  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:#953C00;
  margin-top:32px;
}
.t5d_topicsmiddle h4{
  background-color:#F6EBCE;
  font-size:1.125em;
  text-align: center;
  padding:0.5em;
  margin:32px 0;
}
.t5d_topicsmiddle dl{
  line-height:1.375;
}
.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;
}
.t5d_back{
  text-align:center;
  margin-top:40px;
}
.t5d_back a{
  color:#9C8A28;
  font-size:1.25em;
}

@media screen and (max-width:800px){
  .t5d_topicstop ul{
    flex-wrap:wrap;
    justify-content: center;
  }
  .t5d_topicstop ul li{
    width:40%;
  }
  .t5d_lowertopicsbox h3{
    font-size:1.25em;
  }

}
@media screen and (max-width:480px){

}