html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%; }

#wrap {
  font-size: 14px; }

a {
  color: #333; }
  a:visited, a:focus, a:active {
    color: #333; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .inner {
      width: 86%; } }
  @media only screen and (max-width: 767px) {
    .inner {
      width: 86%; } }

@media only screen and (min-width: 1024px) {
  .flL {
    float: left; }
  .flR {
    float: right; }
  .hoverOpacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .hoverOpacity:hover {
      opacity: 0.8; }
  .pcH {
    display: none !important; } }

@media only screen and (max-width: 1023px) {
  .spTabH {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabH {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .spH {
    display: none !important; } }

.alignL {
  text-align: left; }

.alignC {
  text-align: center; }

.alignR {
  text-align: right; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabAlignL {
    text-align: left; }
  .tabAlignC {
    text-align: center; }
  .tabAlignR {
    text-align: right; } }

@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left; }
  .spAlignC {
    text-align: center; }
  .spAlignR {
    text-align: right; } }

.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold; }

.bold {
  font-weight: bold; }

.tabBox {
  width: 100%;
  display: none; }
  .tabBox.active {
    display: block; }

.propertyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .propertyList .propertyCard {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%; }
    .propertyList .propertyCard:nth-child(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .propertyList .propertyCard {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        padding-top: 20px;
        border-top: 5px solid #0b3a71; } }
    .propertyList .propertyCard dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .propertyList .propertyCard dl dt {
        width: 34%; }
        @media only screen and (max-width: 767px) {
          .propertyList .propertyCard dl dt {
            width: 100%;
            margin-bottom: 24px;
            height: auto;
            display: block; } }
        .propertyList .propertyCard dl dt img {
          width: 100%;
          border: 1px solid #eaeaea;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .propertyList .propertyCard dl dd {
        width: 60%; }
        @media only screen and (max-width: 767px) {
          .propertyList .propertyCard dl dd {
            width: 100%;
            height: auto;
            display: block; } }
        .propertyList .propertyCard dl dd h3 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 8px;
          margin-bottom: 24px;
          color: #0088ba; }
        .propertyList .propertyCard dl dd table tr th {
          padding: 12px 0;
          font-weight: 500;
          width: 60px;
          text-align: left;
          border-bottom: 1px solid #0b3a71;
          font-size: 13px;
          font-weight: bold;
          color: #0b3a71; }
        .propertyList .propertyCard dl dd table tr td {
          padding: 12px 0;
          width: calc(100% - 60px);
          line-height: 1.3;
          border-bottom: 1px solid #b3cbe2;
          font-size: 13px;
          color: #555; }
        .propertyList .propertyCard dl dd table tr:first-child th {
          border-top: 1px solid #0b3a71; }
        .propertyList .propertyCard dl dd table tr:first-child td {
          border-top: 1px solid #b3cbe2; }
        .propertyList .propertyCard dl dd .btn {
          margin-top: 20px;
          display: block; }
          .propertyList .propertyCard dl dd .btn a {
            color: #fff;
            text-align: center;
            display: block;
            background-color: #003f89;
            padding: 0 10px;
            height: 48px;
            line-height: 48px;
            border-radius: 5px;
            -webkit-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2)); }
            .propertyList .propertyCard dl dd .btn a:hover {
              background-color: #000;
              -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.4));
              filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.4)); }
