@charset "UTF-8";
/*
Theme Name: 3rpluscontest
*/
/* フォントのインポート */
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;800;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* カスタムプロパティ定義 */
:root {
  /* フォントの太さ */
  --Light: 300;
  --Regular: 400;
  --Medium: 500;
  --SemiBold: 600;
  --Bold: 700;
  --ExtraBold: 800;
  --Black: 900;
  /* 画面サイズ関連 */
  --inner: 1000px;
  --min-window: 1000px;
}

/* html全体に関わるもの */
html,
body {
  margin: 0;
  /* font-family: "Noto Serif JP", serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #504434;
  background-color: #fff;
  line-height: 1.6;
  letter-spacing: 2px;
  scroll-behavior: smooth;
  min-width: var(--min-window);
  /* 横幅1920pxのときに10pxになる */
  /* font-size: calc(100vw / 192); */
}

@media screen and (max-width: 767px) {
  html,
  body {
    width: auto;
    min-width: auto;
    /* 横幅768pxのときに10pxになる */
    /* font-size: calc(100vw / 76.8); */
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  word-wrap: break-word;
}
a:hover {
  opacity: 0.6;
}

img {
  display: block;
  vertical-align: top;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding-inline-start: 0;
}
nav ul li {
  cursor: pointer;
}

summary::marker {
  content: "";
}

/* rechaptchaの非表示 */
/*
.grecaptcha-badge {
  visibility: hidden;
}
*/
#front-page {
  width: var(--inner);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #front-page {
    width: 100%;
  }
}
#front-page .toggle {
  display: none;
}
#front-page .toggle:checked + .menu span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}
#front-page .toggle:checked + .menu span:nth-child(2) {
  top: 23px;
  transform: rotate(45deg);
}
#front-page .toggle:checked + .menu span:nth-child(3) {
  top: 23px;
  transform: rotate(135deg);
}
#front-page .toggle:checked + .menu + .menu-inner {
  max-height: 500px;
  padding-top: 50px;
}
#front-page .toggle:checked + .menu + .menu-inner + .menu-cover {
  display: block;
}
#front-page .menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #00ae59;
  z-index: 10;
}
#front-page .menu span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  left: 10px;
  border-radius: 2px;
  transition: 0.3s;
}
#front-page .menu span:nth-child(1) {
  top: 13px;
}
#front-page .menu span:nth-child(2) {
  top: 23px;
}
#front-page .menu span:nth-child(3) {
  top: 33px;
}
#front-page .menu-inner {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #00ae59;
  padding-top: 0;
}
#front-page .menu-inner a {
  display: block;
  width: calc(100% - 32px);
  padding: 16px;
  color: #fff;
  border-top: 2px solid #fff;
}
#front-page .menu-inner a:last-child {
  border-bottom: 2px solid #fff;
}
#front-page #front-page-top .top {
  width: 100%;
}
#front-page #front-page-top .sp-text {
  width: 80%;
  margin: 64px auto;
  line-height: 2;
}
#front-page #front-page-top .top2 {
  width: 96%;
  margin: 32px auto;
}
#front-page #front-page-top .top3 {
  width: 96%;
  margin: 32px auto;
}
#front-page #front-page-top .about1 {
  width: 90%;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-top .about1 {
    margin: 24px auto;
  }
}
#front-page #front-page-top .about-text1 {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 48px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-top .about-text1 {
    width: 80%;
    margin: 0 auto 48px;
    font-size: 1rem;
    text-align: left;
    line-height: 2;
  }
}
#front-page #front-page-top .about-header {
  width: 100%;
}
#front-page #front-page-top .light-blue-wrap {
  background-color: #a6e1f8;
  padding: 36px 0;
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-top .light-blue-wrap {
    margin-top: -4vw;
  }
}
#front-page #front-page-top .light-blue-wrap .about2 {
  width: 50%;
  margin: 96px auto 48px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-top .light-blue-wrap .about2 {
    width: 80%;
    margin: 24px auto;
  }
}
#front-page #front-page-top .light-blue-wrap .about-text2 {
  width: 70%;
  margin: 72px auto 84px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-top .light-blue-wrap .about-text2 {
    width: 80%;
    margin: 48px auto;
    font-size: 1rem;
  }
}
#front-page #front-page-top .light-blue-wrap .about3 {
  width: 50%;
  margin: 32px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-top .light-blue-wrap .about3 {
    width: 80%;
  }
}
#front-page #front-page-top .light-blue-wrap .about-example {
  width: 92%;
  margin: 24px auto;
}
#front-page #front-page-top .light-blue-wrap .about-button {
  width: 50%;
  margin: 48px auto 72px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-top .light-blue-wrap .about-button {
    width: 80%;
    margin: 24px auto 48px;
  }
}
#front-page #front-page-top .about-footer {
  width: 100%;
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-top .about-footer {
    margin-top: -4vw;
  }
}
#front-page #front-page-contest1 {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  #front-page #front-page-contest1 {
    background-image: url("./images/bg1.png");
    background-size: cover;
  }
}
#front-page #front-page-contest1 .title {
  width: 50%;
  margin: 24px auto 48px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .title {
    width: 80%;
  }
}
#front-page #front-page-contest1 .contest-wrap {
  width: 80%;
  margin: 0 auto;
  border: 12px solid #ffee86;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap {
    width: 100%;
    border: none;
  }
}
#front-page #front-page-contest1 .contest-wrap .contest-header {
  display: flex;
  background-color: #ffee86;
  padding: 8px 4%;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .contest-header {
    flex-wrap: wrap;
  }
}
#front-page #front-page-contest1 .contest-wrap .contest-header .left {
  width: 32%;
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .contest-header .left {
    width: 55%;
    margin: 0 auto;
  }
}
#front-page #front-page-contest1 .contest-wrap .contest-header .left img {
  width: 100%;
}
#front-page #front-page-contest1 .contest-wrap .contest-header .right {
  width: 62%;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .contest-header .right {
    width: 85%;
    padding: 16px 0 48px;
    margin: 0 auto;
  }
}
#front-page #front-page-contest1 .contest-wrap .content1 {
  width: 70%;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .content1 {
    width: 78%;
    margin: 48px auto 32px;
  }
}
#front-page #front-page-contest1 .contest-wrap .content2 {
  width: 98%;
  margin: 32px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .content2 {
    width: 80%;
  }
}
#front-page #front-page-contest1 .contest-wrap .content3 {
  width: 80%;
  margin: 32px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .content3 {
    width: 100%;
  }
}
#front-page #front-page-contest1 .contest-wrap .text1 {
  text-align: center;
  margin: 32px auto;
}
#front-page #front-page-contest1 .contest-wrap .attention {
  color: #9e8849;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
  padding: 0 32px;
}
#front-page #front-page-contest1 .contest-wrap .attention.small {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .attention.small {
    width: 80%;
  }
}
#front-page #front-page-contest1 .contest-wrap .attention.mb {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .attention.mb {
    margin-bottom: 36px;
  }
}
#front-page #front-page-contest1 .contest-wrap .attention.mb2 {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .attention.mb2 {
    margin-bottom: 48px;
  }
}
#front-page #front-page-contest1 .contest-wrap .attention.mt {
  margin-top: 24px;
}
#front-page #front-page-contest1 .contest-wrap .attention.no-indent {
  text-indent: 0;
}
#front-page #front-page-contest1 .contest-wrap details {
  width: 65%;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap details {
    width: 95%;
    margin: 0 auto 24px;
  }
}
#front-page #front-page-contest1 .contest-wrap details.large80 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap details.large80 {
    width: 100%;
  }
}
#front-page #front-page-contest1 .contest-wrap details.large {
  width: 100%;
}
#front-page #front-page-contest1 .contest-wrap details summary {
  cursor: pointer;
}
#front-page #front-page-contest1 .contest-wrap details .summary-title {
  background-color: #cae6a8;
  padding: 8px 2rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap details .summary-title {
    font-size: 0.8125rem;
    padding: 8px 12px;
    margin-bottom: 16px;
  }
}
#front-page #front-page-contest1 .contest-wrap details .summary-button {
  position: relative;
}
#front-page #front-page-contest1 .contest-wrap details .summary-button::after {
  content: "+";
  display: flex;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 1.25em;
  height: 1.25em;
  border-radius: 16px;
  text-indent: 2px;
  color: #fff;
  background-color: #84cebf;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
#front-page #front-page-contest1 .contest-wrap details[open] .summary-button::after {
  content: "−";
}
#front-page #front-page-contest1 .contest-wrap details .accordion .method {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
  padding: 0 32px;
}
#front-page #front-page-contest1 .contest-wrap details .accordion .method.mb {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap details .accordion .method {
    margin-bottom: 16px;
  }
}
#front-page #front-page-contest1 .contest-wrap details .accordion .download {
  width: 70%;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap details .accordion .download {
    width: 80%;
  }
}
#front-page #front-page-contest1 .contest-wrap details .accordion .send {
  width: 100%;
}
#front-page #front-page-contest1 .contest-wrap .content4 {
  width: 80%;
  margin: 120px auto 60px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .content4 {
    width: 100%;
    margin: 64px auto 32px;
  }
}
#front-page #front-page-contest1 .contest-wrap .content4-inner {
  width: 78%;
  margin: 48px auto 72px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .content4-inner {
    width: 95%;
  }
}
@media screen and (min-width: 768px) {
  #front-page #front-page-contest1 .contest-wrap .content4-inner .step-dash {
    background-image: url("./images/dash.png");
    background-repeat: repeat-y;
    background-position: 5% 16px;
  }
}
#front-page #front-page-contest1 .contest-wrap .step {
  display: flex;
  margin: 0 16px 24px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .step {
    display: block;
  }
}
#front-page #front-page-contest1 .contest-wrap .step .left {
  width: 17%;
  height: fit-content;
  color: #fff;
  background-color: #69bb00;
  border-radius: 16px;
  padding: 2px 0;
  margin-right: 3%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .step .left {
    width: 45%;
    margin: 0 auto;
    padding: 4px 0;
  }
}
#front-page #front-page-contest1 .contest-wrap .step .right {
  width: 80%;
  font-size: 1.125rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .step .right {
    width: 100%;
    text-align: center;
    margin: 16px 0;
  }
}
#front-page #front-page-contest1 .contest-wrap .step-inner {
  width: 80%;
  margin: 0 12% 0 8%;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .step-inner {
    width: 100%;
    margin: 0;
  }
}
#front-page #front-page-contest1 .contest-wrap .triangle {
  width: 20%;
  margin: 16px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .triangle {
    width: 30%;
    margin: 0 auto 32px;
  }
}
#front-page #front-page-contest1 .contest-wrap .form {
  width: 80%;
  margin: 16px auto 80px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .form {
    width: 95%;
  }
}
#front-page #front-page-contest1 .contest-wrap .content5 img {
  width: 100%;
}
#front-page #front-page-contest1 .contest-wrap .content6 {
  width: 80%;
  margin: 32px auto;
}
#front-page #front-page-contest1 .contest-wrap .link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 2px solid #c6c0af;
}
#front-page #front-page-contest1 .contest-wrap .link::after {
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  margin-left: 8px;
  background-image: url("./images/link.png");
  background-size: cover;
}
#front-page #front-page-contest1 .contest-wrap .content7 img {
  width: 100%;
}
#front-page #front-page-contest1 .contest-wrap .content8 {
  width: 97%;
  margin: 48px auto 48px 0;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest1 .contest-wrap .content8 {
    width: 75%;
    margin: 48px auto;
  }
}
#front-page #front-page-contest2 {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  #front-page #front-page-contest2 {
    background-image: url("./images/bg2.png");
    background-size: cover;
  }
}
#front-page #front-page-contest2 .contest-wrap {
  width: 80%;
  margin: 0 auto;
  border: 12px solid #cae6a8;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap {
    width: 100%;
    border: none;
  }
}
#front-page #front-page-contest2 .contest-wrap .contest-header {
  display: flex;
  background-color: #cae6a8;
  padding: 8px 4%;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .contest-header {
    flex-wrap: wrap;
  }
}
#front-page #front-page-contest2 .contest-wrap .contest-header .left {
  width: 32%;
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .contest-header .left {
    width: 55%;
    margin: 0 auto;
  }
}
#front-page #front-page-contest2 .contest-wrap .contest-header .left img {
  width: 100%;
}
#front-page #front-page-contest2 .contest-wrap .contest-header .right {
  width: 62%;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .contest-header .right {
    width: 85%;
    padding: 16px 0 48px;
    margin: 0 auto;
  }
}
#front-page #front-page-contest2 .contest-wrap .contest-header .right aside {
  font-size: 0.875rem;
  margin-top: 24px;
}
#front-page #front-page-contest2 .contest-wrap .content1 {
  width: 75%;
  margin: 72px auto 96px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .content1 {
    width: 78%;
    margin: 48px auto 32px;
  }
}
#front-page #front-page-contest2 .contest-wrap .content2 {
  width: 80%;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .content2 {
    width: 100%;
  }
}
#front-page #front-page-contest2 .contest-wrap .text1 {
  width: 80%;
  margin: 48px auto;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .text1 {
    width: 75%;
  }
}
#front-page #front-page-contest2 .contest-wrap .attention {
  color: #9e8849;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
  padding: 0 32px;
}
#front-page #front-page-contest2 .contest-wrap .attention.small {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .attention.small {
    width: 80%;
  }
}
#front-page #front-page-contest2 .contest-wrap .attention.small85 {
  width: 85%;
  margin: 0 auto;
}
#front-page #front-page-contest2 .contest-wrap .attention.mb {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .attention.mb {
    margin-bottom: 36px;
  }
}
#front-page #front-page-contest2 .contest-wrap .attention.mb2 {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .attention.mb2 {
    margin-bottom: 48px;
  }
}
#front-page #front-page-contest2 .contest-wrap .attention.mt {
  margin-top: 24px;
}
#front-page #front-page-contest2 .contest-wrap .attention.no-indent {
  text-indent: 0;
}
#front-page #front-page-contest2 .contest-wrap details {
  width: 65%;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap details {
    width: 95%;
    margin: 0 auto 24px;
  }
}
#front-page #front-page-contest2 .contest-wrap details.large80 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap details.large80 {
    width: 100%;
  }
}
#front-page #front-page-contest2 .contest-wrap details.large {
  width: 100%;
}
#front-page #front-page-contest2 .contest-wrap details summary {
  cursor: pointer;
}
#front-page #front-page-contest2 .contest-wrap details .summary-title {
  background-color: #ffee86;
  padding: 8px 2rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap details .summary-title {
    font-size: 0.8125rem;
    padding: 8px 12px;
    margin-bottom: 16px;
  }
}
#front-page #front-page-contest2 .contest-wrap details .summary-button {
  position: relative;
}
#front-page #front-page-contest2 .contest-wrap details .summary-button::after {
  content: "+";
  display: flex;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 1.25em;
  height: 1.25em;
  border-radius: 16px;
  text-indent: 2px;
  color: #fff;
  background-color: #84cebf;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
#front-page #front-page-contest2 .contest-wrap details[open] .summary-button::after {
  content: "−";
}
#front-page #front-page-contest2 .contest-wrap details .accordion .method {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
  padding: 0 32px;
}
#front-page #front-page-contest2 .contest-wrap details .accordion .method.mb {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap details .accordion .method {
    margin-bottom: 16px;
  }
}
#front-page #front-page-contest2 .contest-wrap details .accordion .download {
  width: 70%;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap details .accordion .download {
    width: 80%;
    margin: 24px auto 48px;
  }
}
#front-page #front-page-contest2 .contest-wrap details .accordion .send {
  width: 100%;
}
#front-page #front-page-contest2 .contest-wrap .content3 {
  width: 80%;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .content3 {
    width: 100%;
  }
}
#front-page #front-page-contest2 .contest-wrap .triangle {
  width: 20%;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .triangle {
    width: 30%;
    margin: 32px auto;
  }
}
#front-page #front-page-contest2 .contest-wrap .form {
  width: 100%;
  margin: 16px auto 80px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .form {
    width: 95%;
  }
}
#front-page #front-page-contest2 .contest-wrap .content4 img {
  width: 100%;
}
#front-page #front-page-contest2 .contest-wrap .content5 {
  width: 85%;
  margin: 48px auto;
}
#front-page #front-page-contest2 .contest-wrap .content6 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .content6 {
    width: 90%;
  }
}
#front-page #front-page-contest2 .contest-wrap .content7 {
  margin: 32px 0 48px;
}
#front-page #front-page-contest2 .contest-wrap .content7 img {
  width: 100%;
}
#front-page #front-page-contest2 .contest-wrap .content8 {
  width: 97%;
  margin: 48px auto 48px 0;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .contest-wrap .content8 {
    width: 75%;
    margin: 48px auto;
  }
}
#front-page #front-page-contest2 .attention-title {
  width: 50%;
  margin: 96px auto 16px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .attention-title {
    width: 80%;
    margin: 32px auto 16px;
  }
}
#front-page #front-page-contest2 .attention-text {
  text-align: center;
  margin: 48px auto 72px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .attention-text {
    width: 80%;
    text-align: left;
    margin: 48px auto 36px;
  }
}
#front-page #front-page-contest2 .link {
  display: block;
  width: fit-content;
  margin: 48px auto 160px;
  border-bottom: 2px solid #c6c0af;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-contest2 .link {
    font-size: 0.875rem;
    margin: 36px auto 80px;
  }
}
#front-page #front-page-contest2 .link::after {
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  margin-left: 8px;
  background-image: url("./images/link.png");
  background-size: cover;
}
#front-page .attention-footer {
  width: 100%;
  margin-bottom: -32px;
}
@media screen and (max-width: 767px) {
  #front-page .attention-footer {
    margin-bottom: -4vw;
  }
}
#front-page #front-page-chance {
  background-color: #a6e1f8;
  padding: 96px 0;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance {
    padding: 64px 0 32px;
  }
}
#front-page #front-page-chance .chance-title {
  width: 60%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-title {
    width: 50%;
  }
}
#front-page #front-page-chance .chance-wrap {
  width: 80%;
  border: 12px solid #ffaba9;
  border-radius: 6px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap {
    width: 100%;
    border: none;
  }
}
#front-page #front-page-chance .chance-wrap .chance-header {
  width: 98%;
  margin: -36px auto 60px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .chance-header {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .sp-light-blue-wrap {
    background-color: #a6e1f8;
    padding-bottom: 32px;
  }
}
#front-page #front-page-chance .chance-wrap .chance-detail-footer {
  width: 100%;
  margin-top: -3vw;
}
#front-page #front-page-chance .chance-wrap .text1 {
  text-align: center;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .text1 {
    width: 85%;
  }
}
#front-page #front-page-chance .chance-wrap .green {
  color: #69bb00;
}
#front-page #front-page-chance .chance-wrap .chance-detail {
  width: 85%;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .chance-detail {
    width: 95%;
  }
}
#front-page #front-page-chance .chance-wrap .chance-inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .chance-inner {
    width: 95%;
  }
}
@media screen and (min-width: 768px) {
  #front-page #front-page-chance .chance-wrap .chance-inner .step-dash {
    background-image: url("./images/dash.png");
    background-repeat: repeat-y;
    background-position: 5% 16px;
  }
}
#front-page #front-page-chance .chance-wrap .chance-inner .step {
  display: flex;
  margin: 0 16px 64px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .chance-inner .step {
    display: block;
    margin: 0 16px 24px;
  }
}
#front-page #front-page-chance .chance-wrap .chance-inner .step .left {
  width: 21%;
  height: fit-content;
  color: #fff;
  background-color: #69bb00;
  border-radius: 16px;
  padding: 2px 0;
  margin-right: 4%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .chance-inner .step .left {
    width: 45%;
    margin: 0 auto;
    padding: 4px 0;
  }
}
#front-page #front-page-chance .chance-wrap .chance-inner .step .right {
  width: 75%;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .chance-inner .step .right {
    width: 100%;
    text-align: center;
    margin: 16px 0 32px;
  }
}
#front-page #front-page-chance .chance-wrap .chance-inner .method {
  width: 65%;
  background-color: #ffee86;
  padding: 8px 0 8px 5rem;
  margin-left: 10%;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .chance-inner .method {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    font-size: 1rem;
  }
}
#front-page #front-page-chance .chance-wrap .chance-inner .method-text {
  color: #69604d;
  margin: 16px 0 0 15%;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .chance-inner .method-text {
    width: 85%;
    margin: 16px auto;
    text-align: center;
    padding-bottom: 32px;
  }
}
#front-page #front-page-chance .chance-wrap .chance-inner .green {
  color: #69bb00;
}
#front-page #front-page-chance .chance-wrap .chance-inner .chance-attention {
  width: 85%;
  color: #9e8849;
  margin: 0 auto 96px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-chance .chance-wrap .chance-inner .chance-attention {
    margin: 0 auto;
    padding-bottom: 64px;
  }
}
#front-page .chance-footer {
  width: 100%;
  margin-top: -32px;
  margin-bottom: -32px;
}
@media screen and (max-width: 767px) {
  #front-page .chance-footer {
    margin-bottom: 0;
    margin-top: -3vw;
  }
}
#front-page #front-page-footer {
  color: #504434;
  background-color: #ffee86;
  text-align: center;
  padding: 48px 0 24px;
}
@media screen and (max-width: 767px) {
  #front-page #front-page-footer {
    padding: 16px 0;
  }
}

#page {
  width: var(--inner);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page {
    width: 100%;
  }
}
#page img {
  display: block;
  width: 100%;
}
#page #page-form {
  background-color: #84cebf;
}
#page #page-form .form-wrap {
  width: 80%;
  border: 12px solid #ffee86;
  background-color: #fff;
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  #page #page-form .form-wrap {
    width: 100%;
    border: none;
  }
}
#page #page-form .form-wrap .form-title {
  text-align: center;
  background-color: #ffee86;
  font-size: 1.125rem;
  padding: 24px 0;
}
#page #page-form .form-inner {
  width: 65%;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  #page #page-form .form-inner {
    width: 87%;
  }
}
#page #page-form .form-inner .item {
  position: relative;
  font-size: 1.125rem;
  margin: 24px 0 8px;
}
@media screen and (max-width: 767px) {
  #page #page-form .form-inner .item {
    font-size: 0.875rem;
    padding: 0 4px;
  }
}
#page #page-form .form-inner .item.check::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-bottom: -3px;
  margin-right: 8px;
  background-image: url("./images/check.png");
  background-size: cover;
}
#page #page-form .form-inner .required::after {
  content: "※";
  display: inline-block;
  color: #fc8136;
}
#page #page-form .form-inner .flex {
  display: flex;
  justify-content: space-between;
}
#page #page-form .form-inner input {
  width: 91%;
  display: inline-block;
  border: 2px solid #84cebf;
  border-radius: 6px;
  padding: 16px 12px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #page #page-form .form-inner input {
    font-size: 0.875rem;
    padding: 12px 8px;
  }
}
#page #page-form .form-inner input.half {
  width: 82%;
}
#page #page-form .form-inner input[type=radio], #page #page-form .form-inner input[type=checkbox] {
  width: auto;
  accent-color: cadetblue;
}
#page #page-form .form-inner input[type=file] {
  border: 1px solid #c6c0af;
}
#page #page-form .form-inner textarea {
  width: 95%;
  border: 2px solid #84cebf;
  border-radius: 6px;
  padding: 12px;
  line-height: 1.8;
}
#page #page-form .form-inner .wpcf7-list-item {
  margin: 0 32px 16px 0;
}
@media screen and (max-width: 767px) {
  #page #page-form .form-inner .wpcf7-list-item {
    display: block;
    font-size: 0.875rem;
    margin: 0 0 12px 0;
    text-indent: calc(-1.5em - 4px);
    padding-left: calc(1em + 12px);
  }
}
#page #page-form .form-inner .link {
  width: calc(100% - 32px);
  display: block;
  background-color: #cae6a8;
  padding: 8px 16px;
  border-radius: 6px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  #page #page-form .form-inner .link {
    padding: 12px 16px;
    margin: 12px 0 24px;
    font-size: 0.875rem;
    text-align: center;
  }
}
#page #page-form .form-inner .link.center {
  text-align: center;
}
#page #page-form .form-inner .link.check::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-bottom: -4px;
  background-image: url("./images/check.png");
  background-size: cover;
}
#page #page-form .form-inner .attention {
  color: #9e8849;
  padding-left: 1.5em;
  text-indent: -1.125em;
}
@media screen and (max-width: 767px) {
  #page #page-form .form-inner .attention {
    font-size: 0.875rem;
  }
}
#page #page-form .form-inner .attention.mt {
  margin-top: 16px;
}
#page #page-form .form-inner .attention.mb {
  margin-bottom: 24px;
}
#page #page-form .form-inner .attention.mb2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #page #page-form .form-inner .attention.mb2 {
    margin-bottom: 32px;
  }
}
#page #page-form .form-inner .attention.no-indent {
  padding-left: 0;
  text-indent: 0;
}
#page #page-form .form-inner .text {
  font-size: 0.875rem;
  margin-bottom: 16px;
}
#page #page-form .triangle {
  width: 25%;
  margin: 48px auto 32px;
}
@media screen and (max-width: 767px) {
  #page #page-form .triangle {
    margin: 16px auto;
  }
}
#page #page-form .send-button {
  display: block;
  width: 45%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  #page #page-form .send-button {
    width: 80%;
  }
}
#page #page-form .form-footer {
  margin-bottom: -16px;
}
@media screen and (max-width: 767px) {
  #page #page-form .form-footer {
    margin-bottom: -3vw;
  }
}
#page #page-form .footer {
  background-color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #page #page-form .footer {
    font-size: 0.75rem;
  }
}
