@charset "UTF-8";


#contents .block p,
#contents .block ol,
#contents .block .bigBox {
  text-align: left;
}

#contents {
  line-height: 1.545454;
}
@media screen and (min-width: 641px) {
  #contents {
    line-height: 2;
  }
}


/*----------------------------------------------------
policy
----------------------------------------------------*/

#policy {
  border-bottom: solid 1px #002745;
  padding-bottom: 50px;
}

#policy .lead {
  margin-bottom: 2em;
}

#policy li {
  margin-bottom: 2em;
}

#policy .bottom {
  margin-bottom: 4em;
}

#policy .date {
  margin-bottom: 2em;
  width: 100%;
  text-align: center!important;
}

#policy .address {
  border: solid 1px #002745;
  padding: 20px;
}
#policy .address span {
  display: block;
  margin-top: 1.5em;
}
#policy .address img {
  vertical-align: middle;
}

@media screen and (min-width: 641px) {
  #policy {
    border-bottom: none;
  }
  #policy .inner {
    border-bottom: solid 1px #002745;
    padding-bottom: 70px;
  }
  #about.block {
    margin-top: 20px;
  }
  #policy .lead {
    margin-bottom: 0;
  }
  #policy li {
    margin-bottom: 0;
    text-indent: -1.25em;
    padding-left: 1.25em;
  }
  #policy ol {
    margin-bottom: 2.5em;
  }
  #policy .bottom {
    margin-bottom: 3.5em;
  }
  #policy .date {
    margin-bottom: 2.5em;
  }
  #policy .address {
    display: inline-block;
    padding: 30px 45px;
  }
  #policy .address span {
    margin-top: 0;
  }

}


/*----------------------------------------------------
about
----------------------------------------------------*/

#about .lead {
  margin-bottom: 1.5em;
}

#about .bigBox {
  padding-bottom: 30px;
}

#about table {
  margin-top: 3em;
}

#about tr,
#about th,
#about td {
  display: block;
}

#about table {
  border-spacing: 0;
}
#about tr {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: solid 1px #002745;
  border-width: 1px 0 0 1px;
  margin-bottom: 20px;
}

#about thead th,
#about thead td {
  background-color: #f2f3f4;
}
#about th,
#about td {
  border: solid 1px #002745;
  border-width: 0 1px 1px 0;
  text-align: center;
  padding: 14px;
  font-size: 14px;
}
#about .forSP th {
  background-color: #f2f3f4;
}
#about .forSP ul li {
  font-weight: bold;
  margin-top: 1em;
}
#about .forSP ul li:first-child {
  margin-top: 0;
}

#about ul.mark.mgn {
  padding: 20px;
}
#about ul.mark li {
  list-style-type: square;
}

.subList {
	margin-left: 1em;
}
#about .subList dt {
  margin-top: 1.5em;
}
#about .subList dd {
  margin-left: 1.5em;
}

#about .plane.mgn {
  margin-top: 1.5em;
}
#about .plane span {
  display: block;
  margin-top: 1.5em;
}
#about a {
  text-decoration: underline;
}
#about a:hover {
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  #about .lead {
    margin-bottom: 2.5em;
  }
  #about .bigBox {
    padding-bottom: 50px;
  }
  #about h3 {
    font-weight: normal;
  }
  #about .plane {
    padding-left: 1.25em;
  }
  #about table {
    margin-bottom: 30px;
  }
  #about tr {
    display: table-row;
  }
  #about th,
  #about td {
    display: table-cell;
  }
  #about thead th,
  #about thead td {
    background-color: #ffffff;
  }
  #about tbody th.nb {
    border-width: 0 1px 0 0;
  }
  #about tbody td.nb {
    border-width: 0 0 0 0;
  }
  #about thead th.nb {
    border-width: 0 0 1px 0;
  }
  #about td {
    border-width: 0 0 1px 0;
  }
  #about tbody th {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
  }

  #about th .mark li {
    margin-top: 1em;
  }
  #about th .mark li:first-child {
    margin-top: 0;
  }

}



