@charset "utf-8";
/* CSS Document */

/*ベースはじまり*/

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333333;
  font-size: 15px;
  font-family: Meiryo, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

html{
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

img {
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #3583aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img:hover {
  opacity: 0.8;
}

.bold{
  font-weight: bold;
}

.red{
  color: #DC0509;
}

.pc{
  display: initial;
}

.sp{
  display: none;
}

/*ベースおわり*/

/*headerはじまり*/

header {
  width: 100%;
  max-height: 120px;
  margin: 0 auto;
  background: -moz-linear-gradient(top, #F68746 0%, #F9CA5D 50%, #fff 100%);
  background: -webkit-linear-gradient(top, #F68746 0%, #F9CA5D 50%, #fff 100%);
  background: linear-gradient(to bottom, #F68746 0%, #F9CA5D 50%, #fff 100%);
}

.logo {
  text-align: center;
}

.logo img{
  max-width: 1000px;
  width: 100%;
}


/*headerおわり*/

/*メインコンテンツ（ベース）はじまり*/

#wrap {
  padding: 30px 0 35px;
  box-shadow: 0px 2px 4px #eae8e1 inset;
}

.content {
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*メインコンテンツ（ベース）おわり*/

/*メインコンテンツはじまり*/

.sidebar {
  -webkit-flex: 1;
  flex: 0 0 230px;
  max-width: 230px;
  width: 100%;
  margin: 0 20px 0 20px;
}

.sidebar ul {
  text-align: left;
  font-size: 16px;
  margin-bottom: 25px;
}

.sidebar li {
  letter-spacing: 1px;
  font-weight: 600;
  list-style: none;
}

.sidebar a:hover {
  text-decoration: none;
}

.sidebar-etc h4 {
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #333;
  border-left: 10px solid #F7944B;
  border-bottom: 2px solid #F7944B;
}

.sidebar-etc img{
  width: 100%;
  margin-bottom: 10px;
}

.menu {
  display: inline-block;
  max-width: 230px;
  width: 100%;
  font-weight: 600;
  line-height: 50px;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  transition: .3s;
  border-bottom: 1px solid #F8BC58;
  position: relative;
}

.menu small{
	font-size: 14px;
}

.menu:hover {
  color: #F67A42;
  background: -moz-linear-gradient(top, #F7944B 0%, #F9CA5D 20%, #FFF 60%);
  background: -webkit-linear-gradient(top, #F7944B 0%, #F9CA5D 20%, #FFF 60%);
  background: linear-gradient(to bottom, #F7944B 0%, #F9CA5D 20%, #FFF 60%);
  background-repeat: no-repeat;
  border-bottom: 1px solid #F9CA5D;
}

.main {
  -webkit-flex: 1;
  flex: 1;
  max-width: 680px;
  width: 100%;
  margin: 0 20px 0 10px;
}

.info h2 {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #fff;
  background-color: #F67A42;
}

.info h3 {
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 12px;
  margin: 10px 0;
  border-bottom: 2px solid #F7944B;
}

.info h4 {
	letter-spacing: 1px;
	padding-left: 12px;
	margin-bottom: 3px;
  color: #F68746;
}

.info h4 span{
  color: #DC0509;
}

.info h4.midashi{
  position: relative;
  padding-left: 35px;
}

.info h4.midashi::before{
  content: "\025c6";
  position: absolute;
  left: 20px;
}

.info p {
  padding-left: 22px;
}

/* ※・◆ */

.info p.top {
  margin-top: -15px;
}

.info p.bottom {
  margin-bottom: 20px;
}

.info .plus {
  margin: 0 0 5px 22px;
  position: relative;
}

.info .dia {
  margin: 0 0 5px 12px;
  position: relative;
}

.info .plus::before,
.info .dia::before {
  position: absolute;
  top: 0;
  left: 0;
}

.info .plus{
  padding-left: 25px;
}

.info .plus::before{
  content: "※";
}

.info .dia::before{
  content: "\025c6";
}

/* 注意・案内 */

.info-contact{
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
  margin: 10px 0 20px;
  padding: 10px;
}

.info-contact p{
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}

.info-plus{
  border: 3px solid #F7944B;
  margin: 10px auto 20px;
  padding: 10px 15px;
}

.info-plus p{
  padding: 0 10px;
  margin: 0;
}

.info-red{
  border: 3px solid #DC0509;
  margin: 10px auto 20px;
  padding: 10px 15px;
}

.info-red h3{
  color: #DC0509;
  border-bottom: 2px solid #DC0509;
}

.info-red h4{
  color: #DC0509;
}

/*メインコンテンツおわり*/

/*ボタン設定--まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0;
/*justify-content: space-around; 枠からはみ出たら有効にする */
}

.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px auto;
}

.btn-box .btn-w{
  width: 250px;
}

.btn-box a{
  margin-bottom: 10px;
}

.btn-box img{
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
}

.btn-box span{
  font-size: 1.4rem;
}

.btn-1,
a.btn-1 {
	background-color: #F68746; /* 色設定 */
  border: 4px double #fff;
}

.btn-1:hover,
a.btn-1:hover {
	background-color: #F8AF54; /* 色設定 */
  color: #fff;
}

.btn-2,
a.btn-2 {
	background-color: #F7944B; /* 色設定 */
  border: 4px double #fff;
}

.btn-2:hover,
a.btn-2:hover {
	background-color: #F8BC58; /* 色設定 */
}

.btn-login,
a.btn-login {
  width: 230px;
  padding: 10px 5px;
  font-size: 1.6rem;
}

/* ボタン設定 おわり */

/*メインコンテンツ（jizen）はじまり*/

.jizen {
	margin-bottom: 40px;
}

.jizen .imp-box{
  margin: 10px 20px 10px 20px;
}

.jizen table{
  max-width: 680px;
  width: 100%;
  margin: 10px auto 25px;
  border-spacing: 0;
  background-color: #FFF;
  border-collapse: collapse;
	text-align: center;
}

.jizen table th{
  border: 1px solid #666;
  padding: 10px 0;
  color: #333;
  background-color: #F8BC58;
}

.jizen table td{
  border: 1px solid #666;
  text-align: left;
  padding: 10px 20px;
}

.jizen table th:first-child {
  width: 50px;
}

.jizen table td:last-child {
 width: 430px;
 text-align: left;
}

.jizen .maney table {
  max-width: 300px;
}

.jizen .maney table th {
  width: 200px;
}

.jizen .maney table td {
  text-align: center;
}

.jizen .time table {
  max-width: 680px;
}

.jizen .time table th {
  background-color: #F9CA5D;
}

.jizen .time table th:first-child {
  width: 130px;
  padding: 0 5px;
}

.jizen .time table th:nth-of-type(2) {
  width: 240px;
}

.jizen .time table th:last-child {
  width: 240px;
}

.info table td ul{
  margin: 0 auto;
}

.info table td ul li{
  margin-left: 20px;
}

.info table td p {
  margin: 0 0 0 -20px;
}

.info table td p.plus{
  margin: 0px;
}

.info ul li {
  margin: 0 0 0 40px;
}

.info ul{
  margin: 0 auto 20px;
}

.box {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 10px 20px;
  padding: 10px 5px;
  border: 3px double #F7944B;
}

.marker {
  background-color: #F7944B;
}

/*メインコンテンツ（jizen）おわり*/

/* 参加登録フロー はじまり */

.jizen .important{
  width: 85%;
  margin: 10px auto;
  border: 2px double #DC0509;
  text-align: left;
  /* border-radius: 10px; */
}

.jizen .important p{
  padding: 10px 20px;
  margin: 0;
  font-weight: bold;
  color: #DC0509;
}

.jizen .important ul li{
  color: #DC0509;
  padding: 0;
  margin-left: 45px;
  font-weight: bold;
  line-height: 1.5;
}

.jizen .imp-box{
  margin: 10px 30px;
  padding: 10px;
  background-color: rgba(248, 175, 84, 0.5);
  border-radius: 10px;
}

.jizen .imp-box dt{
  float: left;
  font-weight: bold;
  margin-right: 0;
}

.jizen .imp-box dd{ /* ※＜重要＞ */
  margin-left: 80px;
  font-weight: bold;
}

.jizen .imp-box .imp dd{ /* ＜重要＞ */
  margin-left: 70px;
}

.flow p{
  font-size: 14px;
  line-height: 1.5;
  margin: 0 20px;
}

.flow p.plus{
  margin-left: 40px;
}

.flow{
  max-width: 100%;
  width: 100%;
  margin: 50px auto;
}

.flow-box{
  max-width: 680px;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px auto 20px;
}

.flow-arrow{
  display: inline-block;
  vertical-align: middle;
  color: #020873;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: 10px auto 20px;
}

.btn-flow,
a.btn-flow,
button.btn-flow{
	background-color: #020873;
  border: none;
  width: 420px;
  height: 70px;
  padding: 1rem 2rem;
  font-size: 1.7rem;
  border-radius: 1.0rem;
  font-weight: 600;
  line-height: 20px;
  cursor: default;
}

.btn-flow span,
a.btn-flow span,
button.btn-flow span{
  font-size: 1.3rem;
  font-weight: 500;
}

.flow ul li{
  margin-left: 60px;
}

@media screen and (max-width: 1500px) {
  .jizen .important{
    width: 90%;
  }

  .flow{
    max-width: 100%;
  }

}

/* 参加登録フロー おわり */

/* 登録期間はじまり  */
.period{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 20px;
  padding-bottom: 5px;
  line-height: 2;
  font-weight: 600;
}

.period dl{
  margin: 5px 0; /* 左寄せの場合はauto→0 */
  padding: 0;
}

.period dt{
  display: inline-block;
  background-color: #F67A42;
  border: 1px solid #F67A42;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
}

.period dd{
  display: inline-block;
  margin-left: 0;
  padding: 5px 20px;
  vertical-align: top;
}

/* 登録期間おわり  */


/* arrowはじまり */

/*リンクを右下に固定*/
#arrow {
  position: fixed;
  bottom: 8%;
  right: 1%;
  z-index: 2;
   /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#arrow a {
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*円の形状（spは50px）*/
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  outline: 1px solid #fff;
  background: -moz-linear-gradient(top, #F68746 0%, #F9CA5D 100%);
  background: -webkit-linear-gradient(top, #F68746 0%, #F9CA5D 100%);
  background: linear-gradient(to bottom, #F68746 0%, #F9CA5D 100%);
  color: #fff;
}

#arrow a:hover {
  background: -moz-linear-gradient(top, #F9CA5D 0%, #F68746 100%);
  background: -webkit-linear-gradient(top, #F9CA5D 0%, #F68746 100%);
  background: linear-gradient(to bottom, #F9CA5D 0%, #F68746 100%);
}

/*　上に上がる動き　*/

#arrow.upmove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#arrow.downmove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

/* arrowおわり */

/*footerはじまり*/

footer {
  width: 100%;
  text-align: center;
  background-color: #F68746;
  color: #fff;
  padding: 20px 0;
}

footer small {
  font-size: 15px;
}

/*footerおわり*/

@media screen and (max-width: 820px) {

  body{
    font-size: 14px;
  }

  .pc{
    display: none;
  }
  
  .sp{
    display: initial;
  }

  .main{
    width: 100%;
    margin: 20px 20px 0;
  }

  /* menuはじまり */

  #drawer {
    position: absolute;
    top: 3%;
    right: 3%;
  }
  .unshown {
    display:none;
  }
  #open {
    display: inline-block;
    width: 30px;
    height: 6px;
    vertical-align: middle;
  }
  #open span, #open span::before, #open span::after {
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    background: #333;
    display: block;
    content: "";
    cursor: pointer;
  }
  #open span::before {
    bottom: -10px;
  }
  #open span::after {
    bottom: -20px;
  }
  #close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  #menu-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 250px;
    height: 100%;
    background: #FFF;
    transition: .3s ease-in-out;
    transform: translateX(-105%);
    padding: 3% 3%;
  }
  #input:checked ~ #close {
    display: block;
    opacity: .5;
  }
  #input:checked ~ #menu-content {
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
  
  #menu-content ul {
    text-align: left;
    font-size: 14px;
  }
  
  #menu-content li {
    letter-spacing: 1px;
    font-weight: 600;
    list-style: none;
  }
  
  #menu-content .menu {
    display: inline-block;
    max-width: 230px;
    width: 100%;
    height: 35px;
    font-weight: 600;
    padding: 0 0.5em;
    margin-bottom: 20px;
    border-bottom: 2px solid #F7944B;
    color: #333;
    text-decoration: none;
    transition: .3s;
  }
  
  #menu-content .menu span{
    font-size: 14px;
  }

  /* menuおわり */

  /* jizenはじまり*/

  .jizen .maney table th {
    width: auto;
  }

  .jizen table td:last-child {
    width: auto;
   }

  /* jizenおわり */

  /* フローはじまり */

  .btn-flow,
  a.btn-flow,
  button.btn-flow{
    width: 85%;
    height: auto;
    padding: 2rem 2rem;
  }

  /* フローおわり */

  /* arrow */

  #arrow a{
    width: 50px;
    height: 50px;
  }

  /* arrow end */

}

@media screen and (max-width: 500px) {

  .jizen .imp-box dt{
    float: none;
  }

  .jizen .imp-box dd{
    margin: 0 0 10px 10px;
  }
}