@charset "UTF-8"; 
.main_visual{
  background: url(../images/main_img.png) no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 106px;

}
.inner{
  margin:0 auto
}
.main_visual .inner h2{
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-top: 380px;
}
.main_visual .inner h2 span{
  color:#00c781;
}
.main_visual .inner h3{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-top: 26px;
}
.available{
  text-align: center;
  padding-top: 48px;
  padding-bottom: 76px;
}
.available p{
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #2b2b36;
  padding-top: 35px;
  padding-bottom: 6px;
}
.available strong{
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #2b2b36;
  display: block;
  margin-bottom: 30px;
}

.findYoutuberTitle1,
.findYoutuberTitle2{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  padding: 16px 50px;
  background-color: #f7f7f7;
}
.findYoutuberCategory{
  border-right:solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
padding:20px 50px;
text-align: left;
}
.findYoutuberCategory input[type=radio]{
  border: solid 1px #a5a5a5;
  background-color: #fff;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-bottom: 14px;
}
.findYoutuberCategory span{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  width: 100px;
  display: inline-block;
  margin-bottom: 14px;
}
.findYoutuberCategory2{
  border-bottom: solid 1px #d5d5d5;
}

.available input[type=submit]{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00c781;
  padding: 12px 20px;
  background: #fff;
  border: solid 1px #00c781;
  border-radius: 0;
  margin-top: 22px;
}
.searchResult{
  padding-bottom: 80px;
}
.searchResult strong{
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #2b2b36;
}
.searchResult p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.63;
  letter-spacing: normal;
  text-align: center;
  color: #2b2b36;
  display: inline-block;
  padding-left: 20px;
}
.searchResult p span{
  color: #00c781;
}
#searcher{
width: 100%;
margin-top: 28px;
border-bottom: 2px solid #a5a5a5;

}
#searcher, th, td {

  border-collapse: collapse;
  border-right: none;
  border-left: none;
}
#searcher th{  
  background-color: #f7f7f7;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  padding: 16px 40px;
  border-top: none;
  border-bottom: 1px solid #a5a5a5;

}
#searcher td{   
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  padding-left: 30px;
  color: #222;
  border-bottom: 1px solid  #ebebeb;;
}

#searcher td button{   padding: 13px 27px 13px 28px;
  border-radius: 5px;
  border: solid 1px #464646;
  background: #ffffff;
  font-size: 14px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
letter-spacing: -0.84px;
text-align: center;
color: #222;

}
 
#searcher tr .searcher1{
  width:550px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.38;
  letter-spacing: -0.96px;
  text-align: left;
  color: #333333;
  padding-left: 80px;
position: relative;

}
#searcher tr .searcher1 img{position: absolute;top:18px; left:30px;}


.pagination {
  display: inline-block;
  text-align: center;
 
  width: 100%;
  margin:40px auto
}

.pagination a {

  /* float: left; */
  padding: 8px 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2b2b36;
}
.pagination a:hover{
color: #fff;
background: #00c781;
border-radius: 50%;
}
.currentPage{
  border-radius: 50%;
  background: #00c781;
  color: #fff;
}