@charset "utf-8";

header img {
  margin: 9px 0 30px 15px;
  width: 79px;
}

.pageTitle {
  margin-bottom: 0;
}

#contents {
  display: block;
}

.searchWrap {
  box-sizing: border-box;
  display: block;
  background-color: #F7F7F8;
  font-size: 1.4rem;
  line-height: 2.15;
  margin: 0;
  padding: 26px 5% 24px;
  width: 100%;
}
.searchWrap h2 {
  color: #A27B2E;
  font-size: 1.9rem;
  line-height: 1.0;
}
.searchWrap h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
  width: 100%;
}
.searchWrap h4 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.0;
  margin: 0 0 8px;
  width: 100%;
}
.searchWrap label {
  margin: 0 19px 0 0;
}
.searchWrap input {
  vertical-align: -1px;
  margin: 0 5px 0 0;
}
.paykind_message {
  margin: 0 19px 0 0;
  font-weight: bold;
}

.searchType,
.searchType1,
.searchType2 {
  display: flex;
  flex-wrap: wrap;
}
.searchType {
  border-top: solid 1px #B7B7B7;
  border-bottom: solid 1px #B7B7B7;
  margin: 18px 0 0;
  padding: 20px 0 11px;
}
.searchType1 {
  margin: 27px 0 0;
}
.searchType2 {
  margin: 18px 0 0;
}

.searchYear {
  border-bottom: solid 1px #B7B7B7;
  padding: 20px 0 11px;
}
.searchYear h3 {
  margin: 0 0 9px;
}

.searchName,
.searchNameShort {
  border-bottom: solid 1px #B7B7B7;
  padding: 20px 0 20px;
}
.searchName h3,
.searchNameShort h3 {
  margin: 0 0 9px;
}
.searchName input,
.searchNameShort input {
  box-sizing: border-box;
  border: solid 1px #E0E0E0;
  border-radius: 6px;
  /* margin: 7px 0 0; */
  width: 100%;
  height: 40px;
  padding: 5px;
}
.searchName1 input,
.searchName2 input {
  box-sizing: border-box;
  border: solid 1px #E0E0E0;
  border-radius: 6px;
  margin: 7px 0 0;
  width: 100%;
  height: 40px;
}
.searchName2 {
  margin: 26px 0 0;
}

.searchPayment {
  border-bottom: solid 1px #B7B7B7;
  padding: 20px 0 11px;
}
.searchPayment h3 {
  margin: 0 0 9px;
}

.searchButton {
  margin: 30px 0 0;
}
.searchButton button {
  box-sizing: border-box;
  background-color: #0171CB;
  border: 0;
  border-radius: 6px;
  color: #FFF;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.0;
  cursor: pointer;
  width: 100%;
  height: 50px;
}

.main_contents {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 25px 10px;
  width: 100%;
}
.main_contents h3 {
  font-size: 1.6rem;
  margin: 60px 0 0;
}
.main_contents h3 + h4 {
  margin: 30px 0 0;
}
.main_contents h4 {
  font-size: 1.4rem;
  margin: 36px 0 0;
}

.main_contents .scrollbarWrap {
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 9px 0 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.main_contents .scrollbarWrap::-webkit-scrollbar {
  height: 14px;
}
.main_contents .scrollbarWrap::-webkit-scrollbar-track {
  background: #EDEDED;
  border-radius: 7px;
}
.main_contents .scrollbarWrap::-webkit-scrollbar-thumb {
  background: #CCC;
  border-radius: 7px;
}
.main_contents table {
    width: 940px;
}
.main_contents table th {
  box-sizing: border-box;
  background-color: #F5F5F5;
  border: solid 1px #C1C1C1;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.39;
  text-align: center;
  padding: 5px 13px 3px;
}
.main_contents table td {
  box-sizing: border-box;
  border: solid 1px #C1C1C1;
  font-size: 1.3rem;
  line-height: 1.39;
  text-align: center;
  vertical-align: middle;
  padding: 7px 13px 5px;
}
.main_contents table tbody tr:nth-of-type(even) {
  background-color: #F4FAFC;
}
.main_contents .tableB th:first-of-type {
  text-align: left;
}
.main_contents .tableB tr td:first-of-type {
  text-align: left;
}
.main_contents .tableC th:first-of-type,
.main_contents .tableC th:nth-of-type(2) {
  text-align: left;
}
.main_contents .tableC tr td:first-of-type,
.main_contents .tableC tr td:nth-of-type(2) {
  text-align: left;
}
.main_contents table + div {
  width: 950px;
  height: 15px;
}
.main_contents .noteScroll {
  font-size: 1.3rem;
  margin: 8px 0 0;
}
.main_contents .noteScroll img {
  vertical-align: -3px;
  margin: 0 5px 0 3px;
}

.main_contents .blueBox {
  box-sizing: border-box;
  background-color: #F4FAFC;
  border: 0;
  margin: 10px 0 0;
  padding: 16px 16px 12px;
  width: calc(100% - 10px);
}
.main_contents .blueBox p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
  margin: 0 auto;
}
.main_contents .blueBox p span {
  font-size: 1.2rem;
  font-weight: normal;
}

.main_contents hr {
  margin: 60px 0 55px;
  width: calc(100% - 10px);
}

footer {
  box-sizing: border-box;
  background-color: #F7F7F9;
  padding: 30px 40px 0;
  width: 100%;
  height: 92px;
}
footer p {
  color: #555;
  font-size: 0.9rem;
  text-align: center;
}



.returnLink {
  text-align: right;
  margin: 15px 15px 30px 0;
}
.returnLink .fa-angle-right {
  color: #0062B1;
  font-size: 1.4rem;
  line-height: 1.0;
  vertical-align: -2px;
}
.returnLink a {
  color: #0062B1;
  font-size: 1.3rem;
  line-height: 1.0;
}

.pagerList {
  display: table;
  margin: 50px auto 0;
}
.pagerList a li {
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px #D8D8D8;
  color: #245FBB;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 0 -1px;
  padding: 6px 0 0;
  width: 40px;
  height: 40px;
}
.pagerList a:first-of-type li {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 0;
}
.pagerList a:last-of-type li {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 10px 0 -1px;
}

.pagerList a li .fa-angle-double-left,
.pagerList a li .fa-angle-double-right {
  font-size: 2.0rem;
  vertical-align: -4px;
}
.pagerList a li:hover,
.pagerList a li.current {
  background-color: #245FBB;
  color: #FFF;
}

/* スマホの時は有効 */
.pcHid{
  display: block;
}


@media print, screen and (min-width: 770px) {

  header {
    border-top: solid 4px #0062B0;
  }
  header img {
    margin: 24px 0 30px calc((100% - 940px) / 2);
    width: 134px;
  }

  .searchWrap {
    border-radius: 10px;
    margin: 35px 0 0;
    padding: 42px 40px 40px;
  }
  .searchWrap h3 {
    width: 174px;
  }
  .searchWrap h4 {
    margin: 0;
    width: 128px;
  }
  .searchWrap label {
    line-height: 1.0;
    margin: 0 19px 0 0;
  }
  .searchWrap input {
    vertical-align: -1px;
    margin: 0 5px 0 0;
  }
  .paykind_message {
    line-height: 1.0;
    margin: 0 19px 0 0;
    font-weight: bold;
  }

  .searchType,
  .searchType1,
  .searchType2,
  .searchYear,
  .searchName,
  .searchNameShort,
  .searchName1,
  .searchName2,
  .searchPayment {
    display: flex;
    flex-wrap: wrap;
  }
  .searchType {
    border-top: solid 1px #B7B7B7;
    border-bottom: solid 1px #B7B7B7;
    margin: 13px 0 0;
    padding: 17px 0 16px;
  }
  .searchType1 {
    margin: 0;
  }
  .searchType2 {
    margin: 20px 0 0 174px;
  }

  .searchYear {
    padding: 15px 0 6px;
  }
  .searchYear h3 {
    margin: 0 0 9px;
  }

  .searchName,
  .searchNameShort {
    padding: 10px 0 10px;
  }
  .searchName span {
    /* margin-top: 5px; */
    width: 680px;
  }
  .searchName h3,
  .searchNameShort h3 {
    /* font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.0;
    margin: 14px 0 0;
    width: auto; */
    margin: 10px 0 10px;
  }
  .searchName input {
    /* margin: 0 0 0 20px; */
    width: 680px;
    padding: 5px;
  }
  .searchNameShort input {
    width: 400px;
    padding: 5px;
  }
  .searchName1 {
    width: 532px;
  }
  .searchName1 input {
    margin: 0 0 0 20px;
    width: 358px;
  }
  .searchName2 {
    margin: 0 0 0 30px;
  }
  .searchName2 input {
    margin: 0 0 0 20px;
    width: 250px;
  }

  .searchPayment {
    padding: 16px 0 14px;
  }
  .searchPayment h3 {
    margin: 0;
  }

  .searchButton button {
    margin-left: calc((100% - 300px) / 2);
    width: 300px;
  }

  .main_contents {
    padding: 0;
  }
  .main_contents h3 {
    margin: 80px 0 0;
  }

  .main_contents .scrollbarWrap {
    overflow: hidden;
  }
  .main_contents .scrollbarWrap::-webkit-scrollbar{
    height: 0;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
  }
  .main_contents table + div {
    display: none;
  }
  .main_contents .noteScroll {
    display: none;
  }

  .main_contents .blueBox {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 66px;
  }
  .main_contents .blueBox p {
    font-size: 1.6rem;
    line-height: 1.45;
  }
  .main_contents .blueBox p span {
    font-size: 1.3rem;
  }

  footer {
    background-color: #E4E4E4;
  }



  .returnLink {
    margin: 30px 0 50px 0;
  }

  .pagerList {
    margin: 60px auto 0;
  }

  /* PCの時は無効 */
  .pcHid{
    display: none;
  }

}
