@charset "UTF-8";
/* CSS Document */
/* Fonts
------------------------------------------------------------*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #292929;
  background-color: #FFF;
}
body a {
  color: #1976d2;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
body a:hover {
  text-decoration: underline;
}
body a img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
body img {
  max-width: 100%;
  height: auto;
}
body .wrap {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body ::selection {
  background: rgba(25, 118, 210, 0.2);
  /* Safari */
}
body ::-moz-selection {
  background: rgba(25, 118, 210, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
header #head-top {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-pack: space-between;
  /* Android 2~4 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header #head-top:after {
  clear: both;
  display: block;
  content: '';
}
header #head-top > div {
  flex-grow: 1;
}
header #head-top .left {
  float: left;
  width: 750px;
}
header #head-top .left .p1 {
  color: #666666;
  line-height: 1.1;
  font-size: 11px;
  font-size: 0.8461538462rem;
  padding-bottom: 25px;
}
header #head-top .left #logo {
  line-height: 0;
}
header #head-top .right {
  flex-basis: 260px;
  width: 260px;
}
header #head-top .right #menu {
  display: none;
}
header #head-top .right ul {
  text-align: right;
  padding-bottom: 20px;
}
header #head-top .right ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 15px;
}
header #head-top .right ul li a {
  display: block;
  padding-left: 25px;
  background: no-repeat left center;
  color: #292929;
}
header #head-top .right ul li.contact a {
  background-image: url(../img/icon-email.png);
}
header #head-top .right ul li.sitemap a {
  background-image: url(../img/icon-sitemap.png);
}
header #head-top .right form {
  position: relative;
  padding-right: 35px;
}
header #head-top .right form .searchtext {
  width: 100%;
  height: 35px;
  -moz-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
header #head-top .right form .s-btn {
  position: absolute;
  right: 0;
  top: 0;
}
header #head-top .right form .s-btn input {
  background: #292929 url(../img/icon-search.png) no-repeat center center;
  height: 35px;
  width: 35px;
  border: none;
  -moz-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0;
  text-indent: -999em;
  cursor: pointer;
}
header #head-top .right form .s-btn input:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
header nav {
  border-top: 3px solid #292929;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0, #FFF));
  background: -webkit-linear-gradient(#FFF, #f5f5f5);
  background: -moz-linear-gradient(#FFF, #f5f5f5);
  background: -o-linear-gradient(#FFF, #f5f5f5);
  background: -ms-linear-gradient(#FFF, #f5f5f5);
  background: linear-gradient(#FFF, #f5f5f5);
}
header nav ul {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: space-between;
  /* Android 2~4 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: -.4em;
  border-left: 1px solid #FFF;
  border-right: 1px solid #cccccc;
}
header nav ul li {
  flex-basis: 14%;
  flex-grow: 1;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  border-right: 1px solid #FFF;
  border-left: 1px solid #cccccc;
}
header nav ul li a {
  display: block;
  position: relative;
  text-align: center;
  color: #292929;
  height: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #292929;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #434343), color-stop(0, #292929));
  background: -webkit-linear-gradient(#292929, #434343);
  background: -moz-linear-gradient(#292929, #434343);
  background: -o-linear-gradient(#292929, #434343);
  background: -ms-linear-gradient(#292929, #434343);
  background: linear-gradient(#292929, #434343);
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav ul li a:hover {
  color: #FFF;
  text-decoration: none;
}
header nav ul li a:hover span small {
  color: #FFF;
}
header nav ul li a:hover:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
header nav ul li a span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  font-size: 1.1538461538rem;
  line-height: 1.1;
}
header nav ul li a span small {
  padding-top: 5px;
  font-size: 12px;
  font-size: 0.9230769231rem;
  font-family: 'Century Gothic', sans-serif;
  display: block;
  color: #666666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav ul li.current a {
  color: #FFF;
  text-decoration: none;
}
header nav ul li.current a span small {
  color: #FFF;
}
header nav ul li.current a:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* footer
------------------------------------------------------------*/
footer {
  background: #434343;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #292929), color-stop(0, #434343));
  background: -webkit-linear-gradient(#434343, #292929);
  background: -moz-linear-gradient(#434343, #292929);
  background: -o-linear-gradient(#434343, #292929);
  background: -ms-linear-gradient(#434343, #292929);
  background: linear-gradient(#434343, #292929);
  color: #FFF;
}
footer .wrap {
  padding: 30px 0;
}
footer #pagetop {
  position: absolute;
  right: 0;
  top: -42px;
  line-height: 40px;
}
footer #pagetop a {
  display: block;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border: 2px solid #292929;
  border-bottom: none;
  color: #292929;
  padding: 0 20px;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0, #FFF));
  background: -webkit-linear-gradient(#FFF, #f5f5f5);
  background: -moz-linear-gradient(#FFF, #f5f5f5);
  background: -o-linear-gradient(#FFF, #f5f5f5);
  background: -ms-linear-gradient(#FFF, #f5f5f5);
  background: linear-gradient(#FFF, #f5f5f5);
  font-size: 12px;
  font-size: 0.9230769231rem;
}
footer #pagetop a:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: url(../img/arrow-pagetop.png);
  width: 17px;
  height: 11px;
  margin-right: 10px;
}
footer #foot-main {
  position: relative;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: space-between;
  /* Android 2~4 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer #f-logo {
  flex-grow: 1;
  float: left;
}
footer ul {
  flex-grow: 1;
  float: right;
  text-align: right;
}
footer ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 10px;
}
footer ul li a {
  color: #FFF;
}
footer address {
  border-top: 1px solid #292929;
  padding-top: 25px;
  text-align: center;
  font-size: 12px;
  font-size: 0.9230769231rem;
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  position: relative;
}
#mainimg .banner {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
}
#mainimg .slides {
  display: none;
  margin-bottom: 0;
}
#mainimg .slides li.thumb {
  width: 100%;
  height: 500px;
  background: url(../img/main.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#mainimg .slides li.thumb .text {
  width: 1040px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  top: 200px;
  position: relative;
}
#mainimg .slides li.thumb .text img {
  display: inline;
}
#mainimg .slides li.thumb.thumb2 {
  background-image: url(../img/main2.jpg);
}
#mainimg.next {
  background: no-repeat center center;
  background-size: cover;
  height: 200px;
  position: relative;
}
#mainimg.next:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  background: -webkit-gradient(radial, 51% 0%, 0, 51% 0%, 123, color-stop(0.59, #cccccc), color-stop(0, #FFF));
  background: -webkit-radial-gradient(51% 0%, circle, #FFF 0%, #cccccc 59%);
  background: -moz-radial-gradient(51% 0%, circle, #FFF 0%, #cccccc 59%);
  background: -o-radial-gradient(51% 0%, circle, #FFF 0%, #cccccc 59%);
  background: -ms-radial-gradient(51% 0%, circle, #FFF 0%, #cccccc 59%);
  background: radial-gradient(51% 0%, circle, #FFF 0%, #cccccc 59%);
  z-index: -1;
}
#mainimg.next .title {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  -moz-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  -ms-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  -o-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#mainimg.next .title h1 {
  font-size: 28px;
  font-size: 2.1538461538rem;
  font-family: Times,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",  serif;
}
#mainimg.next .title p {
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-family: 'Century Gothic', sans-serif;
}
#mainimg.next.service {
  background-image: url(../img/bg-service.jpg);
}
#mainimg.next.corporates {
  background-image: url(../img/bg-corporates.jpg);
}
#mainimg.next.sitemap {
  background-image: url(../img/main-sitemap.jpg);
}
#mainimg.next.contact {
  background-image: url(../img/main-contact.jpg);
}
#mainimg.next.case {
  background-image: url(../img/main-case.jpg);
}
#mainimg.next.faq {
  background-image: url(../img/main-faq.jpg);
}
#mainimg.next.estates {
  background-image: url(../img/main-estate.jpg);
}
#mainimg.next.news {
  background-image: url(../img/main-news.jpg);
}
#mainimg.next.blog {
  background-image: url(../img/main-blog.jpg);
}

/* container
------------------------------------------------------------*/
/* padding & margin */
.pd {
  padding: 25px;
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.mg {
  margin: 25px;
}

.mt {
  margin-top: 25px;
}

.mt20 {
  margin-top: 20px;
}

.mb {
  margin-bottom: 25px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.red {
  color: #FF2626;
}

/* btn */
.btn, .submit {
  text-align: center;
}
.btn a, .btn input, .btn span, .submit a, .submit input, .submit span {
  cursor: pointer;
  outline: none;
  width: 100%;
  max-width: 400px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  font-size: 1.0769230769rem;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
  border: none;
  background-color: #ff9800;
  color: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  position: relative;
  -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
}
.btn a:hover, .btn input:hover, .btn span:hover, .submit a:hover, .submit input:hover, .submit span:hover {
  text-decoration: none;
  background-color: #ffad33;
}
.btn a:hover:before, .btn input:hover:before, .btn span:hover:before, .submit a:hover:before, .submit input:hover:before, .submit span:hover:before {
  left: 4px;
}
.btn a.back, .btn input.back, .btn span.back, .submit a.back, .submit input.back, .submit span.back {
  background-color: #AAAAAA;
}
.btn.big a, .btn.big input, .btn.big span, .submit.big a, .submit.big input, .submit.big span {
  width: 370px;
  line-height: 90px;
  font-size: 24px;
  border-bottom-width: 3px;
}
.btn.gray a, .btn.gray input, .btn.gray span, .submit.gray a, .submit.gray input, .submit.gray span {
  background-color: #AAAAAA;
}

/* btn */
/* form */
select, .customSelect {
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  min-width: 265px;
  width: auto;
  padding: 0 0 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background-position: right center;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FAFAFA), color-stop(0, #FFF));
  background: -webkit-linear-gradient(#FFF, #FAFAFA);
  background: -moz-linear-gradient(#FFF, #FAFAFA);
  background: -o-linear-gradient(#FFF, #FAFAFA);
  background: -ms-linear-gradient(#FFF, #FAFAFA);
  background: linear-gradient(#FFF, #FAFAFA);
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
select.hasCustomSelect, .customSelect.hasCustomSelect {
  z-index: 2;
}
select:after, .customSelect:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #292929 transparent transparent transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
select.customSelectHover, .customSelect.customSelectHover {
  color: #ff9800;
  -moz-box-shadow: 0 0 6px 0 #EEE;
  -ms-box-shadow: 0 0 6px 0 #EEE;
  -o-box-shadow: 0 0 6px 0 #EEE;
  -webkit-box-shadow: 0 0 6px 0 #EEE;
  box-shadow: 0 0 6px 0 #EEE;
}
select.customSelectHover:after, .customSelect.customSelectHover:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
select.small, .customSelect.small {
  min-width: 100px;
  height: 34px;
  line-height: 34px;
}
select option, .customSelect option {
  padding: 8px;
  border: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"] {
  min-width: 200px;
  padding-left: 5px;
  max-width: 100%;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  background: #FFF;
  height: 33px;
  font-size: 13px;
  font-size: 1rem;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="search"]:focus {
  -moz-box-shadow: 0 0 6px 0 #EEE;
  -ms-box-shadow: 0 0 6px 0 #EEE;
  -o-box-shadow: 0 0 6px 0 #EEE;
  -webkit-box-shadow: 0 0 6px 0 #EEE;
  box-shadow: 0 0 6px 0 #EEE;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="date"]:hover, input[type="search"]:hover {
  -moz-box-shadow: 0 0 6px 0 #EEE;
  -ms-box-shadow: 0 0 6px 0 #EEE;
  -o-box-shadow: 0 0 6px 0 #EEE;
  -webkit-box-shadow: 0 0 6px 0 #EEE;
  box-shadow: 0 0 6px 0 #EEE;
}
input[type="text"].small, input[type="password"].small, input[type="email"].small, input[type="tel"].small, input[type="number"].small, input[type="date"].small, input[type="search"].small {
  width: 100px;
  min-width: 100px;
}
input[type="text"].wpcf7c-conf, input[type="password"].wpcf7c-conf, input[type="email"].wpcf7c-conf, input[type="tel"].wpcf7c-conf, input[type="number"].wpcf7c-conf, input[type="date"].wpcf7c-conf, input[type="search"].wpcf7c-conf {
  background: #FFF;
  border: none;
}

input[type="number"] {
  min-width: 0;
  max-width: 60px;
}

textarea {
  width: 500px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  background-color: #FFF;
  background: #FFF;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #FFF 0%, #FAFAFA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #FFF), color-stop(100%, #FAFAFA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #FFF 0%, #FAFAFA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #FFF 0%, #FAFAFA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #FFF 0%, #FAFAFA 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #FFF 0%, #FAFAFA 100%);
  /* W3C */
  height: 130px;
  font-size: 14px;
  outline: none;
  resize: vertical;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
}
textarea:focus {
  background: #FFF;
  -moz-box-shadow: 0 0 6px 0 #EEE;
  -ms-box-shadow: 0 0 6px 0 #EEE;
  -o-box-shadow: 0 0 6px 0 #EEE;
  -webkit-box-shadow: 0 0 6px 0 #EEE;
  box-shadow: 0 0 6px 0 #EEE;
}
textarea:hover {
  -moz-box-shadow: 0 0 6px 0 #EEE;
  -ms-box-shadow: 0 0 6px 0 #EEE;
  -o-box-shadow: 0 0 6px 0 #EEE;
  -webkit-box-shadow: 0 0 6px 0 #EEE;
  box-shadow: 0 0 6px 0 #EEE;
}
textarea.wpcf7c-conf {
  background: #FFF;
  border: none;
}

/* form */
/* table */
table {
  width: 100%;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
table th, table td {
  padding: 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
table th {
  background-color: #f5f5f5;
  width: 150px;
  vertical-align: top;
}
table td {
  background-color: #FFF;
}
table.blank {
  border: none;
}
table.blank th, table.blank td {
  border: none;
  background: none;
  padding-left: 0;
  padding-top: 0;
}
table.blank th {
  width: auto;
}

/* table */
/* rayout */
.link {
  text-align: right;
  padding-top: 15px;
}
.link a {
  padding-left: 20px;
  background: url(../img/arrow-link.png) no-repeat left center;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.link a:hover {
  background-position: 5px center;
}

/* rayout */
/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .link {
    text-align: right;
  }
  .link a {
    background: url(../img/arrow-link@2x.png);
    background-size: 14px auto;
  }
}
.wp-post ul {
  padding-bottom: 25px;
}
.wp-post ul:last-child {
  padding-bottom: 0;
}
.wp-post ul li {
  list-style-type: none;
  padding-bottom: 5px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.wp-post ul li:before {
  content: "\0030fb";
  color: #cccccc;
  margin-right: 0.5em;
}
.wp-post ul li:last-child {
  padding-bottom: 0;
}
.wp-post ol {
  padding-bottom: 25px;
  padding-left: 1.5em;
}
.wp-post ol:last-child {
  padding-bottom: 0;
}
.wp-post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}
.wp-post ol li:last-child {
  padding-bottom: 0;
}
.wp-post strong {
  font-weight: bold;
}
.wp-post em {
  font-style: italic;
}
.wp-post del {
  text-decoration: line-through;
  color: #666666;
}
.wp-post blockquote {
  display: block;
  padding: 20px;
  border: 1px solid #1976d2;
  margin-bottom: 25px;
  text-align: center;
}
.wp-post blockquote p {
  text-indent: 0;
  padding-bottom: 15px;
}
.wp-post blockquote p:last-child {
  padding-bottom: 0;
}
.wp-post *:first-child {
  margin-top: 0;
}
.wp-post *:last-child {
  margin-bottom: 0;
}
.wp-post h1 {
  font-size: 24px;
  font-size: 1.8461538462rem;
  font-weight: bold;
  background-color: #f5f5f5;
  border-left: 3px solid #292929;
  padding: 10px 15px;
  margin-top: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.wp-post h2 {
  font-size: 20px;
  font-size: 1.5384615385rem;
  font-weight: bold;
  background-color: #f5f5f5;
  border-left: 3px solid #292929;
  padding: 10px 15px;
  margin-top: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.wp-post h3 {
  font-size: 18px;
  font-size: 1.3846153846rem;
  font-weight: bold;
  color: #292929;
  line-height: 1.3;
  background-color: #f5f5f5;
  padding: 10px 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wp-post h4 {
  font-size: 16px;
  font-size: 1.2307692308rem;
  font-weight: bold;
  border-left: 3px solid #292929;
  padding: 5px 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wp-post h5 {
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
  border-left: 2px solid #292929;
  padding: 5px 15px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wp-post .aligncenter {
  text-align: center;
}
.wp-post .alignleft {
  text-align: left;
}
.wp-post .alignright {
  text-align: right;
}
.wp-post iframe {
  max-width: 100%;
}
.wp-post img.aligncenter {
  display: block;
  margin: 0px auto;
}
.wp-post img.alignright {
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}
.wp-post img.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
.wp-post p {
  padding-bottom: 25px;
  line-height: 1.75;
}
.wp-post p:last-child {
  padding-bottom: 0;
}
.wp-post table {
  margin-bottom: 25px;
}
.wp-post table td p {
  padding-bottom: 15px;
  line-height: 1.5;
}
.wp-post table td p:last-child {
  padding-bottom: 0;
}
.wp-post cite {
  border: 1px solid #cccccc;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.wp-post cite:before, .wp-post cite:after {
  content: "\00201d";
}
.wp-post small {
  font-size: 12px;
}
.wp-post .video-container {
  max-width: 640px;
  margin: 25px auto 0;
}
.wp-post .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.wp-post .video iframe, .wp-post .video object, .wp-post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .wp-post img.alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .wp-post img.alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

#container {
  position: relative;
  border-top: 1px solid #FFF;
  padding-top: 50px;
  padding-bottom: 80px;
}
#container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FFF), color-stop(0, #f5f5f5));
  background: -webkit-linear-gradient(#f5f5f5, #FFF);
  background: -moz-linear-gradient(#f5f5f5, #FFF);
  background: -o-linear-gradient(#f5f5f5, #FFF);
  background: -ms-linear-gradient(#f5f5f5, #FFF);
  background: linear-gradient(#f5f5f5, #FFF);
}
#container section {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
#container .title1 {
  font-size: 18px;
  font-size: 1.3846153846rem;
  border: 1px solid #cccccc;
  padding: 15px 20px;
  font-weight: normal;
  color: #292929;
  margin-bottom: 20px;
  position: relative;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0, #FFF));
  background: -webkit-linear-gradient(#FFF, #f5f5f5);
  background: -moz-linear-gradient(#FFF, #f5f5f5);
  background: -o-linear-gradient(#FFF, #f5f5f5);
  background: -ms-linear-gradient(#FFF, #f5f5f5);
  background: linear-gradient(#FFF, #f5f5f5);
  line-height: 1.2;
}
#container .title1:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #434343;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #292929), color-stop(0, #434343));
  background: -webkit-linear-gradient(#434343, #292929);
  background: -moz-linear-gradient(#434343, #292929);
  background: -o-linear-gradient(#434343, #292929);
  background: -ms-linear-gradient(#434343, #292929);
  background: linear-gradient(#434343, #292929);
}
#container .title2 {
  font-size: 18px;
  font-size: 1.3846153846rem;
  border-bottom: 1px solid #cccccc;
  padding: 10px 20px;
  font-weight: normal;
  color: #292929;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
#container .title2:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #434343;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #292929), color-stop(0, #434343));
  background: -webkit-linear-gradient(#434343, #292929);
  background: -moz-linear-gradient(#434343, #292929);
  background: -o-linear-gradient(#434343, #292929);
  background: -ms-linear-gradient(#434343, #292929);
  background: linear-gradient(#434343, #292929);
}
#container .news-list {
  padding: 0 10px;
}
#container .news-list li {
  border-bottom: 1px solid #cccccc;
  padding: 15px 10px;
}
#container .news-list li .title-area {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: space-between;
  /* Android 2~4 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#container .news-list li .title-area:after {
  clear: both;
  display: block;
  content: '';
}
#container .news-list li:first-child {
  padding-top: 0;
}
#container .news-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#container .news-list li .date {
  color: #666666;
  font-size: 12px;
  font-size: 0.9230769231rem;
  padding-right: 20px;
}
#container .news-list li .title {
  font-size: 14px;
  font-size: 1.0769230769rem;
  flex-basis: 80%;
}
#container .news-list li .title a {
  color: #292929;
}
#container .news-list li .type {
  padding-top: 5px;
}
#container .estate-list {
  padding: 0 20px;
}
#container .estate-list ul {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  /* Android 2~4 */
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#container .estate-list ul:after {
  clear: both;
  display: block;
  content: '';
}
#container .estate-list li {
  flex-basis: 200px;
  margin-right: 20px;
}
#container .estate-list li:nth-child(3n) {
  margin-right: 0;
}
#container .estate-list li .img {
  line-height: 0;
  padding-bottom: 15px;
}
#container .estate-list li .date {
  color: #666666;
  font-size: 13px;
  font-size: 1rem;
  padding-bottom: 5px;
}
#container .estate-list li .title a {
  color: #292929;
}
#container #contents {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: space-between;
  /* Android 2~4 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#container #contents:after {
  clear: both;
  display: block;
  content: '';
}
#container #contents #side {
  float: left;
  flex-basis: 280px;
  width: 280px;
  -webkit-order: 1;
  order: 1;
}
#container #contents #side .links {
  border: 1px solid #cccccc;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0, #FFF));
  background: -webkit-linear-gradient(#FFF, #f5f5f5);
  background: -moz-linear-gradient(#FFF, #f5f5f5);
  background: -o-linear-gradient(#FFF, #f5f5f5);
  background: -ms-linear-gradient(#FFF, #f5f5f5);
  background: linear-gradient(#FFF, #f5f5f5);
  position: relative;
  margin-bottom: 30px;
}
#container #contents #side .links:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #292929;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
}
#container #contents #side .links li {
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  font-size: 1.1538461538rem;
  line-height: 1.1;
}
#container #contents #side .links li.current-menu-item > a {
  font-weight: bold;
  border-right: 2px solid #cccccc;
}
#container #contents #side .links li:last-child {
  border-bottom: none;
}
#container #contents #side .links li.current-menu-ancestor > ul, #container #contents #side .links li.current-menu-item > ul {
  display: block;
}
#container #contents #side .links li span {
  display: block;
  padding: 20px;
  color: #292929;
}
#container #contents #side .links li a {
  display: block;
  padding: 20px 20px 20px 30px;
  color: #292929;
  position: relative;
}
#container #contents #side .links li a:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: url(../img/arrow-side.png);
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}
#container #contents #side .links li a:hover:before {
  left: 15px;
}
#container #contents #side .links li ul {
  padding: 15px 0;
  border-top: 1px solid #cccccc;
}
#container #contents #side .links li ul li {
  padding-left: 10px;
  border-bottom: none;
}
#container #contents #side .links li ul li a {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#container #contents #side .links li ul li ul li {
  padding-left: 20px;
  border-bottom: none;
}
#container #contents #side .contect-box {
  position: relative;
  margin-bottom: 30px;
}
#container #contents #side .contect-box:before {
  content: "";
  display: block;
  background: url(../img/label-side.png);
  z-index: 10;
  width: 59px;
  height: 59px;
  position: absolute;
  left: -4px;
  top: -4px;
}
#container #contents #side .contect-box:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  background: url(../img/shadow-side.png);
  width: 231px;
  height: 29px;
}
#container #contents #side .contect-box .content {
  background: #FFF;
  background: -webkit-gradient(radial, 51% 0%, 0, 51% 0%, 123, color-stop(0.59, #f5f5f5), color-stop(0, #FFF));
  background: -webkit-radial-gradient(51% 0%, circle, #FFF 0%, #f5f5f5 59%);
  background: -moz-radial-gradient(51% 0%, circle, #FFF 0%, #f5f5f5 59%);
  background: -o-radial-gradient(51% 0%, circle, #FFF 0%, #f5f5f5 59%);
  background: -ms-radial-gradient(51% 0%, circle, #FFF 0%, #f5f5f5 59%);
  background: radial-gradient(51% 0%, circle, #FFF 0%, #f5f5f5 59%);
  position: relative;
  border: 1px solid #cccccc;
  z-index: 1;
}
#container #contents #side .contect-box .content .title {
  text-align: center;
  font-size: 16px;
  font-size: 1.2307692308rem;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}
#container #contents #side .contect-box .content .inside {
  padding: 20px;
}
#container #contents #side .contect-box .content .number {
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: bold;
  text-align: center;
}
#container #contents #side .contect-box .content .number p {
  padding-bottom: 5px;
}
#container #contents #side .contect-box .content .number p:before {
  content: "";
  margin-right: 10px;
  background: url(../img/icon-tel.png) no-repeat center center;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
#container #contents #side .contect-box .content .number p.fax {
  padding-bottom: 0;
}
#container #contents #side .contect-box .content .number p.fax:before {
  background-image: url(../img/icon-fax.png);
}
#container #contents #side .contect-box .content .btn {
  padding-top: 15px;
}
#container #contents #side .contect-box .content .btn a:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../img/icon-emailbtn.png);
  width: 37px;
  height: 31px;
}
#container #contents #side .banners {
  line-height: 0;
}
#container #contents #side .banners p {
  padding-bottom: 10px;
}
#container #contents #side .banners p:last-child {
  padding-bottom: 0;
}
#container #contents #main {
  -webkit-order: 2;
  order: 2;
  margin-left: 40px;
  float: right;
  flex-basis: 680px;
  width: 680px;
}
#container .text-box {
  padding: 0 20px;
}
#container .date-area {
  padding: 0 20px 10px;
  border-bottom: 1px dotted #cccccc;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  /* Android 2~4 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
#container .date-area .date {
  color: #666666;
  font-size: 12px;
  font-size: 0.9230769231rem;
}
#container .link-area {
  text-align: right;
}
#container .link-area p {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 15px;
  padding-top: 0;
}
#container .link-area p .pink {
  padding-top: 0;
}
#container .phase {
  padding-bottom: 40px;
}
#container .phase:after {
  clear: both;
  display: block;
  content: '';
}
#container .phase:last-child {
  padding-bottom: 0;
}
#container .block {
  padding-bottom: 30px;
}
#container .block:after {
  clear: both;
  display: block;
  content: '';
}
#container .block:last-child {
  padding-bottom: 0;
}

/* container top
------------------------------------------------------------*/
#container.top #news {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: space-between;
  /* Android 2~4 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#container.top #news:after {
  clear: both;
  display: block;
  content: '';
}
#container.top #news > div {
  flex-basis: 480px;
  flex-grow: 1;
}
#container.top #news .left {
  float: left;
  padding-right: 30px;
}
#container.top #news .right {
  float: right;
}
#container.top #news .title1 {
  margin-bottom: 0;
}

/* container next
------------------------------------------------------------*/
#container.next {
  padding-top: 0;
}
#container.next #breadcrumb {
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#container.next #breadcrumb li {
  display: inline;
  margin-right: 10px;
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 1.2;
}
#container.next #breadcrumb li:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: url(../img/arrow-bread.png);
  width: 5px;
  height: 10px;
  margin-right: 10px;
}
#container.next #breadcrumb li.home:before {
  display: none;
}
#container.next #breadcrumb li a {
  color: #666666;
}
#container.next .corporates-list {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#container.next .corporates-list:after {
  clear: both;
  display: block;
  content: '';
}
#container.next .corporates-list li {
  flex-basis: 330px;
  float: left;
  width: 330px;
  border: 1px solid #cccccc;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: no-repeat center center;
  background-size: cover;
}
#container.next .corporates-list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(255, 255, 255, 0.8)), color-stop(0, #FFF));
  background: -webkit-linear-gradient(#FFF, rgba(255, 255, 255, 0.8));
  background: -moz-linear-gradient(#FFF, rgba(255, 255, 255, 0.8));
  background: -o-linear-gradient(#FFF, rgba(255, 255, 255, 0.8));
  background: -ms-linear-gradient(#FFF, rgba(255, 255, 255, 0.8));
  background: linear-gradient(#FFF, rgba(255, 255, 255, 0.8));
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#container.next .corporates-list li:nth-child(2n) {
  margin-right: 0;
}
#container.next .corporates-list li:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: black;
  position: absolute;
  left: 0;
  top: -1px;
}
#container.next .corporates-list li .title {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  padding: 15px 20px;
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: 1px solid #cccccc;
}
#container.next .corporates-list li .title a {
  color: #292929;
}
#container.next .corporates-list li .text {
  position: relative;
  z-index: 2;
  padding: 20px;
}
#container.next .corporates-list li .text .link {
  padding-top: 0;
}
#container.next .corporates-list li.li1 {
  background-image: url(../img/next/bg-c1.jpg);
}
#container.next .corporates-list li.li2 {
  background-image: url(../img/next/bg-c2.jpg);
}
#container.next .corporates-list li.li3 {
  background-image: url(../img/next/bg-c3.jpg);
}
#container.next .corporates-list li.li4 {
  background-image: url(../img/next/bg-c4.jpg);
}
#container.next .corporates-list li.li5 {
  background-image: url(../img/next/bg-c5.jpg);
}
#container.next .faq-list {
  padding: 0 20px 20px;
}
#container.next .faq-list dt {
  position: relative;
  padding: 10px 0;
  padding-left: 30px;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.2307692308rem;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
#container.next .faq-list dt:before {
  content: "Q";
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 20px;
  font-size: 1.5384615385rem;
  font-weight: bold;
  color: #ff9800;
}
#container.next .faq-list dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #292929 transparent transparent transparent;
}
#container.next .faq-list dt:first-child {
  margin-top: 0;
}
#container.next .faq-list dt.opened:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#container.next .faq-list dt span {
  font-size: 12px;
  font-size: 0.9230769231rem;
  color: #666666;
  margin-left: 15px;
}
#container.next .faq-list dd {
  padding: 0 15px;
  display: none;
  position: relative;
}
#container.next .faq-list dd p {
  padding-bottom: 10px;
}
#container.next .faq-list dd p:last-child {
  padding-bottom: 0;
}
#container.next .sitemap-list li {
  border-bottom: 1px solid #cccccc;
}
#container.next .sitemap-list li:last-child {
  border-bottom: none;
}
#container.next .sitemap-list li a {
  color: #292929;
  display: block;
  padding: 20px 20px 20px 25px;
  background: url(../img/arrow-bread.png) no-repeat 5px center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#container.next .sitemap-list li a:hover {
  background-position: 10px center;
}
#container.next .sitemap-list li ul {
  padding-left: 20px;
}
#container.next .sitemap-list li ul li a {
  padding: 15px 20px;
}
#container.next .sitemap-list > li > a {
  background-image: url(../img/arrow-side.png);
}
#container.next .pagenation {
  padding-top: 30px;
}
#container.next .pagenation .wp-pagenavi {
  text-align: center;
  letter-spacing: -.4em;
  line-height: 1;
  color: #292929;
}
#container.next .pagenation .wp-pagenavi span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  padding: 7px 9px;
  border: 1px solid transparent;
  margin: 0 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#container.next .pagenation .wp-pagenavi span.current {
  background-color: #292929;
  border-color: #292929;
  color: #FFF;
}
#container.next .pagenation .wp-pagenavi a {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  padding: 7px 9px;
  margin: 0 4px;
  border: 1px solid #292929;
  color: #292929;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#container.next .pagenation .wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #292929;
  color: #FFF;
}
#container.next #contact-form .text {
  padding-bottom: 30px;
}
#container.next #contact-form table th {
  position: relative;
  vertical-align: middle;
  width: 160px;
}
#container.next #contact-form table th span {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #FF2626;
  position: absolute;
  padding: 3px 10px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: #FFF;
}
#container.next #contact-form table th span.optional {
  background-color: #ff9800;
}
#container.next #contact-form table td input, #container.next #contact-form table td textarea {
  min-width: 300px;
  width: 100%;
}
#container.next #contact-form .btn-area {
  letter-spacing: -.4em;
  text-align: center;
}
#container.next #contact-form .btn-area > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
  width: 46%;
  max-width: 200px;
  margin: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#container.next #contact-form .btn-area > *:first-child {
  margin-left: 0;
}
#container.next #contact-form .btn-area > *:last-child {
  margin-right: 0;
}
#container.next #contact-form .btn-area > *.back {
  background-color: #AAAAAA;
}
#container.next .mw_wp_form_confirm #contact-form table th span {
  display: none;
}
#container.next .arrow-list {
  padding-left: 0;
}
#container.next .arrow-list li {
  list-style-type: none;
  border: 1px solid #cccccc;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FAFAFA), color-stop(0, #FFF));
  background: -webkit-linear-gradient(#FFF, #FAFAFA);
  background: -moz-linear-gradient(#FFF, #FAFAFA);
  background: -o-linear-gradient(#FFF, #FAFAFA);
  background: -ms-linear-gradient(#FFF, #FAFAFA);
  background: linear-gradient(#FFF, #FAFAFA);
  text-align: center;
}
#container.next .arrow-list li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #292929 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -5px;
}
#container.next .arrow-list li:last-child {
  margin-bottom: 0;
}
#container.next .arrow-list li:last-child:after {
  display: none;
}

/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header #head-top .right ul li.contact a {
    background-image: url(../img/icon-email@2x.png);
    background-size: 20px auto;
  }
  header #head-top .right ul li.sitemap a {
    background-image: url(../img/icon-sitemap@2x.png);
    background-size: 21px auto;
  }
  header #head-top .right form .s-btn input {
    background-image: url(../img/icon-search@2x.png);
    background-size: 35px auto;
  }

  footer #pagetop a:before {
    background-image: url(../img/arrow-pagetop@2x.png);
    background-size: 17px auto;
  }

  #container #contents #side .links li a:before {
    background-image: url(../img/arrow-side@2x.png);
    background-size: 10px auto;
  }
  #container #contents #side .contect-box:before {
    background: url(../img/label-side@2x.png);
    background-size: 59px auto;
  }
  #container #contents #side .contect-box .content .number p:before {
    background-image: url(../img/icon-tel@2x.png);
    background-size: 20px auto;
  }
  #container #contents #side .contect-box .content .number p.fax:before {
    background-image: url(../img/icon-fax@2x.png);
    background-size: 21px auto;
  }
  #container #contents #side .contect-box .content .btn a:before {
    background-image: url(../img/icon-emailbtn@2x.png);
    background-size: 37px auto;
  }

  #container.next .sitemap-list li a {
    background: url(../img/arrow-bread@2x.png);
    background-size: 5px auto;
  }
  #container.next .sitemap-list > li > a {
    background-image: url(../img/arrow-side@2x.png);
    background-size: 10px auto;
  }
}
/*tablet*/
@media screen and (min-width: 661px) and (max-width: 1000px) {
  /* header
  ------------------------------------------------------------*/
  header #head-top .left {
    width: 60%;
  }
  header #head-top .right {
    width: 40%;
  }

  /* mainimg
  ------------------------------------------------------------*/
  #mainimg .slides li.thumb {
    height: 440px;
  }
  #mainimg .slides li.thumb .text {
    padding-right: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* footer
  ------------------------------------------------------------*/
  footer #foot-main {
    padding: 0 15px 25px;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* container
  ------------------------------------------------------------*/
  #container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #container .news-list {
    padding: 0 0;
  }
  #container #contents #side {
    float: left;
    flex-basis: 280px;
    width: 280px;
    min-width: 200px;
  }
  #container #contents #side .links li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }
  #container #contents #side .contect-box:before {
    display: none;
  }
  #container #contents #side .contect-box .content .inside {
    padding: 20px 5px;
  }
  #container #contents #side .contect-box .content .number {
    font-size: 14px;
    font-size: 1.0769230769rem;
  }
  #container #contents #side .contect-box .content .btn a:before {
    display: none;
  }
  #container #contents #side .banners {
    line-height: 0;
  }
  #container #contents #side .banners p {
    padding-bottom: 10px;
  }
  #container #contents #side .banners p:last-child {
    padding-bottom: 0;
  }
  #container #contents #main {
    margin-left: 20px;
    float: right;
    flex-basis: 680px;
    width: 680px;
  }
  #container .text-box {
    padding: 0 20px;
  }

  /* container next
  ------------------------------------------------------------*/
  #container.next .corporates-list li {
    flex-basis: 48.5%;
    width: 48.5%;
    margin-right: 3%;
  }
  #container.next .corporates-list li:nth-child(2n) {
    margin-right: 0;
  }
  #container.next .corporates-list li .title {
    padding: 15px;
  }
  #container.next .corporates-list li .text {
    padding: 15px;
  }
}
/*sp*/
@media screen and (max-width: 660px) {
  /* header
  ------------------------------------------------------------*/
  header #head-top {
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
  header #head-top .left {
    width: 100%;
  }
  header #head-top .left .p1 {
    display: none;
  }
  header #head-top .left #logo {
    text-align: center;
    line-height: 0;
  }
  header #head-top .right {
    width: 100%;
    padding-top: 5px;
  }
  header #head-top .right #menu {
    display: block;
    float: right;
    padding: 3px 10px;
    background-color: #292929;
    color: #FFF;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.4), inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  }
  header #head-top .right ul {
    float: left;
    text-align: left;
    padding-bottom: 10px;
  }
  header #head-top .right ul li {
    margin-right: 15px;
    margin-left: 0;
  }
  header #head-top .right form {
    clear: both;
    display: none;
  }
  header nav {
    border-top: none;
  }
  header nav ul {
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: none;
    border-right: none;
  }
  header nav ul li {
    flex-basis: 50%;
    border-right: none;
    border-left: none;
  }
  header nav ul li:nth-child(2), header nav ul li:nth-child(3), header nav ul li:nth-child(6) {
    background-color: #f5f5f5;
  }
  header nav ul li a {
    height: 50px;
  }
  header nav ul li a span {
    font-size: 14px;
    font-size: 1.0769230769rem;
  }
  header nav ul li a span small {
    font-size: 11px;
    font-size: 0.8461538462rem;
  }

  /* footer
  ------------------------------------------------------------*/
  footer .wrap {
    padding: 30px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #pagetop {
    width: 100%;
    text-align: center;
  }
  footer #pagetop a {
    border-left: none;
    border-right: none;
    -moz-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  footer #foot-main {
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    /* Android 2~4 */
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0px 15px;
  }
  footer #f-logo {
    text-align: center;
    float: inherit;
  }
  footer ul {
    width: 100%;
    float: inherit;
    text-align: center;
    padding-top: 10px;
  }
  footer ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  footer address {
    padding-top: 15px;
    font-size: 11px;
    font-size: 0.8461538462rem;
  }

  /* mainimg
  ------------------------------------------------------------*/
  #mainimg .banner {
    display: none;
  }
  #mainimg .slides li.thumb {
    height: 400px;
  }
  #mainimg .slides li.thumb .text {
    top: 120px;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mainimg .slides li.thumb .text img {
    display: inline;
  }

  /* container
  ------------------------------------------------------------*/
  #container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
  }
  #container:before {
    height: 30px;
  }
  #container section {
    padding-bottom: 40px;
  }
  #container .title1 {
    font-size: 16px;
    font-size: 1.2307692308rem;
    padding: 10px 10px;
  }
  #container .title1:before {
    width: 2px;
  }
  #container .title2 {
    font-size: 16px;
    font-size: 1.2307692308rem;
    padding: 10px;
  }
  #container .title2:before {
    width: 2px;
  }
  #container .news-list {
    padding: 0 0;
  }
  #container .news-list li {
    padding: 10px 10px;
  }
  #container .news-list li .title-area {
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #container .news-list li .title {
    flex-basis: 100%;
  }
  #container .estate-list {
    padding: 0;
  }
  #container .estate-list ul {
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #container .estate-list li {
    flex-basis: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #container .estate-list li:nth-child(3n) {
    margin-right: 2%;
  }
  #container .estate-list li:nth-child(2n) {
    margin-right: 0;
  }
  #container .estate-list li .img {
    text-align: center;
  }
  #container .estate-list .link {
    padding-top: 0;
  }
  #container #contents {
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #container #contents #side {
    -webkit-order: 2;
    order: 2;
    float: inherit;
    flex-basis: 100%;
    width: 100%;
  }
  #container #contents #side .links li {
    font-size: 14px;
    font-size: 1.0769230769rem;
  }
  #container #contents #side .links li a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
  }
  #container #contents #side .contect-box:before {
    content: "";
    display: block;
    background: url(../img/label-side.png);
    z-index: 10;
    width: 59px;
    height: 59px;
    position: absolute;
    left: -4px;
    top: -4px;
  }
  #container #contents #side .contect-box .content .inside {
    padding: 15px 10px;
  }
  #container #contents #side .contect-box .content .number {
    font-size: 14px;
    font-size: 1.0769230769rem;
  }
  #container #contents #side .banners {
    line-height: 0;
    text-align: center;
  }
  #container #contents #main {
    -webkit-order: 1;
    order: 1;
    float: inherit;
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
  }
  #container .text-box {
    padding: 0;
  }

  /* container top
  ------------------------------------------------------------*/
  #container.top #news {
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #container.top #news > div {
    flex-basis: 100%;
  }
  #container.top #news .left {
    float: inherit;
    padding-right: 0;
    padding-bottom: 30px;
  }
  #container.top #news .right {
    float: inherit;
  }
  #container.top #news .title1 {
    margin-bottom: 0;
  }

  /* container next
  ------------------------------------------------------------*/
  #container.next #breadcrumb {
    padding: 10px 0;
  }
  #container.next .corporates-list li {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
  }
  #container.next .corporates-list li .title {
    padding: 15px;
  }
  #container.next .corporates-list li .text {
    padding: 15px;
  }
}
