body#index #contents {
  overflow: hidden;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  body#index #contents {
    padding-bottom: 20px;
  }
}
body#index #keyvisual {
  height: 580px;
  background-color: #ddd;
}
@media screen and (max-width: 750px) {
  body#index #keyvisual {
    height: 300px;
  }
}
body#index #keyvisual dfn {
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: 180px;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  body#index #keyvisual dfn {
    top: 300px;
    left: 50%;
    margin-left: -150px;
  }
}
@media screen and (max-width: 750px) {
  body#index #keyvisual #myslider img {
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  body#index #keyvisual dfn img {
    display: none;
  }
}
body#index #keyvisual ul li {
  float: left;
}
body#index section#intro {
  padding: 30px 0px 20px 0px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body#index section#intro {
    padding: 0px 0px 0px 0px;
  }
}
body#index section#intro h2 {
  color: #CCC;
  font-size: 18px;
  float: left;
  font-weight: normal;
  padding-top: 25px;
  width: 340px;
}
@media screen and (max-width: 750px) {
  body#index section#intro h2 {
    padding: 10px 10px 0px 10px;
    width: 100%;
  }
}
body#index section#intro p {
  float: left;
  width: 660px;
}
@media screen and (max-width: 750px) {
  body#index section#intro p {
    width: 100%;
    padding: 10px;
  }
}
body#index section#property {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  body#index section#property {
    padding: 10px;
    margin-bottom: 0px;
  }
}
body#index section#property h2 {
  background-color: #eee;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 30px;
}
body#index section#property div.entry {
  width: 180px;
  box-shadow: 0px 0px 5px 1px #eee;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  margin-right: 25px;
  float: left;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  body#index section#property div.entry {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
body#index section#property div.entry dl {
  text-align: center;
  padding: 15px 15px 10px 15px;
  font-size: 13px;
}
body#index section#property div.entry dl dt {
  width: 80px;
  margin: -28px auto 10px auto;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
}
body#index section#property div.entry dl dd {
  border-bottom: dotted 1px #ddd;
}
body#index section#property div.entry dl dd em {
  color: #B20000;
  font-weight: bold;
  font-size: 18px;
}
body#index section#property div.entry dl dd:last-child {
  padding-top: 3px;
  border-bottom: none;
}
body#index section#property div.entry:last-child {
  margin-right: 0px;
}
body#index section#property .apart dt {
  background-color: #FF9999;
}
body#index section#property .house dt {
  background-color: #00BFFF;
}
body#index section#news,
body#index section#blog {
  width: 485px;
  float: left;
}
@media screen and (max-width: 750px) {
  body#index section#news,
  body#index section#blog {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
body#index section#news h2,
body#index section#blog h2 {
  background-color: #eee;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 20px;
}
body#index section#news dl dt, body#index section#news dl dd,
body#index section#blog dl dt,
body#index section#blog dl dd {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
body#index section#news dl dt,
body#index section#blog dl dt {
  font-size: 12px;
  padding-left: 10px;
  color: #fff;
  text-align: center;
  float: left;
}
body#index section#news dl dt span,
body#index section#blog dl dt span {
  width: 80px;
  display: block;
  border-radius: 3px;
  background-color: #85B200;
}
body#index section#news dl dd,
body#index section#blog dl dd {
  border-bottom: dotted 1px #ccc;
  font-size: 14px;
  padding-left: 100px;
}
body#index section#news {
  margin-right: 30px;
}

body#about {
  background-image: url(../img/pages/bg_about.png);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 750px) {
  body#about {
    background-size: contain;
    background-position: top center;
  }
}
body#about #contents {
  margin-top: 170px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body#about #contents {
    margin-top: 130px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 750px) {
  body#about #contents .wrap {
    width: 100%;
    padding: 10px;
  }
}
body#about #contents .wrap #intro {
  width: 700px;
  text-align: center;
  margin: 0px auto 50px auto;
}
@media screen and (max-width: 750px) {
  body#about #contents .wrap #intro {
    width: 100%;
  }
}
body#about #contents .wrap #intro dfn {
  font-size: 16px;
  color: #AAA;
}
body#about #contents .wrap #intro h2 {
  font-size: 26px;
  margin: 5px 0px 30px 0px;
}
body#about #contents .wrap #intro p {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  body#about #contents .wrap #intro p {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  body#about #contents .wrap #intro p br {
    display: none;
  }
}
body#about #contents .wrap #work {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px 40px 0px;
  border-top: solid 1px #ddd;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  body#about #contents .wrap #work {
    padding: 30px 0px 30px 0px;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  body#about #contents .wrap #work .item {
    width: 100%;
    padding: 0px 0px 30px 0px;
  }
}
body#about #contents .wrap #work .item h3 {
  width: 150px;
  height: 150px;
  padding-top: 50px;
  margin: 0px auto 15px auto;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #85B200;
  border-radius: 50%;
}
body#about #contents .wrap #work .item h3 em {
  font-family: monospace;
  font-size: 40px;
  display: block;
  color: #85B200;
  line-height: 100%;
}
body#about #contents .wrap #work .item p {
  text-align: left;
}
body#about #contents .wrap table {
  width: 100%;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  body#about #contents .wrap table {
    width: 100%;
  }
}
body#about #contents .wrap table th {
  background-color: #EEE;
  width: 120px;
}
@media screen and (max-width: 750px) {
  body#about #contents .wrap table th {
    width: 100px;
  }
}
body#about #contents .wrap table th, body#about #contents .wrap table td {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  padding: 10px;
}
body#about #contents .wrap .map {
  position: relative;
  width: 100%;
}
body#about #contents .wrap .map #map-canvas {
  position: relative;
  width: 100%;
  height: 350px;
}

body#recruit #contents .wrap {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  body#recruit #contents .wrap {
    margin-top: 20px;
    padding: 10px;
  }
}
body#recruit #contents .wrap h2 {
  font-size: 20px;
  text-align: center;
  padding: 0px 0px 10px 0px;
  margin-bottom: 20px;
  border-bottom: solid 1px #000;
}
body#recruit #contents .wrap table {
  width: 100%;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  line-height: 150%;
}
body#recruit #contents .wrap table th {
  background-color: #EEE;
  width: 170px;
}
body#recruit #contents .wrap table th, body#recruit #contents .wrap table td {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  body#recruit #contents .wrap table th, body#recruit #contents .wrap table td {
    display: block;
    width: 100%;
  }
}
body#recruit #contents .wrap #entry {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  body#recruit #contents .wrap #entry {
    margin-bottom: 20px;
  }
}
body#recruit #contents .wrap #entry a {
  display: inline-block;
  border-radius: 4px;
  background-color: #FFBF00;
  color: #fff;
  margin-top: 15px;
  padding: 10px 30px 10px 30px;
}

body#property #contents .wrap,
body#information #contents .wrap {
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body#property #contents .wrap,
  body#information #contents .wrap {
    margin-top: 20px;
  }
}
body#property #contents .wrap #main,
body#information #contents .wrap #main {
  width: 720px;
  margin-right: 30px;
  float: left;
}
@media screen and (max-width: 750px) {
  body#property #contents .wrap #main,
  body#information #contents .wrap #main {
    width: 100%;
    margin-right: 0px;
    padding: 10px;
  }
}
body#property #contents .wrap #main .entry,
body#information #contents .wrap #main .entry {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  body#property #contents .wrap #main .entry,
  body#information #contents .wrap #main .entry {
    margin-bottom: 20px;
  }
}
body#property #contents .wrap #main .entry .waku,
body#information #contents .wrap #main .entry .waku {
  position: relative;
}
body#property #contents .wrap #main .entry .waku:before,
body#information #contents .wrap #main .entry .waku:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.6);
}
body#property #contents .wrap #main .entry .waku img,
body#information #contents .wrap #main .entry .waku img {
  border-radius: 4px;
  vertical-align: bottom;
}
body#property #contents .wrap #main .entry .title,
body#information #contents .wrap #main .entry .title {
  background: linear-gradient(#ffffff, #cfedb1);
  border: solid 1px #A9DF73;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
body#property #contents .wrap #main .entry .title h2,
body#information #contents .wrap #main .entry .title h2 {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
body#property #contents .wrap #main .entry .title ul,
body#information #contents .wrap #main .entry .title ul {
  float: right;
}
@media screen and (max-width: 750px) {
  body#property #contents .wrap #main .entry .title ul,
  body#information #contents .wrap #main .entry .title ul {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    padding-top: 5px;
  }
}
body#property #contents .wrap #main .entry .title ul li,
body#information #contents .wrap #main .entry .title ul li {
  display: inline-block;
  margin-right: 5px;
}
body#property #contents .wrap #main .entry .title ul li a,
body#information #contents .wrap #main .entry .title ul li a {
  border-radius: 20px;
  display: inline-block;
  background-color: #fff;
  padding: 0px 15px 0px 15px;
}
body#property #contents .wrap #main .entry .title ul li:last-child,
body#information #contents .wrap #main .entry .title ul li:last-child {
  margin-right: 0px;
}
body#property #contents .wrap #main .entry p,
body#information #contents .wrap #main .entry p {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  body#property #contents .wrap #main .entry img,
  body#information #contents .wrap #main .entry img {
    width: 100%;
  }
}
body#property #contents .wrap #main .entry table,
body#information #contents .wrap #main .entry table {
  width: 100%;
  line-height: 150%;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0px 5px;
}
body#property #contents .wrap #main .entry table th,
body#information #contents .wrap #main .entry table th {
  background-color: #ECF7E0;
  border-radius: 5px;
}
body#property #contents .wrap #main .entry table th, body#property #contents .wrap #main .entry table td,
body#information #contents .wrap #main .entry table th,
body#information #contents .wrap #main .entry table td {
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  body#property #contents .wrap #main .entry table th, body#property #contents .wrap #main .entry table td,
  body#information #contents .wrap #main .entry table th,
  body#information #contents .wrap #main .entry table td {
    display: block;
    width: 100%;
  }
}
body#property #contents .wrap #side,
body#information #contents .wrap #side {
  width: 250px;
  float: left;
}
@media screen and (max-width: 750px) {
  body#property #contents .wrap #side,
  body#information #contents .wrap #side {
    width: 100%;
    padding: 10px;
  }
}
body#property #contents .wrap #side h3,
body#information #contents .wrap #side h3 {
  background: linear-gradient(#ffffff, #cfedb1);
  border: solid 1px #A9DF73;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  body#property #contents .wrap #side h3,
  body#information #contents .wrap #side h3 {
    margin-bottom: 10px;
  }
}
body#property #contents .wrap #side ul,
body#information #contents .wrap #side ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  body#property #contents .wrap #side ul,
  body#information #contents .wrap #side ul {
    margin-bottom: 20px;
  }
}
body#property #contents .wrap #side ul li,
body#information #contents .wrap #side ul li {
  background-image: url(/img/pages/arrow.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  border-bottom: dotted 1px #CCC;
  line-height: 130%;
  padding: 10px 0px 10px 30px;
}

body#contact #contents .wrap,
body#introduce #contents .wrap {
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body#contact #contents .wrap,
  body#introduce #contents .wrap {
    margin-top: 0px;
    padding: 10px;
  }
}
body#contact #contents .wrap ul.errorMsg,
body#introduce #contents .wrap ul.errorMsg {
  width: 800px;
  margin: 30px auto 30px auto;
  border-radius: 5px;
  background-color: #FFFCF0;
  border: solid 1px #FFDC73;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  body#contact #contents .wrap ul.errorMsg,
  body#introduce #contents .wrap ul.errorMsg {
    width: 100%;
  }
}
body#contact #contents .wrap ul.errorMsg li,
body#introduce #contents .wrap ul.errorMsg li {
  font-size: 13px;
  color: #F30206;
}
body#contact #contents .wrap form,
body#introduce #contents .wrap form {
  -webkit-appearance: none;
  width: 800px;
  padding: 0px 0px 20px 0px;
  margin: 20px auto 20px auto;
  text-align: left;
}
@media screen and (max-width: 750px) {
  body#contact #contents .wrap form,
  body#introduce #contents .wrap form {
    width: 100%;
  }
}
body#contact #contents .wrap form dl,
body#introduce #contents .wrap form dl {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
body#contact #contents .wrap form dl dt,
body#introduce #contents .wrap form dl dt {
  width: 200px;
  padding-top: 8px;
  float: left;
}
@media screen and (max-width: 750px) {
  body#contact #contents .wrap form dl dt,
  body#introduce #contents .wrap form dl dt {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding: 8px 10px 8px 10px;
    margin-bottom: 5px;
    background-color: #eee;
  }
}
body#contact #contents .wrap form dl dt span,
body#introduce #contents .wrap form dl dt span {
  float: right;
}
body#contact #contents .wrap form dl dt span img,
body#introduce #contents .wrap form dl dt span img {
  vertical-align: baseline;
}
body#contact #contents .wrap form dl dd,
body#introduce #contents .wrap form dl dd {
  padding-left: 215px;
}
@media screen and (max-width: 750px) {
  body#contact #contents .wrap form dl dd,
  body#introduce #contents .wrap form dl dd {
    padding-left: 0px;
  }
}
body#contact #contents .wrap form dl dd input[type=text],
body#contact #contents .wrap form dl dd input[type=email],
body#contact #contents .wrap form dl dd input[type=tel],
body#contact #contents .wrap form dl dd select,
body#contact #contents .wrap form dl dd textarea,
body#introduce #contents .wrap form dl dd input[type=text],
body#introduce #contents .wrap form dl dd input[type=email],
body#introduce #contents .wrap form dl dd input[type=tel],
body#introduce #contents .wrap form dl dd select,
body#introduce #contents .wrap form dl dd textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  padding: 10px;
  border: solid 1px #ccc;
}
body#contact #contents .wrap form dl dd span,
body#introduce #contents .wrap form dl dd span {
  padding-top: 7px;
  display: inline-block;
}
body#contact #contents .wrap form dl dd ul,
body#introduce #contents .wrap form dl dd ul {
  overflow: hidden;
  padding-top: 8px;
}
body#contact #contents .wrap form dl dd ul li,
body#introduce #contents .wrap form dl dd ul li {
  display: inline;
  margin-right: 15px;
}
body#contact #contents .wrap form dl dd ul li ul,
body#introduce #contents .wrap form dl dd ul li ul {
  border-top: dotted 1px #ccc;
  padding-top: 5px;
  margin-top: 5px;
  display: none;
}
body#contact #contents .wrap form dl dd .note,
body#introduce #contents .wrap form dl dd .note {
  font-size: 12px;
  color: #666;
}
body#contact #contents .wrap form .btn,
body#introduce #contents .wrap form .btn {
  text-align: center;
}
body#contact #contents .wrap form .btn li,
body#introduce #contents .wrap form .btn li {
  display: inline-block;
}
body#contact #contents .wrap form .btn li input,
body#introduce #contents .wrap form .btn li input {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-family: inherit;
  width: 160px;
  padding: 10px 0px 10px 0px;
  cursor: pointer;
}
body#contact #contents .wrap form .btn li input[type=submit],
body#introduce #contents .wrap form .btn li input[type=submit] {
  -webkit-appearance: none;
  background-color: #85B200;
  border: solid 1px #85B200;
  color: #fff;
}
body#contact #contents .wrap form .btn li input[type=reset],
body#introduce #contents .wrap form .btn li input[type=reset] {
  -webkit-appearance: none;
  background-color: #ddd;
  border: solid 1px #ddd;
}
body#contact #contents .wrap form .btn li .back,
body#introduce #contents .wrap form .btn li .back {
  background-color: #ddd !important;
  border: solid 1px #ddd !important;
}
body#contact #contents .wrap form .btn li:first-child,
body#introduce #contents .wrap form .btn li:first-child {
  margin-right: 10px;
}

body#introduce #campaign {
  overflow: hidden;
  width: 800px;
  margin: 0px auto;
}
@media screen and (max-width: 750px) {
  body#introduce #campaign {
    width: 100%;
  }
}
body#introduce #campaign h3 {
  color: #fff;
  font-size: 20px;
  background-color: #E10004;
  text-align: center;
  padding: 3px 0px;
}
body#introduce #campaign h3 span {
  display: block;
  padding: 5px 0px;
  border-top: solid 3px #F6B3B4;
  border-bottom: solid 3px #F6B3B4;
}
body#introduce #campaign p {
  float: left;
  padding: 65px 0px 0px 0px;
  width: 360px;
  background-image: url(../img/pages/arrows.png);
  background-repeat: no-repeat;
  background-position: right bottom 40px;
}
@media screen and (max-width: 750px) {
  body#introduce #campaign p {
    background-image: none;
    text-align: center;
    width: 100%;
    padding: 30px 0px 20px 0px;
  }
}
body#introduce #campaign dl {
  float: left;
  width: 437px;
  font-size: 90%;
  padding: 45px 0px 0px 35px;
}
@media screen and (max-width: 750px) {
  body#introduce #campaign dl {
    text-align: center;
    width: 100%;
    padding: 0px;
  }
}
body#introduce form h4 {
  font-size: 24px;
  text-align: center;
  margin: 50px 0px 30px 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}
body#introduce form h5 {
  font-weight: bold;
  border-bottom: solid 1px #bbb;
  margin: 40px 0px 15px 0px;
  padding-bottom: 10px;
}

#privacy #visual #head dfn {
  margin-top: 30px;
}
#privacy #visual #head h2 {
  margin-top: 58px;
}
#privacy #contents .wrap {
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  #privacy #contents .wrap {
    padding: 20px 10px 10px 10px;
  }
}
#privacy #contents .wrap h3 {
  font-weight: bold;
  margin: 30px 0px 15px 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 750px) {
  #privacy #contents .wrap h3 {
    margin: 20px 0px 15px 0px;
  }
}
#privacy #contents .wrap p {
  margin-bottom: 15px;
}
#privacy #contents .wrap p.indent {
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  #privacy #contents .wrap p.indent {
    padding-left: 0px;
  }
}
#privacy #contents .wrap p.end {
  border-top: solid 1px #ccc;
  padding-top: 20px;
  margin-top: 30px;
}
#privacy #contents .wrap ol {
  margin-left: 38px;
  list-style: inherit;
  list-style-type: decimal;
}
@media screen and (max-width: 750px) {
  #privacy #contents .wrap ol {
    margin-left: 20px;
  }
}
