@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap');

body {
  font-family: FP-HiraKakuStdN-W8, "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.acms-admin-module-edit-wrapper {
  min-height: 1em !important;
}
#adminBox {
  position: fixed;
  bottom: 10px;
  left: 10px;
  margin-bottom: 0;
  z-index: 1;
}
#adminBox, .acms-admin-box {
  background-color: rgba(228,229,234,0.5);
}
.pc {
  display: none;
}

a,
a:visited {
  color: #000;
  text-decoration: underline;
  line-break: anywhere;
}

h1,
h2,
h3,
h4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

h1 {
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  background-color: #000;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
}

.content {
  padding: 20px 10px;
}

#about h2 {
  color: #d3b25c;
  font-size: 15px;
  text-align: center;
}

main {
  margin-bottom: 40px;
}

.g-header {
  background: url(../img/yokomizo_top_bg.jpg);
}

.g-header .yokomizo_ph {
  width: 30%;
  padding-top: 40.365%;
  position: relative;
}

.g-header .yokomizo_ph::after {
  content: "";
  background: url(../img/yokomizo_top_ph.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.head {
  position: relative;
  padding-top: 50px;
}

.head>div {
  display: flex;
  padding: 5px;
}

.g-header h1 {
  font-size: 24px;
  line-height: 1.2;
  text-shadow: 0px 0px 8px rgba(190, 115, 57, 1), 0px 0px 8px rgba(190, 115, 57, 1), 0px 0px 8px rgba(190, 115, 57, 1)
}

.yokomizo_header_txt {
  text-align: center;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.g-header p {
  color: #fff;
}

.g-header-mobile-nav {
  display: block;
  padding: 10px;
}

.g-header-mobile-nav__title {
  height: 100%;
  position: relative;
}

.g-header-mobile-nav__wrap {
  height: auto;
}

.g-header-mobile-nav {
  border: none;
  padding: 0;
}

.nav input.accordion_topmenu {
  display: none
}

.g-header-mobile-nav__menu {
  margin: 0;
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: #000;
  z-index: 1;
}

nav.g-header-mobile-nav__menu input.accordion_topmenu+label .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s
}

nav.g-header-mobile-nav__menu label .arrow:before {
  content: url(/themes/kadokawa/images/global/topmenu_open.png);
  width: 100%;
  height: 100%
}

nav.g-header-mobile-nav__menu input[type=checkbox].accordion_topmenu:checked+label .arrow {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}

nav.g-header-mobile-nav__menu input[type=checkbox].accordion_topmenu:checked+label .arrow:before {
  content: url(/themes/kadokawa/images/global/topmenu_close.png)
}

nav.g-header-mobile-nav__menu input[type=checkbox].accordion_topmenu {
  display: none
}

nav.g-header-mobile-nav__menu input[type=checkbox].accordion_topmenu+label+div {
  max-height: 66px;
  overflow: hidden
}

nav.g-header-mobile-nav__menu input[type=checkbox].accordion_topmenu+label+ul+nav {
  max-height: 0;
  overflow: hidden;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s
}

nav.g-header-mobile-nav__menu input[type=checkbox].accordion_topmenu:checked+label+ul+nav {
  max-height: 5000px;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s
}

nav.g-header-mobile-nav__menu label {
  position: absolute;
  top: 0;
  bottom: 0%;
  left: auto;
  right: 0;
  margin: auto 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;

}

.g-header__navbar {
  display: block;
  margin: 50px 0 0;
  background-color: #000;
}

.g-header__navbar ul {
  display: block;
  border-top: 2px solid #f00;
  border-left: none;
  margin: 15px;
  width: calc(100% - 30px);
  z-index: 1;
}

.g-header__navbar li {
  border-bottom: 2px solid #f00f;
  border-right: none;
  padding: 15px;
}

.g-header__navbar a {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  min-height: 0;
  font-size: 18px;
  text-decoration: none;
}

.g-header__navbar a:hover {
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  min-height: 0;
}

.g-header__navbar li.stay a {
  color: #fff;
}


ul.sns {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  right: 40px;
  height: 50px;
  margin: 0;
  padding: 0;
  z-index: 9900
}

nav.g-header-mobile-nav__menu ul.sns {
  position: absolute;
  border: none;
  width: auto;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto 0;
  height: 30px
}

ul.sns li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: inline-block;
  background-size: contain;
  overflow: hidden;
  border: none
}

ul.sns li.sharewith {
  display: none
}

.p-entry-header__share ul.sns {
  position: relative;
  margin: 0 auto;
  text-align: center
}

.sns li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap
}

#sns_tw {
  background-image: url(/themes/kadokawa/images/common/twitter.svg);
  background-color: #1DA1F2;
}

#sns_fb {
  background-image: url(/themes/kadokawa/images/common/fb.svg);
  background-color: #1877f2;
}

#sns_line {
  background-image: url(/themes/kadokawa/images/common/line.svg);
  background-color: #00B900;
}

#about,
#message,
#entry,
#faq,
#top_text {
  margin-bottom: 30px;
  margin-top: -100px;
  padding-top: 100px !important;
}
#top_text {
  text-align: center;
}
#about>div {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.5;
}

#about h3 {
  color: #f00;
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  font-family: FP-HiraKakuStdN-W8, "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}

#about h4 {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  font-family: FP-HiraKakuStdN-W8, "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}

#about h4 small {
  font-size: 0.6em;
  font-weight: bold;
}

#about p {
  font-family: 'Noto Serif JP', serif;
}

#message ul {
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#message li {
  list-style: none;
  width: calc(50% - 20px);
  margin: 10px;
  font-size: 14px;
  line-height: 1.5;
}

#message img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#message .message_name {
  font-family: "Sawarabi Mincho", "HGS明朝E", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
  text-align: center;
  margin: 15px 0;
  font-size: 24px;
  font-weight: 700;
}

#entry ul {
  margin: 20px 0;
  padding: 0;
}

#entry li {
  list-style: none;
}

#entry li>h3 {
  font-size: 16px;
  font-family: FP-HiraKakuStdN-W8, "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  padding: 20px 0 10px;
  border-bottom: 1px solid #c9c9c9;
}

.red,
.red a,
.red a:visited {
  color: #f00;
}
#top_text .red a,
#top_text .red a:visited {
  text-decoration: none;
}

#entry p {
  margin: 0;
}

.entry_list1,
.entry_list2 {
  margin: 0 0 0.5em 1em !important;
}

.entry_list1 {
  display: list-item;
  list-style-type: disc;
  margin: 0 0 0.5em 1em !important;
}

.entry_list2 {
  text-indent: -1em;
}

.entry_list2::before {
  content: "※";
}

#entry blockquote {
  border: 1px solid #c9c9c9;
  padding: 1em;
  margin: 0.5em 0;
}

#entry strong,
#top_text strong {
  font-size: 135%;
}


#entry li>div {
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
}

#entry .yokomizo_entry_btn {
  display: flex;
  border-radius: 5px;
  background-color: #8F0200;
  text-decoration: none;
  color: #fff;
  padding: 1em;
  align-items: flex-start;
}

#entry .yokomizo_entry_btn::before {
  content: "▶";
  margin: auto 0;
}

a.kakuyomu {
  display: block;
  width: 240px;
  height: 53px;
  background: url(/themes/kadokawa/images/global/kkym.jpeg);
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #c9c9c9;
}

#oubo_end {
  display: block;
  padding: 15px;
  border-radius: 5px;
  background: #8F0200;
  color: #fff;
  margin: 30px auto;
  text-align: center;
  width: 80%;
  font-size: 36px;
  line-height: 50px;
  border: 2px solid #8F0200;
  text-decoration: none;
}

#oubo_end:hover {
  background: #fff;
  color: #8f0200;
}

#faq ul {
  margin: 20px 0 0;
  padding: 0;
}

#faq li {
  list-style: none;
  margin: 0 0 20px;
  text-indent: -1em;
  font-size: 14px;
}

#faq li.faq_q {
  font-size: 16px;
  line-height: 24px;
  color: #f00;
  border: 1px solid #f00;
  border-radius: 6px;
  font-weight: bold;
  padding: 1em 1em 1em 2em;
}

#faq li.faq_a {
  padding: 0 1em 0 2em;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
}

#page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#page_top a::before {
  content: "";
  background: url(../img/pagetop-arrow.png) center center no-repeat #fff;
  border: 3px solid #000;
  border-radius: 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.g-footer {
  position: relative;
}



#winners .tabs {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto 40px;
  text-align: center;
}

h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  height: 68px;
  line-height: 68px;
  margin: 20px 0 0 0;
  padding: 0 15px;
  color: #d3b25c;
  background: #000000;
  font-family: 'Noto Serif JP', serif;
}

#winners .tab_item {
  width: calc(100%/2);
  float: left;
  line-height: 20px;
  padding: 20px 0;
  border: 1px solid #000;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}

#winners .tab_item:hover {
  opacity: 0.75;
}

#winners input[name="tab_item"] {
  display: none;
}

#winners .tab_content {
  display: none;
  clear: both;
  padding-top: 15px;
}

#winners .tab_content {
  clear: both;
  padding-top: 35px;
}

#winners #mystery:checked~#mystery_content,
#winners #horror:checked~#horror_content {
  display: block;
}

#winners .tabs input:checked+.tab_item {
  background: #000;
  color: #d3b25c;
  position: relative;
}

#winners .tabs input:checked+.tab_item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #000;
}

#winners .tab_content table,
#winners .tab_content th,
#winners .tab_content td {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-collapse: collapse;
  border-spacing: 0;
}

#winners .tab_content table {
  max-width: 1120px;
  width: 100%;
  font-size: 16px;
}

#winners .tab_content table th {
  width: 20%;
  padding: 15px 10px;
  background: #8f0200;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}

#winners .tab_content table td {
  padding: 15px 10px;
}

#winners .tab_content table td.award_name {
  width: 18%;
}

#winners .tab_content table td.award_name span {
  padding: 5px 10px;
  background: #8f0200;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
}

#winners .tab_content table td.award_name span.other_prize {
  background: #000;
}

#winners .tab_content table td.award_name span.double_prize {
  margin-bottom: 4px;
}

#winners .tab_content table td.works_name {
  width: 40%;
}

#winners .tab_content table td.works_name a {
  color: #000;
  text-decoration: underline;
}

#winners .tab_content table td.works_name a:hover {
  text-decoration: none;
}

#winners .tab_content table td.winners_name {
  width: 22%;
}



#winners .tab_content_no table,
#winners .tab_content_no th,
#winners .tab_content_no td {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-collapse: collapse;
  border-spacing: 0;
}

#winners .tab_content_no table {
  max-width: 1120px;
  width: 100%;
  font-size: 16px;
}

#winners .tab_content_no table th {
  width: 20%;
  padding: 15px 10px;
  background: #8f0200;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}

#winners .tab_content_no table td {
  padding: 15px 10px;
}

#winners .tab_content_no table td.award_name {
  width: 18%;
}

#winners .tab_content_no table td.award_name span {
  padding: 5px 10px;
  background: #8f0200;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
}

#winners .tab_content_no table td.award_name span.other_prize {
  background: #000;
}

#winners .tab_content_no table td.award_name span.double_prize {
  margin-bottom: 4px;
}

#winners .tab_content_no table td.works_name {
  width: 40%;
}

#winners .tab_content_no table td.works_name a {
  color: #000;
  text-decoration: underline;
}

#winners .tab_content_no table td.works_name a:hover {
  text-decoration: none;
}

#winners .tab_content_no table td.winners_name {
  width: 22%;
}


#guidelines table ul .fs14 {
  margin: 0;
  list-style: none;
  font-size: 18px
}

#guidelines table ul .fs14_02 {
  margin: 10px 0 0 0;
  list-style: none;
  font-size: 18px
}

#guidelines table .toriatukai li {
  margin: 0;
  list-style: none;
  font-size: 18px
}

#guidelines table .cyuui li {
  margin: 0;
  list-style: none;
  font-size: 18px
}

.top_oubo_address_box {
  border: 2px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  margin-top: 10px;
  word-break: break-all;
}

.list-marker {
  margin-top: 5px;
}

.list-marker li {
  margin-bottom: 3px;
}

.list-marker li:last-child {
  margin-bottom: 0;
}

.marker {
  display: block;
  padding-left: 0.5em;
}

.marker:before {
  content: "";
  display: block;
  float: left;
  margin-left: -1.5em;
  width: 1em;
  text-align: center;
}

.marker.type_kome:before {
  content: "窶ｻ";
}

.marker .type_kome {
  list-style-type: disc;
  margin: 0 0 0 0em;
}

.list-marker_02 {
  margin-top: 5px;
}

.list-marker_02 li {
  margin-bottom: 3px;
}

.list-marker_02 li:last-child {
  margin-bottom: 0;
}

.marker_02 {
  display: block;
  padding-left: 1.5em;
}

.marker_02:before {
  content: "";
  display: block;
  float: left;
  margin-left: -1.5em;
  width: 1em;
  text-align: center;
}

.marker_02.type_kome02:before {
  content: "��";
}

.marker_02 .type_kome {
  list-style-type: disc;
  margin: 0 0 0 0em;
}

li.marker.type_kome {
  font-size: 18px
}

a.red.bold {
  color: #ff0000;
  text-decoration: underline;
}

.cyuui a {
  color: #000;
  text-decoration: underline;
}

#guidelines .taishou {
  margin-bottom: 5px;
  font-size: 35px;
}

#guidelines .prize_bold {
  font-weight: bold;
  color: #f00;
  font-size: 24px;
}

.sp_br {
  display: block;
}

.announcement_winner h3,
.announcement_selection h3,
.announcement_passed h3,
.announcement_winner h4,
.announcement_selection h4,
.announcement_passed h4 {
  text-align: center;
  margin: 1.5em 0 0.5em;
}
.announcement_winner h4,
.announcement_selection h4,
.announcement_passed h4{
  margin: -0.5em 0 1em;
  font-size: 16px;
}

.announcement_winner h6,
.announcement_selection h6,
.announcement_passed h6 {
  width: 200px;
  margin: 50px auto 15px;
  text-align: center;
}

.announcement_winner p,
.announcement_selection p,
.announcement_passed p {
  margin-bottom: 1.6em;
}

.title_list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e1e1e1;
}

.title_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
  display: flex;
  font-size: 14px;
}

.title_list li:nth-child(odd) {
  background-color: #f8f8f8;
}

.title_list li.title_list_h5 {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.title_list_title {
  width: 70%;
  padding: 0.7em;
  border-right: 1px solid #e1e1e1;
  text-align: center;
  font-weight: bold;
}

.title_list_author {
  width: 30%;
  padding: 0.7em;
}


@media (min-width:768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  h2 {
    background-color: #000;
    font-size: 24px;
    border-radius: 5px;
    padding: 8px 35px;
  }

  .content {
    padding: 30px;
  }

  #about h2 {
    font-size: 48px;
  }

  main {
    margin-bottom: 120px;
  }

  .g-header-desktop-nav {
    display: block;
    padding: 0;
  }

  .g-header .yokomizo_ph {
    width: 301px;
    padding-top: 405px;
    position: relative;
  }

  .yokomizo_nav {
    background: #000;
  }

  .g-header__navbar ul {
    border-top: none;
    border-left: 2px solid #f00f;
    display: flex;
    margin: 0;
    width: 100%;
  }

  .g-header__navbar {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
  }

  .g-header__navbar li {
    border-bottom: none;
    border-right: 2px solid #f00f;
    padding: 0;
    width: auto;
    flex-basis: auto;
    flex-grow: 1;
  }

  .g-header__navbar {
    display: flex;
  }

  .g-header__navbar a {
    font-size: 20px;
    line-height: 32px;
    padding: 2px 10px;
    margin: 0 8px;
  }

  .head {
    margin: 0 auto;
    padding: 0;
  }

  .head>div {
    display: flex;
    padding: 0;
  }

  .g-header h1 {
    font-size: 80px;
    margin: 0;
  }

  .g-header p {
    font-size: 16px;
  }

  .yokomizo_header_txt {
    width: calc(100% - 301px);

  }

  .g-header-desktop-nav {
    border: none;
  }

  ul.sns {
    position: absolute;
    height: 30px;
    padding: 0;
    z-index: 9900;
    top: 15px;
    right: 0;
    bottom: 0;
  }

  ul.sns li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 10px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    background-size: contain;
    overflow: hidden
  }

  #page_top {
    width: 70px;
    height: 70px;
  }

  #about,
  #message,
  #entry,
  #faq {
    margin-bottom: 60px;
  }

  #about>div {
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #000;
    font-size: 24px;
    line-height: 1.5;
  }

  #about p {
    font-family: 'Noto Serif JP', serif;
  }

  #about h3 {
    color: #f00;
    font-size: 36px;
    line-height: 2em;
    text-align: center;
    font-family: FP-HiraKakuStdN-W8, "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
  }

  #about h4 {
    font-size: 28px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    font-family: FP-HiraKakuStdN-W8, "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
  }

  #about h4 small {
    font-size: 0.6em;
    font-weight: bold;
  }

  #about p {
    font-family: 'Noto Serif JP', serif;
  }

  #message ul {
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #message li {
    list-style: none;
    width: calc(33.3333% - 30px);
    margin: 15px;
    font-size: 16px;
    line-height: 1.5;
  }

  #message img {
    width: auto;
    height: 240px;
    display: block;
    margin: 0 auto;
  }

  #message .message_name {
    font-family: "Sawarabi Mincho", "HGS明朝E", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
    text-align: center;
    margin: 15px 0;
    font-size: 24px;
    font-weight: 700;
  }

  #entry ul {
    margin: 20px 0;
    padding: 0;
    border-bottom: 1px solid #c9c9c9;
  }

  #entry li {
    list-style: none;
    display: flex;
    border-top: 1px solid #c9c9c9;
  }

  #entry li>h3 {
    font-size: 16px;
    font-family: FP-HiraKakuStdN-W8, "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    width: 30%;
    padding: 20px;
    border-bottom: none;
  }


  #entry p {
    margin: 0;
  }

  #entry blockquote {
    border: 1px solid #c9c9c9;
    padding: 1em;
  }

  #entry strong,
  #top_text strong {
    font-size: 150%;
  }

  #entry li>div {
    width: 70%;
    font-size: 16px;
    padding: 20px;
  }

  #oubo_end {
    display: block;
    padding: 15px;
    border-radius: 5px;
    margin: 60px auto;
    width: 400px;
    font-size: 40px;
    line-height: 60px;
    border: 2px solid #8F0200;
  }

  #faq ul {
    margin: 20px 0 0;
    padding: 0;
  }

  #faq li {
    list-style: none;
    margin: 0 35px 20px;
    text-indent: -1em;
  }

  #faq li.faq_q {
    font-size: 16px;
    line-height: 24px;
    color: #f00;
    border: 1px solid #f00;
    border-radius: 6px;
    font-weight: bold;
    padding: 1em 1em 1em 2em;
  }

  #faq li.faq_a {
    padding: 0 1em 0 2em;
  }


  #page_top a::before {
    border: 5px solid #000;
    border-radius: 35px;
  }

  .p-entry-header__share ul.sns li.sharewith {
    display: none
  }

  #winners .tabs {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }

  h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 70px;
    height: 70px;
    line-height: 70px;
    margin: 20px 0 0 0;
    padding: 0 35px;
    color: #d3b25c;
    background: #000000;
    font-family: 'Noto Serif JP', serif;
  }

  #winners .tab_item {
    width: calc(100%/2);
    float: left;
    height: 70px;
    line-height: 70px;
    padding: 0;
    border: 1px solid #000;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
  }

  #winners .tab_item:hover {
    opacity: 0.75;
  }

  #winners input[name="tab_item"] {
    display: none;
  }

  #winners .tab_content {
    display: none;
    clear: both;
    padding-top: 35px;
  }

  #winners .tab_content_no {
    clear: both;
    overflow: hidden;
    padding-bottom: 40px;
  }

  #winners #mystery:checked~#mystery_content,
  #winners #horror:checked~#horror_content {
    display: block;
  }

  #winners .tabs input:checked+.tab_item {
    background: #000;
    color: #d3b25c;
    position: relative;
  }

  #winners .tabs input:checked+.tab_item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #000;
  }

  #winners .tab_content table,
  #winners .tab_content th,
  #winners .tab_content td {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-collapse: collapse;
    border-spacing: 0;
  }

  #winners .tab_content table {
    max-width: 1120px;
    width: 100%;
    font-size: 16px;
  }

  #winners .tab_content table th {
    width: 20%;
    padding: 15px 10px;
    background: #8f0200;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }

  #winners .tab_content table td {
    padding: 15px 10px;
  }

  #winners .tab_content table td.award_name {
    width: 18%;
  }

  #winners .tab_content table td.award_name span {
    padding: 0 10px;
    background: #8f0200;
    color: #fff;
    font-weight: bold;
    display: inline-block;
  }

  #winners .tab_content table td.award_name span.other_prize {
    background: #000;
  }

  #winners .tab_content table td.award_name span.double_prize {
    margin-bottom: 4px;
  }

  #winners .tab_content table td.works_name {
    width: 40%;
  }

  #winners .tab_content table td.works_name a {
    color: #000;
    text-decoration: underline;
  }

  #winners .tab_content table td.works_name a:hover {
    text-decoration: none;
  }

  #winners .tab_content table td.winners_name {
    width: 22%;
  }


  #winners .tab_content_no table,
  #winners .tab_content_no th,
  #winners .tab_content_no td {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-collapse: collapse;
    border-spacing: 0;
  }

  #winners .tab_content_no table {
    max-width: 1120px;
    width: 100%;
    font-size: 16px;
  }

  #winners .tab_content_no table th {
    width: 20%;
    padding: 15px 10px;
    background: #8f0200;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }

  #winners .tab_content_no table td {
    padding: 15px 10px;
  }

  #winners .tab_content_no table td.award_name {
    width: 18%;
  }

  #winners .tab_content_no table td.award_name span {
    padding: 0 10px;
    background: #8f0200;
    color: #fff;
    font-weight: bold;
    display: inline-block;
  }

  #winners .tab_content_no table td.award_name span.other_prize {
    background: #000;
  }

  #winners .tab_content_no table td.award_name span.double_prize {
    margin-bottom: 4px;
  }

  #winners .tab_content_no table td.works_name {
    width: 40%;
  }

  #winners .tab_content_no table td.works_name a {
    color: #000;
    text-decoration: underline;
  }

  #winners .tab_content_no table td.works_name a:hover {
    text-decoration: none;
  }

  #winners .tab_content_no table td.winners_name {
    width: 22%;
  }


  #guidelines table ul .fs14 {
    margin: 0;
    list-style: none;
    font-size: 14px
  }

  #guidelines table ul .fs14_02 {
    margin: 10px 0 0 0;
    list-style: none;
    font-size: 14px
  }

  #guidelines table .toriatukai li {
    margin: 0;
    list-style: none;
    font-size: 14px
  }

  #guidelines table .cyuui li {
    margin: 0;
    list-style: none;
    font-size: 14px
  }

  .top_oubo_address_box {
    /*	background-color: #faf7ea;*/
    border: 2px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin-top: 10px;
    word-break: break-all;
  }

  .list-marker {
    margin-top: 5px;
  }

  .list-marker li {
    margin-bottom: 3px;
  }

  .list-marker li:last-child {
    margin-bottom: 0;
  }

  .marker {
    display: block;
    padding-left: 0.5em;
  }

  .marker:before {
    content: "";
    display: block;
    float: left;
    margin-left: -1.8em;
    width: 1em;
    text-align: center;
  }

  .marker.type_kome:before {
    content: "窶ｻ";
  }

  .marker .type_kome {
    list-style-type: disc;
    margin: 0 0 0 0em;
  }

  .list-marker_02 {
    margin-top: 5px;
  }

  .list-marker_02 li {
    margin-bottom: 3px;
  }

  .list-marker_02 li:last-child {
    margin-bottom: 0;
  }

  .marker_02 {
    display: block;
    padding-left: 1.5em;
  }

  .marker_02:before {
    content: "";
    display: block;
    float: left;
    margin-left: -1.5em;
    width: 1em;
    text-align: center;
  }

  .marker_02.type_kome02:before {
    content: "��";
  }

  .marker_02 .type_kome {
    list-style-type: disc;
    margin: 0 0 0 0em;
  }

  li.marker.type_kome {
    font-size: 14px
  }

  a.red.bold {
    color: #ff0000;
    text-decoration: underline;
  }

  .cyuui a {
    color: #000;
    text-decoration: underline;
  }

  #guidelines .taishou {
    margin-bottom: 5px;
    font-size: 26px
  }

  #guidelines .prize_bold {
    font-size: 18px;
    font-weight: bold;
    color: #f00;
  }

  .sp_br {
    display: none;
  }
}





.winner_list {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: -1px;
}

.winner_list_no {
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  width: 100%;
  border-top: 1px solid #c9c9c9;
  background-color: #8f0200;
}

.winner_list_prizes {
  width: 100%;
}

.winner_list_prize {
  width: 18%;
}

.winner_list_prize span {
  color: #fff;
  font-weight: bold;
  background-color: #000;
  padding: 0.1em 0.5em;
  display: inline-block;
  margin: 0.2em 0;
  font-size: 12px;
  line-height: 1.1;
  min-width: 4em;
}

.winner_list_prize.grand_prize span {
  color: #fff;
  background-color: #8f0200;
}

.winner_list_prize.grand_prize span.other_prize {
  background-color: #000;
}

.winner_list_prize_list {
  display: flex;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #c9c9c9;
}

.winner_list_prize,
.winner_list_title,
.winnner_list_author {
  font-size: 14px;
  align-self: flex-start;
  text-align: center;
}

.winner_list_title,
.winnner_list_author {
  align-self: center;
  justify-content: center;
  padding: 0 1em;
}

.winner_list_title {
  width: 100%;
  font-weight: bold;
}

.works {
  width: 100%;
}

.winner_list_title {
  width: 100%;
}

.winnner_list_author {
  width: 100%;
}

.winner_list_title a,
.winner_list_title a:visited {
  text-decoration: underline;
  color: #000;
}

@media (min-width:768px) {
  .winner_list {
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: -1px;
  }

  .winner_list_no {
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
    width: 12em;
    border-top: 1px solid #c9c9c9;
    font-weight: bold;
    flex-shrink: 0;
  }

  .winner_list_prizes {
    width: 100%;
  }

  .winner_list_prize {
    width: 18%;
  }

  .winner_list_prize span {
    color: #fff;
    font-weight: bold;
    background-color: #000;
    padding: 0 0.5em;
    display: inline-block;
    margin: 0.2em 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .winner_list_prize.grand_prize span {
    color: #fff;
    background-color: #8f0200;
  }

  .winner_list_prize.grand_prize span.other_prize {
    background-color: #000;
  }

  .winner_list_prize_list {
    display: flex;
    width: 100%;
    padding: 15px 10px;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
  }

  .winner_list_prize,
  .winner_list_title,
  .winnner_list_author {
    font-size: 16px;
    align-self: flex-start;
    text-align: center;
  }

  .winner_list_title,
  .winnner_list_author {
    align-self: center;
    justify-content: center;
    padding: 0 1em;
  }

  .works {
    display: flex;
    width: 100%;
  }

  .winner_list_title {
    width: 70%;
  }

  .winnner_list_author {
    width: 30%;
  }

  .winner_list_title a,
  .winner_list_title a:visited {
    text-decoration: underline;
    color: #000;
  }

  .announcement_winner h4,
  .announcement_selection h4,
  .announcement_passed h4 {
    font-size: 16px;
  }

  .announcement_winner h6,
  .announcement_selection h6,
  .announcement_passed h6 {
    width: 300px;
    margin: 80px auto 20px;
  }

  .announcement_winner,
  .announcement_selection,
  .announcement_passed {
    width: 980px;
    margin: 0 auto;
  }

  .announcement_winner p,
  .announcement_selection p,
  .announcement_passed p {
    font-size: 18px;
    line-height: 1.6;
  }
  .title_list li {
    font-size: 16px;
  }
}
