@charset "UTF-8";
/* Scss Document */
h1 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1em; }

h2 {
  background: url("bg.png");
  background-repeat: repeat;
  background-position: top center;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  margin: 0 0 0.5em 0;
  padding: 15px 5px;
  color: #FFF;
  text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0 2px 0 #000,  0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000; }

h3 {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  padding: 5px;
  text-align: center;
  color: #FFF;
  background: #E70000; }

h4 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0.5em 0 0 0;
  padding: 5px;
  color: #FFF;
  background: #006B37; }

a {
  text-decoration: underline; }
  a:link {
    color: #06C; }
  a:active {
    color: #C00; }
  a:hover {
    color: #C00; }
  a:visited {
    color: #06C; }

p {
  margin: 0 0 1em 0;
  line-height: 1.4; }

em {
  color: #C00;
  text-decoration: none;
  font-style: normal; }

small,
.small {
  font-size: 0.75rem;
  /*12px*/ }

li {
  margin-bottom: 0.3em; }

.note {
  list-style: none;
  margin: 10px 0;
  text-indent: -1em;
  padding: 10px 10px 10px 1.5em;
  background: #FFF;
  border: 1px dashed #999; }
  .note li:last-child {
    margin-bottom: 0; }
  .note strong {
    color: #C00; }
  .note ul, .note ol {
    text-indent: 0;
    margin: 0.3em 0 0.3em 2em; }
  .note ul {
    list-style: circle; }

/*----------------------------*/
/*ヘッダー部  -->heder.css*/
/*ソーシャルボタン  -->heder.css*/
/*----------------------------*/
/*title color*/
.camp_title {
  background: #004893; }
  .camp_title h1 {
    padding: 5px;
    color: #FFF;
    font-size: 1.4rem;
    margin-bottom: 0;
    background-image: none; }

/*----------------------------*/
/*main contents*/
/*----------------------------*/
/*xcp202309*/
article {
  margin: 0;
  padding: 0 0 50px 0;
  position: relative;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.2) 90%), url(bg_kira1.png), url(bg_kira2.png), url(bg2.png);
  background-repeat: repeat;
  background-position: top center; }
  article h1 {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0) 90%), url(star.png), url(bg.png);
    background-repeat: repeat;
    background-position: top center;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
    article h1 img {
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
      max-width: 1000px;
      width: 100%;
      height: auto;
      vertical-align: bottom; }

article > section {
  max-width: 1000px;
  margin: 0 auto 3em auto;
  padding: 0; }
  article > section div.introtext {
    margin-bottom: 2em; }
    article > section div.introtext p {
      font-size: 1.4rem;
      line-height: 1.3;
      margin-bottom: 0.5em; }
  article > section img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto; }

/*----------------------------*/
/*セクションごと */
/*----------------------------*/
section#howto section {
  border: 2px solid #E70000;
  margin-bottom: 1em;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7); }
  section#howto section h3 {
    margin: -15px -15px 1em -15px; }
  section#howto section h3 + div {
    text-align: center;
    color: #C72526;
    border: 1px solid #C72526;
    padding: 5px;
    margin-bottom: 0.5em; }
    section#howto section h3 + div p {
      font-size: 1.4rem;
      margin-bottom: 0; }
section#howto > div p {
  font-size: 1.4rem; }

ol {
  counter-reset: item;
  list-style: none; }
  ol li {
    text-indent: -2.5em;
    padding-left: 2.5em; }
  ol li:before {
    counter-increment: item;
    content: counter(item) ".";
    padding-right: .2em;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 2rem;
    font-weight: bold;
    color: #E70000; }

.t-space {
  margin: 5px auto; }
  .t-space a {
    text-indent: 0;
    padding-left: 2.5em; }

h4 + ul {
  background: #FFE100;
  padding: 0.5em; }
  h4 + ul li {
    font-size: 1.4rem;
    font-weight: 800;
    margin-left: 1em; }

/*応募*/
.link_b p a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 5px auto;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  background: linear-gradient(to bottom, #006B37, #000);
  border-radius: 0.7em; }
.link_b p a:active,
.link_b p a:hover {
  background: #FF8600;
  text-decoration: none; }

/*  product説明  */
.product {
  width: auto;
  border-radius: 8px;
  margin: 1em auto;
  padding: 20px 20px 15px 20px;
  background: #FFF;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4); }
  .product .image_frame img {
    border: 1px solid #CCC; }
  .product .prolink {
    margin-top: 10px;
    margin-bottom: 10px; }
    .product .prolink a {
      display: block;
      text-align: center;
      text-decoration: none;
      margin: 5px 0;
      padding: 10px;
      font-size: 1.4rem;
      font-weight: bold;
      border-radius: 10px;
      background: linear-gradient(to bottom, #99CCFF, #000);
      color: #FFF; }
    .product .prolink a:active,
    .product .prolink a:hover {
      background: #C72526;
      text-decoration: none; }

@media (max-width: 1040px) {
  section {
    width: calc(100% - 40px); }
    section section {
      width: 100%; } }
@media (max-width: 900px) {
  section h1 {
    font-size: 1.4rem;
    line-height: 1.1;
    margin-left: -20px;
    margin-right: -20px; }

  .camp_ttitle h1 {
    font-size: 1.2rem; } }
/*      form      */
section#form span {
  color: #E70000; }
section#form h2 {
  margin-bottom: 0; }
section#form form {
  border: 2px solid #E70000;
  margin: 0 0 1em 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7); }
  section#form form input, section#form form select, section#form form textarea {
    font-size: 1.4rem; }
  section#form form input[type=checkbox] {
    margin-right: 0.2em; }
  section#form form input#name {
    width: 70%; }
  section#form form textarea,
  section#form form input#EMAIL,
  section#form form input#other {
    width: 95%; }

@media (max-width: 900px) {
  section#form form input#name {
    width: 95%; } }
form dl {
  margin-bottom: 2em; }
  form dl dt {
    font-size: 1.4rem;
    color: #0064B7;
    padding-bottom: 3px;
    border-bottom: 1px solid #0064B7;
    margin-bottom: 0.5em; }
  form dl dd {
    margin-bottom: 1.5em;
    font-size: 1.4rem; }
    form dl dd .note, form dl dd p {
      font-size: 1rem; }

/*送信ボタン　div*/
.submit_button {
  text-align: center;
  margin-bottom: 2em;
  display: flex;
  justify-content: center; }
  .submit_button div {
    width: 50%;
    margin: 0 0 0 10px; }
  .submit_button div:first-child {
    margin: 0 10px 0 0; }

@media (max-width: 640px) {
  .submit_button {
    display: block; }
    .submit_button div,
    .submit_button div:first-child {
      width: 100%;
      margin: 0 0 10px 0; } }
.submit_button input {
  border: none;
  display: block;
  width: 100%;
  background: #012A85;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #FFF;
  padding: 15px 0;
  margin: 0;
  background: linear-gradient(to bottom, #79d8f0, #012A85 100%);
  border-radius: 10px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  box-shadow: #666 0px 2px 3px; }
.submit_button input:hover {
  background: #2facf4; }

/*error mes*/
.error {
  font-size: 1.2rem;
  margin: 1.5em 0 3em 2em; }
  .error li {
    margin-bottom: 0.3em;
    color: #C72526; }
