@charset "UTF-8";
/*-------------------------------------------
 variable
-------------------------------------------*/
/***  color  ***/
/***  font-size  ***/
/***  screen  ***/
/***  font(NotoSansJP)  ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/***  point  ***/
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }
.add-animation {
  animation: fadezoom 2.0s 0s forwards; }

/*-------------------------------------------
 style
-------------------------------------------*/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 52.5%; } }

body {
  background-image: url("../img/contest/bk_02.jpg");
  background-size: 100% auto;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  background-position: center;
  font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.6rem;
  text-size-adjust: 100%;
  line-height: 1;
  width: 100%; }
  @media screen and (max-width: 959px) {
    body {
      padding-top: 9.0rem; } }
  body.open {
    overflow: hidden; }

@media screen and (max-width: 959px) {
  body.home {
    padding-top: 0; } }
@media screen and (max-width: 959px) {
  body.home .carousel-wrap {
    padding-top: 9.0rem; } }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }

button {
  background: none;
  border: none; }

a {
  color: #ff0000;
  text-decoration: none;
  transition: all ease-in-out .2s; }
  a:hover {
    opacity: 0.6;
    transition: all ease-in-out .2s; }
    @media screen and (max-width: 767px) {
      a:hover {
        opacity: 1.0; } }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem; }

.bg {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  display: none; }

.mask {
  overflow: hidden;
  position: relative;
  height: 100%; }

.wide {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

/*** header  ***/
.header {
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 9.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 959px) {
    .header {
      background-color: #fff6ce;
      width: 100%;
      position: fixed;
      top: 0;
      z-index: 999; } }
  @media screen and (max-width: 767px) {
    .header {
      height: 8.0rem;
      padding-left: 1.0rem;
      padding-right: 0; } }
  .header a {
    display: block; }
  .header .left {
    width: 35.0rem; }
    .header .left img {
      width: 100%;
      height: auto; }
  .header .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 25.0rem);
    height: 100%;
    padding-left: 5.0rem; }
    @media screen and (max-width: 767px) {
      .header .right {
        padding-left: 2.0rem; } }
    .header .right ul.nav-right {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: flex-end; }
      @media screen and (max-width: 959px) {
        .header .right ul.nav-right {
          display: none; } }
      .header .right ul.nav-right li {
        margin-left: 2.0rem; }
        .header .right ul.nav-right li a {
          color: #ffffff;
          font-size: 2rem;
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          line-height: 1.3;
          font-weight: 700;
          text-align: center;
          padding: 1.0rem; }
          .header .right ul.nav-right li a:nth-last-of-type(1) {
            padding-right: 0; }
    .header .right .icon-menu-wrap {
      display: none; }
      @media screen and (max-width: 959px) {
        .header .right .icon-menu-wrap {
          background-color: #6e2226;
          width: 6.4rem;
          height: 6.0rem;
          padding: 1.0rem;
          border-radius: 0.2rem;
          display: block;
          cursor: pointer;
          z-index: 999; } }
      @media screen and (max-width: 767px) {
        .header .right .icon-menu-wrap {
          width: 8.0rem;
          height: 100%;
          padding: 1.5rem;
          border-radius: 0; } }
      .header .right .icon-menu-wrap .menu {
        position: relative;
        width: 100%;
        height: 100%; }
        .header .right .icon-menu-wrap .menu.open span.line-1 {
          bottom: 0;
          margin: auto;
          transform: rotate(45deg); }
        .header .right .icon-menu-wrap .menu.open span.line-2 {
          opacity: 0.0;
          left: 6.0rem; }
        .header .right .icon-menu-wrap .menu.open span.line-3 {
          top: 0;
          margin: auto;
          transform: rotate(-45deg); }
        .header .right .icon-menu-wrap .menu span {
          background: #ffffff;
          display: block;
          width: 100%;
          height: 0.4rem;
          position: absolute;
          right: 0;
          transition: all ease-out .3s; }
          @media screen and (max-width: 767px) {
            .header .right .icon-menu-wrap .menu span {
              height: 0.5rem; } }
          .header .right .icon-menu-wrap .menu span.line-1 {
            top: 0.2rem; }
          .header .right .icon-menu-wrap .menu span.line-2 {
            opacity: 1.0;
            top: calc(50% - 0.2rem); }
          .header .right .icon-menu-wrap .menu span.line-3 {
            bottom: 0.2rem; }

.nav-sp {
  background-color: #fff6ce;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  position: fixed;
  top: 90px;
  z-index: 999; }
  .nav-sp.open {
    display: block; }

ul.nav-sp-list {
  background-color: #fff6ce;
  display: flex;
  flex-direction: column; }
  ul.nav-sp-list li {
    border-bottom: 1px dashed #6e2226; }
    ul.nav-sp-list li:nth-of-type(1) {
      border-top: 1px dashed #6e2226; }
    @media screen and (max-width: 959px) {
      ul.nav-sp-list li a {
        color: #6e2226;
        font-size: 2rem;
        font-weight: 700;
        text-align: left;
        display: block;
        padding: 2.5rem 2.0rem;
        position: relative; }
        ul.nav-sp-list li a::after {
          content: '';
          width: 1.0rem;
          height: 1.0rem;
          border-top: solid 2px #6e2226;
          border-right: solid 2px #6e2226;
          transform: rotate(45deg);
          position: absolute;
          top: calc(50% - 0.5rem);
          right: 1.5rem; } }
    @media screen and (max-width: 767px) {
      ul.nav-sp-list li a {
        font-size: 1.8rem; } }

.exit {
  display: none; }
  @media screen and (max-width: 959px) {
    .exit {
      background-color: #6e2226;
      color: #ffffff;
      display: inline-block;
      padding: 2.0rem 2.0rem 2.0rem 2.0rem;
      border-radius: 0.2rem;
      margin-top: 2.0rem;
      margin-left: 2.0rem;
      margin-bottom: 12.0rem;
      cursor: pointer; }
      .exit span {
        font-size: 2rem;
        padding-left: 1.0rem;
        position: relative;
        top: 0.2rem; } }

/*** bottom  ***/
.footer {
  padding-top: 3.5rem;
  margin-top: 15.0rem; }
  @media screen and (max-width: 767px) {
    .footer {
      margin-top: 10.0rem; } }
  .footer.home {
    margin-top: auto; }
  .footer h2 {
    text-align: center;
    padding-top: 5.0rem;
    margin-bottom: 2.0rem;
    border-top: 3px dashed #6e2226; }
    @media screen and (max-width: 959px) {
      .footer h2 {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
    @media screen and (max-width: 767px) {
      .footer h2 {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    .footer h2 img {
      max-width: 450px;
      width: 100%;
      margin-bottom: 0.5rem; }
  .footer h3 {
    color: #261A0C;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1.0rem; }
    @media screen and (max-width: 767px) {
      .footer h3 {
        font-size: 1.8rem;
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
  .footer h5 {
    color: #000000;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center; }
  .footer p {
    color: #432F2F;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 4.0rem; }
    @media screen and (max-width: 767px) {
      .footer p {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
  .footer ul.nav-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2.0rem; }
    @media screen and (max-width: 959px) {
      .footer ul.nav-bottom {
        display: none; } }
    .footer ul.nav-bottom li {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      .footer ul.nav-bottom li a {
        color: #ffffff;
        font-size: 1.8rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
        line-height: 1.3;
        padding: 0.5rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem; }
  .footer small {
    color: #6e2226;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
    border-top: 2px dashed #6e2226; }

/*** content  ***/
article {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 767px) {
    article {
      margin-bottom: 4.0rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  article.end {
    margin-bottom: 0; }

ul.bread {
  display: flex;
  max-width: 1100px;
  margin: 1.0rem auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 767px) {
    ul.bread {
      flex-wrap: wrap; } }
  ul.bread li {
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.3;
    padding-right: 3.0rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      ul.bread li {
        line-height: 1.6; } }
    ul.bread li::after {
      content: '';
      width: 0.6rem;
      height: 0.6rem;
      border-top: solid 1px #5f331b;
      border-right: solid 1px #5f331b;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 1.3rem;
      margin-top: -0.2rem; }
    ul.bread li:nth-last-of-type(1)::after {
      content: none; }
    ul.bread li a {
      color: #6e2226; }

h2.heading {
  margin-top: 6.0rem;
  margin-bottom: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  h2.heading span {
    color: #6e2226;
    font-weight: 700;
    font-size: 3.4rem;
    text-align: center;
    line-height: 1.3;
    padding-left: 3.0rem;
    padding-right: 3.0rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      h2.heading span {
        font-size: 2.8rem;
        letter-spacing: 0;
        padding-left: 0.25rem;
        padding-right: 0.25rem; } }
  h2.heading img {
    width: 6.0rem;
    height: auto; }
    @media screen and (max-width: 767px) {
      h2.heading img {
        width: 4.0rem; } }
  @media screen and (max-width: 767px) {
    h2.heading {
      margin-top: 4.0rem; } }
  h2.heading.sp {
    display: none; }
    @media screen and (max-width: 767px) {
      h2.heading.sp {
        display: flex;
        margin-top: 2.0rem;
        margin-bottom: 2.0rem;
        position: relative; }
        h2.heading.sp span {
          font-size: 2.4rem;
          white-space: pre;
          padding-left: 0;
          padding-right: 0; }
        h2.heading.sp img:nth-of-type(1) {
          position: absolute;
          left: -1.0rem; }
        h2.heading.sp img:nth-of-type(2) {
          position: absolute;
          right: -1.0rem; } }

h3.headline {
  color: #261A0C;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.5rem; }
  h3.headline.thin {
    font-weight: 500; }

.request-wrap h3.headline {
  border-bottom: 1px solid #261A0C;
  padding-bottom: 2rem;
  padding-top: 2rem; }

.anchor {
  opacity: 0;
  display: block;
  margin-top: -1.0rem;
  padding-top: 1.0rem; }
  @media screen and (max-width: 959px) {
    .anchor {
      margin-top: -9.0rem;
      padding-top: 9.0rem;
      z-index: 1;
      position: relative; } }

.carousel-wrap {
  background-image: url("../img/contest/bk_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .carousel-wrap .carousel {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 2.5rem 2.0rem 7.0rem;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .carousel-wrap .carousel {
        height: auto; } }
    .carousel-wrap .carousel figure {
      width: 100%;
      height: auto; }
      .carousel-wrap .carousel figure img {
        height: auto;
        margin: auto; }
        @media screen and (max-width: 959px) {
          .carousel-wrap .carousel figure img {
            width: 100%; } }

.date {
  width: 100%; }
  .date.top {
    background-color: #5f331b; }
  .date.bottom {
    background-color: #79502c; }
  .date figure {
    text-align: center;
    width: 100%;
    max-width: 1100px;
    padding: 1.5rem  2.0rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 959px) {
      .date figure {
        padding-left: 4.0rem;
        padding-right: 4.0rem; } }
    @media screen and (max-width: 767px) {
      .date figure {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  @media screen and (max-width: 959px) {
    .date img {
      width: 100%; } }

.chara {
  margin-top: 5.0rem; }
  .chara img {
    width: 100%; }

.notice {
  background-color: #6e2226;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 2.0;
  padding: 2.0rem;
  border-radius: 0.4rem;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .notice span {
    display: block; }
    @media screen and (max-width: 959px) {
      .notice span {
        display: inline; } }
  @media screen and (max-width: 767px) {
    .notice {
      font-size: 2rem;
      font-weight: 500;
      padding: 1.5rem; } }

.vote {
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 6.0rem 5.0rem 6.0rem 6.0rem; }
  @media screen and (max-width: 767px) {
    .vote {
      padding: 2.5rem 1.5rem 2.5rem 1.5rem; } }
  .vote h3 {
    color: #432F2F;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2.0rem; }
  .vote h4 {
    background-color: #EF8687;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    padding: 1.5rem;
    border-radius: 0.4rem;
    margin-bottom: 2.0rem; }
  .vote p {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: justify;
    line-height: 2.0; }
  .vote u {
    color: #003288;
    font-weight: 700;
    text-decoration: none; }

ul.pict-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  ul.pict-list li {
    width: 25%;
    padding-right: 1.0rem;
    padding-bottom: 1.0rem; }
    @media screen and (max-width: 767px) {
      ul.pict-list li {
        width: 50%; } }
    ul.pict-list li a {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      border: 1px solid #f3f3f3; }
      ul.pict-list li a img {
        width: 100%; }
      ul.pict-list li a figcaption {
        color: #432F2F;
        font-size: 1.4rem;
        line-height: 1.3; }

ul.kome-list {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  ul.kome-list li {
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding-left: 2.0rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem; }
    ul.kome-list li::before {
      content: '※';
      color: #666666;
      font-size: 1.6rem;
      line-height: 1.3;
      position: absolute;
      top: 0;
      left: 0; }

.movie {
  padding: 0; }
  .movie .wrap {
    background-color: #EF8687;
    text-align: center;
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 1px solid #EF8687; }
    .movie .wrap > div {
      width: 100%;
      padding-top: 56.25%;
      position: relative; }
      .movie .wrap > div iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0; }

ul.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-top: 2px dashed #ffffff; }
  ul.news li {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 2px dashed #ffffff; }
    ul.news li a {
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.5;
      display: block;
      width: 100%;
      padding: 4.0rem;
      position: relative; }
      @media screen and (max-width: 767px) {
        ul.news li a {
          padding: 2.0rem 3.0rem 2.0rem 0; } }
      ul.news li a .date {
        padding-right: 4.0rem; }
        @media screen and (max-width: 767px) {
          ul.news li a .date {
            display: block; } }
      ul.news li a::after {
        content: '';
        width: 1.0rem;
        height: 1.0rem;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 0.4rem);
        right: 4.0rem;
        margin-top: -3px; }
        @media screen and (max-width: 767px) {
          ul.news li a::after {
            right: 1.0remmam; } }

.comb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.0rem; }
  .comb > div {
    width: 60%;
    padding-right: 2.0rem; }
    @media screen and (max-width: 767px) {
      .comb > div {
        width: 100%;
        padding-right: 0; } }
    .comb > div p {
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 400;
      text-align: justify;
      line-height: 2.0; }
  .comb > figure {
    width: 40%;
    padding-left: 2rem; }
    @media screen and (max-width: 767px) {
      .comb > figure {
        width: 100%;
        display: none; } }
    .comb > figure img {
      width: 100%;
      height: auto; }

.box-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 1.0rem; }
  .box-cont > figure {
    width: 100%;
    padding-right: 2.0rem; }
    @media screen and (max-width: 767px) {
      .box-cont > figure {
        width: 100%;
        display: none; } }
    .box-cont > figure img {
      width: 100%;
      height: auto; }
  .box-cont > div {
    width: 100%;
    padding-left: 2rem; }
    @media screen and (max-width: 767px) {
      .box-cont > div {
        width: 100%;
        padding-right: 0; } }
    .box-cont > div p {
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 400;
      text-align: justify;
      line-height: 2.0; }

.masu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.0rem;
  margin-bottom: 2.0rem; }
  .masu > div {
    width: 50%;
    margin-bottom: 2.0rem; }
    .masu > div:nth-of-type(odd) {
      padding-right: 1.0rem; }
    .masu > div:nth-of-type(even) {
      padding-left: 1.0rem; }
    .masu > div .grand {
      margin-bottom: 1.0rem; }
    .masu > div table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0; }
      @media screen and (max-width: 767px) {
        .masu > div table tr {
          display: flex;
          flex-direction: column; } }
      .masu > div table th, .masu > div table td {
        font-size: 1.4rem;
        line-height: 1.3;
        vertical-align: middle;
        border: 1px solid #EF8687;
        padding: 0.5rem 1.0rem; }
        @media screen and (max-width: 767px) {
          .masu > div table th, .masu > div table td {
            width: 100% !important;
            text-align: center; } }
      .masu > div table th {
        background-color: #EF8687;
        color: #ffffff;
        font-weight: 500;
        width: 35%; }
      .masu > div table td {
        font-weight: 400;
        width: 15%; }
    .masu > div h5 {
      color: #5f331b;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.3;
      letter-spacing: 0;
      margin-bottom: 2rem; }
      @media screen and (max-width: 767px) {
        .masu > div h5 {
          font-size: 1.6rem; } }

dl.summary {
  background-color: #ffffff;
  padding: 6.0rem 6.0rem;
  margin-bottom: 4.0rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.4rem; }
  @media screen and (max-width: 767px) {
    dl.summary {
      padding: 3.0rem; } }
  dl.summary dt {
    color: #432F2F;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    border-bottom: 2px dashed #dddddd;
    padding-top: 4.5rem;
    padding-right: 2.0rem;
    padding-bottom: 4.0rem;
    width: 25%; }
    @media screen and (max-width: 767px) {
      dl.summary dt {
        border-bottom: none;
        padding-top: 2.5rem;
        width: 100%;
        padding-bottom: 1.0rem; } }
    dl.summary dt:nth-of-type(1) {
      padding-top: 0; }
    dl.summary dt:nth-last-of-type(1) {
      padding-bottom: 0;
      border-bottom: none; }
  dl.summary dd {
    color: #432F2F;
    font-size: 1.6rem;
    line-height: 2.0;
    border-bottom: 2px dashed #dddddd;
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
    width: 75%; }
    @media screen and (max-width: 767px) {
      dl.summary dd {
        padding-top: 0;
        padding-bottom: 2.0rem;
        width: 100%; } }
    dl.summary dd:nth-of-type(1) {
      padding-top: 0; }
    dl.summary dd:nth-last-of-type(1) {
      padding-bottom: 0;
      border-bottom: none; }
    dl.summary dd u {
      color: #6e2226;
      line-height: 1;
      text-decoration: none; }
    dl.summary dd b {
      font-size: 3rem;
      padding-left: 0.2rem;
      padding-right: 0.2rem; }
    dl.summary dd strong {
      font-size: 1.8rem;
      font-weight: 900; }

@media screen and (max-width: 767px) {
  .list tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; } }
@media screen and (max-width: 767px) {
  .list th, .list td {
    width: 100%; } }
.list th {
  text-align: left;
  white-space: pre; }
.list td {
  font-feature-settings: "palt";
  line-height: 1.5; }

.num {
  padding-left: 2.0rem;
  list-style: decimal; }
  .num li {
    list-style: decimal;
    padding-left: 0.5rem; }

.button {
  text-align: center;
  margin: 4.0rem auto; }
  .button.small {
    text-align: left;
    margin: 2.0rem auto; }
    @media screen and (max-width: 767px) {
      .button.small {
        text-align: center; } }
    .button.small a {
      font-size: 2rem;
      font-weight: 700;
      width: 20.0rem;
      padding: 2.0rem 2.5rem; }
      .button.small a::after {
        width: 1.8rem;
        height: 1.8rem;
        position: absolute;
        top: calc(50% - 0.8rem);
        right: 2.5rem; }
  .button a {
    background-color: #FDD000;
    color: #003288;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: left;
    display: inline-block;
    width: 30.0rem;
    padding: 1.0rem 3.0rem;
    border: 2px solid #003288;
    border-radius: 0.8rem;
    margin-top: 2.0rem;
    position: relative; }
    @media screen and (max-width: 340px) {
      .button a {
        width: 100%; } }
    .button a::after {
      content: '';
      background: url(../img/contest/icon_arrow_01.svg);
      background-size: contain;
      width: 2.2rem;
      height: 2.2rem;
      position: absolute;
      top: calc(50% - 1.0rem);
      right: 2.5rem; }

.bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20.0rem; }
  @media screen and (max-width: 767px) {
    .bnr-list {
      margin-top: 12.0rem; } }
  .bnr-list li {
    width: 24%;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 959px) {
      .bnr-list li {
        width: 50%;
        margin-bottom: 1.0rem; } }
    @media screen and (max-width: 340px) {
      .bnr-list li {
        width: 100%; } }
    @media screen and (max-width: 959px) {
      .bnr-list li:nth-of-type(odd) {
        padding-right: 1.0rem; } }
    @media screen and (max-width: 767px) {
      .bnr-list li:nth-of-type(odd) {
        padding-right: 0.5rem; } }
    @media screen and (max-width: 767px) {
      .bnr-list li:nth-of-type(odd) {
        padding-right: 0; } }
    @media screen and (max-width: 959px) {
      .bnr-list li:nth-of-type(even) {
        padding-left: 1.0rem; } }
    @media screen and (max-width: 767px) {
      .bnr-list li:nth-of-type(even) {
        padding-left: 0.5rem; } }
    @media screen and (max-width: 340px) {
      .bnr-list li:nth-of-type(even) {
        padding-left: 0; } }
    .bnr-list li a {
      display: block; }
    .bnr-list li img {
      width: 100%;
      height: auto; }

.request-wrap {
  background-color: #ffffff;
  padding: 2.0rem 6.0rem;
  border-radius: 0.4rem;
  margin-bottom: 5.0rem; }
  @media screen and (max-width: 767px) {
    .request-wrap {
      padding: 2.0rem; } }
  .request-wrap p {
    color: #261A0C;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem; }
    @media screen and (max-width: 767px) {
      .request-wrap p {
        padding-bottom: 1.0rem; } }
  .request-wrap ul.request {
    margin-bottom: 4.0rem;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.4rem; }
    .request-wrap ul.request li {
      background-color: #ffffff;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      border-bottom: 2px dashed #cccccc; }
      @media screen and (max-width: 767px) {
        .request-wrap ul.request li {
          border-bottom: none; } }
      .request-wrap ul.request li.item {
        color: #432F2F;
        font-size: 1.8rem;
        line-height: 1.5;
        align-items: center;
        justify-content: flex-end;
        width: 40%; }
        @media screen and (max-width: 767px) {
          .request-wrap ul.request li.item {
            justify-content: flex-start;
            padding-top: 2.0rem;
            width: 100%;
            border-bottom: none; } }
      .request-wrap ul.request li.val {
        width: 60%;
        padding: 2.0rem 2.5rem; }
        @media screen and (max-width: 767px) {
          .request-wrap ul.request li.val {
            width: 100%;
            padding: 0.5rem 0 0 0; } }
      .request-wrap ul.request li .req {
        background: #ff0000;
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 1.3;
        display: inline-block;
        padding: 0.3rem 0.6rem;
        border-radius: 0.4rem;
        margin-left: 1.0rem;
        margin-right: 1.0rem; }
      .request-wrap ul.request li input {
        color: #333333;
        font-size: 1.6rem;
        border: solid 1px #cccccc;
        border-radius: 2px;
        width: 100%;
        padding: 1.0rem; }
      .request-wrap ul.request li input[type="file"] {
        margin-bottom: 0.5rem; }
      .request-wrap ul.request li textarea {
        font-size: 1.6rem;
        border: solid 1px #cccccc;
        line-height: 1.5;
        width: 100%;
        padding: 1.0rem; }
  .request-wrap .check-txt {
    color: #432F2F;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 2.0rem; }
  .request-wrap .check-wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
  .request-wrap .mwform-checkbox-field label {
    font-size: 2rem;
    font-weight: 700;
    color: #EA6067;
    display: block;
    padding-bottom: 0.5rem; }
  .request-wrap .check-form {
    margin-bottom: 4.0rem; }

.mw_wp_form .error {
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 1.0rem; }

.mw-wp-form_image img {
  width: 100%;
  height: auto; }

.mw-wp-form_image img {
  width: 70%; }
  @media screen and (max-width: 767px) {
    .mw-wp-form_image img {
      width: 100%; } }

.form-button-wrap {
  text-align: center;
  margin: 4.0rem auto; }
  .form-button-wrap .form-button {
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 767px) {
      .form-button-wrap .form-button {
        width: 100%; } }
    .form-button-wrap .form-button::after {
      content: '';
      background: url(../img/contest/icon_arrow_01.svg);
      background-size: contain;
      width: 2.2rem;
      height: 2.2rem;
      position: absolute;
      top: calc(50% - 1.0rem);
      right: 2.5rem; }
    .form-button-wrap .form-button input {
      background-color: #FDD000;
      color: #003288;
      font-size: 2.4rem;
      font-weight: 900;
      text-align: left;
      display: inline-block;
      width: 30.0rem;
      padding: 3.0rem;
      border: 2px solid #003288;
      border-radius: 0.8rem;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .form-button-wrap .form-button input {
          width: 100%; } }

.phone-contact {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #cccccc;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  border-radius: 0.4rem;
  margin-bottom: 4.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 767px) {
    .phone-contact {
      margin-bottom: 2.5rem; } }
  .phone-contact .num {
    color: #003288;
    font-size: 4rem;
    font-weight: 700;
    display: block;
    padding: 1.0rem 1.5rem 1.0rem;
    position: relative; }
    .phone-contact .num::after {
      content: "";
      background-image: url(../img/contest/icon_phone_01.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom;
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      top: 2.0rem;
      left: -1.5rem; }
  .phone-contact .time {
    color: #432F2F;
    line-height: 1.3;
    text-align: center; }

.policy {
  background-color: #ffffff;
  width: 100%;
  padding: 6.0rem;
  border-radius: 0.4rem; }
  @media screen and (max-width: 767px) {
    .policy {
      padding: 4.0rem 2.0rem; } }
  .policy h3 {
    color: #432F2F;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.0rem; }
  .policy p {
    color: #432F2F;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.0;
    padding-bottom: 4.0rem; }

.post {
  background-color: #ffffff;
  width: 100%;
  padding: 4.0rem 6.0rem 6.0rem 6.0rem;
  border-radius: 0.4rem; }
  @media screen and (max-width: 767px) {
    .post {
      padding: 4.0rem 2.0rem 2.0rem 2.0rem; } }
  .post h3 {
    color: #432F2F;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 1.0rem; }
  .post p {
    color: #432F2F;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: justify;
    word-break: break-all;
    line-height: 2.0;
    padding-bottom: 2.0rem; }
  .post a {
    word-break: break-all; }
  .post ul.meta {
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.0rem;
    margin-bottom: 1.5rem; }
  @media screen and (max-width: 767px) {
    .post iframe {
      width: 100%; } }

.not-found {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: justify;
  line-height: 2.0; }

body .remodal {
  position: relative;
  padding: 3.0rem;
  border-radius: 0.4rem; }
  body .remodal figure {
    position: relative; }
    body .remodal figure img {
      width: 100%;
      height: auto;
      vertical-align: top; }
    body .remodal figure figcaption {
      background-color: #FDD000;
      color: #432F2F;
      font-size: 1.6rem;
      font-weight: 500;
      padding: 1.0rem 1.5rem;
      position: absolute;
      bottom: 0;
      left: 0; }
  body .remodal .modal-title {
    color: #432F2F;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: left;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem; }
    body .remodal .modal-title b {
      color: #333333;
      letter-spacing: 0;
      padding-right: 1.5rem; }
  body .remodal .cont p {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: justify;
    word-break: break-all;
    line-height: 2.0;
    padding-bottom: 2.0rem; }
  body .remodal .modal-btn-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 1.0rem;
    margin-bottom: 2.0rem; }
    body .remodal .modal-btn-wrap .vote-btn {
      width: 100%;
      max-width: 20.0rem; }
      body .remodal .modal-btn-wrap .vote-btn a {
        background-color: #EA6067;
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        border-radius: 0.4rem; }
    body .remodal .modal-btn-wrap .remodal-cancel {
      background: #666666;
      min-width: auto;
      background-color: #666666;
      width: 50px;
      height: 50px;
      padding: 1.5rem;
      border-radius: 0.4rem; }
      body .remodal .modal-btn-wrap .remodal-cancel img {
        width: 100%; }
      body .remodal .modal-btn-wrap .remodal-cancel span {
        background-color: #666666;
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: 500;
        display: block;
        padding: 1.0rem 2.5rem;
        border-radius: 0.4rem; }

.request-wrap .mwform-file-delete {
  display: none;
}

.request-wrap span.kome {
  color: #261A0C;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  padding-top: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
