@charset "UTF-8";
@media screen and (min-width: 768px) {
  #news {
    margin-top: -150px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  #news {
    margin-top: -50px;
    padding-top: 50px;
  }
}

div.slide {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}
div.slide a {
  display: block;
}

div.content.event div.banner {
  margin-top: 25px;
  text-align: center;
}
div.content.event div.banner a {
  margin-bottom: 50px;
  display: inline-block;
}
div.content.event div.banner a img {
  width: 100%;
}
div.content.event div.pala {
  margin-bottom: 25px;
}
div.content.event div.pala > div img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.content.event div.pala > div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  div.content.event div.pala > div {
    padding: 5vw;
    text-align: center;
  }
}
div.content.work div.column > div, div.content.voice div.column > div {
  background-color: #fff;
}
div.content.work div.column > div div.thumb, div.content.voice div.column > div div.thumb {
  position: relative;
  overflow: hidden;
}
div.content.work div.column > div div.thumb img, div.content.voice div.column > div div.thumb img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1040px) {
  div.content.work div.column > div div.thumb, div.content.voice div.column > div div.thumb {
    width: 320px;
    height: 170px;
  }
}
@media screen and (max-width: 1039px) {
  div.content.work div.column > div div.thumb, div.content.voice div.column > div div.thumb {
    width: 30.77vw;
    height: 16.347vw;
  }
}
@media screen and (max-width: 767px) {
  div.content.work div.column > div div.thumb, div.content.voice div.column > div div.thumb {
    width: auto;
    height: 25vw;
  }
}
div.content.work div.column > div p, div.content.voice div.column > div p {
  position: relative;
  line-height: 1.7em;
  padding: 1em 10px;
  background-color: #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.content.work div.column > div p span, div.content.voice div.column > div p span {
  font-size: small;
}
div.content.work div.column > div p::after, div.content.voice div.column > div p::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/arrow_bn.svg) 100% 100%/100% 100% no-repeat;
  content: '';
}
div.content.work div.column > div p.award, div.content.voice div.column > div p.award {
  padding-right: 10%;
  padding-right: calc(8.6% + 4px);
}
div.content.work div.column > div p.award::before, div.content.voice div.column > div p.award::before {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 8.6%;
  min-width: 18.78px;
  height: 38.3%;
  min-height: 16px;
  background: url(../images/icon_work_winning.svg) 100% 100%/100% 100% no-repeat;
  content: '';
}
@media screen and (min-width: 768px) {
  div.content.work div.column > div, div.content.voice div.column > div {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div.content.work div.column > div, div.content.voice div.column > div {
    font-size: 12px;
  }
}
div.content.work div.column > div p::after {
  background-image: url(../images/arrow_bn.svg);
}
div.content.voice div.column > div p::after {
  background-image: url(../images/arrow_gn.svg);
}
div.content.product div.column > div {
  vertical-align: top;
}
div.content.product div.column p {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  div.content.product div.column > div {
    margin-left: 2%;
    width: 15%;
  }
  div.content.product div.column > div:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  div.content.product div.column > div {
    margin-left: 2%;
    width: 32%;
  }
  div.content.product div.column > div:nth-child(3n-2) {
    margin-left: 0;
  }
}

div.sns {
  background-color: #f5f2ed;
}
div.sns div.content {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 768px) {
  div.sns div.pala {
    table-layout: fixed;
    border-spacing: 14px;
  }
  div.sns div.pala > div {
    width: 50%;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  div.sns div.pala {
    padding: 25px 0;
  }
  div.sns div.pala > div {
    margin-bottom: 25px;
  }
  div.sns div.pala > div:last-child {
    margin-bottom: 0;
  }
}
div.sns div.news, div.sns div.insta, div.sns div.facebook {
  border-radius: 10px;
  border: 2px solid #dee3eb;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  div.sns div.news, div.sns div.insta, div.sns div.facebook {
    padding: 15px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  div.sns div.news, div.sns div.insta, div.sns div.facebook {
    padding: 10px;
  }
}
div.sns div.news h3, div.sns div.insta h3, div.sns div.facebook h3 {
  margin-top: 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  div.sns div.news h3, div.sns div.insta h3, div.sns div.facebook h3 {
    margin-bottom: 10px;
  }
}
div.sns div.news {
  box-sizing: border-box;
  padding-bottom: 15px;
}
div.sns div.news ul li {
  background: url(../images/border_dotted.gif) 0% 100%/8px 2px repeat-x;
}
div.sns div.news ul li a {
  display: block;
}
div.sns div.news ul li p {
  font-size: 16px;
}
div.sns div.news ul li p.date {
  line-height: 1em;
  color: #009841;
}
div.sns div.news ul li p.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.sns div.news div.past {
  padding-top: 10px;
}
div.sns div.news div.past a {
  display: block;
  text-align: right;
  font-size: 16px;
  text-decoration: underline;
}
div.sns div.news div.past a::after {
  margin-left: 5px;
  display: inline-block;
  content: "\03E";
}
div.sns div.news div.past a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  div.sns div.news {
    height: 453px;
    position: relative;
  }
  div.sns div.news h3 {
    margin-bottom: 20px;
  }
  div.sns div.news ul li {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  div.sns div.news div.past {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  div.sns div.news ul li {
    margin-top: 10px;
  }
}
div.sns div.facebook {
  margin-bottom: 14px;
  padding-bottom: 0;
}
div.sns div.facebook div.init {
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.sns div.facebook div.init {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  div.sns div.facebook div.init {
    height: 250px;
  }
}
div.sns div.insta div.init {
  margin-top: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.sns div.insta {
    position: relative;
  }
  div.sns div.insta #sb_instagram #sbi_load {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 25px;
    width: auto;
  }
  div.sns div.insta #sb_instagram::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  div.sns div.insta h3 {
    margin-bottom: 40px;
  }
  div.sns div.insta #sb_instagram #sbi_load {
    top: 45px;
  }
}

div.pala.link {
  margin-top: 25px;
}
div.pala.link > div {
  margin-bottom: 25px;
}
div.pala.link > div > a {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.pala.link > div > a {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  div.pala.link > div > a {
    width: 80%;
  }
}

div.content.standards h4 {
  margin: 25px auto;
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
div.content.standards > div.left {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  div.content.standards > div.left {
    font-size: 16px;
  }
}
div.content.standards > div.center {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  div.content.standards > div.center a.imgBtn {
    margin-left: 10px;
  }
  div.content.standards > div.center a.imgBtn:first-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  div.content.standards > div.center a.imgBtn {
    margin-bottom: 25px;
  }
}
div.content.standards div.pala.change > div img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.content.standards div.pala.change > div:nth-child(1) {
    padding-right: 2%;
    text-align: right;
  }
  div.content.standards div.pala.change > div:nth-child(2) {
    text-align: center;
  }
  div.content.standards div.pala.change > div:nth-child(3) {
    padding-left: 2%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  div.content.standards div.pala.change > div {
    text-align: center;
  }
  div.content.standards div.pala.change > div:nth-child(1) img {
    width: 80%;
  }
  div.content.standards div.pala.change > div:nth-child(2) img {
    margin: 10px auto;
    width: 5%;
  }
  div.content.standards div.pala.change > div:nth-child(3) img {
    width: 80%;
  }
}
div.content.standards div.pala.flow > div img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.content.standards div.pala.flow {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  div.content.standards div.pala.flow {
    margin-bottom: 50px;
  }
}
div.content.standards div.pala.flow.block > div dl > dt::before {
  content: 'ブロック工事';
}
div.content.standards div.pala.flow.doma > div dl > dt::before {
  content: '車庫土間工事';
}
@media screen and (min-width: 768px) {
  div.content.standards div.pala.flow.cross::after {
    display: block;
    clear: both;
    content: "";
  }
  div.content.standards div.pala.flow.cross > div:nth-child(odd) {
    float: right;
  }
  div.content.standards div.pala.flow.cross > div:nth-child(even) {
    float: left;
  }
}
div.content.standards div.pala.flow.cross > div > img {
  margin-right: 0;
  margin-left: auto;
}
div.content.standards div.pala.flow.cross > div dl dd {
  position: relative;
  text-align: center;
}
div.content.standards div.pala.flow.cross > div dl dd img.icon {
  position: absolute;
}
@media screen and (min-width: 768px) {
  div.content.standards div.pala.flow.cross > div dl dd img.icon {
    bottom: 10%;
    right: -46%;
    width: 49.6%;
  }
}
@media screen and (max-width: 767px) {
  div.content.standards div.pala.flow.cross > div dl dd img.icon {
    top: 38%;
    right: 8%;
    width: 33.1%;
    max-width: 205px;
  }
}
@media screen and (min-width: 768px) {
  div.content.standards div.pala.flow.cross > div:nth-child(odd) {
    padding-left: 5%;
    box-sizing: border-box;
    text-align: center;
  }
  div.content.standards div.pala.flow.cross > div:nth-child(even) {
    padding-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  div.content.standards div.pala.flow.cross > div:nth-child(even) {
    padding-left: 0;
  }
  div.content.standards div.pala.flow.cross > div:nth-child(even) img {
    margin: 0 auto 25px;
  }
}
div.content.standards div.pala.flow > div {
  vertical-align: top;
}
div.content.standards div.pala.flow > div dl dt {
  margin-bottom: 12.5px;
  padding-bottom: 4px;
  border-bottom: 2px solid #0e8f41;
  font-size: larger;
  font-weight: bold;
  text-align: left;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
div.content.standards div.pala.flow > div dl dt::before {
  margin-right: 5px;
  padding: 0 10px;
  display: inline-block;
  background: url(../images/bg_pattern.gif) 0 0/12px 12px repeat;
  font-weight: normal;
  color: #fff;
  content: '';
}
@media screen and (min-width: 768px) {
  div.content.standards div.pala.flow > div dl dd {
    font-size: 16px;
  }
}
div.content.standards div.pala.flow > div:nth-child(even) {
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.content.standards div.pala.flow > div:nth-child(odd) {
    width: 50%;
  }
  div.content.standards div.pala.flow > div:nth-child(even) {
    padding-left: 5%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  div.content.standards div.pala.flow > div:nth-child(odd) {
    margin-bottom: 12.5px;
  }
  div.content.standards div.pala.flow > div:nth-child(even) img {
    width: 80%;
  }
}
div.content.quotation {
  margin: 25px auto;
}
div.content.quotation div.init {
  padding: 25px 0;
  background: url(../images/bg_cork.png) 0 0/288px 288px repeat;
}
div.content.quotation h4 {
  padding: 10px 10px 10px 20px;
  background-color: #fff;
  font-size: 25px;
  line-height: 1.5;
  font-family: "游明朝", YuMincho, sans-serif;
}
@media screen and (min-width: 768px) {
  div.content.quotation h4 {
    margin-right: 48px;
  }
}
@media screen and (max-width: 767px) {
  div.content.quotation h4 {
    margin-right: 5%;
  }
}
div.content.quotation div.plan {
  position: relative;
}
div.content.quotation div.plan img {
  position: absolute;
}
div.content.quotation div.plan::before, div.content.quotation div.plan::after {
  position: absolute;
  display: inline-block;
  content: '';
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  div.content.quotation div.plan {
    padding-top: 43.7%;
  }
  div.content.quotation div.plan img.icon {
    top: 34%;
    left: 68%;
    width: 30.7%;
  }
  div.content.quotation div.plan img.img1 {
    top: 3%;
    left: 2%;
    width: 45.9%;
  }
  div.content.quotation div.plan img.img2 {
    top: 42%;
    left: 35%;
    width: 35.6%;
  }
  div.content.quotation div.plan::before {
    top: -2%;
    left: 72%;
    width: 12.1%;
    height: 33.9%;
    background-image: url(../images/img_quotation.png);
  }
  div.content.quotation div.plan::after {
    top: 26%;
    left: 47%;
    width: 27.4%;
    height: 14.2%;
    background-image: url(../images/txt_imgperth_pc.svg);
  }
  div.content.quotation div.plan.adjust img.img2 {
    top: 30%;
    left: 43%;
    width: 27.2%;
  }
  div.content.quotation div.plan.adjust::before {
    left: 74%;
  }
  div.content.quotation div.plan.adjust::after {
    top: 10%;
    left: 46%;
  }
}
@media screen and (max-width: 767px) {
  div.content.quotation div.plan {
    padding-top: 64.5%;
  }
  div.content.quotation div.plan img.icon {
    top: 33%;
    left: 54%;
    width: 44.2%;
  }
  div.content.quotation div.plan img.img1 {
    top: 2%;
    left: 2%;
    width: 50.2%;
  }
  div.content.quotation div.plan img.img2 {
    top: 52%;
    left: 18%;
    width: 39.1%;
  }
  div.content.quotation div.plan::before {
    top: 5%;
    left: 82%;
    width: 16.2%;
    height: 31.2%;
    background-image: url(../images/img_quotation.png);
  }
  div.content.quotation div.plan::after {
    top: 6%;
    left: 50%;
    width: 32.4%;
    height: 16.8%;
    background-image: url(../images/txt_imgperth_sp.svg);
  }
  div.content.quotation div.plan.adjust img.img2 {
    left: 27%;
    width: 27%;
  }
}
div.content.quotation div.point {
  padding-left: 90px;
  position: relative;
  font-family: "游明朝", YuMincho, sans-serif;
}
div.content.quotation div.point::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 80px;
  height: 30px;
  background: url(../images/ttl_point.svg) 50% 50%/44px 18px no-repeat #534741;
  content: '';
}
@media screen and (min-width: 768px) {
  div.content.quotation div.point {
    margin: 10px auto 10px 20px;
  }
  div.content.quotation div.point::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  div.content.quotation div.point {
    margin: 10px;
  }
  div.content.quotation div.point::before {
    top: 0;
  }
}
div.content.quotation a.imgBtn {
  max-width: 80%;
}
div.content.quotation-re {
  margin: 25px auto;
}
div.content.quotation-re .init {
  position: relative;
}
div.content.quotation-re .init .img p img {
  display: block;
  width: 100%;
}
div.content.quotation-re .init a.imgBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.content.quotation-re .init a.imgBtn img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.content.quotation-re .init a.imgBtn {
    width: 57.6923077vw;
    max-width: 600px;
  }
  div.content.quotation-re#plan1 .init a.imgBtn {
    margin-top: 26%;
  }
  div.content.quotation-re#plan2 .init a.imgBtn {
    margin-top: 27.25%;
  }
  div.content.quotation-re#plan3 .init a.imgBtn {
    margin-top: 27.25%;
  }
  div.content.quotation-re#plan4 .init a.imgBtn {
    margin-top: 27.25%;
  }
  div.content.quotation-re#plan5 .init a.imgBtn {
    margin-top: 27.25%;
  }
  div.content.quotation-re#plan6 .init a.imgBtn {
    margin-top: 27.25%;
  }
}
@media screen and (max-width: 767px) {
  div.content.quotation-re .init a.imgBtn {
    width: 57.8125vw;
    max-width: 100%;
  }
  div.content.quotation-re#plan1 .init a.imgBtn {
    margin-top: 47%;
  }
  div.content.quotation-re#plan2 .init a.imgBtn {
    margin-top: 47%;
  }
  div.content.quotation-re#plan3 .init a.imgBtn {
    margin-top: 47%;
  }
  div.content.quotation-re#plan4 .init a.imgBtn {
    margin-top: 47%;
  }
  div.content.quotation-re#plan5 .init a.imgBtn {
    margin-top: 47%;
  }
  div.content.quotation-re#plan6 .init a.imgBtn {
    margin-top: 47%;
  }
}
div.content.infoList {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  div.content.infoList {
    padding-top: 160px;
    margin-top: -160px;
  }
}
@media screen and (max-width: 767px) {
  div.content.infoList {
    padding-top: 70px;
    margin-top: -70px;
    padding-left: 5px;
    padding-right: 5px;
  }
  div.content.infoList > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
div.content.infoList div.init {
  margin-bottom: 25px;
}
div.content.infoList div.init:first-of-type {
  margin-top: 50px;
}
div.content.infoList div.init:last-of-type div.pala.flow {
  padding-bottom: 0;
  margin-bottom: auto;
  background: none;
}
div.content.infoList h4 {
  margin-bottom: 25px;
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
  background-color: #534741;
}
div.content.infoList h4 a.imgBtn {
  margin-left: 5px;
  line-height: 1.5;
}
div.content.infoList div.pala.flow {
  padding-bottom: 50px;
  background: url(../images/arrow.png) 50% 100%/46px 39px no-repeat;
}
div.content.infoList div.pala.flow > div {
  vertical-align: top;
}
div.content.infoList div.pala.flow > div img {
  width: 100%;
}
div.content.infoList div.pala.flow > div:nth-child(even) > ul {
  margin-bottom: 25px;
}
div.content.infoList div.pala.flow > div:nth-child(even) > p {
  margin-bottom: 25px;
}
div.content.infoList div.pala.flow > div:nth-child(even) > p b {
  color: #c1272d;
}
@media screen and (min-width: 768px) {
  div.content.infoList div.pala.flow > div:nth-child(odd) {
    width: 32%;
  }
  div.content.infoList div.pala.flow > div:nth-child(even) {
    padding-left: 20px;
    width: 68%;
  }
  div.content.infoList div.pala.flow > div:nth-child(even) > ul li {
    margin-left: 1%;
    display: inline-block;
    max-width: 250px;
    width: 48%;
  }
  div.content.infoList div.pala.flow > div:nth-child(even) > ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  div.content.infoList div.pala.flow > div:nth-child(odd) {
    text-align: center;
  }
  div.content.infoList div.pala.flow > div:nth-child(odd) img {
    width: 60%;
  }
  div.content.infoList div.pala.flow > div:nth-child(even) > ul li {
    margin: 0 auto 10px;
    text-align: center;
  }
  div.content.infoList div.pala.flow > div:nth-child(even) > ul li img {
    width: auto;
  }
}
div.content.infoList div.pala.shop {
  margin-bottom: 25px;
}
div.content.infoList div.pala.shop > div:nth-child(odd) {
  text-align: center;
}
div.content.infoList div.pala.shop > div:nth-child(odd) img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.content.infoList div.pala.shop > div:nth-child(odd) {
    vertical-align: top;
    width: 51%;
  }
  div.content.infoList div.pala.shop > div:nth-child(even) {
    padding-left: 15px;
    vertical-align: top;
    width: 49%;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  div.content.infoList div.pala.shop > div:nth-child(odd) {
    margin-bottom: 10px;
  }
  div.content.infoList div.pala.shop > div:nth-child(odd) img {
    width: 90%;
  }
}
div.content.infoList div.pala.tel {
  margin-bottom: 10px;
}
div.content.infoList div.pala.tel > div:nth-child(odd) {
  color: #fff;
  text-align: center;
  background: url(../images/bg_pattern.gif) 0 0/21px 21px repeat;
}
div.content.infoList div.pala.tel > div:nth-child(even) {
  text-align: center;
  background-color: #fff;
}
div.content.infoList div.pala.tel > div:nth-child(even) > img {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  div.content.infoList div.pala.tel > div:nth-child(odd) {
    padding: 10px 34px 10px 20px;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    min-width: 320px;
    box-sizing: border-box;
    background: url(../images/bg_white.png) 100% 0 / 34px 100% no-repeat, url(../images/bg_pattern.gif) 0 0/21px 21px repeat;
  }
  div.content.infoList div.pala.tel > div:nth-child(odd) b {
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.content.infoList div.pala.tel > div:nth-child(odd) {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  div.content.infoList div.pala.tel > div:nth-child(even) {
    padding: 10px;
    font-size: 16px;
    text-align: center;
  }
  div.content.infoList div.pala.tel > div:nth-child(even) ul li {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.content.infoList div.pala.tel > div:nth-child(even) {
    position: relative;
    padding-left: 385px;
    padding-right: 10px;
  }
  div.content.infoList div.pala.tel > div:nth-child(even) > img {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  div.content.infoList div.pala.tel > div:nth-child(even) ul li {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  div.content.infoList div.pala.tel > div {
    padding: 5px;
  }
  div.content.infoList div.pala.tel > div:nth-child(odd) b {
    font-size: 18px;
  }
}
div.content.infoList div.pala.tel.takaya > div:nth-child(odd) {
  background-image: none;
  background-color: #808080;
}
@media screen and (min-width: 768px) {
  div.content.infoList div.pala.tel.takaya > div:nth-child(odd) {
    min-width: 300px;
    background: url(../images/bg_white.png) 100% 0 / 34px 100% no-repeat #808080;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.content.infoList div.pala.tel.takaya > div:nth-child(even) ul li {
    font-size: 15px;
  }
}

div.content.areaInfo {
  margin-bottom: 50px;
}
div.content.areaInfo dl.map {
  margin: 25px auto;
}
div.content.areaInfo dl.map dt {
  margin-bottom: 10px;
}
div.content.areaInfo dl.map dd iframe {
  width: 100%;
  border: none;
}
div.content.areaInfo dl.map dd p {
  margin-top: 0;
  font-size: small;
}
div.content.areaInfo dl.area {
  border: 2px solid #827a75;
}
div.content.areaInfo dl.area dt {
  padding: 10px;
  line-height: 1;
  background-color: #827a75;
}
div.content.areaInfo dl.area dd {
  padding: 10px 25px;
  background-color: #fff;
}
div.content.areaInfo dl.area dd b {
  font-size: x-large;
}
div.content.areaInfo dl.area dd strong {
  margin: 0 5px;
  font-weight: bold;
  color: #f00;
  background: url(../images/bg_strong.png) 0 0/7px 32px repeat-x;
}
div.content.areaInfo dl.area dd p b {
  color: #f00;
  font-size: inherit;
}
div.content.kodawari {
  padding-bottom: 25px;
}
div.content.kodawari h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
div.content.kodawari h3 div {
  margin-bottom: 5px;
  font-family: "游明朝", YuMincho, sans-serif;
}
div.content.kodawari a.imgBtn img {
  width: auto;
}
div.content.kodawari dl {
  margin-bottom: 4%;
}
div.content.kodawari dl dt {
  margin-bottom: 10px;
}
div.content.kodawari dl dd {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  div.content.kodawari ul li {
    display: inline-block;
    margin-bottom: 2%;
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  div.content.kodawari ul li {
    text-align: center;
    margin-bottom: 25px;
  }
}
div.content.kodawari div.init {
  margin-bottom: 25px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  div.content.kodawari div.init {
    padding: 60px 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  div.content.kodawari div.init {
    padding: 6vw 4vw;
  }
}
div.content.kodawari div.init div.pala {
  margin-bottom: 50px;
}
div.content.kodawari div.init div.pala > div img.visual {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.content.kodawari div.init div.pala.point1 > div:nth-child(odd) {
    width: 40%;
  }
  div.content.kodawari div.init div.pala.point1 > div:nth-child(even) {
    width: 60%;
  }
  div.content.kodawari div.init div.pala.point2 > div:nth-child(odd) {
    width: 25%;
  }
  div.content.kodawari div.init div.pala.point2 > div:nth-child(even) {
    width: 75%;
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(odd) {
    width: 25%;
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) {
    width: 75%;
  }
  div.content.kodawari div.init div.pala.point4 > div:nth-child(odd) {
    width: 56%;
  }
  div.content.kodawari div.init div.pala.point4 > div:nth-child(even) {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  div.content.kodawari div.init div.pala > div:nth-child(odd) {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  div.content.kodawari div.init div.pala.point1::after {
    display: block;
    clear: both;
    content: "";
  }
  div.content.kodawari div.init div.pala.point1 > div:nth-child(odd) {
    float: right;
  }
  div.content.kodawari div.init div.pala.point1 > div:nth-child(even) {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  div.content.kodawari div.init div.pala.point1 > div:nth-child(even) {
    position: relative;
  }
  div.content.kodawari div.init div.pala.point1 > div:nth-child(even) dl {
    padding-top: 5%;
    padding-right: 28%;
  }
  div.content.kodawari div.init div.pala.point1 > div:nth-child(even) dl dt {
    padding-right: 2%;
    text-align: right;
  }
  div.content.kodawari div.init div.pala.point1 > div:nth-child(even) dl dt img.icon {
    width: 30%;
    height: auto;
    position: absolute;
    top: -20px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  div.content.kodawari div.init div.pala.point1 > div:nth-child(even) dl {
    padding-top: 15vw;
  }
  div.content.kodawari div.init div.pala.point1 > div:nth-child(even) dl dt {
    position: relative;
    text-align: right;
    padding-right: 32.6vw;
  }
  div.content.kodawari div.init div.pala.point1 > div:nth-child(even) dl dt img.ttl {
    width: 30.23vw;
    max-width: 130px;
    max-height: 43px;
  }
  div.content.kodawari div.init div.pala.point1 > div:nth-child(even) dl dt img.icon {
    width: 28.6vw;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  div.content.kodawari div.init div.pala.point2 > div:nth-child(even) {
    position: relative;
  }
  div.content.kodawari div.init div.pala.point2 > div:nth-child(even) dl dt img.icon {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    left: -30%;
  }
}
@media screen and (max-width: 767px) {
  div.content.kodawari div.init div.pala.point2 > div:nth-child(even) dl {
    padding-top: 15vw;
  }
  div.content.kodawari div.init div.pala.point2 > div:nth-child(even) dl dt {
    position: relative;
    text-align: left;
    padding-left: 32.6vw;
  }
  div.content.kodawari div.init div.pala.point2 > div:nth-child(even) dl dt img.ttl {
    width: 21.16vw;
    max-width: 91px;
    max-height: 33px;
  }
  div.content.kodawari div.init div.pala.point2 > div:nth-child(even) dl dt img.icon {
    width: 28.6vw;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  div.content.kodawari div.init div.pala.point3::after {
    display: block;
    clear: both;
    content: "";
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(odd) {
    float: right;
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) {
    position: relative;
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) dl dt {
    text-align: right;
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) dl dt img.ttl {
    margin-right: 0;
    margin-left: auto;
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) dl dt img.icon {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    right: -30%;
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) ul {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) dl {
    padding-top: 15vw;
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) dl dt {
    position: relative;
    text-align: center;
    padding-right: 32.6vw;
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) dl dt img.ttl {
    margin-left: auto;
    margin-right: 0;
    width: 56.28vw;
    max-width: 242px;
    max-height: 81px;
  }
  div.content.kodawari div.init div.pala.point3 > div:nth-child(even) dl dt img.icon {
    width: 28.6vw;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  div.content.kodawari div.init div.pala.point4::after {
    display: block;
    clear: both;
    content: "";
  }
  div.content.kodawari div.init div.pala.point4 > div:nth-child(odd) {
    float: right;
  }
  div.content.kodawari div.init div.pala.point4 > div:nth-child(even) {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  div.content.kodawari div.init div.pala.point4 > div:nth-child(even) {
    position: relative;
  }
  div.content.kodawari div.init div.pala.point4 > div:nth-child(even) dl {
    padding-top: 10%;
    padding-right: 4%;
  }
  div.content.kodawari div.init div.pala.point4 > div:nth-child(even) dl dt {
    padding-right: 4%;
    text-align: right;
  }
  div.content.kodawari div.init div.pala.point4 > div:nth-child(even) dl dt img.icon {
    width: 45%;
    height: auto;
    position: absolute;
    top: -32px;
    right: -40%;
  }
}
@media screen and (max-width: 767px) {
  div.content.kodawari div.init div.pala.point4 > div:nth-child(even) dl {
    padding-top: 20vw;
  }
  div.content.kodawari div.init div.pala.point4 > div:nth-child(even) dl dt {
    position: relative;
    text-align: left;
    padding-left: 32.6vw;
  }
  div.content.kodawari div.init div.pala.point4 > div:nth-child(even) dl dt img.ttl {
    width: 44.65vw;
    max-width: 132px;
    max-height: 45px;
  }
  div.content.kodawari div.init div.pala.point4 > div:nth-child(even) dl dt img.icon {
    width: 28.6vw;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
div.content.rinen {
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 14px;
}
div.content.felling div.pala {
  margin-top: 25px;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  div.content.felling div.pala > div {
    vertical-align: top;
  }
  div.content.felling div.pala > div:nth-child(odd) {
    width: 47%;
  }
  div.content.felling div.pala > div:nth-child(even) {
    padding-top: 10px;
    padding-left: 10px;
    width: 53%;
  }
}
@media screen and (max-width: 767px) {
  div.content.felling div.pala > div:nth-child(odd) {
    margin-bottom: 25px;
    text-align: center;
  }
}
div.content.felling dl dt {
  font-size: 22px;
  font-family: "游明朝", YuMincho, sans-serif;
}
div.content.felling dl dd {
  margin-top: 25px;
  font-size: 14px;
}

div.content div.column.tag {
  margin-top: 10px;
  margin-bottom: 25px;
}
div.content div.column.tag ul {
  display: block;
  width: 100%;
}
div.content div.column.tag ul li.cat-item {
  margin: 0;
  padding: 0 0 2px 2px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  float: left;
}
@media screen and (min-width: 768px) {
  div.content div.column.tag ul li.cat-item {
    width: 25%;
  }
  div.content div.column.tag ul li.cat-item:nth-child(4n-3) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  div.content div.column.tag ul li.cat-item {
    width: 50%;
  }
  div.content div.column.tag ul li.cat-item:nth-child(2n-1) {
    padding-left: 0;
  }
}
div.content div.column.tag ul li.cat-item a {
  display: block;
  padding: 5px 10px;
  background-color: #ebe5db;
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.content.perthDetail {
  margin-top: 25px;
  margin-bottom: 50px;
}
div.content.perthDetail > div div.center {
  background-color: #f8f8f8;
}
div.content.perthDetail > div div.center::after {
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: right;
  font-size: x-small;
  display: block;
  box-sizing: border-box;
}
div.content.perthDetail > div.perth > div,
div.content.perthDetail > div.perth > p {
  margin-top: 10px;
}
div.content.perthDetail > div.perth, div.content.perthDetail > div.flat {
  margin-bottom: 50px;
}
div.content.perthDetail > div.perth div.center::after {
  content: "\025B2 イメージパース";
}
div.content.perthDetail > div.flat div.center::after {
  content: "\025B2 平面図";
}
div.content.perthDetail dl {
  margin-top: 10px;
}
div.content.perthDetail dl dt {
  font-weight: bold;
  color: #009841;
}
div.content.perthList {
  margin-top: 25px;
  margin-bottom: 50px;
}
div.content.perthList h4 {
  padding: 20px;
  color: #fff;
  background: url(../images/bg_pattern.gif) 0 0/20px 2px repeat;
}
div.content.perthList h4 div.pala > div img {
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  div.content.perthList h4 div.pala > div:nth-child(odd) {
    min-width: 250px;
  }
}
div.content.perthList div.column {
  margin-top: 10px;
  margin-bottom: 25px;
}
div.content.perthList div.column > div {
  margin-bottom: 10px;
  position: relative;
  width: 49%;
  background-color: #fff;
}
div.content.perthList div.column > div:nth-child(n) {
  margin-left: 2%;
}
div.content.perthList div.column > div:nth-child(2n-1) {
  margin-left: 0;
}
div.content.perthList div.column > div div.pala > div:nth-child(even) {
  padding-left: 10px;
  padding-right: 10px;
}
div.content.perthList div.column > div div.pala > div.new::after {
  vertical-align: middle;
  margin-left: 5px;
  width: 39px;
  height: 18px;
  display: inline-block;
  background: url(../images/icon_new.svg) 50% 50% / 29px 11px no-repeat #f15a24;
  content: '';
}
@media screen and (min-width: 768px) {
  div.content.perthList div.column > div div.pala > div {
    vertical-align: middle;
  }
  div.content.perthList div.column > div div.pala > div:nth-child(odd) {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  div.content.perthList div.column > div div.pala > div:nth-child(even) {
    padding: 10px 0;
    text-align: center;
  }
}
div.content.beforeafter {
  margin-bottom: 50px;
}
div.content.beforeafter div.left {
  margin-bottom: 25px;
  font-size: small;
}
div.content.beforeafter div.init.detail dl {
  padding-bottom: 25px;
  background: url(../images/border_dotted.gif) 0 100%/8px 3px repeat-x;
}
div.content.beforeafter div.init.detail dl:last-child {
  background: none;
}
div.content.beforeafter div.init.detail dl dt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  div.content.beforeafter div.init.detail dl {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  div.content.beforeafter div.init.detail dl {
    margin-bottom: 10px;
  }
}
div.content.beforeafter div.init.detail div.column {
  padding-top: 40px;
  margin: 10px 0 0 0;
  overflow: visible;
  position: relative;
}
div.content.beforeafter div.init.detail div.column > div {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  float: none;
  overflow: hidden;
  background-color: #fff;
}
div.content.beforeafter div.init.detail div.column > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.content.beforeafter div.init.detail div.column::before, div.content.beforeafter div.init.detail div.column::after {
  position: absolute;
  top: 0;
  margin: 0 auto 10px;
  display: block;
  width: 170px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #534741;
}
div.content.beforeafter div.init.detail div.column::before {
  margin-left: -25%;
  left: 50%;
  content: 'Before';
  background-color: #534741;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
div.content.beforeafter div.init.detail div.column::after {
  margin-right: -25%;
  right: 50%;
  content: 'After';
  background-color: #009841;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (min-width: 1040px) {
  div.content.beforeafter div.init.detail div.column > div {
    width: 490px;
    height: 374px;
  }
}
@media screen and (max-width: 1039px) {
  div.content.beforeafter div.init.detail div.column > div {
    width: 49%;
    height: 35.5vw;
  }
}
@media screen and (max-width: 767px) {
  div.content.beforeafter div.init.detail div.column {
    padding-top: 35px;
    margin-top: 5px;
  }
  div.content.beforeafter div.init.detail div.column > div {
    margin: 0;
    display: block;
    width: 100%;
    height: 71.5vw;
  }
  div.content.beforeafter div.init.detail div.column > div:nth-child(odd) {
    margin-bottom: 50px;
  }
  div.content.beforeafter div.init.detail div.column::before, div.content.beforeafter div.init.detail div.column::after {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  div.content.beforeafter div.init.detail div.column::before {
    margin-left: auto;
    top: 0%;
  }
  div.content.beforeafter div.init.detail div.column::after {
    margin-top: 5px;
    margin-right: auto;
    top: 50%;
  }
}
div.content.beforeafter div.init.top > a {
  display: block;
}
div.content.beforeafter div.init.top div.pala {
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  div.content.beforeafter div.init.top div.pala::after {
    display: block;
    clear: both;
    content: "";
  }
  div.content.beforeafter div.init.top div.pala > div:nth-child(odd) {
    float: right;
  }
  div.content.beforeafter div.init.top div.pala > div:nth-child(even) {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  div.content.beforeafter div.init.top div.pala > div:nth-child(odd) {
    margin-left: 2%;
    width: 53%;
  }
  div.content.beforeafter div.init.top div.pala > div:nth-child(even) {
    width: 45%;
  }
}
div.content.beforeafter div.init.top div.pala > div dl {
  margin-bottom: 5px;
}
div.content.beforeafter div.init.top div.pala > div dl dt {
  margin-bottom: 5px;
  width: 245px;
  max-width: 100%;
  height: 36px;
  background: url(../images/ttl_beforeafter_child.png) 50% 50%/100% 100% no-repeat;
  overflow: hidden;
  text-indent: -1000%;
  white-space: nowrap;
}
div.content.beforeafter div.init.top div.pala > div dl dd {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
div.content.beforeafter div.init.top div.pala > div div.column {
  margin-top: 0;
  margin-bottom: 0;
}
div.content.beforeafter div.init.top div.pala > div div.column > div {
  margin-bottom: 0;
  width: 47%;
}
@media screen and (min-width: 768px) {
  div.content.beforeafter div.init.top div.pala > div div.column > div img {
    max-width: 200px;
  }
}
div.content.beforeafter div.init.top div.pala > div div.column > div:nth-child(even) {
  margin-left: 6%;
  position: relative;
}
div.content.beforeafter div.init.top div.pala > div div.column > div:nth-child(even)::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -9.5%;
  width: 7%;
  height: 26%;
  background: url(../images/icon_arrow.svg) 0 0/100% 100% no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}
div.content.winnnigList {
  margin-top: 25px;
}
div.content.winnnigList h4 {
  padding-left: 5px;
  font-weight: bold;
  border-left: 4px solid #534741;
}
div.content.winnnigList div.left {
  font-size: small;
}
div.content.winnnigList div.column {
  margin-top: 10px;
}
div.content.winnnigList div.column > div {
  width: 49%;
  background-color: #fff;
}
div.content.winnnigList div.column > div div.thumb {
  position: relative;
  overflow: hidden;
}
div.content.winnnigList div.column > div div.thumb img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1040px) {
  div.content.winnnigList div.column > div div.thumb {
    width: 490px;
    height: 190px;
  }
}
@media screen and (max-width: 1039px) {
  div.content.winnnigList div.column > div div.thumb {
    width: 47.116vw;
    height: 18.27vw;
  }
}
@media screen and (max-width: 767px) {
  div.content.winnnigList div.column > div div.thumb {
    width: auto;
    height: 36vw;
  }
}
div.content.winnnigList div.column > div dl {
  padding: 2% 4%;
  background-color: #fff;
}
div.content.winnnigList div.column > div dl dt p {
  color: #009841;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  div.content.winnnigList div.column > div dl dt {
    padding-left: 51px;
    position: relative;
    min-height: 34px;
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  div.content.winnnigList div.column > div dl dt::before {
    margin-top: -2px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 41px;
    height: 34px;
    background: url(../images/icon_winning.svg) 100% 100%/100% 100% no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
  }
}
@media screen and (max-width: 767px) {
  div.content.winnnigList div.column > div dl dt {
    margin-bottom: 5px;
  }
  div.content.winnnigList div.column > div dl dt p {
    overflow: hidden;
  }
  div.content.winnnigList div.column > div dl dt p::before {
    margin-right: 5px;
    float: left;
    display: block;
    width: 41px;
    height: 34px;
    background: url(../images/icon_winning.svg) 100% 100%/100% 100% no-repeat;
    content: '';
  }
  div.content.winnnigList div.column > div dl br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  div.content.winnnigList div.column > div {
    font-size: 14px;
  }
  div.content.winnnigList div.column > div:nth-child(n) {
    margin-left: 2%;
  }
  div.content.winnnigList div.column > div:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  div.content.winnnigList div.column > div {
    margin-left: 0;
    font-size: 12px;
    width: 100%;
  }
}
div.content.worksDetail {
  margin-top: 25px;
  /*
  div.changeimg
  {
  	div#changeimgMain
  	{
  		position: relative;
  		margin-bottom: 5px;
  		text-align: center;
  		overflow: hidden;
  		width: auto;
  		img
  		{
  			position: absolute;
  			top: 50%;
  			left: 50%;
  			width: auto;
  			@include transform(translate(-50%,-50%));
  		}
  		@media screen and (min-width: 1001px)
  		{
  			height: 460px;
  			img
  			{
  				max-height: 460px;
  			}
  		}
  		@media screen and (max-width: 1000px)
  		{
  			height: 46vw;
  			img
  			{
  				max-height: 46vw;
  			}
  		}
  		@include brack_points(sp)
  		{
  			height: 67vw;
  			img
  			{
  				max-height: 100%;
  			}
  		}
  	}
  	p#changeimgWrite
  	{
  		margin-bottom: 5px;
  		font-size: small;
  	}
  	ul#changeimgThumb
  	{
  		li
  		{
  			position: relative;
  			overflow: hidden;
  			outline: none;
  			background-color: #fff;
  			img
  			{
  				position: absolute;
  				top: 50%;
  				left: 50%;
  				@include transform(translate(-50%,-50%));
  			}
  			@media screen and (min-width: 1001px)
  			{
  				margin: 0 1% 1% 0;
  				height: 90px;
  			}
  			@media screen and (max-width: 1000px)
  			{
  				margin: 0 1% 1% 0;
  				height: 9vw;
  			}
  			@include brack_points(sp)
  			{
  				margin: 0 1% 1% 0;
  				height: 12vw;
  			}
  		}
  		&.num1to2,
  		&.num6over
  		{
  			overflow: hidden;
  			li
  			{
  				box-sizing: border-box;
  				float: left;
  			}
  		}
  		&.num1to2 li
  		{
  			width: 32%;
  		}
  		&.num6over li
  		{
  			width: 19%;
  		}
  		&.num3to5
  		{
  			display: table;
  			width: 100%;
  			border-spacing: 5px 0;
  			li
  			{
  				display: table-cell;
  				vertical-align: middle;
  			}
  		}
  		@include brack_points(pc)
  		{
  			margin-top: $mgn;
  			&.num1to2 li,
  			&.num6over li
  			{
  				margin-bottom: 10px;
  			}
  		}
  		@include brack_points(sp)
  		{
  			margin-top: $mgn/2;
  			&.num1to2 li,
  			&.num6over li
  			{
  				margin-bottom: 4px;
  			}
  		}
  	}
  }
  */
}
div.content.worksDetail h4 {
  padding-left: 20px;
  border-bottom: 2px solid #534741;
}
div.content.worksDetail h4::before {
  margin-left: -20px;
  margin-right: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #534741;
  content: '';
}
div.content.worksDetail p.workname {
  margin-top: 5px;
  font-size: small;
}
div.content.worksDetail dl.before dt img {
  width: 57px;
  height: 14px;
}
div.content.worksDetail dl.before dd {
  font-size: small;
}
@media screen and (min-width: 768px) {
  div.content.worksDetail dl.before {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  div.content.worksDetail dl.before {
    margin-top: 12.5px;
  }
}
div.content.worksDetail dl.award_t {
  color: #009841;
  margin-top: 20px;
  font-size: small;
}
div.content.worksDetail dl.award_t dt {
  padding-left: 20px;
  border-bottom: 2px solid #009841;
}
div.content.worksDetail dl.award_t dt::before {
  margin-left: -20px;
  margin-right: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #009841;
  content: '';
}
div.content.worksDetail dl.award_t dd {
  padding-top: 5px;
}
div.content.worksDetail dl.award_t dd ul {
  padding: 5px;
  overflow: hidden;
}
div.content.worksDetail dl.award_t dd ul li {
  float: left;
  margin-right: 10px;
  display: inline-block;
  line-height: 1.2;
}
div.content.worksDetail dl.award_t dd ul li a {
  padding: 5px 0;
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.content.worksDetail dl.taglist {
  margin-top: 20px;
}
div.content.worksDetail dl.taglist dt {
  padding-left: 20px;
  border-bottom: 2px solid #534741;
  font-size: small;
}
div.content.worksDetail dl.taglist dt::before {
  margin-left: -20px;
  margin-right: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #534741;
  content: '';
}
div.content.worksDetail dl.taglist dd ul {
  padding: 5px;
  overflow: hidden;
}
div.content.worksDetail dl.taglist dd ul li {
  float: left;
  margin-right: 10px;
  display: inline-block;
  line-height: 1.2;
}
div.content.worksDetail dl.taglist dd ul li a {
  padding: 5px 0;
  font-size: small;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.content.worksDetail dl.taglist dd ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
div.content.worksDetail div.changeimg #bx-slider li.main p.txt {
  font-size: small;
}
div.content.worksDetail div.changeimg #bx-slider li.main p.img {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  overflow: hidden;
  width: auto;
}
div.content.worksDetail div.changeimg #bx-slider li.main p.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1001px) {
  div.content.worksDetail div.changeimg #bx-slider li.main p.img {
    height: 460px;
  }
  div.content.worksDetail div.changeimg #bx-slider li.main p.img img {
    max-height: 460px;
  }
}
@media screen and (max-width: 1000px) {
  div.content.worksDetail div.changeimg #bx-slider li.main p.img {
    height: 46vw;
  }
  div.content.worksDetail div.changeimg #bx-slider li.main p.img img {
    max-height: 46vw;
  }
}
@media screen and (max-width: 767px) {
  div.content.worksDetail div.changeimg #bx-slider li.main p.img {
    height: 67vw;
  }
  div.content.worksDetail div.changeimg #bx-slider li.main p.img img {
    max-height: 100%;
  }
}
div.content.worksDetail div.changeimg #bx-pager li.thumb {
  position: relative;
  overflow: hidden;
  outline: none;
  background-color: #fff;
}
div.content.worksDetail div.changeimg #bx-pager li.thumb a {
  width: 100%;
  height: 100%;
}
div.content.worksDetail div.changeimg #bx-pager li.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1001px) {
  div.content.worksDetail div.changeimg #bx-pager li.thumb {
    margin: 0 1% 1% 0;
    height: 90px;
  }
}
@media screen and (max-width: 1000px) {
  div.content.worksDetail div.changeimg #bx-pager li.thumb {
    margin: 0 1% 1% 0;
    height: 9vw;
  }
}
@media screen and (max-width: 767px) {
  div.content.worksDetail div.changeimg #bx-pager li.thumb {
    margin: 0 1% 1% 0;
    height: 12vw;
  }
}
div.content.worksDetail div.changeimg #bx-pager li.thumb {
  float: left;
  width: 19%;
}
div.content.worksDetail div.changeimg #bx-pager.num1to2, div.content.worksDetail div.changeimg #bx-pager.num6over {
  overflow: hidden;
}
div.content.worksDetail div.changeimg #bx-pager.num1to2 li.thumb, div.content.worksDetail div.changeimg #bx-pager.num6over li.thumb {
  box-sizing: border-box;
}
div.content.worksDetail div.changeimg #bx-pager.num1to2 li.thumb {
  width: 32%;
}
div.content.worksDetail div.changeimg #bx-pager.num6over li.thumb {
  width: 19%;
}
div.content.worksDetail div.changeimg #bx-pager.num3to5 {
  display: table;
  width: 100%;
  border-spacing: 5px 0;
}
div.content.worksDetail div.changeimg #bx-pager.num3to5 li.thumb {
  float: none;
  width: auto;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  div.content.worksDetail div.changeimg #bx-pager {
    margin-top: 25px;
  }
  div.content.worksDetail div.changeimg #bx-pager.num1to2 li.thumb, div.content.worksDetail div.changeimg #bx-pager.num6over li.thumb {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  div.content.worksDetail div.changeimg #bx-pager {
    margin-top: 12.5px;
  }
  div.content.worksDetail div.changeimg #bx-pager.num1to2 li.thumb, div.content.worksDetail div.changeimg #bx-pager.num6over li.thumb {
    margin-bottom: 4px;
  }
}
div.content.worksDetail div.changeimg .bx-wrapper {
  position: relative;
}
div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  top: 0;
  z-index: 51;
  width: 8%;
}
div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-prev::before,
div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-next::before {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 56px;
  display: block;
}
@media screen and (min-width: 1001px) {
  div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    margin-top: 115px;
    height: 230px;
  }
}
@media screen and (max-width: 1000px) {
  div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    margin-top: 11.5vw;
    height: 23vw;
  }
}
@media screen and (max-width: 767px) {
  div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    margin-top: 0;
    height: 67vw;
  }
  div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-prev::before,
  div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-next::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
}
div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-prev::before {
  left: 0;
  content: url(../images/btn_allow_left.svg);
}
@media screen and (min-width: 768px) {
  div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-prev::before {
    -webkit-transform: translate(50%, -50%) scale(2, 2);
    -ms-transform: translate(50%, -50%) scale(2, 2);
    transform: translate(50%, -50%) scale(2, 2);
  }
}
div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
}
div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-next::before {
  right: 0;
  content: url(../images/btn_allow_right.svg);
}
@media screen and (min-width: 768px) {
  div.content.worksDetail div.changeimg .bx-wrapper .bx-controls .bx-controls-direction .bx-next::before {
    -webkit-transform: translate(-50%, -50%) scale(2, 2);
    -ms-transform: translate(-50%, -50%) scale(2, 2);
    transform: translate(-50%, -50%) scale(2, 2);
  }
}
div.content.worksDetail > div.column > div div.beforeView {
  overflow: hidden;
  position: relative;
}
div.content.worksDetail > div.column > div div.beforeView img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  div.content.worksDetail > div.column > div:nth-child(odd) {
    width: 70%;
  }
  div.content.worksDetail > div.column > div:nth-child(even) {
    width: 28%;
  }
}
@media screen and (min-width: 1040px) {
  div.content.worksDetail > div.column > div div.beforeView {
    width: 280px;
    height: 192px;
  }
}
@media screen and (max-width: 1039px) {
  div.content.worksDetail > div.column > div div.beforeView {
    width: 26.924vw;
    height: 18.462vw;
  }
}
@media screen and (max-width: 767px) {
  div.content.worksDetail > div.column > div {
    width: 100%;
  }
  div.content.worksDetail > div.column > div div.beforeView {
    width: 50%;
    height: 32.8vw;
  }
}
div.content.worksDetail dl.comment {
  margin: 0 auto;
  padding: 10px;
  background-color: #ebe5db;
}
div.content.worksDetail dl.comment dt {
  margin-bottom: 10px;
  width: 195px;
  height: 40px;
  background: url(../images/ttl_comment.svg) 50% 50%/168px 28px no-repeat #534741;
  overflow: hidden;
  text-indent: -1000%;
  white-space: nowrap;
}
div.content.worksDetail dl.comment dd {
  font-size: small;
}
@media screen and (min-width: 768px) {
  div.content.worksDetail dl.comment {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  div.content.worksDetail dl.comment {
    margin-top: 12.5px;
  }
}
div.content.worksList div.column > div {
  background-color: #fff;
}
div.content.worksList div.column > div div.thumb {
  position: relative;
  overflow: hidden;
}
div.content.worksList div.column > div div.thumb img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1040px) {
  div.content.worksList div.column > div div.thumb {
    width: 320px;
    height: 170px;
  }
}
@media screen and (max-width: 1039px) {
  div.content.worksList div.column > div div.thumb {
    width: 30.77vw;
    height: 16.347vw;
  }
}
@media screen and (max-width: 767px) {
  div.content.worksList div.column > div div.thumb {
    width: auto;
    height: 25vw;
  }
}
div.content.worksList div.column > div p {
  position: relative;
  line-height: 1.7em;
  padding: 1em 10px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.content.worksList div.column > div p span {
  font-size: small;
}
div.content.worksList div.column > div p::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/arrow_bn.svg) 100% 100%/100% 100% no-repeat;
  content: '';
}
div.content.worksList div.column > div p.award {
  padding-right: 10%;
  padding-right: calc(8.6% + 4px);
}
div.content.worksList div.column > div p.award::before {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 8.6%;
  min-width: 18.78px;
  height: 38.3%;
  min-height: 16px;
  background: url(../images/icon_work_winning.svg) 100% 100%/100% 100% no-repeat;
  content: '';
}
@media screen and (min-width: 768px) {
  div.content.worksList div.column > div {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div.content.worksList div.column > div {
    font-size: 12px;
  }
}
div.content.worksList .list-pager {
  font-size: 85%;
}
div.content.worksList .list-pager .wp-pagenavi {
  clear: both;
}
div.content.worksList .list-pager .wp-pagenavi a,
div.content.worksList .list-pager .wp-pagenavi span {
  margin: 2px;
  padding: 0.25em 0.5em;
  border: 1px solid #7aad6c;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  color: #534741;
}
div.content.worksList .list-pager .wp-pagenavi span.extend {
  border: none;
  background-color: transparent;
}
div.content.worksList .list-pager .wp-pagenavi a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #7aad6c;
}
div.content.worksList .list-pager .wp-pagenavi span.current {
  color: #ffffff;
  background-color: #7aad6c;
}
div.content.worksList .list-pager .wp-pagenavi span.pages {
  margin-top: 0;
  margin-bottom: 1em;
  border: none;
  display: block;
  width: 100%;
  font-size: 90%;
}

div.content.faq {
  margin-top: 25px;
}
div.content.faq div.init {
  margin-bottom: 50px;
}
div.content.faq h4 {
  margin-bottom: 12.5px;
  color: #fff;
  background-color: #507c4c;
}
@media screen and (min-width: 768px) {
  div.content.faq h4 {
    padding: 0 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  div.content.faq h4 {
    padding: 0 5px;
    font-size: 22px;
  }
}
div.content.faq dl {
  margin-bottom: 12.5px;
  background-color: #fff;
}
div.content.faq dl dt {
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 10px;
  border-left: 4px solid #507c4c;
}
div.content.faq dl dd {
  padding-left: 50px;
}
div.content.faq dl dd.question {
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  background: url(../images/icon_q.svg) 0 0/36px 38px no-repeat, url(../images/border_dotted.gif) 0 100%/9px 3px repeat-x;
}
div.content.faq dl dd.anser {
  color: #ed1c24;
  background: url(../images/icon_a.svg) 0 0/34px 30px no-repeat;
}
@media screen and (min-width: 768px) {
  div.content.faq dl {
    padding: 20px;
  }
  div.content.faq dl dt {
    font-size: 20px;
  }
  div.content.faq dl dd {
    margin: 0 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  div.content.faq dl {
    padding: 10px;
  }
  div.content.faq dl dt {
    font-size: 18px;
  }
  div.content.faq dl dd {
    margin: 0 5px;
    font-size: 16px;
  }
}
div.content.voicesDetail {
  margin-top: 25px;
}
div.content.voicesDetail div.init {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  div.content.voicesDetail div.init {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  div.content.voicesDetail div.init {
    padding: 12.5px;
  }
}
div.content.voicesDetail h4 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  div.content.voicesDetail h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  div.content.voicesDetail h4 {
    font-size: 16px;
  }
}
div.content.voicesDetail div.pala > div {
  vertical-align: top;
}
div.content.voicesDetail div.pala > div img {
  width: 100%;
}
div.content.voicesDetail div.pala > div:nth-child(odd) {
  padding-right: 10px;
  overflow: hidden;
}
div.content.voicesDetail div.pala > div:nth-child(odd) p {
  font-size: smaller;
}
div.content.voicesDetail div.pala > div:nth-child(odd) p.info {
  float: left;
}
div.content.voicesDetail div.pala > div:nth-child(odd) p.date {
  float: right;
}
@media screen and (min-width: 768px) {
  div.content.voicesDetail div.pala > div:nth-child(odd) {
    width: 30%;
  }
  div.content.voicesDetail div.pala > div:nth-child(even) {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  div.content.voicesDetail div.pala > div:nth-child(odd) {
    margin-bottom: 25px;
  }
}
div.content.voicesList div.column > div {
  background-color: #fff;
}
div.content.voicesList div.column > div div.thumb {
  position: relative;
  overflow: hidden;
}
div.content.voicesList div.column > div div.thumb img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1040px) {
  div.content.voicesList div.column > div div.thumb {
    width: 320px;
    height: 170px;
  }
}
@media screen and (max-width: 1039px) {
  div.content.voicesList div.column > div div.thumb {
    width: 30.77vw;
    height: 16.347vw;
  }
}
@media screen and (max-width: 767px) {
  div.content.voicesList div.column > div div.thumb {
    width: auto;
    height: 25vw;
  }
}
div.content.voicesList div.column > div p {
  position: relative;
  padding: 4%;
  padding-right: 10%;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.content.voicesList div.column > div p span {
  font-size: small;
}
div.content.voicesList div.column > div p::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(../images/arrow_gn.svg) 100% 100%/100% 100% no-repeat;
  content: '';
}
@media screen and (min-width: 768px) {
  div.content.voicesList div.column > div {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div.content.voicesList div.column > div {
    font-size: 12px;
  }
}

div.content.companyLink {
  margin-top: 25px;
}
div.content.companyLink h4 {
  padding: 4px 10px;
  color: #fff;
  background-color: #507c4c;
}
div.content.companyLink div.init {
  margin-bottom: 50px;
}
div.content.companyLink div.init.link div.column {
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  div.content.companyLink div.init.link div.column {
    margin-top: 4%;
  }
}
div.content.companyLink div.init.link div.column > div {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
div.content.companyLink div.init.link div.column > div dl dt {
  display: table;
  width: 100%;
  height: 100px;
}
div.content.companyLink div.init.link div.column > div dl dt p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.content.companyLink div.init.link div.column > div dl dt p {
    max-width: 293px;
  }
}
div.content.companyLink div.init.link div.column > div dl dt p img {
  width: auto;
  max-height: 100px;
}
@media screen and (max-width: 767px) {
  div.content.companyLink div.init.link div.column > div dl dt p img {
    max-width: 38vw;
  }
}
div.content.companyLink div.init.link div.column > div dl dd.name {
  font-weight: bold;
}
div.content.companyLink div.init.link div.column > div dl dd.info {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  div.content.companyLink div.init.link div.column > div dl dd.name {
    font-size: 16px;
  }
  div.content.companyLink div.init.link div.column > div dl dd.info {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div.content.companyLink div.init.link div.column > div dl dd.name {
    font-size: 12px;
  }
  div.content.companyLink div.init.link div.column > div dl dd.info {
    font-size: 10px;
  }
}
div.content.companyLink div.init.etc div.column {
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  div.content.companyLink div.init.etc div.column {
    margin-top: 4%;
  }
}
div.content.companyLink div.init.etc div.column > div {
  margin-bottom: 10px;
}
div.content.companyLink div.init.etc div.column > div:nth-child(1) div.pala > div:nth-child(odd) {
  padding: 0 4%;
}
div.content.companyLink div.init.etc div.column > div:nth-child(2) div.pala > div:nth-child(odd) {
  padding: 0 6%;
}
div.content.companyLink div.init.etc div.column > div:nth-child(3) div.pala > div:nth-child(odd) {
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  div.content.companyLink div.init.etc div.column > div {
    width: 49%;
  }
  div.content.companyLink div.init.etc div.column > div:nth-child(n) {
    margin-left: 2%;
  }
  div.content.companyLink div.init.etc div.column > div:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  div.content.companyLink div.init.etc div.column > div {
    width: 100%;
  }
  div.content.companyLink div.init.etc div.column > div:nth-child(n) {
    margin-left: 0;
  }
}
div.content.companyLink div.init.etc div.column > div div.pala > div:nth-child(odd) {
  padding: 0 10px;
  width: 55%;
  background-color: #fff;
}
div.content.companyLink div.init.etc div.column > div div.pala > div:nth-child(even) {
  width: 45%;
}
@media screen and (min-width: 768px) {
  div.content.companyLink div.init.etc div.column > div div.pala > div:nth-child(odd) img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  div.content.companyLink div.init.etc div.column > div div.pala {
    display: table;
    width: 100%;
  }
  div.content.companyLink div.init.etc div.column > div div.pala > div {
    display: table-cell;
    vertical-align: middle;
  }
  div.content.companyLink div.init.etc div.column > div div.pala > div:nth-child(odd) img {
    height: 50px;
  }
}
div.content.companyTop {
  margin-bottom: 50px;
}
div.content.companyTop h4 {
  margin: 25px auto;
  text-align: center;
}
div.content.companyTop div.info {
  margin-bottom: 25px;
}
div.content.companyTop div.info a {
  text-decoration: underline;
}
div.content.companyTop div.info a:hover {
  text-decoration: none;
}
div.content.companyTop div.info dl {
  font-size: 14px;
}
div.content.companyTop div.info dl dt {
  padding: 5px 10px;
  vertical-align: middle;
  background: url(../images/bg_ttl_green.jpg) 0 0/8px 8px repeat;
}
div.content.companyTop div.info dl dd {
  padding: 5px 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  div.content.companyTop div.info dl {
    margin-bottom: 2px;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 2px 0;
  }
  div.content.companyTop div.info dl dt {
    display: table-cell;
    width: 210px;
    text-align: center;
    box-sizing: border-box;
  }
  div.content.companyTop div.info dl dd {
    display: table-cell;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  div.content.companyTop div.info dl {
    margin-bottom: 10px;
  }
  div.content.companyTop div.info dl dt {
    margin-bottom: 2px;
  }
}
div.content.companyTop div.pala {
  margin-bottom: 25px;
}
div.content.companyTop div.pala > div img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.content.companyTop div.pala > div:nth-child(odd) {
    width: 230px;
  }
  div.content.companyTop div.pala > div:nth-child(even) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  div.content.companyTop div.pala > div:nth-child(odd) {
    text-align: center;
  }
  div.content.companyTop div.pala > div:nth-child(odd) img {
    max-width: 230px;
  }
  div.content.companyTop div.pala > div:nth-child(even) {
    margin-top: 25px;
  }
}
div.content dl.map {
  margin: 25px auto;
}
div.content dl.map dt {
  margin-bottom: 10px;
}
div.content dl.map dd iframe {
  width: 100%;
}
div.content dl.map dd p {
  margin-top: 0;
  font-size: small;
}

div.staff {
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  div.staff dl {
    width: 24%;
  }
  div.staff.mgnTnegative {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  div.staff dl {
    width: 48%;
  }
}
div.staff dl {
  margin: 0 2px 20px;
  display: inline-block;
}
div.staff dl dt {
  background: #FFF;
  padding: 10px;
}
div.staff dl dt img {
  display: block;
  width: 100%;
}
div.staff dl dd {
  padding: 10px;
  text-align: center;
  line-height: 1.5;
}
div.staff dl dd span {
  font-size: 80%;
}
div.staff > h3 {
  font-weight: bold;
  text-align: left;
  color: #009841;
  border-bottom: solid 2px #009841;
  margin-bottom: 20px;
}
div.staff > h3:before {
  content: "■";
}
div.staff > p {
  display: block;
  margin: 30px 0 0;
  width: auto;
  text-align: center;
}
div.staff div.staffSingle {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: -160px;
  padding-top: 160px;
}
div.staff div.staffSingle > p br {
  display: none;
}
@media screen and (min-width: 768px) {
  div.staff div.staffSingle#top01 {
    margin-top: -50px;
  }
  div.staff div.staffSingle > p {
    width: 40%;
    display: block;
    float: left;
    margin-right: 5%;
  }
  div.staff div.staffSingle > p img.mainP {
    background: #FFF;
    padding: 10px;
    display: block;
    width: 100%;
    height: auto;
  }
  div.staff div.staffSingle > p span {
    font-size: 80%;
    margin-right: 1em;
  }
  div.staff div.staffSingle > p a img {
    display: inline-block;
    vertical-align: middle;
    width: 7%;
  }
  div.staff div.staffSingle > table {
    width: 55%;
    font-size: 80%;
  }
  div.staff div.staffSingle > table th {
    width: 20%;
  }
  div.staff div.staffSingle > table th, div.staff div.staffSingle > table td {
    padding: 10px;
    border-bottom: solid 2px #f5f2ed;
    border-right: solid 2px #f5f2ed;
  }
}
@media screen and (max-width: 767px) {
  div.staff div.staffSingle {
    margin-top: -70px;
    padding-top: 70px;
  }
  div.staff div.staffSingle#top01 {
    margin-top: -50px;
  }
  div.staff div.staffSingle > p {
    width: 94%;
  }
  div.staff div.staffSingle > p img.mainP {
    background: #FFF;
    padding: 10px;
    display: block;
    width: 100%;
    height: auto;
  }
  div.staff div.staffSingle > p a img {
    display: inline-block;
    vertical-align: middle;
    width: 7%;
  }
  div.staff div.staffSingle > table th, div.staff div.staffSingle > table td {
    display: list-item;
    padding: 10px;
  }
  div.staff div.staffSingle > table td {
    border-bottom: solid 4px #f5f2ed;
  }
}
div.staff div.staffSingle > p {
  display: block;
  line-height: 3em;
  text-align: center;
}
div.staff div.staffSingle > p span {
  font-size: 80%;
  margin-right: 1em;
}
div.staff div.staffSingle > table th {
  background: url(../images/bg_ttl_green.jpg);
  white-space: nowrap;
}
div.staff div.staffSingle > table td {
  background: #FFF;
}
div.staff ul.staffFotBtn {
  margin-top: -50px;
  text-align: center;
}
div.staff ul.staffFotBtn li {
  display: inline-block;
  margin: 10px;
}
@media screen and (min-width: 768px) {
  div.staff ul.craftman {
    width: 100%;
    margin: 0 auto;
  }
  div.staff ul.craftman li {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    font-size: 80%;
    margin: 0 2% 2%;
  }
  div.staff ul.craftman li img {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  div.staff ul.craftman {
    width: 100%;
    margin: 0 auto;
  }
  div.staff ul.craftman li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 80%;
    line-height: 2;
    margin: 0 0 5%;
  }
  div.staff ul.craftman li img {
    width: 100%;
  }
}

div.content #wp-calendar th, div.content #wp-calendar td {
  text-align: center;
}
div.content #wp-calendar #prev {
  text-align: left;
}
div.content #wp-calendar #next {
  text-align: right;
}
div.content #wp-calendar a {
  display: block;
  text-decoration: underline;
}
div.content #wp-calendar a:hover {
  text-decoration: none;
}
div.content.blog {
  margin-top: 25px;
}
div.content.blog div.pala > div div.list div.date {
  font-size: 14px;
  border-bottom: 1px solid #7aad6c;
}
div.content.blog div.pala > div div.list div.title {
  font-size: 22px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
div.content.blog div.pala > div div.list div.tag {
  display: inline-block;
  display: table;
}
div.content.blog div.pala > div div.list div.tag img.avatar {
  border-radius: 20px;
}
div.content.blog div.pala > div div.list div.tag > div {
  display: table-cell;
  vertical-align: middle;
}
div.content.blog div.pala > div div.list div.tag > div:nth-child(2) {
  padding-left: 5px;
  font-size: 11px;
}
div.content.blog div.pala > div div.list a.continue {
  display: inline-block;
  width: 251px;
  height: 37px;
  background: url(../images/btn_continue.png) 50% 50%/100% 100% no-repeat;
  overflow: hidden;
  text-indent: -1000%;
  white-space: nowrap;
}
div.content.blog div.pala > div div.list a.back {
  display: inline-block;
  width: 251px;
  height: 37px;
  background: url(../images/btn_back.png) 50% 50%/100% 100% no-repeat;
  overflow: hidden;
  text-indent: -1000%;
  white-space: nowrap;
}
div.content.blog div.pala > div div.list dl {
  margin-bottom: 50px;
}
div.content.blog div.pala > div div.list dl dt {
  margin-bottom: 5px;
}
div.content.blog div.pala > div div.list dl dt > div {
  vertical-align: middle;
}
div.content.blog div.pala > div div.list dl dt > div.date {
  margin-bottom: 5px;
}
div.content.blog div.pala > div div.list dl dd > div {
  margin-bottom: 10px;
}
div.content.blog div.pala > div div.list dl dd div.init > div.img img {
  width: 100%;
}
div.content.blog div.pala > div div.list dl dd div.init img {
  width: auto;
}
@media screen and (min-width: 768px) {
  div.content.blog div.pala > div div.list.top dl dd div.init {
    display: table;
    width: 100%;
  }
  div.content.blog div.pala > div div.list.top dl dd div.init > div {
    vertical-align: top;
    display: table-cell;
  }
  div.content.blog div.pala > div div.list.top dl dd div.init > div.img {
    width: 160px;
  }
  div.content.blog div.pala > div div.list.top dl dd div.init > div.txt {
    padding-left: 10px;
    text-align: left;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  div.content.blog div.pala > div div.list.top dl dd {
    text-align: center;
  }
  div.content.blog div.pala > div div.list.top dl dd div.init > div {
    margin-bottom: 10px;
  }
  div.content.blog div.pala > div div.list.top dl dd div.init > div.img {
    text-align: center;
  }
  div.content.blog div.pala > div div.list.top dl dd div.init > div.txt {
    text-align: left;
  }
}
div.content.blog div.pala > div div.list.single dl dd div.init img {
  margin: 0.5em 0;
}
div.content.blog div.pala > div div.list.single dl dd div.init img:first-child {
  margin-top: 0;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h4 {
  font-size: 1em;
  margin: 1.12em 0;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h1, div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h2, div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h3, div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h4, div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h5, div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h6 {
  text-align: initial;
  font-weight: bolder;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h1 > *, div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h2 > *, div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h3 > *, div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h4 > *, div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h5 > *, div.content.blog div.pala > div div.list.single dl dd div.init.styleReset h6 > * {
  font-size: inherit;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset strong {
  font-weight: bold;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset a {
  text-decoration: underline;
  color: #0a22ea;
  display: inline-block;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset a:hover {
  text-decoration: none;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset p {
  margin: 1em 0;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset p.center-rgh {
  text-align: center;
}
div.content.blog div.pala > div div.list.single dl dd div.init.styleReset .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  div.content.blog div.pala > div div.list.single dl dd div.init {
    margin-bottom: 25px;
    width: 100%;
    font-size: 15px;
    text-align: left;
  }
  div.content.blog div.pala > div div.list.single dl dd div.init img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div.content.blog div.pala > div div.list.single dl dd {
    text-align: center;
  }
  div.content.blog div.pala > div div.list.single dl dd div.init {
    text-align: left;
  }
  div.content.blog div.pala > div div.list.single dl dd div.init img {
    max-width: 100%;
  }
}
div.content.blog div.pala > div div.wp-pagenavi a {
  display: inline-block;
}
div.content.blog div.pala > div div.category dl {
  margin-bottom: 25px;
}
div.content.blog div.pala > div div.category dl dt {
  margin-bottom: 5px;
  padding: 0 5px;
  color: #fff;
  background-color: #7aad6c;
  text-align: left;
}
div.content.blog div.pala > div div.category dl dd {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.content.blog div.pala > div div.category dl dd a {
  display: inline;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  div.content.blog div.pala {
    table-layout: fixed;
  }
  div.content.blog div.pala > div {
    vertical-align: top;
  }
  div.content.blog div.pala > div:nth-child(odd) {
    width: 70%;
  }
  div.content.blog div.pala > div:nth-child(even) {
    padding-left: 50px;
    width: 30%;
  }
}

div.content.form h4 {
  font-size: 24px;
  margin-bottom: 5px;
  font-family: "游明朝", YuMincho, sans-serif;
}
div.content.form div.left {
  margin-bottom: 25px;
  font-size: small;
}
@media screen and (min-width: 768px) {
  div.content.form div.linkBtn {
    margin-bottom: 25px;
    text-align: left;
  }
  div.content.form div.linkBtn > * {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  div.content.form div.linkBtn.center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  div.content.form div.linkBtn {
    text-align: center;
  }
  div.content.form div.linkBtn > * {
    margin-bottom: 25px;
  }
  div.content.form div.linkBtn input[type="submit"] {
    margin-bottom: auto;
  }
}
div.content.form form {
  margin-bottom: 50px;
}
div.content.form form div.linkBtn {
  text-align: center;
  margin-bottom: auto;
}
div.content.form form div.linkBtn span.ajax-loader {
  margin-right: -20px;
}
div.content.form form div.wpcf7-validation-errors {
  margin-top: 20px;
  text-align: center;
}
div.content.form form textarea,
div.content.form form select,
div.content.form form input {
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 15px;
}
div.content.form form textarea::-ms-expand,
div.content.form form select::-ms-expand,
div.content.form form input::-ms-expand {
  display: none;
}
div.content.form form label {
  display: inline-block;
}
div.content.form form label.select {
  position: relative;
}
div.content.form form label.select br {
  display: none;
}
div.content.form form label.select::after {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 15px;
  display: block;
  background: url(../images/icon_select.svg) 50% 50%/100% 100% no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
div.content.form form select {
  border: 1px solid #534741;
  padding: 0 10px;
  line-height: 1.9;
  width: 170px;
}
div.content.form form select option {
  color: #534741;
}
div.content.form form textarea {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #534741;
  resize: none;
  width: 100%;
}
div.content.form form input[type="text"],
div.content.form form input[type="tel"],
div.content.form form input[type="email"] {
  border: 1px solid #534741;
  padding: 0 10px;
  width: 100%;
  max-width: 300px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
div.content.form form input[type=radio] + span::before {
  box-shadow: 0 0 0 2px #fff inset;
  border-radius: 50%;
}
div.content.form form input[type=radio],
div.content.form form input[type=checkbox] {
  display: none;
}
div.content.form form input[type=radio] + span,
div.content.form form input[type=checkbox] + span {
  position: relative;
  padding-left: 17px;
  margin-right: 10px;
  display: inline-block;
  box-sizing: border-box;
}
div.content.form form input[type=radio] + span::before,
div.content.form form input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #534741;
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.content.form form input[type=radio]:checked + span::before,
div.content.form form input[type=checkbox]:checked + span::before {
  background-color: #534741;
}
div.content.form form span.wpcf7-not-valid-tip {
  font-size: 0.9em;
}
div.content.form form input[type="submit"] {
  display: inline-block;
  width: 251px;
  height: 37px;
  vertical-align: middle;
  background: url(../images/btn_transmission.png) no-repeat 50% 50%/100% 100%;
  overflow: hidden;
  text-indent: -1000%;
  white-space: nowrap;
}
div.content.form form input[type="submit"]:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  div.content.form form input[type="submit"] {
    margin-right: 10px;
  }
}
div.content.form form span.wpcf7-list-item {
  margin-left: auto;
}
div.content.form form div.init {
  margin-bottom: 25px;
}
div.content.form form dl {
  width: 100%;
}
div.content.form form dl dt, div.content.form form dl dd {
  font-size: 15px;
}
div.content.form form dl dt {
  padding: 5px 10px;
  background: url(../images/bg_ttl_green.jpg) 0 0/8px 8px repeat;
}
div.content.form form dl dd {
  padding: 10px 10px 0 10px;
  background-color: #fff;
}
div.content.form form dl dd > * {
  margin-bottom: 10px;
  display: inline-block;
}
div.content.form form dl dd div.left {
  display: inline-block;
  margin-top: auto;
  margin-bottom: 10px;
}
div.content.form form dl dd.date .data-wrap {
  margin-bottom: 0;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
div.content.form form dl dd.date .data-wrap .input {
  padding-right: 1em;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
div.content.form form dl dd.date .data-wrap .input > p {
  white-space: nowrap;
  padding-right: 5px;
}
div.content.form form dl dd.date .data-wrap .input > p:last-child {
  padding-right: 0;
}
div.content.form form dl dd.date .data-wrap .note {
  padding-bottom: 10px;
  color: #f00;
  line-height: 1.4;
  font-weight: bold;
  font-size: 90%;
}
div.content.form form dl dd.date .data-wrap .note p {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  div.content.form form dl dd.date input {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  div.content.form form dl dd.date input {
    width: 40px;
  }
}
div.content.form form dl dd.postal::before {
  display: inline-block;
  width: 20px;
  content: "〒";
}
div.content.form form dl dd.postal input {
  width: 150px;
}
@media screen and (min-width: 768px) {
  div.content.form form dl {
    display: table;
    border-spacing: 2px;
  }
  div.content.form form dl dt, div.content.form form dl dd {
    display: table-cell;
  }
  div.content.form form dl dt {
    vertical-align: middle;
    width: 25%;
  }
  div.content.form form dl dd {
    vertical-align: middle;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  div.content.form form dl dt {
    margin-bottom: 2px;
  }
  div.content.form form dl dt br {
    display: none;
  }
  div.content.form form dl dd {
    margin-bottom: 5px;
  }
}

div.content.privacy div.left {
  margin-bottom: 25px;
  font-size: small;
}
div.content.privacy dl dt {
  margin-bottom: 5px;
  font-size: large;
  font-family: "游明朝", YuMincho, sans-serif;
}
div.content.privacy dl dd {
  margin-bottom: 25px;
  font-size: small;
}

div.content.featured {
  margin-top: 25px;
}
div.content.featured div.init {
  margin-bottom: 50px;
}
div.content.featured div.left {
  margin-bottom: 25px;
}
div.content.featured h4 {
  margin-bottom: 12.5px;
  color: #fff;
  background-color: #507c4c;
}
@media screen and (min-width: 768px) {
  div.content.featured h4 {
    padding: 0 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  div.content.featured h4 {
    padding: 0 5px;
    font-size: 22px;
  }
}
div.content.featured div.pala.shed {
  margin-bottom: 25px;
}
div.content.featured div.pala.shed > div img {
  width: 100%;
}
div.content.featured div.pala.shed > div p {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  div.content.featured div.pala.shed {
    border-spacing: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  div.content.featured div.pala.shed {
    overflow: hidden;
  }
  div.content.featured div.pala.shed > div {
    float: left;
    width: 50%;
    padding: 2%;
    box-sizing: border-box;
  }
}
div.content.featured div.pala.etc > div a.imgBtn {
  width: 226px;
  height: 50px;
}
div.content.featured div.pala.etc > div:nth-child(odd) {
  font-weight: bold;
  color: #507c4c;
}
@media screen and (min-width: 768px) {
  div.content.featured div.pala.etc > div:nth-child(odd) br {
    display: none;
  }
  div.content.featured div.pala.etc > div:nth-child(even) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  div.content.featured div.pala.etc > div:nth-child(odd) {
    text-align: center;
    margin-bottom: 10px;
  }
  div.content.featured div.pala.etc > div:nth-child(even) a.imgBtn {
    margin: 0 auto;
  }
}
div.content.featured div.pala.product > div {
  vertical-align: top;
}
div.content.featured div.pala.product > div img {
  width: 100%;
}
div.content.featured div.pala.product > div:nth-child(odd) dl dd {
  padding-top: 5px;
  font-size: 12px;
}
div.content.featured div.pala.product > div:nth-child(even) {
  background-color: #fff;
}
div.content.featured div.pala.product > div:nth-child(even) p.catch {
  margin-bottom: 10px;
  color: #507c4c;
  line-height: 1.4;
}
div.content.featured div.pala.product > div:nth-child(even) p.detail {
  line-height: 1.6;
}
div.content.featured div.pala.product > div:nth-child(even) dl dt {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #507c4c;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  div.content.featured div.pala.product {
    padding-bottom: 40px;
  }
  div.content.featured div.pala.product > div:nth-child(odd) {
    width: 42%;
    padding-right: 15px;
  }
  div.content.featured div.pala.product > div:nth-child(odd) dl {
    position: relative;
  }
  div.content.featured div.pala.product > div:nth-child(odd) dl dt {
    line-height: 1;
  }
  div.content.featured div.pala.product > div:nth-child(odd) dl dd {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 1.2;
  }
  div.content.featured div.pala.product > div:nth-child(even) {
    padding: 20px;
    width: 58%;
  }
  div.content.featured div.pala.product > div:nth-child(even) dl dt {
    font-size: 20px;
  }
  div.content.featured div.pala.product > div:nth-child(even) p.catch {
    font-size: 18px;
  }
  div.content.featured div.pala.product > div:nth-child(even) p.detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  div.content.featured div.pala.product {
    margin-bottom: 25px;
  }
  div.content.featured div.pala.product > div:nth-child(odd) {
    margin-bottom: 5px;
  }
  div.content.featured div.pala.product > div:nth-child(odd) dl dd {
    line-height: 1.4;
  }
  div.content.featured div.pala.product > div:nth-child(even) {
    padding: 15px;
  }
  div.content.featured div.pala.product > div:nth-child(even) dl dt {
    font-size: 18px;
  }
  div.content.featured div.pala.product > div:nth-child(even) dl dt {
    line-height: 1.4;
  }
  div.content.featured div.pala.product > div:nth-child(even) p.catch {
    font-size: 16px;
  }
  div.content.featured div.pala.product > div:nth-child(even) p.detail {
    font-size: 14px;
  }
}
