@charset "UTF-8";
/* CSS Document */
.box1 {
  background-color: #ECF7F4;
  padding: 16px;
  margin: 20px auto;
  max-width: 800px;
}
.box1 p {
  text-indent: 0;
  line-height: 2.8rem;
  margin-bottom: 5px;
}
.box1 span {
  background-color: #67BFBE;
  color: #fff;
  font-weight: 500;
  padding: 6px 10px;
  margin-right: 10px;
}
.pickup-mag {
  border: solid 1px #3C3C3C;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin: 20px auto;
  background-color: #f9f9f9;
  max-width: 800px;
}
.pickup-mag p {
  text-indent: 0;
  font-family: 'Alegreya Sans SC', 'Font Awesome 5 Free', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: 0;
  width: 100%;
}
.pickup-mag span {
  background-color: #3C3C3C;
  color: #fff;
  font-family: 'Alegreya Sans SC';
  font-weight: bold;
  padding: 6px 10px;
  margin-right: 10px;
}
.pickup-mag-info {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 3.5fr;
  margin: 15px auto;
  width: 90%;
}
.pickup-mag-info img {
  width: 160px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin: 10px 0 0 0px;
}
p.m-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  margin: 10px 0;
}
.prevnext-box {
  border: 2px #FFFE50 solid;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 16px 0;
}
.prevnext-box p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  text-indent: 0;
}
.y-label {
  background-color: #FFFE50;
  padding: 10px;
}
.prevnext-link {
  text-decoration: underline;
  color: #44b0b0;
  text-underline-offset: 2px;
  margin-left: 10px;
}
.article-link {
  line-height: 1.4rem;
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  transition: all .4s;
  padding: 10px;
  margin-top: 10px;
}
.wp-block-table td, .wp-block-table th {
  border: none !important;
}
figure.webmag-index {
  max-width: 890px;
  margin: 0 auto;
}
.webmag-index table {
  line-height: 1.8rem;
  width: 800px;
}
.webmag-index table a {
  text-decoration: underline;
  color: #44b0b0;
}
.webmag-index tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.webmag-index th, .webmag-index td {
  border: none;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px #ccc dotted !important;
}
.webmag-index td:nth-child(1) {
  width: 5% !important;
  padding: 15px 1%;
}
.webmag-index td:nth-child(2) {
  width: 70% !important;
  padding: 15px 1%;
}
.webmag-index td:nth-child(3) {
  width: 8% !important;
  padding: 15px 1%;
}
/*-----------------youtube-ver3---------------------*/
.youtube-ver3 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-ver3 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 480px) {
  .pickup-mag {
    padding: 2%;
  }
  .pickup-mag-info {
    display: block;
  }
  .pickup-mag-info img {
    margin: 0 auto;
    display: block;
    max-width: 50%;
    margin-bottom: 20px;
  }
}