@charset "UTF-8";
/* ==========================================================================
	白色Bar
========================================================================== */
.spBar {
  position: fixed;
  top: 30px;
  z-index: 998;
  padding-left: 25px;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.spBar.icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spBar .iconName {
  display: flex;
  padding-bottom: 2px;
  align-items: center;
}
.spBar .iconName img {
  margin-right: 5px;
  width: 32px;
}
.spBar .iconName p {
  font-size: 24px;
  color: #1473d5;
  font-weight: 500;
}
.spBar .menu {
  float: right;
  display: flex;
  height: 100%;
}
.spBar .menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 100%;
  font-size: 18px;
  color: #333333;
}
.spBar .menu a:hover, .spBar .menu a.menu_focus {
  color: #007de9;
}

/* ==========================================================================
	Wrap
========================================================================== */
a, a > *, a svg path, button, img {
  display: inline-table;
  transition: 0.3s;
}

.wrap {
  padding-top: 90px;
  color: #333333;
}
.wrap header {
  width: 100%;
  height: 550px;
  background-image: url("../img/header.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrap header h1 {
  font-size: 0;
}
.wrap main {
  padding-bottom: 40px;
  background-color: #dcf2ff;
}
.wrap .content {
  margin: 0 auto;
  padding: 13px;
  max-width: 1000px;
  background-color: #ffffff;
  border: 3px #c4cfe3 solid;
  border-radius: 25px;
}
.wrap .content .boxLine {
  padding: 50px;
  border: 10px #ebeef3 solid;
  border-radius: 15px;
}
.wrap section {
  margin-bottom: 50px;
}
.wrap section:last-child {
  margin-bottom: 0;
}

.foreword {
  padding: 30px 15px 15px;
  border: #ebeef3 3px solid;
  border-radius: 8px;
}
.foreword .check {
  line-height: 1;
  text-align: center;
}
.foreword .txt1 {
  position: relative;
  margin-bottom: 5px;
  font-size: 45px;
  font-weight: bold;
}
.foreword .txt1 span {
  display: inline-block;
  margin-bottom: -2px;
  font-size: 70px;
  color: #f52048;
  font-family: Arial, sans-serif;
  vertical-align: text-bottom;
}
.foreword .txt2 {
  margin-bottom: 40px;
  font-size: 33px;
}
.foreword button {
  margin-bottom: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  height: 45px;
  font-size: 21px;
  color: #ffffff;
  border-radius: calc(45px / 2);
  background-color: #2b4ec0;
}
.foreword button:hover {
  background-color: #4168ea;
}
.foreword button.close {
  display: none;
}
.foreword button:first-of-type {
  margin-right: 15px;
}
.foreword .record {
  display: ;
  padding: 15px;
  background-color: #f3f5f5;
  border-radius: 6px;
}
.foreword .record p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.foreword .record .table {
  max-height: 247px;
  overflow: auto;
}
.foreword .record table {
  width: 100%;
  border: 1px #d1d2d2 solid;
}
.foreword .record table th, .foreword .record table td {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.foreword .record table th {
  color: #ffffff;
  font-weight: 400;
  background-color: #a4a6a6;
  border-right: 1px #d0d0d0 solid;
}
.foreword .record table td {
  line-height: 1.3;
  background-color: #ffffff;
  border: 1px #d1d2d2 solid;
  border-left-width: 0;
  border-bottom-width: 0;
}
.foreword .record table td:last-child {
  color: #2b4ec0;
}
.foreword .record table th:last-child, .foreword .record table td:last-child {
  border-right-width: 0;
}
.foreword .record table tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.mission {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}
.mission .msBox {
  display: flex;
  position: relative;
  padding: 10px;
  width: 32.3%;
  border-radius: 8px;
}
.mission .info {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
  background-color: #f3f5f5;
  border-radius: 5px;
}
.mission .icon {
  display: block;
  margin: 0 auto 15px;
  max-width: 180px;
  min-width: 130px;
}
.mission .part {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}
.mission .txt {
  flex-grow: 1;
  padding: 20px 13px;
  text-align: center;
  background-color: #ffffff;
  border: 1px #dfe1e1 solid;
  border-radius: 10px;
}
.mission .txt h2 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  border-bottom: 1px #c4c1bc solid;
}
.mission .txt p {
  font-size: 16px;
  line-height: 1.3;
}
.mission .txt .imp {
  display: block;
  margin-bottom: 5px;
}
.mission button {
  margin-top: 15px;
  padding-bottom: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  height: 45px;
  font-size: 21px;
  color: #ffffff;
  border-radius: calc(45px / 2);
  background-color: #2b4ec0;
}
.mission button:hover {
  background-color: #4168ea;
}
.mission .ms1 {
  background-color: #ffab67;
}
.mission .ms1 .info {
  border: 3px #cd7a42 solid;
}
.mission .ms1 .txt h2 {
  color: #c84731;
}
.mission .ms1 .txt .imp {
  color: #ff6600;
}
.mission .ms1 button {
  background-color: #c84731;
}
.mission .ms1 button:hover {
  background-color: #e6533a;
}
.mission .ms2 {
  background-color: #6ed3bf;
}
.mission .ms2 .info {
  border: 3px #539f92 solid;
}
.mission .ms2 .txt h2 {
  color: #1b8e95;
}
.mission .ms2 .txt .imp {
  color: #26b11f;
}
.mission .ms2 button {
  background-color: #1b8e95;
}
.mission .ms2 button:hover {
  background-color: #1fa7ae;
}
.mission .ms3 {
  background-color: #96bdf8;
}
.mission .ms3 .info {
  border: 3px #558bc8 solid;
}
.mission .ms3 .txt h2 {
  color: #2b4ec0;
}
.mission .ms3 .txt .imp {
  color: #1599ff;
}
.mission .finish button {
  background-color: #d5dada;
  cursor: default;
}
.mission .finish button:hover {
  background-color: #d5dada;
}

.prize h2 {
  margin-bottom: 20px;
  padding-left: 8px;
  font-size: 25px;
  color: #1473d5;
  font-weight: 500;
  border-left: 8px #2ac7de solid;
}
.prize .itemBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.prize .item {
  position: relative;
  width: 24.3%;
  color: #ffffff;
  overflow: hidden;
  background-color: #db3a77;
  border: 3px #db3a77 solid;
  border-radius: 8px;
}
.prize .item .quota {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 3px 12px 5px;
  font-size: 15px;
  background-color: #db3a77;
  border-radius: 20px;
}
.prize .item img {
  width: 100%;
}
.prize .item p {
  padding: 13px 10px 10px;
  font-size: 19px;
  text-align: center;
}
.prize .item p span {
  display: block;
  margin-top: 5px;
}

.rule .ruleBox:first-child {
  margin-bottom: 45px;
}
.rule h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #d9d6cb solid;
}
.rule h2 span {
  display: table;
  padding-left: 8px;
  font-size: 25px;
  color: #1473d5;
  font-weight: 500;
  border-left: 8px #2ac7de solid;
}
.rule ol {
  padding-left: 20px;
  margin: 0;
}
.rule ol li {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  list-style-type: decimal;
}

footer {
  position: relative;
  padding: 40px 15px 35px;
  font-size: 15px;
  color: #5ba4d0;
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: #164561;
}
footer .link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .link a {
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px #ffffff solid;
}
footer .link a:last-child {
  border-width: 0;
}
footer .link a:hover {
  text-decoration: underline;
}
footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright svg {
  margin-right: 25px;
  width: 170px;
}
footer .copyright svg path {
  fill: #5ba4d0;
}
footer .copyright p {
  text-align: left;
  line-height: 1.6;
}
footer .copyright p .tel {
  margin-right: 20px;
  color: #5ba4d0 !important;
  text-decoration: none !important;
  cursor: text !important;
  pointer-events: none !important;
}
footer .copyright p .company {
  display: none;
}

@media screen and (min-width: 1920px) {
  .wrap header {
    height: 30vw;
  }
}
@media screen and (max-width: 1060px) {
  footer .link {
    margin-bottom: 10px;
  }
  footer .link a {
    margin-bottom: 15px;
  }
  footer .copyright svg {
    display: none;
  }
  footer .copyright p {
    text-align: center;
  }
  footer .copyright p .company {
    display: inline;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1014px) {
  a, a > *, button {
    display: inline-table;
    transition: 0s;
  }
  .spBar {
    padding-left: 7px;
    height: 45px;
  }
  .spBar.icon .menu {
    width: auto;
  }
  .spBar.icon .menu a {
    padding: 0 10px;
    width: auto;
    font-size: 15px;
  }
  .spBar .iconName img {
    margin-right: 5px;
    width: 20px;
  }
  .spBar .iconName p {
    font-size: 18px;
  }
  .spBar .menu {
    width: 100%;
  }
  .spBar .menu a {
    padding: 0;
    width: 25%;
    font-size: 15px;
  }
  .wrap {
    padding-top: 75px;
  }
  .wrap header {
    height: 67vw;
    background-image: url("../img/header_m.jpg");
    background-size: contain;
  }
  .wrap .content {
    margin: 0 25px;
    padding: 8px;
    border-width: 2px;
    border-radius: 15px;
  }
  .wrap .content .boxLine {
    padding: 30px;
    border-width: 8px;
    border-radius: 8px;
  }
  .wrap section {
    margin-bottom: 40px;
  }
  .foreword .txt1 {
    font-size: 40px;
  }
  .foreword .txt1 span {
    font-size: 65px;
  }
  .foreword .txt2 {
    font-size: 27px;
  }
  .foreword button {
    font-size: 19px;
  }
  .mission .msBox {
    width: calc((100% - 20px) / 3);
  }
  .mission .txt h2 {
    font-size: 3.3vw;
  }
  .mission button {
    max-width: none;
    font-size: 19px;
  }
  .prize .item p {
    padding: 13px 0 10px;
    font-size: 19px;
  }
  .rule .ruleBox:first-child {
    margin-bottom: 35px;
  }
  footer .link {
    margin-bottom: 0;
  }
  footer .link a {
    margin-bottom: 20px;
  }
  footer .copyright svg {
    display: none;
  }
  footer .copyright p {
    text-align: center;
  }
  footer .copyright p .company {
    display: inline-block;
    margin-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .foreword {
    padding: 25px 15px 10px;
  }
  .foreword .txt1 {
    font-size: 36px;
  }
  .foreword .txt1 span {
    font-size: 60px;
  }
  .foreword .txt2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .foreword button {
    width: 47%;
  }
  .foreword button:first-of-type {
    margin-right: 7px;
  }
  .foreword .record table th, .foreword .record table td {
    padding: 8px;
    font-size: 15px;
  }
  .mission .msBox {
    margin-top: 20px;
    padding: 8px;
    width: 100%;
  }
  .mission .msBox:first-child {
    margin-top: 0;
  }
  .mission .info {
    border-width: 2px;
  }
  .mission .txt h2 {
    font-size: 30px;
  }
  .prize .item {
    margin-bottom: 2%;
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .wrap .content .boxLine {
    padding: 25px;
  }
  .wrap section:first-child {
    margin-bottom: 25px;
  }
  .foreword {
    padding: 25px 15px 10px;
  }
  .foreword .txt1 {
    font-size: 30px;
  }
  .foreword .txt1 span {
    font-size: 50px;
  }
  .foreword .txt2 {
    font-size: 20px;
  }
  .foreword button {
    height: 40px;
    font-size: 18px;
  }
  .mission button {
    height: 40px;
    font-size: 18px;
  }
  .prize h2 {
    font-size: 23px;
  }
  .rule h2 span {
    font-size: 23px;
  }
  footer .link {
    margin-left: auto;
    margin-right: auto;
    max-width: 377px;
  }
  footer .link a:nth-child(3) {
    border-width: 0;
  }
}
@media screen and (max-width: 480px) {
  .spBar.icon .menu a {
    margin: 0 2.1vw;
    padding: 0;
  }
  .wrap main {
    padding-bottom: 25px;
  }
  .wrap .content {
    margin: 0 15px;
    padding: 5px;
  }
  .wrap .content .boxLine {
    padding: 20px;
    border-width: 4px;
  }
  .wrap section {
    margin-bottom: 30px;
  }
  .wrap section:first-child {
    margin-bottom: 20px;
  }
  .foreword {
    margin-bottom: 15vw;
    padding: 20px 10px 10px;
    border-width: 2px;
  }
  .foreword .txt1 {
    font-size: 27px;
  }
  .foreword .txt1 span {
    font-size: 43px;
  }
  .foreword .txt2 {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.2;
  }
  .foreword button {
    margin-bottom: 15px;
    height: 36px;
    font-size: 16px;
  }
  .foreword .record p {
    font-size: 15px;
  }
  .mission {
    margin-bottom: 20px;
  }
  .mission .msBox {
    margin-top: 12px;
  }
  .mission .icon {
    width: 60%;
  }
  .mission .txt h2 {
    font-size: 27px;
  }
  .mission button {
    margin-top: 10px;
    height: 36px;
    font-size: 16px;
  }
  .prize h2 {
    margin-bottom: 15px;
    padding-left: 6px;
    font-size: 21px;
    border-left-width: 6px;
  }
  .prize .item {
    margin-bottom: 12px;
    width: 100%;
  }
  .prize .item:last-child {
    margin-bottom: 0;
  }
  .prize .item p {
    padding: 10px 0 7px;
    font-size: 18px;
  }
  .rule .ruleBox:first-child {
    margin-bottom: 25px;
  }
  .rule h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .rule h2 span {
    padding-left: 6px;
    font-size: 21px;
    border-left-width: 6px;
  }
  .rule ol li {
    font-size: 15px;
    line-height: 1.6;
  }
  footer {
    padding: 30px 15px;
    font-size: 14px;
  }
  footer .link {
    max-width: 360px;
  }
  footer .copyright {
    line-height: 1.8;
  }
  footer .copyright p .tel {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .wrap .content .boxLine {
    padding: 15px;
  }
  .foreword {
    padding: 15px 6px 6px;
  }
  .foreword .txt1 {
    font-size: 25px;
  }
  .foreword .txt1 span {
    font-size: 40px;
  }
  .foreword .txt2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .foreword button {
    height: 34px;
    font-size: 15px;
  }
  .foreword button:first-of-type {
    margin-right: 4px;
  }
  .mission .msBox {
    margin-top: 15px;
    padding: 6px;
  }
  .mission .txt {
    padding: 15px;
  }
  .mission .txt h2 {
    font-size: 24px;
  }
  .mission .txt p {
    font-size: 15px;
  }
  .mission button {
    height: 34px;
    font-size: 15px;
  }
  .prize .item .quota {
    font-size: 14px;
  }
  .prize .item p {
    font-size: 17px;
  }
}/*# sourceMappingURL=style.css.map */