@charset "utf-8";
/* CSS Document */

.pc{
  display: inherit;
}
.sp{
  display: none;
}
img{
  max-width: 100%;
  height: auto;
}
header{
  width: 100%;
  height: 80px; 
}
.lpHeadWrap{
  width: 96%;
  max-width: 1060px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
#lpHeadLogo{
  margin: 12px 0 0;
  float: left;
}
.lpHeadRight{
  float: right;
}
.lpHeadPhone{
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 900;
  color: #4d4d4d;
  text-align: center;
}
.lpHeadPhone img{
  margin-right: 4px;
  vertical-align: middle;
}
.lpHeadContact{
  padding: 5px 20px;
  background-color: #4675b0;
  color: #FFF;
  text-align: center;
  font-weight: 900;
  border-radius: 4px;
  text-decoration: none;
}
.lpHeadContact img{
  margin-right: 4px;
  vertical-align: middle;
}
.lpHeadContact:hover{
  text-decoration: none;
  opacity: 0.7;
}


main {
  padding: 10px 0 10px;
  position: relative;
}

.searchWay {
  margin: 10px 0 10px;
}
.listHeadLead{
  width: 100%;
  background: url(../img/lp_populat_leadBG.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.lpHeadPhotoNotice{
  color: #FFF;
  font-size: 75%;
  text-align: right;
  margin: 0;
}

.lpHeadLead h1{
  background-color: rgba(0,20,120,0.7);
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.lpHeadLead h1 img{
  vertical-align: bottom;
}

.searchWay li {
    display: inline-block;
    width: 165px;
    height: 40px;
    background-color: #d2d2d2;
    font-size: 20px;
    font-weight: bolder;
    color: #FFF;
    margin: 0 4px;
    padding-top: 4px;
}
.searchWay li.selected {
  background-color: #0032a0;
}
.condSelect {
  width: 100%;
  border: 1px solid #808080;
  background-color: #FFF;
  margin: 0 0 10px 0;
  padding: 0;
}

.listFromSet{
  width: 100%;
  max-width: 1080px;
  margin: 20px auto;
}
h1.listFrom{
  background-color: #0032a0;
  padding: 4px 0 0 0;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  vertical-align: bottom;
}
table.listTable{
  width: 100%;
  margin: 10px auto;
  border-spacing: 0;
  
}
table.listTable tr th{
  width: 100px;
  padding: 4px 12px;
  text-align: left;
}
table.listTable tr td{
  width: auto;
  padding: 4px 12px;
  text-align: left;
}

:nth-child(odd) th{
  background-color: #d2d7ed;
}
table.listTable tr:nth-child(odd) td{
  background-color: #e8ebf6;
}
table.listTable tr:nth-child(even) th{
  background-color: #e8ebf6;
}
table.listTable tr:nth-child(even) td{
  background-color: #ffffff;
}

.lpExBtns{
  width: 96%;
  max-width: 700px;
  margin: 40px auto 160px;
  letter-spacing: -1rem;
}
.lpExBtns a{
  display: inline-block;
  width: 48%;
  min-height: 4rem;
  letter-spacing: normal;
  background-color: #ffaa00;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin: 0 1%;
  line-height: 1.2;
  padding: 12px 16px;
  z-index: 100;
}
.lpExBtns a:hover{
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 640px){
  .pc{
    display: none;
  }
  .sp{
    display: inherit;
  }
  header {
    height: auto;
  }
  .lpHeadWrap {
    height: auto;
  }
  #lpHeadLogo {
    margin: 20px 0 ;
    float: none;
    text-align: center;
  }
  #lpHeadLogo img{
    height: 150px;
    width: auto;
  }
  .lpHeadRight {
    float: none;
    display: none;
  }
  .lpHeadLead h1 img{
    width: 96%;
    max-width: 472px;
  }
  .searchWay li {
    width: 40%;
  }
  
  table.listTable{
    width: 96%;
  }


  .lpExBtns {
    width: 100%;
    margin: 40px auto 80px;
  }
  .lpExBtns a {
    display: block;
    width: 100%;
    min-height: 3rem;
    margin: 0 0 20px;
    position: relative;
  }
  .lpExBtns a:after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    background: url(../img/lpExWinBtn.png) no-repeat center center;
    background-size: cover;
    top: calc( 50% - 15px);
    right: 16px;
  }
  
}


