@charset "UTF-8";
td {
  text-align: left !important;
}

/**********************************************************************
	パソコン - className : none
***********************************************************************/
p span.Underline {
  border-bottom: solid 1px #ababab;
}

.Anchor-inner {
  text-align: center;
}
.Anchor-inner ul {
  display: inline-block;
}
.Anchor-inner ul li {
  float: left;
  border-right: solid 2px #ccc;
}
.Anchor-inner ul li:last-child {
  border-right: none;
}
.Anchor-inner ul li.sort {
  position: relative;
}
.Anchor-inner ul li.sort:after {
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  content: '';
  width: 10px;
  height: 14px;
  top: 5%;
  margin-left: -30px;
}
.Anchor-inner ul li a {
  color: #333;
  padding-right: 50px;
  margin-left: 20px;
}

.m-box h5 {
  font-weight: bold;
  color: #0c489b;
  text-align: left;
  font-size: 2.0rem;
  padding: 0 0 10px 20px;
  display: inline-block;
}
.m-box table.table-style01 thead th.w210 {
  width: 20%;
}
.m-box table.table-style01 thead th.w80 {
  width: 10% !important;
}
.m-box table.table-style01 thead th.sort {
  position: relative;
  padding-right: 50px;
}
.m-box table.table-style01 thead th.sort:after {
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  content: '';
  width: 10px;
  height: 14px;
  top: 38%;
  margin-left: 15px;
}
.m-box table.table-style01 tbody:nth-child(even) {
  background-color: #f8f8f8;
}
.m-box table.table-style01 tbody tr:nth-child(even) {
  background-color: unset;
}
.m-box table.table-style01 tbody td:nth-last-child(2) {
  text-align: left;
}

/**********************************************************************
	スマホ - className : none
***********************************************************************/
@media only screen and (max-width: 767px) {
  .Anchor-inner ul li {
    border-right: solid 1px #ccc;
  }
  .Anchor-inner ul li.sort:after {
    top: 55%;
    left: 40%;
    margin-left: 0;
  }
  .Anchor-inner ul li a {
    padding-right: 10px;
    margin-left: 10px;
    display: inline-block;
    height: 50px;
    padding-top: 5px;
  }

  .m-box h5 {
    padding: 0;
    display: unset;
  }
    .m-box table.table-style01 thead th {
        height: auto;
    }
    .m-box table.table-style01 thead th.w210 {
      width: 30%;
    }
    .m-box table.table-style01 tbody td {
      width: 30%;
        text-align: left !important;
        /*padding-left: 10px;*/
        vertical-align: top;
    }
}
