@charset "UTF-8";
/*===============================
Bootstrap CSS読み込み
================================*/
/*===============================
メディアクエリ
================================*/
#nav__ .nav__contents li:nth-of-type(3) a {
  background-image: linear-gradient(135deg, #b2d9f3, #e5f4fc);
  border-radius: 1em 0 0 0;
}

@media screen and (max-width: 575px) {
  #header__ .kadomaru {
    border-radius: 0;
  }
}
#data .card {
  border: none;
}
#data .card-header {
  background-image: linear-gradient(135deg, #b2d9f3, #e5f4fc);
  border: none;
}
#data .card-body {
  overflow: hidden;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
}
#data p {
  text-align: center;
}
#data i {
  vertical-align: super;
  color: rgb(234, 85, 4);
  margin-right: 0.25em;
  font-size: 3.5rem;
}
#data span {
  font-size: 5rem;
  line-height: 1;
}
#data h5 {
  text-align: center;
  color: #055a91;
}
#data .col {
  -ms-flex-line-pack: center;
      align-content: center;
}

.oneday figure {
  max-width: 275px;
}
.oneday th {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  width: 3em;
  font-size: 1.5em;
}
.oneday .d-lg-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.oneday td {
  height: 200px;
}
.oneday td div {
  -ms-flex-line-pack: center;
      align-content: center;
}
.oneday strong {
  color: #055a91;
}

.interview {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; /* transformプロパティを0.3秒かけて滑らかに変化させる */
}
.interview:hover {
  background-color: #4899ff;
}