@charset "UTF-8";
/* CSS Document */
article{
background: linear-gradient(180deg,rgba(0,186,174,0.0) 0%,  rgba(0,186,174,0.0) 550px,  rgba(0,186,174,0.2) 550px,  rgba(255, 255, 255, 0) 900px);
}
.MainVisual{
  background: rgba(0,186,174,1) url("../refer/top_visual.jpg") no-repeat top center;
  width: 100%;
  height: 550px;
  min-width: 1000px;
  background-attachment: scroll;
  background-size: 1843px 550px;
  padding-top: 60px;
}
.MainVisual h2{
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 900;
}
.MainVisual h2 strong{
  font-size: 3.2rem;
}
.Content{
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.SelectContent ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.SelectContent ul li{
    width: 480px;
    min-height: 330px;
    padding:130px 30px 30px 30px;
    border-radius: 10px;
    position: relative;
}
.SelectContent ul li.AboutCgtp{
  background:#FFF url(../refer/ic_about_cgtp.png) no-repeat 50% 40px;
  background-size: 58px;
}
.SelectContent ul li.AboutEb{
  background:#FFF url(../refer/ic_about_eb.png) no-repeat 50% 40px;
  background-size: 77px;
}
.SelectContent ul li.Search{
  background:#FFF url(../refer/ic_search.png) no-repeat 50% 40px;
  background-size: 70px;
}
.SelectContent ul li h2{
  font-weight: 700;
  text-align: center;
  font-size: 2.0rem;
}
.SelectContent ul li .Lead{
    font-size: 1.4rem;
}
.SelectContent ul li .Bt{
  width: 140px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  background-color: #31a7da;
  border-radius: 10px;
  position: absolute;
  left: calc(50% - 70px);
  bottom: 30px;
}
.SelectContent ul li .Bt a{
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 38px;
  border-radius: 10px;
}
.SelectContent ul li .Bt a:hover{
    background-color: #006b99;
  border-radius: 10px;
}
.Declaration{
  padding: 30px;
  margin-bottom: 60px;
  border: 3px solid #0086d1;
  border-radius: 10px;
}
.Declaration h2{
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.Declaration p{
  font-size: 1.6rem;
}
.Declaration .Bt{
  width: 20em;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  margin: 20px auto 0;
  background-color: #31a7da;
  border-radius: 10px;
}
.Declaration .Bt a{
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 38px;
  border-radius: 10px;
}
.Declaration .Bt a:hover{
    background-color: #006b99;
  border-radius: 10px;
}
.WhatsNew{
    width: 800px;
    margin: 0 auto 60px;
}
.WhatsNew h2{
  font-size: 2.0rem;
  font-weight: 600;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #EFEFEF;
}
.WhatsNew ul{
  max-height: 200px;
  overflow-y: scroll;
}
.WhatsNew li{
  font-size: 1.6rem;
  padding-left: 6em;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}
.WhatsNew li .Date{
  position: absolute;
  left: 0;
  top: 0;
}
.BrSP{
  display: none;
}
article sup{
	font-size:1.0rem;
	vertical-align:0.5em;
	font-weight:inherit;
}
article sub{
	font-size:1.0rem;
	vertical-align:0;
	font-weight:inherit;
}

@media only screen and (max-width: 1024px) and (orientation:portrait){
  .SelectContent,
  .Declaration{
    margin-left: 3vw;
    margin-right: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  article{
    background: transparent;
  }
  .MainVisual{
    min-width:inherit;
    height: auto;
    padding-top: 20px;
    padding-bottom: 60vw;
    background-size: cover;
  }
  .MainVisual h2{
    font-size: 4vw;
    line-height: 1.4;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  }
.MainVisual h2 strong{
    font-size: 6vw;
  }
  .Content{
    width: auto;
  }
  .SelectContent{
    margin: 0 auto;
  }
  .SelectContent ul{
    display: block;
  }
    .SelectContent ul li{
      width: 90vw;
      min-height: inherit;
      padding: 20vw 5vw 5vw 5vw;
      margin: 0 5vw 5vw;
      background-size: 15vw !important;
      background-position: 50% 5vw !important;
      box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .SelectContent ul li .Bt{
      position: inherit;
      left: inherit;
      bottom: inherit;
      margin: 10px auto 0;
    }
  .Declaration{
    width: 90vw;
    padding: 5vw;
    margin: 0 auto 60px;
  }
  .Declaration h2{
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .Declaration .Bt{
    width: auto;
  }
  .WhatsNew{
    width: 90vw;
    margin: 0 auto 5vw;
  }
  .WhatsNew li{
    font-size: 1.4rem;
    padding-left: 0;
  }
  .WhatsNew li .Date{
    display: block;
    font-size: 1.2rem;
    position: inherit;
    top: inherit;
    left:inherit ;
  }

.BrSP{
  display: block;
}
}