h1{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

table{
  border: 1px solid #000000;
}

.main_title{
  width: 5%;
  font-size: 20px;
  font-weight: bold;
  background: #98CCFE;
  border: 1px solid #000000;
}

.sub_title{
  width: 20%;
  font-size: 17px;
  text-align: center;
  background: #C6EBFE;
}

td{
  font-size: 17px;
}

.last_td{
  border-bottom: 1px solid #000000;
}

img.segment{
  width: 200px;
  float: left;
  margin: 10px 25px;
  height: 50px;
}

.pc_td{
  display: table-cell;
}

.sp_td{
  display: none;
}

.kyujin_no{
  float: right;
  top: 5px;
  right: 6%;
}

h1{
  font-size: 20px;
  text-align: left;
  width: 90%;
  margin: auto;
  padding-top: 40px;
}

.main_detail{
  width: 85%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 0px!important;
}


.main_detail h2{
  font-size: 20px;
  clear: both;
  padding-left: .5em;
  border-left: 5px solid #3399FF;
  color: #222222;
  font-weight: 700;
}

.main_detail p{
  width: 100%;
  margin: auto;
  font-size: 18px;
  margin-top: 15px;
  text-align: left;
  font-weight: 500;
}

.table_title{
  width: 85%;
  padding: 0 2%;
  margin: auto;
  margin-top: 50px;
  font-size: 20px;
  background: #7DAEF7;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px!important;
}

.detail{
  width: 89%;
  margin: auto;
}

div.add_wanted_svg{
  float: left;
  position: relative;
  left: 5%;
  margin-bottom: 0!important;
}

.help{
  text-align:end;
  font-size: 0.9em;
}

.help a{
  color: #868686;
}

.help:before{
  content: "?";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  color: black;
  border: solid;
  font-weight: bold;
  color: #868686;
}
.helpbutton:hover {
  cursor: pointer;
}



@media screen and (max-width:1000px){
  .sub_title{
    font-size: 15px;
  }
}

@media screen and (max-width:777px){
  img.segment{
    width: 175px;
    float: left;
    margin: 0;
    padding: 10px 25px;
    height: 45px;
  }
}

@media screen and (max-width:720px){
  img.segment{
    width: 150px;
    float: left;
    margin: 0;
    padding: 10px 25px;
    height: 40px;
  }
}


@media screen and (max-width:700px){
  .detail{
    width: 100%;
  }
}

@media screen and (max-width:610px){
  img.segment{
    width: 125px;
    float: left;
    margin: 0;
    padding: 10px 15px;
    height: 35px;
  }
}

@media screen and (max-width:500px){
  h1{
    font-size: 17px;
  }

  .main_detail h2{
    font-size: 17px;
  }

  .main_detail p {
    font-size: 15px;
  }


  .main_title{
    font-size: 15px;
  }

  .sub_title{
    width: 25%;
    font-size: 12px;
    font-weight: bold;
  }

  td{
    font-size: 12px;
    font-weight: bold;

  }

  img.segment{
    width: 150px;
    padding: 5px 40px;
    height: 40px;
  }

  .pc_td{
    display: none;
  }

  .sp_td{
    display: table-cell;
  }

  div.add_wanted_svg svg{
    width: 75px;
    height: 50px;
  }

  .help:before{
    line-height: 1.75;
  }
}

@media screen and (max-width:410px){
  img.segment{
    width: 150px;
    padding: 5px 25px;
    height: 40px;
  }
}

@media screen and (max-width:374px){
  img.segment{
    width: 150px;
    padding: 5px 20px;
    height: 40px;
  }
}

@media screen and (max-width:359px){
  .main_title{
    font-size: 13px;
  }

  .sub_title{
    width: 30%;
    font-size: 12px;
    font-weight: bold;
  }

  td{
    font-size: 12px;
    font-weight: bold;

  }



  img.segment{
    width: 125px;
    padding: 5px 15px;
    height: 35px;
  }
}

@media screen and (max-width:300px){
  img.segment{
    width: 100px;
    padding: 5px 10px;
    height: 30px;
  }
}

@media screen and (max-width:275px){
  img.segment{
    width: 75px;
    padding: 2px 10px;
    height: 25px;
  }
}

@media screen and (max-width:250px){
  img.segment{
    width: 50px;
    padding: 2px50px;
    height: 20px;
  }
}
