body.page article {
  padding-right: 16px;
  padding-left: 16px;
}

main .author__items {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0px 72px;
}
main .author__items .author__item--img {
  text-align: center;
  width: 294px;
}
main .author__items .author__item--img img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  main .author__items .author__item--img {
    width: 100%;
    margin-bottom: 40px;
  }
}
main .author__items .author__item--text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media screen and (max-width: 768px) {
  main .author__items {
    display: block;
  }
}
main .author__links {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  main .author__links {
    display: block;
  }
}
main .author__links a {
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: left 28px center;
  max-width: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  main .author__links a {
    margin-bottom: -24px;
  }
}
main .author__links a.link__website {
  background-image: url(../img/icon_website.svg);
}
main .author__links a.link__instagram {
  background-image: url(../img/icon_instagram.svg);
}
main .author__links a.link__blog {
  background-image: url(../img/icon_pen-pink.svg);
}
main h3 {
  background: url(../img/back_texture.jpg) center center/cover;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 24px;
  line-height: 3.5rem;
  padding: 8px 16px;
  margin: 40px auto 32px auto;
}
@media screen and (max-width: 768px) {
  main h3 {
    font-size: calc(100vw / 375 * 24 / 1.618 );
  }
}
@media screen and (max-width: 505.625px) {
  main h3 {
    font-size: 20px;
  }
}
main table {
  max-width: 960px;
  margin: auto;
}
main table tr:first-child {
  border-top: 1px solid #BEBBB5;
}
main table tr {
  border-bottom: 1px solid #BEBBB5;
}
main table th, main table td {
  padding-top: 32px;
  padding-bottom: 32px;
}
main table img {
  height: auto;
  width: 100%;
}
main ul {
  max-width: 960px;
  margin: auto;
}
main ul li {
  background: url(../img/icon_dot-white.svg) left top 9px/auto 8px no-repeat;
  padding-left: 22px;
  margin: 8px auto;
}
main p {
  max-width: 960px;
  margin: auto;
}

main div.award-cont {
  padding: 30px;
  background-color: #ECECEC;
  margin-bottom: 70px;
}

main div.award-cont tr:first-child {
	border-top: none;
}

main div.award-cont tr:last-child {
	border-bottom: none;
}

main div.award-cont td {
  width: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
	main div.award-cont td {
	  width: 100%;
	  padding: 20px 0;
	  display: flex;
	}
}

main div.award-cont img {
  display: block;
  margin: 0 auto;
}

main div.award-cont img.w-10 {
  width: 10%;
}

main div.award-cont img.w-20 {
  width: 20%;
}

main div.award-cont img.w-30 {
  width: 30%;
}

main div.award-cont img.w-40 {
  width: 40%;
}

main div.award-cont img.w-50 {
  width: 50%;
}

main div.award-cont img.w-60 {
  width: 60%;
}

main div.award-cont img.w-70 {
  width: 70%;
}

main div.award-cont img.w-80 {
  width: 80%;
}

main div.award-cont img.w-90 {
  width: 90%;
}

main div.award-cont img.w-100 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  main div.award-cont img.w-10, img.w-20,
	img.w-30, img.w-40, img.w-50, img.w-60,
	img.w-70, img.w-80, img.w-90, img.w-100 {
    width: 100% !important;
  }
}