@charset "UTF-8";
.pageMain {
  padding-bottom: 3vw;
  background: #f3f3f3 url(../svg/nasu_pt.svg) top 94px center;
  background-size: 200px;
}
@media screen and (max-width: 1024px) {
  .pageMain {
    padding-bottom: 40px;
    background-size: 100px;
  }
}

.fullPageMain {
  padding-bottom: 0;
}

.pageHeader {
  margin-top: 2vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pageHeader {
    margin-top: 10px;
  }
}
.pageHeader:before {
  content: "";
  width: 5%;
  height: 80px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1335px) {
  .pageHeader:before {
    width: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .pageHeader:before {
    display: none;
  }
}

.pageKey {
  width: 75%;
  height: calc(80px + 4vw);
  overflow: hidden;
  position: absolute;
  top: -2vw;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .pageKey {
    top: auto;
    bottom: 28px;
  }
  .pageKey img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  #nasuBody .pageKey {
    bottom: -10px;
  }
  #nasuBody .pageTtl {
    margin-bottom: 0;
  }
}
.pageTtl {
  height: 80px;
  padding: 0 4vw;
  margin-bottom: 2vw;
  display: inline-block;
  background: #fff;
  line-height: 80px;
  font-size: 22px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .pageTtl {
    height: auto;
    margin-bottom: 20px;
    line-height: 1.75;
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.breadcrumbs {
  margin-top: .5vw;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    margin-top: 0;
  }
}
.breadcrumbs ol {
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.breadcrumbs li {
  padding-right: 25px;
  font-size: 13px;
}
.breadcrumbs a {
  display: block;
  font-size: 13px;
  color: #888;
  position: relative;
}
.breadcrumbs a:hover {
  color: #222;
}
.breadcrumbs a:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  margin: -4px -14px 0 0;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs .home a {
  padding-bottom: .5vw;
}
.breadcrumbs .home a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
}

#ohmiBody .breadcrumbs a:hover {
  color: #165286;
}
#ohmiBody .breadcrumbs .home a:after {
  background: #165286;
}

#ryokuchiBody .breadcrumbs a:hover {
  color: #3c611e;
}
#ryokuchiBody .breadcrumbs .home a:after {
  background: #3c611e;
}

#ohmiBody .breadcrumbs a:hover {
  color: #165286;
}
#ohmiBody .breadcrumbs .home a:after {
  background: #165286;
}

#ryokuchiBody .breadcrumbs a:hover {
  color: #3c611e;
}
#ryokuchiBody .breadcrumbs .home a:after {
  background: #3c611e;
}

.contentMain {
  padding: 4vw 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .contentMain {
    padding: 40px 0;
    position: relative;
  }
}

.pageArt {
  padding: 4vw;
  background: #fff;
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .pageArt {
    padding: 5vw;
  }
}

.pageSec {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .pageSec {
    margin-top: 40px;
  }
}
.pageSec:first-child {
  margin-top: 0;
}

.secTtl {
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 22px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .secTtl {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.secTtl:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
}
.secTtl:after {
  content: "";
  width: 2px;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  position: absolute;
  top: 0;
  left: 2px;
}

#ohmiBody .secTtl:before {
  background: #165286;
}
#ohmiBody .secTtl:after {
  background: rgba(14, 125, 203, 0.5);
}

#ryokuchiBody .secTtl:before {
  background: #3c611e;
}
#ryokuchiBody .secTtl:after {
  background: rgba(75, 142, 21, 0.5);
}

#nasuBody .secTtl:before {
  background: #664e18;
}
#nasuBody .secTtl:after {
  background: rgba(144, 107, 24, 0.5);
}

.numbering {
  counter-reset: num;
}
.numbering:not(:first-child) {
  margin: 1vw 0;
}
.numbering li {
  padding-left: 3em;
  counter-increment: num;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .numbering li {
    padding-left: 2.5em;
  }
}
.numbering li:before {
  content: "（" counter(num) "）";
  font-family: 'Roboto', Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}

#sort_form {
  width: 240px;
  margin: 0 auto 2vw;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #sort_form {
    margin-bottom: 20px;
  }
}
#sort_form:hover:before {
  background: #0e7dcb;
}
#sort_form:before {
  content: "";
  width: 50px;
  height: 100%;
  background: #165286;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#sort_form:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 15px;
  right: 19px;
  z-index: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#sort_form select {
  width: 240px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  font-family: "Roboto", "NotoSansJP", sans-serif;
  background: transparent;
  border-color: #ddd;
  z-index: 1;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#sort_form select:focus {
  outline: none;
}

.squareMeter span {
  font-size: 50%;
  position: relative;
  top: -5px;
}

#formParts dl {
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 1024px) {
  #formParts dl {
    padding: 10px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#formParts dt {
  width: 270px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #formParts dt {
    width: 100%;
  }
}
#formParts .req {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}
#formParts dd {
  width: calc(100% - 270px);
}
@media screen and (max-width: 1024px) {
  #formParts dd {
    width: 100%;
  }
}
#formParts input,
#formParts textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background: #f5f5f5;
  font-family: 'Roboto', Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  border: 2px solid #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#formParts input:hover, #formParts input:focus,
#formParts textarea:hover,
#formParts textarea:focus {
  background: #fff;
  outline: none;
}
#formParts textarea {
  height: 210px;
}

#ohmiBody #formParts .req {
  color: #0e7dcb;
}
#ohmiBody #formParts input:hover, #ohmiBody #formParts input:focus,
#ohmiBody #formParts textarea:hover,
#ohmiBody #formParts textarea:focus {
  border-color: rgba(14, 125, 203, 0.5);
}

#ryokuchiBody #formParts .req {
  color: #4b8e15;
}
#ryokuchiBody #formParts input:hover, #ryokuchiBody #formParts input:focus,
#ryokuchiBody #formParts textarea:hover,
#ryokuchiBody #formParts textarea:focus {
  border-color: rgba(75, 142, 21, 0.5);
}

#mail-form-footer {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #mail-form-footer {
    margin-top: 20px;
  }
}
#mail-form-footer input[type="submit"] {
  padding: 6px 30px;
  margin: 0 5px;
  background: #fff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#mail-form-footer input[type="submit"]:focus {
  outline: none;
}

#ohmiBody #mail-form-footer input[type="submit"] {
  border: 2px solid #0e7dcb;
  color: #0e7dcb;
}
#ohmiBody #mail-form-footer input[type="submit"]:hover {
  color: #fff;
  background: #0e7dcb;
}

#ryokuchiBody #mail-form-footer input[type="submit"] {
  border: 2px solid #4b8e15;
  color: #4b8e15;
}
#ryokuchiBody #mail-form-footer input[type="submit"]:hover {
  color: #fff;
  background: #4b8e15;
}

.contactError blockquote {
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contactError blockquote {
    padding: 10px;
  }
}
.contactError blockquote span {
  font-size: 14px;
  font-weight: bold;
}

#ohmiBody .contactError blockquote {
  background: rgba(14, 125, 203, 0.1);
}
#ohmiBody .contactError blockquote .req {
  color: #0e7dcb;
}

#ryokuchiBody .contactError blockquote {
  background: rgba(75, 142, 21, 0.1);
}
#ryokuchiBody .contactError blockquote .req {
  color: #4b8e15;
}

@media screen and (max-width: 720px) {
  .tableWrap {
    max-width: 1024px;
    overflow: auto;
  }
  .tableWrap table {
    table-layout: fixed;
    min-width: 100%;
  }
  .tableWrap table th,
  .tableWrap table td {
    width: 90px;
    min-width: 90px;
    font-size: 14px;
  }
}
#pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#pagination li {
  width: 40px;
  height: 40px;
  margin: 2px;
  border-radius: 40px;
  background: #eee;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}
#pagination li:empty {
  display: none;
}
#pagination a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 40px;
  line-height: 40px;
  background: #165286;
  color: #fff;
}
#pagination a:hover {
  opacity: .7;
}

#subPageNav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 510px) {
  #subPageNav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 510px) {
  #subPageNav li {
    width: 50%;
  }
}
#subPageNav a {
  height: 100%;
  display: block;
  padding: 13px 30px 10px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  font-family: "Roboto", "NotoSansJP", sans-serif;
  background: #4b8e15;
  background: #3c611e;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
@media screen and (min-width: 511px) and (max-width: 1024px) {
  #subPageNav a {
    padding: 13px 10px 10px;
    line-height: 1.3;
    font-size: 15px;
  }
}
@media screen and (max-width: 510px) {
  #subPageNav a {
    line-height: 1.3;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
#subPageNav a:hover {
  color: #fff;
}
#subPageNav a:before {
  content: "";
  width: calc(100% - 1px);
  height: 2px;
  background: #3c611e;
  position: absolute;
  top: 0;
  left: 1px;
}
#subPageNav .current a {
  background: #fff;
  color: #222;
}
#subPageNav .current a:before {
  background: #4b8e15;
}

.downloadBox {
  padding-top: 30px;
  margin-top: 60px;
  border-top: 4px double #eee;
  text-align: center;
}
.downloadBox ul {
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 730px) {
  .downloadBox ul {
    display: block;
  }
}
.downloadBox li {
  margin: 0 5px;
}
@media screen and (max-width: 730px) {
  .downloadBox li {
    margin: 5px 0;
  }
}
.downloadBox a {
  display: block;
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid rgba(22, 82, 134, 0.3);
  color: #165286;
}
.downloadBox a:hover {
  border: 2px solid #165286;
}

/* *****************************************************************

404

***************************************************************** */
@media screen and (max-width: 1024px) {
  #errorMain .pageInner {
    margin-top: 20px;
  }
}
#errorMain h2 {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
#errorMain p {
  margin: 20px 0;
  text-align: center;
}
#errorMain #backToTop {
  text-align: center;
}
#errorMain a {
  padding: 5px 30px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
}
#errorMain a:hover {
  opacity: .7;
}

#groupBody #errorMain a {
  background: #222;
}

/* *****************************************************************

那須緑地株式会社

***************************************************************** */
.subPageHeader {
  margin: 0;
  background-size: cover;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subPageHeader:before {
  display: none;
}
.subPageHeader h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
  height: auto;
  margin: 0;
  width: 100%;
  line-height: 1;
  padding: 5vw 0 0;
}
@media screen and (max-width: 1024px) {
  .subPageHeader h2 {
    padding: 20px 0 10px;
    font-size: 22px;
    letter-spacing: 1px;
  }
}
.subPageHeader span {
  color: #ffffff;
  font-size: 30px;
  display: block;
  line-height: 1;
  padding: .5vw 0 5vw;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .subPageHeader span {
    padding-bottom: 20px;
    font-size: 15px;
  }
}
.subPageHeader > div {
  padding-top: 6px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.subPageHeader .breadcrumbs {
  margin: 0;
}
.subPageHeader .breadcrumbs li {
  color: #fff;
  line-height: 1.4;
}
.subPageHeader .breadcrumbs a {
  padding-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}
.subPageHeader .breadcrumbs a:hover {
  color: #fff;
}
.subPageHeader .breadcrumbs a:hover:after {
  background: #fff;
}
.subPageHeader .breadcrumbs a:before {
  border-right-color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.7);
  top: 10px;
}
.subPageHeader .breadcrumbs a:after {
  background: rgba(255, 255, 255, 0.7);
}
.subPageHeader.worksHeader h3 {
  margin: 5vw 0 1vw;
  padding: 0 .5em;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.subPageHeader.worksHeader h2 {
  padding: 0;
}

.subPageInner *,
.subPageInner *:before,
.subPageInner *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subPageInner .firstSect {
  text-align: center;
}
.subPageInner .firstSect h3 {
  margin: 0 0 2vw;
}
.subPageInner .firstSect p {
  display: block;
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
}
.subPageInner .pageSec {
  text-align: center;
}
.subPageInner .pageSec h3:not(.secTtl) {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #4b8e15;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .subPageInner .pageSec h3:not(.secTtl) {
    font-size: 20px;
    line-height: 1.5;
  }
}
.subPageInner .pageSec h3:not(.secTtl):before {
  content: "";
  width: 60px;
  height: 2px;
  background: #4b8e15;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
.subPageInner .pageSec .textList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2vw 0 0;
}
.subPageInner .pageSec .textList li {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3vw;
}
.subPageInner .pageSec .textList li small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.subPageInner .pageSec .imageList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2vw 0 0;
}
.subPageInner .pageSec .imageList li {
  padding: 5vw;
}
.subPageInner .pageSec .imageList li p {
  font-weight: bold;
}
.subPageInner .pageSec.worksSec .imageList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subPageInner .pageSec.worksSec .imageList li {
  width: calc(50% - .5vw);
  margin-bottom: 1vw;
  background: #f2f2f2;
  padding: 2vw;
}
@media screen and (max-width: 900px) {
  .subPageInner .pageSec.worksSec .imageList li {
    width: calc(100% - .5vw);
  }
}
.subPageInner .pageSec.worksSec .imageList li:nth-of-type(even) {
  margin-left: 1vw;
}
@media screen and (max-width: 900px) {
  .subPageInner .pageSec.worksSec .imageList li:nth-of-type(even) {
    margin-left: 0;
  }
}
.subPageInner .pageSec.worksSec .imageList li div.flex {
  margin-bottom: 1em;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subPageInner .pageSec.worksSec .imageList li div.flex figure {
  max-width: 50%;
  border: 3px solid #f2f2f2;
}
@media screen and (max-width: 900px) {
  .subPageInner .pageSec.worksSec .imageList li div.flex figure {
    max-width: none;
  }
}
.subPageInner .pageSec.worksSec .imageList li div.flex figure img {
  width: 100%;
}
.subPageInner .pageSec.worksSec .imageList li div.flex figure.before, .subPageInner .pageSec.worksSec .imageList li div.flex figure.after {
  position: relative;
}
.subPageInner .pageSec.worksSec .imageList li div.flex figure.before:before, .subPageInner .pageSec.worksSec .imageList li div.flex figure.after:before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #4b8e15;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 0 .5em;
}
.subPageInner .pageSec.worksSec .imageList li div.flex figure.before:before {
  content: "施工前";
}
.subPageInner .pageSec.worksSec .imageList li div.flex figure.after:before {
  content: "施工後";
}
.subPageInner .pageSec.worksSec .imageList li h3 {
  padding-bottom: 0;
  margin-bottom: .5em;
}
.subPageInner .pageSec.worksSec .imageList li h3:before {
  content: none;
}
.subPageInner .pageSec.worksSec .imageList li h3 small {
  font-size: .8em;
  margin: 0 1em;
  display: inline-block;
}
.subPageInner .pageSec.worksSec .imageList li p {
  display: block;
  font-weight: normal;
  margin: 0 auto;
  text-align: left;
}
.subPageInner .pageSec.worksSec .imageList li span.flex p {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .subPageInner .pageSec.worksSec .imageList li span.flex p {
    width: 50%;
  }
}
.subPageInner .pageSec.worksSec .imageList li span.flex figure {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .subPageInner .pageSec.worksSec .imageList li span.flex figure {
    width: 50%;
  }
}
.subPageInner .pageSec.worksSec .imageList li.full {
  width: 100%;
}
.subPageInner .pageSec.worksSec .imageList li.full .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subPageInner .pageSec.worksSec .imageList li.full .flex figure {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .subPageInner .pageSec.worksSec .imageList li.full .flex figure {
    width: 50%;
  }
}
.subPageInner .pageSec.worksSec .imageList li.lr {
  width: 100%;
  margin-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .subPageInner .pageSec.worksSec .imageList li.lr {
    display: block;
  }
}
.subPageInner .pageSec.worksSec .imageList li.lr div {
  width: 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .subPageInner .pageSec.worksSec .imageList li.lr div {
    width: 100%;
  }
}
.subPageInner .pageSec.worksSec .imageList li.lr div figure {
  width: 50%;
}
.subPageInner .pageSec.worksSec .imageList li.lr span {
  width: 50%;
  padding: 0 0 0 3vw;
}
@media screen and (max-width: 900px) {
  .subPageInner .pageSec.worksSec .imageList li.lr span {
    display: block;
    width: 100%;
  }
}

/* *****************************************************************

造園工事

***************************************************************** */
#landscapeMain .subPageHeader {
  background-image: url(../ryokuchi/images/key_landscape.jpg);
}

/* *****************************************************************

エクステリア工事

***************************************************************** */
#exteriorMain .subPageHeader {
  background-image: url(../ryokuchi/images/key_exterior.jpg);
}

/* *****************************************************************

土木工事

***************************************************************** */
#publicMain .subPageHeader {
  background-image: url(../ryokuchi/images/key_public.jpg);
}

/* *****************************************************************

植栽管理

***************************************************************** */
#plantsMain .subPageHeader {
  background-image: url(../ryokuchi/images/key_exterior.jpg);
}
#plantsMain .subPageInner .pageSec.worksSec .imageList li p {
  text-align: center;
}
#plantsMain .subPageInner .pageSec.worksSec .pictBanner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 3vw auto 0;
}
#plantsMain .subPageInner .pageSec.worksSec .pictBanner h3 {
  width: 100%;
  margin-bottom: 3vw;
}
#plantsMain .subPageInner .pageSec.worksSec .pictBanner dl {
  width: calc(50% - .5vw);
}
@media screen and (max-width: 660px) {
  #plantsMain .subPageInner .pageSec.worksSec .pictBanner dl {
    width: calc(100% - .5vw);
    padding: 10px 0;
    border-bottom: 2px solid #eee;
  }
}
#plantsMain .subPageInner .pageSec.worksSec .pictBanner dl dt {
  font-weight: bold;
}
#plantsMain .subPageInner .pageSec.worksSec .pictBanner dl dd {
  padding: 0 2vw;
  text-align: left;
}
#plantsMain .subPageInner .pageSec.worksSec .pictBanner dl dd figure {
  max-width: 250px;
  margin: 1vw auto;
}
@media screen and (max-width: 660px) {
  #plantsMain .subPageInner .pageSec.worksSec .pictBanner dl dd figure {
    width: 120px;
  }
}
#plantsMain .subPageInner .pageSec.worksSec .pictBanner dl dd p {
  font-weight: bold;
}

/* *****************************************************************

地球環境

***************************************************************** */
#environmentMain .subPageHeader {
  background-image: url(../ryokuchi/images/key_environment.jpg);
}
#environmentMain .subPageInner .pageSec.firstSect figure {
  margin-top: 60px;
}
#environmentMain .subPageInner .pageSec .textList li {
  width: calc(33.333% - .5vw);
  margin-bottom: .8vw;
  color: #ffffff;
  background: #399121;
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
  #environmentMain .subPageInner .pageSec .textList li {
    width: calc(50% - .5vw);
    line-height: 1.5;
  }
}
@media screen and (max-width: 450px) {
  #environmentMain .subPageInner .pageSec .textList li {
    width: 100%;
    line-height: 1.5;
    font-size: 15px;
  }
}
#environmentMain .subPageInner .pageSec .textList li:nth-of-type(even) {
  background: #5fab49;
}
#environmentMain .subPageInner .pageSec .textList li a {
  margin-right: 5px;
  color: #fff;
  text-decoration: underline;
}
#environmentMain .subPageInner .pageSec .textList li a:hover {
  opacity: .7;
  text-decoration: none;
}
#environmentMain .subPageInner .pageSec .imageList li {
  width: calc(50% - .5vw);
  background: #f2f2f2;
}
#environmentMain .subPageInner .pageSec:nth-of-type(2) .flex {
  max-width: 900px;
  margin: 0 auto;
  padding: 3vw;
  background: #f2f2f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #environmentMain .subPageInner .pageSec:nth-of-type(2) .flex {
    display: block;
    padding: 20px;
  }
}
#environmentMain .subPageInner .pageSec:nth-of-type(2) .flex figure {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #environmentMain .subPageInner .pageSec:nth-of-type(2) .flex figure {
    width: 100%;
    margin-bottom: 30px;
  }
}
#environmentMain .subPageInner .pageSec:nth-of-type(2) .flex div {
  width: 50%;
  padding: 0 0 0 3vw;
}
@media screen and (max-width: 1024px) {
  #environmentMain .subPageInner .pageSec:nth-of-type(2) .flex div {
    width: 100%;
    padding: 0;
  }
}
#environmentMain .subPageInner .pageSec:nth-of-type(2) .flex div h4 {
  display: block;
  margin: 0 auto 1em;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  #environmentMain .subPageInner .pageSec:nth-of-type(2) .flex div h4 {
    margin-bottom: 0;
    font-size: 20px;
  }
}
#environmentMain .subPageInner .pageSec:nth-of-type(2) .flex div p {
  text-align: left;
}
#environmentMain .subPageInner .pageSec:nth-of-type(3) figure {
  margin: 2vw auto 0;
}
#environmentMain .subPageInner .pageSec:nth-of-type(3) .textList {
  margin: -4vw auto 2vw;
  padding: 0 3vw;
}

/* *****************************************************************

地球温暖化

***************************************************************** */
#warmingMain .subPageHeader {
  background-image: url(../ryokuchi/images/key_warming.jpg);
}
#warmingMain .subPageInner .pageSec {
  text-align: center;
}
#warmingMain .subPageInner .pageSec p {
  text-align: left;
  max-width: 650px;
  margin: 0 auto;
  display: block;
}
#warmingMain .subPageInner .pageSec .imageList {
  margin: 2vw 0 5vw;
}
@media screen and (max-width: 600px) {
  #warmingMain .subPageInner .pageSec .imageList {
    display: block;
  }
}
#warmingMain .subPageInner .pageSec .imageList li {
  padding: 2vw;
  width: calc(33.333% - .5vw);
  margin-bottom: .8vw;
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 600px) {
  #warmingMain .subPageInner .pageSec .imageList li {
    width: 100%;
  }
}
#warmingMain .subPageInner .pageSec .imageList li img {
  max-width: 150px;
}
@media screen and (max-width: 600px) {
  #warmingMain .subPageInner .pageSec .imageList li img {
    max-width: 90px;
  }
}
#warmingMain .subPageInner .pageSec .imageList li p {
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  #warmingMain .subPageInner .pageSec .imageList li p {
    font-size: 14px;
  }
}
#warmingMain .subPageInner .pageSec .imageList li:nth-of-type(5) {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #warmingMain .subPageInner .pageSec .imageList li:nth-of-type(5) {
    display: none;
  }
}
#warmingMain .subPageInner .pageSec .imageList li:nth-of-type(5) img {
  width: 100%;
  max-width: inherit;
}
#warmingMain .subPageInner .pageSec:nth-of-type(2) {
  padding: 5vw;
  background: rgba(0, 0, 0, 0.05);
}

/* *****************************************************************

地球温暖化を防止するために

***************************************************************** */
#preventionMain .subPageHeader {
  background-image: url(../ryokuchi/images/key_prevention.jpg);
}
#preventionMain .subPageInner .pageSec {
  text-align: center;
}
#preventionMain .subPageInner .pageSec .imageList {
  margin: 2vw 0 5vw;
}
#preventionMain .subPageInner .pageSec .imageList li {
  padding: 2vw;
  width: calc(33.333% - .5vw);
  margin-bottom: .8vw;
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  #preventionMain .subPageInner .pageSec .imageList li {
    width: calc(50% - .5vw);
  }
}
#preventionMain .subPageInner .pageSec .imageList li p {
  display: inline-block;
  margin: 1vw auto 0;
}
@media screen and (max-width: 1024px) {
  #preventionMain .subPageInner .pageSec .imageList li p {
    line-height: 1.4;
    font-size: 15px;
  }
}
#preventionMain .subPageInner .pageSec .imageList li p:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #399121;
  margin: 1vw auto;
}
@media screen and (max-width: 1024px) {
  #preventionMain .subPageInner .pageSec .imageList li p:before {
    margin: 10px auto;
  }
}

/* *****************************************************************

ヒートアイランド現象とは

***************************************************************** */
#heat_islandMain .subPageHeader {
  background-image: url(../ryokuchi/images/key_heat_island.jpg);
}
#heat_islandMain .subPageInner .pageSec {
  text-align: center;
}
#heat_islandMain .subPageInner .pageSec span {
  display: block;
  background: rgba(255, 175, 75, 0.5);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(255, 175, 75, 0.5)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), to(rgba(255, 175, 75, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(255, 175, 75, 0.5) 100%);
  padding: 5vw;
}
#heat_islandMain .subPageInner .pageSec span img {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #heat_islandMain .subPageInner .pageSec span img {
    width: 100%;
    max-width: 480px;
  }
}
#heat_islandMain .subPageInner .pageSec > p {
  text-align: left;
  max-width: 650px;
  margin: 2vw auto 5vw;
  display: block;
}
#heat_islandMain .subPageInner .pageSec .flex dl {
  padding: 1vw;
  background: rgba(0, 0, 0, 0.05);
}
#heat_islandMain .subPageInner .pageSec .flex dl dt {
  font-weight: bold;
}
#heat_islandMain .subPageInner .pageSec .flex dl dd {
  text-align: left;
}
#heat_islandMain .subPageInner .pageSec .flex dl dd:last-of-type {
  display: inline-block;
  margin: 0 auto;
}
#heat_islandMain .subPageInner .pageSec .flex dl dd:last-of-type:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #399121;
  margin: 1vw auto;
}
#heat_islandMain .subPageInner .pageSec .flex dl dd ol li {
  list-style: decimal inside;
  text-indent: -1em;
  margin: 0 0 .5em 1em;
  padding: 0;
  display: list-item;
  font-weight: normal;
}
@media screen and (max-width: 510px) {
  #heat_islandMain .subPageInner .pageSec .flex dl dd ol li {
    margin-bottom: 0;
  }
}
#heat_islandMain .subPageInner .pageSec .textList {
  margin: 2vw 0 5vw;
}
#heat_islandMain .subPageInner .pageSec .textList dl {
  padding: 2vw;
  width: calc(50% - .5vw);
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 720px) {
  #heat_islandMain .subPageInner .pageSec .textList dl {
    width: 100%;
  }
  #heat_islandMain .subPageInner .pageSec .textList dl:first-child {
    margin-bottom: 20px;
  }
}
#heat_islandMain .subPageInner .pageSec .imageList {
  margin: 2vw 0 5vw;
}
#heat_islandMain .subPageInner .pageSec .imageList dl {
  padding: 2vw;
  width: calc(33.333% - .5vw);
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 510px) {
  #heat_islandMain .subPageInner .pageSec .imageList dl {
    width: 100%;
  }
  #heat_islandMain .subPageInner .pageSec .imageList dl:not(:last-child) {
    margin-bottom: 20px;
  }
  #heat_islandMain .subPageInner .pageSec .imageList dl img {
    display: block;
    max-width: 210px;
    margin: 0 auto;
  }
}
#heat_islandMain .subPageInner .pageSec .imageList dl dt {
  margin: 1vw 0 0;
}
@media screen and (max-width: 510px) {
  #heat_islandMain .subPageInner .pageSec .imageList dl dt {
    margin-top: 10px;
  }
}

/* *****************************************************************

淡海エコフォスター

***************************************************************** */
#ecofosterMain .subPageHeader {
  background-image: url(../ryokuchi/images/key_ecofoster.jpg);
}
#ecofosterMain .subPageInner .pageSec {
  margin: 0 auto;
}
#ecofosterMain .subPageInner .pageSec.firstSect {
  max-width: inherit;
  margin: 0 auto 3vw;
}
#ecofosterMain .subPageInner .pageSec.firstSect > p {
  max-width: 800px;
}
#ecofosterMain .subPageInner .pageSec figure {
  margin: 0 0 3vw;
}
@media screen and (max-width: 1024px) {
  #ecofosterMain .subPageInner .pageSec figure {
    margin-bottom: 20px;
  }
}
#ecofosterMain .subPageInner .pageSec h4 {
  max-width: 800px;
  text-align: left;
  font-size: 22px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 1024px) {
  #ecofosterMain .subPageInner .pageSec h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}
#ecofosterMain .subPageInner .pageSec h4:before {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #4b8e15;
  margin: 0 0 .5em;
}
#ecofosterMain .subPageInner .pageSec section {
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
}
#ecofosterMain .subPageInner .pageSec section span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.75;
  margin: 0 0 1.5em;
  padding: 0 0 0 6em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #ecofosterMain .subPageInner .pageSec section span {
    padding-left: 2em;
    margin-bottom: .5em;
  }
}
#ecofosterMain .subPageInner .pageSec section span:before {
  position: absolute;
  top: .75em;
  left: 0;
  content: "";
  display: block;
  width: 5em;
  height: 1px;
  background: #222222;
}
@media screen and (max-width: 1024px) {
  #ecofosterMain .subPageInner .pageSec section span:before {
    width: 1.5em;
  }
}
#ecofosterMain .subPageInner .pageSec section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 600px) {
  #ecofosterMain .subPageInner .pageSec section dl {
    display: block;
  }
}
#ecofosterMain .subPageInner .pageSec section dl dt {
  width: 6em;
  font-weight: bold;
  color: #4b8e15;
}
@media screen and (max-width: 600px) {
  #ecofosterMain .subPageInner .pageSec section dl dt {
    width: 100%;
  }
}
#ecofosterMain .subPageInner .pageSec section dl dd {
  width: calc(100% - 6em);
}
@media screen and (max-width: 600px) {
  #ecofosterMain .subPageInner .pageSec section dl dd {
    width: 100%;
  }
}
#ecofosterMain .subPageInner .pageSec .imageList {
  margin: 2vw auto 5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #ecofosterMain .subPageInner .pageSec .imageList {
    margin-bottom: 40px;
  }
}
#ecofosterMain .subPageInner .pageSec .imageList li {
  padding: 0;
  width: 49%;
  max-width: 180px;
}
#ecofosterMain .subPageInner .pageSec .imageList li:first-of-type {
  margin-right: 1%;
}

/* *****************************************************************

芹川けやき道剪定

***************************************************************** */
#serigawaMain .subPageHeader {
  background-image: url(../ryokuchi/images/key_serigawa.jpg);
  background-position: bottom 30% center;
}
#serigawaMain .subPageInner .pageSec {
  text-align: center;
}
#serigawaMain .subPageInner .pageSec > p {
  text-align: left;
  max-width: 650px;
  margin: 2vw auto 5vw;
  display: block;
}
#serigawaMain .subPageInner .pageSec .imageList {
  margin: 2vw 0 5vw;
}
@media screen and (max-width: 660px) {
  #serigawaMain .subPageInner .pageSec .imageList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#serigawaMain .subPageInner .pageSec .imageList li {
  padding: 0;
  width: 16.666%;
}
@media screen and (min-width: 451px) and (max-width: 660px) {
  #serigawaMain .subPageInner .pageSec .imageList li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 450px) {
  #serigawaMain .subPageInner .pageSec .imageList li {
    width: 50%;
  }
}

/* *****************************************************************

ISO認証取得

***************************************************************** */
#isoMain .subPageInner .pageSec .secTtl {
  margin-bottom: 30px;
  text-align: left;
}
#isoMain .subPageInner .pageSec h4 {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 22px;
  color: #4b8e15;
  text-align: center;
  position: relative;
}
#isoMain .subPageInner .pageSec h4:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #4b8e15;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
#isoMain .subPageInner .pageSec figure {
  width: 224px;
}
@media screen and (max-width: 900px) {
  #isoMain .subPageInner .pageSec figure {
    margin: 0;
  }
}
#isoMain .subPageInner .pageSec#iso01 .flex, #isoMain .subPageInner .pageSec#iso04 .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #isoMain .subPageInner .pageSec#iso01 .flex, #isoMain .subPageInner .pageSec#iso04 .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  #isoMain .subPageInner .pageSec#iso01 .flex figure, #isoMain .subPageInner .pageSec#iso04 .flex figure {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#isoMain .subPageInner .pageSec#iso01 .flex div, #isoMain .subPageInner .pageSec#iso04 .flex div {
  width: calc(100% - 264px);
  text-align: left;
}
@media screen and (max-width: 900px) {
  #isoMain .subPageInner .pageSec#iso01 .flex div, #isoMain .subPageInner .pageSec#iso04 .flex div {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#isoMain .subPageInner .pageSec#iso01 .flex div h4, #isoMain .subPageInner .pageSec#iso04 .flex div h4 {
  text-align: left;
}
#isoMain .subPageInner .pageSec#iso01 .flex div h4:before, #isoMain .subPageInner .pageSec#iso04 .flex div h4:before {
  left: 0;
  margin: 0;
}
#isoMain .subPageInner .pageSec#iso02, #isoMain .subPageInner .pageSec#iso05 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5vw 0;
  position: relative;
}
#isoMain .subPageInner .pageSec#iso02 *, #isoMain .subPageInner .pageSec#iso05 * {
  color: #ffffff;
}
#isoMain .subPageInner .pageSec#iso02:before, #isoMain .subPageInner .pageSec#iso05:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(111, 185, 44, 0.3);
}
#isoMain .subPageInner .pageSec#iso02 h4, #isoMain .subPageInner .pageSec#iso05 h4 {
  position: relative;
}
#isoMain .subPageInner .pageSec#iso02 h4:before, #isoMain .subPageInner .pageSec#iso05 h4:before {
  background: #ffffff;
}
#isoMain .subPageInner .pageSec#iso02 p, #isoMain .subPageInner .pageSec#iso05 p {
  position: relative;
  font-family: "NotoSansJP", sans-serif;
  font-size: 18px;
  line-height: 3;
}
@media screen and (max-width: 900px) {
  #isoMain .subPageInner .pageSec#iso02 p, #isoMain .subPageInner .pageSec#iso05 p {
    line-height: 1.75;
  }
}
#isoMain .subPageInner .pageSec#iso02 {
  background-image: url(../ryokuchi/images/iso02.jpg);
}
#isoMain .subPageInner .pageSec#iso03 {
  max-width: 650px;
  margin: 60px auto 2vw;
}
@media screen and (max-width: 900px) {
  #isoMain .subPageInner .pageSec#iso03 {
    margin-top: 40px;
  }
}
#isoMain .subPageInner .pageSec#iso03 ol {
  text-align: left;
}
#isoMain .subPageInner .pageSec#iso03 ol li {
  list-style: decimal inside;
  text-indent: -1em;
  margin: 0 0 .5em 1em;
  padding: 0;
  display: list-item;
  font-weight: normal;
}
#isoMain .subPageInner .pageSec#iso04 {
  padding-top: 60px;
  border-top: double 4px #e5e5e5;
}
#isoMain .subPageInner .pageSec#iso05 {
  background: url(../ryokuchi/images/iso05.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  #isoMain .subPageInner .pageSec#iso05 {
    padding: 5vw;
  }
}
#isoMain .subPageInner .pageSec#iso05:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(111, 185, 44, 0.2);
}
#isoMain .subPageInner .pageSec#iso05 h4 {
  margin-bottom: 30px;
}
#isoMain .subPageInner .pageSec#iso05 dl {
  text-align: center;
}
#isoMain .subPageInner .pageSec#iso05 dl:not(:last-child) {
  margin-bottom: 40px;
}
#isoMain .subPageInner .pageSec#iso05 dt,
#isoMain .subPageInner .pageSec#iso05 dd {
  position: relative;
  font-family: "NotoSansJP", sans-serif;
}
#isoMain .subPageInner .pageSec#iso05 dt {
  padding: 0 20px;
  display: inline-block;
  margin: 0 auto 15px;
  font-size: 22px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 600px) {
  #isoMain .subPageInner .pageSec#iso05 dt {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
#isoMain .subPageInner .pageSec#iso05 dd {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  #isoMain .subPageInner .pageSec#iso05 dd {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* *****************************************************************

新着情報

***************************************************************** */
#newsMain #newsList {
  width: 100%;
}

#newsSingle #newsSingleHeader {
  width: 870px;
  margin: 0 auto;
  padding: 15px;
  border-top: 1px solid #165286;
  border-bottom: 1px solid rgba(22, 82, 134, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #newsSingle #newsSingleHeader {
    width: 100%;
    padding: 10px;
  }
}
#newsSingle #newsSingleHeader h3 {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #newsSingle #newsSingleHeader h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #newsSingle #newsSingleHeader time {
    font-size: 14px;
  }
}
#newsSingle article {
  width: 870px;
  margin: 0 auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #newsSingle article {
    width: 100%;
  }
}
#newsSingle article p {
  margin-bottom: 30px;
}
#newsSingle article a {
  color: #165286;
  text-decoration: underline;
}
#newsSingle article a:hover {
  text-decoration: none;
}
#newsSingle article ul {
  margin: 0 0 30px 1.5em;
}
#newsSingle article ul li {
  list-style-type: disc;
}
#newsSingle article ol {
  margin: 0 0 30px 1.5em;
}
#newsSingle article ol li {
  list-style-type: decimal;
}
#newsSingle .btn {
  width: 240px;
  margin: 0 auto;
  padding: .75vw 1.5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#newsSingle .btn span:before {
  margin-right: 1vw;
}

/* *****************************************************************

採用情報

***************************************************************** */
#recruitArt > section {
  border-radius: 10px;
}
#recruitArt > section > section {
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  #recruitArt > section > section {
    padding: 15px 15px 0;
  }
}
#recruitArt > section > section dl {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
#recruitArt > section > section .allowance dd {
  font-weight: bold;
  font-size: 110%;
}
@media screen and (max-width: 1024px) {
  #recruitArt > section > section .allowance dd {
    font-size: 15px;
  }
}
#recruitArt > section > section dt {
  width: 120px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  #recruitArt > section > section dt {
    width: 90px;
    font-size: 14px;
    line-height: 1.4;
  }
}
#recruitArt > section > section dd {
  width: calc(100% - 120px);
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  #recruitArt > section > section dd {
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 1.4;
  }
}
#recruitArt h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #recruitArt h3 {
    font-size: 20px;
  }
}
#recruitArt h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 2.4;
}
@media screen and (max-width: 1024px) {
  #recruitArt h4 {
    padding: 8px 15px;
    font-size: 18px;
    line-height: 1.4;
  }
}
#recruitArt .apply {
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply {
    padding: 15px;
  }
}
#recruitArt .apply > section {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply > section {
    display: block;
  }
}
#recruitArt .apply h5 {
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply h5 {
    width: 100%;
    height: auto;
    margin: 15px 0;
    line-height: 2;
  }
}
#recruitArt .apply .recruitContact {
  width: calc(100% - 180px);
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply .recruitContact {
    width: 100%;
  }
  #recruitArt .apply .recruitContact p {
    font-size: 15px;
    line-height: 1.5;
  }
}
#recruitArt .apply .recruitContact h6 {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply .recruitContact h6 {
    margin-top: 10px;
    text-align: center;
  }
}
#recruitArt .apply .recruitContact h6 span {
  margin-right: 10px;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply .recruitContact h6 span {
    display: block;
  }
}
#recruitArt .apply .recruitContact .tel {
  width: 270px;
  margin: 10px 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 26px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply .recruitContact .tel {
    width: auto;
    font-size: 22px;
  }
}
#recruitArt .apply .recruitContact .tel i {
  margin-right: 10px;
  font-size: 16px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply .recruitContact .tel a {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply .recruitContact .adr {
    margin-bottom: 15px;
    text-align: center;
  }
}
#recruitArt .apply .recruitContact dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply .recruitContact dl {
    display: block;
    text-align: center;
  }
}
#recruitArt .apply .recruitContact dt {
  margin-right: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply .recruitContact dt {
    margin: 0;
    line-height: 1;
  }
}
#recruitArt .apply .recruitContact dd:nth-of-type(1) {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  #recruitArt .apply .recruitContact dd:nth-of-type(1) {
    margin: 0;
  }
}
#recruitArt .apply .recruitContact dd span {
  font-weight: bold;
}

#ryokuchiBody #recruitArt > section {
  border: 4px solid #4b8e15;
}
#ryokuchiBody #recruitArt > section > section .allowance dd {
  color: #4b8e15;
}
#ryokuchiBody #recruitArt h3 {
  background: #4b8e15;
}
#ryokuchiBody #recruitArt h4 {
  background: rgba(75, 142, 21, 0.1);
  border-right: 2px solid #4b8e15;
  border-left: 2px solid #4b8e15;
  color: #4b8e15;
}
#ryokuchiBody #recruitArt .apply h5 {
  color: #4b8e15;
  border: 2px solid #4b8e15;
  background: rgba(75, 142, 21, 0.1);
}
#ryokuchiBody #recruitArt .apply .recruitContact h6 {
  color: #4b8e15;
}
#ryokuchiBody #recruitArt .apply .recruitContact .tel {
  background: #4b8e15;
}
#ryokuchiBody #recruitArt .apply .recruitContact dt {
  color: #4b8e15;
}

#ohmiBody #recruitArt > section {
  border: 4px solid #0e7dcb;
}
#ohmiBody #recruitArt > section > section .allowance dd {
  color: #0e7dcb;
}
#ohmiBody #recruitArt h3 {
  background: #0e7dcb;
}
#ohmiBody #recruitArt h4 {
  background: rgba(14, 125, 203, 0.1);
  border-right: 2px solid #0e7dcb;
  border-left: 2px solid #0e7dcb;
  color: #0e7dcb;
}
#ohmiBody #recruitArt .apply h5 {
  color: #0e7dcb;
  border: 2px solid #0e7dcb;
  background: rgba(14, 125, 203, 0.1);
}
#ohmiBody #recruitArt .apply .recruitContact h6 {
  color: #0e7dcb;
}
#ohmiBody #recruitArt .apply .recruitContact .tel {
  background: #0e7dcb;
}
#ohmiBody #recruitArt .apply .recruitContact dt {
  color: #0e7dcb;
}

/* *****************************************************************

店舗のご案内

***************************************************************** */
#shopArt #gm {
  border: 4px solid rgba(22, 82, 134, 0.3);
}
@media screen and (max-width: 1024px) {
  #shopArt #gm iframe {
    height: 300px;
  }
}
#shopArt .flex {
  margin-top: 4vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #shopArt .flex {
    margin: 0;
    display: block;
  }
}
#shopArt section {
  width: calc(50% - 2vw);
  padding-bottom: 1vw;
  border: 1px solid rgba(22, 82, 134, 0.3);
  background: rgba(22, 82, 134, 0.1);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #shopArt section {
    width: 100%;
    margin-top: 50px;
    padding: 0 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#shopArt section > i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: -30px auto 0;
  background: #165286;
  border-radius: 60px;
  color: #fff;
  text-align: center;
  font-size: 30px;
}
#shopArt h3 {
  margin: 1vw 0 .5vw;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  #shopArt h3 {
    font-size: 18px;
  }
}
#shopArt p {
  font-size: 15px;
  line-height: 1.5;
}
#shopArt .fa-phone {
  margin-left: 2px;
  color: #165286;
}
#shopArt .fa-phone + span {
  margin: 0 2px;
  color: #165286;
  font-size: 20px;
}
#shopArt .fa-phone + span a {
  color: #165286;
}

/* *****************************************************************

不動産売却をお考えの方へ

***************************************************************** */
#sellArt {
  padding: 0;
}
#sellArt .intro {
  background: url(../estate/sale/sell.jpg) no-repeat;
  background-size: 100% auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #sellArt .intro {
    background-size: cover;
    display: block;
  }
}
#sellArt .intro > * {
  padding: 4vw 2vw;
}
#sellArt .intro h3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  #sellArt .intro h3 {
    padding: 20px 0 0;
    font-size: 16px;
    letter-spacing: 0;
  }
}
#sellArt .intro h3 span {
  display: block;
  font-size: 150%;
}
#sellArt .intro ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #sellArt .intro ul {
    padding: 0 0 20px;
  }
}
#sellArt .intro li {
  width: 110px;
  height: 110px;
  margin-left: 20px;
  border-radius: 110px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: "Roboto", "NotoSansJP", sans-serif;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #sellArt .intro li {
    width: 80px;
    height: 80px;
    margin: 0 5px;
  }
}
#sellArt .intro li i {
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  #sellArt .intro li i {
    font-size: 18px;
  }
}
#sellArt .intro li span {
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #sellArt .intro li span {
    font-size: 13px;
  }
}
#sellArt #faxAppraise {
  height: 130px;
  background: #DDEA0A;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #sellArt #faxAppraise {
    height: auto;
    padding: 20px;
    display: block;
  }
}
#sellArt #faxAppraise > span {
  width: 130px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #sellArt #faxAppraise > span {
    width: 100%;
  }
}
#sellArt #faxAppraise > span i {
  font-size: 50px;
}
@media screen and (max-width: 1024px) {
  #sellArt #faxAppraise > span i {
    font-size: 35px;
  }
}
#sellArt #faxAppraise > div p {
  font-family: "Roboto", "NotoSansJP", sans-serif;
}
@media screen and (max-width: 1024px) {
  #sellArt #faxAppraise > div p {
    line-height: 1.5;
  }
}
#sellArt #faxAppraise > div p span {
  margin: 0 4px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}
#sellArt #faxAppraise > div p .fax {
  margin: 0 4px;
  font-size: 130%;
}
#sellArt #faxAppraise h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  #sellArt #faxAppraise h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    margin: 10px 0;
  }
}
#sellArt #faxAppraise .pdfLink {
  width: 300px;
  height: 100%;
  padding: 15px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #sellArt #faxAppraise .pdfLink {
    width: auto;
    height: auto;
    padding: 0;
    margin-top: 10px;
  }
}
#sellArt #faxAppraise .pdfLink a {
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Roboto", "NotoSansJP", sans-serif;
  border-radius: 10px;
  background: #222;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #sellArt #faxAppraise .pdfLink a {
    padding: 10px;
  }
}
#sellArt #faxAppraise .pdfLink a:hover {
  opacity: .7;
}
#sellArt #faxAppraise .pdfLink i {
  font-size: 30px;
}
#sellArt #faxAppraise .pdfLink span {
  margin-top: 15px;
  line-height: 1;
}
#sellArt #advantage {
  padding: 1px;
  background: #6FB92C;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sellArt #advantage > * {
  width: calc(100% / 3);
  padding: 40px;
  background: #fff;
  border: 1px solid #6FB92C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 830px) {
  #sellArt #advantage > * {
    width: 100%;
    padding: 20px;
  }
}
#sellArt #advantage header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sellArt #advantage header img {
  width: 80px;
}
@media screen and (max-width: 1024px) {
  #sellArt #advantage header img {
    width: 60px;
  }
}
#sellArt #advantage header h3 {
  margin-top: 15px;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 830px) {
  #sellArt #advantage header h3 {
    font-size: 18px;
  }
}
#sellArt #advantage header span {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 140%;
  color: #6FB92C;
}
#sellArt #advantage section {
  text-align: center;
}
#sellArt #advantage section img {
  width: 100px;
}
@media screen and (max-width: 1024px) {
  #sellArt #advantage section img {
    width: 80px;
  }
}
#sellArt #advantage section h4 {
  margin: 10px 0;
  font-size: 22px;
}
@media screen and (max-width: 830px) {
  #sellArt #advantage section h4 {
    font-size: 18px;
  }
}
#sellArt #advantage section p {
  text-align: left;
  font-family: "Roboto", "NotoSansJP", sans-serif;
}
#sellArt #advantage section mark {
  font-weight: 500;
  color: #222;
  background-color: rgba(111, 185, 44, 0.3);
}

/* *****************************************************************

売買物件

***************************************************************** */
/* 一覧
----------------------------------------------------------------- */
#saleGoContact {
  padding: 15px;
  margin-bottom: 40px;
  background: rgba(14, 125, 203, 0.1);
  border: 2px solid rgba(14, 125, 203, 0.2);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 570px) {
  #saleGoContact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#saleGoContact p,
#saleGoContact a {
  font-family: "Roboto", "NotoSansJP", sans-serif;
}
@media screen and (min-width: 571px) and (max-width: 1024px) {
  #saleGoContact p {
    width: calc(100% - 230px);
  }
}
#saleGoContact a {
  padding: 5px 15px;
  display: block;
  background: #0e7dcb;
  border: 2px solid #0e7dcb;
  color: #fff;
}
@media screen and (min-width: 571px) and (max-width: 1024px) {
  #saleGoContact a {
    width: 215px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 570px) {
  #saleGoContact a {
    margin-top: 10px;
  }
}
#saleGoContact a:hover {
  background: #fff;
  color: #0e7dcb;
}
#saleGoContact i {
  margin-right: .5vw;
}

#saleList {
  margin: 0 -2vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 570px) {
  #saleList {
    margin: 0 -15px;
  }
}
#saleList li {
  width: calc(100% / 3);
  padding: 0 2vw;
  margin-bottom: 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 570px) {
  #saleList li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
#saleList a {
  display: block;
}
#saleList a:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#saleList a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#saleList a:hover figcaption {
  background: #165286;
}
#saleList a:hover dl {
  border-bottom-color: #165286;
}
#saleList a:hover dt,
#saleList a:hover dd {
  color: #165286;
}
#saleList figure {
  width: 100%;
  height: 0;
  padding-top: calc(100% / 3 * 2);
  overflow: hidden;
  position: relative;
}
#saleList img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -o-object-fit: cover;
  object-fit: cover;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  #saleList img {
    height: auto;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
#saleList figcaption {
  padding: 0 .5vw;
  background: #222;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#saleList dl {
  padding: .5vw;
  text-align: center;
  border-bottom: 2px solid rgba(22, 82, 134, 0.2);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#saleList dt {
  font-family: "Roboto", "NotoSansJP", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#saleList dd {
  font-size: 14px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

/* 詳細
----------------------------------------------------------------- */
#saleSingle #saleSingleHeader h3 {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
}
#saleSingle #saleSingleHeader span {
  padding: 4px 12px;
  font-size: 14px;
  border: 1px solid #222;
}
#saleSingle #saleImg {
  padding: 20px;
  background: #165286;
}
#saleSingle #saleImg .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#saleSingle #saleImg .slick-slide {
  text-align: center;
}
#saleSingle #saleImg .slick-slide img {
  max-height: 510px;
  display: inline-block;
}
#saleSingle #saleImgNav .slick-list {
  padding: 0 !important;
}
#saleSingle #saleImgNav .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none !important;
  transform: none !important;
}
#saleSingle #saleImgNav .slick-slide {
  width: 80px !important;
  height: 80px;
  border: 3px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  opacity: .6;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 600px) {
  #saleSingle #saleImgNav .slick-slide {
    width: 60px !important;
    height: 60px;
  }
}
#saleSingle #saleImgNav .slick-slide:hover {
  opacity: 1;
  border-color: #165286;
}
#saleSingle #saleImgNav .slick-slide img {
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#saleSingle #saleImgNav .slick-current {
  opacity: 1;
  border-color: #165286;
}
#saleSingle #note {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  #saleSingle #note {
    margin-top: 30px;
  }
}
#saleSingle #outline {
  margin: 60px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #saleSingle #outline {
    margin: 30px 0;
  }
}
#saleSingle #outline dl {
  width: 50%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 780px) {
  #saleSingle #outline dl {
    width: 100%;
  }
}
#saleSingle #outline dl.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#saleSingle #outline dt {
  width: 10em;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 500px) {
  #saleSingle #outline dt {
    width: 120px;
    line-height: 1.4;
    font-size: 14px;
  }
}
#saleSingle #outline dd {
  width: calc(100% - 10em);
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  #saleSingle #outline dd {
    width: calc(100% - 120px);
    line-height: 1.4;
    font-size: 14px;
  }
}
#saleSingle #outline .price dd {
  font-size: 120%;
  color: #0e7dcb;
  font-weight: bold;
}
#saleSingle .btn {
  width: 240px;
  margin: 0 auto;
  padding: .75vw 1.5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#saleSingle .btn span:before {
  margin-right: 1vw;
}

/* *****************************************************************

管理物件

***************************************************************** */
/* 一覧
----------------------------------------------------------------- */
#propertyCatNav {
  margin-bottom: 4vw;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  #propertyCatNav {
    margin-bottom: 30px;
  }
}
#propertyCatNav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #propertyCatNav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
  #propertyCatNav li a {
    line-height: 1.5;
  }
}
@media screen and (max-width: 450px) {
  #propertyCatNav li a {
    padding: 5px 10px;
    line-height: 1.5;
  }
}
#propertyCatNav li:first-child a {
  border-left: 1px dotted #ccc;
}
#propertyCatNav li.forMap a {
  background: #165286;
  color: #fff;
}
#propertyCatNav li.forMap a:hover {
  background: #fff;
  color: #165286;
}
#propertyCatNav li.forMap i {
  margin-right: 8px;
}
#propertyCatNav .current a {
  color: #165286;
  border-top: 2px solid #165286;
}
#propertyCatNav a {
  display: block;
  padding: 10px 30px;
  border-right: 1px dotted #ccc;
  border-top: 2px solid #fff;
  position: relative;
}
#propertyCatNav a:hover {
  color: #165286;
  border-top: 2px solid #165286;
}

#propertyList {
  margin: 0 -2vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 570px) {
  #propertyList {
    margin: 0 -15px;
  }
}
#propertyList li {
  width: calc(100% / 3);
  padding: 0 2vw;
  margin-bottom: 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 570px) {
  #propertyList li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
#propertyList a {
  display: block;
}
#propertyList a:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#propertyList a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#propertyList a:hover figcaption {
  background: #165286;
}
#propertyList a:hover dl {
  border-bottom-color: #165286;
}
#propertyList a:hover dt,
#propertyList a:hover dd {
  color: #165286;
}
#propertyList figure {
  width: 100%;
  height: 0;
  padding-top: calc(100% / 3 * 2);
  overflow: hidden;
  position: relative;
}
#propertyList img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -o-object-fit: cover;
  object-fit: cover;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  #propertyList img {
    height: auto;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
#propertyList figcaption {
  padding: 0 .5vw;
  background: #222;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#propertyList dl {
  padding: .5vw;
  text-align: center;
  border-bottom: 2px solid rgba(22, 82, 134, 0.2);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#propertyList dt {
  font-family: "Roboto", "NotoSansJP", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#propertyList dd {
  font-size: 14px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

/* 地図から探す
----------------------------------------------------------------- */
#propertyMapArchive .intro {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #333;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #propertyMapArchive .intro {
    display: none;
  }
}
#propertyMapArchive .intro span {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: block;
  border-radius: 2px;
  background: #fff;
  position: relative;
}
#propertyMapArchive .intro span:before {
  content: "";
  width: 18px;
  height: 4px;
  background: #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -9px;
}

#map {
  width: 100%;
  height: 900px;
}
@media screen and (max-width: 1024px) {
  #map {
    height: 450px;
  }
}
#map .link {
  margin-top: 2px;
}
#map .link a {
  padding: 2px 6px;
  border-radius: 3px;
  display: block;
  font-family: "NotoSansJP", sans-serif;
}
#map .link a:hover {
  background: #0e7dcb;
  color: #fff;
}
#map .link a:hover i {
  color: #fff;
}
#map .link i {
  margin-right: 4px;
  color: #888;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* 詳細
----------------------------------------------------------------- */
#propertySingle #propertySingleHeader h3 {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
}
#propertySingle #propertySingleHeader a {
  padding: 4px 12px;
  background: #222;
  color: #fff;
  font-size: 14px;
}
#propertySingle #propertySingleHeader a:hover {
  opacity: .7;
}
#propertySingle #propertyImg {
  padding: 20px;
  background: #165286;
}
#propertySingle #propertyImg .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#propertySingle #propertyImg .slick-slide {
  text-align: center;
}
#propertySingle #propertyImg .slick-slide img {
  max-height: 510px;
  display: inline-block;
}
#propertySingle #propertyImgNav .slick-list {
  padding: 0 !important;
}
#propertySingle #propertyImgNav .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none !important;
  transform: none !important;
}
#propertySingle #propertyImgNav .slick-slide {
  width: 80px !important;
  height: 80px;
  border: 3px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  opacity: .6;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 600px) {
  #propertySingle #propertyImgNav .slick-slide {
    width: 60px !important;
    height: 60px;
  }
}
#propertySingle #propertyImgNav .slick-slide:hover {
  opacity: 1;
  border-color: #165286;
}
#propertySingle #propertyImgNav .slick-slide img {
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#propertySingle #propertyImgNav .slick-current {
  opacity: 1;
  border-color: #165286;
}
#propertySingle #note {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  #propertySingle #note {
    margin-top: 30px;
  }
}
#propertySingle #outline {
  margin: 60px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #propertySingle #outline {
    margin: 30px 0;
  }
}
#propertySingle #outline dl {
  width: 50%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 780px) {
  #propertySingle #outline dl {
    width: 100%;
  }
}
#propertySingle #outline dl.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#propertySingle #outline dt {
  width: 10em;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 500px) {
  #propertySingle #outline dt {
    width: 120px;
    line-height: 1.4;
    font-size: 14px;
  }
}
#propertySingle #outline dd {
  width: calc(100% - 10em);
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  #propertySingle #outline dd {
    width: calc(100% - 120px);
    line-height: 1.4;
    font-size: 14px;
  }
}
#propertySingle .btn {
  width: 240px;
  margin: 0 auto;
  padding: .75vw 1.5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#propertySingle .btn span:before {
  margin-right: 1vw;
}

/* *****************************************************************

管理委託をお考えの方へ

***************************************************************** */
#ownerArt section:first-child {
  text-align: center;
}
#ownerArt section:first-child img {
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  #ownerArt section:first-child img {
    width: 100%;
    max-width: none;
  }
}
#ownerArt h3 {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #0e7dcb;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #ownerArt h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
#ownerArt h3:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #0e7dcb;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
#ownerArt #conduct {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ownerArt #conduct section {
  width: calc(100% / 3 - 18px);
  margin-bottom: 20px;
  border: 2px solid #eee;
}
@media screen and (max-width: 900px) {
  #ownerArt #conduct section {
    width: 100%;
  }
}
#ownerArt #conduct h4 {
  padding: 10px 0;
  background: #0e7dcb;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  #ownerArt #conduct h4 {
    padding: 5px 0;
    font-size: 16px;
  }
}
#ownerArt #conduct ul {
  padding: 10px 20px;
}
#ownerArt #conduct li {
  padding-left: 22px;
  line-height: 1.5;
  margin: 10px 0;
  position: relative;
}
#ownerArt #conduct li i {
  color: #0e7dcb;
  position: absolute;
  top: 4px;
  left: 0;
}

/* *****************************************************************

分譲地情報

***************************************************************** */
.landList {
  text-align: center;
}
.landList .ttl {
  padding: 1vw 0;
  border-bottom: 1px solid #ddd;
  background: rgba(14, 125, 203, 0.1);
}
@media screen and (max-width: 900px) {
  .landList .ttl {
    display: none;
  }
}
.landList .ttl * {
  font-family: "Roboto", "NotoSansJP", sans-serif;
}
.landList .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.landList p {
  padding: 0 20px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.landList .img {
  width: 15%;
}
.landList .type {
  width: 15%;
}
.landList .adr {
  width: 30%;
}
.landList .price {
  width: 25%;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .landList .price {
    width: 22%;
  }
}
.landList .detail {
  width: 15%;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .landList .detail {
    width: 18%;
  }
}
.landList .detail span {
  padding: 5px 10px 5px 20px;
  font-size: 15px;
  font-family: "Roboto", "NotoSansJP", sans-serif;
  letter-spacing: .5px;
  line-height: 1.4;
  color: #0e7dcb;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.landList .detail span:before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #0e7dcb;
  border-right: 2px solid #0e7dcb;
  position: absolute;
  top: 12px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.landList a {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.landList a:hover {
  border-bottom: 1px solid #0e7dcb;
}
.landList a:hover p {
  color: #0e7dcb;
}
.landList a:hover span {
  color: #fff;
  background: #0e7dcb;
}
.landList a:hover span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 900px) {
  .landList .cont a {
    display: block;
  }
  .landList .cont a > * {
    width: 100%;
    margin-top: 10px;
  }
  .landList .cont a .img {
    max-width: 390px;
    margin: 0 auto;
  }
}

/* 子ページ
----------------------------------------------------------------- */
#landChildMain .pageHeader {
  text-align: center;
}
#landChildMain .pageHeader:before {
  display: none;
}
#landChildMain .pageTtl {
  margin-bottom: 0;
  border-bottom: 4px solid #0e7dcb;
}
@media screen and (max-width: 1024px) {
  #landChildMain .pageTtl {
    margin: 10px 0 15px;
  }
}

#landChildArt .intro {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #landChildArt .intro {
    display: block;
  }
}
#landChildArt .intro > div {
  padding-left: 1vw;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#landChildArt .intro > div figure {
  margin-bottom: 1vw;
}
#landChildArt .intro dt {
  font-size: 18px;
  font-weight: bold;
}
#landChildArt .block {
  padding-right: 1vw;
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}
@media screen and (max-width: 780px) {
  #landChildArt .block {
    max-width: 480px;
    padding: 0;
    margin: 0 auto 20px;
  }
}
#landChildArt #price header {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 610px) {
  #landChildArt #price header {
    display: block;
    margin-bottom: 10px;
  }
}
#landChildArt #price header * {
  margin-right: 50px;
}
@media screen and (max-width: 610px) {
  #landChildArt #price header * {
    margin-right: 30px;
  }
}
#landChildArt #price header h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 610px) {
  #landChildArt #price header h3 {
    margin-bottom: 15px;
  }
}
#landChildArt #price header p {
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 610px) {
  #landChildArt #price header p {
    display: inline-block;
    font-size: 14px;
  }
}
#landChildArt #price header p:before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
#landChildArt #price header .contracted:before {
  background: #e7e7e7;
}
#landChildArt #price header .meeting:before {
  background: rgba(14, 125, 203, 0.2);
}
@media screen and (min-width: 721px) {
  #landChildArt #price .note {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #landChildArt #price .note {
    margin-bottom: 5px;
    font-size: 13px;
    font-family: "Roboto", "NotoSansJP", sans-serif;
    color: #888;
  }
}
#landChildArt #price table {
  width: 100%;
  text-align: center;
}
#landChildArt #price table .contracted {
  background: #e7e7e7;
}
#landChildArt #price table .contracted * {
  color: #aaa;
}
#landChildArt #price table .meeting {
  background: rgba(14, 125, 203, 0.2);
}
#landChildArt #price table .meeting * {
  color: #aaa;
}
#landChildArt #gm {
  margin: 60px 0;
  border: 4px solid rgba(14, 125, 203, 0.3);
}
@media screen and (max-width: 1024px) {
  #landChildArt #gm {
    margin: 40px 0;
  }
  #landChildArt #gm iframe {
    height: 300px;
  }
}
#landChildArt #outline > .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#landChildArt #outline dl {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
#landChildArt #outline dl:first-child {
  padding-top: 0;
}
#landChildArt #outline dl.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#landChildArt #outline .half {
  width: 50%;
}
@media screen and (max-width: 840px) {
  #landChildArt #outline .half {
    width: 100%;
  }
}
#landChildArt #outline dt {
  width: 10em;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 630px) {
  #landChildArt #outline dt {
    width: 100px;
    font-size: 14px;
    line-height: 1.4;
  }
}
#landChildArt #outline dd {
  width: calc(100% - 10em);
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 630px) {
  #landChildArt #outline dd {
    width: calc(100% - 100px);
    padding-right: 0;
    font-size: 14px;
    line-height: 1.4;
  }
}
#landChildArt #outline dd a {
  margin-left: 20px;
  color: #0e7dcb;
  text-decoration: underline;
}
#landChildArt #outline dd a:hover {
  text-decoration: none;
}
#landChildArt #near {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #landChildArt #near {
    display: block;
  }
}
#landChildArt #near h3 {
  width: 180px;
  height: 180px;
  color: #0e7dcb;
  text-align: center;
  line-height: 180px;
  font-size: 22px;
  border: 2px solid #0e7dcb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #landChildArt #near h3 {
    height: auto;
    line-height: 2;
    margin: 0 auto;
    font-size: 20px;
  }
}
#landChildArt #near ul {
  width: calc(100% - 210px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  #landChildArt #near ul {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #landChildArt #near ul {
    width: 100%;
    padding: 0 10px;
    margin: 0 -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#landChildArt #near li {
  width: 25%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  #landChildArt #near li {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  #landChildArt #near li {
    margin: 20px 0 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 580px) {
  #landChildArt #near li {
    width: 50%;
    margin: 20px 0 0;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#landChildArt #near a {
  text-decoration: underline;
}
#landChildArt #near a:hover {
  text-decoration: none;
}
#landChildArt #near a:hover * {
  opacity: .7;
}
#landChildArt #near figure {
  text-align: center;
}
#landChildArt #near img {
  width: 100%;
  max-width: 170px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#landChildArt #near dl {
  margin-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#landChildArt #near dl * {
  font-size: 14px;
  line-height: 1.4;
}
#landChildArt #near dt {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#landChildArt #near dd {
  color: #165286;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* *****************************************************************

テナント紹介

***************************************************************** */
/* 一覧
----------------------------------------------------------------- */
#tenantMain {
  background: url(../estate/tenant/tenant.jpg) center;
  background-size: 480px auto;
}
@media screen and (max-width: 520px) {
  #tenantMain {
    background-size: 300px auto;
  }
}
#tenantMain .pageHeader:before {
  display: none;
}
#tenantMain .pageHeader h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
}
#tenantMain .pageHeader h2 .en {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 38px;
  line-height: 1.4;
}
#tenantMain .pageHeader .intro {
  width: 420px;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 1024px) {
  #tenantMain .pageHeader .intro {
    width: auto;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
#tenantMain .pageHeader .intro i {
  margin-right: 3px;
  color: #FFCC00;
  font-size: 14px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1024px) {
  #tenantMain .breadcrumbs {
    margin: 10px 0;
  }
}
#tenantMain .breadcrumbs li {
  color: rgba(255, 255, 255, 0.7);
}
#tenantMain .breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
}
#tenantMain .breadcrumbs a:hover {
  color: #fff;
}
#tenantMain .contentMain {
  padding-top: 2vw;
  background: transparent;
}

#tenantArchive .pageInner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#tenantArchive section {
  width: calc(50% - 20px);
  margin: 34px 0 40px;
  position: relative;
}
@media screen and (max-width: 855px) {
  #tenantArchive section {
    width: 100%;
  }
}
#tenantArchive section:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 10px;
  left: 10px;
}
#tenantArchive section:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#tenantArchive section h3 {
  height: 34px;
  padding: 0 15px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -34px;
  left: 0;
}
#tenantArchive section h3:before {
  content: "";
  width: 50px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 20px;
  right: -27px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
#tenantArchive section h3 span {
  line-height: 34px;
  font-size: 18px;
  position: relative;
}
#tenantArchive section .detail {
  padding: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  #tenantArchive section .detail {
    padding: 15px;
  }
}
#tenantArchive section .propertyBlc {
  text-align: center;
}
#tenantArchive section .propertyBlc figure {
  text-align: center;
}
#tenantArchive section .propertyBlc figure img {
  width: 100%;
  max-width: 270px;
}
#tenantArchive section .propertyBlc .adr {
  display: inline-block;
  padding: 0 10px 4px;
  margin: 10px 0 30px;
  border-bottom: 1px solid rgba(14, 125, 203, 0.4);
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", "NotoSansJP", sans-serif;
  position: relative;
}
@media screen and (max-width: 520px) {
  #tenantArchive section .propertyBlc .adr {
    margin: 10px 0 15px;
  }
}
#tenantArchive section .propertyBlc .adr:before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid rgba(14, 125, 203, 0.4);
  position: absolute;
  bottom: -7px;
  right: 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tenantArchive section .propertyBlc .adr:hover {
  color: #0e7dcb;
  border-bottom-color: #0e7dcb;
}
#tenantArchive section .propertyBlc .adr:hover:before {
  border-top-color: #0e7dcb;
}
#tenantArchive section .propertyBlc .adr i {
  margin-right: 4px;
}
#tenantArchive section .tenantBlc .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#tenantArchive section .tenantBlc p {
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", "NotoSansJP", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#tenantArchive section .tenantBlc .ttl p {
  padding: 8px 5px 5px;
  line-height: 1;
  background: #eee;
  color: #888;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
#tenantArchive section .tenantBlc .ttl .star {
  padding: 8px 0 5px;
}
#tenantArchive section .tenantBlc .ttl .star i {
  color: #ccc;
}
#tenantArchive section .tenantBlc .name {
  width: 60%;
  text-align: left;
}
#tenantArchive section .tenantBlc .type {
  width: calc(100% - 60% - 22px);
  text-align: left;
  color: #888;
}
#tenantArchive section .tenantBlc .star {
  width: 20px;
  padding: 0;
  text-align: center;
  font-size: 12px;
}
#tenantArchive section .tenantBlc .star i {
  color: #fff;
}
#tenantArchive section .tenantBlc li:not(.ttl) .star span.star i {
  color: #FFBA00;
}
#tenantArchive section .tenantBlc a {
  padding: 6px 0 5px;
  border-bottom: 1px solid rgba(14, 125, 203, 0.4);
  position: relative;
}
#tenantArchive section .tenantBlc a:before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid rgba(14, 125, 203, 0.4);
  position: absolute;
  bottom: -7px;
  right: 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tenantArchive section .tenantBlc a:hover {
  border-bottom-color: #0e7dcb;
}
#tenantArchive section .tenantBlc a:hover:before {
  border-top-color: #0e7dcb;
}
#tenantArchive section .tenantBlc a:hover p {
  color: #0e7dcb;
}
#tenantArchive section .tenantBlc a:hover p .star i {
  color: #FFBA00;
}

/* 詳細
----------------------------------------------------------------- */
#tenantSingle.contentMain {
  padding-top: 0;
}

#tenantSingle .pageInner {
  padding: 2vw;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #tenantSingle .pageInner {
    padding: 5vw;
  }
}

#tenantSingleHeader h3 {
  padding-bottom: 15px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #tenantSingleHeader h3 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}
#tenantSingleHeader h3:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #0e7dcb;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
@media screen and (max-width: 1024px) {
  #tenantSingleHeader h3:before {
    width: 40px;
    margin-left: -20px;
  }
}

#tenantSingleMain {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #tenantSingleMain {
    display: block;
  }
}
#tenantSingleMain > * {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1024px) {
  #tenantSingleMain > * {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #tenantSingleMain .catImg {
    max-width: 420px;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 1024px) {
  #tenantImgWrap {
    margin-bottom: 20px;
  }
}
#tenantImgList {
  padding: 15px;
  background: #165286;
}
#tenantImgList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#tenantImgList .slick-slide {
  text-align: center;
}
#tenantImgList .slick-slide img {
  max-height: 360px;
  display: inline-block;
}

#tenantImgNav .slick-list {
  padding: 0 !important;
}
#tenantImgNav .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none !important;
  transform: none !important;
}
#tenantImgNav .slick-slide {
  width: 80px !important;
  height: 80px;
  border: 3px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  opacity: .6;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 600px) {
  #tenantImgNav .slick-slide {
    width: 60px !important;
    height: 60px;
  }
}
#tenantImgNav .slick-slide:hover {
  opacity: 1;
  border-color: #165286;
}
#tenantImgNav .slick-slide img {
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#tenantImgNav .slick-current {
  opacity: 1;
  border-color: #165286;
}

#tenantSingle #outline dl {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 780px) {
  #tenantSingle #outline dl {
    width: 100%;
  }
}
#tenantSingle #outline dl.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#tenantSingle #outline dt {
  width: 10em;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 500px) {
  #tenantSingle #outline dt {
    width: 120px;
    line-height: 1.4;
    font-size: 14px;
  }
}
#tenantSingle #outline dd {
  width: calc(100% - 10em);
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  #tenantSingle #outline dd {
    width: calc(100% - 120px);
    line-height: 1.4;
    font-size: 14px;
  }
}
#tenantSingle #outline a {
  word-wrap: break-word;
}
#tenantSingle #outline a:hover {
  opacity: .7;
}
#tenantSingle #outline a i {
  margin-left: 5px;
}
#tenantSingle .btn {
  width: 240px;
  margin: 40px auto 0;
  padding: .75vw 1.5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#tenantSingle .btn span:before {
  margin-right: 1vw;
}
#tenantSingle #note {
  padding: 40px;
  margin-top: 70px;
  background: url(../estate/images/stripe.png);
  background-size: 30px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #tenantSingle #note {
    padding: 20px;
    margin-top: 50px;
  }
}
#tenantSingle #note:before {
  content: "information";
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #ddd;
  font-size: 60px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 600px) {
  #tenantSingle #note:before {
    font-size: 40px;
  }
}
#tenantSingle #note a {
  text-decoration: underline;
}
#tenantSingle #note a:hover {
  text-decoration: none;
}

/* *****************************************************************

オーナー様向け税制対策ブログ

***************************************************************** */
#blogMain {
  /* 一覧
  ----------------------------------------------------------------- */
}
#blogMain .pageHeader {
  margin: 0;
  background: url(../estate/blog/blog_header.svg) no-repeat center;
  background-size: cover;
}
#blogMain .pageHeader:before {
  display: none;
}
#blogMain .pageHeader h2 {
  padding: 60px 0;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #blogMain .pageHeader h2 {
    padding: 30px 0;
    font-size: 24px;
  }
}
#blogMain .pageHeader h2:before {
  content: "";
  width: 150px;
  height: 100px;
  background: url(../estate/blog/blog_ttl.svg) no-repeat bottom;
  background-size: 100% auto;
  opacity: .7;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -220px;
}
@media screen and (max-width: 1024px) {
  #blogMain .pageHeader h2:before {
    width: 90px;
    height: 80px;
    top: -40px;
    margin-left: -140px;
  }
}
#blogMain .pageHeader h2:after {
  content: "";
  width: 330px;
  height: 100px;
  background: url(../estate/blog/blog_pen.svg) no-repeat left bottom;
  background-size: 100% auto;
  opacity: .7;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -66px 0 0 -138px;
  /* IE11 */
}
@media screen and (max-width: 1024px) {
  #blogMain .pageHeader h2:after {
    width: 230px;
    margin: -75px 0 0 -98px;
  }
}
@media all and (-ms-high-contrast: none) {
  #blogMain .pageHeader h2:after {
    top: 60%;
  }
}
#blogMain .pageHeader > div {
  padding-top: 6px;
  background: rgba(0, 0, 0, 0.5);
}
#blogMain .pageHeader .breadcrumbs {
  margin: 0;
}
#blogMain .pageHeader .breadcrumbs li {
  color: #fff;
  line-height: 1.4;
}
#blogMain .pageHeader .breadcrumbs a {
  padding-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}
#blogMain .pageHeader .breadcrumbs a:hover {
  color: #fff;
}
#blogMain .pageHeader .breadcrumbs a:hover:after {
  background: #fff;
}
#blogMain .pageHeader .breadcrumbs a:before {
  border-right-color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.7);
  top: 10px;
}
#blogMain .pageHeader .breadcrumbs a:after {
  background: rgba(255, 255, 255, 0.7);
}
#blogMain .contentMain {
  padding-top: 0;
  background: #f7f7f7;
}
#blogMain #authorProfile {
  width: 900px;
  padding: 20px 40px;
  margin: 0 auto 60px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  #blogMain #authorProfile {
    width: 100%;
    padding: 20px;
    margin-bottom: 60px;
    position: relative;
    top: 30px;
  }
}
#blogMain #authorProfile:before {
  content: "";
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom: 40px solid #fff;
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1024px) {
  #blogMain #authorProfile:before {
    border: 30px solid transparent;
    border-bottom: 20px solid #fff;
    top: -50px;
    margin-left: -30px;
  }
}
#blogMain #authorProfile header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#blogMain #authorProfile header i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  background: #165286;
  font-size: 20px;
}
#blogMain #authorProfile header .ttl {
  font-family: "NotoSansJP", sans-serif;
  color: #165286;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  #blogMain #authorProfile header .ttl {
    font-size: 18px;
  }
}
#blogMain #authorProfile .author {
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #blogMain #authorProfile .author {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #blogMain #authorProfile .detail {
    display: block;
  }
}
#blogMain #authorProfile .message {
  margin-right: 15px;
  line-height: 2;
  font-family: "Roboto", "NotoSansJP", sans-serif;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media screen and (max-width: 1024px) {
  #blogMain #authorProfile .message {
    margin: 0 0 15px;
    line-height: 1.75;
    font-size: 15px;
  }
}
#blogMain #authorProfile .message mark {
  font-size: 110%;
}
#blogMain #authorProfile dl {
  margin-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  #blogMain #authorProfile dl {
    margin: 0;
  }
}
#blogMain #authorProfile dt {
  font-family: "Roboto", "NotoSansJP", sans-serif;
  color: #165286;
  border: 1px solid rgba(22, 82, 134, 0.3);
  text-align: center;
  background: rgba(22, 82, 134, 0.05);
}
@media screen and (max-width: 1024px) {
  #blogMain #authorProfile ul {
    text-align: center;
  }
}
#blogMain #authorProfile li {
  padding-left: 18px;
  margin: 10px 0;
  font-family: "Roboto", "NotoSansJP", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #blogMain #authorProfile li {
    display: inline-block;
    margin: 5px 10px;
  }
}
#blogMain #authorProfile li i {
  font-size: 11px;
  color: #ccc;
  position: absolute;
  top: 4px;
  left: 0;
}
#blogMain #blogArchiveListing,
#blogMain #blogSingle {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  #blogMain #blogArchiveListing,
  #blogMain #blogSingle {
    padding-top: 30px;
  }
}
#blogMain .archiveTtl {
  width: calc(100% - 300px);
  padding: 0 15px 15px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  #blogMain .archiveTtl {
    width: 100%;
    padding: 0 0 15px;
  }
}
#blogMain .archiveTtl span {
  margin-right: 5px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 820px) {
  #blogMain .archiveTtl span {
    font-size: 20px;
  }
}
#blogMain .blogContents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #blogMain .blogContents {
    display: block;
  }
}
#blogMain .blogList {
  width: calc(100% - 300px);
}
@media screen and (max-width: 820px) {
  #blogMain .blogList {
    width: 100%;
    margin-bottom: 40px;
  }
}
#blogMain .blogList ul {
  border-top: 1px dotted #ccc;
}
#blogMain .blogList ul li {
  padding: 15px;
  border-bottom: 1px dotted #ccc;
}
#blogMain .blogList ul .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#blogMain .blogList h3 a {
  font-size: 22px;
  color: #165286;
}
@media screen and (max-width: 820px) {
  #blogMain .blogList h3 a {
    font-size: 18px;
  }
}
#blogMain .blogList h3 a:hover {
  opacity: .7;
}
#blogMain .blogList time {
  font-size: 15px;
  color: #888;
}
@media screen and (max-width: 820px) {
  #blogMain .blogList time {
    font-size: 14px;
  }
}
#blogMain .blogList .cat {
  font-size: 12px;
  font-family: "Roboto", "NotoSansJP", sans-serif;
}
#blogMain .blogList .cat a {
  display: block;
  padding: 0 5px;
  letter-spacing: 1px;
  background: #165286;
  color: #fff;
  border-radius: 4px;
}
#blogMain .blogList .cat a:hover {
  opacity: .7;
}
#blogMain .blogList #pagination {
  padding-top: 40px;
}
#blogMain .blogSide {
  width: 240px;
}
@media screen and (max-width: 820px) {
  #blogMain .blogSide {
    width: 100%;
    padding-top: 20px;
    border-top: 2px solid #ddd;
  }
}
#blogMain .blogSide section {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  #blogMain .blogSide section {
    margin-bottom: 20px;
  }
}
#blogMain .blogSide section:first-child a {
  display: block;
  font-family: "Roboto", "NotoSansJP", sans-serif;
  color: #666;
  font-size: 15px;
  position: relative;
}
#blogMain .blogSide section:first-child a:hover {
  color: #165286;
}
#blogMain .blogSide section:first-child a:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#blogMain .blogSide section:first-child > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
#blogMain .blogSide section:first-child > ul > li > a {
  padding-left: 18px;
}
#blogMain .blogSide section:first-child > ul > li > a:hover:before {
  border-top-color: #165286;
  border-right-color: #165286;
}
#blogMain .blogSide section:first-child > ul > li > a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#blogMain .blogSide section:first-child ul ul a {
  padding-left: 40px;
}
#blogMain .blogSide section:first-child ul ul a:hover:before {
  border-bottom-color: #165286;
  border-left-color: #165286;
}
#blogMain .blogSide section:first-child ul ul a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  position: absolute;
  top: 8px;
  left: 25px;
}
#blogMain .blogSide h6 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}
#blogMain .blogSide h6 i {
  margin-right: 5px;
}
#blogMain .blogSide select {
  font-size: 15px;
  color: #666;
}

/* 詳細
----------------------------------------------------------------- */
#blogSingle header {
  padding: 15px;
  margin-bottom: 20px;
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 820px) {
  #blogSingle header {
    margin-bottom: 0;
  }
}
#blogSingle header h3 {
  font-size: 22px;
}
@media screen and (max-width: 820px) {
  #blogSingle header h3 {
    font-size: 20px;
  }
}
#blogSingle header .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#blogSingle header time {
  font-size: 15px;
  color: #888;
}
@media screen and (max-width: 1024px) {
  #blogSingle header time {
    font-size: 14px;
  }
}
#blogSingle header .cat {
  font-size: 12px;
  font-family: "Roboto", "NotoSansJP", sans-serif;
}
#blogSingle header .cat a {
  display: block;
  padding: 0 5px;
  letter-spacing: 1px;
  background: #165286;
  color: #fff;
  border-radius: 4px;
}
#blogSingle header .cat a:hover {
  opacity: .7;
}
#blogSingle article {
  width: calc(100% - 300px);
}
@media screen and (max-width: 820px) {
  #blogSingle article {
    width: 100%;
  }
}
#blogSingle .entryBody {
  padding: 15px;
}
#blogSingle .entryBody h1,
#blogSingle .entryBody h2,
#blogSingle .entryBody h3,
#blogSingle .entryBody h4,
#blogSingle .entryBody h5,
#blogSingle .entryBody h6 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #0e7dcb;
}
@media screen and (max-width: 820px) {
  #blogSingle .entryBody h1,
  #blogSingle .entryBody h2,
  #blogSingle .entryBody h3,
  #blogSingle .entryBody h4,
  #blogSingle .entryBody h5,
  #blogSingle .entryBody h6 {
    font-size: 18px;
    line-height: 1.5;
  }
}
#blogSingle .entryBody p {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  #blogSingle .entryBody p {
    margin-bottom: 30px;
  }
}
#blogSingle .entryBody a {
  color: #165286;
  text-decoration: underline;
}
#blogSingle .entryBody a:hover {
  text-decoration: none;
}
#blogSingle .entryBody ul {
  margin: 0 0 30px 1.5em;
}
#blogSingle .entryBody ul li {
  list-style-type: disc;
}
#blogSingle .entryBody ol {
  margin: 0 0 30px 1.5em;
}
#blogSingle .entryBody ol li {
  list-style-type: decimal;
}
#blogSingle .entryBody table {
  width: auto;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
#blogSingle .entryBody th,
#blogSingle .entryBody td {
  border-color: #ccc;
}
#blogSingle .btn {
  width: 240px;
  margin: 0 auto;
  padding: .75vw 1.5vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #blogSingle .btn {
    margin-bottom: 40px;
  }
}
#blogSingle .btn span:before {
  margin-right: 1vw;
}

/* *****************************************************************

お問い合わせ

***************************************************************** */
#contactMain .pageHeader:before {
  display: none;
}
#contactMain .pageHeader .pageInner {
  text-align: center;
}
#contactMain .pageTtl {
  margin: 0;
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  #contactMain .pageTtl {
    margin-bottom: 10px;
  }
}
#contactMain #contactInner {
  width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #contactMain #contactInner {
    width: 100%;
  }
}
#contactMain #contactInner section:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  #contactMain #contactInner section:not(:first-child) {
    margin-top: 30px;
  }
}
#contactMain #contactInner section h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #contactMain #contactInner section h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
#contactMain #contactInner section h3:before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
#contactMain .contactMessage {
  margin-bottom: 15px;
  text-align: center;
}

#ohmiBody #contactMain #contactInner section h3 {
  color: #0e7dcb;
}
#ohmiBody #contactMain #contactInner section h3:before {
  background: #0e7dcb;
}

#ryokuchiBody #contactMain #contactInner section h3 {
  color: #4b8e15;
}
#ryokuchiBody #contactMain #contactInner section h3:before {
  background: #4b8e15;
}

/* *****************************************************************

会社概要

***************************************************************** */
#companyArt figure {
  width: 100%;
  max-width: 690px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 900px) {
  #companyArt figure {
    max-width: 480px;
  }
}
@media screen and (max-width: 900px) {
  #companyArt dl {
    display: block;
  }
}
#companyArt dt {
  padding: 10px 0;
  margin-right: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  #companyArt dt {
    line-height: 1.4;
    font-size: 14px;
    border-bottom: none;
    text-align: left;
  }
}
#companyArt dd {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  #companyArt dd {
    padding: 0 0 10px 0;
    line-height: 1.4;
    font-size: 14px;
  }
}
#companyArt dd a {
  text-decoration: underline;
}
#companyArt dd a:hover {
  opacity: .7;
  text-decoration: none;
}
#companyArt section:first-child dt {
  width: 130px;
}
@media screen and (max-width: 900px) {
  #companyArt section:first-child dt {
    width: 100%;
  }
}
#companyArt section:first-child dd {
  width: calc(100% - 130px);
}
@media screen and (max-width: 900px) {
  #companyArt section:first-child dd {
    width: 100%;
  }
}
#companyArt section:last-child dt {
  width: 210px;
}
@media screen and (max-width: 900px) {
  #companyArt section:last-child dt {
    width: 100%;
  }
}
#companyArt section:last-child dd {
  width: calc(100% - 210px);
}
@media screen and (max-width: 900px) {
  #companyArt section:last-child dd {
    width: 100%;
  }
}

#ryokuchiBody #companyArt dt {
  color: #3c611e;
}
#ryokuchiBody #companyArt dd a {
  color: #4b8e15;
}

#ohmiBody #companyArt dt {
  color: #165286;
}
#ohmiBody #companyArt dd a {
  color: #0e7dcb;
}

#nasuBody #companyArt {
  margin-top: 38px;
}
@media screen and (max-width: 1024px) {
  #nasuBody #companyArt {
    margin-top: 30px;
  }
}
#nasuBody #companyArt dt {
  color: #664e18;
}
#nasuBody #companyArt dd a {
  color: #906b18;
}

/*# sourceMappingURL=page.css.map */
