@charset "utf-8";

/*==============================================================================

  Initialize

==============================================================================*/

/*--------------------------------------
  General
--------------------------------------*/
/*-----clearfix-----*/
.cf:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
* html .cf {
  height: 1px;
}

/*-----cleartext-----*/
.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*-----common-----*/
/*all device*/
.wrapper {
  position: relative;
}
.disIB {
  display: inline-block;
}
.noLine {
  text-decoration: none;
}
.bold {
  font-weight: 400 !important;
}
.bgFit {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bgFit.ctn {
  background-size: contain;
}
.kome {
  margin-left: 1.2em;
}
.kome li {
  position: relative;
  list-style-type: none !important;
  margin-bottom: 8px;
}
.kome li:last-child {
  margin-bottom: 0px;
}
.kome li:before {
  position: absolute;
  content: "※";
  left: -1.2em;
  top: 0;
}
.poC {
  margin: 0 auto;
}
.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.fL {
  float: left !important;
}
.fR {
  float: right !important;
}
.posRel {
  position: relative;
}
.lh0 {
  line-height: 0;
}
.lhS {
  line-height: 1em;
}
.lhM {
  line-height: 1.4em;
}
.lhL {
  line-height: 1.8em;
}
.fBox {
  margin-left: -4%;
}
.fAll {
  float: left;
  width: 96%;
  margin-left: 4%;
}
.f1of2 {
  float: left;
  width: 46%;
  margin-left: 4%;
}
.f1of3 {
  float: left;
  width: 29.3333%;
  margin-left: 4%;
}
.f2of3 {
  float: left;
  width: 62.6666%;
  margin-left: 4%;
}
.f1of4 {
  float: left;
  width: 21%;
  margin-left: 4%;
}
.f3of4 {
  float: left;
  width: 71%;
  margin-left: 4%;
}
.f1of5 {
  float: left;
  width: 16%;
  margin-left: 4%;
}
.f2of5 {
  float: left;
  width: 36%;
  margin-left: 4%;
}
.f3of5 {
  float: left;
  width: 56%;
  margin-left: 4%;
}
.f4of5 {
  float: left;
  width: 76%;
  margin-left: 4%;
}
.f1of6 {
  float: left;
  width: 12.6666%;
  margin-left: 4%;
}
.f5of6 {
  float: left;
  width: 79.3333%;
  margin-left: 4%;
}
.f1of7 {
  float: left;
  width: 10.2857%;
  margin-left: 4%;
}
.f2of7 {
  float: left;
  width: 24.5714%;
  margin-left: 4%;
}
.f3of7 {
  float: left;
  width: 38.8571%;
  margin-left: 4%;
}
.f4of7 {
  float: left;
  width: 53.1428%;
  margin-left: 4%;
}
.f5of7 {
  float: left;
  width: 67.4285%;
  margin-left: 4%;
}
.f6of7 {
  float: left;
  width: 81.7142%;
  margin-left: 4%;
}
.f1of8 {
  float: left;
  width: 8.5%;
  margin-left: 4%;
}
.f3of8 {
  float: left;
  width: 33.5%;
  margin-left: 4%;
}
.autoImg {
  width: 100%;
  height: auto;
}
.autoImg.full {
  width: auto;
  max-width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
}
.autoImg.lg {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.autoImg.md {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.autoImg.sm {
  width: 30%;
  margin: 0 auto;
  display: block;
}
.hAuto {
  height: auto !important;
}

*:after,
*:before {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.op {
  opacity: 0.6;
}

/*sp*/
@media only screen and (max-width: 480px) {
  .wrapper {
    width: 100%;
    letter-spacing: 0.05em;
  }
  .boldSp {
    font-weight: bold;
  }
  .hideSp {
    display: none !important;
  }
  .poCSp {
    margin: 0 auto;
  }
  .taLSp {
    text-align: left;
  }
  .taCSp {
    text-align: center;
  }
  .taRSp {
    text-align: right;
  }
  .fLSp {
    float: left;
  }
  .fRSp {
    float: right;
  }
  .fBoxSp {
    margin-left: -4%;
  }
  .fAllSp {
    float: left;
    width: 96%;
    margin-left: 4%;
  }
  .f1of2Sp {
    float: left;
    width: 46%;
    margin-left: 4%;
  }
  .f1of3Sp {
    float: left;
    width: 29.3333%;
    margin-left: 4%;
  }
  .f2of3Sp {
    float: left;
    width: 62.6666%;
    margin-left: 4%;
  }
  .f1of4Sp {
    float: left;
    width: 21%;
    margin-left: 4%;
  }
  .f3of4Sp {
    float: left;
    width: 71%;
    margin-left: 4%;
  }
  .f1of5Sp {
    float: left;
    width: 16%;
    margin-left: 4%;
  }
  .f2of5Sp {
    float: left;
    width: 36%;
    margin-left: 4%;
  }
  .f3of5Sp {
    float: left;
    width: 56%;
    margin-left: 4%;
  }
  .f4of5Sp {
    float: left;
    width: 76%;
    margin-left: 4%;
  }
  .f1of6Sp {
    float: left;
    width: 12.6666%;
    margin-left: 4%;
  }
  .f5of6Sp {
    float: left;
    width: 79.3333%;
    margin-left: 4%;
  }
  .f1of7Sp {
    float: left;
    width: 10.2857%;
    margin-left: 4%;
  }
  .f2of7Sp {
    float: left;
    width: 24.5714%;
    margin-left: 4%;
  }
  .f3of7Sp {
    float: left;
    width: 38.8571%;
    margin-left: 4%;
  }
  .f4of7Sp {
    float: left;
    width: 53.1428%;
    margin-left: 4%;
  }
  .f5of7Sp {
    float: left;
    width: 67.4285%;
    margin-left: 4%;
  }
  .f6of7Sp {
    float: left;
    width: 81.7142%;
    margin-left: 4%;
  }
  .f1of8Sp {
    float: left;
    width: 8.5%;
    margin-left: 4%;
  }
  .f3of8Sp {
    float: left;
    width: 33.5%;
    margin-left: 4%;
  }
  .autoImg {
    width: 100%;
    height: auto;
  }
  .autoImg.fullSp {
    width: auto;
    max-width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
  }
  .autoImg.lgSp {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .autoImg.mdSp {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .autoImg.smSp {
    width: 30%;
    margin: 0 auto;
    display: block;
  }
  .hAutoSp {
    height: auto !important;
  }
  /*2021/01/14追記*/
  .smallSp {
    display: block;
    width: 220px;
    height: 160px;
    margin: 20px auto;
  }
}

@media only screen and (min-width: 481px) {
  .boldPc {
    font-weight: bold;
  }
  .hidePc {
    display: none !important;
  }
  .poCPc {
    margin: 0 auto;
  }
  .taLPc {
    text-align: left;
  }
  .taCPc {
    text-align: center;
  }
  .taRPc {
    text-align: right;
  }
  .fLPc {
    float: left;
  }
  .fRPc {
    float: right !important;
  }
  .fBoxPc {
    margin-left: -4%;
  }
  .fAllPc {
    float: left;
    width: 96%;
    margin-left: 4%;
  }
  .f1of2Pc {
    float: left;
    width: 46%;
    margin-left: 4%;
  }
  .f1of3Pc {
    float: left;
    width: 29.3333%;
    margin-left: 4%;
  }
  .f2of3Pc {
    float: left;
    width: 62.6666%;
    margin-left: 4%;
  }
  .f1of4Pc {
    float: left;
    width: 21%;
    margin-left: 4%;
  }
  .f3of4Pc {
    float: left;
    width: 71%;
    margin-left: 4%;
  }
  .f1of5Pc {
    float: left;
    width: 16%;
    margin-left: 4%;
  }
  .f2of5Pc {
    float: left;
    width: 36%;
    margin-left: 4%;
  }
  .f3of5Pc {
    float: left;
    width: 56%;
    margin-left: 4%;
  }
  .f4of5Pc {
    float: left;
    width: 76%;
    margin-left: 4%;
  }
  .f1of6Pc {
    float: left;
    width: 12.6666%;
    margin-left: 4%;
  }
  .f5of6Pc {
    float: left;
    width: 79.3333%;
    margin-left: 4%;
  }
  .f1of7Pc {
    float: left;
    width: 10.2857%;
    margin-left: 4%;
  }
  .f2of7Pc {
    float: left;
    width: 24.5714%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .f3of7Pc {
    float: left;
    width: 38.8571%;
    margin-left: 4%;
  }
  .f4of7Pc {
    float: left;
    width: 53.1428%;
    margin-left: 4%;
  }
  .f5of7Pc {
    float: left;
    width: 67.4285%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .f6of7Pc {
    float: left;
    width: 81.7142%;
    margin-left: 4%;
  }
  .f1of8Pc {
    float: left;
    width: 8.5%;
    margin-left: 4%;
  }
  .f3of8Pc {
    float: left;
    width: 33.5%;
    margin-left: 4%;
  }
  .autoImg {
    width: 100%;
    height: auto;
  }
  .autoImg.fullPc {
    width: auto;
    max-width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
  }
  .autoImg.lgPc {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .autoImg.mdPc {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .autoImg.smPc {
    width: 30%;
    margin: 0 auto;
    display: block;
  }
  .hAutoPc {
    height: auto !important;
  }
}

/*-----customize-----*/

/*-----content-size-----*/
/*sp*/
@media only screen and (max-width: 480px) {
  .contentBox,
  .contentBoxSp,
  .contentBoxS,
  .contentBoxSSp,
  .contentBoxM,
  .contentBoxMSp,
  .contentBoxL,
  .contentBoxLSp {
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
  }
}
/*pc*/
@media only screen and (min-width: 481px) {
  .contentBox,
  .contentBoxPc {
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }
  .contentBoxS,
  .contentBoxSPc {
    width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
    box-sizing: border-box;
  }
  .contentBoxM,
  .contentBoxMPc {
    width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
    box-sizing: border-box;
  }
  .contentBoxL,
  .contentBoxLPc {
    width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
    box-sizing: border-box;
  }
}

/*-----font-family-----*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Light.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf)
      format("opentype");
}
html {
  font-family: Noto Sans Japanese, YuGothic, "游ゴシック", "メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 200;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  html {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif !important;
  } /* IE11 */
  *::-ms-backdrop,
  .ming {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝",
      serif !important;
  } /* IE11 */
}

/*-----font-color-----*/
.brownTxt {
  color: #732222 !important;
}
.grayTxt {
  color: #999 !important;
}
.paleGrayTxt {
  color: #ccc !important;
}
.whiteTxt {
  color: #fff !important;
}
.txtShadow {
  text-shadow: 1px 1px 2px #333;
}
a {
  color: #333;
}
.blogArea a {
  text-decoration: underline;
}
.sideColumn a {
  text-decoration: none;
}

/*-----background-color-----*/
.brownBg {
  background: #732222;
}
.paleBg {
  background: #f7f7f7;
}
.darkBg {
  background: rgba(51, 51, 51, 0.3);
}

/*-----font-family-----*/
.ming {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-----font-size-----*/
/*all device*/
/*sp*/
@media only screen and (max-width: 480px) {
  .textXXXL,
  .textXXXLSp {
    font-size: 34px;
  }
  .textXXL,
  .textXXLSp {
    font-size: 24px;
  }
  .textXL,
  .textXLSp {
    font-size: 20px;
  }
  .textLL,
  .textLLSp {
    font-size: 18px;
  }
  .textL,
  .textLSp {
    font-size: 16px;
  }
  .textM,
  .textMSp {
    font-size: 14px;
  }
  .textS,
  .textSSp {
    font-size: 12px;
  }
  .textXS,
  .textXSSp {
    font-size: 10px;
  }
}
/*pc*/
@media only screen and (min-width: 481px) {
  .textXXXL,
  .textXXXLPc {
    font-size: 38px;
  }
  .textXXL,
  .textXXLPc {
    font-size: 32px;
  }
  .textXL,
  .textXLPc {
    font-size: 28px;
  }
  .textLL,
  .textLLPc {
    font-size: 22px;
  }
  .textL,
  .textLPc {
    font-size: 18px;
  }
  .textM,
  .textMPc {
    font-size: 16px;
  }
  .textS,
  .textSPc {
    font-size: 14px;
  }
  .textXS,
  .textXSPc {
    font-size: 12px;
  }
  .textXXS,
  .textXXSPc {
    font-size: 10px;
  }
}

/*-----margin-top-----*/
/*all device*/
/*sp*/
@media only screen and (max-width: 480px) {
  .mtXS,
  .mtXSSp {
    margin-top: 5px !important;
  }
  .mtS,
  .mtSSp {
    margin-top: 15px !important;
  }
  .mtM,
  .mtMSp {
    margin-top: 20px !important;
  }
  .mtL,
  .mtLSp {
    margin-top: 30px !important;
  }
  .mtXL,
  .mtXLSp {
    margin-top: 40px !important;
  }
}
/*pc*/
@media only screen and (min-width: 481px) {
  .mtXS,
  .mtXSPc {
    margin-top: 10px !important;
  }
  .mtS,
  .mtSPc {
    margin-top: 20px !important;
  }
  .mtM,
  .mtMPc {
    margin-top: 40px !important;
  }
  .mtL,
  .mtLPc {
    margin-top: 60px !important;
  }
  .mtXL,
  .mtXLPc {
    margin-top: 80px !important;
  }
}

/*-----margin-bottom-----*/
/*all device*/
/*sp*/
@media only screen and (max-width: 480px) {
  .mbXS,
  .mbXSSp {
    margin-bottom: 5px !important;
  }
  .mbS,
  .mbSSp {
    margin-bottom: 15px !important;
  }
  .mbM,
  .mbMSp {
    margin-bottom: 20px !important;
  }
  .mbL,
  .mbLSp {
    margin-bottom: 30px !important;
  }
  .mbXL,
  .mbXLSp {
    margin-bottom: 40px !important;
  }
}
/*pc*/
@media only screen and (min-width: 481px) {
  .mbXS,
  .mbXSPc {
    margin-bottom: 10px !important;
  }
  .mbS,
  .mbSPc {
    margin-bottom: 20px !important;
  }
  .mbM,
  .mbMPc {
    margin-bottom: 40px !important;
  }
  .mbL,
  .mbLPc {
    margin-bottom: 60px !important;
  }
  .mbXL,
  .mbXLPc {
    margin-bottom: 80px !important;
  }
}

/*-----margin-left-----*/
/*all device*/
/*sp*/
@media only screen and (max-width: 480px) {
  .mlXS,
  .mlXSSp {
    margin-left: 5px !important;
  }
  .mlS,
  .mlSSp {
    margin-left: 15px !important;
  }
  .mlM,
  .mlMSp {
    margin-left: 20px !important;
  }
  .mlL,
  .mlLSp {
    margin-left: 30px !important;
  }
  .mlXL,
  .mlXLSp {
    margin-left: 40px !important;
  }
}
/*pc*/
@media only screen and (min-width: 481px) {
  .mlXS,
  .mlXSPc {
    margin-left: 10px !important;
  }
  .mlS,
  .mlSPc {
    margin-left: 20px !important;
  }
  .mlM,
  .mlMPc {
    margin-left: 40px !important;
  }
  .mlL,
  .mtlPc {
    margin-left: 60px !important;
  }
  .mlXL,
  .mlXLPc {
    margin-left: 80px !important;
  }
}

/*-----margin-right-----*/
/*all device*/
/*sp*/
@media only screen and (max-width: 480px) {
  .mrXS,
  .mrXSSp {
    margin-right: 5px !important;
  }
  .mrS,
  .mrSSp {
    margin-right: 15px !important;
  }
  .mrM,
  .mrMSp {
    margin-right: 20px !important;
  }
  .mrL,
  .mrLSp {
    margin-right: 30px !important;
  }
  .mrXL,
  .mrXLSp {
    margin-right: 40px !important;
  }
}
/*pc*/
@media only screen and (min-width: 481px) {
  .mrXS,
  .mrXSSPc {
    margin-right: 10px !important;
  }
  .mrS,
  .mrSPc {
    margin-right: 20px !important;
  }
  .mrM,
  .mrMPc {
    margin-right: 40px !important;
  }
  .mrL,
  .mrLPc {
    margin-right: 60px !important;
  }
  .mrXL,
  .mrXLPc {
    margin-right: 80px !important;
  }
}

/*-----padding-top-----*/
/*all device*/
/*sp*/
@media only screen and (max-width: 480px) {
  .ptXS,
  .ptXSSp {
    padding-top: 5px !important;
  }
  .ptS,
  .ptSSp {
    padding-top: 15px !important;
  }
  .ptM,
  .ptMSp {
    padding-top: 20px !important;
  }
  .ptL,
  .ptLSp {
    padding-top: 30px !important;
  }
  .ptXL,
  .ptXLSp {
    padding-top: 40px !important;
  }
}
/*pc*/
@media only screen and (min-width: 481px) {
  .ptXS,
  .ptXSPc {
    padding-top: 10px !important;
  }
  .ptS,
  .ptSPc {
    padding-top: 20px !important;
  }
  .ptM,
  .ptMPc {
    padding-top: 40px !important;
  }
  .ptL,
  .ptLPc {
    padding-top: 60px !important;
  }
  .ptXL,
  .ptXLPc {
    padding-top: 120px !important;
  }
}

/*-----padding-bottom-----*/
/*all device*/
/*sp*/
@media only screen and (max-width: 480px) {
  .pbXS,
  .pbXSSp {
    padding-bottom: 5px !important;
  }
  .pbS,
  .pbSSp {
    padding-bottom: 15px !important;
  }
  .pbM,
  .pbMSp {
    padding-bottom: 20px !important;
  }
  .pbL,
  .pbLSp {
    padding-bottom: 30px !important;
  }
  .pbXL,
  .pbXLSp {
    padding-bottom: 40px !important;
  }
}
/*pc*/
@media only screen and (min-width: 481px) {
  .pbXS,
  .pbXSPc {
    padding-bottom: 10px !important;
  }
  .pbS,
  .pbSPc {
    padding-bottom: 20px !important;
  }
  .pbM,
  .pbMPc {
    padding-bottom: 40px !important;
  }
  .pbL,
  .pbLPc {
    padding-bottom: 60px !important;
  }
  .pbXL,
  .pbXLPc {
    padding-bottom: 120px !important;
  }
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  word-break: break-all;
}

body {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  position: relative;
}

/*--------------------------------------
  Link
--------------------------------------*/

.uLine {
  text-decoration: underline;
}
.borderBtm {
  border-bottom: 1px solid #eee;
}

/*--------------------------------------
  Switch View
--------------------------------------*/

div#switch-view-d,
div#switch-view-m {
  display: none;
}

/*all device*/
.icon a:after,
.icon a:before,
.icon:after,
.icon:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon.telephone:before,
.icon.telephone a:before {
  background-image: url(../img/free-dial.png);
}
.icon.reference a:before {
  background-image: url(../img/file_text_data.png);
}
.icon.ask a:before {
  background-image: url(../img/email.png);
}
.telephone {
  color: #732222;
  font-family: "游明朝体", YuMincho, "游明朝", "YuMincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", "Mincho", serif;
}
.arrowRight:before {
}
.borderLess {
  border-bottom: none !important;
}

/*==============================================================================

  Desktop View

==============================================================================*/

/*------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) {
  body.m {
  }

  /*--------------------------------------
  div#container
--------------------------------------*/

  div#container {
    min-width: 1080px;
  }

  /*--------------------------------------
  header#header
--------------------------------------*/

  header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1080px;
    background: #fff;
    border-bottom: 2px solid #732222;
    z-index: 1000;
    transition: 0.3s;
  }
  .is-animation {
    margin-top: -85px;
  }

  header#header div.header-wrapper {
    min-width: 1200px;
  }

  header#header div.header-inner {
    height: 80px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
  }

  /* div.site-title
------------------*/

  header#header div.site-title {
    float: left;
    clear: left;
    padding: 10px 0 0 0;
  }

  header#header div.site-title a {
    display: block;
    height: 55px;
    background: url(../img/site-title.png) no-repeat;
    background-size: 220px;
    background-position: left bottom;
    font-size: 12px;
    text-decoration: none;
  }

  /* nav.supplement-nav
------------------*/

  header#header nav.supplement-nav {
    float: right;
    clear: right;
    padding: 5px 15px 0 0;
    text-align: center;
  }

  header#header nav.supplement-nav div.inquiry {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  header#header nav.supplement-nav div.inquiry ul li {
  }

  header#header nav.supplement-nav div.inquiry ul li.tel {
    float: left;
    clear: left;
    padding-right: 20px;
  }

  header#header nav.supplement-nav div.inquiry ul li.tel span.number {
    display: block;
    color: #732222;
    font-size: 42px;
    font-family: "游明朝体", YuMincho, "游明朝", "YuMincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", "Mincho", serif;
    background: url(../img/icon/free-dial.png) no-repeat 0px 15px;
    background-size: 38px;
    text-align: right;
  }

  header#header nav.supplement-nav div.inquiry ul li.tel span.small {
    display: block;
    margin-right: -0.4em;
    color: #333;
    font-size: 12px;
  }

  header#header nav.supplement-nav div.inquiry ul li.request {
    float: right;
    margin-bottom: 4px;
  }

  header#header nav.supplement-nav div.inquiry ul li.mail {
    float: right;
    clear: right;
  }

  header#header nav.supplement-nav div.inquiry ul li.request a,
  header#header nav.supplement-nav div.inquiry ul li.mail a {
    display: block;
    width: 160px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background: #732222;
    border-radius: 4px;
    text-decoration: none;
    line-height: 32px;
  }

  body.d header#header nav.supplement-nav div.inquiry ul li.request a:hover,
  body.d header#header nav.supplement-nav div.inquiry ul li.mail a:hover {
    opacity: 0.5;
  }

  header#header nav.supplement-nav div.global-nav-icon {
    display: none;
  }

  /* nav#global-nav
------------------*/

  header#header nav#global-nav {
    clear: both;
    padding: 0 60px;
    background: #f1f1f1;
  }
  header#header nav div.global-nav-wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  header#header nav#global-nav ul {
    display: flex;
    justify-content: space-between;
  }
  header#header nav#global-nav ul li {
    position: relative;
  }
  header#header nav#global-nav ul li a,
  header#header nav#global-nav ul li span.iol {
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    height: 35px;
    padding-top: 15px;
  }
  header#header nav#global-nav ul li span.iol a {
    padding-top: 0px;
  }
  body.d header#header nav#global-nav ul li:hover a,
  body.d header#header nav#global-nav ul li:hover span.iol,
  header#header nav#global-nav ul li.current a,
  header#header nav#global-nav ul li.current span.iol {
    color: #732222;
  }

  header#header nav#global-nav ul li:hover a:before,
  header#header nav#global-nav ul li:hover span.iol:before,
  header#header nav#global-nav ul li.current a:before,
  header#header nav#global-nav ul li.current span.iol:before {
    border-top: 1px solid #732222;
    border-right: 1px solid #732222;
  }

  header#header nav#global-nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    height: 0;
    /* margin-top: 10px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    opacity: 0;
    z-index: 9999;
    transition: 0.2s;
  }
  header#header nav#global-nav ul li:hover ul,
  header#header nav#global-nav ul li ul:hover {
    height: auto;
    filter: alpha(opacity=100);
    opacity: 1;
  }

  header#header nav#global-nav ul li:nth-child(5) ul {
    margin-left: -6em;
    width: 12em;
  }

  header#header nav#global-nav ul li:nth-child(7) ul {
    margin-left: -4.5em;
    width: 9em;
  }

  header#header nav#global-nav ul li ul li {
    display: block;
    float: none;
    width: auto;
    margin: 0 !important;
    padding: 0;
  }

  header#header nav#global-nav ul li ul li a {
    display: block;
    height: 36px;
    padding: 0 1.8em 0 2.8em;
    color: #fff !important;
    font-size: 1.4rem;
    background: #732222;
    border-left: none !important;
    border-right: none !important;
    text-align: left;
    white-space: nowrap;
    text-shadow: none;
    line-height: 2.7;
  }
  body.d header#header nav#global-nav ul li ul li a:hover {
    color: #fff !important;
    background: #9a5d5d;
  }

  header#header nav#global-nav ul li ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    width: 0;
    height: 0;
    margin: -3px 6px 3px 0;
    background: none;
    border-left: 5px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    vertical-align: middle;
  }

  header#header nav#global-nav ul li ul li a:before,
  header#header nav#global-nav ul li ul li:hover a:before {
    display: none;
  }

  /*--------------------------------------
  Main
--------------------------------------*/

  div#content div#main {
    clear: both;
    padding-top: 130px;
    overflow: hidden;
  }

  div#content div#main .mainImg {
    width: 100%;
    position: relative;
    height: 540px;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 5%,
        rgba(0, 0, 0, 0)
      ),
      url(../img/mv_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  div#content div#main .mainImg .innerBox {
    z-index: 1;
    width: 1100px;
    height: 540px;
    margin: 0 auto;
    position: relative;
  }

  div#content div#main .mainImg .innerBox .inner {
    position: absolute;
    top: 20%;
    height: 300px;
  }

  div#content div#main .mainImg .innerBox .inner .innerBtn a {
    display: inline-block;
    background: #732322;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    position: relative;
  }
  div#content div#main .mainImg .innerBox .inner .innerBtn a:hover {
    display: block;
    width: 130px;
    opacity: 0.85;
    transition: 0.3s;
  }

  div#content div#main section.node {
    clear: both;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0 60px;
    overflow: hidden;
  }

  div#content div#main section.node:last-child {
    margin-bottom: 50px;
  }

  div#content div#main section.node .node-wrapper.border-bottom {
    margin-bottom: 1.5em;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
  }

  div#content div#main section.node .node-wrapper.half-left {
    box-sizing: border-box;
    float: left;
    clear: left;
    width: 50%;
    margin: 0;
    padding: 0 20px 0 40px;
  }

  div#content div#main section.node .node-wrapper.half-right {
    box-sizing: border-box;
    float: right;
    clear: right;
    width: 50%;
    margin: 0;
    padding: 0 40px 0 20px;
  }

  /* title */

  div#content div#main h2.page-title,
  div#content div#main h1.page-title {
    clear: both;
    margin: 0;
    padding: 30px 0;
    color: #7b2224;
    font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", "Mincho", serif;
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }

  div#content div#main section.node h3 {
    position: relative;
    margin: 0 0 45px 2px;
    font-size: 2.6rem;
    letter-spacing: 2px;
    line-height: 1.2;
  }

  div#content div#main section.node h3 a {
    color: #732222;
    text-decoration: none;
  }

  body.d div#content div#main section.node h3 a:hover {
    text-decoration: underline;
  }

  /* breadcrumbs */

  div#content div#main nav#breadcrumbs {
    box-sizing: border-box;
    clear: both;
    padding: 18px 0 18px 52px;
    font-size: 1.2rem;
    line-height: 1.2;
    width: 1200px;
    margin: 0 auto;
  }

  div#content div#main nav#breadcrumbs li {
    display: inline-block;
    vertical-align: top;
  }

  div#content div#main nav#breadcrumbs li a,
  div#content div#main nav#breadcrumbs li > span {
    position: relative;
    display: block;
    padding: 0 0 0 15px;
  }

  div#content div#main nav#breadcrumbs li a:before,
  div#content div#main nav#breadcrumbs li > span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #666;
    border-bottom: 4px solid transparent;
  }

  div#content div#main nav#breadcrumbs li a:after,
  div#content div#main nav#breadcrumbs li > span:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 4px solid transparent;
  }

  div#content div#main nav#breadcrumbs li:first-child a {
    padding: 0;
  }

  div#content div#main nav#breadcrumbs li:first-child a:before,
  div#content div#main nav#breadcrumbs li:first-child a:after {
    content: initial;
    display: none;
  }

  div#content div#main nav#breadcrumbs li:last-child a {
    color: #262626;
    text-decoration: none;
  }
  body.single-post div#content div#main nav#breadcrumbs li:nth-child(3) {
    display: none !important;
  }

  /*--------------------------------------
  Footer
--------------------------------------*/

  footer#footer {
    clear: both;
    min-width: 1080px;
    color: #fff;
    background: #732222;
    overflow: hidden;
  }

  footer#footer a {
    color: #fff;
  }
  footer#footer a:hover {
    text-decoration: underline;
  }
  .linkInd {
    margin-left: 1em;
  }
  ul.footerList {
    font-size: 12px;
  }
  ul.footerList ul > li {
    padding-left: 12px;
    position: relative;
    line-height: 1.8;
    opacity: 0.8;
  }
  ul.footerList ul > li:before {
    content: "";
    position: absolute;
    background-image: url(../img/icon/icon_arrow_footer.png);
    width: 5px;
    height: 8px;
    left: 0;
    top: 5px;
  }
  .footBtn a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 3px 8px;
  }
  .footBtn a:hover {
    background: #fff;
    color: #732222 !important;
    text-decoration: none !important;
  }

  /* div.pagetop
---------------*/

  footer#footer div.pagetop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 30px;
    display: none;
    z-index: 9999;
  }

  footer#footer div.pagetop a {
    position: relative;
    display: block;
    width: 40px;
    height: 0;
    padding-top: 50px;
    background: #000;
    overflow: hidden;
    filter: alpha(opacity=50);
    opacity: 0.5;
    transition: 0.25s;
  }

  body.d footer#footer div.pagetop a:hover {
    opacity: 0.75;
  }

  footer#footer div.pagetop a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -3px 0 0 -5px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* nav.banners
---------------*/

  footer#footer nav.banners {
    clear: both;
    padding: 60px 30px;
    background: #fff;
    overflow: hidden;
  }

  footer#footer nav.banners ul {
    clear: both;
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    overflow: hidden;
  }

  footer#footer nav.banners ul li {
    float: left;
    width: 18%;
  }

  footer#footer nav.banners ul li.sns {
    width: 10%;
    padding: 25px 0;
    text-align: center;
  }

  footer#footer nav.banners ul li:not(.sns) a {
    display: block;
    height: 0;
    padding-top: 90px;
    border-right: 1px solid #a6a6a6;
    transition: 0.2s;
  }

  footer#footer nav.banners ul li.real-estate a {
    background: url(../img/button/real-estate-information.jpg) no-repeat center;
  }

  footer#footer nav.banners ul li.low-fuel-consumption a {
    background: url(../img/button/low-fuel-consumption-housing.jpg) no-repeat
      center;
  }

  footer#footer nav.banners ul li.facebook a {
    background: url(../img/button/facebook.jpg) no-repeat center;
  }

  footer#footer nav.banners ul li.zeh a {
    background: url(../img/button/zeh.jpg) no-repeat center;
  }

  footer#footer nav.banners ul li.voice a {
    background: url(../img/button/voice.jpg) no-repeat center;
  }

  footer#footer nav.banners ul li.faq a {
    background: url(../img/button/faq.jpg) no-repeat center;
  }

  footer#footer nav.banners ul li.sns a {
    display: inline-block;
    width: 40px;
    height: 0;
    padding-top: 40px;
    vertical-align: middle;
    transition: 0.2s;
  }

  footer#footer nav.banners ul li.sns a.facebook {
    margin: 0 10px 0 0;
    background: url(../img/button/facebook.jpg) no-repeat center;
    background-size: 100%;
  }

  footer#footer nav.banners ul li.sns a.instagram {
    background: url(../img/button/instagram.jpg) no-repeat center;
    background-size: 100%;
  }

  body.d footer#footer nav.banners ul li a:hover {
    opacity: 0.6;
  }

  /* nav.inquiry
---------------*/

  footer#footer nav.inquiry {
    clear: both;
    padding: 60px 0;
    background: url(img/plaster-wall.jpg) no-repeat center;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
  }

  footer#footer nav.inquiry p.title {
    margin-bottom: 50px;
    color: #732222;
    font-size: 38px;
    font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", "Mincho", serif;
  }

  footer#footer nav.inquiry ul {
    letter-spacing: -0.4em;
  }

  footer#footer nav.inquiry ul li {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    letter-spacing: normal;
  }

  footer#footer nav.inquiry ul li.tel {
    padding-right: 20px;
    font-size: 60px;
  }

  footer#footer nav.inquiry ul li.tel span.number {
    display: block;
    padding-left: 65px;
    color: #732222;
    font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", "Mincho", serif;
    background: url(../img/icon/free-dial.png) no-repeat 0px 20px;
    text-align: right;
  }

  footer#footer nav.inquiry ul li.tel span.small {
    display: block;
    margin-right: -0.4em;
    color: #333;
    font-size: 14px;
  }

  footer#footer nav.inquiry ul li a {
    display: block;
    width: 220px;
    padding: 15px 0 12px;
    color: #fff;
    font-size: 17px;
    background: rgb(115, 34, 34); /* Old browsers */
    background: -moz-linear-gradient(
      155deg,
      rgba(115, 34, 34, 1) 50%,
      rgba(103, 31, 31, 1) 50%,
      rgba(103, 31, 31, 1) 50%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      155deg,
      rgba(115, 34, 34, 1) 50%,
      rgba(103, 31, 31, 1) 50%,
      rgba(103, 31, 31, 1) 50%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      155deg,
      rgba(115, 34, 34, 1) 50%,
      rgba(103, 31, 31, 1) 50%,
      rgba(103, 31, 31, 1) 50%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 5px;
    text-decoration: none;
    transition: 0.2s;
  }
  footer#footer nav.inquiry ul li.request a:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto 10px;
    background: url(../img/icon/document.png) no-repeat center;
  }

  footer#footer nav.inquiry ul li.mail a:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto 10px;
    background: url(../img/icon/mail.png) no-repeat center;
  }

  body.d footer#footer nav.inquiry ul li.request a:hover,
  body.d footer#footer nav.inquiry ul li.mail a:hover {
    opacity: 0.7;
  }

  /* div.information
---------------*/

  footer#footer div.footer-wrapper {
    clear: both;
    padding: 30px;
    color: #fff;
    background: #732222;
    overflow: hidden;
  }

  footer#footer div.information {
    float: left;
    clear: left;
  }

  footer#footer div.information p {
    margin-bottom: 1em;
  }

  footer#footer div.information p a {
    color: #fff;
  }

  footer#footer div.information p.small {
    font-size: 1.2rem;
  }

  footer#footer div.information p.site-title {
    margin-bottom: 1.5em;
  }

  footer#footer p.site-title a {
    display: block;
    width: 235px;
    height: 0;
    padding-top: 37px;
    background: url(../img/site-title_white.png) no-repeat center;
    background-size: contain;
  }

  footer#footer div.information p.copyright {
    margin: 0;
    padding-top: 3.5em;
    color: #c29e9e;
    font-size: 1.4rem;
  }

  /* nav.sitemap-nav
---------------*/

  footer#footer nav.sitemap-nav {
    float: right;
    clear: right;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  footer#footer nav.sitemap-nav ul {
    float: left;
    padding-left: 60px;
    font-weight: bold;
  }

  footer#footer nav.sitemap-nav ul:first-child {
    padding-left: 0;
  }

  footer#footer nav.sitemap-nav ul ul {
    float: none;
    padding: 0 !important;
    font-weight: normal;
  }

  footer#footer nav.sitemap-nav ul li {
    position: relative;
    padding: 0 0 20px 18px;
  }

  footer#footer nav.sitemap-nav ul li:last-child {
    padding-bottom: 0;
  }

  footer#footer nav.sitemap-nav ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 0;
    height: 0;
    border-left: 7px solid #b37d7d;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }

  footer#footer nav.sitemap-nav ul li li {
    padding: 6px 0 0;
  }

  footer#footer nav.sitemap-nav ul li li:before {
    display: none;
  }

  footer#footer nav.sitemap-nav ul li a,
  footer#footer nav.sitemap-nav ul li span.iol {
    color: #fff;
    text-decoration: none;
  }

  body.d footer#footer nav.sitemap-nav ul li a:hover {
    text-decoration: underline;
  }

  /*--------------------------------------
  Other
--------------------------------------*/

  div#fixed-menu {
    display: none;
  }

  .hide-d {
    display: none;
  }

  /*--------------------------------------
  Switch View
--------------------------------------*/

  body.m div#switch-view-m {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 10000;
  }

  body.m div#switch-view-m div.button {
    position: relative;
    display: block;
    width: 14em;
    height: 150px;
    margin: 0 auto;
    padding: 0 0 0 60px;
    color: #333;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 152px;
    cursor: pointer;
  }

  body.m div#switch-view-m div.button:before {
    content: "";
    position: absolute;
    top: 44px;
    left: 0px;
    float: left;
    width: 30px;
    height: 40px;
    background: #fff;
    border: 6px solid #333;
    border-bottom: 16px solid #333;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }

  body.m div#switch-view-m div.button:after {
    content: "";
    position: absolute;
    top: 80px;
    left: 17px;
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 14px;
    background: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  }

  /*--------------------------------------
  Add
--------------------------------------*/
  .shadow,
  .shadowPc {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    display: block;
  }
  .shadow:hover,
  .shadowPc:hover {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  .icon.telephone:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .icon.reference a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
  }
  .icon.ask a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
  }
  .footerContactBox {
    width: 100%;
    background-color: #fff;
    z-index: 5;
    border-top: 1px solid #bfbebb;
    border-bottom: 1px solid #bfbebb;
    z-index: 50;
  }
  .footerContactBox ul li ul li {
    display: table-cell;
  }
  .footerList .frame {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    margin-bottom: 5px;
  }
  .footerList .frame a {
    display: block;
    padding: 4px;
  }
  .footerList .frame a:hover {
    background: #fff;
    color: #6d2322;
  }
  .newsBox {
    padding: 0 20px;
  }
  .newsList li {
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px 15px;
  }
  .newsList li:first-child {
    border-top: 1px solid #ddd;
  }
  .newsBox {
    width: 800px;
    margin: 0 auto;
  }
  .newsList .date {
    width: 100px;
    display: inline-block;
  }
  .infoBox {
    display: table;
  }
  .infoBox.foot {
    width: 1080px;
    margin: 0 auto;
  }
  .infoBox > li {
    vertical-align: middle;
    display: table-cell;
    padding: 4px 10px;
    line-height: 1.2;
  }
  .infoBox.foot > li {
    vertical-align: middle;
    display: table-cell;
    box-sizing: border-box;
    text-align: center;
    padding: 8px;
    line-height: 1.2;
  }
  .footMenu li a {
    text-decoration: none;
    margin: 0 9px 0 0;
  }
  .telephone {
    font-size: 38px;
  }
  .reference a {
    background-color: #009688;
    padding: 17px 25px 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
  }
  .ask a {
    background-color: #388e3c;
    padding: 17px 25px 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
  }
  .dairyBtn a {
    border: 1px solid #792022;
    border-radius: 8px;
    padding: 8px 12px 4px 12px;
    text-decoration: none;
    display: block;
    line-height: 1.5;
    color: #732222;
  }
  .dairyBtn a:hover {
    color: #c66363;
  }
  .wider {
    letter-spacing: 0.2rem;
  }

  ul.infoCase {
    overflow: hidden;
  }
  ul.infoCase li a {
    text-decoration: none;
    /*background: #fff;*/
    display: block;
    min-height: 240px;
  }
  ul.worksCase li a {
    text-decoration: none;
    display: inline-block;
    /*min-height: 240px;*/
  }
  ul.infoCase li a div.infoPixCase,
  ul.worksCase li a div.infoPixCaseWork,
  ul.sideArea li a div.infoPixCase,
  ul.popularCase li a div.infoPixCase {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  ul.infoCase li a.more {
    background: none;
    display: block;
    color: #732222;
    height: 240px;
    text-align: center;
    border: 1px solid #732222;
    transition: 0.3s;
  }
  ul.infoCase li a.more:hover {
    background: #732222;
    color: #fff;
    transition: 0.3s;
  }
  ul.infoCase li a.more p {
    position: relative;
    top: 45%;
    margin-bottom: 0 !important;
  }
  .infoTitCase {
    display: block;
    background: #fff;
    text-align: center;
    height: 240px;
  }
  .infoTitCase p {
    margin-bottom: 0 !important;
    position: relative;
    top: 40%;
  }
  .infoTextCase {
    height: 120px;
    box-sizing: border-box;
  }
  #works .workTextCase {
    width: 220px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #event .workTextCase,
  #staff-dairy .workTextCase,
  #column .workTextCase,
  #reform .workTextCase {
    width: 203px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  ul.sideArea .infoTextCase,
  ul.popularCase .infoTextCase {
    padding: 25px 0;
    box-sizing: border-box;
  }
  .infoPixCase {
    height: 160px;
    overflow: hidden;
  }
  .infoPixCaseWork {
    width: 220px;
    height: 220px;
    overflow: hidden;
  }
  #event .infoPixCaseWork,
  #staff-dairy .infoPixCaseWork,
  #column .infoPixCaseWork,
  #reform .infoPixCaseWork {
    width: 203px;
    height: 203px;
    overflow: hidden;
  }
  .infoMainText {
    line-height: 1.7;
  }
  .popularCase li a .infoPixCase {
  }
  .sepLine {
    margin: 0;
    border-top: 3px solid #e8e8e8;
  }
  #works .worksCase,
  #event .worksCase,
  #progress-dairy .worksCase,
  #staff-dairy .worksCase,
  #column .worksCase {
    display: flex;
    flex-wrap: wrap;
  }
  #works .worksCase > li,
  #progress-dairy .worksCase > li {
    width: 22%;
    float: left;
    box-sizing: border-box;
    margin: 0 1.5% 1.5%;
  }
  #event .worksCase > li,
  #staff-dairy .worksCase > li,
  #column .worksCase > li,
  #reform .worksCase > li {
    width: 31.33333%;
    float: left;
    box-sizing: border-box;
    margin: 0 1% 1.5%;
  }
  #works .worksCase.posty > li,
  #event .worksCase.posty > li {
    width: 31.333%;
  }
  #works .worksItem .articleLink .title {
    padding: 5px 10px;
  }
  #works .worksItem .articleLink .title {
    font-weight: 200;
    overflow: hidden;
    white-space: wrap;
    /*background-color: rgba(0, 27, 28, 0.6);*/
    /*width: 100%;*/
    position: absolute;
    bottom: 0;
  }
  #works .worksItem a.articleLink {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  #works .worksItem.pos a.articleLink {
    height: 170px;
  }
  #works .worksItem a.specific {
    border: 1px solid #732222;
    display: block;
    height: 280px;
    text-align: center;
    color: #732222;
    transition: 0.3s;
  }
  #works .worksItem.pos a.specific {
    height: 170px;
  }
  #works .worksItem a.specific:hover {
    background: #732222;
    color: #fff;
    transition: 0.3s;
  }
  #works .worksItem a.specific span {
    position: relative;
    top: 45%;
    margin-bottom: 0 !important;
  }
  #works .worksItem .articleLink,
  #works .worksItem .infoPixCaseWork {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  #works .worksItem .articleLink.cont {
    background-size: contain;
  }
  .tagsUc {
    right: 5px;
    position: absolute;
    z-index: 2;
    top: 5px;
  }
  .tagsUc.to {
    left: 5px;
  }
  .tagsUcDit {
    padding: 4px 5px;
    display: inline-block;
    line-height: 1em;
    font-size: 14px;
    color: #6b211f;
    border-radius: 4px;
    border: 1px solid #6b211f;
  }
  #works .worksItem .articleLink .tags,
  #works .worksItem .infoPixCaseWork .tags,
  #reform .worksItem .infoPixCaseWork .tags {
    top: 5px;
    right: 5px;
    position: absolute;
    z-index: 2;
  }
  #works .worksItem .articleLink .tags div a,
  #works .worksItem .infoPixCaseWork .tags div a,
  #reform .worksItem .infoPixCaseWork .tags div a,
  .tagsUc p {
    padding: 4px 5px;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    border-radius: 3px;
    background: rgba(112, 32, 31, 0.7);
    border: 1px solid #eee !important;
  }
  .tagsUc.to p {
    background: #fff;
    border: 1px solid #9a6262;
    color: #9a6262;
  }
  .node-wrapper.f5of7Pc img {
    width: 100%;
    height: auto;
  }
  .blogArea h3 {
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 0 0 0 2px;
  }
  .blogArea h4 {
    font-size: 20px;
    font-weight: bold;
  }
  .blogArea h5 {
    font-size: 18px;
    font-weight: bold;
  }
  .blogArea h6 {
    font-size: 16px;
    font-weight: bold;
  }
  .blogArea strong {
    font-weight: bold;
  }
  .blogArea blockquote {
    background-color: #f1f1f1;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .blogArea img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    margin: 20px auto;
  }
  .blogArea ul li:last-child,
  .blogArea ol li:last-child {
    margin-bottom: 0;
  }

  .blogArea ol li {
    list-style-type: decimal;
  }

  .blogArea dl dt {
    float: left;
    padding: 5px 10px 5px 5px;
    width: 7em;
  }
  .blogArea dl dd {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 7em;
  }
  .blogArea dl dd:last-child {
    border-bottom: none;
  }
  .blogArea .clientCase {
    border: 15px solid #f7f7f7;
    padding: 30px 50px 20px;
    border-radius: 30px;
  }
  .clientCase .clientPix img {
    margin: 0;
  }
  .blogTit {
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 0 2px;
    font-size: 2.8rem;
  }
  .owner {
    /* margin: 0px 0px 0 0; */
    background: #f7f7f7;
    color: #333;
    padding: 4px 15px;
    border-radius: 0px 0px 6px 6px;
    border: 1px solid #eee;
  }
  .ownerName:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #727171;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .article-date {
    margin: 5px 0 0 5px;
  }
  .specHolder {
    padding: 30px;
    background: #f7f7f7;
  }
  .wp-pagenavi {
    margin-top: 50px;
    text-align: center;
  }
  .wp-pagenavi span.current {
    font-weight: 200 !important;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    color: #333;
    border: 1px solid #999 !important;
    padding: 6px 9px !important;
    border-radius: 2px;
  }
  .wp-pagenavi span.current {
    background: #6e2220;
    color: #fff;
    border: 1px solid #6e2220 !important;
    border-radius: 2px;
  }
}

/*------------------------------------------------------------------------------------------------*/

@keyframes event {
  0% {
    right: -300px;
  }
  100% {
    right: 0;
  }
}

/*==============================================================================

  Mobile View

==============================================================================*/

/*------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /*--------------------------------------
  header#header
--------------------------------------*/

  header#header div.header-wrapper {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    clear: both;
    width: 100%;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ccc;
    margin-top: -60px;
    z-index: 9999;
  }

  /* div.site-title
------------------*/

  header#header div.site-title {
    float: left;
    clear: left;
  }

  header#header div.site-title a {
    display: block;
    width: 200px;
    height: 0;
    padding-top: 39px;
    background: url(../img/site-title.png) no-repeat left center;
    background-size: 100%;
    overflow: hidden;
  }

  /* nav.supplement-nav
------------------*/

  header#header nav.supplement-nav {
    letter-spacing: -0.5em;
    text-align: right;
  }

  header#header nav.supplement-nav div.inquiry {
    display: none;
    padding-right: 45px;
  }

  header#header nav.supplement-nav div.inquiry ul {
    letter-spacing: -0.4em;
  }

  header#header nav.supplement-nav div.inquiry ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    vertical-align: middle;
  }

  header#header nav.supplement-nav div.inquiry ul li.tel {
    width: 40px;
    height: 0;
    padding-top: 40px;
    background: url(../img/icon/free-dial_sp.png) no-repeat center;
    background-size: 90%;
    overflow: hidden;
    cursor: pointer;
  }

  header#header nav.supplement-nav div.inquiry ul li.request a {
    display: block;
    width: 40px;
    height: 0;
    padding-top: 45px;
    background: url(../img/icon/document_sp.png) no-repeat center;
    background-size: 80%;
    overflow: hidden;
  }

  header#header nav.supplement-nav div.inquiry ul li.mail a {
    display: block;
    width: 40px;
    height: 0;
    padding-top: 45px;
    background: url(../img/icon/mail_sp.png) no-repeat center;
    background-size: 80%;
    overflow: hidden;
  }

  header#header nav.supplement-nav div.global-nav-icon {
    position: fixed;
    top: 9px;
    right: 10px;
    z-index: 100;
    color: #67503f;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: normal;
    text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff,
      -1px 0px 0px #fff, 1px 0px 0px #fff, 0px -1px 0px #fff, 0px 1px 0px #fff;
    cursor: pointer;
  }

  header#header nav.supplement-nav div.global-nav-icon.open {
    position: fixed;
    background: none;
  }

  header#header nav.supplement-nav div.global-nav-icon div.nav-icon {
    position: relative;
    width: 40px;
    height: 25px;
  }

  header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line1,
  header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line2,
  header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line3 {
    position: absolute;
    left: 3px;
    width: 34px;
    height: 4px;
    background: #67503f;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, -1px 0px 0px #fff,
      1px 0px 0px #fff, 0px -1px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff,
      1px 0px 0px #fff, 0px -1px 0px #fff, 0px 1px 0px #fff;
    transition: 0.25s;
  }

  header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line1 {
    top: 2px;
  }

  header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line2 {
    top: 11px;
  }

  header#header nav.supplement-nav div.global-nav-icon div.nav-icon div.line3 {
    top: 20px;
  }

  header#header nav.supplement-nav div.global-nav-icon.open {
    color: #fff;
    text-shadow: none;
  }

  header#header
    nav.supplement-nav
    div.global-nav-icon.open
    div.nav-icon
    div.line1 {
    top: 12px;
    background: #fff;
    transform: rotate(135deg);
  }

  header#header
    nav.supplement-nav
    div.global-nav-icon.open
    div.nav-icon
    div.line2 {
    left: 50%;
    width: 0;
    background: #fff;
  }

  header#header
    nav.supplement-nav
    div.global-nav-icon.open
    div.nav-icon
    div.line3 {
    top: 12px;
    background: #fff;
    transform: rotate(-135deg);
  }

  header#header
    nav.supplement-nav
    div.global-nav-icon.open
    div.nav-icon
    div.line1,
  header#header
    nav.supplement-nav
    div.global-nav-icon.open
    div.nav-icon
    div.line2,
  header#header
    nav.supplement-nav
    div.global-nav-icon.open
    div.nav-icon
    div.line3 {
    box-shadow: none;
  }

  /* nav#global-nav
------------------*/

  header#header nav#global-nav,
  header#header nav#global-nav.close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0);
    overflow: auto;
    z-index: 50;
    transition: background 0.2s;
  }

  header#header nav#global-nav.open {
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: background 0.2s;
  }

  header#header nav#global-nav div.global-nav-wrapper,
  header#header nav#global-nav.close div.global-nav-wrapper {
    position: absolute;
    top: 0;
    left: -80%;
    width: 80%;
    min-height: 100%;
    background: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
  }

  header#header nav#global-nav.open div.global-nav-wrapper {
    left: 0;
  }

  header#header nav#global-nav ul li {
    border-bottom: 1px solid #d0d0d0;
  }

  header#header nav#global-nav ul li.facebook {
    display: none;
  }

  header#header nav#global-nav ul li a,
  header#header nav#global-nav ul li span.iol {
    position: relative;
    display: block;
    padding: 14px 12px;
    color: #000;
    font-size: 1.6rem;
    text-decoration: none;
    cursor: pointer;
  }

  header#header nav#global-nav ul li a:after,
  header#header nav#global-nav ul li span.iol:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 6px;
    height: 6px;
    margin: -5px 0 0;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
  }

  header#header nav#global-nav ul li.open a:after,
  header#header nav#global-nav ul li.open span.iol:after {
    margin: -2px 0 0;
    transform: rotate(-45deg);
  }

  header#header nav#global-nav ul li span.iol:after {
    transform: rotate(135deg);
  }

  header#header nav#global-nav ul li span.small {
    font-size: 75%;
  }

  header#header nav#global-nav ul li ul {
    display: none;
    padding: 5px 0;
    background: #f5f5f5;
    border-top: 1px solid #d0d0d0;
  }

  header#header nav#global-nav ul li.open ul {
    display: block;
  }

  header#header nav#global-nav ul li ul li {
    border-top: none;
    border: none;
  }

  header#header nav#global-nav ul li ul li a,
  header#header nav#global-nav ul li ul li span.iol {
    padding: 8px 10px 8px 28px;
    font-size: 1.4rem;
  }

  header#header nav#global-nav ul li ul li a:before,
  header#header nav#global-nav ul li ul li span.iol:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-left: 4px solid #000;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }

  header#header nav#global-nav ul li ul li a:after,
  header#header nav#global-nav ul li ul li span.iol:after {
    display: none;
  }

  header#header nav#global-nav ul li ul li ul {
    padding: 0;
    border-top: none;
  }

  header#header nav#global-nav ul li ul li ul li a {
    padding-left: 26px;
    font-size: 1.3rem;
  }

  header#header nav#global-nav ul li ul li ul li a:after {
    display: none;
  }

  header#header nav#global-nav ul li ul li ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    width: 6px;
    height: 1px;
    margin: -1px 0 0;
    background: #fff;
  }

  /*--------------------------------------
  Eyecatch
--------------------------------------*/

  /*--------------------------------------
  Main
--------------------------------------*/

  div#content div#main {
    margin: 60px 0 0;
  }

  div#content div#main .mainImg {
    width: 100%;
    position: relative;
    height: 280px;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4) 3%,
        rgba(0, 0, 0, 0)
      ),
      url(../img/mv_sp.jpg);
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  div#content div#main .mainImg .innerBox .inner {
    padding: 32px 20px 0;
  }

  div#content div#main .mainImg .innerBox .inner .innerBtn a {
    display: inline-block;
    background: #732322;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    position: relative;
  }

  div#content div#main .mainImg .innerBox .inner .innerBtn a:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }

  div#content div#main section.node {
    clear: both;
    padding: 0 15px;
    overflow: hidden;
  }
  #works .worksCase > li,
  #reform .worksCase > li {
    width: 48%;
    float: left;
    box-sizing: border-box;
  }
  .sepLine {
    margin: 0;
    border-top: 3px solid #e8e8e8;
  }
  .newsList li {
    border-bottom: 1px solid #ddd;
    padding: 6px 0 6px 8px;
  }

  .newsList .date {
    width: 100px;
    display: inline-block;
  }

  .blogArea dl dt {
    float: left;
    padding: 5px 0 5px 5px;
    width: 7em;
  }
  .blogArea dl dd {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 5px 7em;
  }
  .blogArea dl dd:last-child {
    border-bottom: none;
  }
  .blogArea h3 {
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 0 0 0 2px;
  }
  .blogArea img {
    margin: 10px auto !important;
  }
  .blogArea .clientCase {
    border: 15px solid #f1f1f1;
    padding: 30px 30px 10px;
    border-radius: 30px;
  }
  .owner {
    background: #eee;
    color: #333;
    padding: 2px 15px;
    border-radius: 0px 0px 6px 6px;
  }
  .ownerName:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #727171;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: 5px;
  }
  .specHolder {
    padding: 10px;
    background: #f1f1f1;
  }
  #works .worksItem .articleLink .tags {
    top: 5px;
    right: 5px;
    position: absolute;
    z-index: 2;
  }
  #works .worksItem .articleLink .tags div a,
  #works .worksItem .infoPixCaseWork .tags div a,
  #reform .worksItem .infoPixCaseWork .tags div a,
  .tagsUc p {
    padding: 4px 5px;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    border-radius: 3px;
    border: 1px solid #fff;
    background: #9a6262;
  }
  .tagsUc.to p {
    color: #9a6262;
    border-radius: 3px;
    border: 1px solid #9a6262;
    background: #fff;
  }
  .tagsUcDit {
    padding: 4px 5px;
    display: inline-block;
    line-height: 1em;
    font-size: 14px;
    color: #6b211f;
    border-radius: 4px;
    border: 1px solid #6b211f;
  }

  /* title */

  div#content div#main h1.page-title,
  div#content div#main h2.page-title {
    clear: both;
    margin: 0;
    padding: 20px 15px;
    color: #7b2224;
    font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", "Mincho", serif;
    font-weight: 200;
    font-size: 2.4rem;
    text-align: center;
  }

  div#content div#main section.node h3 {
    font-size: 2rem;
    line-height: 1.2;
  }

  div#content div#main section.node h3 a {
    color: #732222;
    text-decoration: none;
  }

  div#content div#main section.node h4 {
    margin-bottom: 1em;
    padding-bottom: 3px;
    font-size: 1.6rem;
    border-bottom: 2px solid #ccc;
    line-height: 1.2;
  }

  /* breadcrumbs */

  div#content div#main nav#breadcrumbs {
    display: none;
  }

  div#content div#main img {
    max-width: 100%;
    height: auto;
  }

  /*--------------------------------------
  Footer
--------------------------------------*/

  footer#footer {
    background: #792022;
  }

  body.index footer#footer {
    box-shadow: none;
  }

  /* div.pagetop
---------------*/

  footer#footer div.pagetop {
    position: fixed;
    right: 0;
    bottom: 150px;
    display: none !important;
    z-index: 9999;
  }

  footer#footer div.pagetop a {
    position: relative;
    display: block;
    width: 40px;
    height: 0;
    padding-top: 50px;
    background: #000;
    overflow: hidden;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  footer#footer div.pagetop a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -3px 0 0 -5px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* nav.banners
---------------*/

  footer#footer nav.banners {
    clear: both;
    padding: 20px 0;
    background: #fff;
    overflow: hidden;
  }

  footer#footer nav.banners ul {
    clear: both;
    overflow: hidden;
  }

  footer#footer nav.banners ul li {
    float: left;
    width: 50%;
    text-align: center;
  }

  footer#footer nav.banners ul li:not(.sns) a {
    display: block;
    height: 0;
    padding-top: 35%;
  }

  footer#footer nav.banners ul li.real-estate a {
    background: url(../img/button/real-estate-information.jpg) no-repeat center;
    background-size: 80%;
  }

  footer#footer nav.banners ul li.low-fuel-consumption a {
    background: url(../img/button/low-fuel-consumption-housing.jpg) no-repeat
      center;
    background-size: 80%;
  }

  footer#footer nav.banners ul li.facebook a {
    background: url(../img/button/facebook.jpg) no-repeat center;
    background-size: 80%;
  }

  footer#footer nav.banners ul li.zeh a {
    background: url(../img/button/zeh.jpg) no-repeat center;
    background-size: 80%;
  }

  footer#footer nav.banners ul li.voice a {
    background: url(../img/button/voice.jpg) no-repeat center;
    background-size: 80%;
  }

  footer#footer nav.banners ul li.faq a {
    background: url(../img/button/faq.jpg) no-repeat center;
    background-size: 80%;
  }

  footer#footer nav.banners ul li.sns {
    padding-top: 4%;
  }

  footer#footer nav.banners ul li.sns a {
    display: inline-block;
    width: 40px;
    height: 0;
    padding-top: 40px;
    vertical-align: middle;
    transition: 0.2s;
  }

  footer#footer nav.banners ul li.sns a.facebook {
    margin: 0 15px 0 0;
    background: url(../img/button/facebook.jpg) no-repeat center;
    background-size: 100%;
  }

  footer#footer nav.banners ul li.sns a.instagram {
    background: url(../img/button/instagram.jpg) no-repeat center;
    background-size: 100%;
  }

  /* nav.inquiry
---------------*/

  footer#footer nav.inquiry {
    clear: both;
    padding: 30px 0;
    background: url(../img/plaster-wall.jpg) no-repeat center;
    background-size: auto 260%;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
  }

  footer#footer nav.inquiry p.title {
    margin-bottom: 20px;
    color: #732222;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", "Mincho", serif;
  }

  footer#footer nav.inquiry ul {
    margin: 0 10px;
    letter-spacing: -0.4em;
  }

  footer#footer nav.inquiry ul li {
    vertical-align: middle;
    letter-spacing: normal;
  }

  footer#footer nav.inquiry ul li.tel {
    display: block;
    margin: 0 0 20px;
    font-size: 3.8rem;
    text-align: center;
    letter-spacing: -1px;
    cursor: pointer;
  }

  footer#footer nav.inquiry ul li.tel span.number {
    display: block;
    margin-bottom: 5px;
    color: #732222;
    font-family: "游明朝", YuMincho, "游明朝 Medium", "YuMincho M",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", "Mincho", serif;
    white-space: nowrap;
  }

  footer#footer nav.inquiry ul li.tel span.number:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 0;
    margin: 6px 8px 0 0;
    padding-top: 32px;
    background: url(../img/icon/free-dial.png) no-repeat 0;
    background-size: 100%;
    vertical-align: top;
  }

  footer#footer nav.inquiry ul li.tel span.small {
    display: block;
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  footer#footer nav.inquiry ul li.request,
  footer#footer nav.inquiry ul li.mail {
    display: inline-block;
    width: 45%;
    margin: 0 2.5%;
  }

  footer#footer nav.inquiry ul li a {
    display: block;
    width: 100%;
    padding: 10px 0 7px;
    color: #fff;
    font-size: 1.4rem;
    background: rgb(115, 34, 34); /* Old browsers */
    background: -moz-linear-gradient(
      155deg,
      rgba(115, 34, 34, 1) 50%,
      rgba(103, 31, 31, 1) 50%,
      rgba(103, 31, 31, 1) 50%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      155deg,
      rgba(115, 34, 34, 1) 50%,
      rgba(103, 31, 31, 1) 50%,
      rgba(103, 31, 31, 1) 50%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      155deg,
      rgba(115, 34, 34, 1) 50%,
      rgba(103, 31, 31, 1) 50%,
      rgba(103, 31, 31, 1) 50%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 5px;
    text-decoration: none;
    line-height: 1.2;
  }
  footer#footer nav.inquiry ul li.request a:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 8px;
    background: url(../img/icon/document.png) no-repeat center;
    background-size: 100%;
  }

  footer#footer nav.inquiry ul li.mail a:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 8px;
    background: url(../img/icon/mail.png) no-repeat center;
    background-size: 100%;
  }

  /* div.information
---------------*/

  footer#footer div.footer-wrapper {
    position: relative;
    clear: both;
    padding: 30px 10px 74px;
    color: #fff;
    background: #732222;
    overflow: hidden;
  }

  footer#footer div.information {
    margin: 0 0 20px;
    font-size: 1.4rem;
    text-align: center;
  }

  footer#footer div.information p {
    margin-bottom: 1em;
  }

  footer#footer div.information p a,
  footer#footer div.information p .call-link {
    color: #fff;
  }

  footer#footer div.information p.small {
    font-size: 1.2rem;
  }

  footer#footer div.information p.small br {
    display: none;
  }

  footer#footer div.information p.site-title {
    margin-bottom: 1.5em;
  }

  footer#footer div.information p.site-title a {
    display: block;
    width: 235px;
    height: 0;
    margin: 0 auto;
    padding-top: 37px;
    background: url(../img/site-title_white.png) no-repeat center;
  }

  footer#footer div.information p.copyright {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    margin: 0;
    color: #c29e9e;
    font-size: 1.1rem;
  }

  /* nav.sitemap-nav
---------------*/

  footer#footer nav.sitemap-nav {
    clear: both;
    overflow: hidden;
    margin: 0 0 20px;
    background: #fff;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  footer#footer nav.sitemap-nav ul li {
    border-top: 1px solid #ccc;
  }
  footer#footer nav.sitemap-nav ul:first-child li:first-child {
    border-top: none;
  }

  footer#footer nav.sitemap-nav ul a,
  footer#footer nav.sitemap-nav ul span.iol {
    position: relative;
    display: block;
    height: 42px;
    padding: 0 10px;
    color: #262626;
    text-decoration: none;
    line-height: 42px;
    cursor: pointer;
  }
  footer#footer nav.sitemap-nav ul a:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 13px;
    left: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  footer#footer nav.sitemap-nav ul span.iol:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 13px;
    left: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  footer#footer nav.sitemap-nav ul span.iol.ac-open:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  footer#footer nav.sitemap-nav ul ul {
    position: relative;
    display: none;
    padding: 5px 0;
    background: #fbfbfb;
    border-top: 1px solid #ccc;
  }

  footer#footer nav.sitemap-nav ul ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  footer#footer nav.sitemap-nav ul ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }

  footer#footer nav.sitemap-nav ul ul li {
    border-top: none;
  }
  footer#footer nav.sitemap-nav ul ul ul {
    display: block;
    padding: 0;
    border-top: none;
  }
  footer#footer nav.sitemap-nav ul ul ul:before,
  footer#footer nav.sitemap-nav ul ul ul:after {
    content: initial;
  }
  footer#footer nav.sitemap-nav ul ul a,
  footer#footer nav.sitemap-nav ul ul span.iol {
    height: 38px;
    color: #262626;
    font-size: 1.4rem;
    line-height: 38px;
    padding-left: 28px;
  }
  footer#footer nav.sitemap-nav ul ul a:before,
  footer#footer nav.sitemap-nav ul ul span.iol:before {
    content: initial;
  }
  footer#footer nav.sitemap-nav ul ul a:after,
  footer#footer nav.sitemap-nav ul ul span.iol:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 0;
    height: 0;
    border-left: 4px solid #000;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }

  /*--------------------------------------
  Other
--------------------------------------*/

  div#fixed-menu {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 11px;
    text-align: center;
    background: rgba(103, 80, 63, 0.95);
    z-index: 100;
  }
  div#fixed-menu ul li {
    box-sizing: border-box;
    float: left;
    border-left: 1px solid #ad9584;
  }
  div#fixed-menu ul li a {
    display: block;
    padding: 35px 0 0;
    color: #fff;
    text-decoration: none;
  }
  div#fixed-menu ul li.tel {
    width: 33%;
    border-left: none;
  }
  div#fixed-menu ul li.tel a {
    background: url(../img/free-dial_white.png) no-repeat center 6px;
    background-size: auto 27px;
  }
  div#fixed-menu ul li.request {
    width: 33%;
  }
  div#fixed-menu ul li.request a {
    background: url(../img/document.png) no-repeat center 6px;
    background-size: auto 27px;
  }
  div#fixed-menu ul li.inquiry {
    width: 33%;
  }
  div#fixed-menu ul li.inquiry a {
    background: url(../img/mail.png) no-repeat center 6px;
    background-size: auto 27px;
  }

  .hide-m {
    display: none;
  }

  /*--------------------------------------
  Switch View
--------------------------------------*/

  body.m div#switch-view-d {
    display: block;
    clear: both;
    padding: 10px 0 25px;
    overflow: hidden;
  }

  body.m div#switch-view-d div.button {
    position: relative;
    width: 9em;
    height: 36px;
    margin: 0 auto;
    padding: 0 10px 0 30px;
    color: #333;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
  }

  body.m div#switch-view-d div.button:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 16px;
    float: left;
    width: 10px;
    height: 6px;
    background: #fff;
    border: 2px solid #333;
    border-bottom: 3px solid #333;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }

  body.m div#switch-view-d div.button:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 20px;
    float: left;
    width: 6px;
    height: 2px;
    margin-top: 14px;
    background: #333;
  }

  /*--------------------------------------
  Add
--------------------------------------*/

  .footerContactBox {
    width: 100%;
    background-color: #fff;
    z-index: 100;
    border-top: 1px solid #bfbebb;
  }
  .footerContactBox ul li ul li {
    display: table-cell;
  }
  .infoBox {
    display: table !important;
  }
  header#header nav#global-nav ul li ul.infoBox li a {
    padding: 16px 10px 0 !important;
    font-size: 4vw;
  }
  header#header nav#global-nav ul li ul.infoBox.upper li.telephone a {
    padding: 20px 10px 0 !important;
  }
  header#header nav#global-nav ul li ul.infoBox li a:before {
    content: none;
  }
  header#header nav#global-nav ul li ul.infoBox {
    padding: 5px 0;
    background: #fff;
    border-top: none;
    margin: 0 auto;
  }
  .infoBox.foot {
    margin: 0 auto;
    width: 100%;
  }
  .infoBox > li {
    vertical-align: middle;
    display: table-cell;
    box-sizing: border-box;
    text-align: center;
  }
  .infoBox.foot > li,
  .infoBox.upper > li {
    padding: 3px;
  }
  .telephone {
    padding: 5px 0 !important;
  }
  .telephone a {
    display: table;
    font-size: 5.5vw;
    text-decoration: none;
    border: 1px solid #792022;
    border-radius: 6px;
    line-height: 1;
    padding: 6px 3%;
    margin: auto;
  }
  .telephone a span {
    font-size: 3.4vw;
    letter-spacing: -0.01em;
  }
  .telephone.spMenu a {
    padding: 5px !important;
    font-family: none;
  }
  .ask a {
    background-color: #388e3c;
    padding: 30px 5% 2px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    display: table;
    font-size: 3.4vw;
    margin: 0 auto 0 0;
  }
  .ask.spMenu a {
    padding: 10px 10px 0 !important;
  }
  .reference a {
    background-color: #009688;
    padding: 30px 5% 2px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    display: table;
    font-size: 3.4vw;
    margin: auto;
  }
  .reference.spMenu a {
    padding: 10px 10px 0 !important;
  }
  .icon.telephone a:before {
    content: "";
    position: absolute;
    width: 28%;
    height: 28%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 12px;
  }
  .telephone.spMenu a {
    padding: 10px 10px 0 !important;
  }
  .icon.reference a:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 30%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 12px;
  }
  .icon.ask a:before {
    content: "";
    position: absolute;
    width: 33%;
    height: 33%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 13px;
  }
  header#header nav#global-nav ul li ul.snsBox li a {
    padding: 0;
    font-size: 0;
  }
  header#header nav#global-nav ul li ul.infoBox li.icon.telephone a:before,
  header#header nav#global-nav ul li ul.infoBox li.icon.reference a:before,
  header#header nav#global-nav ul li ul.infoBox li.icon.ask a:before,
  header#header nav#global-nav ul li ul.snsBox li a:before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 5px;
    border: none;
  }
  header#header nav#global-nav ul li ul.infoBox li.icon.reference a:before,
  header#header nav#global-nav ul li ul.infoBox li.icon.telephone a:before {
    width: 28%;
    height: 28%;
  }
  header#header nav#global-nav ul li ul.infoBox li.icon.ask a:before {
    width: 30%;
    height: 30%;
  }
  header#header nav#global-nav ul li ul.snsBox {
    display: block;
    border: none;
    margin: 0 auto;
    width: 80px;
    padding: 0;
    background: #fff;
    font-size: 0;
  }
  header#header nav#global-nav ul li ul.snsBox li {
    width: 50%;
    display: inline-block;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  #works .worksItem .articleLink .title {
    padding: 2px 8px;
    line-height: 1.6;
  }
  #works .worksItem .articleLink .title {
    /*background-color: rgba(0, 27, 28, 0.6);*/
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  #works .worksItem .articleLink.cont {
    background-size: contain;
  }
  #works .worksItem a.articleLink,
  #works .worksItem.pos a.articleLink,
  #works .worksItem.pos a.specific {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  #works .worksCase,
  #reform .worksCase {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #works .worksItem a.specific {
    border: 1px solid #732222;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    text-align: center;
    color: #732222;
    box-sizing: border-box;
  }
  #works .worksItem a.specific span {
    position: relative;
    top: 45%;
    margin-bottom: 0 !important;
  }
  #works .worksItem .articleLink {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  #works .worksItem .articleLink .tags,
  #works .worksItem .infoPixCaseWork .tags,
  #reform .worksItem .infoPixCaseWork .tags {
    top: 5px;
    right: 5px;
  }
  #works .worksItem .articleLink .tags,
  #works .worksItem .infoPixCaseWork .tags,
  #reform .worksItem .infoPixCaseWork .tags {
    position: absolute;
    z-index: 2;
  }
  #works .worksItem .articleLink .tags li a {
    padding: 5px;
  }
  #works .worksItem .articleLink .tags li a {
    color: #fff;
    display: block;
    line-height: 1em;
    border: 1px solid #fff;
    border-radius: 6px;
    background: rgba(60, 60, 60, 0.1);
  }
  ul.infoCase {
    overflow: hidden;
  }
  ul.infoCase li a {
    display: block;
    height: 160px;
  }
  ul.worksCase li a {
    /*display: block;*/
    /*min-height: 190px;*/
  }
  ul.infoCase li a div.infoPixCase,
  ul.worksCase li a div.infoPixCaseWork,
  ul.sideArea li a div.infoPixCase,
  .popularCase li a div.infoPixCase {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  ul.infoCase li a.more {
    display: block;
    height: inherit;
    text-align: center;
    border: 1px solid #732222;
    text-decoration: none;
    padding: 8px 30px;
    color: #732222;
  }
  ul.infoCase li a.more p {
    position: relative;
    top: 20%;
    margin-bottom: 0 !important;
  }
  .infoTitCase {
    display: block;
    background: #fff;
    text-align: center;
    height: 65px;
  }
  .infoTitCase p {
    margin-bottom: 0 !important;
    position: relative;
    top: 15%;
    line-height: 1.4;
  }
  .infoTextCase {
    box-sizing: border-box;
  }
  .infoPixCase,
  .infoPixCaseWork {
    width: 160px;
    height: 160px;
    overflow: hidden;
  }
  .sideArea .infoPixCase,
  .sideArea .infoPixCaseWork {
    width: 103px;
    height: 103px;
    overflow: hidden;
  }

  #works .infoPixCaseWork,
  #reform .infoPixCaseWork {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }
  #works .workTextCase,
  #reform .workTextCase {
    width: 160px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sideArea .infoTextCase {
    /* padding: 0 0 0 5px; */
  }
  .popularCase .infoPixCase {
    height: 90px;
    overflow: hidden;
  }
  .sideArea .infoPixCase {
    height: 103px;
    overflow: hidden;
  }
  .tagsUc {
    right: 5px;
    position: absolute;
    z-index: 2;
    top: 5px;
  }
  .tagsUc.to {
    left: 5px;
  }
  .wp-pagenavi {
    margin-top: 30px;
    text-align: center;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    background: #762221;
    color: #fff;
    border: 1px solid #71221d !important;
    padding: 6px 8px !important;
  }
  .wp-pagenavi span.current {
    background: #fff;
    color: #71221d;
    border: 1px solid #71221d !important;
  }
}

/*------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 355px) {
  footer#footer nav.inquiry ul li.tel {
    font-size: 3.6rem;
  }

  footer#footer nav.inquiry ul li.tel span.number:before {
    margin: 4px 8px 0 0;
  }
  .infoPixCase {
    width: 145px;
    height: 145px;
    overflow: hidden;
  }
  #works .infoPixCaseWork,
  #reform .infoPixCaseWork {
    width: 145px;
    height: 145px;
    overflow: hidden;
  }
  #works .workTextCase,
  #reform .workTextCase {
    width: 145px;
    box-sizing: border-box;
  }
}
/*------------------------------------------------------------------------------------------------*/

.lightbox {
}

#lightbox .lightbox-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

#lightbox .lightbox-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  z-index: 10000;
}

/* 記事用 */
.articleContent {
  font-weight: 400;
}
.articleContent h2,
.articleContent h3,
.articleContent h4,
.articleContent h5,
.articleContent h6 {
  margin-top: 40px;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.articleContent p,
.articleContent ul,
.articleContent ol {
  margin: 16px 0;
  letter-spacing: 0.05em;
}
.articleContent h2 {
  font-size: 24px;
  font-weight: bold;
  color: #800000;
  border-bottom: 1px solid #800000;
  padding-bottom: 8px;
}
.articleContent h3 {
  font-size: 20px;
  font-weight: bold;
  color: #800000;
  border-left: 5px solid #800000;
  padding-left: 8px;
  border-bottom: none;
}
.articleContent h4 {
  font-size: 18px;
  font-weight: bold;
}
.articleContent h5 {
  font-size: 16px;
  font-weight: bold;
}
.articleContent h6 {
  font-size: 16px;
  opacity: 0.7;
  font-weight: bold;
}
.articleContent p {
  font-size: 14px;
  font-weight: 400;
}
.articleContent ul {
  margin-left: 1.5em;
}
.articleContent ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}
.articleContent ol {
  margin-left: 1.5em;
}
.articleContent ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
.articleContent a {
  font-weight: bold;
  color: #800000;
}
.articleContent a:hover {
  text-decoration: none !important;
  opacity: 0.85;
}
.articleContent a[target="_blank"] {
  color: #333333;
  font-weight: normal;
}

/* 会話セクション */
.talkArea .parentsComment:after,
.talkArea .docComment:after,
.talkArea .parentsComment:before,
.talkArea .docComment:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.talkArea .parentsComment:after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ddd;
  z-index: 0;
  right: -10px;
  top: 15px;
}
.talkArea .parentsComment:before {
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
  right: -9px;
  top: 16px;
}
.talkArea .docComment:after {
  border-width: 10px 10px 10px 0;
  border-color: transparent #ddd transparent transparent;
  z-index: 0;
  left: -10px;
  top: 15px;
}
.talkArea .docComment:before {
  border-width: 9px 9px 9px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
  left: -9px;
  top: 16px;
}
.talkArea .parents span,
.talkArea .doc span {
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.4em;
}
.iv-comment {
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}
.iv-comment:before {
  content: "ー";
  position: absolute;
  left: 0;
}

/*pc*/
@media only screen and (min-width: 481px), print {
  .talkArea .parents img.icon_talk,
  .talkArea .doc img.icon_talk {
    width: 65px !important;
    height: 65px !important;
    border-radius: 50px;
    margin: 0;
    padding: 5px;
    border: 1px solid #ddd;
  }
  .personBox {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
  }
  .personCase li {
    background-color: #f1f1f1;
    padding: 10px;
    box-sizing: border-box;
  }
  .personCase .pix,
  .personCase .texts {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .personCase .pix {
    width: 30%;
  }
  .personCase .texts {
    width: 68%;
    box-sizing: border-box;
    padding-left: 8px;
  }
  .personCase .pix img {
    border-radius: 50px;
    vertical-align: middle;
  }
  .iv-comment {
    font-size: 18px;
    padding-left: 50px;
  }
  .iv-comment:before {
    margin-left: 10px;
  }
  ul.talkArea li {
    margin: 10px 0;
  }
  .talkArea .parents,
  .talkArea .doc {
    width: auto;
    display: inline-block;
    box-sizing: border-box;
  }
  .talkArea .parentsComment,
  .talkArea .docComment {
    margin-top: 10px;
    max-width: 85%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    padding: 15px 20px;
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
    text-align: left;
  }
  .newsBox {
    line-height: 1.4rem;
  }
  ul.infoCase li a:hover,
  ul.sideArea li a:hover,
  ul.worksCase li a:hover {
    opacity: 0.7;
    transition: 0.3s;
　}
}
/*sp*/
@media only screen and (max-width: 480px) {
  .talkArea .parents img.icon_talk,
  .talkArea .doc img.icon_talk {
    border-radius: 50px;
    margin: 0 !important;
    padding: 5%;
    box-sizing: border-box;
    border: 1px solid#ddd;
  }
  .personBox {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
  }
  .personCase li {
    background-color: #f1f1f1;
    padding: 10px;
    box-sizing: border-box;
  }
  .personCase .pix,
  .personCase .texts {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .personCase .pix {
    width: 30%;
  }
  .personCase .texts {
    width: 68%;
    box-sizing: border-box;
    padding-left: 5px;
  }
  .personCase .pix img {
    border-radius: 50px;
    vertical-align: middle;
  }
  .iv-comment {
    font-size: 18px;
    padding-left: 30px;
  }
  .iv-comment:before {
    margin-left: 10px;
  }
  ul.talkArea li {
    margin: 10px 0;
  }
  .talkArea .parents,
  .talkArea .doc {
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
  }
  .talkArea .parentsComment,
  .talkArea .docComment {
    max-width: 70%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    padding: 2.5%;
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
    text-align: left;
  }
}


/*Liang*/
.model{
  display: flex!important;
}

.model_img{
  margin-left: 4% !important;
}


@media (max-width: 480px){
  .model{
    display: block!important;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
  }

.f4of7Pc.fRPc.mt60{
  margin-top: 60px;
}

  .model_img{
  margin-left: 4% !important;

}

}
