@charset "UTF-8";
html {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.07em;
  font: 12px Helvetica, Arial, Tahoma, sans-serif;
  font-family: 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
}
body {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: #000;
}
/* リンク */
a {
  text-decoration: none;
}
a:link {
  color: #60c7f0;
}
a:visited {
  color: #60c7f0;
}
a:hover {
  color: #FFED2A;
}
a:active {
  color: #60c7f0;
}
/* ボタンリンク */
.btn01 a {
  background: #e6592e;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  max-width: 1000px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 2em;
}
.btn01 a:hover {
  background: #FFED2A;
  color: #000;
}
.btn01 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.btn01 a:hover:after {
  border-color: #000;
}
/* ボタンリンク2 */
.btn02 a {
  border-radius: 5px;
  /* border: solid 2px #fff; */
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  max-width: 1000px;
  padding: 10px 25px;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 2em;
}
.btn02 a:hover {
  /* border: 2px solid #FFED2A; */
  background: #FFED2A;
}
.btn02 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.btn02 a:hover:after {
  border-color: #000;
}
/* 画像 */
img {
  max-width: 100%;
  text-align: center;
  margin: auto;
}
* {
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
  padding-left: 0px;
  font-size: 1em;
}
.bg {
  background-blend-mode: screen;
  position: relative;
  text-align: center;
}
.kv {
  padding-bottom: 20px;
  text-align: center;
  margin: auto;
}
/* 見出し */
h2 {
  text-align: center;
  color: #fff;
  margin: 20px auto 50px;
  display: block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
.ttl1 {
  display: inline-block;
  position: relative;
  color: #fff;
}
.ttl1:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  width: 80px;
  height: 6px;
  background-color: #fff;
}
h3 {
  font-size: 2rem;
  text-align: left;
  margin: 0 0 15px;
}
p {
  font-size: 1.5rem;
  margin: 0;
}
.contentsWrap_inner {
  text-align: center;
}
.menu {
  margin-bottom: 20px;
}
.sct_inner {
  position: relative;
  margin: 0 auto;
  width: min(1000px, 100%)
}
/* おしらせ */
.info_inner {
  border: 1px red solid;
  padding: 10px 30px;
  margin: 30px 30px;
}
.info_inner p {
  text-align: left;
  color: #fff;
  font-size: 14px;
}
/* コンテンツエリア */
.sct {
  text-align: left;
  margin-bottom: 50px;
  max-width: 1000px;
}
/* トップへ戻る */
.sct .top {
  margin: 20px;
  position: relative;
}
.top a {
  line-height: 60px;
  color: #FE0000;
  font-size: 16px;
}
/* フッター */
.ftr {
  padding: 10px;
  margin-bottom: 50px;
  max-width: 1000px;
}
.ftr-end {
  text-align: center;
  padding: 10px 0 20px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/* SP */
@media screen and (max-width: 767px) {
  .chocozap {
    font-size: 14px;
  }
  .kv {
    padding-bottom: 0;
    margin-bottom: 35px;
  }
  .kv img {
    width: 100%;
    padding: 0;
  }
  .container {
    padding: 0 15px;
  }
  h2 {
    margin: 5px auto 40px;
    text-align: center;
  }
  h2 .ttl1 {
    font-size: 3rem;
  }
  h3 {
    font-size: 19px;
    margin: 5px 0 10px;
    letter-spacing: 0;
  }
  p {
    font-size: 15px;
  }
  ol, li {
    font-size: 0.9em;
  }
  .btn01 a {
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0;
  }
  .btn02 a {
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0;
  }
  .sct img {
    width: 100%;
  }
  .ftr {
    text-align: center;
    margin: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }	
.flow-step > li {
  list-style-type: none;
  border: 3px solid #D5D5D5;
  padding: 10px;
  max-width: 350px;
  border-radius: 10px;
}
}
/* 文字スタイル */
.font-yellow {
  color: #FFED2A;
}
.font-orange {
  color: #fcb717;
}
.font-blue {
  color: #60c7f0;
}
.font-bold {
  font-weight: bold;
}
.mb3 {
  margin-bottom: 3px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
/* 注意事項 */
#caution a {
  text-decoration: none;
  text-decoration: underline;
}
#caution a:link {
  color: #ffffff;
}
#caution a:visited {
  color: #ffffff;
}
#caution a:hover {
  color: #FFED2A;
}
#caution a:active {
  color: #ffffff;
}
/* 枠 */
.p-frame {
  border: solid 1px #fff;
  padding: 10px;
}
/* 参加方法 */
.flow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.flow-step {
  padding-left: 0;
}
.flow-step > li {
  list-style-type: none;
  border: 3px solid #D5D5D5;
  padding: 20px;
  width: 1000px;
  border-radius: 10px;
}
.flow-step > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
.flow-step > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #D5D5D5;
}
.flow-step > li dl dt {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #FFED2A;
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
.flow-step > li .flow-icon {
  color: #FFED2A;
  margin-right: 0.5em;
}
.flow-step > li dl dd {
  margin: 0;
}
.flow-attention {
	margin: auto;
	padding: 20px 0 40px;
}
/* フッター */
.chocozap {
  font-size: 1.6em;
  color: #fff;
  /* padding: .5em 0;
	border-top: solid 3px #fcb717;
	border-bottom: solid 3px #fcb717; */
}
.box-row {
   display: flex;
  flex-wrap: wrap;
  max-width:1000px;
  padding-bottom: 50px;
}
/* 中央揃え */
.center {
	text-align: center;
	margin: 15px auto;
}

@media screen and (min-width: 768px) {
.box-item {
 width: 25%;
 padding: 0 15px 15px 0;
}
	
.chocozap-img {
  max-width: 370px;
  margin-bottom: 50px;
}
}


@media screen and (max-width: 767px) {
	
.chocozap-img {
  max-width: 300px;
}
.box-item {
 width: 50%;
 padding: 0 15px 15px 0;
}
}