/* 20231101 Nippo.Tanabe Add */
.pass_lnk {
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  width: 50%;
}

.pass_lnk a {
  text-decoration: none;
}

.pass_lnk a:hover {
  text-decoration: underline 1.3px solid #1e90ff;
}
@media screen and (max-width: 768px) {
  .pass_lnk {
    width: 85%;
  }
  .pass_lnk h3 {
    font-size: 100%;
  }
  .pass_lnk p {
    font-size: 80%;
  }
}

/* 202311xx Nippo.Tanabe Add */
.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 80%;
  height: 80%;
}

/* ココから下がPC表示（787px以上）のレイアウト */
@media screen and (min-width: 787px) {
  .container {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: center;
    align-items: center;
  }
  .item {
    flex-basis: 49.5%;
  }
  .item h3 {
    text-align: center;
  }
}

.houjin_txt {
  text-align:center;
  margin-top:1em;
  font-size:18px;
@media screen and (max-width: 768px) {
  font-size:14px;
 }
}


