@charset "UTF-8";
#title {
/* state01
 padding: 360px 0 50px; */
  padding: 200px 0 50px;
  text-align: center;
}
#title h2 {
  font-size: 28px;
  font-weight: 700;
}
#title .lead {
  margin: 40px auto;
  padding: 0;
  width: 96vw;
  max-width: 1000px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
}
#title .btn_wrap a {
  height: 80px;
}
.entry_content {
  padding: 0 0 50px;
}
.entry_content .dl_wrap a.link {
  color: #0000ac;
  text-decoration: underline;
}
.entry_content .dl_wrap {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 85px 100px 0;
  border-radius: 50px 0 0 0;
}
section {
  margin: 0 0 80px;
  padding: 0;
  width: 100%;
}
section:last-child {
  margin: 0;
}
.btn_wrap {
  padding: 0 0 150px;
}
#title .btn_wrap,
.entry_content .dl_wrap .btn_wrap {
  padding: 0 0 50px;
}
.entry_content .dl_wrap h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 20px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #333;
  text-align: center;
  position: relative;
}
.entry_content .dl_wrap h3:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 12px;
  content: "";
  border-radius: 6px;
  background-image: linear-gradient(135deg, #f0ff00 10%, #58cffb 100%);
  background-repeat: no-repeat;
}
.entry_content .dl_wrap .box + .box {
  margin-top: 40px;
}
.entry_content .dl_wrap h4 {
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 40px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 50px;
  position: relative;
}
.entry_content .dl_wrap h4::before {
  background-color: #333;
  border-radius: 5px;
  content: "";
  height: 3px;
  /*  transform: translateX(-50%);  */
  width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.entry_content .dl_wrap h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
}
/*
.entry_content .dl_wrap h5::before{
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 100%;
  border: 8px solid #e5f480;
  position: absolute;
  left: 0;
  top: 0;
} */
.entry_content .dl_wrap h6 {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 20px;
  letter-spacing: 0.1em;
}
.entry_content .dl_wrap .bold {
  font-weight: 700;
}
.entry_content .dl_wrap .large {
  font-size: 140%;
}
.entry_content .dl_wrap .sticky {
  margin-right: 1em;
  padding: 2px 8px;
  font-size: 100%;
  font-weight: 700;
  background-color: #cfee54;
  border-radius: 4px;
}
.entry_content .dl_wrap .marker {
  font-weight: 700;
  position: relative;
}
.entry_content .dl_wrap .marker:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background: #cfee54;
  z-index: -1;
}

.entry_content .dl_wrap p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 0 2em;
  text-align: justify;
}
.entry_content .dl_wrap .indt {
  padding-left: -1em;
  text-indent: 1em;
}
.entry_content .dl_wrap .asta {
  padding-left: 1em;
  text-indent: -1em;
}
.entry_content .dl_wrap .asta-half {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.entry_content .dl_wrap .inq {
  margin-top: 1em;
  text-align: center;
}
.entry_content .dl_wrap .mail {
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.06667em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  box-sizing: content-box;
  overflow: hidden;
}
.entry_content .dl_wrap .mail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.75425em;
  height: 0.75425em;
  border: 0.1em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 0.1em;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}
.entry_content .dl_wrap .winner_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row;
  gap: 40px;
}
.entry_content .dl_wrap .winner_box div {
  width: calc((100% - 80px) / 3);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.entry_content .dl_wrap .winner_box div img {
  padding-bottom: 10px;
  width: auto;
  max-width: 160px;
}
.entry_content .dl_wrap .winner_box div p {
  padding-bottom: 0;
  line-height: 1.6;
  text-align: center;
}
.entry_content .dl_wrap .winner_box .gold_wrap p.award {
  color: #ddb834;
}
.entry_content .dl_wrap .winner_box .slver_wrap p.award {
  color: #c7cfd6;
}
.entry_content .dl_wrap .winner_box .bronze_wrap p.award {
  color: #f29f61;
}
.entry_content .dl_wrap .attention {
  margin: 20px 0 40px;
  padding: 3em;
  width: 100%;
  background-color: #efefef;
}
.entry_content .dl_wrap .attention p {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6;
}
.entry_content .dl_wrap .attention p + p {
  padding-top: 0.5em;
}
.entry_content .dl_wrap ul {
  width: 100%;
}
.entry_content .dl_wrap li {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  /*  padding: 0 0 60px; */
  text-align: justify;
}
.entry_content .dl_wrap dl dd br {
  font-size: 100%;
}

.entry_content .dl_wrap .img_wrap {
  width: auto;
  max-width: 740px;
  margin: 0 auto 40px;
}
.entry_content .dl_wrap img {
  width: auto;
  max-width: 100%;
}
.classification {
  margin: 0 -100px 20px -100px;
}
.classification dl {
  width: 100%;
  margin: 0 0 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.classification dl dt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.14em;
  padding: 45px 0 45px 100px;
  background-color: #ffdfe6;
  width: 320px;
  border-radius: 0 30px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.classification dl dd {
  width: calc(100% - 320px);
  background-color: #eef0ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 30px 30px 78px;
  border-radius: 30px 0 0 30px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-align: justify;
}
.classification dl dd.theme {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 30px;
}
.classification dl:nth-child(even) dt {
  background-color: #ffbed1;
}
.classification dl:nth-child(even) dd {
  background-color: #e2e5db;
}

.classification li {
  padding-left: 1em;
  position: relative;
}
.classification li::before {
  width: 4px;
  height: 4px;
  content: "";
  background-color: #333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 16px;
}

.flow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow {
  padding-left: 0;
}
.flow > li {
  list-style-type: none;
  position: relative;
  padding: 20px 0 20px 50px;
}
.flow > li:not(:last-child) {
  padding-bottom: 10px;
}
.flow > li .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  background: #cfee54;
  color: #333;
  position: absolute;
  left: 0;
}
.flow > li:not(:last-child)::before {
  content: "";
  background: #dedede;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #cfee54;
}
.flow > li dl dd {
  margin-left: 0;
}

.state01 {
  position: fixed;
  top: 75px;
  left: 0;
  display: block;
  margin: 0;
  padding-top: 20px;
  width: 100%;
  z-index: 1;
  /*  background-color: #cfee54;　*/
  background-color: rgba(250, 250, 250, 0.7);
  border-radius: 0 50px 50px 0;
}
.state02 {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 80px;
}
.state02 p.lead {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.state02 p.intro {
  margin: 40px auto;
  padding: 0;
  width: 96vw;
  max-width: 1000px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: justify;
}
.state02 > .btn_wrap {
  padding-bottom: 60px;
}
.state02 > .btn_wrap a {
  height: 80px;
}
.agree {
  text-align: center;
  margin-bottom: 20px;
}
.agree label,
.agree input[type="checkbox"] {
  padding-left: 1.2em;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.agree label:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 0.3rem;
  left: 0;
  background-color: #fff;
  box-shadow: inset 1px 2px 3px 0px #000;
  border-radius: 6px 6px 6px 6px;
}
.agree input[type="checkbox"] {
  display: none;
}
.agree input[type="checkbox"]:checked + label:before {
  content: "\2713";
  font-size: 1rem;
  color: #fff;
  background-color: #0964a9;
}

.btns {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 40px;
  pointer-events: none;
}
.btns.on {
  pointer-events: auto;
}
.btns .btn_wrap {
  padding-bottom: 50px;
  width: calc((100% - 80px) / 3);
}
.btns .btn_wrap a {
  background-color: #d9d9d9;
}
.btns.on .btn_wrap a {
  background-color: #ff4f67;
/*  background-color: #cfee54; */
}
.btns .btn_wrap p {
  font-size: 18px;
  color: #666666;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  /*  padding-left: 1.9em;
  text-indent: -1.9em; */
}
.btns.on .btn_wrap p {
  color: #ffffff;
/*  color: #004000; */
}
.btns .btn_wrap a {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px 0 0;
  border-radius: 25px;
  border: 1px solid #fff;
  position: relative;
  -webkit-box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.15);
}
.btns .btn_wrap a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btns .btn_wrap a::before {
  background: url(../../img/btn_arw_disabled.svg) no-repeat center center/30px
    auto;
}
.btns.on .btn_wrap a::before {
  background: url(../../img/btn_arw_rd.svg) no-repeat center center/30px auto;
}

/*  .state01 .state02 - 調整 */
.state01 .btns .btn_wrap p {
  font-size: 14px;
  line-height: 20px;
}
.state01 .btns .btn_wrap a {
  height: 80px;
}
.state02 .agree {
  margin-bottom: 40px;
}

/* faq流用 */
.entry_inner {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 50px 0 0 0;
  /*  padding: 85px 100px; */
  padding: 0 0 5px 0;
  position: relative;
  z-index: 2;
}
.entry_inner dl {
  /*  padding: 36px 50px 40px; */
  padding: 36px 0 40px;
  border-bottom: 1px solid #c7c7c7;
}
.entry_inner dl:first-child {
  /*  padding: 0 50px 40px; */
  padding: 0 0 40px;
}
.entry_inner dl:last-child {
  /*  padding: 36px 50px 0; */
  padding: 36px 0 0;
  border-bottom: none;
}
.entry_inner dl dt {
  position: relative;
  cursor: pointer;
  text-align: left;
}
.entry_inner dl dt button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
/*
.entry_inner dl dt button .en {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 94px;
  display: block;
  text-align: left;
}
  */
.entry_inner dl dt button .question {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.entry_inner dl dt button .toggle {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entry_inner dl dt button .toggle::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.entry_inner dl dt button .toggle::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry_inner dl dt button.on .toggle::after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.entry_inner dl dd {
  padding: 14px 0 0;
  display: none;
}
.entry_inner dl dd .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*
.entry_inner dl dd .flex_wrap .en {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 94px;
  display: block;
  color: #009d6c;
}
  */
.entry_inner dl dd .flex_wrap .answer {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.08em;
  color: #009d6c;
  text-align: justify;
}

@media screen and (max-width: 1250px) {
  .entry_inner {
    /*    width: 96vw;
    padding: 6.8vw 8vw; */
    width: 100%;
    padding: 6.8vw 0;
    border-radius: 4vw 0 0 0;
  }
  .entry_inner dl {
    /*    padding: 2.88vw 4vw 3.2vw; */
    padding: 2.88vw 0 3.2vw;
  }
  .entry_inner dl:first-child {
    /*    padding: 0 4vw 3.2vw; */
    padding: 0 0 3.2vw;
  }
  .entry_inner dl:last-child {
    /*    padding: 2.88vw 4vw 0; */
    padding: 2.88vw 0 0;
  }
  .entry_inner dl dt button {
    padding: 1.6vw 0;
  }
  /*
  .entry_inner dl dt button .en {
    font-size: 2.8vw;
    width: 7.52vw;
  }
  */
  .entry_inner dl dt button .question {
    font-size: 1.44vw;
  }
  .entry_inner dl dt button .toggle {
    width: 3.36vw;
    height: 3.36vw;
  }
  .entry_inner dl dt button .toggle::before {
    width: 1.28vw;
  }
  .entry_inner dl dt button .toggle::after {
    height: 1.28vw;
  }
  .entry_inner dl dd {
    padding: 1.12vw 0 0;
  }
  /*
  .entry_inner dl dd .flex_wrap .en {
    font-size: 2.8vw;
    width: 7.52vw;
  }
  */
  .entry_inner dl dd .flex_wrap .answer {
    font-size: 1.28vw;
    line-height: 2.56vw;
  }

  .btns {
    width: 96vw;
    max-width: initial;
  }

  .classification {
  }
  .classification dl {
    /*    width: 88vw;*/
  }
  .classification dl dt {
    font-size: 1.76vw;
    padding: 3.6vw 0 3.6vw 8vw;
    width: 25.6vw;
    border-radius: 0 2.4vw 2.4vw 0;
  }
  .classification dl dd {
    /*    width: 62.32vw; */
    width: calc(100% - 25.6vw);
    padding: 2.4vw 2.4vw 2.4vw 6.24vw;
    border-radius: 2.4vw 0 0 2.4vw;
    font-size: 1.28vw;
    line-height: 2.24vw;
  }
  .classification dl dd.theme {
    font-size: 1.76vw;
    line-height: 2.4vw;
  }
}
@media screen and (max-width: 960px) {
  #title {
    padding: 26.6666666667vw 0 13.3333333333vw;
    /*  state01
    padding: 84vw 0 6.6666666667vw; */
  }
  #title h2 {
    font-size: 5.3333333333vw;
  }
  #title .lead {
    margin: 8vw auto;
    padding: 0 9.3333333333vw;
    width: 100%;
    font-size: 3.4666666667vw;
  }
  #title .btn_wrap a {
    height: 16vw;
  }
  .entry_content {
    padding: 0 0 13.3333333333vw;
  }
  .entry_content .dl_wrap {
    width: 100%;
    border-radius: 6.6666666667vw 0 0 0;
/*    padding: 13.3333333333vw 9.3333333333vw 5.3333333333vw; */
    padding: 13.3333333333vw 9.3333333333vw 0;
  }
  section {
    margin: 0 0 6vw;
  }
  .btn_wrap {
    padding: 0 0 20vw;
  }
  #title .btn_wrap,
  .entry_content .dl_wrap .btn_wrap {
    padding: 0 0 10vw;
  }
  .entry_content .dl_wrap .btn_wrap a {
    padding: 0 0 0 7.8vw;
/* 9.3333333333vw */
  }
  .entry_content .dl_wrap h3 {
    font-size: 4.2666666667vw;
    padding: 0 0 4vw;
    margin-bottom: 6vw;
  }
  .entry_content .dl_wrap .box + .box {
    margin-top: 4vw;
  }
  .entry_content .dl_wrap h4 {
    font-size: 4.2333333333vw;
    padding: 0 0 6vw;
    margin-bottom: 8vw;
  }
  .entry_content .dl_wrap h5 {
    font-size: 3.7333333333vw;
    padding: 0 0 2.6666666667vw 0;
  }
  /*
  .entry_content .dl_wrap h5::before{
  width: 2.2vw;
  height: 2.2vw;
  content: '';
  border-radius: 100%;
  border: 2vw solid #e5f480;
  position: absolute;
  left: 0;
  top: 0;
} */
  .entry_content .dl_wrap h6 {
    font-size: 3.7333333333vw;
    padding: 0 0 2.6666666667vw;
  }
  .entry_content .dl_wrap p {
    font-size: 3.4666666667vw;
    padding: 0 0 6vw;
  }
  .entry_content .dl_wrap li {
    font-size: 3.4666666667vw;
    /*    padding: 0 0 8vw; */
  }
  .entry_content .dl_wrap .attention {
    margin: 3vw 0 8vw;
    padding: 2.6666666667vw;
  }

  .state01 {
    position: fixed;
    top: 0;
    display: block;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80vw;
    z-index: 1;
    /*  background-color: #cfee54;　*/
    background-color: rgba(250, 250, 250, 0.8);
    border-radius: 0 0 30px 0;
  }
  .btns {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
    pointer-events: none;
  }
  .btns .btn_wrap {
    width: 100%;
    padding: 0;
  }
  .btns .btn_wrap p {
    font-size: 3.4666666667vw;
    line-height: 1.4;
    font-weight: 700;
  }
  .btns .btn_wrap a,
  .state01 .btns .btn_wrap a {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    height: auto;
    min-height: 50px;
  }

  /*  .state01 .state02 - 調整 */
  .state01 .btns .btn_wrap p {
    font-size: 3.4666666667vw;
    line-height: 6vw;
  }
  .state02 {
    padding-top: 14vw;
    margin-top: -14vw;
    margin-bottom: 20vw;
  }
  .state02 p.lead {
    font-size: 5.3333333333vw;
  }
  .state02 p.intro {
    margin: 8vw auto;
    padding: 0 9.3333333333vw;
    width: 100%;
    font-size: 3.4666666667vw;
  }
.state02 > .btn_wrap {
  padding-bottom: 8vw;
}
  .state02 > .btn_wrap a {
    height: 16vw;
  }
  .state02 .agree {
    margin-bottom: 10vw;
  }

  /* faq流用 */
  .entry_inner {
    width: 100%;
    border-radius: 6.6666666667vw 0 0 0;
    /*    padding: 13.3333333333vw 9.3333333333vw 5.3333333333vw; */
    padding: 13.3333333333vw 0 5.3333333333vw;
  }
  .entry_inner dl {
    padding: 3.3333333333vw 0 2.6666666667vw;
  }
  .entry_inner dl:first-child {
    padding: 0 0 2.6666666667vw;
  }
  .entry_inner dl:last-child {
    padding: 3.3333333333vw 0 0;
  }
  .entry_inner dl dt button {
    display: block;
    padding: 2.6666666667vw 16vw 2.6666666667vw 0;
  }
  /*
  .entry_inner dl dt button .en {
    font-size: 5.3333333333vw;
    width: auto;
    padding: 0 0 1.6vw;
  }
  */
  .entry_inner dl dt button .question {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    display: block;
    text-align: justify;
  }
  .entry_inner dl dt button .toggle {
    width: 8vw;
    height: 8vw;
  }
  .entry_inner dl dt button .toggle::before {
    width: 2.9333333333vw;
    height: 0.2666666667vw;
  }
  .entry_inner dl dt button .toggle::after {
    width: 0.2666666667vw;
    height: 2.9333333333vw;
  }
  .entry_inner dl dd {
    padding: 0;
  }
  .entry_inner dl dd .flex_wrap {
    display: block;
  }
  /*
  .entry_inner dl dd .flex_wrap .en {
    font-size: 5.3333333333vw;
    width: auto;
    padding: 0 0 1.6vw;
  }
*/
  .entry_inner dl dd .flex_wrap .answer {
    font-size: 3.4666666667vw;
    line-height: 6vw;
  }

  .entry_content .dl_wrap .winner_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 4vw;
  }
  .entry_content .dl_wrap .winner_box div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  .classification {
    margin: 0 -9.3333333333vw 100px;
  }
  .classification dl {
    /*    width: 100%; */
    margin: 0 0 0.5333333333vw;
    display: block;
  }

  .classification dl dt {
    font-size: 3.7333333333vw;
    padding: 3.2vw 0 4vw 3.3333333333vw;
    /*    width: 36.8vw; */
    width: 42vw;
    border-radius: 0 4vw 4vw 0;
    display: block;
    margin: 0 0 0.5333333333vw;
  }
  .classification dl dd {
    width: 100%;
    padding: 8.6666666667vw 7.3333333333vw 9.3333333333vw 8vw;
    min-height: 24vw;
    border-radius: 4vw 0 0 4vw;
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
  .classification dl dd.theme {
    font-size: 4.5333333333vw;
    line-height: 6.6666666667vw;
    padding: 4.6666666667vw 7.3333333333vw 4vw 8vw;
  }
}
