@charset "utf-8";

/* ===============================================
# WEB芳名録　names
=============================================== */
.area_second_cmn .area_main .inner {
  margin: 0 auto 75px;
}
.sec_selecttype{
  width: 100%;
  margin-bottom: 60px;
}
/* 50音タブ　*/
.extract_tab{
  max-width: 1080px;
  margin: 25px auto 20px;
  border-bottom: solid 2px #00b097;
}
.extract_tab ul{
  display: inline-flex;
  width: 100.1%;
}
.extract_tab ul li{
  overflow: hidden;
  min-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 10%;
  cursor: pointer;
-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.extract_tab ul li.on{
  pointer-events: none;
  background-color: #00b097;
}
.extract_tab ul li:first-child{
  border-left: solid 1px #cacaca;
}
.extract_tab ul li:last-child{
  /*width: 12%;*/
  border-right: solid 1px #cacaca;
}
.extract_tab ul li>*{
  line-height: 1.2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  border-top:solid 1px #cacaca;
  background: url(../images/ico_arrow02_g.svg) no-repeat 14px center;
  line-height: 1;
  background-size: 16px;
  padding-left: 20px;
}
/*
.extract_tab ul li:last-child>*{
  padding-left: 0;
}
*/
.extract_tab ul li:hover>*:not(.nolink),
.extract_tab ul li.on>*{
  color: #fff;
  border: none;
  background: url(../images/ico_arrow02_w.svg) no-repeat 14px center;
  background-size: 16px;
}
.extract_tab ul li:last-child:hover>*:not(.nolink),
.extract_tab ul li:last-child.on>*{
  padding-left: 0;
}
.individual_name, .company_name{
  min-height: 300px;
}
.extract_name{
  color :#00b097;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.box_pagination {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box_pagination .pagination {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position: relative;
}
.box_pagination .pagination .arrow{
  position: absolute;
  top: 0;
  right: 100%;
}
.box_pagination .pagination .arrow.next{
  right: auto;
  left: 100%;
}
.box_pagination .pagination .arrow>*,
.box_pagination .pagination .num>* {
  transition: 0.3s all ease;
  cursor: pointer;
  white-space: nowrap;
}
.box_pagination .pagination .num>*.current {
  pointer-events: none;
}
.box_pagination .pagination .arrow.prev>*::before {
  content: "";
  width: 25px;
  height: 25px;
  padding: 3px 0 3px 42px;
  background: url(../images/ico_pager_prev.svg)no-repeat center center;
  background-size: 25px auto;
}
.box_pagination .pagination .arrow.next>*::after {
  content: "";
  width: 25px;
  height: 25px;
  padding: 3px 42px 3px 0;
  background: url(../images/ico_pager_next.svg)no-repeat center center;
  background-size: 25px auto;
}

.box_pagination .pagination .arrow.prev.none,
.box_pagination .pagination .arrow.next.none {
  display: none;
}
@media screen and (min-width :769px){
.extract_tab ul li:hover {
    background-color: #00b097;
  }
  .extract_tab ul li:hover>*:not(.nolink){
    color: #fff;
    border: none;
    background: url(../images/ico_arrow02_w.svg) no-repeat 14px center;
    background-size: 16px;
  }
  .box_pagination .pagination .arrow>*:hover,
  .box_pagination .pagination .num>*:hover {
    color: #00b097;
  }
}
@media screen and (max-width :768px){
  .sec_selecttype{
    margin-bottom: 30px;
  }
  .extract_tab ul li:hover {
    background-color: #00b097;
  }
  /* 50音タブ　*/
  .extract_tab ul {
    flex-wrap: wrap;
    border-top: solid 1px #cacaca;
    border-left: solid 1px #cacaca;
    border-right: solid 1px #cacaca;
  }
  .extract_tab ul li {
    min-height: 37px;
    font-size: 16px;
    font-size: 1.6rem;
    width: 25%;
  }
  .extract_tab ul li:first-child {
    border-left:none;
  }
  .extract_tab ul li:nth-child(n+5){
    border-top: solid 2px #00b097;
  }
/*
  .extract_tab ul li:last-child{
    width: 50%;
  }
  .extract_tab ul li:last-child>*{
    padding-right: 45%;
  }
*/
  .extract_tab ul li>* {
    border-top: none;
    background: url(../images/ico_arrow02_g.svg) no-repeat 6px center;
    background-size: 14px;
    padding: 0 0 0 5px;
    padding-top: 3px;
  }
  .extract_tab ul li:hover>*:not(.nolink),
  .extract_tab ul li.on>*{
    background: url(../images/ico_arrow02_w.svg) no-repeat 6px center ;
    background-size: 14px;
    padding: 0 0 0 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .individual_name,.company_name {
    min-height: 240px;
  }
  .extract_name {
    font-size: 22px;
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .extract_tab ul.cmn_discList.col4 > li {
    line-height: 1.5;
  }
  .box_pagination .pagination .arrow.prev>*::before {
    width: 15px;
    height: 15px;
    padding-left: 35px;
    background-size: 15px auto;
  }
  .box_pagination .pagination .arrow.next>*::after {
    width: 15px;
    height: 15px;
    padding-right: 35px;
    background-size: 15px auto;
  }
}
