﻿.p01 {
  background: url("../images/wide02.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
main#page section {
  padding: 60px 20px;
}
main#page section h3 {
  display: flex;
  align-items: center;
}
main#page section h3:before, main#page section h3:after {
  border-top: 1px solid #e4e4e4;
  content: "";
  flex-grow: 1;
}
main#page section h3:before {
  margin-right: 10px;
}
main#page section h3:after {
  margin-left: 10px;
}
main#page section div:nth-child(1) {
  margin-bottom: 20px;
}
main#page section div:nth-child(1) img {
  width: 100%;
  height: auto;
}
main#page section#a01 .box {
  margin-bottom: 40px;
}
main#page section#a01 .box.mb {
  margin-bottom: 80px;
}
main#page section#a01 h4 {
  margin-bottom: 15px;
}
main#page section#a01 table {
  border-top: 1px solid #e4e4e4;
  width: 100%;
}
main#page section#a01 table tr {
  border-bottom: 1px solid #e4e4e4;
}
main#page section#a01 table tr th {
  font-weight: normal;
  padding-top: 7px;
}
main#page section#a01 table tr td {
  padding-bottom: 7px;
}
main#page section#a01 table tr th, main#page section#a01 table tr td {
  font-size: 13px;
  text-align: left;
  display: block;
}


main#page section#a02 .box {
  margin-bottom: 40px;
}
main#page section#a02 .box.mb {
  margin-bottom: 80px;
}
main#page section#a02 h4 {
  margin-bottom: 15px;
}
main#page section#a02 table {
  border-top: 1px solid #e4e4e4;
  width: 100%;
}
main#page section#a02 table tr {
  border-bottom: 1px solid #e4e4e4;
}
main#page section#a02 table tr th {
  font-weight: normal;
  padding-top: 7px;
}
main#page section#a02 table tr td {
  padding-bottom: 7px;
}
main#page section#a02 table tr th, main#page section#a02 table tr td {
  font-size: 13px;
  text-align: left;
  display: block;
}
main#page section > table {
  border-top: 1px solid #e4e4e4;
  width: 100%;
}
main#page section > table tr {
  border-bottom: 1px solid #e4e4e4;
}
main#page section > table tr:nth-child(odd) {
  background: #f7f7f7;
}
main#page section > table tr th {
  font-weight: normal;
  padding: 15px 10px 10px 10px;
  font-weight: bold;
}
main#page section > table tr td {
  padding: 0 10px 15px 10px;
}
main#page section > table tr td a {
  display: block;
  color: #333;
  margin-top: 10px;
  border: 1px solid #999;
  text-align: center;
  padding: 5px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
main#page section > table tr th, main#page section > table tr td {
  font-size: 13px;
  text-align: left;
  display: block;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 760px) {
  main#page ul.navi {
    max-width: 1080px;
    margin: 70px auto 0 auto;
  }

  main#page section {
    padding: 80px 20px;
  }
  main#page section h3:before {
    margin-right: 20px;
  }
  main#page section div:nth-child(1) {
    margin-bottom: 0;
  }
  main#page section#a01 .box {
    margin-bottom: 50px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  main#page section#a01 .box div:nth-child(1) {
    max-width: 520px;
    width: 48.2%;
    margin-top: 18px;
  }
  main#page section#a01 .box div:nth-child(2) {
    max-width: 520px;
    width: 48.2%;
  }
  main#page section#a01 h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  main#page section#a01 table tr th {
    width: 80px;
    padding: 0;
  }
  main#page section#a01 table tr td {
    padding: 0;
  }
  main#page section#a01 table tr th, main#page section#a01 table tr td {
    display: table-cell;
    padding: 10px 0;
  }

  main#page section#a02 .box {
    margin-bottom: 50px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  main#page section#a02 .box div:nth-child(1) {
    max-width: 1000px;
    width: 96.4%;
    margin-top: 18px;
  }
  main#page section#a02 .box div:nth-child(2) {
    max-width: 1000px;
    width: 96.4%;
  }
  main#page section#a02 h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  main#page section#a02 table tr th {
    width: 120px;
    padding: 0;
  }
  main#page section#a02 table tr td {
    padding: 0;
  }
  main#page section#a02 table tr th, main#page section#a02 table tr td {
    display: table-cell;
    padding: 10px 0;
  }


  main#page section > table tr th {
    padding: 15px 20px;
    vertical-align: middle;
    font-weight: normal;
    width: 250px;
  }
  main#page section > table tr td {
    position: relative;
    padding: 15px 0;
  }
  main#page section > table tr td a {
    background: none;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 21px;
    border: none;
    padding: 0;
    text-align: left;
    color: #333;
    padding-left: 15px;
    -webkit-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  main#page section > table tr td a:hover {
    opacity: 0.6;
  }
  main#page section > table tr th, main#page section > table tr td {
    display: table-cell;
  }
}