@charset "UTF-8";

article.topInfo {
  margin: 0 auto 50px; }

/*見出し調整*/
.pageHeader {
  background: url("../img/pic_sitemap_h2bg.jpg") 50% 100% no-repeat;
  background-size: cover; }
  .pageHeader h2 {
    width: auto;
    height: 30px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1; }
    .pageHeader h2:after {
      content: "";
      width: 60px;
      height: 3px;
      padding: 0;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: #ffd700;
      background-size: 0px 0px;
      position: absolute;
      top: -3px;
      left: 0;
      right: 0; }

h3 {
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
  padding: 0 0 0 3px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 22px; }

h4 {
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
  padding: 0 0 0 3px;
  border-bottom: 1px dotted #333;
  font-weight: bold;
  font-size: 15.5px; }

.dataArea {
  width: 880px;
  min-height: 400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  .dataArea p {
    padding: 0 23px;
    line-height: 1.45; }

/*ul li {
  width: 98%;
  height: auto;
  margin: 0 auto;
  padding: 10px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative; }*/
  ul li span.title {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-weight: bold; }

/*コンテンツ内ボタン汎用*/
.btnWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto 35px;
  padding: 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  .btnWrapper.top {
    width: 900px;
    text-align: right; }

a.linkBtn {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 20px 0 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: url(../img/icon_linkbtn_arr_wh.png) 20px 50% no-repeat #333;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
  text-align: left; }
  a.linkBtn:hover {
    transition-duration: 0.8s;
    opacity: 0.7; }

a.txtLink {
  width: auto;
  height: auto;
  margin: 0 10px 0;
  padding: 5px 0 5px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: url(../img/icon_arr_right_circle_bl.png) 0 50% no-repeat;
  background-size: 14px 14px;
  font-size: 14px;
  text-decoration: none; }
  a.txtLink:hover {
    text-decoration: underline; }

/*関連リンク集*/
ul.colWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  display: block; }
  ul.colWrapper li {
    width: 23.5%;
    height: auto;
    margin: 0 2% 10px 0;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    background: #f0f0f0;
    border-radius: 3px;
    float: left;
    cursor: pointer; }
    ul.colWrapper li:nth-child(4n) {
      margin: 0 0 10px 0; }
    ul.colWrapper li:hover {
      transition-duration: 0.8s;
      opacity: 0.5; }
  ul.colWrapper li .picArea {
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    padding: 0;
    box-sizing: border-box;
    display: block;
    background: #fff;
    position: relative; }
    ul.colWrapper li .picArea img {
      margin: auto;
      max-width: 80%;
      height: auto;
      display: block;
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  ul.colWrapper li p.txt {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block; }

.chartWrapper {
  width: 870px;
  height: auto;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
  display: block; }

table {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  display: table;
  border: 1px solid #9f9f9f;
  font-size: 15px; }
  table th {
    width: 20%;
    background: #555;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #9f9f9f;
    vertical-align: middle; }
    table th img {
      width: 94px;
      height: 35px;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
  table tr:nth-child(2n-1) {
    background: #f0f0f0; }
  table tr td {
    padding: 10px;
    border-right: 1px solid #9f9f9f;
    text-align: left;
    display: table-cell;
    text-align: center; }
  table tr td.head {
    text-align: left;
    font-weight: bold; }
  table a.link {
    width: 100%;
    height: auto;
    margin: 0 10px 0;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: url(../img/icon_arr_right_circle_bl.png) 0 50% no-repeat;
    background-size: 10px 10px;
    font-size: 13px;
    text-decoration: none; }
    table a.link:hover {
      text-decoration: underline; }
  table tr td a.linkBtn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 10px 0 20px;
    background: url(../img/icon_linkbtn_arr_wh.png) 8px 50% no-repeat #1a74bc; }
  table a.linkBtn.large {
    width: 100%;
    height: auto;
    line-height: normal;
    font-size: 13px;
    padding: 5px 10px 5px 20px;
    background: url(../img/icon_linkbtn_arr_wh.png) 8px 10px no-repeat #1a74bc;
    font-size: 12.5px; }
  table td.txt {
    text-align: left;
    line-height: 1.3; }
    table td.txt p {
      padding: 3px 0; }
  table td.txt.vTop {
    vertical-align: top; }
    table td.txt.vTop p {
      display: inline-block; }
    table td.txt.vTop p span.title {
      width: 200px;
      height: 50px;
      margin: 0 auto;
      padding: 0 0 5px 0;
      box-sizing: border-box;
      display: table-cell;
      font-weight: bold;
      border-bottom: 1px dashed #333;
      vertical-align: middle; }
  table td span.small {
    font-size: 12px; }

ul.numWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  box-sizing: border-box;
  display: block; }
  ul.numWrapper li.num {
    width: 32%;
    height: auto;
    margin: 0 2% 0 0;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    background: #f0f0f0;
    border-radius: 3px;
    float: left; }
    ul.numWrapper li.num:last-child {
      margin: 0; }
    ul.numWrapper li.num p.numtitle {
      width: 100%;
      height: auto;
      margin: 0 auto 10px;
      padding: 0;
      box-sizing: border-box;
      display: block;
      font-size: 15px;
      text-align: center; }
    ul.numWrapper li.num p.telNum {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
      display: block;
      font-size: 15px;
      text-align: center;
      background: #fff; }

/*電話*/
.introArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block; }

.pdfArea {
  width: 860px;
  height: 60px;
  margin: 0 auto 10px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border-radius: 3px;
  text-align: center; }

.pdfAttention {
  width: 860px;
  height: auto;
  margin: 0 auto 30px;
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  position: relative;
  background: #f0f0f0; }

a.pdfBanner {
  width: 158px;
  height: 39px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px; }
  a.pdfBanner:hover {
    transition-duration: 0.8s;
    opacity: 0.6; }
  a.pdfBanner img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }

a.download {
  width: auto;
  height: 40px;
  margin: 0 auto;
  padding: 0 15px 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: url(../img/icon_pdf.png) 10px 50% no-repeat #1a74bc;
  background-size: 25px auto;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none; }
  a.download:hover {
    transition-duration: 0.8s;
    opacity: 0.7; }

p.attention {
  width: 100%;
  height: auto;
  margin: 5px auto;
  padding: 0 0 0 1.3em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative; }
  p.attention:after {
    content: "※";
    width: auto;
    height: auto;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

p.date {
  width: 840px;
  height: auto;
  margin: 0 auto 5px;
  padding: 0;
  box-sizing: border-box;
  display: block;
  text-align: right; }

table.tel {
  width: 840px; }
  table.tel tr th.a {
    width: 20%; }
  table.tel tr th.b {
    width: 20%; }
  table.tel tr th.c {
    width: 40%; }
  table.tel tr th.d {
    width: 20%; }
