@charset "utf-8";

.bold{font-weight:bold;}

#androquiz h1{
  font-family: Helvetica;
  text-align: center;
  line-height: 1;
  padding: 0 0 60px;
}
#androquiz h1 img{
  width: 300px;
  padding: 0 0 30px;
}
#androquiz h1 span{
  display: inherit;
  font-size: 90px;
}
#androquiz h3{
  font-family: Helvetica;
  font-size: 40px;
  line-height: 1;
  padding: 0 0 20px;
}
#androquiz h4{
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
  padding: 0 0 20px;
}
#androquiz .lead{
  background: #efefef;
  padding: 30px 40px 25px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 0 80px;
}

#androquiz .schedule table tr{
  position: relative;
}
#androquiz .schedule table tr.over{
  color: #999;
}
#androquiz .schedule table tr.over::before{
  content: "";
  display: block;
  background: rgba(0,0,0,0.5);
  width: calc(100% + 56px);
  height: calc(100% + 16px);
  position: absolute;
  left: -28px;
  top: -16px;
}

.attend ul li{
  text-indent: -1em;
  padding: 0 0 5px 1em;
  letter-spacing: 1px;
}

.btn a{
  display:block;
  width:400px;
  height:68px;
  margin:0 auto 25px;
  font-size:17px;
  font-weight:bold;
  text-align:center;
  border:2px solid;
  color: #000;
  text-decoration: none;
  line-height: 68px;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.btn a.entry{
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

@media screen and (min-width: 960px){
  #androquiz{
    width: 900px;
    margin: 0 auto;
  }
  #androquiz .schedule{
    margin: 0 0 100px;
  }
  #androquiz .schedule table{
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid;
    padding:0 10px;
    width: 100%;
    margin: 0 0 40px;
  }
  #androquiz .schedule table tr{
    margin: 15px;
    display: block;
  }
  #androquiz .schedule table tr{
    padding: 0 0 15px;
    border-bottom:1px solid;
  }
  #androquiz .schedule table tr:last-of-type{
    margin: 15px 15px 0;
    border-bottom:none;
  }
  #androquiz .schedule table tr:last-of-type::before{
    height: calc(100% + 18px);
  }
  #androquiz .schedule table tr th{
    padding:0 30px 0 10px;
    border-right: 1px solid;
    letter-spacing: 5px;
  }
  #androquiz .schedule table tr td{
    padding: 10px 0 10px 30px;
  }
  
  .btn a:hover{
    background: #000;
    color: #fff;
    border: 2px solid #000;
  }
  .btn a.entry:hover{
    background: #fff;
    color: #000;
    border: 2px solid #000;
  }
  
}
@media screen and (max-width: 960px){
  #mainArea{width:auto;}
  #androquiz{padding: 0 20px;}
  #androquiz h1{padding: 40px 0 45px;}
  #androquiz h1 img {
    width: 60vw;
    padding: 0 0 25px;
  }
  #androquiz h1 span{font-size: 16vw;}
  #androquiz h3 {
    font-size: 10vw;
  }
  #androquiz h4 {
    font-size: 6vw;
    padding: 0 0 15px;
  }
  
  #androquiz .lead{
    margin: 0 0 50px;
    padding:12px 15px 5px;
    font-size: 15px;
  }
  #androquiz .lead p{padding:0 0 10px;}
  #androquiz .schedule{
    margin: 0 0 50px;
  }
  #androquiz .schedule table{
    letter-spacing: 1px;
    border: 1px solid;
    width: 100%;
    margin: 0 0 30px;
  }
  #androquiz .schedule table tr{
    margin: 15px;
    display: block;
  }
  #androquiz .schedule table tr{
    padding:0 0 6px;
    border-bottom:1px solid;
  }
  #androquiz .schedule table tr:last-of-type{
    margin: 15px 15px 0;
    padding: 0 0 12px;
    border-bottom:none;
  }
  #androquiz .schedule table tr:last-of-type td {
    padding: 10px 0 5px;
  }
  #androquiz .schedule table tr th,
  #androquiz .schedule table tr td{
    display:block;
  }
  #androquiz .schedule table tr th{
    text-align: left;
  }
  #androquiz .schedule table tr td{
    padding: 10px 0;
  }
  #androquiz .schedule table tr.over::before{
    width: calc(100% + 32px);
    height: calc(100% + 16px);
    position: absolute;
    left: -16px;
    top: -16px;
  }
  .attend ul li{line-height: 1.3;}
  .attend{padding: 0 0 50px; }
  
  .btn a {
    margin: 0 auto 20px;
    width: 100%;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    box-sizing: border-box;
  }
  
}