@charset "UTF-8";
/*
下層ページ用CSS
*/
/*ヘッダ、フッタwidth*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*良く使う色*/
/*フォントサイズ*/
/*-----------------------------------------------------------------
common
-----------------------------------------------------------------*/
/*
pagetitle
*/
.pagetitle {
  width: 100%;
  height: 200px;
}
.pagetitle h2 {
  padding: 70px 0 30px;
  line-height: 130%;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}
.pagetitle hr {
  display: block;
  width: 30px;
  height: 1px;
  padding: 0;
  margin: 0 auto;
  background-color: #333;
  border: none;
}

/*content*/
.main-box {
  /*padding-bottom: 100px;*/
  margin: 0 auto 35px;
  overflow: hidden;
}
.main-box img { /*画像*/
  width: auto;
}

/*-----------------------------------------------------------------
company 会社概要
-----------------------------------------------------------------*/
#company-page {
  margin-top: 20px;
}
#company-page .description-box {
  width: 950px;
  height: 820px;
  background-image: url(./img/company/company-bg.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
}
#company-page .description-box .title {
  position: relative;
  font-size: 24px;
  text-align: center;
  top: 45px;
}
#company-page .description-box .description {
  position: relative;
  top: 85px;
  margin: 0 auto;
  width: 630px;
}
#company-page .description-box .description table {
  width: 100%;
}
#company-page .description-box .description table th {
  width: 200px;
}
#company-page .description-box .description a {
  color: #d80000;
  text-decoration: underline;
}
#company-page .map-box {
  background-image: url(./img/common/box-bg03.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 3px;
  position: relative;
  top: -25px;
}
#company-page .map-box .inner {
  background-image: url(./img/common/box-bg02.png);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  padding: 45px 20px 20px;
  /*&:after{
      content: "";
      display: block;
      position: absolute;
      background-image: url(./img/company/company-area-bg.png);
      background-position: left bottom;
      background-repeat: no-repeat;
      width: 298px;
      height: 286px;
      bottom: 0;
      left: 10px;
  }*/
}
#company-page .map-box .map-title {
  background-image: url(./img/company/company-area-title-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 390px;
  height: 114px;
  top: -82px;
  position: absolute;
  left: 25px;
}
#company-page .map-box .map-title .text {
  position: relative;
  font-size: 24px;
  top: 58px;
  text-align: center;
  color: #fff;
}
#company-page .map-box .map-title .icon {
  position: absolute;
  top: 0px;
  left: 515px;
}
#company-page .map-box .area-text {
  font-size: 18px;
}
#company-page .map-box .area-kanto {
  padding-left: 8px;
}
#company-page .map-box .maps {
  overflow: hidden;
  padding-left: 8px;
}
#company-page .map-box .map {
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 85px 0 0 40px;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
#company-page .map-box .map .title {
  position: absolute;
  font-size: 24px;
  top: 15px;
  left: 90px;
  color: #fff;
}
#company-page .map-box .map .title a {
  text-decoration: none;
  color: #fff;
}
#company-page .map-box .map ul {
  float: left;
}
#company-page .map-box .map ul li {
  list-style: none;
  text-decoration: underline;
  display: inline-block;
  width: 49%;
}
#company-page .map-box .map.saitama {
  background-image: url(./img/company/company-area-saitama-bg.png);
  width: 890px;
  height: 372px;
}
#company-page .map-box .map.saitama li {
  width: 16%;
}
#company-page .map-box .map.saitama ul {
  /*                    &:nth-of-type(1){
                          width: 120px;
                      }
                      &:nth-of-type(2){
                          width: 175px;
                      }
                      &:nth-of-type(3){
                          width: 110px;
                      }
                      &:nth-of-type(4){
                          width: 135px;
                      }
                      &:nth-of-type(5){
                          width: 125px;
                      }
                      &:nnth-of-type(6){
                          width: 100px;
                      }*/
}
#company-page .map-box .map.tokyo {
  background-image: url(./img/company/company-area-tokyo-bg.png);
  width: 290px;
  height: 372px;
}
#company-page .map-box .map.tokyo ul {
  /*                    &:nth-of-type(1){
                          width: 124px;
                      }
                      &:nth-of-type(2){
                          width: 100px;
                      }*/
}
#company-page .map-box .map.chiba {
  background-image: url(./img/company/company-area-chiba-bg.png);
  width: 590px;
  height: 372px;
  margin-left: 10px;
}
#company-page .map-box .map.chiba li {
  width: 19%;
}
#company-page .map-box .map.chiba ul {
  /*                    &:nth-of-type(1){
                          width: 110px;
                      }
                      &:nth-of-type(2){
                          width: 110px;
                      }*/
}
#company-page .map-box .map.ibaraki {
  background-image: url(./img/company/company-area-ibaraki-bg.png);
  width: 290px;
  height: 372px;
  /*margin-left: 10px;*/
}
#company-page .map-box .map.ibaraki ul {
  /*                    &:nth-of-type(1){
                          width: 110px;
                      }
                      &:nth-of-type(2){
                          width: 110px;
                      }*/
}
#company-page .map-box .map.tochigi {
  background-image: url(./img/company/company-area-tochigi-bg.png);
  width: 290px;
  height: 372px;
  margin-left: 10px;
}
#company-page .map-box .map.tochigi ul {
  /*                    &:nth-of-type(1){
                          width: 110px;
                      }
                      &:nth-of-type(2){
                          width: 110px;
                      }*/
}
#company-page .map-box .map.gunma {
  background-image: url(./img/company/company-area-gunma-bg.png);
  width: 290px;
  height: 372px;
  margin-left: 10px;
}
#company-page .map-box .map.gunma ul {
  /*                    &:nth-of-type(1){
                          width: 110px;
                      }
                      &:nth-of-type(2){
                          width: 110px;
                      }*/
}

/*-----------------------------------------------------------------
クリタリビングが選ばれる理由
-----------------------------------------------------------------*/
#reason-page {
  margin-top: 20px;
}
#reason-page .reason-box {
  margin-top: 55px;
  position: relative;
  background-image: url(./img/reason/reason-box-bg.png);
  background-position: left center;
  background-repeat: repeat-y;
  padding: 60px 24px 30px;
  margin-bottom: 40px;
}
#reason-page .reason-box:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -40px;
  height: 40px;
  width: 100%;
  left: 0;
  background-image: url(./img/reason/reason-box-bg-after.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#reason-page .reason-box .title {
  position: absolute;
  top: -30px;
  left: 15px;
  z-index: 100;
}
#reason-page .reason-box .decoration {
  position: absolute;
  top: -25px;
  right: 0;
}
#reason-page .reason-box .contents {
  overflow: hidden;
}
#reason-page .reason-box .contents .banner {
  width: 100%;
}
#reason-page .reason-box .text {
  width: 580px;
  margin-bottom: 14px;
  float: left;
  font-size: 14px;
}
#reason-page .reason-box .img {
  float: right;
}
#reason-page .reason-box#reason-box02 .title {
  left: auto;
  right: 15px;
}
#reason-page .reason-box#reason-box02 .decoration {
  position: absolute;
  left: 0;
  right: auto;
}
#reason-page .reason-box#reason-box02 .text {
  float: right;
}
#reason-page .reason-box#reason-box02 .img {
  float: left;
}
#reason-page .reason-box#reason-box03 .text {
  float: none;
  width: 100%;
}
#reason-page .reason-box#reason-box03 .loan-img {
  background-image: url(./img/reason/reason-box03-img.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 852px;
  height: 283px;
  position: relative;
  margin: 0 auto;
  bottom: -4px;
  padding-top: 160px;
}
#reason-page .reason-box#reason-box03 .loan-img .loan-img_title {
  background: #1b6ae2;
  height: 24px;
  line-height: 24px;
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
  width: 500px;
  margin: 0 0 0 145px;
}
#reason-page .reason-box#reason-box03 .loan-img .loan-img_title .date {
  font-size: 12px;
  float: right;
}
#reason-page .reason-box#reason-box03 .loan-img .values {
  margin-bottom: 12px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 500px;
  margin: 0 0 0 145px;
}
#reason-page .reason-box#reason-box03 .loan-img .values.double {
  margin-bottom: 8px;
}
#reason-page .reason-box#reason-box03 .loan-img .values.double .line:nth-of-type(1) {
  border-right: 1px solid #bdc8d8;
  padding-right: 10px;
}
#reason-page .reason-box#reason-box03 .loan-img .values.double .line:nth-of-type(2) {
  padding-left: 10px;
}
#reason-page .reason-box#reason-box03 .loan-img .values .line {
  overflow: hidden;
  width: 245px;
  display: inline-block;
}
#reason-page .reason-box#reason-box03 .loan-img .values .line .text {
  font-size: 11px;
  float: left;
  width: 145px;
  text-align: left;
  margin-bottom: 0;
}
#reason-page .reason-box#reason-box03 .loan-img .values .line .value {
  line-height: 34px;
  color: #1b6ae2;
  overflow: hidden;
  float: right;
}
#reason-page .reason-box#reason-box03 .loan-img .values .line .value .num {
  display: block;
  float: left;
  height: 34px;
  font-size: 28px;
}
#reason-page .reason-box#reason-box03 .loan-img .values .line .value .label {
  display: block;
  float: left;
  height: 34px;
  font-size: 18px;
}
#reason-page .reason-box#reason-box03 .loan-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  width: 890px;
}
#reason-page .reason-box#reason-box03 .loan-box .loan-title {
  font-size: 16px;
  margin-bottom: 10px;
}
#reason-page .reason-box#reason-box03 .loan-box table tr:first-child th {
  background: #d4f6ff;
  padding: 12px;
}
#reason-page .reason-box#reason-box03 .loan-box table th {
  background: #ffeddd;
  padding: 0px;
  width: 170px;
}
#reason-page .reason-box#reason-box03 .loan-box table td {
  text-align: right;
  padding: 6px;
  font-size: 16px;
}
#reason-page .reason-box#reason-box03 .loan-box table .label {
  background: #f3f3f3;
  width: 64px;
  text-align: center;
}
#reason-page .reason-box#reason-box04 .title {
  left: auto;
  right: 15px;
}
#reason-page .reason-box#reason-box04 .decoration {
  position: absolute;
  left: 0;
  right: auto;
}
#reason-page .reason-box#reason-box04 .text {
  float: right;
}
#reason-page .reason-box#reason-box04 .img {
  float: left;
}

/*-----------------------------------------------------------------
QA
-----------------------------------------------------------------*/
#faq-page {
  /**

  */
}
#faq-page .qa-box {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 55px 40px;
  width: 888px;
  height: 694px;
  margin-bottom: 95px;
  margin-left: 30px;
  margin-top: 90px;
}
#faq-page .qa-box .title {
  position: absolute;
  top: -76px;
  left: -12px;
}
#faq-page .qa-box dl {
  padding-bottom: 15px;
}
#faq-page .qa-box dl dt {
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 14px;
  padding-left: 65px;
}
#faq-page .qa-box dl dd {
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 14px;
  padding-top: 8px;
  padding-left: 78px;
  padding-bottom: 15px;
  position: relative;
  min-height: 56px;
  margin-bottom: 18px;
}
#faq-page .qa-box dl dd:after {
  position: absolute;
  top: 0;
  left: 34px;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#faq-page .qa-box#qa-box01 {
  background-image: url(./img/faq/faq-cost-bg.png);
}
#faq-page .qa-box#qa-box01 dl dt {
  background-image: url(./img/faq/faq-cost-q.png);
  color: #6d9e00;
}
#faq-page .qa-box#qa-box01 dl dd {
  background-image: url(./img/faq/faq-cost-border.png);
}
#faq-page .qa-box#qa-box01 dl dd:after {
  background-image: url(./img/faq/faq-cost-a.png);
}
#faq-page .qa-box#qa-box02 {
  background-image: url(./img/faq/faq-policy-bg.png);
}
#faq-page .qa-box#qa-box02 dl dt {
  background-image: url(./img/faq/faq-policy-q.png);
  color: #f39606;
}
#faq-page .qa-box#qa-box02 dl dd {
  background-image: url(./img/faq/faq-policy-border.png);
}
#faq-page .qa-box#qa-box02 dl dd:after {
  background-image: url(./img/faq/faq-policy-a.png);
}
#faq-page .qa-box#qa-box03 {
  background-image: url(./img/faq/faq-setup-bg.png);
}
#faq-page .qa-box#qa-box03 dl dt {
  background-image: url(./img/faq/faq-setup-q.png);
  color: #239ddc;
}
#faq-page .qa-box#qa-box03 dl dd {
  background-image: url(./img/faq/faq-setup-border.png);
}
#faq-page .qa-box#qa-box03 dl dd:after {
  background-image: url(./img/faq/faq-setup-a.png);
}
#faq-page .qa-box#qa-box04 {
  background-image: url(./img/faq/faq-products-bg.png);
  margin-bottom: 30px;
}
#faq-page .qa-box#qa-box04 dl dt {
  background-image: url(./img/faq/faq-products-q.png);
  color: #e85588;
}
#faq-page .qa-box#qa-box04 dl dd {
  background-image: url(./img/faq/faq-products-border.png);
}
#faq-page .qa-box#qa-box04 dl dd:after {
  background-image: url(./img/faq/faq-products-a.png);
}

/*-----------------------------------------------------------------
contact お問い合わせ
-----------------------------------------------------------------*/
#contact h3 {
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
  border-left: none;
  text-align: center;
  font-size: 150%;
}
#contact p {
  margin: 0 0 40px;
  text-align: center;
  font-size: 90%;
}
#contact p a {
  text-decoration: underline;
}
#contact p a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
#contact .contact_tel {
  width: 640px;
  margin: 0 auto 50px;
  text-align: center;
}
#contact .contact_tel h4 {
  background-color: #0068b6;
  line-height: 42px;
  font-weight: bold;
  color: #fff;
}
#contact .contact_tel p {
  padding: 20px 0;
  border: 1px solid #0068b6;
  border-top: none;
}
#contact .contact_tel p img {
  width: 369px;
}
#contact > h4 {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #eee;
  border-left: 5px solid #0068b6;
  font-weight: bold;
}
#contact .caution {
  margin-bottom: 15px;
  text-align: left;
  font-size: 90%;
  color: #d80000;
}
#contact .privacyTxt {
  margin: 30px 0;
  text-align: center;
}
#contact .privacyTxt a {
  color: #0068b6;
}

#contactForm {
  width: 950px;
  margin: 0 auto 40px;
}
#contactForm th {
  width: 250px;
  padding: 15px 0;
  background: #e2ebf5;
  border: 1px solid #ccc;
  font-weight: bold;
}
#contactForm th p {
  margin: 0;
}
#contactForm th .req {
  padding: 0 5px;
  color: #d60000;
}
#contactForm td {
  padding: 15px;
  border: 1px solid #ccc;
}
#contactForm td .wpcf7-radio input {
  width: auto;
  vertical-align: middle;
}
#contactForm td .wpcf7-radio .wpcf7-list-item {
  padding-right: 15px;
  vertical-align: middle;
}
#contactForm td .wpcf7-radio .wpcf7-list-item-label {
  font-size: 90%;
}
#contactForm td input {
  width: 365px;
  height: 28px;
  padding: 2px;
  border: 1px solid #ccc;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "Arial";
}
#contactForm td .zip input {
  width: 100px;
}
#contactForm td select {
  padding: 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "Arial";
}
#contactForm td p {
  margin: 0 0 10px;
  text-align: left;
}
#contactForm td p .adressTxt {
  margin-right: 10px;
}
#contactForm td textarea {
  width: 570px;
  height: 160px;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "Arial";
}

#submitBtn {
  width: 200px;
  height: 50px;
  margin: 0 auto;
}
#submitBtn input {
  width: 200px;
  height: 50px;
  padding: 0;
  background: #215faa;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "Arial";
  outline: none;
  cursor: pointer;
}
#submitBtn .ajax-loader {
  width: 10px;
}
#submitBtn:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.wpcf7-validation-errors {
  padding: 10px;
  background: #f9aeae;
  border: none !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #d80000;
}

/*
contact_send お問い合わせ 送信完了
*/
#contact_send .txt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 90%;
}
#contact_send .contact_tel {
  width: 640px;
  margin: 0 auto 50px;
  text-align: center;
}
#contact_send .contact_tel h4 {
  background-color: #0068b6;
  line-height: 42px;
  font-weight: bold;
  color: #fff;
}
#contact_send .contact_tel p {
  padding: 20px 0;
  border: 1px solid #0068b6;
  border-top: none;
}
#contact_send .contact_tel p img {
  width: 369px;
}
#contact_send .btn {
  width: 180px;
  height: 47px;
  margin: 0 auto;
}
#contact_send .btn a {
  display: block;
  height: 47px;
  background: #0068b6 url(img/common/arrow03.png) 160px center no-repeat;
  -webkit-background-size: 9px auto;
  background-size: 9px auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 47px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#contact_send .btn a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
#link p {
  margin: 0 0 25px;
  font-size: 85%;
}
#link .btn {
  width: 170px;
  margin: 0 0 60px;
}
#link .btn a {
  display: block;
  padding: 10px 0;
  background: url(img/common/arrow03.png) 93% center no-repeat;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
}
#link .btn a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
#link dl dt h3 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  line-height: 150%;
  font-size: 110%;
  font-weight: bold;
}
#link dl dd {
  margin: 10px 0;
}
#link dl dd a {
  padding-left: 10px;
  background: url(img/common/arrow03.png) left center no-repeat;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
  font-size: 85%;
}

/*-----------------------------------------------------------------
sitepolicy,privacy
-----------------------------------------------------------------*/
#privacy h3,
#sitepolicy h3 {
  padding-bottom: 10px;
  margin: 40px 0 25px;
  border-bottom: 1px solid #cccccc;
  line-height: 150%;
  font-size: 110%;
  font-weight: bold;
}
#privacy p,
#sitepolicy p {
  margin: 0 0 20px;
  text-align: justify;
  font-size: 85%;
}
#privacy p.signature,
#sitepolicy p.signature {
  margin-top: 40px;
  text-align: right;
}
#privacy p a,
#sitepolicy p a {
  text-decoration: underline;
  color: #ca004c;
}
#privacy p a:hover,
#sitepolicy p a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
#privacy ul,
#sitepolicy ul {
  margin: 30px 1em;
  font-size: 85%;
  list-style: disc outside;
}
#privacy > ol ol,
#sitepolicy > ol ol {
  margin-bottom: 20px;
  font-size: 85%;
}
#privacy table,
#sitepolicy table {
  margin: 0 auto 20px;
  font-size: 85%;
}
#privacy table th,
#sitepolicy table th {
  width: 180px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  font-weight: bold;
}
#privacy table td,
#sitepolicy table td {
  width: 230px;
  padding: 20px;
  border: 1px solid #ccc;
}
#privacy h4,
#sitepolicy h4 {
  margin: 20px 0;
  font-size: 85%;
  font-weight: bold;
}
#privacy .url,
#sitepolicy .url {
  margin: 0 0 30px;
  padding: 15px;
  background-color: #f4f4f4;
  font-size: 85%;
}
#privacy #about_link,
#sitepolicy #about_link {
  margin-top: -55px;
  padding-top: 55px;
}

/*-----------------------------------------------------------------
sitemap
-----------------------------------------------------------------*/
#sitemap h3 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  line-height: 150%;
  font-size: 110%;
  font-weight: bold;
}
#sitemap ul {
  float: left;
  margin-right: 80px;
}
#sitemap ul:last-child {
  margin-right: 0;
}
#sitemap ul li {
  margin-bottom: 10px;
}
#sitemap ul li a {
  padding-left: 10px;
  background: url(img/common/arrow03.png) left center no-repeat;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
  font-size: 85%;
}
#sitemap dl {
  float: left;
  margin-right: 80px;
}
#sitemap dl dt {
  margin-bottom: 10px;
}
#sitemap dl dt a {
  padding-left: 10px;
  background: url(img/common/arrow03.png) left center no-repeat;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
  font-size: 85%;
}
#sitemap dl dd {
  margin: 0 0 10px 10px;
}
#sitemap dl dd a {
  font-size: 85%;
}
#sitemap dl dd a:before {
  content: "・";
}

/*-----------------------------------------------------------------
error
-----------------------------------------------------------------*/
#error {
  text-align: center;
}
#error h3 {
  margin-bottom: 30px;
}
#error .txt {
  margin: 0 0 30px;
  text-align: center;
  font-size: 85%;
}
#error .btn {
  width: 170px;
  margin: 0 auto;
}
#error .btn a {
  display: block;
  padding: 10px 0;
  background: url(img/common/arrow03.png) 93% center no-repeat;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
}
#error .btn a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/*スタッフ紹介*/
#staff-page #breadcrumbs {
  margin-bottom: 40px;
}
#staff-page .main-contents {
  background-image: url(./img/common/box-bg03.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 3px;
}
#staff-page .main-contents .inner {
  background-image: url(./img/staff/staff-list-bg.png);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  padding: 20px 20px 82px;
  z-index: 10;
}
#staff-page .main-contents .inner:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -426.5px;
  background-image: url(./img/staff/bg_bottom_illust.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 853px;
  height: 171px;
  z-index: 1;
}
#staff-page .main-image {
  position: relative;
  width: 890px;
  margin: 0 auto 20px;
  /*        &:after{
              content: "";
              position: absolute;
              top: -50px;
              left: -30px;
              width: 411px;
              height: 124px;
              background: url(./img/staff/staff-main-image-label.png) left top no-repeat;
          }*/
}
#staff-page .categories {
  display: flex;
  align-items: center;
  gap: 16px;
}
#staff-page .categories h2 {
  width: 92px;
  height: 39px;
  background: url(./img/staff/staff-category-tag.png) center center no-repeat;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
}
#staff-page .categories ul {
  display: flex;
  gap: 5px;
}
#staff-page .categories ul li {
  list-style: none;
}
#staff-page .categories ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ae8249;
  width: 77px;
  height: 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
}
#staff-page .staff-list {
  padding-bottom: 20px;
  margin-top: 22px;
  /*        &:after{
              content: "."; 
              display: block; 
              height: 0; 
              font-size: 0;	
              clear: both; 
              visibility: hidden;
          }*/
  /*        a:nth-of-type(3n+1){
              .box-staff{
                  clear: left;

              }
          }*/
  /*        .box-staff{
              float: left;
              width: 260px;
              position: relative;
              margin-left: 30px;
              margin-bottom: 60px;
              .img{
                  position: relative;
                  padding: 4px;
                  width: 250 + 8px;
                  border: 1px solid #e8e2d5;
                  border-radius: 8px;
                  background: #fff;
                  img{
                      width: 250px;
                      display: block;
                  }
                  &:after{
                      content: "";
                      position: absolute;
                      top: -10px;
                      left: -10px;
                      width: 78px;
                      height: 54px;
                      background: url(./img/staff/staff-ribon.png) left top no-repeat;
                  }
              }
              .name{
                  position: absolute;
                  background: url(./img/staff/staff-name-bg.png) left top no-repeat;
                  width: 265px;
                  height: 70px;
                  bottom: -18px;
                  left: 0px;
                  font-size: 16px;
                  color: #fff;
                  padding-top: 30px;
                  text-align: center;
                  padding-right: 15px;
              }
          }*/
}
#staff-page .staff-list .location-list + .location-list {
  margin-top: 30px;
}
#staff-page .staff-list .location-list h2 {
  background: url(./img/staff/staff-hx.png) center center no-repeat;
  background-size: contain;
  width: 880px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #fff;
  font-size: 18px;
}
#staff-page .staff-list .location-list .unit-list {
  margin-top: 20px;
}
#staff-page .staff-list .location-list .unit-list h3 {
  background-color: #fbf8ee;
  border-left: 5px solid #ae8249;
  width: 880px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
#staff-page .staff-list .location-list .unit-list .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
#staff-page .staff-list .box-staff {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  width: 280px;
}
#staff-page .staff-list .box-staff .name {
  font-size: 20px;
  height: 44px;
  padding-top: 10px;
  background: url(./img/staff/staff-name-bg02.png) center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
#staff-page .staff-list .box-staff .img {
  width: 100%;
  height: 195px;
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
}
#staff-page .staff-list .box-staff .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#staff-page .staff-list .box-staff .info {
  margin-top: 12px;
  padding: 0 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#staff-page .staff-list .box-staff .info > div {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
#staff-page .staff-list .box-staff .info > div:before {
  width: 50px;
  height: 18px;
  background-color: #9b5919;
  border-radius: 9px;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
#staff-page .staff-list .box-staff .info .unit {
  gap: 5px;
}
#staff-page .staff-list .box-staff .info .unit:before {
  content: "部署";
}
#staff-page .staff-list .box-staff .info .email:before {
  content: "メール";
}
#staff-page .staff-list .box-staff .info .email a {
  text-decoration: underline;
}
#staff-page .staff-list .box-staff .info .line:before {
  content: "LINE";
}
#staff-page .staff-list .box-staff .info .line img {
  max-width: 100%;
  max-height: 100%;
  width: 80px;
  height: auto;
  margin-left: 40px;
}
#staff-page .staff-list .box-staff .info .more {
  width: 166px;
  height: 30px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}
#staff-page .staff-list .link {
  margin-top: 50px;
}
#staff-page .staff-list .link a {
  margin: 0 auto;
  width: 430px;
  height: 63px;
  line-height: 63px;
  background: url(./img/staff/btn03.png) center center no-repeat;
  text-indent: -9999px;
  display: block;
  z-index: 10;
  position: relative;
}

/**
スタッフ詳細
*/
#staff-description .staff-box {
  background-image: url(./img/common/box-bg03.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 3px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 38px;
}
#staff-description .staff-box:before {
  content: "";
  display: block;
  width: 950px;
  height: 38px;
  clear: both;
  position: absolute;
  bottom: -38px;
  right: 0;
  z-index: 0;
  background: url(./img/staff/staff-bg-shadow.jpg) left bottom no-repeat;
}
#staff-description .staff-box .inner {
  background-image: url(./img/staff/staff-bg.jpg);
  background-position: top center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  padding: 65px 35px 0;
}
#staff-description .staff-box .inner:before {
  content: "";
  display: block;
  width: 356px;
  height: 112px;
  clear: both;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: url(./img/staff/staff-description-bg.png) right bottom no-repeat;
}
#staff-description .staff-box .inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#staff-description .staff-box h3 {
  background-image: url(./img/staff/staff-description-title-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: -18px;
  left: 55px;
  width: 282px;
  height: 81px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-top: 12px;
}
#staff-description .staff-box h4 {
  background-image: url(./img/staff/staff-description-column-title.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
#staff-description .staff-box .box {
  margin-bottom: 20px;
}
#staff-description .staff-box table th {
  background-image: url(./img/staff/staff-description-profile-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 14px;
  width: 120px;
  height: 34px;
  padding: 0;
  color: #fff;
}
#staff-description .staff-box table td {
  background-color: transparent;
  border: 0;
}
#staff-description .staff-box .email {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 230px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  vertical-align: middle;
  border-radius: 8px;
  text-align: center;
}
#staff-description .staff-box .email img {
  vertical-align: middle;
  margin-right: 4px;
  display: inline-block;
}
#staff-description .staff-box .left {
  padding-top: 8px;
  float: left;
  width: 323px;
}
#staff-description .staff-box .right {
  padding-top: 16px;
  float: right;
  width: 524px;
}
#staff-description .staff-box .images {
  margin-bottom: 55px;
}
#staff-description .staff-box .images .img {
  width: 323px;
  height: 370px;
  background-image: url(./img/staff/staff-description-img-bg-l.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
#staff-description .staff-box .images .img:before {
  content: "";
  display: block;
  width: 105px;
  height: 72px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 10;
  background: url(./img/staff/staff-description-ribon.png) center center no-repeat;
}
#staff-description .staff-box .images .img img {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}
#staff-description .staff-box .images .thumbnails {
  margin-left: -12px;
  margin-top: 20px;
  overflow: hidden;
}
#staff-description .staff-box .images .thumbnails .thumbnail {
  width: 98px;
  height: 112px;
  margin-left: 12px;
  background-image: url(./img/staff/staff-description-img-bg-s.png);
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  padding: 5px;
}
#staff-description .return {
  text-align: center;
  margin-bottom: 15px;
}

/* 施工実績紹介 */
#works-page #breadcrumbs {
  margin-bottom: 20px;
}
#works-page .main-contents .inner {
  position: relative;
  padding: 20px 20px 0;
  z-index: 10;
}
#works-page .works-menu {
  width: 950px;
  height: 250px;
  margin: 0 auto 30px;
  background: url(./img/works/works-menu-bg.png) left top no-repeat;
}
#works-page .works-menu .icon {
  float: left;
  position: relative;
  height: 180px;
  width: 210px;
}
#works-page .works-menu .icon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  /*background: url(./img/works/works-menu-illust.png) left top no-repeat;*/
  width: 64px;
  height: 43px;
}
#works-page .works-menu .icon .man {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 100;
}
#works-page .works-menu .icon .man img {
  display: block;
}
#works-page .works-menu .icon .num {
  position: absolute;
  top: 40px;
  left: 115px;
  z-index: 50;
  color: #fff;
  background-image: url(./img/common/icon-circle02.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 124px;
  height: 123px;
}
#works-page .works-menu .icon .num .top {
  width: 124px;
  text-align: center;
  position: absolute;
  top: 23px;
  left: 0;
  font-size: 15.93px;
  line-height: 1.2;
}
#works-page .works-menu .icon .num .bottom {
  width: 124px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 4px;
  font-size: 21px;
}
#works-page .works-menu .icon .num .bottom .label {
  font-size: 14px;
}
#works-page .works-menu .menu {
  float: right;
  width: 700px;
  padding-top: 12px;
  padding-right: 30px;
  margin-left: 10px;
}
#works-page .works-menu .menu li {
  list-style: none;
  float: left;
  margin-left: 4px;
}
#works-page .works-menu .menu li:last-of-type a {
  width: 331px;
  background-image: url(./img/common/btn-menu02-long.png);
}
#works-page .works-menu .menu li:last-of-type a.active, #works-page .works-menu .menu li:last-of-type a:hover {
  background-image: url(./img/common/btn-menu02-long-active.png);
}
#works-page .works-menu .menu a {
  display: table-cell;
  background-image: url(./img/common/btn-menu02.png);
  background-position: center 0;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;
  width: 163px;
  height: 73px;
}
#works-page .works-menu .menu a.active, #works-page .works-menu .menu a:hover {
  background-image: url(./img/common/btn-menu02-active.png);
  color: #fff;
}
#works-page .term-title {
  height: 52px;
  line-height: 52px;
  padding-left: 40px;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
#works-page .term-title.area, #works-page .term-title.item {
  background-image: url(./img/common/hx-bg.png);
}
#works-page .term-title.builder {
  background-image: url(./img/common/hx-bg02.png);
}
#works-page .posts {
  overflow: hidden;
  background-image: url(./img/common/border01.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}
#works-page .posts a:nth-of-type(4n + 1) .post {
  clear: left;
}
#works-page .posts .post {
  float: left;
  width: 206px;
  margin-left: 26px;
  margin-bottom: 20px;
  position: relative;
}
#works-page .posts .post.is-new:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 16px;
  display: block;
  background-image: url(./img/common/icon-new02.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: 22px;
  left: 0px;
  z-index: 1;
}
#works-page .posts .post .post-thumbnail {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-image: url(./img/top/top-box-img-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 206px;
  height: 161px;
  padding-top: 6px;
  overflow: hidden;
}
#works-page .posts .post .post-thumbnail img {
  display: inline-block;
}
#works-page .posts .post .post-title {
  font-size: 14px;
  width: 187px;
  margin: 0 auto;
  margin-bottom: 6px;
  line-height: 1.4;
}
#works-page .posts .post .post-text {
  font-size: 12px;
  width: 187px;
  margin: 0 auto;
}
#works-page .posts .post .post-date {
  display: block;
  text-align: right;
  font-size: 11px;
  line-height: 18px;
  color: #aaaaaa;
  padding-right: 12px;
}
#works-page .item-menu {
  position: relative;
  background-image: url(./img/works/works-item-menu-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 952px;
  height: 129px;
  margin: 0 auto 30px;
}
#works-page .item-menu .menu {
  padding: 72px 0 0 24px;
}
#works-page .item-menu .menu a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #d8bc81;
  color: #522900;
  min-width: 105px;
  text-align: center;
  border-radius: 15px;
  margin-left: 7px;
  padding: 0 20px;
}

/**
施工実績詳細
*/
#works-description #breadcrumbs {
  margin-bottom: 20px;
}
#works-description .main-contents .inner {
  position: relative;
  padding: 20px 20px 0;
  z-index: 10;
}
#works-description .main-contents .main-term {
  background-image: url(./img/common/hx-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  padding-left: 35px;
  margin-bottom: 22px;
}
#works-description .main-contents .description {
  background-image: url(./img/common/border03.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
#works-description .main-contents .left {
  float: left;
  width: 520px;
  margin-left: 20px;
}
#works-description .main-contents .right {
  float: right;
  width: 315px;
  margin-right: 50px;
}
#works-description .main-contents .main-image {
  background-image: url(./img/common/image-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 520px; /*468px*350px*/
  height: 400px;
  padding: 13px 0 0 0;
  margin-bottom: 20px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#works-description .main-contents .main-image img {
  width: auto;
  text-align: center;
  vertical-align: middle;
}
#works-description .main-contents .bx-wrapper {
  box-shadow: none;
  border: 0;
  background: transparent;
  margin-bottom: 0;
}
#works-description .main-contents .bx-wrapper .bx-next,
#works-description .main-contents .bx-wrapper .bx-prev {
  background-position: left top;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
#works-description .main-contents .bx-wrapper .bx-prev {
  left: -32px;
  background-image: url(./img/common/slider-left.png);
}
#works-description .main-contents .bx-wrapper .bx-next {
  right: -32px;
  background-image: url(./img/common/slider-right.png);
}
#works-description .main-contents .thumbnails {
  background-image: url(./img/common/thumbnails-bg-middle.png);
  background-position: center 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: 490px;
  height: auto;
  padding: 23px 18px 23px 18px;
  margin-top: 10px;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
}
#works-description .main-contents .thumbnails:before {
  top: 0;
  background-image: url(./img/common/thumbnails-bg-top.png);
  background-position: center top;
}
#works-description .main-contents .thumbnails:after {
  bottom: 0;
  clear: both;
  background-image: url(./img/common/thumbnails-bg-bottom.png);
  background-position: center bottom;
}
#works-description .main-contents .thumbnails:before, #works-description .main-contents .thumbnails:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 10;
}
#works-description .main-contents .thumbnails .thumb {
  display: block;
  width: 120px;
  height: 94px;
  background: #fff;
  float: left;
  /*margin: 0 0 15px 15px;*/
  text-align: center;
}
#works-description .main-contents .thumbnails .thumb a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  height: 94px;
}
#works-description .main-contents .thumbnails .thumb a img {
  display: inline-block;
  vertical-align: middle;
}
#works-description .main-contents .title {
  margin-bottom: 15px;
}
#works-description .main-contents .terms {
  margin-bottom: 25px;
}
#works-description .main-contents .terms .main {
  margin-bottom: 25px;
}
#works-description .main-contents .terms .main .term {
  height: 24px;
  line-height: 24px;
  padding: 0 16px;
  background-color: #522900;
  font-size: 12px;
  color: #fff;
  margin-right: 3px;
  display: inline-block;
}
#works-description .main-contents .terms .items {
  background-color: #cee9f0;
  position: relative;
  padding: 35px 10px 10px;
  border-radius: 10px;
}
#works-description .main-contents .terms .items:before {
  content: "";
  display: block;
  background: url(./img/works/category_detail.png) center top no-repeat;
  width: 113px;
  height: 37px;
  position: absolute;
  top: -12px;
  left: 8px;
}
#works-description .main-contents .terms .items .parent {
  margin-bottom: 4px;
}
#works-description .main-contents .terms .items .parent .term {
  height: 24px;
  line-height: 24px;
  padding: 0 16px;
  background-color: #0da9a7;
  font-size: 12px;
  color: #fff;
  margin-right: 3px;
  margin-bottom: 6px;
  display: inline-block;
}
#works-description .main-contents .terms .items .children .term {
  font-size: 12px;
  line-height: 20px;
  margin-right: 3px;
  display: inline;
}
#works-description .main-contents .terms .items .children .term:after {
  content: "|";
}
#works-description .main-contents .terms .items .children .term:last-of-type:after {
  content: "";
}
#works-description .main-contents .content {
  margin-top: 20px;
}
#works-description .main-contents .return {
  text-align: center;
  margin-bottom: 35px;
}
#works-description .main-contents .return a {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  border-radius: 19px;
  padding-top: 0;
  padding-bottom: 0;
}
#works-description .related {
  width: 945px;
  margin: 0 auto 36px;
}
#works-description .related:last-of-type {
  margin-bottom: 0;
}
#works-description .related h3 {
  background-image: url(./img/common/hx-bg02.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  padding-left: 35px;
  margin-bottom: 22px;
}
#works-description .related .bx-wrapper {
  position: relative;
  width: 930px !important;
  max-width: 930px !important;
  z-index: 0;
  margin: 0 auto;
  box-shadow: none;
  border: 0;
  background: transparent;
}
#works-description .related .bx-wrapper .bx-next,
#works-description .related .bx-wrapper .bx-prev {
  background-position: left top;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 150px;
}
#works-description .related .bx-wrapper .bx-prev {
  left: 10px;
  background-image: url(./img/common/slider-left.png);
}
#works-description .related .bx-wrapper .bx-next {
  right: 10px;
  background-image: url(./img/common/slider-right.png);
}
#works-description .related .posts {
  width: 945px;
  height: 337px;
  margin: 0 auto 20px;
  padding: 20px 0 0;
  background-image: url(./img/works/relate_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#works-description .related .post {
  float: left;
  width: 206px;
  margin-left: 26px;
}
#works-description .related .post .post-thumbnail {
  position: relative;
  background-image: url(./img/top/top-box-img-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 206px;
  height: 161px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
#works-description .related .post .post-thumbnail img {
  width: auto;
}
#works-description .related .post .post-title {
  font-size: 14px;
  width: 187px;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 6px;
}
#works-description .related .post .post-text {
  font-size: 12px;
  width: 187px;
  margin: 0 auto;
}

/**
施工実績詳細
*/
#voice-description #breadcrumbs {
  margin-bottom: 20px;
}
#voice-description .main-contents .inner {
  position: relative;
  padding: 20px 20px 0;
  z-index: 10;
}
#voice-description .main-contents .main-term {
  background-image: url(./img/common/hx-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  padding-left: 35px;
  margin-bottom: 22px;
}
#voice-description .main-contents .description {
  background-image: url(./img/common/border03.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
#voice-description .main-contents .left {
  float: left;
  width: 380px;
  margin-left: 20px;
}
#voice-description .main-contents .right {
  float: right;
  width: 503px;
  margin-right: 20px;
}
#voice-description .main-contents .main-image {
  background-image: url(./img/common/image-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  width: 374px;
  height: 289px;
  padding: 2px 0 0 0;
  margin-bottom: 10px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#voice-description .main-contents .main-image img {
  width: auto;
  text-align: center;
  vertical-align: middle;
}
#voice-description .main-contents .thumbnails {
  background-image: url(./img/voice/thumbnails-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  width: 380px;
  height: 190px;
  padding: 18px 0 0 29px;
}
#voice-description .main-contents .thumbnails .thumb {
  display: block;
  width: 94px;
  height: 72px;
  background: #fff;
  float: left;
  margin: 0 0 10px 10px;
}
#voice-description .main-contents .thumbnails .thumb a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 94px;
  height: 72px;
}
#voice-description .main-contents .thumbnails .thumb a img {
  display: inline-block;
  vertical-align: middle;
}
#voice-description .main-contents .title {
  margin-bottom: 15px;
}
#voice-description .main-contents .address {
  margin-bottom: 10px;
}
#voice-description .main-contents .rate {
  margin-bottom: 10px;
}
#voice-description .main-contents .rate .star01 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 14px;
}
#voice-description .main-contents .rate .star02 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 26px;
}
#voice-description .main-contents .rate .star03 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 40px;
}
#voice-description .main-contents .rate .star04 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 52px;
}
#voice-description .main-contents .rate .star05 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 64px;
}
#voice-description .main-contents .content {
  margin-bottom: 10px;
}
#voice-description .main-contents .label {
  font-weight: bold;
}

#item-page #breadcrumbs {
  margin-bottom: 20px;
}
#item-page .main-contents .inner {
  position: relative;
  padding: 20px 20px 0;
  z-index: 10;
}
#item-page .item-menu {
  width: 950px;
  height: 120px;
  margin: 0 auto 30px;
  background: url(./img/item/item-menu-bg.png) left top no-repeat;
}
#item-page .item-menu .menu {
  width: 100%;
  padding-top: 18px;
  padding-left: 24px;
}
#item-page .item-menu .menu li {
  list-style: none;
  float: left;
  margin-left: 4px;
}
#item-page .item-menu .menu a {
  display: table-cell;
  background-image: url(./img/common/btn-menu01.png);
  background-position: center 0;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;
  margin-left: 10px;
  width: 174px;
  height: 73px;
}
#item-page .item-menu .menu a.active, #item-page .item-menu .menu a:hover {
  background-image: url(./img/common/btn-menu01-active.png);
  color: #fff;
}
#item-page .terms .term {
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 70px;
  margin-bottom: 30px;
}
#item-page .terms .term#term-interior {
  background-image: url(./img/item/item-interior-bg.png);
}
#item-page .terms .term#term-electoric {
  background-image: url(./img/item/item-electoric-bg.png);
}
#item-page .terms .term#term-exterior {
  background-image: url(./img/item/item-exterior-bg.png);
}
#item-page .terms .term#term-window {
  background-image: url(./img/item/item-window-bg.png);
}
#item-page .terms .term#term-other {
  background-image: url(./img/item/item-other-bg.png);
}
#item-page .terms .term .term-title {
  background-image: url(./img/common/hx-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  padding-left: 35px;
  margin-bottom: 22px;
}
#item-page .posts {
  overflow: hidden;
}
#item-page .posts .post {
  float: left;
  width: 445px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
#item-page .posts .post.is-new:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 16px;
  display: block;
  background-image: url(./img/common/icon-new02.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: 22px;
  left: 0px;
  z-index: 1;
}
#item-page .posts .post .left {
  width: 205px;
  height: 161px;
  overflow: hidden;
  float: left;
}
#item-page .posts .post .right {
  float: right;
  width: 220px;
  height: 161px;
  padding-top: 6px;
  position: relative;
}
#item-page .posts .post .category {
  margin-bottom: 5px;
}
#item-page .posts .post .category a {
  display: inline-block;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  background-color: #522900;
  color: #fff;
}
#item-page .posts .post .post-thumbnail {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-image: url(./img/top/top-box-img-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 206px;
  height: 161px;
  padding-top: 6px;
}
#item-page .posts .post .post-thumbnail img {
  display: inline-block;
}
#item-page .posts .post .post-title {
  font-size: 14px;
  height: auto;
  margin-bottom: 12px;
  line-height: 1.1;
}
#item-page .posts .post .post-text {
  text-size-adjust: none;
  font-size: 12px;
  max-height: 81px;
  height: auto;
  overflow: hidden;
  line-height: 1.15;
}
#item-page .posts .post .buttons {
  position: absolute;
  bottom: 8px;
}
#item-page .posts .post .buttons .btn {
  background-image: url(./img/item/item-btn01.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#item-page .works-menu {
  position: relative;
  background-image: url(./img/works/works-item-menu-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 952px;
  height: 129px;
  margin: 0 auto 30px;
}
#item-page .works-menu .menu {
  padding: 72px 0 0 24px;
}
#item-page .works-menu .menu a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #d8bc81;
  color: #522900;
  min-width: 106px;
  text-align: center;
  border-radius: 15px;
  margin-left: 10px;
}

/**
商品
*/
#item-description #breadcrumbs {
  margin-bottom: 20px;
}
#item-description .main-contents .inner {
  position: relative;
  padding: 20px 20px 0;
  z-index: 10;
}
#item-description .main-contents .main-term {
  background-image: url(./img/common/hx-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  padding-left: 35px;
  margin-bottom: 22px;
}
#item-description .main-contents .description {
  background-image: url(./img/common/border03.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
#item-description .main-contents .left {
  float: left;
  width: 380px;
  margin-left: 20px;
}
#item-description .main-contents .right {
  float: right;
  width: 503px;
  margin-right: 20px;
}
#item-description .main-contents .main-image {
  background-image: url(./img/common/image-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  width: 374px;
  height: 289px;
  padding: 2px 0 0 0;
  margin-bottom: 10px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#item-description .main-contents .main-image img {
  width: auto;
  text-align: center;
  vertical-align: middle;
}
#item-description .main-contents .thumbnails {
  background-image: url(./img/common/thumbnails-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  width: 380px;
  height: 190px;
  padding: 18px 0 0 29px;
  margin-bottom: 25px;
}
#item-description .main-contents .thumbnails .thumb {
  display: block;
  width: 94px;
  height: 72px;
  background: #fff;
  float: left;
  margin: 0 0 10px 10px;
}
#item-description .main-contents .thumbnails .thumb a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 94px;
  height: 72px;
}
#item-description .main-contents .thumbnails .thumb a img {
  display: inline-block;
  vertical-align: middle;
}
#item-description .main-contents .title {
  margin-bottom: 15px;
}
#item-description .main-contents .terms {
  margin-bottom: 25px;
}
#item-description .main-contents .terms .term {
  height: 24px;
  line-height: 24px;
  padding: 0 16px;
  background-color: #522900;
  font-size: 12px;
  color: #fff;
  margin-right: 3px;
  display: inline-block;
}
#item-description .main-contents .return {
  text-align: center;
  margin-bottom: 35px;
}
#item-description .main-contents .return a {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  border-radius: 19px;
  padding-top: 0;
  padding-bottom: 0;
}
#item-description .main-contents .price {
  margin-bottom: 15px;
  color: #cd0e17;
  text-align: center;
  font-size: 18px;
}
#item-description .main-contents .link {
  text-align: center;
  margin-bottom: 30px;
}
#item-description .main-contents .link .btn {
  background-image: url(./img/item/item-btn02.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 159px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

/**
新築購入からオプション工事、引っ越しまでの注意点
*/
#point-page {
  background-color: #fbf8ee;
}
#point-page .red {
  color: #ca000b;
}
#point-page .points {
  margin-bottom: 115px;
}
#point-page .points .main-image {
  background-image: url(./img/point/point-main-image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 950px;
  height: 565px;
  position: relative;
  margin-bottom: 20px;
}
#point-page .points .main-image p {
  position: absolute;
  top: 408px;
  left: 46px;
  font-size: 18px;
  line-height: 1.6;
}
#point-page .points .point {
  background-image: url(./img/common/border03.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
}
#point-page .points .point:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#point-page .points .point .left {
  float: left;
}
#point-page .points .point .left .text {
  width: 544px;
}
#point-page .points .point .left .title {
  width: 561px;
}
#point-page .points .point .left .img {
  width: 337px;
}
#point-page .points .point .right {
  float: right;
}
#point-page .points .point .right .title {
  width: 551px;
  margin-right: 14px;
}
#point-page .points .point .right .text {
  width: 534px;
  margin-right: 14px;
}
#point-page .points .point .right .img {
  width: 348px;
}
#point-page .points .point .text {
  font-size: 14px;
  margin-left: 30px;
}
#point-page .points .point .title {
  margin-bottom: 6px;
  margin-left: 30px;
}
#point-page .notes {
  background-image: url(./img/common/box-bg03.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 3px;
  position: relative;
  margin-bottom: 30px;
}
#point-page .notes .inner {
  background-image: url(./img/common/box-bg02.png);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  padding: 45px 20px 0;
  z-index: 1;
}
#point-page .notes .inner > p {
  width: 718px;
  margin-bottom: 22px;
  font-size: 18px;
}
#point-page .notes .inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#point-page .notes .inner:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(./img/point/point-option-message.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 236px;
  height: 258px;
  top: -78px;
  right: 34px;
}
#point-page .notes .main-image {
  position: absolute;
  top: -77px;
  left: 22px;
  z-index: 10;
}
#point-page .notes .note {
  width: 430px;
  background-color: #fff;
  border: 4px solid #7aa53d;
  border-width: 0 4px 4px;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  float: left;
}
#point-page .notes .note:nth-of-type(1), #point-page .notes .note:nth-of-type(2) {
  height: 180px;
}
#point-page .notes .note:nth-of-type(2n + 0) {
  margin-left: 30px;
}
#point-page .notes .note:nth-of-type(5) .title {
  font-size: 22px;
}
#point-page .notes .note .title {
  background-image: url(./img/point/point-box-head.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 430px;
  height: 78px;
  position: absolute;
  left: -4px;
  top: -13px;
  font-size: 24px;
  color: #fff;
  padding: 19px 0 0 92px;
}
#point-page .notes .note .text {
  padding: 65px 15px;
}
#point-page .notes .message {
  padding: 10px 0 60px;
  text-align: center;
  clear: both;
  font-size: 18px;
  position: relative;
  bottom: 0;
  background-image: url(./img/point/point-option-bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

/*
*/
#flow-page .main-image {
  margin-bottom: 30px;
}
#flow-page .title {
  width: 889px;
  margin: 0 auto;
}
#flow-page .title img {
  display: block;
}
#flow-page .steps .step {
  background-image: url(./img/flow/flow-step-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 888px;
  padding: 32px 30px 0 18px;
  margin: 0 auto 83px;
  position: relative;
}
#flow-page .steps .step:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  width: 888px;
  height: 45px;
  position: absolute;
  bottom: -68px;
  background-image: url(./img/flow/flow-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#flow-page .steps .step .left {
  float: left;
  width: 565px;
}
#flow-page .steps .step .left .title {
  position: relative;
  background-image: url(./img/flow/flow-step-title-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  left: -32px;
  width: 598px;
  height: 60px;
  line-height: 54px;
  color: #fff;
  font-size: 24px;
  padding-left: 135px;
  margin-bottom: 24px;
}
#flow-page .steps .step .left .title:before {
  content: "";
  background-position: left top;
  background-repeat: no-repeat;
  width: 87px;
  height: 87px;
  display: block;
  position: absolute;
  top: -17px;
  left: 34px;
}
#flow-page .steps .step .left .text {
  margin-left: 18px;
  margin-bottom: 30px;
}
#flow-page .steps .step .left .buttons .btn {
  margin-left: 15px;
}
#flow-page .steps .step .right {
  float: right;
  width: 255px;
}
#flow-page .steps .step .right .img {
  width: 255px;
}
#flow-page .steps .step#step01 {
  height: 360px;
}
#flow-page .steps .step#step01 .left .title:before {
  content: "";
  background-image: url(./img/flow/flow-step01.png);
}
#flow-page .steps .step#step02 {
  height: 328px;
}
#flow-page .steps .step#step02 .left .title:before {
  content: "";
  background-image: url(./img/flow/flow-step02.png);
}
#flow-page .steps .step#step03 {
  height: 328px;
}
#flow-page .steps .step#step03 .left .title:before {
  content: "";
  background-image: url(./img/flow/flow-step03.png);
}
#flow-page .steps .step#step04 {
  height: 351px;
}
#flow-page .steps .step#step04 .left .title:before {
  content: "";
  background-image: url(./img/flow/flow-step04.png);
}
#flow-page .steps .step#step05 {
  height: 315px;
}
#flow-page .steps .step#step05 .left .title:before {
  content: "";
  background-image: url(./img/flow/flow-step05.png);
}
#flow-page .steps .step#step06 {
  height: 328px;
  margin-bottom: 20px;
}
#flow-page .steps .step#step06:after {
  display: none;
}
#flow-page .steps .step#step06 .left .title:before {
  content: "";
  background-image: url(./img/flow/flow-step06.png);
}

/*
404
*/
#notfound-page .main-contents {
  text-align: center;
  padding-top: 20px;
}
#notfound-page .txt {
  margin-bottom: 25px;
}
#notfound-page .txt a {
  color: #f39606;
  text-decoration: underline;
}
#notfound-page .btn-default {
  color: #fff;
  box-shadow: none;
  height: 36px;
  margin-bottom: 70px;
  line-height: 36px;
  padding: 0px 40px;
  border-radius: 18px;
  display: inline-block;
  vertical-align: middle;
}
#notfound-page .btn-default i {
  width: 15px;
  height: 15px;
  display: inline-block;
  padding-top: 2px;
  vertical-align: text-bottom;
}

/*
プライバシーポリシー
サイトポリシー
*/
#privacy-page .policy,
#sitepolicy-page .policy {
  width: 880px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#privacy-page .policy h3,
#sitepolicy-page .policy h3 {
  color: #522900;
  background-color: #f1e2c3;
  padding-left: 8px;
  height: 39px;
  line-height: 39px;
  margin-top: 20px;
  margin-bottom: 15px;
}
#privacy-page .policy ol li,
#sitepolicy-page .policy ol li {
  list-style: none;
}
#privacy-page .policy ol li ol li,
#sitepolicy-page .policy ol li ol li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 4px;
}
#privacy-page .policy ul,
#sitepolicy-page .policy ul {
  margin: 20px 0;
}
#privacy-page .policy ul li,
#sitepolicy-page .policy ul li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 4px;
}
#privacy-page .policy table,
#sitepolicy-page .policy table {
  margin: 20px auto;
  text-align: center;
  border: 1px solid #ccc;
  width: 680px;
}
#privacy-page .policy table th,
#sitepolicy-page .policy table th {
  border: 1px solid #ccc;
  background-color: #f2eee2;
  width: 170px;
}
#privacy-page .policy table td,
#sitepolicy-page .policy table td {
  border: 1px solid #ccc;
  background: transparent;
}
#privacy-page .policy .url,
#sitepolicy-page .policy .url {
  background: #f2eee2;
  padding: 4px 8px;
  margin: 10px 0 20px;
}

/*
サイトマップ
*/
#sitemap-page .inner {
  width: 870px;
  margin: 0 auto;
}
#sitemap-page .inner > ul {
  float: left;
}
#sitemap-page .inner > ul > li > a {
  background-image: url(./img/common/icon-arrow01.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
#sitemap-page .inner ul ul {
  margin-left: 20px;
}
#sitemap-page .inner ul ul li:before {
  content: "・";
}
#sitemap-page .inner ul ul li li:before {
  content: "└ ";
}
#sitemap-page .inner ul li {
  list-style: none;
}
#sitemap-page .inner ul a {
  display: inline-block;
  margin-bottom: 20px;
}
#sitemap-page .inner .site {
  width: 500px;
}
#sitemap-page .inner .works {
  width: 350px;
}

#contact-page .banner {
  margin-bottom: 50px;
}
#contact-page .contact-form {
  background-image: url(./img/contact/contact-bg.jpg);
  background-position: top center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  padding: 65px 35px 0;
  margin-bottom: 38px;
}
#contact-page .contact-form:after {
  content: "";
  display: block;
  background-image: url(./img/contact/contact-bg-shadow.jpg);
  background-position: top center;
  background-repeat: repeat;
  width: 950px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: -38px;
}
#contact-page .contact-form h3 {
  position: absolute;
  left: 20px;
  top: -25px;
}
#contact-page .contact-form > p {
  margin-bottom: 25px;
}
#contact-page .contact-form .inner {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#contact-page .contact-form .tel {
  margin-bottom: 30px;
}
#contact-page .contact-form .tel img {
  display: block;
}
#contact-page table {
  width: 100%;
  margin-bottom: 20px;
}
#contact-page table th {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  width: 230px;
  text-align: left;
  padding: 0 12px;
}
#contact-page table td {
  border: 1px solid #cccccc;
}
#contact-page table label {
  margin-right: 18px;
}
#contact-page table .address01 {
  margin-bottom: 4px;
}
#contact-page table .require:after {
  content: "";
  display: block;
  float: right;
  background-image: url(./img/contact/icon-require.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 44px;
  height: 22px;
  margin-top: 4px;
}
#contact-page table textarea {
  width: 100%;
}
#contact-page .message {
  text-align: center;
}
#contact-page .message a {
  color: #cf1f25;
  text-decoration: underline;
}
#contact-page .btn {
  text-align: center;
  padding: 15px 0 0;
}
#contact-page .btn [type=submit] {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background: #cf1f25;
  color: #fff;
  border-radius: 12px;
  cursor: pointer;
}
#contact-page .btn [type=submit]:hover {
  opacity: 0.75;
}
#contact-page .btn [type=submit][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

#contact_send-page .banner {
  margin-bottom: 50px;
}
#contact_send-page .contact-form {
  background-image: url(./img/contact/contact-bg.jpg);
  background-position: top center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  padding: 65px 35px 0;
  margin-bottom: 38px;
}
#contact_send-page .contact-form:after {
  content: "";
  display: block;
  background-image: url(./img/contact/contact-bg-shadow.jpg);
  background-position: top center;
  background-repeat: repeat;
  width: 950px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: -38px;
}
#contact_send-page .contact-form h3 {
  position: absolute;
  left: 20px;
  top: -25px;
}
#contact_send-page .contact-form .title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
#contact_send-page .contact-form > p {
  margin-bottom: 25px;
}
#contact_send-page .contact-form .inner {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#contact_send-page .contact-form .tel {
  margin-bottom: 30px;
}
#contact_send-page .contact-form .tel img {
  display: block;
}
#contact_send-page .btn {
  text-align: center;
  padding: 15px 0 0;
}
#contact_send-page .btn a {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background: #93785c;
  color: #fff;
  border-radius: 12px;
  cursor: pointer;
}
#contact_send-page .btn a:hover {
  opacity: 0.75;
}

/* お客様の声 */
#voice-page #breadcrumbs {
  margin-bottom: 20px;
}
#voice-page .main-contents .inner {
  position: relative;
  padding: 20px 20px 0;
  z-index: 10;
}
#voice-page .main-term {
  background-image: url(./img/common/hx-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  padding-left: 35px;
  margin-bottom: 22px;
}
#voice-page .posts {
  overflow: hidden;
  background-image: url(./img/common/border01.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}
#voice-page .posts a:nth-of-type(3n + 1) .post {
  clear: left;
}
#voice-page .posts .post {
  float: left;
  width: 284px;
  margin-left: 26px;
  margin-bottom: 20px;
  overflow: hidden;
}
#voice-page .posts .post .post-thumbnail {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-image: url(./img/voice/box-img-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 284px;
  height: 219px;
  padding-top: 6px;
  overflow: hidden;
}
#voice-page .posts .post .post-thumbnail img {
  display: inline-block;
  max-width: 100%;
}
#voice-page .posts .post .post-text {
  padding-left: 10px;
}
#voice-page .posts .post .post-text .name {
  color: #ff7f01;
}
#voice-page .posts .post .post-text .rate .star01 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 14px;
}
#voice-page .posts .post .post-text .rate .star02 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 26px;
}
#voice-page .posts .post .post-text .rate .star03 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 40px;
}
#voice-page .posts .post .post-text .rate .star04 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 52px;
}
#voice-page .posts .post .post-text .rate .star05 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 64px;
}
#voice-page .posts .post .post-text .label {
  font-weight: bold;
  color: #333333;
}
#voice-page .item-menu {
  position: relative;
  background-image: url(./img/works/works-item-menu-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 952px;
  height: 129px;
  margin: 0 auto 30px;
}
#voice-page .item-menu .menu {
  padding: 72px 0 0 24px;
}
#voice-page .item-menu .menu a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #d8bc81;
  color: #522900;
  min-width: 105px;
  text-align: center;
  border-radius: 15px;
  margin-left: 7px;
  padding: 0 20px;
}
