@charset "utf-8";
/* CSS Document */

/* index Styles
-----------------------------------------*/

#index .inner {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}
@media (min-width:768px) and (max-width: 1199px) {
  #index .inner {
    margin: 4rem auto;
    padding: 0 4rem;
  }
}
@media (min-width:1200px) {
  #index .inner {
    margin: 10rem auto;
    padding: 0 4rem;
  }
}


/* index main
-----------------------------------------*/
#index h1 {
  font-weight: normal;
  display: inline;
  font-size: 1.5rem;
  margin: 0;
}

#index ul {
  margin: 1rem 0 2rem;
  padding: 0 0 0 2rem;
  position: relative;
}

#index ul li {
  line-height: 1;
  padding: 0.5em 0;
  list-style-type: none!important;
}

#index ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left : 0.4rem;
  color: #2660ac;
}
li.please:before {
  content: none!important; 
}

.enter {
  padding: 2rem 0;
}
.enterBtn {
  display: inline;
}
.enterBtn a {
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  background-color: #ffe600;
  color: #000;
  text-decoration: none;
}
.enterBtn a:hover {
  color:#fff;
  background-color: #2660ac;
  transition: .3s;
}
@media (min-width:750px) {
  .first {
    text-align: right
  }
}
.first a {
  color: #333333;
  text-decoration:none; 
}
.first a:hover {
  color: #2660ac;
  text-decoration:none;
  transition: .3s;
}
/* index footer
-----------------------------------------*/
#index footer{
  margin: 0 auto;
  max-width: 1200px;
  color: #0055aa;
  text-align: center;
  line-height: 3rem;
  position: relative;
}
#index footer small{
 font-size: 0.8rem;
}

