/* topics__temp05 **************************/
@media screen and (min-width: 0px) {
  .topics__temp05 .temp05_wrap {
    background-color: #f5f1ec; }
  .topics__temp05 .temp05_midashi {
    font-size: 80%;
    text-align: center;
    padding-top: 10px;
    margin: 0; }
  .topics__temp05 .temp05_scrollarea {
    display: flex;
    overflow-x: scroll; }
  .topics__temp05 .temp05_scrollarea::-webkit-scrollbar {
    height: 10px; }
  .topics__temp05 .temp05_scrollarea::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px; }
  .topics__temp05 .temp05_scrollarea::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666; }
  .topics__temp05 .temp05_box {
    padding: 10px;
    width: 90%;
    flex-shrink: 0; }
  .topics__temp05 .temp05_img img {
    aspect-ratio: 16 / 9;
    width: 100%; } }
/* PC_topics__temp05 **************************/
@media screen and (min-width: 768px) {
  .topics__temp05 {
    width: 80%;
    margin: 0 auto; }
    .topics__temp05 .temp05_midashi {
      padding-top: 20px; }
    .topics__temp05 .temp05_box {
      padding: 20px;
      width: 50%; } }
