@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

/* ============================
共通
============================ */

.sp_only {
  display: none;
}

/* ============================
main_visual
============================ */

.main_visual .inner {
  margin: auto;
  max-width: 1260px;
}

/* SNS */

.sns_share {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 100;
}

.sns_share::before {
  content: "SHARE";
  font-size: 1.3rem;
  margin-right: 0.5em;
}

.sns_share li {
  align-items: center;
  margin: 0 0.4em;
}

.sns_share li a img {
  width: 28px;
}

/* ============================
container
============================ */

.wrapper {
  position: relative;
  text-align: center;
}

.container {
  margin-top: 0;
}

.primary article {
  padding: 6em 0;
}

.primary article {
  padding: 6em 0;
}

.primary article:last-child {
  padding: 6em 0 0;
}

.primary figure.img img {
  width: 100%;
}

/* ============================
//main_visual
============================ */

.main_visual {
  background: #bab8c6;
}

.main_visual .inner {
  height: 0;
  margin: auto;
  max-width: 1600px;
  overflow: hidden;
  padding-top: 45%;
  position: relative;
  z-index: 1;
}

img[class*="visual_"] {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 2;
}

img.visual_catch {
  z-index: 3;
}

img.visual_img {
  animation: img 1s ease 0.3s 1 normal forwards;
  opacity: 0;
}

@keyframes img {
  0% {
    transform: translate(-50%, 0) scale(1.1);
  }

  100% {
    opacity: 1;
  }
}

img.visual_catch {
  animation: catch 1s ease 1s 1 normal forwards;
  opacity: 0;
}

@keyframes catch {
  0% {
    transform: translate(-50%, -50px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.main_visual .date {
  background: #05afc2;
  position: relative;
  width: 100%;
  z-index: 1;
}

.main_visual .date figure {
  margin: auto;
  max-width: 1120px;
  position: relative;
}

.main_visual .date figure img,
.main_visual .date figure p.visual_title {
  width: 100%;
}

img.visual_title,
p.visual_title {
  animation: title 1s ease 1.5s 1 normal forwards;
  opacity: 0;
  top: -18%;
  z-index: 4;
}

@keyframes title {
  0% {
    transform: translate(-50%, 30px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* ============================
anchor
============================ */

.anchor {
  padding: 4em 0;
  transition: 0.7s;
  width: 100%;
}

.anchor.fixed {
  background: #ffffff;
  bottom: 0;
  box-shadow: 0 -5px 10px rgb(0 0 0 / 8%);
  height: 90px;
  left: 0;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.anchor ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 980px;
}

.anchor.fixed ul {
  max-width: 90%;
}

.anchor li {
  width: 31%;
}

.anchor li a {
  align-items: center;
  background: #ffaa25;
  box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
  color: #ffffff;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  justify-content: center;
  padding: 1em 0;
  position: relative;
  text-decoration: none;
}

.anchor.fixed a {
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.anchor li a::before {
  border: 10px solid transparent;
  border-top: 14px solid #ffaa25;
  bottom: -40px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.anchor.fixed a::before {
  border: 6px solid transparent;
  border-top: 8px solid #ffffff;
  bottom: inherit;
  left: inherit;
  right: 1em;
  top: 55%;
  transform: translateY(-50%);
}

.anchor li a:hover {
  background-color: #ffb645;
  opacity: 1;
}

/* ============================
common
============================ */

.primary article h2 {
  font-size: 3.2rem;
}

.textline {
  background-image: linear-gradient(#05afc2, #05afc2);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 3px;
  padding-bottom: 6px;
}

a.btn {
  background: #cccccc;
  box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
  color: #ffffff;
  display: block;
  font-size: 1.8rem;
  margin: 2em auto 0;
  max-width: 400px;
  padding: 1.5em 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}

a.btn::before {
  color: #ffffff;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

ul.caution {
  text-align: justify;
}

ul.caution li {
  color: #606060;
  font-size: 1.4rem;
  margin-top: 0.7em;
  padding-left: 1.3em;
  position: relative;
}

ul.caution li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

/* ============================
info
============================ */

#info {
  background: url("../img/award/info_bg.png") repeat-y center top #eaf5f6;
  background-size: 100%;
}

#info .inner {
  background: url("../img/award/drecommedia_award_bg.png") no-repeat center 480px;
}

#info h2 {
  color: #0293ab;
}

#info .announce h3 {
  margin-top: 2em;
}

#info .announce h3 img {
  width: auto;
}

#info .announce p {
  font-size: 2rem;
  line-height: 2.2;
  margin-top: 2em;
}

#info .announce p:first-child {
  margin-top: 3em;
}

#info .announce figure {
  margin: 3em auto 0;
  max-width: 660px;
}

/* award */

.award {
  background: #ffffff;
  border: 8px solid #05afc2;
  margin: 9em auto 0;
  max-width: 980px;
  padding: 5em 4em;
  position: relative;
}

.award::after {
  border: 2px solid #05afc2;
  content: "";
  height: calc(100% - 16px);
  left: 6px;
  position: absolute;
  top: 6px;
  width: calc(100% - 16px);
  z-index: 0;
}

.award h3 {
  left: 50%;
  position: absolute;
  top: -70px;
  transform: translateX(-50%);
  z-index: 2;
}

.award h3 img {
  width: auto;
}

[class*="award_"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4em;
  position: relative;
  z-index: 1;
}

[class*="award_"]:first-of-type {
  margin-top: 2em;
}

[class*="award_"] h4 {
  width: 20%;
}

[class*="award_"] h4 img {
  width: 100%;
}

[class*="award_"] .detail {
  width: 76%;
}

.detail .col_2 {
  display: flex;
  justify-content: space-between;
}

.detail .col_2 dl {
  width: 48%;
}

.detail .col_2 dl dt {
  background: #e6e6e6;
  font-size: 2rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}

.detail .col_2 dl dd {
  margin-top: 1em;
}

.prize_01 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
}

.detail .col_2 .prize_01 dd {
  display: inline-block;
  margin-top: 1.2em;
  padding-left: 60px;
  position: relative;
}

.prize_01 dd::before {
  background: url("../img/award/award_grand_icon.png") no-repeat center center;
  background-size: 100%;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
}

.award_gold .prize_01 dd::before {
  background-image: url("../img/award/award_gold_icon.png");
}

.award_silver .prize_01 dd::before {
  background-image: url("../img/award/award_silver_icon.png");
}

.award_webtoon .prize_01 dd::before {
  background-image: url("../img/award/award_webtoon_icon.png");
}

.prize_02 dd {
  align-items: center;
  display: flex;
  justify-content: center;
}

.prize_02 dd span {
  background: #ec3131;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 0.7em;
  padding: 0.2em 1em;
}

.award_gold .prize_02 dd span {
  background: #f0ba00;
}

.award_silver .prize_02 dd span {
  background: #848484;
}

.award_webtoon .prize_02 dd span {
  background: #05afc2;
}

.prize_02 b {
  background-image: linear-gradient(#ffd125, #ffd125);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 20px;
  font-family: Oswald, sans-serif;
  font-size: 6.7rem;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 10px;
  text-shadow:
    3px 3px 0 #ffffff,
    -3px -3px 0 #ffffff,
    -3px 3px 0 #ffffff,
    3px -3px 0 #ffffff,
    0 3px 0 #ffffff,
    0 -3px 0 #ffffff,
    -3px 0 0 #ffffff,
    3px 0 0 #ffffff;
}

.prize_02 b small {
  font-size: 3rem;
}

.col_1 {
  border-top: 4px solid #090909;
  margin-top: 2em;
  position: relative;
}

.col_1 p {
  background: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  height: 30px;
  left: 50%;
  padding: 0 2.5em;
  position: absolute;
  top: -18px;
  transform: translateX(-50%);
}

.col_1 p::before,
.col_1 p::after {
  background: #090909;
  content: "";
  display: inline-block;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 9px;
}

.col_1 p::before {
  left: 1em;
}

.col_1 p::after {
  right: 1.5em;
}

.col_1 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}

.col_1 ul li {
  display: flex;
  justify-content: space-between;
}

.col_1 ul.col_3 li {
  width: 32%;
}

.col_1 ul li figure {
  margin-right: 0.5em;
  width: 60px;
}

.col_1 ul li h5 {
  flex: 1;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  width: 100%;
}

.col_1 ul li h5 b {
  display: block;
  font-size: 1.7rem;
}

.col_1 ul li h5 small {
  display: block;
  font-size: 1.3rem;
}

.award_webtoon .col_1 ul {
  justify-content: flex-start;
}

/* committee */

.committee {
  background: #05afc2;
  margin: 7em auto 0;
  max-width: 840px;
  padding: 5em 0;
  position: relative;
}

.committee::before {
  background: url("../img/award/committee_bg.png") no-repeat center center;
  background-size: 100%;
  content: "";
  height: 177px;
  position: absolute;
  right: 40px;
  top: 70px;
  width: 126px;
  z-index: 1;
}

.committee h3 {
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
}

.committee h3 img {
  width: auto;
}

.committee h4 {
  color: #ffffff;
  font-size: 2rem;
}

.committee ul {
  background: #ffffff;
  margin: 2em auto 0;
  max-width: 720px;
  padding: 3em;
  position: relative;
  z-index: 0;
}

.committee ul::before {
  bottom: 2em;
  color: #868686;
  content: "※敬称略";
  font-size: 1.3rem;
  position: absolute;
  right: 3em;
}

.committee ul li {
  align-items: center;
  border-top: 2px dotted #05afc2;
  display: flex;
  margin-top: 1em;
  padding-top: 1em;
}

.committee ul li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.committee ul li h5 {
  font-size: 2.6rem;
  text-align: left;
  width: 25%;
}

.committee ul li p {
  color: #848484;
  font-size: 1.5rem;
  text-align: left;
}

.committee span {
  bottom: 100px;
  color: #848484;
  font-size: 1.3rem;
  position: absolute;
  right: 110px;
}

/* ============================
regulation
============================ */

#regulation {
  background: url("../img/award/regulation_bg.png") repeat-y center top #0293ab;
  background-size: 100%;
}

#regulation h2 {
  color: #ffffff;
}

#regulation section {
  background: #ffffff;
  margin: 3em auto 0;
  max-width: 980px;
  padding: 4em;
}

#regulation section h3 {
  background: #eaf5f6;
  border-bottom: 4px solid #0293ab;
  font-size: 2.2rem;
  margin-top: 3em;
  padding: 0.3em;
}

#regulation section h3:first-of-type {
  margin-top: 0;
}

#regulation section p {
  padding-top: 1em;
  text-align: left;
}

#regulation section dl {
  border: 2px solid #05afc2;
  font-weight: 600;
  margin: 2em auto 0;
  max-width: 540px;
  padding: 1.5em 2em;
}

#regulation section dl dt {
  font-size: 2rem;
}

#regulation section dl dd {
  font-size: 2.4rem;
  padding-top: 0.5em;
}

#regulation section span {
  color: #ec3131;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 1em;
}

#regulation a.btn {
  background: #ffaa25;
}

#regulation a.btn:hover {
  background-color: #ffb645;
  opacity: 1;
}

/* ============================
qanda
============================ */

#qanda h2 {
  color: #0293ab;
}

#qanda section {
  margin: auto;
  margin-top: 3em;
  max-width: 840px;
  text-align: justify;
}

#qanda section dl {
  border-top: 2px dotted #c2c2c2;
  font-size: 1.8rem;
  margin-top: 2em;
  padding-top: 2em;
}

#qanda section dl:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

#qanda section dl dt,
#qanda section dl dd {
  padding-left: 5rem;
  position: relative;
}

#qanda section dl dt::before,
#qanda section dl dd::before {
  background: #05afc2;
  border-radius: 100px;
  color: #ffffff;
  content: "Q";
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  height: 38px;
  left: 0;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: -3px;
  width: 38px;
}

#qanda section dl dd {
  margin-top: 1.5em;
}

#qanda section dl dd a {
  color: #2a2a2a;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  text-decoration: underline;
  transition: all 0.4s ease;
}

#qanda section dl dd a:hover {
  opacity: 0.6;
}

#qanda section dl dd::before {
  background: #ffaa25;
  content: "A";
}

/* contact */

.contact {
  background: #eaf5f6;
  margin: 4em auto 0;
  max-width: 840px;
  padding: 4em;
}

.contact p {
  text-align: justify;
}

.contact a.btn {
  background: #05afc2;
}

.contact a.btn:hover {
  background: #13c6da;
  opacity: 1;
}

/* interim */
#interim {
  padding: 6em 0 0;
}

#interim .inner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

#interim h2 {
  color: #0293ab;
  text-align: center;
}

#interim .figure {
  align-items: center;
  display: flex;
  justify-content: center;
}

#interim .index {
  background-color: #eaf5f6;
  margin: 2em 0 0;
  padding: 45px;
  text-align: left;
  width: 100%;
}

#interim .index_list {
  list-style-type: disc;
  margin: 3.2rem 0;
  padding-inline-start: 25px;
}

#interim .index_list li + li {
  margin: 10px 0;
}

#interim .index_list a {
  font-size: 1.5rem;
  text-decoration: underline;
}

#interim .index_list a:hover {
  text-decoration: none;
}

#interim .interim_wrapper {
  background-color: #eaf5f6;
  margin: 2em 0 0;
  padding: 65px 45px;
  text-align: left;
  width: 100%;
}

#interim .interim_wrapper.scroll {
  padding: 65px 25px 65px 45px;
}

#interim .interim_wrapper .scrollarea {
  height: 700px;
  overflow-y: scroll;
  padding: 0 20px 0 0;
  scrollbar-width: none;
}

#interim .interim_wrapper .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 1em 0 0;
  text-align: center;
}

#interim .interim_wrapper .author {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0.5em 0 0;
  text-align: center;
}

#interim .interim_wrapper .author_property {
  color: #606060;
  font-size: 1.5rem;
}

#interim .interim_wrapper .commentary {
  border-color: #0293ab;
  border-style: solid;
  border-width: 2px 0;
  color: #0293ab;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 1em 0;
  text-align: center;
}

#interim .interim_wrapper .commentary_wrapper {
  margin: 3.2rem 0 0;
}

#interim .interim_wrapper .commentary_text {
  font-size: 1.5rem;
  margin: 0.5em 0 0;
}

#interim .interim_wrapper .committee_name {
  align-items: center;
  display: flex;
  gap: 1em;
}

#interim .interim_wrapper .committee_name .author {
  margin: 0;
  white-space: nowrap;
}

#interim .interim_wrapper .interim_img {
  height: auto;
  max-width: fit-content;
  object-fit: contain;
  width: 100%;
}

#interim .interim_wrapper .interim_num {
  align-items: center;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
}

#interim .interim_wrapper .interim_num::before,
#interim .interim_wrapper .interim_num::after {
  content: "━";
  font-size: 2.8rem;
  font-weight: bold;
}

#interim .interim_order {
  text-align: center;
  margin-top: 4px;
  font-size: 14px;
}

#interim .interim_note {
  color: #ec3131;
  display: flex;
  font-size: 1.5rem;
  margin: 3.2rem 0;
}

#interim .interim_note::before {
  content: "※";
}

#interim .interim_wrapper .interim_note2 {
  font-size: 1.4rem;
  text-align: right;
}

#interim .interim_wrapper .interim_list {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(2, 1fr);
  height: 500px;
  margin: 2em 0;
  overflow-y: scroll;
  padding: 0 40px 0 0;
  width: 100%;
}

#interim .interim_wrapper .interim_list li {
  font-size: 1.8rem;
  font-weight: bold;
}

#result {
  padding: 6em 0 0;
}

#result h2 {
  color: #0293ab;
}

@media only screen and (min-width: 1600px) {
  .main_visual .inner {
    height: 720px;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  body {
    line-height: 1.7;
  }

  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  /* ============================
	container
	============================ */

  .container {
    margin-top: 0;
  }

  .primary article {
    padding: 4em 0;
  }

  /* ============================
	common
	============================ */

  .primary article {
    padding: 3em 0;
  }

  .primary article h2 {
    font-size: 2.3rem;
  }

  .textline {
    background-size: 6px 2px;
    padding-bottom: 2px;
  }

  ul.caution li {
    font-size: 1.2rem;
  }

  /* ============================
	main_visual
	============================ */

  .main_visual .inner {
    padding-top: 100.8%;
  }

  .main_visual .date figure img {
    top: -12%;
  }

  .main_visual .date {
    width: 100%;
  }

  /* ============================
	anchor
	============================ */

  .anchor {
    padding: 2em 1em 3em;
  }

  .anchor li a {
    font-size: 1.5rem;
    padding: 0.6em 0;
  }

  .anchor li a::before {
    border: 8px solid transparent;
    border-top: 10px solid #ffaa25;
    bottom: -30px;
  }

  /* ============================
	info
	============================ */

  #info {
    background-image: url("../img/award/info_bg_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 0;
  }

  #info .inner {
    background-image: url("../img/award/drecommedia_award_bg_sp.png");
    background-position: center 360px;
    background-size: 100%;
    padding-bottom: 0;
  }

  /* announce */

  .announce {
    padding: 0 2em;
  }

  #info .announce h3 img {
    width: 100%;
  }

  #info .announce p {
    font-size: 1.4rem;
    line-height: 2;
    text-align: justify;
  }

  #info .announce figure {
    margin-top: 2em;
  }

  /* award */

  .award {
    border: none;
    margin-top: 9em;
    padding: 3em 1.5em 5em;
  }

  .award::after {
    display: none;
  }

  .award h3 {
    width: 100%;
  }

  .award h3 img {
    width: 100%;
  }

  [class*="award_"] {
    flex-direction: column;
  }

  [class*="award_"]:first-of-type {
    margin-top: 3.5em;
  }

  [class*="award_"] h4 {
    margin: 0;
    width: 100%;
  }

  [class*="award_"] h4 img {
    width: 100%;
  }

  [class*="award_"] .detail {
    margin-top: 1.5em;
    width: 100%;
  }

  .detail .col_2 dl dt {
    font-size: 1.5rem;
    height: 30px;
    line-height: 30px;
  }

  .detail .col_2 .prize_01 dd {
    font-size: 1.6rem;
    font-size: 2rem;
    padding-left: 1.5em;
  }

  .prize_01 dd::before {
    width: 23px;
  }

  .prize_02 b {
    background-size: 6px 10px;
    font-size: 3.6rem;
    padding-bottom: 7px;
    text-shadow:
      2px 2px 0 #ffffff,
      -2px -2px 0 #ffffff,
      -2px 2px 0 #ffffff,
      2px -2px 0 #ffffff,
      0 2px 0 #ffffff,
      0 -2px 0 #ffffff,
      -2px 0 0 #ffffff,
      2px 0 0 #ffffff;
  }

  .prize_02 dd span {
    font-size: 1.2rem;
    padding: 0.1em 0;
    width: 40px;
  }

  .prize_02 b small {
    font-size: 1.5rem;
  }

  .col_1 {
    border-width: 3px;
  }

  .col_1 p {
    font-size: 1.5rem;
    padding: 0 2em;
    top: -15px;
  }

  .col_1 p::before,
  .col_1 p::after {
    height: 7px;
    top: 38%;
    width: 7px;
  }

  .col_1 p::before {
    left: 0.7em;
  }

  .col_1 p::after {
    right: 1.1em;
  }

  .col_1 ul {
    flex-wrap: wrap;
  }

  .col_1 ul.col_3 li {
    width: 48%;
  }

  .col_1 ul li {
    margin-top: 1.2em;
  }

  .col_1 ul li:nth-child(-n+2) {
    margin-top: 0;
  }

  .col_1 ul li figure {
    width: 47px;
  }

  .col_1 ul li h5 {
    font-size: 1.1rem;
  }

  .col_1 ul li h5 b {
    font-size: 1.3rem;
  }

  .col_1 ul li h5 small {
    font-size: 1.2rem;
  }

  #info ul.caution {
    margin-top: 2.5em;
  }

  /* committee */

  .committee {
    margin-top: 0;
    padding: 4em 1.5em 3.5em;
  }

  .committee::before {
    right: 10px;
    top: 50px;
    width: 70px;
  }

  .committee h3 {
    padding: 0 2em;
    top: -25px;
    width: 100%;
  }

  .committee h3 img {
    width: 100%;
  }

  .committee h4 {
    font-size: 1.6rem;
  }

  .committee ul {
    padding: 2em 2em 3em;
  }

  .committee ul::before {
    bottom: 1.5em;
    font-size: 1rem;
  }

  .committee ul li h5 {
    font-size: 1.6rem;
    width: 30%;
  }

  .committee ul li p {
    flex: 1;
    font-size: 1.1rem;
    width: 100%;
  }

  /* ============================
	regulation
	============================ */

  #regulation .inner {
    padding: 0 1.5em;
  }

  #regulation section {
    margin-top: 2em;
    padding: 2em 1.5em;
  }

  #regulation section h3 {
    font-size: 1.7rem;
    margin-top: 2em;
  }

  #regulation section dl dt {
    font-size: 1.5rem;
  }

  #regulation section dl dd {
    font-size: 1.8rem;
  }

  #regulation section span {
    font-size: 1.1rem;
  }

  a.btn {
    font-size: 1.5rem;
    padding: 1.5em 0;
  }

  /* ============================
	qanda
	============================ */

  #qanda .inner {
    padding: 0 2em;
  }

  #qanda section {
    margin-top: 2em;
  }

  #qanda section dl {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }

  #qanda section dl dt,
  #qanda section dl dd {
    font-size: 1.4rem;
    padding-left: 2.5em;
  }

  #qanda section dl dt::before,
  #qanda section dl dd::before {
    font-size: 1.6rem;
    height: 26px;
    line-height: 28px;
    top: -1px;
    width: 26px;
  }

  .contact {
    padding: 2.5em;
  }

  .contact p {
    font-size: 1.3rem;
  }

  /* interim */
  #interim {
    padding: 3em 0 0;
  }

  #interim .inner {
    width: calc(100% - 32px);
  }

  #interim .interim_wrapper {
    padding: 25px 15px;
  }

  #interim .interim_wrapper.scroll {
    padding: 25px 10px 25px 15px;
  }

  #interim .interim_wrapper .scrollarea {
    height: 350px;
    padding: 0 5px 0 0;
  }

  #interim .interim_wrapper .title {
    font-size: 2.3rem;
  }

  #interim .interim_wrapper .author {
    font-size: 1.6rem;
  }

  #interim .interim_wrapper .commentary {
    font-size: 2.3rem;
  }

  #interim .interim_wrapper .author_property {
    font-size: 1.2rem;
  }

  #interim .interim_wrapper .commentary_text {
    font-size: 1.3rem;
  }

  #interim .interim_wrapper .interim_num {
    font-size: 1.8rem;
    gap: 0.5rem;
  }

  #interim .interim_wrapper .interim_num::before,
  #interim .interim_wrapper .interim_num::after {
    font-size: 1.8rem;
  }

  #interim .interim_note {
    font-size: 1.2rem;
    margin: 2.3rem 0;
  }

  #interim .interim_wrapper .interim_note2 {
    font-size: 1.2rem;
  }

  #interim .interim_wrapper .interim_list {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    height: 350px;
    padding: 0 20px 0 0;
  }

  #interim .interim_wrapper .interim_list li {
    font-size: 1.4rem;
  }

  #interim .index {
    padding: 25px;
  }

  #interim .index_list a {
    font-size: 1.2rem;
  }

  #interim .index_list {
    margin: 2.3rem 0;
  }
}
