
/* 検索ボックス */
#member_search{
  display: block;
  margin: 0 0 45px 0;
  padding:45px 0 45px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#member_search .sbox01 {
  display: table;
  width: 100%;
  margin: 0 0 25px 0;
}
#member_search .sbox01:nth-last-child(1){
  margin: 0 0 0 0;
}
#member_search .sbox01 .sbox0101{
  display: table-cell;
  width: 95px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 700;
}
#member_search .sbox01 .sbox0102{
  display: table-cell;
  vertical-align: middle;
}
#member_search .sbox01 .sbox0102 dl{
  display: block;
  text-align: left;
  letter-spacing: -.4em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#member_search .sbox01 .sbox0102 dl dt{
  display: inline-block;
  letter-spacing: normal;
}
#member_search .sbox01 .sbox0102 dl dd{
  display: inline-block;
  letter-spacing: normal;
}
#member_search .sbox01 .sbox0102 dl dd input{
  border: 1px solid #000;
  border-left: 0px;
  line-height: 50px;
  font-size: 1.6rem;
  width: 100px;
  text-indent: 0;
  background: #EEE;
}

/* info */
.information{
  margin: 0 0 20px 0;
}
.information h3{
  display: block;
  margin:0 0 20px 0;
  font-size: 1.8rem;
  line-height: 30px;
}
.information p{
  display: block;
  font-size: 1.6rem;
  line-height: 2.0;
  margin:0 0 10px 0;
}
.information p:nth-last-child(1){
  margin:0 0 0 0;
}
.information .icon_info {
  display: table;
  width: 100%;
  margin: 0 0 25px 0;
}
.information .icon_info .icon_info01{
  display: table-cell;
  width: 48px;
  vertical-align: top;
}
.information .icon_info .icon_info02{
  display: table-cell;
  vertical-align: top;
  font-size: 1.6rem;
}
.information .nowtxt{
  margin:30px 0 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}
table#jctable{
  width: 100%;
  border-collapse:  collapse;
  margin: 0 0 100px 0;
}
table#jctable th{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 12px 0 12px;
  font-size: 1.6rem;
  text-align: left;
}
table#jctable tr th:nth-of-type(1){
  width: 50px;
}
table#jctable tr th:nth-of-type(3){
  width: 230px;
}
table#jctable tr th:nth-of-type(4){
  width: 200px;
}
table#jctable tr th:nth-of-type(5){
  width: 60px;
}
table#jctable td{
  border-bottom: 1px solid #dcdcdc;
  padding: 12px 0 12px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
table#jctable td a{
  text-decoration: underline;
}
table#jctable td a:hover{
  text-decoration: none;
}
table#jctable tr td:nth-of-type(1){
  font-size: 0;
  line-height: 0;
}


@media screen and (min-width:768px) and ( max-width:1050px) {

  /* 検索ボックス */
  #member_search{
    margin: 0 2% 45px;
    padding:35px 0 35px 0;
  }
  #member_search .sbox01 {
    display: table;
    width: 100%;
    margin: 0 0 25px 0;
  }
  #member_search .sbox01:nth-last-child(1){
    margin: 0 0 0 0;
  }
  #member_search .sbox01 .sbox0101{
    width: 75px;
  }

  /* info */
  .information{
    margin: 0 2% 20px;
  }
  table#jctable{
    width:96%;
    border-collapse:  collapse;
    margin: 0 auto 60px;
  }
  table#jctable th{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 12px 0 12px;
    font-size: 1.4rem;
    text-align: left;
  }
  table#jctable tr th:nth-of-type(1){
    width: 50px;
  }
  table#jctable tr th:nth-of-type(3){
    width: 200px;
  }
  table#jctable tr th:nth-of-type(4){
    width: 200px;
  }
  table#jctable tr th:nth-of-type(5){
    width: 60px;
  }
  table#jctable td{
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 0 12px;
    font-size: 1.6rem;
    font-feature-settings: "palt";
  }
  table#jctable td a{
    text-decoration: underline;
  }
  table#jctable td a:hover{
    text-decoration: none;
  }
  table#jctable tr td:nth-of-type(1){
    font-size: 0;
    line-height: 0;
  }

}
@media screen and (max-width:767px) {

  /* 検索ボックス */
  #member_search{
    display: block;
    margin: 0 5% 25px;
    padding:20px 0 25px 0;
  }
  #member_search .sbox01 {
    display: block;
    margin: 0 0 15px 0;
  }
  #member_search .sbox01:nth-last-child(1){
    margin: 0 0 0 0;
  }
  #member_search .sbox01 .sbox0101{
    display: block;
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 5px 0;
  }
  #member_search .sbox01 .sbox0102{
    display: block;
  }
  #member_search .sbox01 .sbox0102 dl{
    margin: 0 0 0 0;
  }
  #member_search .sbox01 .sbox0102 dl dt{
    width: 74%;
  }
  #member_search .sbox01 .sbox0102 dl dd{
    width: 25%;
  }
  #member_search .sbox01 .sbox0102 dl dd input{
    line-height: 45px;
    font-size: 1.4rem;
    width: 100%;
  }

  /* info */
  .information{
    margin: 0 5% 20px;
  }
  .information h3{
    margin:0 0 20px 0;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .information p{
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    margin:0 0 10px 0;
  }
  .information p:nth-last-child(1){
    margin:0 0 0 0;
  }
  .information .icon_info {
    display: table;
    width: 100%;
    margin: 0 0 25px 0;
  }
  .information .icon_info .icon_info01{
    display: table-cell;
    width: 38px;
  }
  .information .icon_info .icon_info01 img{
    width: 27px;
  }
  .information .icon_info .icon_info02{
    display: table-cell;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .information .nowtxt{
    margin:30px 0 0 0;
    font-size: 1.4rem;
    font-weight: 700;
  }
  table#jctable{
    width: 90%;
    margin: 0 auto 60px;
    border-top: 1px solid #000;
    display: block;
    padding:8px 0 0 0;
  }
  table#jctable tbody{
    display: block;
    width: 100%;
  }
  table#jctable tr{
    display: block;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 100%;
  }
  table#jctable tr.tr01{
    display: none;
  }
  table#jctable th{
    display: none;
  }
  table#jctable td{
    display: block;
  }
  table#jctable tr td:nth-of-type(1){
    float: left;
    font-size: 0;
    line-height: 0;
    width: auto;
    margin: 0 2% 0 0;
  }
  table#jctable tr td:nth-of-type(1) img{
    width: 27px;
  }
  table#jctable tr td:nth-of-type(2){
    float: left;
    width: 89%;
    line-height: 27px;
    margin: 0 0 5px 0;
  }
  table#jctable tr td:nth-of-type(3){
    display:block;
    clear: both;
    width: 100%;
  }
  table#jctable tr td:nth-of-type(4){
    clear: both;
    width: 100%;
  }
  table#jctable tr td:nth-of-type(5){
    clear: both;
    width: 100%;
  }
  table#jctable td{
    border-bottom:0px;
    padding: 0 0 0;
    font-size: 1.4rem;
  }
  table#jctable tr td:nth-of-type(1){
    font-size: 0;
    line-height: 0;
  }

}

