@charset "utf-8";
p{
  color: #231815;
  font-size: 14px;
}
.pconly{
  display: block;
}
.sponly{
  display: none;
}
.Lead h2{
  margin:60px auto;
  text-align: center;
}
.Lead .txtBox::first-letter{
  font-size: 29px;
  color: #990000;
  float: left;
  padding-right: 5px;
}
.Lead .txtBox{
  clear: both;
  font-size: 0.98em;
  margin-bottom: 60px;
  color: #1f1f1f;
}
.Lead .txtBox span{
  font-weight: bold;
  color: #57cac2;
}
.attempt h3{
    background: url('attempt_bg.png') no-repeat;
    background-position: center;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    padding:15px 0;
    margin-bottom: 60px;
}
.ctBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctBox_l{
  width: 480px;
  margin-right: 40px;
}
.ctBox_r{
  width: 480px;
}
.ct{
  background: #e4eadf;
  border: 1px solid #ccc;
  padding: 22px 25px 10px;
  margin-bottom: 30px;
}
.ct h4{
  margin:0 auto;
  font-weight: normal;
  padding:5px 0 10px 60px;
  border-bottom: 2px solid #008955;
  background: url('icon.png') no-repeat;
  background-position-x: left;
  background-position-y: top;
  font-size: 18px;
}
.ct p{
  font-size: 13px;
  margin-top: 25px;
}
.ctBox_r .ct img {
    margin: 25px auto 20px;
}
.ctBox_column1 .ct{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.ctBox_column1 .ct .ctBox_l{
  width: 440px;
}
.ctBox_column1 .ct .ctBox_r{
  width: 400px;
  margin:55px 45px 0 0;
}
.linkArea{
  text-align: center;
  margin-top: 50px;
}
.linkArea p{
  font-size: 18px;
}
.linkArea .qr{
  width: 550px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.linkArea a{
  color: unset;
}
.linkArea .qr ul{
  width: 410px;
  padding-left: 0;
  text-align: left;
}
.linkArea .qr ul li{
  list-style:"・";
  color: #cc0000;
}
.linkArea .qr img{
  width: 125px;
  height: 125px;
}
.logo_tokyo{
  margin: 80px auto 40px;
  text-align: center;
}
.logo_tokyo p{
  margin-top: 5px;
}

@media only screen and (max-width:750px) {
  img{
    width: 100%;
  }
  p{
    font-size: 2em;
  }
  .pconly{
    display: none;
  }
  .sponly{
    display: block;
  }
  .Lead,.attempt,.linkArea,.logo_tokyo{
    width: 90%;
    margin:10% auto;
  }
  .Lead h2 img{
    max-width: 50%;
  }
  .Lead .txtBox{
      font-size: 2em;
  }
  .Lead .txtBox::first-letter{
    font-size: 2em;
    margin-right: 3vw;
  }
  .attempt h3{
    background-size: cover;
    font-size: 2.8em;
    padding: 2vw 0;
  }
  .ctBox,.ctBox_column1 .ct,.linkArea .qr{
    display: block;
  }
  .ctBox_l,.ctBox_r,.ctBox_column1 .ct .ctBox_l,.ctBox_column1 .ct .ctBox_r,.linkArea .qr,.linkArea .qr ul{
    width: 100%;
  }
  .ct{
    padding:2.5em 2.5em 1.5em;
  }
  .ct h4{
    font-size: 2.5em;
    background-size: 10%;
    padding:2vw 0 5vw 15%;
  }
  .ct p{
    font-size: 2.3em;
  }
  .linkArea p{
    font-size: 2em;
    white-space: nowrap;
  }
  .linkArea .qr ul {
    font-size: 2.2em;
    padding-left: 8vw;
  }
  .linkArea .qr img{
    width: 40%;
    height: unset;
  }
  .logo_tokyo img{
    width: 40%;
  }
}
