@charset "UTF-8";
#interview h4.inttitle {
  padding: 10px 20px;
  text-align: center;
  border-radius: 9999px;
  font-size: 120%;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  border: 1px solid #05293E;}
#interview .nonflex {
  width: 90%;
  margin: 20px auto 40px;}
#interview .flex {
  margin: 20px 0 40px;
  justify-content: space-around;
  gap:0 30px;
  flex-wrap: wrap;
  display: flex;}
.daily-schedule__item {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
  gap: 0 20px;}
.daily-schedule__item dt {
  padding-right: 20px;
  border-right: 1px solid #ccc;
  text-align: right;
  width: 60px;
  font-size: 90%;
  font-weight: 700;
  line-height: 1.6;
  font-variant-numeric: tabular-nums;}
.daily-schedule__item dd {
  flex: 1;
  min-width: 0;
  margin: 0;
  line-height: 1.6;}
ul.tanto {
  width: 80%;
  list-style: disc;
  margin:  20px auto 60px;}
ul.tanto li a {
  padding: 5px 0;
  text-decoration: underline;}

@media screen and (max-width: 640px) {
.daily-schedule__item dt { width:80px;}
.daily-schedule__list { width: 90%;}
#interview .nonflex,#interview .nonflex .daily-schedule__list { width: 100%;}}