@charset "utf-8";
/* -----------------------------------------------------

   header-area
   
----------------------------------------------------- */
#header-area {
  height: 80px;
}

h1#logo, p#logo {
  float: left;
  max-width: 400px;
  margin: 25px 0 10px;
  line-height: 15px;
  /* margin: 25px 0 0; #header-menuがあるとき */
}
h1#logo img, p#logo img {
  width: 100%;
  height: auto;
}

.prev-arrow,
.next-arrow {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  z-index: 11;
}

.prev-arrow {
  top: calc(50% - 20px);
  left: 20px;
  transform: rotate(180deg);
}

.next-arrow {
  top: calc(50% - 20px);
  right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 5px;
  margin: auto;
  transform: rotate(45deg);
}
.prev-arrow.slick-disabled,
.next-arrowt.slick-disabled {
  opacity: 0;
}

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


.header-right {
  float: right;
  width: 300px;
  margin-top: 20px;
}
#header-menu {
  float: left;
  margin: 5px 20px 10px 0;
}
#header-menu li {
  float: left;
  font-size: 0.9em;
}

#header-menu a {
  font-weight: 600;
  color: #404040;
  text-decoration: none;
}
#header-menu li:after {
  content: none;
}
.case_num {
  width: 1200px;
  margin: -52px auto 0;
  text-align: right;
  color: #de7d1e;
  font-weight: 600;
}
#submenu-slider {
  display: none;
}
#gnavi-pc {
  background-color: #fff;
  border-bottom: none;
}

#gnavi-w {
  max-width: 1200px;
  height: 50px;
  margin: 0 auto;
}

#gnavi-w li {
  float: left;
  height: 50px;
  margin-right: 80px;
}

#gnavi-w li a {
  font-weight: 600;
  color: #404040;
  text-decoration: none;
}
#gnavi-w li a span {
  position: relative;
  padding-bottom: 8px;
}
#gnavi-w li > a span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #2d9060;
}
#gnavi-w li:hover > a span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #2d9060;
  transition: 0.3s;
}
#gnavi-w .hide {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  transform: translateY(-300px);
}
#gnavi-w .navi-theme:hover .hide,
#gnavi-w .navi-reform:hover .hide,
#gnavi-w .navi-corp:hover .hide {
  opacity: 1;
  visibility: visible;
  position: absolute;
  box-sizing: border-box;
  width: 100vw;
  height: 370px;
  top: 140px;
  left: 0;
  z-index: 10;
  padding: 20px 10px;
  background-color: #fff;
  transform: translateY(0);
}
#gnavi-w .navi-corp:hover .hide {
  height: 260px;
}

#gnavi-w .navi-corp ul {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
}

#gnavi-w .navi-corp ul li {
  width: 18%;
  float: none;
  margin-right: 0;
  height: auto;
}

#gnavi-w .navi-corp li > a::after {
  content: none;
}

#gnavi-w .navi-corp .tnm {
  display: block;
  font-size: 1.3rem;
}

#gnavi-w .navi-corp img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  margin-bottom: 5px;
}

.slick-slider .item {
  margin-right: 40px;
}

.slick-slider .item a {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  color: #404040;
  text-decoration: none;
  text-align: center;
}

.slick-slider .item .tnm {
  display: block;
  width: 100px;
  height: 3em;
  margin-top: 8px;
  font-size: 1.3rem;
}

.slick-slider .item img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

#photo_list #fixed-banner,
#photo_detail #fixed-banner {
	width: 100%;
	top: 100px !important;
	left: 0;
	margin: 0;
}

#photo_list #fixed-banner #fixed-banner-upper,
#photo_detail #fixed-banner #fixed-banner-upper {
	text-align: center;
}

#photo_list section,
#photo_detail section {
}

#photo_list section.login,
#photo_detail section.login {
	margin-top: 0;
}
@media screen and (max-width: 420px) {
  #header-area {
    height: 38px;
  }
  .header-right {
    display: none;
  }
  #index #container {
    min-width: auto;
  }
  .case_num {
    display: none;
  }
  #gnavi-w {
    display: none;
  }

  #submenu-slider {
    display: none;
    position: fixed;
    top: 46px;
    width: 100%;
    height: 100%;
    z-index: 12;
    padding-bottom: 50px;
  }

  #wrapper.submenu-slider-active #submenu-slider {
    display: block;
  }

  #submenu-slider .prev-arrow,
  #submenu-slider .next-arrow {
    z-index: 13;
  }

  #submenu-slider .navi-theme,
  #submenu-slider .navi-reform,
  #submenu-slider .navi-corp {
    position: relative;
  }
  #submenu-slider .sp-active {
    overflow-y: auto;
    height: 100%;
  }
  #submenu-slider .hide {
    display: none;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  #submenu-slider .sp-active .hide {
    display: block;
    width: 100%;
    padding: 20px 2% 5px;
    background-color: #fff;
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
  }
  #submenu-slider .hide .item {
    margin-right: 25px;
  }
  #submenu-slider .hide a {
    position: relative;
    font-weight: 600;
    color: #404040;
    text-decoration: none;
  }
  #submenu-slider .hide .tnm {
    width: 100px;
  }
  #submenu-slider .hide img {
    width: 100px;
    height: 100px;
  }

  #wrapper.submenu-slider-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.8;
    z-index: 3;
  }
  #submenu-slider .submenu-close {
    display: none;
  }
  #submenu-slider .sp-active .hide + .submenu-close {
    display: inline-block;
    /*position: absolute;
    bottom: -40px;*/
    margin-bottom: -10px;
    left: calc(50% - 50px);
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    vertical-align: middle;
    z-index: 12;
    cursor: pointer;
    padding: 10px;
  }
  #submenu-slider .navi-corp ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
  }

  #submenu-slider .navi-corp ul li {
    width: 45%;
    float: none;
    margin: 10px 0;
    height: auto;
  }

  #submenu-slider .navi-corp ul li img {
    width: 100%;
    height: auto;
  }
  #mainimg {
    width: 100%;
    min-width: auto;
  }
  #mainimg .prev-arrow {
    left: 10px;
    top: calc(50% - 20px);
  }

  #mainimg .next-arrow {
    right: 10px;
    top: calc(50% - 20px);
  }
}
#btn-area {
  float: right;
  margin-bottom: 10px;
}
.btn-gray, .btn-orange {
  float: left;
  width: 170px;
  margin-left: 10px;
}
.btn-gray a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  background-image: url(../commonimg/ico_arrow_white.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-color: #7b7b7b;
  border-bottom: 3px solid #3f3f3f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-gray a:hover, .btn-gray a:active {
  background-color: #606060;
}
.btn-orange a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  background-image: url(../commonimg/ico_arrow_white.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-color: #de7d1e;
  border-bottom: 3px solid #ac5e12;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-orange a:hover, .btn-orange a:active {
  background-color: #f08f2f;
}

#photo_list .btn-orange a,
#photo_detail .btn-orange a {
	background-color: #ff933f;
}

#photo_list .btn-orange a:hover,
#photo_list .btn-orange a:active,
#photo_detail .btn-orange a:hover,
#photo_detail .btn-orange a:active {
	background-color: #FFA763;
}
.btn-green {
  margin: 0 auto 40px;
  width: 70%;
}
.btn-green a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  background-image: url(../commonimg/ico_arrow_white.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-color: #3FAB7C;
  border-bottom: 3px solid #2B865E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-green a:hover, .btn-green a:active {
  background-color: #45bc87;
}
#sp-login {
  display: none;
}
/* -----------------------------------------------------

   gnavi-area
   
----------------------------------------------------- */
#gnavi-area {
  position: relative;
  clear: both;
  width: 1200px;
  margin: 0 auto;
  height: 61px;
}
#gnavi-area li {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
  background: url(../commonimg/gnavi_bar.png) no-repeat right;
}
#gnavi-area li:first-child {
  background: url(../commonimg/gnavi_bar.png) no-repeat right, url(../commonimg/gnavi_bar.png) no-repeat left;
}
#gnavi-area li a {
  display: table-cell;
  width: 240px;
  height: 61px;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
}
#gnavi-area li a:hover, #gnavi-area li a.active {}
#gnavi-area li span {
  display: block;
  font-size: 0.8em;
}
#gnavi-area .gnavi-case {}
#gnavi-area .gnavi-case-extend {
  display: none;
}
#gnavi-area .gnavi-case:hover {
  position: relative;
}
#gnavi-area .gnavi-case:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 62px;
  left: 88px;
  z-index: 1000;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #2B865E transparent transparent transparent;
}
#gnavi-area .gnavi-case:hover .gnavi-case-extend, #gnavi-area .gnavi-case .gnavi-case-extend:hover {
  display: block;
  position: absolute;
  top: 64px;
  left: calc(0px - 50vw + 600px);
  width: 100vw;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
}
.overlay {
  content: "";
  position: absolute;
  top: 180px;
  display: block;
  width: 100vw;
  height: 200vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
#gnavi-area .gnavi-case-extend-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  display: flex;
  justify-content: flex-start;
}
#gnavi-area .gnavi-case-extend-wrapper .col {
  margin-left: 20px;
}
@media screen and (max-width:1200px) {
  #gnavi-area .gnavi-case:hover .gnavi-case-extend {
    left: 0;
    width: 100vw;
    margin: 0;
    padding: 0;
  }
  #gnavi-area .gnavi-case-extend-wrapper {
    width: 100vw;
    margin: 0;
    padding: 0 0 50px;
    flex-wrap: wrap;
  }
}
#gnavi-area .gnavi-case-extend a {
  display: inline;
  color: #333;
  padding: 0;
}
#gnavi-area .gnavi-case-extend h3 {
  margin: 40px 0 10px 0;
  color: #2B865E;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
}
#gnavi-area .gnavi-case-extend ul li {
  display: block;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8em;
  padding: 0;
  background-image: none;
}
#gnavi-area .gnavi-case-extend ul.all li {
  margin-top: 40px;
  font-weight: bold;
}
#gnavi-area .gnavi-case-extend ul.all li::after {
  display: inline;
  content: " ▶";
  color: #2B865E;
}
/* -----------------------------------------------------

   dl-menu

----------------------------------------------------- */
#dl-menu {
  display: none;
}
/* -----------------------------------------------------

   items

----------------------------------------------------- */
#items {
  clear: both;
  width: 1200px;
  margin: 20px auto 10px;
  padding: 0;
  text-align: left;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
#items .title {
  float: left;
  color: #fff;
  padding: 5px 10px;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#items .num {
  float: left;
  margin-left: 5px;
  padding: 5px 10px;
}
/* newsinfo
----------------------------------------------------- */
#newsinfo {
  clear: both;
  width: 1200px;
  margin: 10px auto;
  padding: 0;
  text-align: left;
  border: 1px solid #ccc;
  /*background-color: #ffefef;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
#newsinfo .title {
  float: left;
  color: #fff;
  padding: 5px 10px;
  /* background-color: #b20000; */
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#newsinfo .txt {
  float: left;
  margin-left: 5px;
  padding: 5px 10px;
}
#newsinfo span {
  font-size: 0.8em;
}
/* -----------------------------------------------------

   container

----------------------------------------------------- */
h1#title-box {
  clear: both;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  font-family: webfont-thin;
  font-size: 3.6em;
  -webkit-text-stroke: 0.2px #000;
}
h1#title-box span {
  display: block;
  padding-top: 30px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 0.3em;
  font-style: normal;
  font-weight: normal;
}
.ins-date {
  margin: -10px 0 20px 0 !important;
  font-size: 1.3rem !important;
}
#photo_list .ins-date {
  margin: -40px 0 20px 0 !important;
  font-size: 1.3rem !important;
	text-align: right;
}
#theme .auther + .ins-date {
  margin: 0 0 20px 25px !important;
}
#photo_detail .ins-date {
  margin: 0 0 0 0 !important;
  text-align: right;
}
#case_detail .ins-date {
  margin: -10px 0 0 0 !important;
  text-align: right;
}
/* パンくず */
#topic-path {
  padding: 10px 0 0;
  font-size: 1.4rem;
}
#topic-path li {
  position: relative;
  float: left;
  padding-right: 10px;
  color: #666 !important;
}
#topic-path li img {
  display: inline;
  vertical-align: middle;
  margin-right: 3px;
}
#topic-path li a {
  color: #666 !important;
  text-decoration: none;
}
#topic-path li:before {
  content: ">　";
  color: #666 !important;
}
#topic-path li:first-child {
  padding-left: 0;
}
#topic-path li:first-child:before {
  content: "";
}
#topic-path li a:hover, #topic-path li a:active {
  text-decoration: underline;
}
/* タグリスト */
.tag-list {
  clear: both;
  overflow: hidden;
  zoom: 1;
}
.tag-list li {
  float: left;
  margin: 0 10px 10px 0;
  list-style-type: none;
}
.tag-list a {
  display: block;
  padding: 4px 12px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tag-list a:hover, .tag-list a:active {
  background-color: #2d9060;
}
/* 会社詳細　上部
----------------------------------------------------- */
.cap {
  clear: both;
  margin: 0 0 20px !important;
  padding: 15px 0 0 0;
}
.cap span {
  margin-right: 10px;
  padding: 1px 10px;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#corp-name-box {
  margin-bottom: 25px;
}
#corp-name {
  float: left;
  padding: 15px 0 0 0;
  font-size: 2.6rem !important;
  font-weight: normal !important;
  color: #2b865e;
}
#reform {
  margin: 7px 0 0 20px;
  padding: 5px 10px;
  float: left;
  background-color: #666;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#reform a {
  color: #fff;
  text-decoration: none;
}
.campaign-btn-small {
  margin: 7px 0 0 20px;
  float: left;
  color: #e17f00;
  border: 1px solid #e17f00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}
.campaign-btn-small a {
  display: block;
  width: 100%;
  padding: 5px 30px 5px 10px;
  background-color: #fff;
  background-image: url('/commonimg/btnNext.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #e17f00;
  text-decoration: none;
}
.campaign-btn-small a:hover {
  background-color: #e17f00;
  color: #fff;
}
.theme-case .campaign-btn-small {
  float: none;
  width: 100%;
  margin-left: 0;
  text-align: center;
}
.campaign-btn-large {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.campaign-btn-large p {
  margin: 5px 0 0 0 !important;
  vertical-align: middle;
}
.campaign-btn-large a {
  display: block;
  width: 30% !important;
  padding: 5px 30px 5px 10px;
  background-color: #e17f00;
  background-image: url('/commonimg/btnNext.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.campaign-btn-large a:hover {
  background-color: #EAA64D;
}
.comment {
  margin-bottom: 5px !important;
  font-size: 1.5rem !important;
}
.area {
  font-size: 1.4rem;
}
.advantage {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.advantage dt {
  padding-top: 12px;
}
.advantage dd {
  margin: 5px 10px 0 0;
  padding: 5px 8px 5px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
}
.warranty {
  background-image: url("../commonimg/icon_warranty.png");
}
.style {
  background-image: url("../commonimg/icon_style.png");
}
.spec {
  background-image: url("../commonimg/icon_spec.png");
}
/* 会社スペック */
.corp-spec {
  padding: 10px;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.spec-box {
  float: left;
  width: 365px;
  height: 90px;
  margin-right: 10px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.open {
  float: left;
  width: 175px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #999;
  text-align: center;
}
.tsubo {
  float: left;
  width: 170px;
  text-align: center;
}
.spec-box h2 {
  font-size: 1.4rem !important;
  font-weight: normal !important;
  text-align: center;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.spec-box .score {
  margin: 10px 0 5px !important;
  font-size: 1.9rem;
  line-height: 1.0em;
}
.spec-box .score span {
  font-size: 1.4rem;
}
.spec-box .graph {
  margin: 0 !important;
  text-align: center;
  line-height: 1.0em;
  width: 100%;
}
.spec-box .open .graph img {
  width: 100px;
}
/* 会社data */
.data-box {
  float: left;
  width: 355px;
  height: 90px;
  margin-right: 10px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.data-box .case {
  float: left;
  width: 115px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #999;
  text-align: center;
}
.data-box .specific {
  float: left;
  width: 115px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #999;
  text-align: center;
}
.data-box .voice {
  float: left;
  width: 100px;
  text-align: center;
}
.data-box h2 {
  margin-bottom: 5px;
  font-size: 1.4rem !important;
  font-weight: normal !important;
  text-align: center;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.data-box h3 {
  font-size: 1.3rem !important;
  font-weight: normal !important;
  text-align: center;
}
.data-box .score {
  margin: 5px 0 0 !important;
  padding-bottom: 5px !important;
  font-size: 1.6rem;
}
/* ボタン類 */
.corp-spec .btn-favorite, .corp-spec .btn-favorite-on, .corp-spec .btn-mail, .corp-spec .btn-nakoudo, .corp-spec .btn-meet {
  float: left;
  width: 140px;
  height: 90px;
  text-align: center;
  font-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
  box-shadow: 0 0 3px 0 #666; /* CSS3 */
}
.corp-spec .btn-favorite {
  margin: 0 10px 0 0 !important;
  background-color: #797979;
  background-image: url(../commonimg/btn_favorite.png);
}
.corp-spec .btn-favorite-on {
  margin: 0 10px 0 0 !important;
  background-color: #797979;
  background-image: url(../commonimg/btn_favorite_on.png);
}
.corp-spec .btn-mail {
  margin: 0 10px 0 0 !important;
  background-color: #bd5e00;
  background-image: url(../commonimg/btn_mail.png);
}
.corp-spec .btn-nakoudo {
  margin: 0 !important;
  background-color: #2d84a0;
  background-image: url(../commonimg/btn_nakoudo.png);
}
.corp-spec .btn-meet {
  margin: 0 !important;
  background-color: #2d84a0;
  background-image: url(../commonimg/btn_meet.png);
}
.corp-spec .btn-favorite a, .corp-spec .btn-favorite-on a, .corp-spec .btn-mail a, .corp-spec .btn-nakoudo a, .corp-spec .btn-meet a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.corp-spec button {
  padding: 50px 0 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.corp-spec button.btn-meet {
  padding-top: 35px;
}
.corp-spec button.btn-meet span {
  font-size: 0.7em;
}
.corp-spec .btn-mail:hover {
  background-color: rgba(189, 94, 0, 0.9);
}
.corp-spec .btn-favorite a:hover, .corp-spec .btn-favorite-on a:hover, .corp-spec .btn-mail a:hover, .corp-spec .btn-nakoudo a:hover, .corp-spec .btn-meet a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.corp-spec .btn-favorite a span, .corp-spec .btn-favorite-on a span, .corp-spec .btn-mail a span, .corp-spec .btn-nakoudo a span {
  display: block;
  padding-top: 60px;
}
/* -----------------------------------------------------

   main-area
   
----------------------------------------------------- */
#main-area h1 {
  margin-bottom: 30px;
  padding: 15px 0 0 0;
  font-size: 2.7rem;
  font-weight: normal;
  color: #2b865e;
}
#main-area strong{
	font-weight: bold;
}
/* タブ切り替え　会社詳細系 */
#tab-box {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
}
#tab-box li {
  display: table-cell;
  vertical-align: middle;
  width: 205px;
  height: 40px;
  text-align: center;
}
#tab-box li span {
  display: block;
  padding: 15px 0;
}

#tab-box li span.sp-none{
    display: inline!important;
}

#tab-box li a {
  display: block;
  width: 100%;
  color: #333;
  background-color: #d5d5d5;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#tab-box li a:hover, #tab-box li a:active {
  color: #fff;
  background-color: #5f594d;
}
#tab-box li a.on {
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #5f594d;
  z-index: 0;
}
#tab-box li a.on:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #5f594d transparent transparent transparent;
}
#tab-box #tab-mail {
  text-align: left;
  line-height: 1.5em;
}
#tab-box #tab-mail span {
  display: block;
  margin-left: 45px;
  padding: 5px 0;
  font-size: 1.1em;
}
#tab-box #tab-mail a {
  color: #fff;
  background-color: #de7d1e;
  background-image: url(../commonimg/ico_mail.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
}
#tab-box #tab-mail a:hover, #tab-box #tab-mail a:active {
  background-color: #f08f2f;
}
/* タブ切り替え　1ページ構成　ダイレクトリンク用 */
.tablabel {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.tablabel li {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  text-align: center;
}
.tablabel li span {
  display: block;
  line-height: 1.0em;
  color: #2b865e;
}
.tablabel li a {
  display: block;
  width: 100%;
  padding: 7px 0;
  line-height: 2.0em;
  color: #333;
  text-decoration: none;
  border: 1px solid #2b865e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(43, 134, 94, 1);
}
.tablabel li.active a {
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #2b865e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 0;
}
.tablabel li.active a span {
  color: #fff;
}
.tablabel li.active a:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2b865e transparent transparent transparent;
}
/*
.tablabel{
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px 0;
}

.tablabel li{
	display: table-cell;
	vertical-align: middle;
	width: 33%;
	text-align: center;
}

.tablabel li span{
	display: block;
	padding: 15px 0;
}

.tablabel li a{
	display: block;
	width: 100%;
	line-height: 4.0em;
	color: #333;
	background-color: #d5d5d5;
	text-decoration: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.tablabel li.active a{
	position: relative;
	color: #fff;
	text-align: center;
	background-color: #5f594d;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	z-index: 0;
}

.tablabel li.active a:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #5f594d transparent transparent transparent;
}
*/
/* タブ切り替え　エリア（市区町村）用 */
.tablabel2 {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.tablabel2 li {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  text-align: center;
}
.tablabel2 li span {
  display: block;
  line-height: 1.0em;
  color: #2b865e;
}
.tablabel2 li a {
  display: block;
  width: 100%;
  padding: 7px 0;
  line-height: 2.0em;
  color: #333;
  text-decoration: none;
  border: 1px solid #2b865e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(43, 134, 94, 1);
}
.tablabel2 li.active a {
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #2b865e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 0;
}
.tablabel2 li.active a span {
  color: #fff;
}
.tablabel2 li.active a:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2b865e transparent transparent transparent;
}
.area-list {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}
.area-list li {
  float: left;
  margin: 10px 15px 0 0;
}
/* main-box */
.main-box {
  margin: 40px 0;
  padding: 10px 10px 40px;
  background-color: #f1f1f1;
}
.main-box .main-img img {
  width: 100%;
  height: auto;
}
.main-box h3 {
  clear: both;
  margin: 30px 0 10px;
  padding: 0 0 5px;
  line-height: 1.3em;
  font-size: 2.3rem !important;
  font-weight: normal !important;
  border-bottom: 3px solid #ccc;
}
.main-box h3 span {
  font-size: 1.7rem;
  margin-left: 20px;
}
.main-box.corp-detail-wrap h3 {
  margin-top: 50px;
}
.btn-search {
  width: 220px;
  margin: 10px auto 0;
  text-align: center;
}
.btn-search a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  background-image: url(../commonimg/ico_search.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-color: #a0977e;
  border-bottom: 3px solid #5d5132;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-search a:hover, .btn-search a:active {
  background-color: #776d4f;
}
/* ボタン類 */
#main-area .btn-onestop, #main-area .btn-nakoudo2, #main-area .btn-nakoudo3, #main-area .btn-nakoudo5, #main-area .btn-nakoudo7 {
  float: left;
  width: 300px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
  box-shadow: 0 0 3px 0 #666; /* CSS3 */
  font-size: 1.4rem !important;
}
#main-area .btn-mail2, #main-area .btn-mail3, #main-area .btn-nakoudo4, #main-area .btn-nakoudo6 {
  float: left;
  width: 300px;
  height: 60px;
  font-size: 0.8em;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 10px;
}
#main-area .btn-mail2 {
  margin: 0 !important;
  background-image: url(../commonimg/btn_mail3.png);
}
#main-area .btn-mail3 {
  margin: 0 !important;
  padding-top: 0;
}
#main-area .btn-nakoudo2 {
  width: 400px;
  margin: 20px 0 0 0 !important;
  background-color: #2d84a0;
  background-image: url("../commonimg/btnNext.png");
  background-size: 15px 15px;
  background-position: right 5px bottom 5px;
}
#main-area .btn-nakoudo3 {
  margin: 0 !important;
  background-color: #bd5e00;
  /*background-image: url(../commonimg/btn_nakoudo2.png);*/
  background-image: url(../commonimg/btn_mail2.png);
}
#main-area .btn-nakoudo5 {
  margin: 20px 0 0 0 !important;
  background-color: #fff;
  background-image: url(../commonimg/btn_nakoudo5.png);
}
#main-area .btn-nakoudo6 {
  margin: 0 !important;
  padding-top: 0;
}
#main-area .btn-nakoudo7 {
  margin: 20px 0 0 0 !important;
  font-size: 0.9em;
  background-color: #3FAB7B;
  background-image: url(../commonimg/btn_nakoudo8.png);
}
#main-area .btn-onestop {
  margin: 0 0 0 20px !important;
  background-color: #55abae;
  background-image: url(../commonimg/btn_onestop.png);
}
#main-area .btn-mail2 a, #main-area .btn-nakoudo2 a, #main-area .btn-nakoudo3 a, #main-area .btn-nakoudo7 a, #main-area .btn-onestop a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
#main-area .btn-nakoudo4 a, #main-area .btn-nakoudo5 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #e17f00;
  text-decoration: none
}
#main-area .btn-mail3 a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
  /*background-image: url(../commonimg/btn_mail4.png);*/
  background-image: url(../commonimg/btn_mail2.png);
  background-position: left top;
}
#main-area .btn-nakoudo6 a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  color: #19935e;
  text-decoration: none;
  background-image: url(../commonimg/btn_nakoudo7.png);
  background-position: left top;
}
#main-area .btn-mail2 a:hover, #main-area .btn-nakoudo2 a:hover, #main-area .btn-nakoudo3 a:hover, #main-area .btn-nakoudo4 a:hover, #main-area .btn-nakoudo7 a:hover, #main-area .btn-onestop a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#main-area .btn-nakoudo4 a:hover, #main-area .btn-nakoudo5 a:hover {
  font-weight: bold;
}
#main-area .btn-nakoudo6 a:hover {
  color: #e17f00;
  font-weight: bold;
  background-position: 0 -60px !important;
}
#main-area .btn-mail3 a:hover {
  background-position: 0 -60px !important;
}
#main-area .btn-mail2 a span, #main-area .btn-mail3 a span, #main-area .btn-nakoudo4 a span, #main-area .btn-nakoudo6 a span {
  display: block;
  padding: 15px 0 0 35px;
}
#main-area .btn-nakoudo2 a span {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 55px;
}
#main-area .btn-nakoudo2 a span::before {
  content: "無料";
  color: #fff;
  background-color: #194959;
  padding: 0 3px;
  margin-right: 10px;
}
#main-area .btn-onestop a span {
  display: block;
  padding: 15px 0 0 35px;
}
#main-area .btn-nakoudo3 a span, #main-area .btn-nakoudo7 a span {
  display: block;
  padding: 15px 0 0 55px;
}
#main-area .btn-nakoudo5 a span {
  display: block;
  padding: 15px 0 0 45px;
}
#main-area .btn-box {
  padding: 20px 5px;
  background-color: #fff2cc;
}
#main-area .btn-box p {
  margin-bottom: -10px;
}
#main-area .btn-box .red {
  color: #f00;
}
button.btn-mail2, button.btn-mail3 {
  float: left;
  width: 300px;
  height: 60px;
  margin: 20px 20px 0 0 !important;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  font-size: 0.8em !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  background-repeat: no-repeat;
  border-style: none;
  cursor: pointer;
}
button.btn-mail2 {
  background-image: url(../commonimg/btn_mail3.png);
  background-position: top;
}
button.btn-mail3 {
  padding: 0 !important;
}
button.btn-mail2 span, button.btn-mail3 span {
  display: block;
  width: 300px;
  height: 100%;
  margin-left: 0;
  padding: 15px 0 0 0;
}
button.btn-mail3 span {
  background-image: url(../commonimg/btn_mail4.png);
  background-position: left top;
  padding: 25px 0 0 0 !important;
}
button.btn-mail2 span:hover, button.btn-mail2 span:active {
  background-color: rgba(255, 255, 255, 0.1);
}
button.btn-mail3 span:hover, button.btn-mail3 span:active {
  background-position: 0 -60px;
}
:lang(en) {
  font-family: Aparajita Italic;
  font-style: oblique;
}
#main-area .btn-nakoudo-long {
  width: 600px;
  height: 50px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 0.8em;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #bd5e00;
  background-image: url(../commonimg/btn_nakoudo-long.png);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
  box-shadow: 0 0 3px 0 #666; /* CSS3 */
}
#main-area .btn-nakoudo-long a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
#main-area .btn-nakoudo-long a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#main-area .btn-nakoudo-long a span {
  display: block;
  padding: 15px 0 0 0;
}
/* 資料請求・お問い合わせボタン submit*/
button.btn-contact-submit, button.btn-contact-submit2, button.btn-meet-submit {
  float: left;
  width: 400px;
  height: 50px;
  margin: 20px 20px 0 0 !important;
  padding-left: 55px;
  text-align: left;
  font-size: 1.4rem !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  background-image: url(../commonimg/btn_mail2.png);
  background-repeat: no-repeat;
  background-position: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
  box-shadow: 0 0 3px 0 #666; /* CSS3 */
}
button.btn-contact-submit {
  background-image: url(../commonimg/btnNext.png);
  background-size: 15px 15px;
  background-position: right 5px bottom 5px;
}
button.btn-contact-submit span::before {
  content: "無料";
  color: #fff;
  background-color: #C03522;
  padding: 0 3px;
  margin-right: 10px;
}
button.btn-meet-submit {
  float: left;
  margin-right: 0 !important;
  padding-left: 85px;
  border: 2px solid #e17f00;
  color: #e17f00;
  background-color: #fff;
  background-image: url("../commonimg/icon_arrow_orange.png");
  background-size: 8px 8px;
  background-position: right 5px bottom 5px;
}
button.btn-meet-submit span::before {
  content: "無料";
  color: #fff;
  background-color: #C03522;
  padding: 0 3px;
  margin-right: 10px;
}
#main-area .btn-meet-submit:hover {
  font-weight: bold;
}
#main-area .btn-meet-submit:hover span::before {
  font-weight: normal;
}
button.btn-contact-submit {
  color: #fff;
  background-color: #e17f00;
}
button.btn-contact-submit:hover, button.btn-contact-submit:active {
  background-color: #eaa64d;
}
button.btn-contact-submit.green {
  background-color: #3FAB7C;
  background-image: url(../commonimg/btn_nakoudo2.png);
}
button.btn-contact-submit.green:hover, button.btn-contact-submit.green:active {
  background-color: #5AC295;
}
button.btn-contact-submit2 {
  font-weight: bold;
  font-size: 0.9em !important;
  color: #333;
  background-color: #fb8200;
}
button.btn-contact-submit2:hover, button.btn-contact-submit2:active {
  background-color: #fb901d;
}
.btn-box button.btn-contact-submit, .btn-box button.btn-contact-submit2 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
/* 検索ボタン */
button.btn-submit {
  display: block;
  width: 220px;
  margin: 20px auto 0;
  padding: 15px 0 !important;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.1em;
  cursor: pointer;
  background-image: url(../commonimg/ico_search.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-color: #8e8367;
  border-style: none;
  border-bottom: 3px solid #5d5132;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
button.btn-submit:hover, button.btn-submit:active {
  background-color: #776d4f;
}
/* テキストと右矢印のみのボタン */
.btn-contact-submit-simple {
  width: 60%;
  height: 50px;
  margin: 50px 0 !important;
  text-align: center;
  font-size: 1.4rem !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
  background-color: #e17f00;
  background-repeat: no-repeat;
  background-image: url(../commonimg/btnNext.png);
  background-size: 15px 15px;
  background-position: right 10px top 50%;
  border-radius: 3px;
  border-style: none;
  cursor: pointer;
}
.btn-contact-submit-simple:hover {
  background-color: #eaa64d;
}
/* 会社詳細table */
.corp-detail {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.corp-detail th {
  width: 180px;
  padding: 10px;
  background-color: #dceddb;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.corp-detail td {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#rating-box {
  background-color: #fff;
}
.rating-point {
  width: 200px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.ttl-rating {
  margin: 0 0 10px 0;
  padding: 2px;
  color: #fff;
  text-align: center;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rating-point .score {
  margin: 0 !important;
  font-size: 4.8rem;
  line-height: 1.0em;
}
.rating-point .graph {
  width: 100%;
  margin: 0 auto;
}
.btn-rating {
  width: 40%;
  margin: 20px auto;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
@media screen and (max-width:420px) {
  .btn-rating {
    width: 100%;
  }
}
.btn-rating a {
  background-color: #BD5E00;
  display: block;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
}
.btn-rating a:hover {
  background-color: #CC7825;
}
.rating-list li {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
.rating-list li h3 {
  border: none;
  margin-top: 10px !important;
  font-weight: bold !important;
  font-size: 1.1em !important;
}
.rating-list table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  font-size: 1.5rem;
  border: 1px solid #ccc;
}
.rating-list table tr th {
  background-color: #666;
  color: #fff;
  text-align: center;
  border: none;
  width: 45%;
  padding: 5px;
}
.rating-list table tr th.title-hoshi {
  text-align: left;
  width: 55%;
}
.rating-list table tr td {
  vertical-align: middle;
  text-align: center;
  border-right: none;
  border-left: none;
  border-bottom: 1px dotted #ccc;
  border-top: none;
  padding: 20px 0;
}
/* 会社の事例一覧 */
.corp-case li {
  float: left;
  width: 265px;
  margin: 0 15px 20px 0;
  font-size: 0.9em;
}
.corp-case li:nth-child(3n) {
  margin-right: 0;
}
.corp-case li:nth-child(3n+1) {
  clear: both;
}
.corp-case li img {
  width: 100%;
  max-width: 265px;
  margin-bottom: 3px;
  height: auto;
}
.corp-case li.icon-madori {
	position: relative;
	
}
.corp-case li.icon-madori::after {
	display: block;
	content: "間取り図";
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 2px 10px;
	color: #fff;
	background-color: #f00;
	border-radius: 5px;
	font-size: 1.2rem;
}
.corp-case li dl {
  margin: 10px 0 20px;
}
.corp-case li dt {
  width: 6em;
  font-size: 1.4rem;
  line-height: 1.5em;
  padding: 0.2em 0;
}
.corp-case li dd {
  width: 100%;
  margin-top: -1.9em;
  padding: 0.2em 0 0.2em 6em;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.5em;
}
/* 事例詳細 */
h2.case-title {
  margin: 5px 0 15px 0 !important;
  padding: 5px 0 5px 10px !important;
  line-height: 1.3em;
  font-size: 2.3rem !important;
  border-left: 5px solid #259668;
  border-bottom: 0 !important;
}
h2.case-title.plan{
    margin-top: 50px!important;
}
#case_detail .madori img {
  width: 100%;
  height: auto;
}
/* タグリスト */
.tag-box {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
.tag-box h3 {
  margin: 0 0 0 10px;
  padding: 3px 0 3px 8px;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  border-left: 5px solid #259668;
  border-bottom: none;
}
.tag-box p {
  margin: 0 0 5px 10px !important;
}
.tag-box .tag-list {
  padding-bottom: 0;
}
.tag-list {
  padding: 10px;
  /*background-color: #f1f1f1;*/
}
.tag-list li {
  float: left;
  margin: 0 10px 10px 0;
  list-style-type: none;
}
.tag-list a {
  display: block;
  padding: 3px 6px;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tag-list a:hover, .tag-list a:active {
  background-color: #2a8487;
}
/* この会社の他の事例（豪邸カテゴリ）　*/
.case-others {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
.case-others h3 {
  margin: 0 0 0 10px;
  padding: 3px 0 3px 8px;
  font-size: 0.9em !important;
  font-weight: bold !important;
  border-left: 5px solid #259668;
  border-bottom: none;
}
.case-others li {
  float: left;
  margin: 10px 0 10px 10px;
  list-style-type: none;
}
.case-others li img {
  width: 110px;
}
/* 関連テーマ（豪邸カテゴリ）　*/
.recommend-box {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
.recommend-box h3 {
  margin: 0 0 0 10px;
  padding: 3px 0 3px 8px;
  font-size: 0.9em !important;
  font-weight: bold !important;
  border-left: 5px solid #259668;
  border-bottom: none;
}
.recommend-box li {
  float: left;
  margin: 10px 0 10px 10px;
  list-style-type: none;
  min-height: 110px;
}
.recommend-box li img {
  width: 142px;
}
/* お客様の声 */
.voice-list li {
  clear: both;
}
.voice-list .profile {
  float: left;
  width: 120px;
}
.voice-list .profile .icon {
  margin: 0 !important;
}
.voice-list .profile .prof {
  width: 120px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.voice-list .profile .prof span {
  display: block;
}
.voice-list .comment {
  position: relative;
  float: left;
  width: 700px;
  margin: 0 0 0 20px;
  padding: 10px;
  font-size: 1.0em !important;
  background-color: #dceddb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.voice-list .comment:after {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #dceddb;
  top: 15%;
  right: 100%;
}
.voice-list .data {
  float: right;
  width: 700px;
  margin: 0 0 0 20px;
}
.voice-list .data .corp {
  float: left;
  font-size: 0.8em;
}
.voice-list .data .year {
  float: right;
  font-size: 0.8em;
}
.banner {
  margin-top: 20px;
}
.banner img {
  width: 100%;
  height: auto;
}
/* 評価コンテンツ */
#hyouka-box {
  left: 0;
  top: 0;
  margin-bottom: 10px;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
}
#hyouka-box #point {
  float: left;
  width: 200px;
  margin: 0 30px 0 0;
  text-align: center;
}
#hyouka-box #point #ttl-hyouka {
  margin: 0 0 10px 0;
  padding: 2px;
  color: #fff;
  text-align: center;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#hyouka-box #point .score {
  margin: 0;
  font-size: 3.0em;
  line-height: 1.0em;
}
#hyouka-box #point .graph {
  width: 100%;
  margin: 0 auto;
}
#hyouka-box #point-detail {
  float: left;
}
#hyouka-box #point-detail dt {
  float: left;
}
#hyouka-box #point-detail dd {
  margin: 0 0 10px 0;
  padding: 0 0 10px 140px;
  color: #999;
  font-size: 1.3em;
  border-bottom: 1px dotted #ccc;
  letter-spacing: 1.7em;
}
#hyouka-box #point-detail dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#hyouka-box #point-detail dd span {
  font-size: 1.3em;
  font-weight: bold;
  color: #ff3399;
}
#hyouka-area h4 {
  margin: 0 0 10px 0;
  padding: 8px 10px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #666;
}
#hyouka-area .mini-txt {
  font-size: 0.7em;
  line-height: 1.5em;
}
.pink-txt {
  font-size: 0.9em;
  font-weight: bold;
  color: #ff3399;
}
.hyouka-area-logout #hyouka-wrapper {
  position: relative;
}
.hyouka-area-logout #button-hyouka {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 60px;
}
.hyouka-area-logout #button-hyouka p {
  text-align: center;
}
.hyouka-area-logout #hyouka-hidden {
  position: static;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: "alpha(opacity=10)";
  filter: alpha(opacity=10);
  zoom: 1;
}
/* 写真一覧ページ */
#photo_list .btn-photo_cat,
#photo_detail .btn-photo_cat{
	margin-bottom: 30px;
}

#photo_list .btn-photo_cat a,
#photo_detail .btn-photo_cat a {
	display: block;
	padding: 20px;
	text-align: center;
	color: #555;
	border: 1px solid #999;
	text-decoration: none;
	font-size: 1.9rem;
}

#photo_list .btn-photo_cat a:hover,
#photo_detail .btn-photo_cat a:hover {
	color: #999;
	border: 1px solid #ccc;
}

/* 写真詳細ページ */
#photo_detail #photo-name {
  padding: 15px 0 0 0;
  font-size: 2.6rem !important;
  font-weight: normal !important;
  color: #333;
  line-height: 1.2em;
}
#photo_detail #photo-name img {
  vertical-align: middle;
}
#photo_detail p.image {
  text-align: center;
}
#photo_detail p.image img {
  max-width: 860px;
  height: auto;
  margin: 0 auto;
}
#photo_detail .sp-previous-arrow:before, #photo_detail .sp-previous-arrow:after, #photo_detail .sp-next-arrow:before, #photo_detail .sp-next-arrow:after {
  background-color: #333;
}
#photo_detail .tag-box {
  padding-top: 0;
}
#photo_detail h2.underline {
  font-weight: bold;
  border-bottom: 3px solid #259668;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 1.8rem !important;
}
#photo_detail .corp_box {
  display: flex;
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 15px;
}
#photo_detail .corp_box .corp-list-photo {
  margin-bottom: 0;
}
#photo_detail .corp_box .corp-list-photo img {
  width: 150px;
  height: auto;
}
#photo_detail .corp_box .corp-list-text {
  margin-left: 20px;
}
#photo_detail .corp_box .corp-list-text .cap {
  padding-top: 0;
  font-size: 1.4rem;
}
#photo_detail .corp_box .corp-list-text .cap .HM {
  background-color: #518abd;
}
#photo_detail .corp_box .corp-list-text .cap .KO {
  background-color: #ca5858;
}
#photo_detail .corp_box .corp-list-text .cap .KE {
  background-color: #9C66FF;
}
#photo_detail .corp_box .corp-list-text h2 a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.9rem;
}
#photo_detail .btn-box {
  margin-top: 40px;
  padding: 10px;
  background-color: #efefef;
}
#photo_detail .btn-box .btn-favorite {
  float: right;
  width: 390px;
  height: 50px;
  margin: 3px 0 0 0 !important;
  line-height: 48px;
  text-align: center;
  font-size: 1.4rem !important;
  font-weight: bold;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  background-image: url("../commonimg/ico_heart.png");
  background-repeat: no-repeat;
  background-position: 40px 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
  box-shadow: 0 0 3px 0 #666; /* CSS3 */
  color: #fff;
  background-color: #999;
}
#photo_detail .btn-box .btn-favorite:hover {
  background-color: #888;
}
#photo_detail .btn-box .btn-favorite a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-left: 0;
  background-image: url(../commonimg/btnNext.png);
  background-size: 15px 15px;
  background-position: right 5px bottom 5px;
  background-repeat: no-repeat;
}
#photo_detail .btn-box button.btn-contact-submit {
  margin-top: 3px !important;
}
#photo_detail .btn-box .btn-ghost-r {
  float: right;
  width: 390px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 3px 0 0 0 !important;
  font-size: 1.4rem !important;
}
#photo_detail .btn-box .btn-ghost-r a {
  padding: 0;
  height: 48px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#photo_detail .corp-case-box {
  margin-top: 40px;
  background-color: #efefef;
  padding: 10px;
}
#photo_detail .list_cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#photo_detail .list_cover::before, #photo_detail .list_cover::after {
  content: none;
}
#photo_detail .btn-contact a {
  margin-top: 10px;
}
#photo_detail #photo-area h3 span[lang="en"] {
  color: #2d9060;
  font-size: 1.4em;
  padding-right: 10px;
}
#photo_detail .list-box li {
  width: 32%;
}
#photo_detail .list-box li a {
  height: auto;
}
#photo_detail .other-photo h2 {
  margin-bottom: 0 !important;
}
#photo_detail .other-photo .tag-list {
  padding-top: 0 !important;
}
#photo_detail .other-photo .tag-list li {
  float: right;
  margin: 0;
}
#photo_detail .related-theme {
  padding-bottom: 10px;
}
#photo_detail .related-theme h3 {
  margin-top: 10px;
  border: none;
}
#photo_detail .related-theme p {
  display: inline-block;
}
#photo_detail .related-theme a {
  display: block;
}
#photo_detail .related-theme .additional-info-text {
  color: #333;
  background-color: none;
  margin-left: 5px;
}
#photo_detail .related-theme .additional-info {
  display: block;
}
#photo_detail .related-theme .additional-info a {
  display: inline-block;
}
/* 会社キャンペーンページ */
#corp_campaign {
  clear: both;
  padding-top: 30px;
}
#corp_campaign h2 {
  padding: 15px 0 20px 0;
  font-size: 1.5em !important;
  font-weight: normal !important;
  color: #2b865e;
}
#corp_campaign p img {
  width: 100%;
  height: auto;
}
#corp_campaign .campaign_comment {
  margin: 30px 0;
}
#corp_campaign table {
  width: 100%;
}
#corp_campaign table th, #corp_campaign table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#corp_campaign table th {
  background-color: #dceddb;
  text-align: center;
}
#corp_campaign .red {
  color: #f00;
}
#corp_campaign .btn-area {
  margin: 50px auto;
  text-align: center;
}
#corp_campaign .btn-area p {
  font-size: 1.1em;
}
#corp_campaign .btn-area button {
  background: rgb(255, 85, 0);
  background: linear-gradient(180deg, rgba(255, 85, 0, 1) 0%, rgba(255, 85, 0, 1) 50%, rgba(249, 134, 76, 1) 50%, rgba(255, 85, 0, 1) 100%);
  border: 3px solid #ff5500;
  border-radius: 5px;
  width: 70%;
  color: #fff;
  font-weight: bold;
  font-size: 2.2em;
  padding: 10px 0;
  cursor: pointer;
}
/* 共通ボタン系　*/
/* ゴーストボタン */
.btn-ghost {
  clear: both;
  width: 280px;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-ghost a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}
.btn-ghost a:hover {
  background-color: #fff;
}
/* ゴーストボタン */
.btn-ghost-r {
  float: right;
  width: 280px;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-ghost-r a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}
.btn-ghost-r a:hover {
  background-color: #fff;
}
/* 資料請求・お問い合わせボタン */
.btn-contact {
  clear: both;
  width: 80%;
  margin: 0 auto;
  font-size: 1.9rem;
  text-align: center;
  background-color: #de7d1e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
  box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
}
.btn-contact a {
  position: relative;
  display: block;
  margin: 40px 0;
  padding: 15px;
  background-color: #de7d1e;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-contact a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #fff;
}
.btn-contact a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #de7d1e;
}
.btn-contact a:hover, .btn-contact a:active, .btn-contact a:hover:after, .btn-contact a:active:after {
  background-color: #f08f2f;
}

/* 住宅会社を探す
----------------------------------------------------- */
.type-box {
  display: flex;
}
.type-box > li {
  width: 265px;
  margin-right: 15px;
  background-color: #fff;
}
.type-box > li:last-child {
  margin-right: 0;
}
.type-box > li .type-btn {
  position: relative;
  text-align: center;
  font-size: 1.4em;
  background-image: url(../commonimg/bg_mesh.png);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.type-box > li .type-btn a {
  display: block;
  padding: 30px 0 20px;
  line-height: 2.0em;
  text-decoration: none;
  color: #fff;
}
.type-box > li .hm {
  background-color: #518abd;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(55, 102, 144, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(55, 102, 144, 1);
  box-shadow: 0px 4px 0px 0px rgba(55, 102, 144, 1);
}
.type-box > li .ko {
  background-color: #ca5858;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(150, 54, 54, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(150, 54, 54, 1);
  box-shadow: 0px 4px 0px 0px rgba(150, 54, 54, 1);
}
.type-box > li .ke {
  background-color: #845dcb;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(100, 64, 165, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(100, 64, 165, 1);
  box-shadow: 0px 4px 0px 0px rgba(100, 64, 165, 1);
}
.type-box > li .type-btn span {
  display: block;
  margin: 5px 0;
  font-size: 0.8em;
}
.type-box > li .type-btn .arrow {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  margin-bottom: 0 !important;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
}
.type-box > li .type-detail {
  margin-top: 10px;
  padding: 5px 5px 10px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.type-box > li .type-detail h3 {
  margin-top: 5px;
  font-size: 1.1em !important;
  border-bottom: none;
}
.type-box > li .type-detail ul li {
  margin: 0 0 5px 20px;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 1.1em;
}
.type-box > li .type-detail .type-detail-title {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #ff6600;
}
/* 完成事例を見る
----------------------------------------------------- */
.search-area {
  width: 840px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background: #dceddb;
}
.search-area dt {
  float: left;
  width: 160px;
  padding: 10px;
  font-weight: bold;
  border-top: 1px solid #ccc;
}
.search-area dd {
  margin-left: 160px;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
}
.search-area dd label {
  display: block;
  float: left;
  width: 200px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.search-area dd select {
  width: 180px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #ccc;
}
.search-area dd label.w100 {
  width: 100%;
}
.search-area dd label.w100 input {
  width: 100%;
  padding: 5px 0;
}
.list-box {
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.list-box li {
  position: relative;
  float: left;
  width: 24%;
  max-width: 227px;
  margin: 0 1% 20px 0;
  padding: 5px 5px 0;
  font-size: 0.9em;
  background-color: #fff;
  border: 1px solid #ccc;
}
#index .list-box li {
  position: relative;
  float: left;
  width: 23%;
  max-width: 227px;
  margin: 0 1% 20px 0;
  padding: 5px 5px 0;
  font-size: 0.9em;
  background-color: #fff;
  border: 1px solid #ccc;
}
#photo_detail .list-box li {
  max-width: 160px;
}
/*
.list-box li:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 5px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:177px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
*/
.list-box li .arrow {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  margin-bottom: 0 !important;
  border-bottom: 5px solid #2d9060;
  border-left: 5px solid transparent;
}
.list-box li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.list-box li a:hover, .list-box li a:active {
  text-decoration: none;
}
.list-box li h3 {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 1.0em !important;
  border: none;
}
.list-box li .theme-photo {
  margin: 0 auto;
  text-align: center;
}
.list-box li .theme-photo img {
  width: 100%;
  height: auto;
  max-width: 217px;
}
#photo_detail #photo-area p{
	margin-bottom: 5px;
}
#photo_detail .list-box.ranking{
	justify-content: space-between;
}
#photo_detail .list-box.ranking li{
 border: none;
 margin: 0 0 5px 0;
 padding: 0; 
}
#photo_detail .list-box.ranking li a{
 border: 1px solid #ccc;
 padding: 5px 5px 0; 
}
#photo_detail .list-box.ranking li p.rank{
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #ccc;
	color: #666;
	text-align: center;
	font-size: 1.1em;
}
#photo_detail .list-box li .theme-photo img {
  max-width: 270px;
}
#photo_detail #photo-area .date{
	text-align: right;
	margin-bottom: 20px;
}
.list-box li .theme-name {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #2d9060;
  text-align: center;
}


/* 検索結果table */
.search-result {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.search-result th {
  width: 130px;
  padding: 3px 5px;
  background-color: #dceddb;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.search-result td {
  padding: 3px 5px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
/* 検索結果ボタン */
button.btn-submit-result {
  display: block;
  width: 220px;
  margin: 0 auto 40px !important;
  padding: 7px 0 !important;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
  background-image: url(../commonimg/ico_search.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-color: #8e8367;
  border-style: none;
  border-bottom: 3px solid #5d5132;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
button.btn-submit-result:hover, button.btn-submit-result:active {
  background-color: #776d4f;
}
/* 事例一覧
----------------------------------------------------- */
.caselist li {
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #f1f1f1;
  background-image: url(../commonimg/ico_arrow_big.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.caselist li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
}
.caselist li h2 {
  clear: none;
  float: left;
  width: 100%;
  max-width: 400px;
  margin: 0 0 10px 10px;
  padding: 7px 0 7px 10px;
  font-size: 1.2em !important;
  border-left: 5px solid #2d9060;
}
.caselist li img {
  float: left;
  width: 100%;
  max-width: 170px;
}
.caselist li table {
  float: left;
  width: 100%;
  max-width: 400px;
  margin: 0 0 0 10px;
  font-size: 0.9em;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.caselist li table th {
  width: 150px;
  padding: 6px;
  background-color: #daeded;
  border-bottom: 1px solid #dedede;
  border-right: 1px dotted #dedede;
}
.caselist li table td {
  padding: 6px;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.caselist > li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.search-block {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 0.8em;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.search-block th {
  width: 150px;
  padding: 2px 5px;
  background-color: #daeded;
  border-bottom: 1px solid #dedede;
  border-right: 1px dotted #dedede;
}
.search-block td {
  padding: 2px 5px;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
/* 会社一覧
----------------------------------------------------- */
.corplist li {
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.corplist li a {
  display: block;
  width: 100%;
}
.corplist li .corp-data {
  float: right;
  width: 470px;
}
.corplist li h2 {
  clear: none;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 7px 0 7px 10px;
  font-size: 1.2em !important;
  border-left: 5px solid #259668;
  border-bottom: none;
}
#corp-list .corplist li h2 {
  margin: 0 0 10px 30px;
}
.corplist li .corp-list-photo {
  float: left;
  width: 340px;
  margin-right: 10px;
}
.corplist li .corp-list-photo img {
  width: 100%;
  max-width: 340px;
  height: auto;
}
.corplist li .cap {
  margin-bottom: 15px !important;
  padding: 0;
}
.corplist li .corp-spec {
  padding: 0;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.corplist li .spec-box {
  float: left;
  width: 265px;
  height: 110px;
  margin-right: 10px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.corplist li .open {
  float: left;
  width: 125px;
  margin-right: 5px;
  padding: 0 5px 15px 0;
  border-right: 1px solid #999;
  text-align: center;
}
.corplist li .tsubo {
  float: left;
  width: 120px;
  text-align: center;
}
.corplist li .spec-box p.spec-title {
  font-size: 0.8em !important;
  font-weight: normal !important;
  text-align: center;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.corplist li .spec-box .score {
  margin: 5px 0 0 !important;
  font-size: 1.5em;
}
.corplist li .spec-box .score span {
  font-size: 0.5em;
}
.corplist li .spec-box .graph {
  margin: 0 !important;
  text-align: center;
}
.corplist li .data-box {
  float: left;
  width: 190px;
  height: 110px;
  margin-right: 0;
  padding: 5px;
  font-size: 1.1em;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.corplist li .data-box dl dt {
  float: left;
}
.corplist li .data-box dl dd {
  margin-bottom: 6px;
  padding: 0 0 6px 110px;
  border-bottom: 1px dashed #ccc;
}
.corplist li .data-box dl dd:last-child {
  border-bottom: none;
}
.corplist li .comment-txt {
  clear: both;
}
.corplist li .advantage {
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  line-height: 1em;
}
.corplist li .advantage dt {
  display: none;
}
.corplist li .advantage dd {
  margin: 5px 10px 0 0;
  padding: 5px 8px 5px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
}
.corplist li .advantage .warranty {
  background-image: url("../commonimg/icon_warranty.png");
}
.corplist li .advantage .style {
  background-image: url("../commonimg/icon_style.png");
}
.corplist li .advantage .spec {
  background-image: url("../commonimg/icon_spec.png");
}
.corplist li .btn-check {
  clear: both;
  float: none;
  max-width: 60%;
  margin: 0 20% !important;
  padding: 8px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.check-box {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #dceddb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.check-box label {
  margin: 0 10px 0 0;
  padding: 10px;
  font-size: 1.2rem;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.check-box button {
  margin: 0;
}
/* 絞り込み */
.narrowdown-box {
  display: flex;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
.narrowdown-box h3 {
  margin: 10px 0 10px 10px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #666;
  color: #fff;
}
.narrowdown-box form {
  margin-left: 40px;
}
.narrowdown-box input[type="submit"] {
  display: inline-block;
  border: 0;
  background-color: inherit;
  margin-top: 10px;
  padding: 0;
  color: #33C;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2.88rem;
  cursor: pointer;
}
.narrowdown-box .sort_on input[type="submit"] {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.narrowdown-box div {
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.narrowdown-box .selectArea {
  cursor: pointer;
  color: #33c;
  text-decoration: underline;
}
.narrowdown-box .pref {
  position: relative;
  display: flex;
}
.narrowdown-box .listPref {
  position: absolute;
  left: 3.5em;
  top: -40px;
  display: none;
}
.narrowdown-box .listPref.show {
  display: block;
  z-index: 2;
}
.narrowdown-box .listPref ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 360px;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #ccc;
}
.narrowdown-box .listPref li {
  width: 33%;
}
.narrowdown-box .listPref li.nashi {
  width: 100%;
}
.narrowdown-box .closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
}
.narrowdown-box .currentPref span, .narrowdown-box strong {
  font-weight: bold;
}
@media screen and (max-width:420px) {
  .narrowdown-box form {
    margin-left: 15px;
  }
  .narrowdown-box form input{
      font-size: 1.4rem!important;
    }
  .narrowdown-box div {
    margin-left: 20px;
  }
  .narrowdown-box .pref {
    position: inherit;
  }
  .narrowdown-box .listPref {
    position: fixed;
    width: 96%;
    left: 2%;
    top: 7em;
    margin: 0;
  }
  .narrowdown-box .listPref ul {
    width: 100%;
  }
  .corp-content {
    margin-bottom: 20px;
    border: 1px solid #666;
    font-size: 1.4rem;
  }
  .corp-content .corp-name {
    padding: 10px;
    margin: 0 10px 0 10px;
    border-bottom: 1px solid #aaa;
    font-size: 1.8rem;
  }
  .corp-content .corp-price {
    padding: 10px 20px;
    background-color: #f1f1f1;
  }
  .corp-content .corp-price span {
    font-size: 2.1rem;
    color: #3FAB7C;
  }
  .corp-content .open-arrow {
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
    cursor: pointer;
  }
  .corp-content .open-arrow img {
    margin: 0;
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
  }
  .corp-content .average, .corp-content .hyojun {
    margin-bottom: 10px;
  }
  .corp-content .hide-content {
    display: none;
  }
  .corp-content .hide-content.show {
    display: block;
  }
}
/* チェックボタン */
#corp-list input[ type=checkbox] {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer;
}
#corp-list li input[ type=checkbox] {
  margin: 7px 0 0 0;
  padding: 0;
  width: 18px;
  height: 18px;
}
#corp-list label span {
  font-size: 10px;
}
/* まとめてお問い合わせボタン submit*/
button.btn-contact-corplist {
  width: 320px;
  height: 36px;
  margin: 0 !important;
  text-align: center;
  color: #fff;
  font-size: 1.2rem !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #bd5e00;
  background-image: url(../commonimg/btnNext.png);
  background-size: 15px 15px;
  background-position: right 5px bottom 5px;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
  box-shadow: 0 0 3px 0 #666; /* CSS3 */
}
button.btn-contact-corplist span::before {
  content: "無料";
  color: #fff;
  background-color: #C03522;
  padding: 0 3px;
  margin-right: 10px;
}
button.btn-contact-corplist:hover, button.btn-contact-corplist:active {
  background-color: rgba(189, 94, 0, 0.9);
}
p.btn-nakoudo-corplist {
  float: right;
  width: 320px;
  height: 36px;
  margin: 0 80px 0 0 !important;
  text-align: center;
  color: #fff;
  font-size: 1.2rem !important;
  line-height: 36px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #3fab7c;
  background-image: url("../commonimg/icon_arrow_white.png");
  background-size: 8px 8px;
  background-position: right 5px bottom 5px;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
  box-shadow: 0 0 3px 0 #666; /* CSS3 */
}
p.btn-nakoudo-corplist a {
  color: #fff;
  text-decoration: none;
}
p.btn-nakoudo-corplist:hover, p.btn-nakoudo-corplist:active {
  background-color: rgba(63, 171, 124, 0.9);
}
p.btn-nakoudo-corplist span {
  display: block;
  background-image: url("../commonimg/ico_search.png");
  background-repeat: no-repeat;
  background-position: 65px 50%;
}
.case-list-title {
  margin: 5px 0 20px 0 !important;
  padding: 5px 0 5px 0 !important;
  line-height: 1.3em;
  font-size: 1.8rem !important;
  font-weight: bold !important;
  border-bottom: 1px dotted #ccc;
}
/* 写真一覧ページ
----------------------------------------------------- */
#photo_list .ins-date{
	margin-top: -10px!important;
	text-align: left;
}
#to-login {
  display: none;
}

.select-category p{
    margin-bottom: 5px!important;

}

#category-tag{
    width: 100%;
    overflow-x: auto;
    padding-bottom: 15px;
    white-space: nowrap;
}

#category-tag li{
    display: inline-block;
    margin-right: 10px;
    background-color: #efefef;
    /*border-radius: 15px;*/
    white-space: nowrap;
}

#category-tag li a{
  display: block;
  padding: 4px 12px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  background-color: #666;
  border-radius: 3px;
}

#category-tag a:hover, #category-tag a:active {
  background-color: #2d9060;
}



/* .list_cover
------------------------- */
.list_cover {
  margin: 0 auto;
  text-align: left;
}
.list_cover.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_cover.flex::after {
  content: "";
  display: block;
  width: 198px;
}
/* .list_item
------------------------- */

.list_cover .list_item {
  padding: 10px 0;
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  vertical-align: top;
  margin-right: 15px;
}
.list_cover .list_item img {
  width: 270px;
  height: 270px;
}
.list_cover .list_item .title {
  width: 270px;
}
.list_cover .list_item .title a {
  z-index: 99;
}
.list_cover li .list_regist, .list_cover li .list_cancel {
  margin-top: -5px;
}
.list_cover li img.favorite-icon,
#photo_list .list_cover li img.favorite-icon,
#photo_detail .list_cover li img.favorite-icon{
  width: auto;
  height: auto;
  border: none;
  vertical-align: middle;
}
.list_cover .active {
  background: url(../commonimg/activeArrow.gif) no-repeat bottom center;
}
.list_cover .list_item .photo_data {
  display: none;
}
.list_cover .pr {
  height: 270px;
  padding: 10px 0;
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  vertical-align: top;
  margin-right: 15px;
}
.list_cover .pr p {
  width: 198px;
}

.list_cover .theme_text{
    display: block;
    width: 100%;
    margin: 10px 0 30px 0!important;
    padding: 25px;
    background-color: #efefef;	
	line-height: 1.8em;
}
#photo_list .list_cover.flex,
#photo_detail .list_cover.gallery{
  justify-content: flex-start;
}
#photo_list .list_cover .list_item,
#photo_detail .list_cover .list_item {
  padding: 10px 20px 0 0; 
  margin-right: 0;
}
#photo_list .list_cover .list_item img,
#photo_detail .list_cover .list_item img{
  width: 156px;
  height: 156px;
}
#photo_list .list_cover .list_item .title,
#photo_detail .list_cover .list_item .title{
  width: 156px;
}
#photo_detail .corp-case li {
  float: left;
  width: 156px;
  margin: 0 15px 20px 0;
  font-size: 0.9em;
}
#photo_detail .corp-case li:nth-child(5n) {
  margin-right: 0;
}
#photo_detail .corp-case li:nth-child(3n) {
  margin-right: 15px;
}
#photo_detail .corp-case li:nth-child(3n+1) {
  clear: none;
}
#photo_detail .corp-case li:nth-child(5n+1) {
  clear: both;
}
/* .expandField
------------------------- */
.expandField {
  padding: 10px 0;
  width: 100%;
  text-align: left;
  display: block;
  background: #222;
  float: left;
  position: relative;
  overflow: hidden;
}
.expandField .btnClose {
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
  background: url(../commonimg/btnClose.gif) no-repeat top left;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
.expandField .btnPrev {
  top: 45%;
  left: 0;
  width: 30px;
  height: 30px;
  display: block;
  background: url(../commonimg/btnPrev.gif) no-repeat top left;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
.expandField .btnNext {
  top: 45%;
  right: 0;
  width: 30px;
  height: 30px;
  display: block;
  background: url(../commonimg/btnNext.gif) no-repeat top left;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
.expandField .photo_data_inner {
  padding: 30px;
  text-align: center;
  position: relative;
}
.expandField .photo_data_inner .photo_data_upper, .expandField .photo_data_inner .photo_data_bottom {
  width: 100%;
  float: none;
}
.expandField .photo_data_inner .photo_data_upper img {
  width: auto;
  max-width: 585px;
  max-height: 390px;
}
.expandField .photo_data_inner .photo_data_upper {
  text-align: center;
}
.expandField .photo_data_inner .photo_data_bottom {
  margin-top: 10px;
  text-align: left;
  color: #fff;
}
.expandField .photo_data_inner .photo_data_bottom .to_favorite {
  text-align: center;
  margin: 20px 0 !important;
}
.expandField .photo_data_inner .photo_data_bottom .to_detail {
  display: inline-block;
  margin-right: 10px;
  width: 90px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #666;
}
.expandField .photo_data_inner .photo_data_bottom .to_detail a {
  display: block;
  width: 90px;
  height: 40px;
  color: #fff;
  text-decoration: none;
}
.expandField .photo_data_inner .photo_data_bottom .to_nakoudo {
  display: inline-block;
  width: 170px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #C46E1A;
}
.expandField .photo_data_inner .photo_data_bottom .to_nakoudo input {
  display: block;
  width: 170px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 1em;
}
.expandField .photo_data_inner .photo_data_bottom .to_nakoudo a {
  display: block;
  width: 170px;
  height: 40px;
  color: #fff;
  text-decoration: none;
}
/* ===========================================
	SizeAdjustment
=========================================== */
@media screen and (max-width: 600px) {
  .expandField .photo_data_inner .photo_data_upper img {
    width: 80%;
  }
}
@media screen and (max-width: 420px) {
  .list_cover .list_item {
    width: 100%;
    height: auto;
  }
#photo_list .list_cover .list_item,
#photo_detail .list_cover .list_item {
	width: 46%;
	margin: 0 2% 10px 2% !important;
	padding-right: 0;
}

#photo_list .list_cover li.theme_text,
#photo_detail .list_cover li.theme_text {
	display: block;
	width: 100%;
	margin: 0 0 30px 0 !important;
	padding: 15px 2%;
	font-size: 0.9em;
	line-height: 1.5em;
}

.list_cover .list_item img {
	width: 84%;
	height: auto;
	margin: 0 8%;
}

#photo_list .list_cover .list_item img,
#photo_detail .list_cover .list_item img {
	width: 100%;
	height: auto;
	margin: 0;
}
	
  .list_cover .list_item .title {
    margin: 0 2%;
    width: 96%;
  }
  .list_cover .list_item .title img {
    width: inherit;
    margin: 0;
  }
  .expandField {
    padding: 0 0 10px;
    width: 100%;
    text-align: left;
    display: block;
    background: #fff;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .expandField .photo_data_inner {
    padding: 0;
    text-align: center;
    position: relative;
  }
  .expandField .btnClose {
    top: 10px;
    left: 5px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../commonimg/btnClose.png) no-repeat top left;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
  }
  .expandField .btnPrev {
    top: 215px;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../commonimg/btnPrev.png) no-repeat top left;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
  }
  .expandField .btnNext {
    top: 215px;
    right: 0;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../commonimg/btnNext.png) no-repeat top left;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
  }
  .expandField .photo_data_inner .photo_data_upper img {
    width: auto;
    max-height: 250px;
  }
  .expandField .photo_data_inner .photo_data_bottom {
    width: 100%;
    padding: 0 10px;
    color: #333;
  }
  .expandField .photo_data_inner .photo_data_bottom img {
    width: 100%;
    height: auto;
  }
}
/* =======================================
	ClearFix
======================================= */
/*
.list_cover:before, .list_cover:after, .expandField .photo_data_inner:before, .expandField .photo_data_inner:after {
  content: " ";
  display: table;
}
.list_cover:after, .expandField .photo_data_inner:after {
  clear: both;
}
.list_cover, .expandField .photo_data_inner {
  *zoom: 1;
}
*/
/* テーマ別ページ
----------------------------------------------------- */
#theme-title,
.theme-title{
  clear: both;
  margin: 50px 0 20px;
  padding: 15px 0 0 0;
  font-size: 2.5rem !important;
  font-weight: normal;
}
#theme-title span,
.theme-title span{
  margin: 0 20px;
  color: #2b865e;
  font-size: 0.8em;
}
.theme-outline {
  padding: 15px;
  border: 3px dotted #ccc;
}
.open-txt, .close-txt {
  clear: both;
  width: 100px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  border: 1px solid #999;
  cursor: pointer;
  font-size: 12px;
}
.open-txt a, .close-txt a {
  color: #333;
  text-decoration: none;
}
.open-txt:hover, .close-txt:hover {
  background-color: #f1f1f1;
}
#theme .btn-mail2 {
  margin-left: 10px !important;
}
.theme-case {
  margin: 20px 0 0 0;
}
.theme-case li {
  float: left;
  width: 265px;
  margin: 0 20px 20px 0;
  font-size: 0.9em;
}
.theme-case li:nth-child(3n) {
  margin-right: 0;
}
.theme-case li:nth-child(3n+1) {
  clear: both;
}

.theme-case li.icon-madori {
	position: relative;
	
}
.theme-case li.icon-madori::after {
	display: block;
	content: "間取り図";
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 2px 10px;
	color: #fff;
	background-color: #f00;
	border-radius: 5px;
	font-size: 1.2rem;
}
.theme-case li img {
  width: 100%;
  max-width: 265px;
  height: auto;
  margin-bottom: 3px;
  border: 1px solid #ccc;
}
.theme-case li img.favorite-icon {
  width: auto;
  border: none;
}

.theme-case li span.small_txt sup, .theme-case li sup {
  font-size: 0.5em;
  vertical-align: super;
}
#inline-content h2 {
  font-size: 1.1em;
  line-height: 1.7em;
  background-color: #999;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
#inline-content h3 {
  font-size: 1.5rem;
  line-height: 1.7em;
  border-left: 5px solid #2b865e;
  padding-left: 10px;
  margin: 50px 0 20px 0;
  text-align: left;
}
#inline-content dl dt {
  margin: 0 10% 0 10%;
  text-align: left;
}
#inline-content dl dd {
  margin: 0 10% 20px 10%;
  text-align: left;
}
#inline-content dl dd input {
  width: 100%;
  height: 40px;
  border: solid 1px #ccc;
}
#inline-content .caution {
  color: #f00;
  margin: 0 20px 5px 20px !important;
}
#inline-content .btn-login input {
  clear: both;
  display: block;
  width: 260px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  background-color: #666;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 1);
  box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 1);
}
#inline-content .btn-login input:hover, #inline-content .btn-login input:active {
  background-color: #777;
}
#inline-content .remind {
  font-size: 0.8em;
  text-align: center;
}
#inline-content .btn-registration {
  clear: both;
  width: 260px;
  height: 50px;
  margin: 0 auto 30px auto !important;
  text-align: center;
  line-height: 50px;
  background-color: #dc742f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(185, 87, 22, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(185, 87, 22, 1);
  box-shadow: 0px 4px 0px 0px rgba(185, 87, 22, 1);
}
#inline-content .btn-registration a {
  display: block;
  width: 260px;
  height: 50px;
  background-color: #dc742f;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#inline-content .btn-registration a:hover, #inline-content .btn-registration a:active {
  background-color: #f3904e;
}
#inline-content p {
  text-align: left;
}
.theme-list-nakoudo-box {
  padding: 20px 30px;
  background-color: #f1f1f1;
}
.theme-list-btn-box, .theme-list-nakoudo-box-large, .theme-list-nakoudo-box-small {
  padding: 20px;
  background-color: #f1f1f1;
}
.theme-list-nakoudo-txt {
  float: left;
  width: 280px;
  margin: 0 20px 0 0 !important;
  padding-top: 5px;
  line-height: 1.5em;
  font-size: 1.5rem;
  color: #bc6a00;
}
.theme-list-nakoudo-box .btn-nakoudo3 {
  width: 490px !important;
  background-image: url("../commonimg/ico_arrow_circle_white.png") !important;
  background-repeat: no-repeat !important;
  background-position: 450px 50% !important;
  text-align: center !important;
  background-color: #e17f00 !important;
}
.theme-list-nakoudo-box .btn-nakoudo3 span {
  padding: 13px 0 0 !important;
  font-size: 1.6rem !important;
}
.theme-list-nakoudo-box-large .btn-nakoudo-large, .theme-list-nakoudo-box-small.senmon .btn-nakoudo {
  margin-top: -10px;
}
.theme-list-nakoudo-box-large img {
  width: 100%;
  height: auto;
}
.theme-list-nakoudo-box-large .theme-list-nakoudo-txt {
  float: none;
  width: 100%;
  margin: 0 !important;
  font-size: 1.5rem;
  text-align: center;
  color: #bc6a00;
}
.theme-list-nakoudo-box-small {
  width: 860px;
}
.theme-list-nakoudo-box-small .theme-list-nakoudo-txt {
  width: 220px;
  padding-top: 5px;
  font-size: 1.5rem;
  color: #bc6a00;
}
.theme-list-nakoudo-box-small.senmon .theme-list-nakoudo-txt {
  width: 310px;
  padding-top: 10px;
  padding-left: 65px;
}
.theme-list-nakoudo-box-small p {
  margin-bottom: 0 !important;
}
img.w100 {
  width: 100%;
}
.theme-column {
  margin: 50px 0;
}
.theme-column h2 {
  margin: 50px 0 20px;
  padding-left: 10px;
  font-size: 1.9rem !important;
  font-weight: bold !important;
  border-left: 5px solid #2d9060;
}
.theme-column h3 {
  margin: 30px 0 5px;
  padding: 0 0 3px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 1.6rem;
  font-weight: bold !important;
}
/* ページめくり機能 */
.total {
  margin-top: 30px;
  padding-bottom: 5px;
}
.total span.number {
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
}
.page {
  margin: 10px auto 30px;
  padding: 20px;
  background-color: #ededed;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pageNavi ul {
  text-align: center !important;
}
.pageNavi ul li {
  display: inline;
  font-size: 1.1em;
  margin-right: 5px;
}
.pageNavi ul a {
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
}
.pageNavi ul a:hover, .pageNavi ul a:active {
  background-color: #e0f1cf;
}
.pageNavi ul li.on {
  padding: 10px 15px;
  background-color: #e0f1cf;
}
.pageNavi p {
  margin: 0;
  text-align: center;
}
.pageNavi.case ul {
  text-align: left !important;
  margin: 10px 0 30px 0;
}
#sort {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: right;
}
#sort li {
  display: inline;
  margin-left: 10px;
}
.btn-next {
  display: none;
}
/* 住宅展示場・モデルハウス
----------------------------------------------------- */
.exhibition-list dt {
  clear: both;
  float: left;
  font-weight: bold;
}
.exhibition-list dd {
  margin-bottom: 10px;
  padding: 0 0 0 150px;
  border-bottom: 1px dotted #ccc;
}
.exhibition-list dd ul li {
  float: left;
  margin: 0 10px 10px 0;
  font-size: 1.1em;
}
.exhibition-list dd ul li a {
  display: block;
  padding: 3px 10px;
  text-decoration: none;
  color: #fff;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.exhibition-list dd ul li a:hover, .exhibition-list dd ul li a:active {
  background-color: #2d9060;
}
.exhibition-list dd ul li.off {
  padding: 3px 10px;
  color: #999;
}
.corplist li .exhibition-list-photo {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.corplist li .exhibition-list-photo img {
  width: 100%;
  max-width: 300px;
}
.exhibition-table {
  width: 300px;
  margin-bottom: 10px;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.exhibition-table th {
  width: 100px;
  padding: 5px;
  background-color: #dceddb;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.exhibition-table td {
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.exhibition-button {
  float: right;
  width: 300px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  background-color: #de7d1e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
  box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
}
.exhibition-button a {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 10px;
  background-color: #de7d1e;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.exhibition-button a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #fff;
}
.exhibition-button a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #de7d1e;
}
.exhibition-button a:hover, .exhibition-button a:active, .exhibition-button a:hover:after, .exhibition-button a:active:after {
  background-color: #f08f2f;
}
/* ハウスネットギャラリーとは
----------------------------------------------------- */
#office h2.office {
  clear: both;
  width: 100%;
  margin: 30px 0 10px 0;
  padding: 7px 0 7px 10px;
  line-height: 1.3em;
  font-size: 1.2em !important;
  border-left: 5px solid #2d9060;
}
.office-list {
  display: flex;
}
.office-list li {
  width: 290px;
  margin: 0 20px 20px 0;
  padding: 10px;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.office-list li:last-child {
  margin-right: 0;
}
.office-list li h3 {
  margin: 5px 0 !important;
  color: #2d9060;
}
.office-list li .icon {
  text-align: center;
}
.office-list li .btn-gray {
  float: none;
  margin: 0 auto;
  text-align: center;
}
/* よくあるご質問
----------------------------------------------------- */
.faq dt {
  margin: 0 0 10px 0;
  padding: 10px;
  font-size: 1.1em;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.faq dt:before {
  content: "Q. ";
  color: #ff0000;
  font-weight: bold;
}
.faq dd {
  margin: 0 0 20px 0;
  padding: 0 0 20px 31px;
  border-bottom: 1px dotted #ccc;
}
.acordion {
  margin: 0 0;
  padding: 0;
}
.acordion li {
  font-size: 1.2em;
  border-bottom: 1px dotted #999;
  list-style: none;
  cursor: pointer;
}
.acordion li .trigger:before {
  content: "Q. ";
  color: #2d9060;
  font-weight: bold;
}
.acordion li ul {
  margin: 0;
  padding: 0;
  border: none;
}
.acordion li ul li {
  margin: 10px 0;
  font-size: 0.95em;
  line-height: 1.5em;
  border-bottom: none;
}
.acordion li ul li:before {
  content: "A. ";
  color: #cc0000;
  font-weight: bold;
  font-size: 1.5em;
}
.acordion li ul.submenu li p {
  margin-bottom: 20px !important;
}
.acordion li .none-submenu {
  display: block;
  padding: 15px 0;
  background: url(../commonimg/ico_plus.png) no-repeat 98% 50%;
  background-size: 20px;
}
.acordion li .active-submenu {
  display: block;
  padding: 15px 0;
  background: url(../commonimg/ico_minus.png) no-repeat 98% 50%;
  background-size: 20px;
}
/* 上下ついてくるバナー　*/
#fixed-banner {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
#fixed-banner img {
  width: 1200px;
  height: 50px;
}
#fixed-banner-upper {}
.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 50%;
  margin-left: -600px;
}
#fixed-banner-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 1;
}
#fixed-banner-bottom img {
  width: 1200px;
  height: 70px;
}
#fixed-menu {
  width: 280px;
}
#fixed-menu.fixed {
  position: fixed;
  top: 0 !important;
  left: 50%;
  right: 0 !important;
  margin-left: 200px;
}
@media screen and (max-width:959px) { /* 〜959px ウィンドウ幅が960未満の場合位置固定 */
  #fixed-menu.fixed {
    left: 480px;
  }
}
#fixed-menu.fixed.topmargin {
  margin-top: 50px;
}
#fixed-menu.fixed .sub-box {
  background-color: #fff;
}
/* 会員登録への誘導　オーバーレイ */
#first-mypage, #register-merit {
  display: none;
  border: 1px solid #333;
  width: 70%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 15%;
  padding: 30px;
  z-index: 100;
  background: #fff;
  opacity: 0.95;
}
#register-merit {
  top: 50px;
  padding: 0;
  width: 640px;
}
#first-mypage p {
  font-size: 1.6rem;
  line-height: 2.0em;
}
#first-mypage .pc, #register-merit .pc {
  display: block;
}
#first-mypage .sp, #register-merit .sp {
  display: none;
}
#shadow {
  content: " ";
  display: none;
  position: absolute;
  top: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
}
.close {
  cursor: pointer;
}
.text_close {
  font-size: 1.6em;
  color: #00F;
  text-decoration: underline;
}
@media screen and (max-width:420px) { /* 〜420px */
  .acordion li .none-submenu {
    padding-right: 40px;
    background: url(../commonimg/ico_plus.png) no-repeat 96% 50%;
    background-size: 20px;
  }
  .acordion li .active-submenu {
    padding-right: 40px;
    background: url(../commonimg/ico_minus.png) no-repeat 96% 50%;
    background-size: 20px;
  }
}
/* SNSボタン */
.sns-box {
  float: right;
  widht: 300px;
  text-align: right;
}
.sns-box .fb-like {
  float: left;
  margin-right: 10px;
}
.sns-box .twitter-share-button {
  float: left;
  width: 95px !important;
}
.sns-box #g-plusbtn {
  float: left;
  width: 65px !important;
}
.sns-box .hatena-bookmark-button {
  float: left;
  width: 110px !important;
}
/* コラム
----------------------------------------------------- */
.column-list {
  margin: 0 5px;
}
.column-list dt {
  float: left;
}
.column-list dt span {
  margin-left: 10px;
  padding: 0 3px;
  color: #fff;
  font-size: 0.8em;
  background-color: #cc0000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.column-list dd {
  margin-bottom: 5px;
  padding: 0 0 5px 140px;
  border-bottom: 1px dotted #ccc;
}
.column-list dd span {
  display: block;
  font-size: 0.8em;
}
#news-box {
  padding: 10px;
  background-color: #eee9db;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#news-box h2 {
  margin-bottom: 10px;
  padding: 0 0 0 10px;
  color: #664d00;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #664d00;
}
#topics-box {
  margin-top: 20px;
  padding: 10px;
  background-color: #c1dce7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#topics-box h2 {
  margin-bottom: 10px;
  padding: 0 0 0 10px;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #333;
}
.topics-box2 {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.topics-box2 .btn-column {
  float: right !important;
  width: 180px;
}
.topics-box2.movie {
  position: relative;
}
.topics-box2.movie {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.topics-box2.movie h3 {
  font-size: 1.8rem !important;
  font-weight: bold !important;
  margin-bottom: 20px;
}
.topics-box2.movie h3 span {
  margin-right: 10px;
}
.topics-box2.movie h3 span img {
  width: 30px;
}
.topics-box2.movie .btn-column {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 180px;
}
.topics-box2.movie li {
  margin: 5px 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #ccc;
}
#column h1 {
  clear: both;
  margin-bottom: 15px;
  line-height: 1.3em;
}
#column .sns-box {
  margin-bottom: 20px;
}
#column .column-txt {
  clear: both;
}
#column .column-txt p {
  margin-bottom: 20px;
}
#column .column-txt p img {
  width: 100%;
  margin-bottom: 5px;
}
#column .column-txt .border-box {
  padding: 10px;
  border: 1px solid #999;
}
#column h2 {
  margin: 30px 0 10px;
  padding-bottom: 3px;
  line-height: 1.3em;
  font-size: 1.2em;
  border-bottom: 3px solid #ccc;
}
#column h2.case-title-second {
  margin: 30px 0 15px 0 !important;
  padding: 5px 0 5px 10px !important;
  line-height: 1.3em;
  border-left: 5px solid #2d9060;
  border-bottom: 0 !important;
}
#theme h1.theme-feature {
  clear: both;
  margin-top: 40px;
  padding: 15px 0 15px 20px;
  font-size: 2.1rem !important;
  font-weight: bold !important;
  line-height: 1.5em;
  border-left: 5px solid #2d9060;
}
#theme .concierge_banner {
  margin: 30px auto 40px;
}
#theme .concierge_banner img {
  width: 80%;
}
#theme #kiji-area .index {
  margin: 0 30px;
  padding: 15px;
  background-color: #efefef;
}
#theme #kiji-area .index h3 {
  margin: 10px 0 20px 0;
  font-weight: bold;
  font-size: 1.9rem;
}
#theme #kiji-area .index li {
  margin-bottom: 15px;
}
#theme #kiji-area h2.feature-main-title {
  margin: 80px 0 20px;
  padding: 15px 15px;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 2.2rem;
}
#theme #kiji-area h2.feature-main-title::before {
  content: "■ ";
  color: #2d9060;
}
#theme #kiji-area h2.feature-main-title a {
  color: #333;
}
#theme #kiji-area .avarage {
  border: 1px dotted #ccc;
  color: #2D9060;
  font-size: 2.2em;
  line-height: 2.0em;
  text-align: center;
  margin-bottom: 30px;
}
#theme #kiji-area .circle-graph {
  max-width: 640px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#theme #kiji-area .circle-graph .graph {
  width: 45%;
}
#theme #kiji-area .circle-graph .graph p {
  margin-bottom: 0;
}
#theme #kiji-area .circle-graph .graph img {
  width: 100%;
  height: auto;
}
#theme #kiji-area .circle-graph .text {
  width: 50%;
}
#theme #kiji-area .circle-graph .text p {
  margin-bottom: 0;
}
#theme #kiji-area .circle-graph .text div {
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 10px;
}
#theme #kiji-area .circle-graph .text div strong {
  font-size: 1.5em;
}
#theme #kiji-area .to-theme-list {
  margin-top: 50px;
  border: 1px solid #92D050;
  border-radius: 5px;
  color: #2D9060;
  padding: 20px;
  text-align: center;
}
#theme #kiji-area .to-theme-list img {
  width: 100%;
  height: auto;
}
#theme #kiji-area table.data-table {
  width: 100%;
}
#theme #kiji-area table.data-table th {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #e2efda;
  font-weight: bold;
  text-align: center;
}
#theme #kiji-area table.data-table td {
  padding: 20px 10px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
}
#theme #kiji-area .matome {
  border: 1px solid #2D9060;
  font-weight: bold;
  color: #2D9060;
  padding: 20px;
  margin: 0 0 30px 0;
}
#theme #kiji-area .matome li {
  list-style-type: disc;
  margin-left: 20px;
}
@media screen and (max-width:420px) {
  #theme .concierge_banner img {
    width: 96%;
  }
  #theme #kiji-area .avarage {
    font-size: 1.6em;
    line-height: 1.8em;
  }
  #theme #kiji-area .circle-graph {
    display: block;
  }
  #theme #kiji-area .circle-graph .graph {
    width: 100%;
  }
  #theme #kiji-area .circle-graph .text {
    width: 100%;
    padding: 20px 0;
  }
}
#theme #kiji-area p img {
  max-width: 100%;
  height: auto;
}
#theme #kiji-area .underline {
  text-decoration: underline;
}
#kiji-area {
  margin-top: 50px;
}
#kiji-area h1 {
  padding-top: 0 !important;
}
#kiji-area h3 {
  margin: 60px 0 30px 0;
    font-size: 1.8rem;
    font-weight: bold;
}
#kiji-area h2, #kiji-area h3.title-underline {
  margin: 40px 0 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 2.1rem;
  font-weight: bold;
}
#kiji-area .title-yellow {
  background-color: #FFF5D4;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-weight: bold;
}
#kiji-area p {
  margin-bottom: 30px;
}
#kiji-area p.image {
  margin-bottom: 0;
  text-align: center;
}
#kiji-area p:has(img) {
  text-align: center;
}
#kiji-area p img {
  max-width: 100%;
}
#kiji-area strong {
  font-weight: bold;
}
#kiji-area div[style*="border-bottom: 1px solid #CCCCCC;"] strong {
  font-size: 1.6rem;
  font-weight: bold;
}
#kiji-area sup, .feature-list sup {
  vertical-align: super;
  font-size: 0.6em;
}
#kiji-area p.caption {
  font-size: 1.3rem;
  text-align: center;
}
#kiji-area .advice {
  background-color: #D2D9DD;
  margin-bottom: 30px;
  padding: 20px 20px 5px;
}
#kiji-area .hint {
  position: relative;
  margin-bottom: 50px;
  padding: 15px 20px 15px 45px;
  background-color: #DBF9CB;
}
#kiji-area .hint p {
  margin-bottom: 0;
}
#kiji-area .hint::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "\f0eb";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 1.8em;
  color: #16410B;
}
#kiji-area figcaption{
    font-size: 1.6rem;
    text-align: center;
    color: #9197A3;
}
#theme-feature-title {
  clear: both;
  float: none;
  margin: 50px 0 20px;
  padding: 15px 0 15px 20px;
  font-size: 1.6em !important;
  font-weight: normal;
  border-left: 5px solid #259668;
}
#theme #kiji-area .case-banner {
  margin: 50px 0;
}
#theme #kiji-area .case-banner p {
  margin-bottom: 5px;
}
#kiji-area .contact-btn {
  margin-bottom: 50px;
}
#kiji-area .contact-btn p {
  margin-bottom: 0;
}
#theme .auther {
  font-size: 1.4rem;
  margin: 0 0 0 25px;
}
#theme .auther-detail {
  margin-top: 60px;
  padding: 20px 30px 15px 30px;
  border: 1px solid #ccc;
}
#theme .auther-detail .image {
  float: left;
  width: 60px;
  margin-right: 20px;
}
#theme .auther-detail .image img {
  border: 1px solid #ccc;
  border-radius: 30px;
}
#theme .auther-detail .text {
  float: left;
  width: 710px;
}
#theme .auther-detail .text p {
  margin: 0 0 5px 0;
}
#theme .auther-detail .text span {
  color: #888;
  font-size: 0.84em;
}
.btn-upper-text {
  margin: 30px 0 0 0 !important;
  color: #E17F00;
  font-weight: bold;
  text-align: center;
}
.feature-list {
  padding: 0;
}
.feature-list li {
  margin-bottom: 30px;
}
.feature-list li h4 {
  font-size: 1.0em !important;
}
.feature-list li .image {
  float: left;
  margin-right: 20px;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.feature-list li .image img {
  width: 200px;
}
.feature-list li .text {
  float: right;
  width: 410px;
}
.theme_feature_banner {
  margin-top: 50px;
}
.theme_feature_banner img {
  width: 100%;
  height: auto;
}
.kiji-list-image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 100%;
  margin-bottom: 50px;
}
.kiji-list-image li {
  width: 200px;
  height: 245px;
  margin-top: 30px;
  position: relative;
  background-image: url('/commonimg/btnNext.png');
  background-position: left 3px;
  background-size: 15px;
  background-repeat: no-repeat;
}
.kiji-list-image.title-long li {
  height: 265px;
}
.kiji-list-image::after {
  content: "";
  display: block;
  width: 198px;
}
.kiji-list-image::before {
  content: "";
  display: block;
  width: 198px;
  order: 1;
}
.kiji-list-image li h4 {
  padding-left: 20px;
}
.kiji-list-image li img {
  position: absolute;
  bottom: 0;
}
.kiji-list-text {
  margin-bottom: 50px;
}
.kiji-list-text li {
  position: relative;
  background-image: url('/commonimg/btnNext.png');
  background-position: left 3px;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.kiji-list-text li span {
  display: inline-block;
  position: absolute;
  width: 8em;
  right: 0;
  background-color: #666;
  text-align: center;
}
.kiji-list-text li a span {
  color: #fff;
  text-decoration: none;
}
.kiji-list-text li a:hover span {
  background-color: #888;
}
.idea-text {
  border: 1px solid #ccc;
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
}
.idea-text h4 {
  font-weight: bold !important;
}
.idea-image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.plan-image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.plan-image a{
    position: relative;
    text-decoration: none;
    color: #333;
    width: 270px;
}

.plan-image img{
    width: 100%;
    height: auto;
}

.plan-image a::before{
        position: absolute;
    content: "";
    width: 270px;
    height: 270px;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transition: .8s;
}

.plan-image a:hover::before{
    opacity: .6;
}

.plan-image a:hover::after{
    position: absolute;
    content: "詳しく見る";
    background-image: url("/commonimg/ico_arrow_white.png");
    background-position: right 5px top 50%;
    background-repeat: no-repeat;
    width: 220px;
    height: 40px;
    top: 120px;
    left: 30px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    z-index: 2;
}

.plan-image .price{
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 8px;
    text-align: center;
}

.plan-image .price span{
    color: #E17F07;
    font-weight: bold;
}

.author-area {
  margin: 40px 0;
  padding: 50px 0 0;
  background-image: url(../knowledge/img/bg_author.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.author-box {
  padding: 15px;
  border: 1px solid #e8e8e8;
}
.author-photo {
  float: right;
  margin: 0 0 0 15px;
}
.author-box h3 {
  margin: 0 0 15px;
}
.banner-area{
    margin-top: 50px;
}
.banner-area img{
    width: 100%;
    height: auto;
}

.banner-area h2{
    margin: 100px 0 20px;
    padding-left: 10px;
    font-size: 2.1rem !important;
    font-weight: bold !important;
    border-left: 5px solid #2d9060;
}

.recommend-feature {
  margin: 40px 0;
}
.recommend-feature h4 {
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #2b865e;
  border-bottom: 2px solid #2b865e;
  font-size: 1.8rem !important;
  font-weight: bold;
}
.recommend-feature p {
  color: #2b865e;
}
.recommend-feature ul {
  display: flex;
  justify-content: space-between;
}
.recommend-feature ul li {
  width: 190px;
}
.recommend-feature ul li img {
  width: 100%;
  height: auto;
}
.banner-feature img {
  width: 100%;
  height: auto;
}
.column-bnr {
  text-align: center;
}
.column-bnr img {
  max-width: 468px;
  width: 100%;
}
.topic {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.topic .box {
  width: 420px;
  margin: 0 20px 30px 0;
  border: 1px solid #ccc;
}
.topic .box:nth-child(2n) {
  margin-right: 0;
}
.topic .box h2 {
  margin: 10px;
  padding-left: 10px;
  border-left: 5px solid #2d9060;
}
.topic .box h3 {
  width: auto;
  height: 70px;
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}
.topic .box h3 a {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 120px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 2.0rem;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}
.topic .box .txt {
  margin: 10px;
}
.topic .box ul {
  margin: 0 0 10px 0;
}
.topic .box ul li {
  margin: 5px 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #ccc;
  list-style-type: none;
}
.btn-column {
  width: 380px;
  margin: 0 auto;
  text-align: center;
}
.btn-column a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  background-image: url(../commonimg/ico_arrow_white.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-color: #7b7b7b;
  border-bottom: 3px solid #3f3f3f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-column a:hover, .btn-column a:active {
  background-color: #606060;
}

.article-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.article-info img{
    margin-right: 5px;
}

.article-info .update-date,
.article-info .auther-name{
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.article-info .auther-name a{
    color: #333;
    text-decoration: none;
}

.knowledge-category-title {
  position: relative;
  height: 70px;
  padding: 25px 0 0 90px;
  font-size: 2.1rem !important;
}
.knowledge-category-title span {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  margin-right: 15px;
}
.knowledge-category-title span img {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.knowledge-category-h3 {
  margin: 30px 0 10px;
  padding-left: 10px;
  font-size: 2.1rem !important;
  font-weight: bold !important;
  border-left: 5px solid #2d9060;
}
.knowledge-list li {
  margin: 0 0 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
/* コラムtable */
.column-table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.column-table th {
  padding: 10px;
  background-color: #daeded;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.column-table td {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.notice {
  color: #cc0000;
}
/*　動画ページ */
.movie-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.move .knowledge-category-title {
  padding: 20px 0 0 80px;
}
.move .knowledge-category-title span {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  margin-right: 15px;
}
.move .knowledge-category-title span img {
  width: 50px;
  border: none;
  border-radius: 0;
}
.move #kiji-area h3 {
  font-size: 1.8rem !important;
  margin-top: 60px !important;
  font-weight: bold!important;
}
.move #kiji-area h4 {
  font-size: 1.6rem !important;
  border-left: 1em solid #5ac997;
  margin: 50px 0 20px 0;
  padding: 0 0 0 1em;
}
.move #kiji-area .bullet li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px;
}
.move .toc {
  border: 1px solid #5ac997;
  background-color: #effcf6;
  padding: 1em 2em;
}
.move .toc li {
  list-style-type: decimal;
  list-style-position: inside;
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
}
.move .author-name {
  font-weight: bold !important;
}
.move .author-photo {
  margin-bottom: 0 !important;
}
.move .list-title {
  margin-top: 40px;
  border-left: 3px solid #5ac997;
  padding-left: 13px;
}
.move .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.move .list a {
  color: #333;
  text-decoration: none;
}
.move .list li {
  width: 48%;
  margin-top: 30px;
}
.move .list h4 {
  font-size: 1.0em !important;
  font-weight: bold !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.move .list img {
  width: 100%;
}
.move .list li .btn {
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.move .list li .btn a {
  display: block;
  color: #fff;
  padding: 5px 10px;
}
.move .list li .btn a:hover {
  background-color: #444;
}
/* インタビューページ
----------------------------------------------------- */
#interview #topic-path {
  clear: both;
  width: 1200px;
  margin: 0 auto;
}
#interview-title {
  clear: both;
  width: 1200px;
  margin: 50px auto 20px;
  padding: 15px 0 0 0;
  text-align: left;
  font-size: 3.4em !important;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
#interview-title span {
  margin: 0 20px;
  color: #2b865e;
  font-size: 0.4em;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif !important;
}
.interview-lead {
  clear: both;
  width: 1200px;
  margin: 50px auto 0;
  text-align: left;
}
.w760 {
  max-width: 760px;
}
.toc {
  border-bottom: 1px dashed #aaa;
  font-size: 1.6rem !important;
  margin: 0 0 20px;
  padding: 0 0 5px;
}
.toc_box ol {
  margin-left: 20px;
}
.toc_box ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.toc_box {
  margin-top: 20px;
  padding: 20px;
  background-color: #f7f7f7;
}
#interview .toc_box {
  margin-top: 50px;
  padding: 30px;
}
/* 会社詳細ページ用のボタン */
button.btn-interview {
  width: 300px;
  height: 50px;
  margin: 0 auto 20px !important;
  text-align: center;
  color: #fff;
  font-size: 0.8em !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #4ea83c;
  background-image: url(../commonimg/ico_arrow_white.png);
  background-repeat: no-repeat;
  background-position: right 10px top 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 0 #2a7d19; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 3px 0 #2a7d19; /* Firefox用 */
  box-shadow: 0 0 3px 0 #2a7d19; /* CSS3 */
}
p.btn-interview a {
  display: block;
  width: 300px;
  height: 50px;
  margin: 0 auto 20px !important;
  text-align: center;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  font-size: 0.9em !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #4ea83c;
  background-image: url(../commonimg/ico_arrow_white.png);
  background-repeat: no-repeat;
  background-position: right 10px top 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 0 #2a7d19; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 3px 0 #2a7d19; /* Firefox用 */
  box-shadow: 0 0 3px 0 #2a7d19; /* CSS3 */
}
button.btn-interview:hover, button.btn-interview:active, p.btn-interview a:hover, p.btn-interview a:active {
  background-color: rgba(78, 168, 60, 0.9);
}
/* トップ */
#interview-bg {
  width: 100%;
  margin: 20px 0;
  background: url(../knowledge/interview/img/bg_interview.gif) repeat-y top;
}
.interview-list {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.interview-list li {
  float: left;
  width: 240px;
  height: 400px;
  margin-right: 60px;
  padding: 30px 0;
  overflow: hidden;
}
.interview-list li:nth-child(4n+4) {
  margin-right: 0;
}
.interview-list li:nth-child(4n+1) {
  clear: both;
}
.interview-list li a {
  text-decoration: none;
}
.interview-list li .vol {
  margin: 10px 0 5px;
  color: #666;
}
.interview-list li img {
  margin: 0;
}
.interview-list li .corp-name {
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: 1.3em;
  color: #333;
  border-bottom: 1px solid #999;
  text-align: left;
}
.interview-list li .catchcopy {
  color: #666;
  font-size: 0.8em;
  text-align: left;
}
/* 記事ページ */
.corp-box {
  position: relative;
  width: 1200px;
  margin: 40px auto 30px;
}
.corp-block {
  width: 1200px;
  margin: 0 auto;
  padding: 10px;
  background-color: #f1f1f1;
  text-align: left;
  overflow: hidden;
}
.corp-block .corp-photo {
  float: left;
  margin: 0 20px 0 0;
}
.corp-block .corp-photo img {
  width: 260px;
}
.corp-block .vol {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.corp-block .catchcopy {
  font-size: 1.2rem;
}
.corp-block h2 {
  margin: 0 0 0;
  font-size: 1.8rem;
  color: #000;
}
.corp-block .cap {
  clear: none;
  margin: 0 0 15px !important;
  padding: 10px 0 0 0;
}
.corp-block .btn-block {
  float: right;
  width: 460px;
}
.corp-block .btn-block .btn-interview-corp {
  float: left;
  width: 220px;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.3em;
  text-align: center;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 1);
  box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 1);
}
.corp-block .btn-block .btn-interview-corp a {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.corp-block .btn-block .btn-interview-corp a:hover {
  background-color: #777;
}
.corp-block .btn-block button {
  padding: 13px 0;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.corp-block .btn-block .btn-mail {
  float: right;
  width: 220px;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.3em;
  text-align: center;
  background-color: #de7d1e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
  box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
}
.corp-block .btn-block .btn-mail a {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px;
  background-color: #de7d1e;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.corp-block .btn-block .btn-mail:hover {
  background-color: #f08f2f;
}
.corp-block .btn-block .btn-mail a:hover {
  background-color: #f08f2f;
}
/* ページ下部の会社紹介ボックス */
.corp-block-mini {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.corp-block-mini .corp-photo {
  float: left;
  margin: 0 20px 0 0;
}
.corp-block-mini .corp-photo img {
  width: 140px;
}
.corp-block-mini .vol {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.corp-block-mini .catchcopy {
  font-size: 1.2rem;
}
.corp-block-mini h2 {
  margin: 15px 0;
  font-size: 1.8rem;
  color: #000;
}
/* ボタン */
.corp-block-mini .btn-mail {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 140px;
  height: 90px;
  text-align: center;
  font-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
  box-shadow: 0 0 3px 0 #666; /* CSS3 */
}
.corp-block-mini .btn-mail {
  margin: 0 10px 0 0 !important;
  background-color: #bd5e00;
  background-image: url(../commonimg/btn_mail.png);
}
.corp-block-mini .btn-mail a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.corp-block-mini button {
  padding: 50px 0 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.corp-block-mini .btn-mail:hover {
  background-color: rgba(189, 94, 0, 0.9);
}
.corp-block-mini .btn-mail a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.corp-block-mini .btn-mail a span {
  display: block;
  padding-top: 60px;
}
/* コンシェルジュへの誘導 */
.concierge-box {
  width: 1200px;
  margin: 60px auto;
  text-align: left;
}
.concierge-box strong {
  color: #5FB48F;
  font-weight: bold;
}
.concierge-box img {}
/* 記事エリア */
#interview-kiji {
  width: 1200px;
  margin: 0 auto;
  padding: 100px;
  background-color: #f1f1f1;
  text-align: left;
}
#interview-kiji h2 {
  margin: 70px 0 30px;
  line-height: 1.3em;
  font-size: 2.0em;
  padding-left: 20px;
  border-left: 5px solid #666;
}
#interview-kiji h2 a:hover {
  color: #333;
}
#interview-kiji h3 {
  margin: 40px 0 15px;
  line-height: 1.3em;
  font-size: 1.7em;
}
#interview-kiji p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
#interview-kiji p img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
/* インタビュアーボックス */
#interviewer-area {
  width: 1200px;
  margin: 60px auto 80px;
  padding: 42px 0 0;
  background-image: url(../knowledge/interview/img/bg_interviewer.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#interviewer-box {
  padding: 15px;
  border: 1px solid #e8e8e8;
  text-align: left;
}
.interviewer-photo {
  float: right;
  margin: 15px 0 0 15px;
}
.interviewer-name {
  margin: 15px 0;
  font-size: 1.8rem;
}
#interviewer-box h3 {
  margin: 0 0 15px;
}
/* 初めての家づくり講座 */
/*  ■■目次ページ■■
-------------------------------------------------- */
.introduction div#topImage {
  position: relative;
  width: 630px;
  height: 399px;
  margin-bottom: 30px;
}
@media screen and (max-width:420px) {
  .introduction div#topImage {
    width: 100%;
    height: auto;
  }
  .introduction div#topImage img {
    width: 100%;
  }
}
.introduction div#topImage h2 {}
.introduction div#tableOfContents {
  width: 630px;
  height: 297px;
  background-image: url(../knowledge/introduction/img/bgTop.gif);
  background-repeat: no-repeat;
}
.introduction div#tableOfContents h3 {
  padding: 20px 0 20px 60px;
}
.introduction div#tableOfContents ol#left {
  display: inline;
  float: left;
  width: 280px;
  margin-left: 60px;
  list-style-position: outside;
}
.introduction div#tableOfContents ol#right {
  float: right;
  width: 280px;
  list-style-position: outside;
}
.introduction div#tableOfContents ol li {
  margin-bottom: 20px;
  padding-left: 40px;
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.introduction div#tableOfContents ol li#i1 {
  background-image: url(../knowledge/introduction/img/marker01.gif);
}
.introduction div#tableOfContents ol li#i2 {
  background-image: url(../knowledge/introduction/img/marker02.gif);
}
.introduction div#tableOfContents ol li#i3 {
  background-image: url(../knowledge/introduction/img/marker03.gif);
}
.introduction div#tableOfContents ol li#i4 {
  background-image: url(../knowledge/introduction/img/marker04.gif);
}
.introduction div#tableOfContents ol li#i5 {
  background-image: url(../knowledge/introduction/img/marker05.gif);
}
.introduction div#tableOfContents ol li#i6 {
  background-image: url(../knowledge/introduction/img/marker06.gif);
}
.introduction div#tableOfContents ol li#i7 {
  background-image: url(../knowledge/introduction/img/marker07.gif);
}
.introduction div#tableOfContents ol li#i8 {
  background-image: url(../knowledge/introduction/img/marker08.gif);
}
/*  ■■コンテンツページ■■
-------------------------------------------------- */
.introduction div#intro {
  width: 630px;
}
/* 右の目次 */
.introduction #container #infoBar div#index {
  padding-bottom: 107px;
  background-image: url(../knowledge/introduction/img/bgSideMenu.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
.introduction #container #infoBar div#index ol li {
  display: inline;
}
.introduction #container #infoBar div#index ol li.row1 {
  height: 34px;
  line-height: 34px;
}
.introduction #container #infoBar div#index ol li.row2 {
  height: 54px;
  line-height: 54px;
}
/* 本文 */
.introduction div#intro h3 {
  margin: 30px 0 10px 0;
  padding-left: 10px;
  color: #336600;
  font-size: 0.9em;
  border-left: 5px solid #360;
}
.introduction div#intro h4 {
  margin: 20px 0 10px 0;
}
.introduction div#intro ul {
  margin: 0 0 10px 20px;
}
.introduction div#intro ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.introduction div#intro table#check {
  margin-bottom: 10px;
  border-collapse: collapse;
}
.introduction div#intro table#check td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #ccc;
}
.introduction div#intro table#check td.box {
  width: 30px;
}
.introduction div#intro ul.kekka {
  margin-bottom: 20px;
}
.introduction div#intro table {
  margin-bottom: 10px;
  border-collapse: collapse;
}
.introduction div#intro table th, div#intro table td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #ccc;
}
.introduction div#intro table th {
  background-color: #FFFFCC;
}
.introduction div#intro table td ul {
  font-size: 1.5rem;
}
.introduction div#intro table#type th {
  width: 115px;
}
.introduction div#intro ol li h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
/* ページナビゲーション */
.introduction div#intro p#pageNavi {
  margin: 40px 0 0 0;
  text-align: center;
}
.introduction div#intro p#pageNavi span.now {
  font-weight: bold;
  font-size: 1.5em;
}
/* ハウスメーカー比較
----------------------------------------------------- */
.color-hm {
  background-color: #518abd;
}
.color-ko {
  background-color: #ca5858;
}
.color-ke {
  background-color: #845dcb;
}
/* ランキング */
.rank-box {
  margin-bottom: 30px;
  padding-bottom: 10px;
  background-color: #f1f1f1;
}
.rank-box h2 {
  width: 100%;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.rank-box .rank-time {
  margin: 10px;
  line-height: 1.3em;
  text-align: right;
  font-size: 1.3rem;
}
.rank-box ul {
  margin: 10px;
}
.rank-box ul li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 60px;
  overflow: hidden;
}
.rank-box ul li.rank1 {
  background: url(../commonimg/bg_line.gif) repeat-x bottom, url(../commonimg/rank1.png) no-repeat left top;
}
.rank-box ul li.rank2 {
  background: url(../commonimg/bg_line.gif) repeat-x bottom, url(../commonimg/rank2.png) no-repeat left top;
}
.rank-box ul li.rank3 {
  background: url(../commonimg/bg_line.gif) repeat-x bottom, url(../commonimg/rank3.png) no-repeat left top;
}
.rank-box ul li.rank4 {
  background: url(../commonimg/bg_line.gif) repeat-x bottom, url(../commonimg/rank4.png) no-repeat left top;
}
.rank-box ul li.rank5 {
  background: url(../commonimg/bg_line.gif) repeat-x bottom, url(../commonimg/rank5.png) no-repeat left top;
}
.rank-box ul li .rank-photo {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.rank-box ul li .rank-photo img {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.rank-box ul li h4 {
  margin: 0 0 5px 0;
  padding-top: 10px;
  font-size: 1.0em !important;
}
.rank-box ul li .rank-txt {
  font-size: 0.8em;
}
/* 比較メニュー */
.menu-box {
  margin: 30px 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.menu-title {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  color: #fff;
  font-size: 1.9rem !important;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.menu-list {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.menu-list li {
  position: relative;
  float: left;
  width: 140px;
  margin: 0 0 0 10px;
  background-color: #777;
  border-bottom: 3px solid #3f3f3f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.menu-list li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}
.menu-list li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background-color: #fff;
}
.menu-list li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background-color: #777;
}
.menu-list li a:hover, .menu-list li a:active, .menu-list li a:hover:after, .menu-list li a:active:after {
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.point-list {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.point-list li {
  float: left;
  width: 270px;
  margin: 0 20px 0 0;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.point-list li:last-child {
  margin-right: 0;
}
.point-list li a {
  text-decoration: none;
}
.point-list li h3 {
  padding: 10px;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.point-list li p {
  margin: 10px;
}
.point-list li p.btn-gray {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.method-photo {
  float: left;
  width: 200px;
  margin-right: 10px;
}
.method-photo img {
  width: 100%;
}
.method-list {
  float: left;
  width: 380px;
  margin: 0 0 20px 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.method-list li {
  margin: 0 0 10px 0;
}
.corp-list {
  clear: both;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.corp-list li {
  float: left;
  margin: 0 20px 5px 0;
}
.comparing {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.comparing th {
  padding: 5px;
  font-weight: bold;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.comparing th.corp-name {
  width: 250px;
}
.comparing td {
  padding: 5px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.comparing td.graph {
  width: 140px;
  text-align: center;
}
.comparing td.graph p {
  margin: 0 !important;
  padding: 0 !important;
}
.comparing td.graph p.score {
  font-size: 1.5em;
}
.comparing td.graph p.score span {
  font-size: 0.5em;
}
.comparing td.graph p img {
  width: 100px;
}
.comparing td.nowrap {
  white-space: nowrap;
}
.comparing.compare-price td{
padding: 15px;     
}
.btn-comparing {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.btn-comparing a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-size: 0.9em;
  color: #fff;
  background-image: url(../commonimg/ico_arrow_white.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-color: #7b7b7b;
  border-bottom: 3px solid #3f3f3f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-comparing a:hover, .btn-comparing a:active {
  background-color: #606060;
}
.compare-title {
  margin-bottom: 20px;
  color: #ea5e00;
  line-height: 1.5em;
}
#kiji-area > .merit dt {
  float: left;
}
#kiji-area > .merit dd {
  margin: 0 0 15px 0;
  padding: 0 0 0 100px;
}
/* サイトマップ
----------------------------------------------------- */
.sitemap-list li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
}
/* -----------------------------------------------------

   sub-area
   
----------------------------------------------------- */
.sub-box {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.sub-box.theme-catalog {
  border: none;
}
.sub-box .sub-title {
  padding: 10px 0;
  background-color: #e4e4e4;
}

.sub-box.plan{
    padding: 0;
    border: none;
}

.sub-box.plan .sub-title {
  padding: 10px 0;
  background-color: #fff;
}

.sub-box h3 {
  padding-left: 10px;
  font-size: 1.6rem !important;
  font-weight: normal !important;
  border-left: 5px solid #259668;
}
.sub-box h3 span {
  display: block;
  margin-bottom: 3px;
  font-size: 1.4rem;
}
.sub-box h3 span.english {
  display: inline;
  margin-left: 20px;
  color: #2d9060;
  font-size: 1.5rem;
}
.sub-box h3 img {
  float: right;
  margin-right: 5px;
}

.sub-box.plan h3 {
  text-align: center;
  padding: 10px 0;
  font-size: 1.4rem !important;
  font-weight: bold !important;
  border-width: 2px 0 2px 0;
border-style: solid;
  border-color: #ccc;
    background-image: url("/commonimg/icon_house_orange.png");
    background-position: left 30px bottom 10px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}


.sub-box.plan h3 span {
    color: #3FAB7C;
}

.sub-box.plan h3 span.title {
    display:inline;
    color: #333;
    font-size: 1.9rem!important;
    font-weight: bold!important;
}

.sub-box.plan .plan-list{
    margin: 0;
}

.sub-box.plan .plan-list li{
    margin-bottom: 25px;
}

.sub-box.plan .plan-list img{
    width: 100%;
    height: auto;
}

.sub-box.plan .plan-list a{
    position: relative;
    text-decoration: none;
    color: #333;
}


.sub-box.plan .plan-list a::before{
        position: absolute;
    content: "";
    width: 280px;
    height: 280px;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transition: .8s;
}

.sub-box.plan .plan-list a:hover::before{
    opacity: .6;
}

.sub-box.plan .plan-list a:hover::after{
    position: absolute;
    content: "詳しく見る";
    background-image: url("/commonimg/ico_arrow_white.png");
    background-position: right 5px top 50%;
    background-repeat: no-repeat;
    width: 220px;
    height: 40px;
    top: 120px;
    left: 30px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    z-index: 2;
}

.sub-box.plan .plan-list .price{
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 8px;
    text-align: center;
}

.sub-box.plan .plan-list .price span{
    color: #E17F07;
    font-weight: bold;
}

.sub-box .pickup {
  margin: 10px;
}
.sub-box .pickup li {
  margin: 0 0 15px 0;
  font-size: 0.9em;
}
.sub-box .pickup li img {
  width: 100%;
  max-width: 260px;
}
.sub-box .leadtxt {
  margin: 5px 10px;
  font-size: 0.8em;
}
.sub-box .count-txt {
  margin: 0 10px;
  text-align: right;
  font-size: 1.2rem;
}
.sub-box #theme-title,
.sub-box .theme-title{
	margin-top: 0;
	padding-top: 0;
}

.bnr-box .bnr-text {
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
/* テーマリスト */
.theme-list {
  margin: 10px;
  font-size: 1.4rem;
}
.theme-list li {
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.34rem;
}
.theme-list li:after {
  content: "";
  clear: both;
  display: block;
}
.theme-list li .theme-photo {
  float: left;
  margin: 0 10px 10px 0;
}
.theme-list li .theme-photo img {
  width: 100%;
  max-width: 60px;
  height: auto;
}
.theme-list li .theme-txt {
  float: left;
  width: 180px;
}
.theme-list li .theme-title {
  margin-bottom: 5px;
  line-height: 1.0em;
  font-size: 1.0em !important;
  font-weight: normal !important;
}
.theme-list li p {
  font-size: 0.7em;
}
.theme-list li .icon-catalog {
  width: 70px;
  padding: 1px 3px;
  /*color: #1c714f;*/
  color: #fff;
  /*background-color: #dbedda;*/
  background-color: #fb8d40;
  /*border: 1px solid #afcfae;*/
  border: 1px solid #f9a971;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.theme-list li a.box-link {
  display: block;
  text-decoration: none;
}
.theme-list li a:hover .icon-catalog, .theme-list li a:active .icon-catalog {
  color: #fff;
  background-color: #f87116;
  border: 1px solid #f87116;
}
.theme-catalog .theme-list {
  margin: 0px;
}
.theme-catalog .theme-list li {
  clear: both;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.theme-catalog .theme-list li:after {
  content: "";
  clear: both;
  display: block;
}

.theme-catalog .theme-list .theme-title {
  margin-top: 0;
  padding-top: 0;
}

.theme-catalog .theme-list li .theme-photo, .recommend-case .theme-list li .theme-photo {
  float: left;
  margin: 0 10px 15px 0 !important;
}
.theme-catalog .theme-list li .theme-photo img, .recommend-case .theme-list li .theme-photo img {
  width: 100%;
  max-width: 90px;
  height: auto;
}
.theme-catalog .theme-list li .theme-txt {
  float: left;
  width: 180px;
}
.recommend-case .theme-list li .theme-txt {
  float: left;
  width: 150px;
}
.recommend-case .theme-list li .theme-txt h4 {
  font-size: 1.0em !important;
  margin-bottom: 5px;
}
.recommend-case .theme-list li .theme-txt p {
  font-size: 0.84em;
  margin: 0 !important;
}
.recommend-case .theme-list li .theme-txt p sup {
  font-size: 0.4em;
}
.theme-catalog .theme-list li .theme-title {
  margin-bottom: 5px;
  line-height: 1.0em;
  font-size: 1.5rem !important;
  font-weight: normal !important;
  color: #009;
  text-decoration: underline;
}
.theme-catalog .theme-list li p {
  font-size: 1.5rem;
  line-height: 1.3em;
}
.theme-catalog .theme-list li .icon-catalog {
  width: 180px;
  padding: 1px 3px;
  /*color: #1c714f;*/
  color: #fff;
  /*background-color: #dbedda;*/
  background-color: #fb8d40;
  /*border: 1px solid #afcfae;*/
  border: 1px solid #f9a971;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.theme-catalog .theme-list li a.box-link {
  display: block;
  text-decoration: none;
}
.theme-catalog .theme-list a:hover li .icon-catalog, .theme-catalog .theme-list a:active li .icon-catalog {
  color: #fff;
  background-color: #FCAE78;
}
.theme-catalog .theme-list a:hover li .theme-title, .theme-catalog .theme-list a:active li .theme-title {
  color: #f00;
}
.theme-catalog .theme-catalog {
  margin-top: 30px;
}
.theme-catalog .sub-title {
  margin-bottom: 5px;
  padding: 10px 0;
  background-color: #fff;
}
.theme-catalog h3 {
  text-align: center;
  padding-left: 0;
  padding-bottom: 10px;
  font-size: 2.0rem !important;
  font-weight: bold !important;
  border-bottom: 5px solid #259668;
  border-left: none;
}
.theme-catalog h3 span {
  font-weight: normal !important;
}
.theme-catalog a {
  color: #333;
}
#main-area .theme-catalog h3 {
  text-align: left;
}
#main-area .theme-catalog span {
  display: inline;
  margin-right: 10px;
}
#main-area .theme-catalog .theme-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main-area .theme-catalog .theme-list li {
  width: 160px;
  border-bottom: none;
}
#main-area .theme-catalog .theme-list li .theme-photo {
  margin: 0 0 10px 0 !important;
}
#main-area .theme-catalog .theme-list li .theme-photo img {
  max-width: inherit;
}
#main-area .theme-catalog .theme-list li .theme-txt {
  float: none;
  width: 100%;
}
#main-area .theme-catalog .theme-list li .theme-txt h4 {
  font-size: 0.86em !important;
}
#main-area .theme-catalog .theme-list li .theme-txt p {
  display: none;
}
#main-area .theme-catalog .theme-list li .icon-catalog {
  display: block !important;
  width: 120px;
  text-decoration: none;
  font-size: 0.8em;
}
#main-area .theme-catalog .theme-list a {
  text-decoration: none;
}
.sub-title.movie span {
  margin-right: 10px;
  display: inline !important;
}
.sub-title.movie img {
  width: 30px;
  float: none !important;
}
.sub-box .movie-list li {
  clear: both;
  margin: 10px 10px 15px 10px;
  border-bottom: 1px solid #e0e0e0;
}
.sub-box .movie-list li:after {
  content: "";
  clear: both;
  display: block;
}
.sub-box .movie-list li .movie-photo {
  float: left;
  margin: 0 10px 15px 0 !important;
}
.sub-box .movie-list li .movie-photo img {
  width: 100%;
  max-width: 130px;
}
.sub-box .movie-list li .movie-txt {
  line-height: 1.3em;
  font-size: 1.1em !important;
  font-weight: normal !important;
  color: #009;
  text-decoration: underline;
}
.sub-box .movie-list a:hover li .movie-txt, .sub-box .movie-list a:active li .movie-txt {
  color: #f00;
}
/* ランキングリスト */
.rank-list {
  padding: 10px;
  /*background-color: #f1f1f1;*/
}
.rank-list li {
  position: relative;
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.rank-list li:before {
  position: absolute;
  top: 0px;
  left: 5px;
  color: #2d9060;
  font-size: 2.8em;
  font-family: Aparajita Italic;
  font-style: oblique;
}
.rank-list li.rank1:before {
  content: "1";
}
.rank-list li.rank2:before {
  content: "2";
}
.rank-list li.rank3:before {
  content: "3";
}
.rank-list li.rank4:before {
  content: "4";
}
.rank-list li.rank5:before {
  content: "5";
}
.rank-list li:after {
  content: "";
  clear: both;
  display: block;
}
.rank-list li p {
  float: left;
  margin: 0 10px 10px 40px;
}
.rank-list li p img {
  width: 100%;
  height: auto;
  max-width: 60px;
}
.rank-list li .corp-rank img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.rank-list li h4 {
  font-size: 0.9em !important;
}
.rank-list li .cap {
  clear: none;
  float: left;
  margin: 0 !important;
  padding: 5px 0 0 0;
  font-size: 0.8em;
}
.rank-list li .cap span {
  display: block;
  width: 90px;
  margin-bottom: 3px;
  padding: 1px 5px;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rank-list li .cap .hm {
  background-color: #518abd;
}
.rank-list li .cap .ko {
  background-color: #ca5858;
}
.rank-list li .cap .ke {
  background-color: #845dcb;
}
.rank-list.goutei li {
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.rank-list.goutei li p {
  float: none;
  margin: 10px 10px 10px 40px;
}
.rank-list.goutei li p img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.rank-list.goutei-case li p {
  margin: 0 10px 10px 40px;
}
.rank-list.goutei-case li h4 {
  margin-top: 10px;
  color: #e17f00;
}
.rank-list.goutei-case li h4 .count {
  font-size: 1.5em;
  font-weight: bold;
}
.rank-list.goutei-case li form {
  clear: both;
  margin: 0 0 10px 40px;
}
.rank-list.goutei-case li form button {
  width: 100%;
  height: 35px;
  cursor: pointer;
  color: #fff;
  background-color: #e17f00;
  background-image: url("/commonimg/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: bottom 3px right 3px;
  background-size: 10px;
  border: none;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rank-list.goutei-case li form button span {
  background-color: #c03522;
  font-size: 0.8em;
  padding: 2px 5px;
  margin-right: 5px;
}
.rank-list.theme li p {
  float: right;
  margin: 0 10px 10px 10px;
}
.rank-list.theme li .corp-rank img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100px;
}
.rank-list.theme li h4 {
  padding: 55px 0 0 10px;
}
.rank-list.case li p, .rank-list.photo li p {
  float: none;
  margin-left: 100px;
}
.rank-list.case li .corp-rank img, .rank-list.photo li .corp-rank img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 170px;
}
.rank-list.case li h4, .rank-list.photo li h4 {
  padding: 0 0 10px 10px;
}
.rank-list.theme li h4 .en {
  display: block;
  color: #2D9060;
}

/* ランキングリスト */
.rank-list-photo-wrap{
	max-width: 100%;
	overflow-x: scroll;
}
.rank-list-photo-wrap .rank-list.photo {
	display: flex;
	width: 270%;
  padding: 10px;
	justify-content: space-between;
}
.rank-list-photo-wrap .rank-list.photo li {
  position: relative;
	width: 46%;
	margin-right: 3%;
  border-bottom: none;
}
.rank-list-photo-wrap .rank-list.photo li:before {
	display: block;
  position: relative;
left: 0;
  color: #666;
  font-size: 1.4rem;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  font-style:normal;
	text-align: center;
	padding-bottom: 5px;
	margin: 0 10px 8px 10px;
	border-bottom: 1px solid #ccc;
}
.rank-list-photo-wrap .rank-list.photo li.rank1:before {
  content: "1位";
}
.rank-list-photo-wrap .rank-list.photo li.rank2:before {
  content: "2位";
}
.rank-list-photo-wrap .rank-list.photo li.rank3:before {
  content: "3位";
}
.rank-list-photo-wrap .rank-list.photo li.rank4:before {
  content: "4位";
}
.rank-list-photo-wrap .rank-list.photo li.rank5:before {
  content: "5位";
}
.rank-list-photo-wrap .rank-list li p {
  float: none;
  margin: 0 10px 10px 10px;
}
.rank-list-photo-wrap .rank-list li p img {
  width: 100%;
  height: auto;
  max-width: auto;
}

.main-ranking .rank-list {
  padding: 0;
}
.main-ranking .title {
  border-bottom: 5px solid #259668;
  margin-bottom: 10px;
}
.main-ranking .title h3 {
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
.main-ranking .title .date {
  text-align: right;
  margin-top: -2.2em;
  margin-bottom: 5px !important;
  font-size: 1.2rem;
}
.main-ranking ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.main-ranking li {
  position: relative;
  width: 160px;
  min-height: 150px;
  margin: 0 10px 15px 0;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.main-ranking li:last-child {
  margin-right: 0;
}
.main-ranking li h4 {
  margin: 10px 0 5px;
  text-align: center;
  font-size: 0.84em !important;
  padding: 0;
}
.main-ranking .case li a h4 {
  text-decoration: underline;
  color: #33c;
}
.main-ranking li a {
  color: #333;
  text-decoration: none;
}
.main-ranking li img {
  width: 100%;
  max-width: 150px;
}
.main-ranking li .theme-name {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #2d9060;
  text-align: center;
}
/* カテゴリーリスト */
.category-list {
  padding: 10px;
  /*background-color: #f1f1f1;*/
}
.category-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.4rem;
}
/* カテゴリーリスト(住宅関連記事・ノウハウ) */
#knowledge .category-list {
  padding: 10px;
  background-color: #f1f1f1;
}
#knowledge .category-list li {
  position: relative;
  margin-bottom: 5px;
  padding: 10px 0 15px 50px;
  border-bottom: 1px solid #e0e0e0;
}
#knowledge .category-list li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  margin-right: 15px;
}
#knowledge .category-list li span img {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/* タグリスト */
.sub-box .tag-list {
  padding: 10px;
  /*background-color: #f1f1f1;*/
}
.sub-box .tag-list li {
  float: left;
  margin: 0 10px 10px 0;
  list-style-type: none;
}
.sub-box .tag-list a {
  display: block;
  padding: 3px 6px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sub-box .tag-list a:hover, .sub-box .tag-list a:active {
  background-color: #2d9060;
}
.sub-box .side-tel {
  width: 260px;
  margin-top: 10px;
}
.sub-box a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
.btn-subbox {
  width: 94%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.btn-subbox a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  background-image: url(../commonimg/ico_arrow_white.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-color: #5f594d;
  border-bottom: 3px solid #3d382f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-subbox a:hover, .btn-subbox a:active {
  background-color: #3d382f;
}
/* 資料請求・お問い合わせボタン */
.btn-contact-sub {
  clear: both;
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  background-color: #de7d1e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
  -moz-box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
  box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
}
.btn-contact-sub a {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 10px;
  background-color: #de7d1e;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-contact-sub a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #fff;
}
.btn-contact-sub a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #de7d1e;
}
.btn-contact-sub a:hover, .btn-contact-sub a:active, .btn-contact-sub a:hover:after, .btn-contact-sub a:active:after {
  background-color: #f08f2f;
}
/* -----------------------------------------------------

   エラーページ
   
----------------------------------------------------- */
#error #container {
  width: 100%;
}
#error #theme-area {
  margin: 0 auto;
  background-color: #f1f1f1;
}
#error .inner-box {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  zoom: 1;
}
#error .list-box-index {
  width: 1200px;
  margin: 0 auto 20px;
}
#error .list-box-index li {
  position: relative;
  float: left;
  width: 225px;
  height: 330px;
  margin: 0 15px 15px 0;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
#error .list-box-index li .arrow {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  margin-bottom: 0 !important;
  border-bottom: 5px solid #2d9060;
  border-left: 5px solid transparent;
}
#error .list-box-index li a {
  color: #333;
  text-decoration: none;
}
#error .list-box-index li a:hover, #error .list-box-index li a:active {
  text-decoration: none;
}
#error .list-box-index li h3 {
  margin: 20px 0 15px;
  text-align: center;
  font-size: 1.1em !important;
}
#error .list-box-index li .theme-photo {
  margin: 0 auto;
  text-align: center;
}
#error .list-box-index li .theme-photo img {
  width: 100%;
  max-width: 215px;
}
#error .list-box-index li .theme-name {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #2d9060;
  text-align: center;
}
/* -----------------------------------------------------

   footer
   
----------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0.8em;
}
#page-top a {
  display: block;
  width: 90px;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  opacity: 0.85;
}
#page-top a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333;
}
#footer-navi {
  background-color: #3fab7c;
}
#footer-navi ul {
  clear: both;
  width: 1200px;
  margin: 0 auto;
}
#footer-navi ul li {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
  background: url(../commonimg/fnavi_bar.png) no-repeat right;
}
#footer-navi ul li:first-child {
  background: url(../commonimg/fnavi_bar.png) no-repeat right, url(../commonimg/fnavi_bar.png) no-repeat left;
}
#footer-navi ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
}
#footer-navi ul li a:hover, #footer-navi ul li a.active {
  text-decoration: underline;
}
#footer-navi ul li span {
  display: block;
  font-size: 0.8em;
}
#footer-logo {
  float: left;
  margin-bottom: 15px;
  font-size: 0.6em;
}
#footer-logo img {
  width: 100%;
  max-width: 340px;
  margin-bottom: 5px;
}
.footer-menu {
  float: right;
  max-width: 680px;
  margin-bottom: 15px;
  text-align: right;
}
.footer-menu li {
  display: inline;
  line-height: 2.0em;
  font-size: 0.95em;
  white-space: nowrap;
}
.footer-menu li:after {
  content: " ｜ ";
}
#nexteyes {
  clear: both;
  width: 1200px;
  margin: 10px 0 5px;
  padding: 5px 0;
  font-size: 1.4rem;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
}
#nexteyes img {
  vertical-align: middle;
}
#benefit, #ewel {
  clear: both;
  width: 1200px;
  margin: 0 0 15px;
  padding: 0 0 5px;
  font-size: 0.8em;
  border-bottom: 1px dashed #999;
}
#benefit img, #ewel img {
  vertical-align: middle;
}
#copyright {
  clear: both;
  width: 1200px;
  margin: 0 auto 70px auto;
  text-align: center;
  font-size: 1.4rem;
}
#sp-contact {
  display: none;
}
.sp-block {
  display: none;
}
.all-block {
  display: block !important;
}
/* iPhone6 Plusのポートレート表示に対応 */
@media screen and (max-width:420px) { /* 〜420px */
  /* -----------------------------------------------------

   header-area
   
----------------------------------------------------- */
  h1#logo, p#logo {
    width: 230px;
    margin: 0;
    padding: 10px 0 15px 5px;
    text-align: left;
  }
  #header-menu {
    display: none;
  }
  #btn-area {
    display: none;
  }
  #sp-login {
    display: block;
    float: left;
  }
  #sp-login a {
    display: inline;
  }
  #sp-login img {
    display: inline;
    width: auto !important;
  }
	
#photo_list header,
#photo_detail header {
	height: auto;
}

#photo_list .header-right,
#photo_detail .header-right {
	margin-top: 0;
}

#photo_list section,
#photo_detail section {
	margin-top: 0;
}
  /* -----------------------------------------------------

   gnavi-area

----------------------------------------------------- */
  #gnavi-area {
    display: none;
  }
  .dl-menuwrapper button {
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-top: -35px;
    top: 5px;
    right: 10px;
  }
  h1#logo,
  p#logo {
    padding: 9px 0 9px 5px !important;
  }
  #header-menu {
    display: none;
  }
  #btn-area {
    display: none;
  }
  #sp-login {
    display: block;
    float: left;
  }
  #sp-login a {
    display: inline;
  }
  #sp-login img {
    display: inline;
    width: auto !important;
  }
	
#photo_list header,
#photo_detail header {
	height: auto;
}

#photo_list .header-right,
#photo_detail .header-right {
	margin-top: 0;
}

#photo_list section,
#photo_detail section {
	margin-top: 0;
}
  /* -----------------------------------------------------

   gnavi-area

----------------------------------------------------- */
  #gnavi-area {
    display: none;
  }
  /* -----------------------------------------------------

   dl-menu

----------------------------------------------------- */
  #dl-menu {
    display: block;
    float: right;
    position: relative;
  }
  #dl-menu img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  #dl-menu .dl-submenu.case {
    background-color: #fff;
  }
  #dl-menu .dl-submenu.case a {
    color: #333;
  }
  #dl-menu .dl-submenu.case .dl-back a {
    color: #fff;
  }
  #dl-menu .dl-submenu.case .title {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    background-color: #2B865E;
  }
  #dl-menu .dl-subviewopen .dl-submenu.case {
    overflow-y: auto;
    z-index: 999;
    height: 80vh;
  }
  /* -----------------------------------------------------

   items

----------------------------------------------------- */
  #items {
    display: none;
  }
  /* newsinfo
----------------------------------------------------- */
  #newsinfo {
    width: 98%;
    margin: 60px auto -45px;
    padding: 0;
  }
  #newsinfo .title {
    float: none;
    padding: 5px 10px;
  }
  #newsinfo .txt {
    float: none;
    margin-left: 0;
    padding: 5px 10px;
    font-size: 1.3rem !important;
  }
  /* -----------------------------------------------------

   container

----------------------------------------------------- */
  /* パンくず */
  #topic-path {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 0 0;
    font-size: 1.0rem;
    line-height: 2.08rem;
  }
  #topic-path li {
    position: relative;
    float: left;
    padding-right: 10px;
    color: #666 !important;
  }
  #topic-path li:first-child {
    white-space: nowrap;
  }
  #container p {
    font-size: 1.34rem;
  }
  /* 会社詳細　上部
----------------------------------------------------- */
  .cap {
    clear: both;
    margin: 0 0 5px !important;
    padding: 5px 0 0;
    font-size: 1.3rem !important;
  }
  #corp-name {
    margin-bottom: 10px;
    padding-top: 0;
    line-height: 1.3em;
    font-size: 2.2em !important;
    float: none;
  }
  #reform {
    margin: 7px 20px 0 0 !important;
  }
  .campaign-btn-small {
    margin: 7px 0 0 0 !important;
    float: left;
    width: 150px;
  }
  .campaign-btn-large-sp {
    margin: 15px auto;
  }
  .campaign-btn-large-sp a {
    display: block;
    width: 100%;
    padding: 5px 30px 5px 10px;
    background-color: #fff;
    background-image: url('/commonimg/btnNext.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border: 1px solid #e17f00;
    color: #e17f00;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
  }
  .comment {
    margin: 0 5px;
    font-size: 1.3rem !important;
  }
  .area {
    margin: 5px;
    padding: 5px;
    font-size: 1.3rem;
    line-height: 1.5em;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .area span {
    font-weight: bold;
  }
  .advantage {
    margin: 5px;
    display: block;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .advantage dt {
    padding-top: 12px;
    padding-left: 5px;
  }
  .advantage dd {
    margin: 0;
    padding: 5px 0 5px 30px;
    border: none;
    background-position: 8px 50%;
    background-repeat: no-repeat;
  }
  .corplist li .advantage {
    border: none;
    background-color: inherit;
  }
  /* 会社スペック */
  .corp-spec {
    padding: 10px;
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .spec-box {
    float: none;
    width: 100%;
    height: 80px;
    margin: 0 auto 10px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .open {
    width: 48%;
    margin-right: 2%;
    padding-right: 2%;
  }
  .tsubo {
    float: left;
    width: 48%;
    text-align: center;
  }
  .spec-box h2 {
    font-size: 1.4rem !important;
    font-weight: normal !important;
    text-align: center;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .spec-box .score {
    margin: 5px 0 0 !important;
    font-size: 1.8rem;
  }
  .spec-box .score span {
    font-size: 0.5em;
  }
  .spec-box .graph {
    width: 100%;
    margin: 0 auto !important;
  }
  .spec-box .open .graph img {
    width: 100px;
  }
  /* 会社data */
  .data-box {
    float: none;
    width: 100%;
    height: 80px;
    margin: 0 auto 10px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .data-box .case {
    float: left;
    width: 30.6%;
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #999;
    text-align: center;
  }
  .data-box .specific {
    float: left;
    width: 30.6%;
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #999;
    text-align: center;
  }
  .data-box .voice {
    float: left;
    width: 30.6%;
    text-align: center;
  }
  .data-box h2 {
    margin-bottom: 5px;
    font-weight: normal !important;
    text-align: center;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .data-box h3 {
    marging-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.4rem !important;
    font-weight: normal !important;
    text-align: center;
  }
  .data-box .score {
    margin: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.6rem;
  }
  /* ボタン類 */
  .corp-spec .btn-favorite, .corp-spec .btn-favorite-on, .corp-spec .btn-mail, .corp-spec .btn-nakoudo, .corp-spec .btn-meet {
    float: left;
    width: 32%;
    height: 72px;
    text-align: center;
    font-size: 0.75em;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
    box-shadow: 0 0 3px 0 #666; /* CSS3 */
  }
  .corp-spec .btn-favorite {
    margin: 0 2% 0 0 !important;
    background-color: #797979;
    background-image: url(../commonimg/btn_favorite.png);
  }
  .corp-spec .btn-favorite-on {
    margin: 0 2% 0 0 !important;
    background-color: #797979;
    background-image: url(../commonimg/btn_favorite_on.png);
  }
  .corp-spec .btn-mail {
    margin: 0 2% 0 0 !important;
    background-color: #bd5e00;
    background-image: url(../commonimg/btn_mail.png);
  }
  .corp-spec .btn-nakoudo {
    margin: 0 !important;
    background-color: #2d84a0;
    background-image: url(../commonimg/btn_nakoudo.png);
  }
  .corp-spec .btn-favorite a, .corp-spec .btn-favorite-on a, .corp-spec .btn-mail a, .corp-spec .btn-nakoudo a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }
  .corp-spec .btn-favorite a:hover, .corp-spec .btn-favorite-on a:hover, .corp-spec .btn-mail a:hover, .corp-spec .btn-nakoudo a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .corp-spec .btn-favorite a span, .corp-spec .btn-favorite-on a span, .corp-spec .btn-mail a span, .corp-spec .btn-nakoudo a span {
    display: block;
    margin-bottom: 5px;
    padding-top: 40%;
    font-size: 1.1rem;
  }
  .corp-spec .btn-favorite a span, .corp-spec .btn-favorite-on a span {
    margin-bottom: 4px;
  }
  .corp-spec button {
    border: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
    /* padding-top: 0; */
    padding-top: 48px;
    padding-bottom: 10px;
    font-size: 1.1rem !important;
  }
  /*
.corp-spec button span{
	display: block;
	margin-bottom: 9px;
	padding-top: 43%;
}
*/
  .corp-spec .btn-mail:hover {
    background-color: rgba(189, 94, 0, 0.9);
  }
  .corp-title-h2 {
    margin: 15px 5px 5px;
    padding-bottom: 5px;
    color: #2d9060;
    font-weight: normal !important;
    font-size: 2.1rem !important;
    border-bottom: 1px dashed #2d9060;
  }
  /* -----------------------------------------------------

   main-area

----------------------------------------------------- */
  #main-area h1 {
    margin-bottom: 30px;
    padding: 15px 0 0 0;
    font-size: 2.56rem;
    font-weight: normal;
    color: #2b865e;
  }
  /* タブ切り替え　会社詳細系 */
  #tab-box {
    margin-top: 20px;
    border-spacing: 6px 0;
    font-size: 1.4rem;
  }
    #tab-box li {
        border-radius: 5px;
      background-color:#d5d5d5;  
    }
    #tab-box li.on {
        border-radius: 5px;
      background-color:#5f594d;  
    }
    #tab-box li span.sp-none {
    display: none!important;
}
  #tab-box #tab-mail {
    display: none;
  }
  /* タブ切り替え　1ページ構成　ダイレクトリンク用 */
  .tablabel li {
    font-size: 0.8em;
  }
  /* ボタン類 */
  #main-area .btn-mail2, #main-area .btn-mail3, #main-area .btn-nakoudo2, #main-area .btn-nakoudo4, #main-area .btn-nakoudo7, #main-area .btn-onestop {
    float: none;
    width: 300px;
    height: 50px;
    margin: 20px auto 0 !important;
  }
  #main-area .btn-nakoudo3, #main-area .btn-nakoudo6, #main-area .btn-nakoudo5 {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto !important;
  }
  #main-area .btn-nakoudo6 a {
    background-position: 0 -60px;
    color: #e17f00;
  }
  #main-area .btn-nakoudo-long {
    width: 300px;
    height: 50px;
    margin: 20px auto 0 !important;
    background-image: url(../commonimg/btn_nakoudo2.png);
  }
  #main-area .btn-nakoudo-long span {
    padding: 5px 10px 5px 45px !important;
    text-align: left;
  }
  button.btn-contact-submit, button.btn-contact-submit2, button.btn-meet-submit {
    float: none;
    width: 300px;
    height: 50px;
    margin: 20px auto 0 !important;
  }
  .btn-contact-submit-simple {
    margin-top: 10px !important;
    width: 100%;
  }
  .btn-box button.btn-contact-submit, .btn-box button.btn-contact-submit2, .btn-box button.btn-meet-submit {
    margin: 20px 0 0 !important;
    padding-left: 0;
    text-align: center;
  }
  button.btn-mail2 {
    float: none;
    width: 300px;
    height: 60px;
    margin: 0 auto 0 !important;
  }
  #form1, #form2, #form3 {
    width: 300px;
    margin: 0 auto !important;
  }
  .corp-spec #form3 {
    width: auto;
  }
  /* main-box
----------------------------------------------------- */
  .main-box {
    margin: 20px 0 0;
  }
  .main-box h2 {
    margin: 30px 0 10px;
    font-size: 1.2em;
  }
  .main-box .mainimg img {
    width: 100%;
  }
  .main-box h3 {
    line-height: 1.3em;
    font-size: 1.8rem !important;
    font-weight: bold !important;
  }
  .main-box.corp-detail-wrap h3 {
    margin-top: 30px;
  }
  /* 会社詳細table */
  .corp-detail {
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .corp-detail th {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #dceddb;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .corp-detail td {
    display: list-item;
    list-style-type: none;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  /* 会社の事例一覧 */
  .corp-case li {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    text-align: left;
  }
  .corp-case li:nth-child(3n) {
    margin-right: auto;
  }
  .corp-case li img {
    display: block;
    width: 100%;
    max-width: 300px;
  }
	#photo_detail .corp-case{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	
	#photo_detail .corp-case li {

}
	#photo_detail .corp-case li {
    width: 46%;
    margin: 0 2% 10px 2% !important;
}

  /* 事例詳細 */
  h2.case-title {
    line-height: 1.3em;
    font-size: 1.6rem !important;
    font-weight: bold !important;
    border: none;
  }
  .corp-data {
    padding: 5px;
    text-align: center;
    background-color: #f1f1f1;
  }
  .corp-data p {
    margin-bottom: 5px !important;
  }
  .corp-data #corp-name {
    float: none;
  }
  .corp-data #corp-name a {
    color: #2b865e;
    text-decoration: none;
  }
  #case_detail .corp-spec {
    padding: 0;
  }
  #case_detail #form1, #case_detail #form2, #case_detail #form3 {
    width: auto;
  }
  #case_detail .corp-spec .btn-favorite, #case_detail .corp-spec .btn-favorite-on, #case_detail .corp-spec .btn-mail, #case_detail .corp-spec .btn-nakoudo, #case_detail .corp-spec .btn-meet {
    width: 31%;
    font-size: 0.86em;
    background-size: 100%;
    background-position: bottom;
  }
  #case_detail .corp-spec .btn-favorite {
    margin: 0 2% 0 1% !important;
    padding-top: 40px;
    padding-bottom: 12px;
    background-color: #797979;
    background-image: url(../commonimg/btn_favorite2.png);
  }
  #case_detail .corp-spec .btn-favorite-on {
    margin: 0 2% 0 1% !important;
    padding-top: 40px;
    padding-bottom: 12px;
    background-color: #797979;
    background-image: url(../commonimg/btn_favorite2_on.png);
  }
  #case_detail .corp-spec .btn-mail {
    margin: 0 2% 0 0 !important;
    background-color: #bd5e00;
    background-image: url(../commonimg/btn_mail5.png);
  }
  #case_detail .corp-spec .btn-nakoudo {
    margin: 0 1% 0 0 !important;
    background-color: #2d84a0;
    background-image: url(../commonimg/btn_nakoudo.png);
  }
  #case_detail .corp-spec .btn-meet {
    margin: 0 1% 0 0 !important;
    background-color: #2d84a0;
    background-image: url(../commonimg/btn_meet3.png);
  }
  #case_detail .corp-spec .btn-favorite a, #case_detail .corp-spec .btn-favorite-on a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }
  #case_detail .corp-spec .btn-favorite a span, #case_detail .corp-spec .btn-favorite-on a span {
    display: inline;
    padding-top: 0;
    font-size: 100%;
  }
  #case_detail .corp-spec button {
    border: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
    /* padding-top: 0; */
    padding-top: 40px;
    padding-bottom: 12px;
    font-size: 1.2rem !important;
    line-height: 1.5em;
  }
  #case_detail .corp-spec p {
    font-size: 1.2rem !important;
    line-height: 1.5em;
  }
  #case_detail .swiper a.list_regist, #case_detail .swiper a.list_cancel, #case_detail .swiper a.iframe {
    display: block;
    position: relative;
    margin: -45px 5px 0 0;
    float: right;
    z-index: 999;
  }
  #case_detail .sp-horizontal .sp-arrows {
    top: 40%;
  }
  #case_detail .swiper {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #case_detail .swiper img {
    width: 100%;
    height: auto;
  }
  #case_detail .swiper-slide p {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  #case_detail .swiper-button-next, .swiper-button-prev {
    top: 40% !important;
  }
  #case_detail .swiper-button-next::after, .swiper-button-prev::after {
    color: #fff !important;
  }
  #case_detail a.list_regist img, #case_detail a.list_cancel img, #case_detail a.iframe img {
    width: 100%;
    height: auto;
  }
  #case_detail .sp-white {
    position: relative !important;
    background: rgba(255, 255, 255, 0.8);
    bottom: inherit !important;
  }
  #case_detail .tag-box {
    margin: 10px 0 20px 0;
    ;
  }
  #case_detail .madori img {
    width: 100%;
    height: auto;
  }
  #case_detail .case_comment h3 {
    display: none;
  }
  #case_detail .case_comment h4 {
    font-weight: bold;
  }
  #case_detail .photo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #case_detail .photo-list li {
    width: 49%;
    margin-bottom: 2%;
  }
  #case_detail .photo-list li img {
    width: 100%;
    height: auto;
  }
  #case_detail .btn-box {
    padding: 20px 5px;
    background-color: #fff2cc;
  }
  #case_detail .btn-box #form1, #case_detail .btn-box #form2, #case_detail .btn-box #form3 {
    width: 300px;
  }
  /* タグリスト */
  .tag-box h3 {
    font-size: 0.8em !important;
  }
  /* この会社の他の事例（豪邸カテゴリ）　*/
  .case-others h3 {
    font-size: 0.8em !important;
  }
  .case-others li {
    margin: 10px 0 10px 3%;
    width: 45%;
  }
  .case-others li img {
    width: 100%;
  }
  /* 関連テーマ（豪邸カテゴリ）　*/
  .recommend-box h3 {
    font-size: 0.8em !important;
  }
  .recommend-box li {
    float: none;
    margin: 10px 3%;
  }
  .recommend-box li img {
    width: 100%;
  }
  /* お客様の声 */
  .voice-list li {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .voice-list .profile {
    float: none;
    width: 96%;
    margin: 0 auto;
  }
  .voice-list .profile .icon {
    float: left;
  }
  .voice-list .profile .icon img {
    width: 40px;
  }
  .voice-list .profile .prof {
    float: left;
    width: 220px;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .voice-list .profile .prof span {
    display: inline;
    margin-right: 15px;
  }
  .voice-list .comment {
    position: relative;
    float: left;
    width: 96%;
    margin: 0 2%;
  }
  .voice-list .comment:after {
    display: none;
  }
  .voice-list .data {
    float: none;
    width: 96%;
    margin: 0 2%;
  }
  /* 資料請求・お問い合わせボタン */
  .btn-contact {
    display: none;
  }
  /* 評価コンテンツ */
  #hyouka-area img {
    width: 100%;
    height: auto;
  }
  #hyouka-box {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
  }
  #hyouka-box #point {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #hyouka-box #point #ttl-hyouka {
    margin: 0 0 10px 0;
    padding: 2px;
    color: #fff;
    text-align: center;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #hyouka-box #point .score {
    margin: 0;
    font-size: 3.0em;
    line-height: 1.0em;
  }
  #hyouka-box #point .graph {
    width: 100%;
    margin: 0 auto 15px;
  }
  #hyouka-box #point .graph img {
    width: 126px;
  }
  #hyouka-box #point-detail {
    clear: both;
    float: none;
  }
  #hyouka-box #point-detail dt {
    float: left;
  }
  #hyouka-box #point-detail dd {
    margin: 0 0 7px 0;
    padding: 0 0 7px 130px;
    font-size: 1.2em;
    letter-spacing: 1.3em;
  }
  #hyouka-area h4 {
    padding: 8px;
    font-size: 0.8em;
  }
  #hyouka-area .mini-txt {
    font-size: 0.6em;
    line-height: 1.5em;
  }
	
  /* 写真一覧ページ */	
#photo_list .btn-photo_cat a,
	#photo_detail .btn-photo_cat a{
	padding: 10px;
	font-size: 1.6rem;
	}
  /* 写真詳細ページ */
  #photo_detail p.image img {
    width: 100%;
    height: auto;
  }
  #photo_detail .btn-box .btn-favorite {
    float: none;
    width: 300px;
    margin: 10px auto 0 !important;
  }
  #photo_detail .btn-box .btn-ghost-r {
    float: none;
    width: 300px;
    margin: 10px auto 0 !important;
  }
  #photo_detail .corp-case img {
    width: 100%;
    height: auto;
  }
/*  #photo_detail .list_cover .list_item .title {
    width: 84%;
    margin: 0 auto;
  }
  #photo_detail .list-box {
    width: 100%;
    margin: 0 auto 20px;
  }
  #photo_detail .list-box li {
    width: 100%;
    margin: 0 auto 20px;
  }
  #photo_detail .list-box li .theme-photo {
    margin: 0 auto;
    text-align: center;
  }
  #photo_detail .list-box li .theme-photo {
    width: 80px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #photo_detail .list-box li .theme-photo img {
    width: 100%;
    max-width: 167px;
    height: auto;
  }*/
  #photo_detail .btn-contact {
    display: block;
    width: 96%;
    font-size: 1.5rem;
  }
  /* 会社キャンペーンページ */
  #corp_campaign {
    padding-top: 10px;
  }
  #corp_campaign h2 {
    line-height: 1.8em;
  }
  #corp_campaign .btn-area {
    margin: 50px auto;
    text-align: center;
  }
  #corp_campaign .btn-area p {
    font-size: 0.8em;
  }
  #corp_campaign .btn-area button {
    width: 100%;
    font-size: 1.6em;
  }
  /* 住宅会社を探す
----------------------------------------------------- */
  .type-box > li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    background-color: transparent;
  }
  .type-box > li:last-child {
    margin-bottom: 0;
  }
  .type-box > li .type-btn {
    width: 80%;
    margin: 0 auto;
    font-size: 1.2em;
  }
  .type-box > li .type-btn a {
    display: block;
    padding: 15px 0 5px;
    line-height: 1.0em;
    text-decoration: none;
    color: #fff;
  }
  .type-box > li .type-btn span {
    display: block;
    margin: 5px 0;
    font-size: 0.8em;
  }
  /* 完成事例を見る
----------------------------------------------------- */
  .search-area {
    width: 100%;
  }
  .search-area dt {
    float: none;
    width: 100%;
    padding: 20px 10px;
    font-size: 1.1em;
  }
  .search-area dd {
    margin-left: 0;
    border-left: none;
  }
  .search-area dd label {
    float: none;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
  .search-area dd select {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 16px;
  }
  .list-box {
    width: 100%;
    margin: 0 auto 20px;
  }
  #photo_detail .list-box{
    margin: 0 auto 5px;
  }	
  .list-box li, #index .list-box li,
  #photo_detail .list-box li, #index .list-box li {
    position: relative;
    float: none;
    width: 98%;
    height: 92px;
    max-width: 380px;
    margin: 0 1% 10px;
    padding: 5px 5px 0;
    font-size: 1.5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .list-box li .arrow {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 5px solid #2d9060;
    border-left: 5px solid transparent;
  }
  .list-box li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
  }
  .list-box li a:hover, .list-box li a:active {
    text-decoration: none;
  }
  .list-box li h3 {
    position: absolute;
    top: 20px;
    left: 100px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .list-box li .theme-photo {
    width: 80px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .list-box li .theme-name {
    position: absolute;
    top: 55px;
    left: 100px;
    margin: 0;
    padding: 0;
  }
  .list-box li .theme-photo img {
    height: auto;
  }
  /* 検索結果table */
  .search-result {
    width: 100%;
    margin-bottom: 20px;
    font-size: 0.6em;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .search-result th {
    width: 85px;
    padding: 0 5px;
    background-color: #dceddb;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .search-result td {
    padding: 0 5px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  /* 事例一覧
----------------------------------------------------- */
  .caselist li {
    background-image: none;
  }
  .caselist li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
  }
  .caselist li h2 {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 10px 0;
    padding: 5px 0 5px 10px !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
  }
  .caselist li img {
    float: none;
    width: 100%;
    max-width: 400px;
  }
  .caselist li table {
    float: left;
    width: 100%;
    max-width: 400px;
    margin: 0;
    font-size: 0.8em;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .caselist li table th {
    width: 120px;
    padding: 6px;
    background-color: #daeded;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .caselist li table td {
    padding: 6px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .caselist > li:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  /* 会社一覧
----------------------------------------------------- */
  .corplist li {
    clear: both;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .corplist li a {
    display: block;
    width: 100%;
  }
  .corplist li .corp-data {
    float: none;
    width: 100%;
  }
  .corplist li h2 {
    clear: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 7px 0 7px 10px;
    font-size: 1.2em !important;
    border-left: 5px solid #259668;
    border-bottom: none;
  }
  #corp-list .corplist li h2 {
    margin: 0 0 10px 35px;
  }
  .corplist li .corp-list-photo {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .corplist li .corp-list-photo img {
    width: 100%;
    max-width: 420px;
  }
  .corplist li .cap {
    float: left;
    margin-bottom: 15px !important;
    padding: 0;
  }
  .corplist li .corp-spec {
    padding: 0;
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .corplist li .spec-box {
    float: left;
    width: 63%;
    height: 90px;
    margin-right: 2%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .corplist li .open {
    float: left;
    width: 49%;
    margin-right: 1%;
    padding-right: 1%;
    padding-bottom: 0;
    border-right: 1px solid #999;
    text-align: center;
  }
  .corplist li .tsubo {
    float: left;
    width: 49%;
    text-align: center;
  }
  .corplist li .spec-box p.spec-title {
    font-size: 0.8em !important;
    font-weight: normal !important;
    text-align: center;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .corplist li .spec-box .score {
    margin: 5px 0 0 !important;
    font-size: 1.75rem !important;
    line-height: 2.6rem;
  }
  .corplist li .spec-box .score span {
    font-size: 0.5em;
  }
  .corplist li .spec-box .graph {
    margin: 0 !important;
    text-align: center;
  }
  .corplist li .spec-box .graph img {
    width: 100%;
  }
  .corplist li .data-box {
    float: left;
    width: 35%;
    height: 90px;
    margin-right: 0;
    padding: 5px;
    font-size: 0.9em;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .corplist li .data-box dl dt {
    float: left;
    font-size: 1.1rem;
    line-height: 2.1rem;
  }
  .corplist li .data-box dl dd {
    margin-bottom: 4px;
    padding: 0 0 4px 65%;
    font-size: 1.1rem;
    line-height: 2.1rem;
    border-bottom: 1px dashed #ccc;
  }
  .corplist li .data-box dl dd:last-child {
    border-bottom: none;
  }
  .corplist li .comment-txt {}
  .corplist li .btn-check {
    max-width: 90%;
    margin: 0 5% !important;
    padding: 8px;
    font-size: 0.8em;
  }
  .check-box {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #dceddb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .check-box label {
    margin: 0 5px 0 0;
    padding: 10px;
    font-size: 0.7em;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
  }
  .check-box button {
    margin: 0;
  }
  /* チェックボタン */
  #corp-list input[ type=checkbox] {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer;
  }
  #corp-list li input[ type=checkbox] {
    margin: 7px 0 0 0;
    padding: 0;
    width: 22px;
    height: 22px;
  }
  #corp-list label span {
    font-size: 10px;
  }
  /* まとめてお問い合わせボタン submit*/
  button.btn-contact-corplist {
    width: 190px;
    height: 32px;
    margin: 0 !important;
    padding-left: 35px;
    text-align: left;
    color: #fff;
    font-size: 0.7em !important;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    background-color: #bd5e00;
    background-image: url(../commonimg/btn_mail2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
    box-shadow: 0 0 3px 0 #666; /* CSS3 */
  }
  button.btn-contact-corplist span::before {
    content: "";
    padding: 0;
    margin: 0;
  }
  button.btn-contact-corplist:hover, button.btn-contact-corplist:active {
    background-color: rgba(189, 94, 0, 0.9);
  }
  .case-list-title {
    margin-top: 20px !important;
  }
  /* テーマ別ページ
----------------------------------------------------- */
  #theme-title,
  .theme-title{
    font-size: 2.0rem !important;
  }
  #theme-title span,
  .theme-title span{
    font-size: 0.6em;
  }
  .theme-outline {
    padding: 10px;
  }
  #theme .btn-mail2 {
    margin-left: auto !important;
  }
  .theme-case {
    margin: 20px 0 0 0;
  }
  .theme-case li {
    float: none;
    width: 300px;
    margin: 0 auto 20px;
  }
  .theme-case li:nth-child(3n) {
    margin-right: auto;
  }
  .theme-case li img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .theme-list-nakoudo-box, .theme-list-nakoudo-box-large, .theme-list-nakoudo-box-small {
    padding: 10px;
  }
  .theme-list-nakoudo-txt {
    float: none;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5em;
    font-size: 0.8em;
  }
  .theme-list-nakoudo-box-large .theme-list-nakoudo-txt {
    font-size: 0.8em !important;
  }
  .theme-list-nakoudo-box-large .btn-nakoudo-large {
    margin-top: 0;
  }
  .theme-list-nakoudo-box-small {
    width: 100%;
  }
  .theme-list-nakoudo-box-small .theme-list-nakoudo-txt {
    width: 100%;
  }
  .theme-list-nakoudo-box-small .btn-nakoudo {
    margin-top: 10px;
  }
  .theme-list-nakoudo-box-small.senmon .btn-nakoudo {
    margin-top: -10px;
  }
  .theme-list-nakoudo-box-small img {
    width: 100%;
    height: auto;
  }
  #theme .auther-detail .image {
    float: none;
    width: 60px;
    margin: 10px auto;
  }
  #theme .auther-detail .text {
    float: none;
    width: 100%;
  }
  /* ページめくり機能 */
  .page {
    margin: 10px auto 30px;
    padding: 5px;
  }
  .pageNavi ul {
    text-align: center !important;
  }
  .pageNavi ul li {
    display: inline;
    font-size: 1.5rem;
    line-height: 3.0em;
  }
  .pageNavi ul a {
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
  }
  .pageNavi ul a:hover, .pageNavi ul a:active {
    background-color: #e0f1cf;
  }
  .pageNavi ul li.on {
    padding: 5px 10px;
    background-color: #e0f1cf;
  }
  #sort {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  #sort li {
    display: inline;
    margin-left: 10px;
  }
  .btn-next {
    display: block;
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }
  .btn-next a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    font-size: 0.9em;
    color: #fff;
    background-image: url(../commonimg/ico_arrow_white.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-color: #7b7b7b;
    border-bottom: 3px solid #3f3f3f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .btn-next a:hover, .btn-next a:active {
    background-color: #606060;
  }
  /* ハウスネットギャラリーとは
----------------------------------------------------- */
  .office-list li {
    float: none;
    width: 96%;
    margin: 0 2% 20px;
  }
  .office-list li:last-child {
    margin-right: 2%;
  }
  .office-list li h3 {
    margin: 5px 0 !important;
    color: #2d9060;
  }
  .office-list li .icon {
    text-align: center;
  }
  .office-list li .btn-gray {
    text-align: center;
  }
  /* よくあるご質問
----------------------------------------------------- */
  .faq dd {
    margin: 0 0 20px 0;
    padding: 0 10px 20px;
    border-bottom: 1px dotted #ccc;
  }
  /* SNSボタン */
  .sns-box {
    float: none;
    width: 96%;
    padding: 10px 2% 0;
    text-align: left;
  }
  .sns-box .fb-like {
    float: left;
    margin-right: 10px;
  }
  .sns-box .twitter-share-button {
    float: left;
    width: 95px !important;
  }
  .sns-box #g-plusbtn {
    float: left;
    width: 65px !important;
  }
  .sns-box .hatena-bookmark-button {
    clear: both;
    float: none;
    width: 105px !important;
  }
  /* ハウス仲人
----------------------------------------------------- */
  #nakoudo #topimg {
    clear: both;
    width: 100%;
    margin: 0 auto;
    background: #feeee7;
    text-align: center;
  }
  #nakoudo #topimg .img01 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  #nakoudo #topimg .img02 {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
  #nakoudo .lead {
    margin: 20px 0 0;
    line-height: 1.3em;
    text-align: center;
    font-size: 1.4em;
  }
  #nakoudo .check-list {
    margin: 10px 2% 0;
  }
  #nakoudo .check-list li {
    margin: 0 0 10px 0;
    padding: 10px 0 7px 40px;
    font-size: 1.5rem;
    border-bottom: 1px dotted #ccc;
    background: url(../commonimg/ico_check.png) no-repeat left;
  }
  #nakoudo .check-list li span {
    font-size: 1.2em;
  }
  #nakoudo .btn-kodate, #nakoudo .btn-mansion {
    width: 96%;
    margin: 20px 2%;
    font-size: 0.8em;
  }
  #nakoudo .btn-kodate a, #nakoudo .btn-mansion a {
    padding: 10px 15px;
  }
  #nakoudo .btn-kodate {
    float: none;
  }
  #nakoudo .btn-mansion {
    float: none;
  }
  #nakoudo .point-list {
    margin: 10px 2% 0;
  }
  #nakoudo .point-list li {
    margin: 0 0 10px 0;
    padding: 10px 0 7px 40px;
    font-size: 1.5rem;
    border-bottom: 1px dotted #ccc;
    background: url(../commonimg/ico_check.png) no-repeat left;
  }
  #nakoudo .point-list li img {
    width: 100%;
  }
  #nakoudo .soudan-list {
    margin: 10px 2% 0;
  }
  #nakoudo .soudan-list dt {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #419b9c;
  }
  #nakoudo .soudan-list dt:before {
    content: "Q. ";
  }
  #nakoudo .soudan-list dd {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 1.5rem;
    border-bottom: 1px dotted #ccc;
  }
  /* 住宅展示場・モデルハウス
----------------------------------------------------- */
  .exhibition-list dt {
    clear: both;
    float: none;
    margin-bottom: 10px;
    font-size: 1.1em;
  }
  .exhibition-list dd {
    margin-bottom: 10px;
    padding: 0;
  }
  .corplist li .exhibition-list-photo {
    float: none;
    margin: 0 auto;
  }
  .exhibition-table {
    width: 300px;
    margin: 0 auto 10px;
  }
  .exhibition-button {
    float: none;
    margin: 0 auto;
  }
  /* コラム
----------------------------------------------------- */
  #news-box {
    width: 98%;
    margin: 0 1%;
  }
  .topics-box2 {
    float: none;
    text-align: center;
  }
  .topics-box2 .btn-column {
    clear: both;
    float: none !important;
    text-align: center !important;
  }
  .topics-box2.movie {
    text-align: left;
  }
  .topics-box2.movie .btn-column {
    position: relative;
    width: 100%;
    margin: 0 10px;
  }
  .column-list {
    margin: 0 5px;
  }
  .column-list dt {
    float: none;
  }
  .column-list dd {
    margin-bottom: 5px;
    padding: 0 0 5px 0px;
  }
  #column .column-txt {
    padding: 10px;
  }
  .topic .box {
    float: none;
    width: 310px;
    margin: 0 auto 30px;
  }
  .topic .box:nth-child(2n) {
    margin-right: auto;
  }
  .topic .box h3 a {
    padding: 0;
    text-align: center;
    font-size: 1.9rem;
  }
  .btn-column {
    width: 290px;
  }
.article-info{
    flex-wrap: wrap;
}  
.article-info p{
    width: 100%;
    margin-bottom: 0!important;
    justify-content: flex-end;
}
    
  .knowledge-category-title {
    height: auto;
    min-height: 70px;
    padding: 0 0 0 70px!important;
    margin: 10px 0 25px 0;
  }
  .knowledge-category-title span {
    width: 60px;
    margin-right: 15px;
  }
  .knowledge-category-h3 {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .knowledge-list {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  #kiji-area {
    width: 98%;
    margin: 0 1%;
  }
  #kiji-area p img {
    width: 100%;
    margin-bottom: 5px;
  }
  #kiji-area h1 img {
    width: 100%;
  }
#kiji-area figcaption{
    font-size: 1.34rem;
}
  .feature-list li .image {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
  }
  .feature-list li .image img {
    width: 100%;
  }
  .feature-list li p {
    margin-bottom: 10px !important;
  }
  .feature-list li .btn-gray {
    margin-top: 0;
    width: 100%;
  }
  .feature-list li .text {
    float: none;
    width: 100%;
  }
  #theme-feature-title {
    line-height: 1.5em
  }
  .theme_feature_banner img {
    width: 100%;
    height: auto;
  }
  .theme_feature_banner .banner_title {
    font-size: 1.1em;
    color: #259668;
    font-weight: bold;
  }
  .kiji-list-image {
    display: block;
  }
  .kiji-list-image li {
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .kiji-list-image.title-long li {
    height: auto;
  }
  .kiji-list-image li img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .idea-text {
    border: 1px solid #ccc;
    padding: 10px 10px 0 10px;
    margin-bottom: 20px;
  }
  .idea-text h4 {
    font-weight: bold !important;
  }
  .idea-image {
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .idea-image li {
    margin-bottom: 15px;
  }
    
  .plan-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
    .plan-image a{
    width: 100%;
    }    
    
    .plan-image a:hover::before,
    .plan-image a:hover::after{
        display: none;
    }    
    
    
  .plan-image li {
    margin-bottom: 30px;
  }    
  /* コラムtable */
  .column-table {
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .column-table th {
    width: 180px;
    padding: 10px;
    background-color: #daeded;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .column-table td {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
.scroll-table{
    overflow: auto;
}
.scroll-table .column-table{
    white-space: nowrap;
}

  .recommend-feature ul {
    display: block;
  }
  .recommend-feature ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner-feature img {
    width: 100%;
  }
  /* 動画コンテンツ */
  .move .list {
    display: block;
  }
  .move .list li {
    width: 100%;
    margin-top: 30px;
  }
  /* インタビューページ
----------------------------------------------------- */
  #interview #topic-path {
    clear: both;
    width: 100%;
    margin: 60px auto 0;
  }
  #interview-title {
    width: 96%;
    font-size: 1.9rem !important;
    margin-top: 20px;
    padding-top: 0;
  }
  #interview-title span {
    font-size: 0.6em;
  }
  .interview-lead {
    clear: both;
    width: 96%;
    margin: 0 auto;
    line-height: 1.5em;
    font-size: 1.3rem !important;
  }
  #interview-bg {
    width: 100%;
    margin: 20px 0;
    background: none;
  }
  .interview-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .interview-list li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
  }
  .interview-list li:nth-child(2n+1) {
    background-color: #f1f1f1;
  }
  .interview-list li .corp-name {
    text-align: center;
  }
  /* 記事ページ */
  .corp-box {
    position: relative;
    width: 96%;
    margin: 0 auto 10px;
  }
  .corp-block {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background-color: #f1f1f1;
    text-align: left;
    overflow: hidden;
  }
  .corp-block .corp-photo {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
  }
  .corp-block .corp-photo img {
    width: 100%;
  }
  .corp-block .vol {
    margin-bottom: 10px;
  }
  .corp-block .catchcopy {
    line-height: 1.5em;
  }
  .corp-block h2 {
    clear: both;
    margin: 10px 0 0;
    color: #000;
  }
  .corp-block .cap {
    clear: none;
    margin: 0 0 20px !important;
    padding: 15px 0 0 0;
  }
  .corp-block .btn-block {
    float: none;
    width: 96%;
    margin: 0 auto;
  }
  .corp-block .btn-block .btn-interview-corp {
    width: 48%;
    margin: 0;
    line-height: 1.3em;
    text-align: center;
  }
  .corp-block .btn-block button {
    padding: 13px 0;
    border: 0;
    color: #fff;
    cursor: pointer;
  }
  .corp-block .btn-block .btn-mail {
    width: 48%;
    margin: 0;
    line-height: 1.3em;
    text-align: center;
  }
  .arrow-back-sp {
    float: left;
    margin: 0 0 0 5px;
    border: 1px solid #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .arrow-next-sp {
    float: right;
    margin: 0 5px 0 0;
    border: 1px solid #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .arrow-back-sp a, .arrow-next-sp a {
    display: block;
    padding: 5px;
    color: #333;
    text-decoration: none;
  }
  /* ページ下部の会社紹介ボックス */
  .corp-block-mini {
    display: none;
    position: relative;
    width: 96%;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    border: 1px solid #666;
  }
  .corp-block-mini .corp-photo {
    float: left;
    margin: 0 20px 0 0;
  }
  .corp-block-mini .corp-photo img {
    width: 140px;
  }
  .corp-block-mini .vol {
    margin-bottom: 10px;
  }
  .corp-block-mini .catchcopy {}
  .corp-block-mini h2 {
    margin: 15px 0;
    color: #000;
  }
  /* ボタン */
  .corp-block-mini .btn-mail {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 140px;
    height: 90px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px 0 #666; /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 3px 0 #666; /* Firefox用 */
    box-shadow: 0 0 3px 0 #666; /* CSS3 */
  }
  .corp-block-mini .btn-mail {
    margin: 0 10px 0 0 !important;
    background-color: #bd5e00;
    background-image: url(../commonimg/btn_mail.png);
  }
  .corp-block-mini .btn-mail a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }
  .corp-block-mini button {
    padding: 50px 0 0 0;
    border: 0;
    color: #fff;
    cursor: pointer;
  }
  .corp-block-mini .btn-mail:hover {
    background-color: rgba(189, 94, 0, 0.9);
  }
  .corp-block-mini .btn-mail a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .corp-block-mini .btn-mail a span {
    display: block;
    padding-top: 60px;
  }
  /* 記事エリア */
  #interview-kiji {
    width: 96%;
    margin: 0 auto;
    padding: 40px 10px;
    background-color: #f1f1f1;
    text-align: left;
  }
  #interview-kiji h2 {
    margin: 40px 0 30px;
    line-height: 1.3em;
  }
  #interview-kiji h3 {
    margin: 20px 0 10px;
    line-height: 1.3em;
  }
  #interview-kiji p {
    margin-bottom: 20px;
    line-height: 1.5em;
  }
  #interview-kiji p img {
    width: 100%;
  }
  /* コンシェルジュへの誘導 */
  .concierge-box {
    width: 96%;
  }
  /* インタビュアーボックス */
  #interviewer-area {
    width: 96%;
    margin: 60px auto 40px;
    padding: 42px 0 0;
    background-image: url(../knowledge/interview/img/bg_interviewer.png);
    background-repeat: no-repeat;
    background-position: left top;
  }
  #interviewer-box {
    padding: 15px;
    border: 1px solid #e8e8e8;
    text-align: left;
  }
  .interviewer-photo {
    float: right;
    margin: 0 0 0 15px;
  }
  .interviewer-name {
    margin: 15px 0;
  }
  #interviewer-box h3 {
    margin: 0 0 15px;
  }
  /* ハウスメーカー比較
----------------------------------------------------- */
  /* ランキング */
  .rank-box ul li {
    clear: both;
    margin: 0 0 5px 0;
    padding: 0 0 5px 50px;
  }
  .rank-box ul li h4 {
    padding-top: 0;
  }
  /* 比較メニュー */
  .menu-box {}
  .menu-list {
    margin: 0;
    overflow: hidden;
  }
  .menu-list li {
    position: relative;
    width: 30%;
    margin: 0 0 10px 2.5%;
  }
  .point-list {
    margin: 0 0 30px 0;
    overflow: hidden;
  }
  .point-list li {
    clear: both;
    float: none;
    width: 98%;
    margin: 0 auto 20px;
  }
  .point-list li:last-child {
    margin-right: auto;
  }
  .point-list li p.btn-gray {
    margin: 0 auto;
    text-align: center;
  }
  .comparing {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .comparing th {
    padding: 5px;
    font-weight: bold;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .comparing th.corp-name {
    width: 100px;
  }
  .comparing td {
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .comparing td.graph {
    width: 100px;
    text-align: center;
  }
  .comparing td.graph p {
    margin: 0 !important;
    padding: 0 !important;
  }
  .comparing td.graph p.score {
    font-size: 1.2em;
  }
  .comparing td.graph p.score span {
    font-size: 0.5em;
  }
  .comparing td.graph p img {
    width: 80px;
  }
  .btn-comparing {
    width: 80%;
    margin: 0 auto;
  }
  /* 写真ページ */
  #inline-content dl dt {
    float: none;
    width: 80%;
    margin: 0;
    text-align: left;
  }
  #inline-content dl dd {
    margin-bottom: 20px;
  }
  #inline-content dl dd input {
    width: 100%;
  }
  #inline-content .btn-login input {
    width: 100%;
  }
  #inline-content .btn-registration {
    width: 100%;
  }
  #inline-content .btn-registration a {
    width: 100%;
  }
  /* -----------------------------------------------------

   sub-area

----------------------------------------------------- */
  #sub-area h2 {
    font-size: 1.4em;
  }
  #sub-area h2 span {
    font-size: 0.7em;
  }
  .sub-box .pickup {
    margin: 10px;
    text-align: center;
  }
  .sub-box .pickup li img {
    display: block;
    margin: 0 auto;
  }
  .bnr-box {
    text-align: center;
  }
  .bnr-box img {
    height: auto;
  }
  /* テーマリスト */
  .theme-list li .theme-txt {
    width: 200px;
  }
  .theme-list li .icon-catalog {
    width: 200px;
  }
  .theme-catalog .theme-list li {
    width: 96%;
    margin: 15px 2% 0;
  }
  .theme-catalog .theme-list li .theme-photo {
    width: 30%;
    margin-right: 2% !important;
  }
  .theme-catalog .theme-list li .theme-txt {
    width: 66%;
  }
  .theme-catalog .theme-list li .icon-catalog {
    width: 100%;
  }
  #main-area .theme-catalog h3 {
    text-align: center;
  }
  #main-area .theme-catalog span {
    display: block;
    margin-right: 0;
  }
  #main-area .theme-catalog .theme-list {
    display: block;
  }
  #main-area .theme-catalog .theme-list li {
    width: 96%;
    margin: 15px 2% 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
  }
  #main-area .theme-catalog .theme-list li .theme-photo {
    width: 30%;
    margin-right: 2% !important;
  }
  #main-area .theme-catalog .theme-list li .theme-photo img {
    max-width: 120px;
  }
  #main-area .theme-catalog .theme-list li .theme-txt {
    float: left;
    width: 66%;
  }
  #main-area .theme-catalog .theme-list li .theme-txt h4 {
    font-size: 1.1em !important;
  }
  #main-area .theme-catalog .theme-list li .theme-txt p {
    display: block;
  }
  #main-area .theme-catalog .theme-list li .icon-catalog {
    width: 100%;
    text-decoration: none;
    font-size: inherit;
  }
  #main-area .theme-catalog .theme-list a {
    text-decoration: none;
  }
  .rank-list.goutei li p img {
    width: 100%;
    max-width: none;
  }
  .rank-list.goutei-case li form button {
    height: 35px;
  }
  .sub-box a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  .sub-box .side-tel {
    width: 100%;
  }
  .main-ranking .title {
    border-bottom: 5px solid #259668;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .main-ranking .title h3 {
    font-weight: bold !important;
    margin-bottom: 5px !important;
  }
  .main-ranking .title .date {
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px !important;
    font-size: 0.7em;
  }
  .main-ranking ul {
    display: block;
  }
  .main-ranking li {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    min-height: inherit;
    margin: 0 0 15px 0;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .main-ranking li:last-child {
    margin-right: 0;
  }
  .main-ranking li h4 {
    margin: 10px 0 5px 10px;
    text-align: left;
    font-size: 1.0em !important;
    padding: 0;
  }
  .main-ranking li a {
    color: #333;
    text-decoration: none;
  }
  .main-ranking li img {
    width: 100%;
    max-width: 110px;
  }
  .main-ranking li .theme-photo {
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
  }
  .main-ranking li .theme-name {
    margin: 0 0 5px 10px;
    text-align: left;
  }
.sub-box.plan .plan-list a:hover::before,
.sub-box.plan .plan-list a:hover::after{
    display: none;
    }
	.bnr_slide_wrap{
		margin-bottom: 20px;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.bnr_slide_wrap .bnr-box{ 
		width: 300%;
		display: flex;
	}
	.bnr_slide_wrap .bnr-box a{
		margin-right: 5px;
	}
	.bnr_slide_wrap .bnr-box img{
		width: 100%;
		height: auto;
	}
  /* -----------------------------------------------------

   エラーページ

----------------------------------------------------- */
  #error .inner-box {
    width: 100%;
    margin: 0 auto;
    padding: 20px 2%;
    overflow: hidden;
    zoom: 1;
  }
  /*
#error .inner-box h2{
	margin: 0 0 35px 0;
	font-weight: normal;
	font-size: 1.3em !important;
}

#error .inner-box h2 span{
	display: block;
	margin: 5px 0 0 0;
	font-size: 0.7em !important;
}*/
  #error .list-box-index {
    width: 100%;
    margin: 0 auto 20px;
  }
  #error .list-box-index li {
    position: relative;
    float: left;
    width: 48%;
    height: auto;
    margin: 0 1% 15px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #error .list-box-index li .arrow {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    margin-bottom: 0 !important;
    border-bottom: 5px solid #2d9060;
    border-left: 5px solid transparent;
  }
  #error .list-box-index li a {
    color: #333;
    text-decoration: none;
  }
  #error .list-box-index li a:hover, #error .list-box-index li a:active {
    text-decoration: none;
  }
  #error .list-box-index li h3 {
    margin: 20px 0 15px;
    text-align: center;
    font-size: 1.1em !important;
  }
  #error .list-box-index li .theme-photo {
    margin: 0 auto;
    text-align: center;
  }
  #error .list-box-index li .theme-photo img {
    width: 100%;
    max-width: 167px;
  }
  #error .list-box-index li .theme-name {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #2d9060;
    text-align: center;
  }
  /* -----------------------------------------------------

   footer

----------------------------------------------------- */
  #page-top {
    visibility: hidden;
  }
  #footer-navi {
    display: none;
  }
  #footer-logo {
    float: none;
    text-align: center;
  }
  .footer-menu {
    display: none;
  }
  #nexteyes {
    width: 100%;
    margin: 10px auto;
    padding: 0px 0 10px;
    text-align: center;
  }
  #nexteyes img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #benefit, #ewel {
    width: 100%;
    margin: 10px auto;
    padding: 0px 0 10px;
    text-align: center;
  }
  #benefit img, #ewel img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #copyright {
    width: 100%;
    margin-bottom: 50px;
    font-size: 0.6em;
  }
  #sp-contact {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #3d382f;
    opacity: 0.95;
    z-index: 2;
  }
  #sp-contact .btn-fix {
    width: 44%;
    margin: 10px 3%;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
    /*background-color: #de7d1e;*/
    background-color: #669e40;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(63, 102, 37, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(63, 102, 37, 1);
    box-shadow: 0px 2px 0px 0px rgba(63, 102, 37, 1);
  }
  #sp-contact .btn-fix a {
    position: relative;
    display: block;
    margin: 0;
    padding: 3px 0;
    /*background-color: #de7d1e;*/
    background-color: #669e40;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../commonimg/btn_arrow.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
  }
  #sp-contact form.btn-fix a {
    padding: 5px 0;
  }
  #sp-contact .btn-fix-nakoudo {
    color: #127247;
    background-color: #fff;
    border: 2px solid #127247;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #sp-contact .btn-fix-nakoudo a {
    background-color: #fff;
    color: #127247;
  }
  /*
#sp-contact .btn-fix a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 7px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #fff;
}

#sp-contact .btn-fix a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 9px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #de7d1e;
}
*/
  #sp-contact .btn-fix a:hover, #sp-contact .btn-fix a:active, #sp-contact .btn-fix a:hover:after, #sp-contact .btn-fix a:active:after {
    background-color: #f08f2f;
  }
  #sp-contact .btn-fix-nakoudo a:hover, #sp-contact .btn-fix-nakoudo a:active {
    background-color: #fff;
  }
  #sp-contact .btn-fix-long {
    width: 96%;
    margin: 10px 2%;
    padding: 0;
    font-size: 1.28rem;
    text-align: center;
    /*background-color: #de7d1e;*/
    background-color: #669e40;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(63, 102, 37, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(63, 102, 37, 1);
    box-shadow: 0px 2px 0px 0px rgba(63, 102, 37, 1);
  }
  #sp-contact .btn-fix-long a {
    position: relative;
    display: block;
    margin: 0;
    padding: 3px 0;
    /*background-color: #de7d1e;*/
    background-color: #669e40;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../commonimg/btn_arrow.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
  }
    
#sp-contact .btn-fix-long.theme-list {
    width: 96%;
    margin: 10px 2%;
    padding: 0;
    font-size: 1.4rem;
    text-align: center;
    /*background-color: #de7d1e;*/
    background-color: #669e40;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(63, 102, 37, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(63, 102, 37, 1);
    box-shadow: 0px 2px 0px 0px rgba(63, 102, 37, 1);
  }
  #sp-contact .btn-fix-long.theme-list a {
    position: relative;
        display: flex;
      justify-content: flex-start;
    align-items: center;
      width: 100%;
    height: 52px;
    margin: 0;
    padding: 0;
    /*background-color: #de7d1e;*/
    background-color: #669e40;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: none;
  }
    
    #sp-contact .btn-fix-long.theme-list span{

        width: 100%;
        padding: 0 10px;
        font-weight: bold;
        line-height: 1.3em;
    }    
    
    #sp-contact .btn-fix-long.theme-list a::before{
        content: "無料";
        display: inline-block;
        color: #333;
        background-color: #FFF12E;
        margin-left: 10px;
        padding: 2px;
        text-align: center;
        width: 15%;
        font-weight: bold;
    }
  /*
#sp-contact .btn-fix-long a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 7px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #fff;
}

#sp-contact .btn-fix-long a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 9px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #de7d1e;
}
*/
  #sp-contact .btn-fix-long a:hover, #sp-contact .btn-fix-long a:active, #sp-contact .btn-fix-long a:hover:after, #sp-contact .btn-fix-long a:active:after {
    background-color: #f08f2f;
  }
  #sp-contact .blue {
    -webkit-box-shadow: 0px 2px 0px 0px rgba(29, 94, 115, 1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(29, 94, 115, 1);
    box-shadow: 0px 2px 0px 0px rgba(29, 94, 115, 1);
  }
  #sp-contact .blue a {
    background-color: #2d84a0;
  }
  #sp-contact .blue a:after {
    background-color: #2d84a0;
  }
  #sp-contact .blue a:hover, #sp-contact .blue a:active, #sp-contact .blue a:hover:after, #sp-contact .blue a:active:after {
    background-color: #47AFD0;
  }
  #sp-contact .white-green {
    border: solid 2px #3fab7c;
    box-shadow: none;
  }
  #sp-contact .white-green a {
    color: #3fab7c;
    background-color: #fff;
  }
  #sp-contact .white-green a:hover, #sp-contact .white-green a:active, #sp-contact .white-green a:hover:after, #sp-contact .white-green a:active:after {
    color: #fff;
    background-color: #3fab7c;
  }
  .arrowSauare .btn-fix a:before, .arrowSauare .btn-fix-long a:before {
    background-color: transparent !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    top: inherit !important;
    bottom: 5px !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 8px solid transparent !important;
    border-right: 8px solid #fff !important;
  }
  .arrowSquare .btn-fix a:after, .arrowSquare .btn-fix-long a:after {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
  }
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .btn-contact-sp {
    display: block;
    clear: both;
    width: 80%;
    margin: 0 auto;
    font-size: 1.2em;
    text-align: center;
    background-color: #de7d1e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
    box-shadow: 0px 4px 0px 0px rgba(172, 94, 18, 1);
  }
  .btn-contact-sp a {
    position: relative;
    display: block;
    margin: 20px 0;
    padding: 15px;
    background-color: #de7d1e;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .btn-contact-sp a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #fff;
  }
  .btn-contact-sp a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-color: #de7d1e;
  }
  .btn-contact-sp a:hover, .btn-contact-sp a:active, .btn-contact-sp a:hover:after, .btn-contact-sp a:active:after {
    background-color: #f08f2f;
  }
  #sp-contact .stop {
    background-color: #de7d1e !important;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(172, 94, 18, 1) !important;
    -moz-box-shadow: 0px 2px 0px 0px rgba(172, 94, 18, 1) !important;
    box-shadow: 0px 2px 0px 0px rgba(172, 94, 18, 1) !important;
  }
  #sp-contact .stop a {
    background-color: #de7d1e !important;
  }
  #fixed-banner {
    display: none;
  }
  #fixed-banner-bottom {
    display: none;
  }
  #fixed-menu {
    width: 100%;
  }
  #fixed-menu.fixed {
    position: relative !important;
    left: 0;
    margin-left: 0;
  }
  #fixed-menu.fixed.topmargin {
    margin-top: 0;
  }
  #first-mypage, #register-merit {
    display: none;
    border: 1px solid #333;
    width: 96%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 2%;
    padding: 20px 10px;
    z-index: 100;
    background: #fff;
    opacity: 0.95;
  }
  #first-mypage p, #register-merit p {
    font-size: 1.5rem;
    line-height: 1.3em;
  }
  #first-mypage .pc, #register-merit .pc {
    display: none;
  }
  #first-mypage .sp, #register-merit .sp {
    display: block;
  }
  #first-mypage .upper-btn, #register-merit .upper-btn {
    margin-top: 20px;
    font-size: 1.5rem;
    color: #de7d1e;
  }
  #first-mypage .btn-contact-sp a, #register-merit .btn-contact-sp a {
    margin-top: 5px;
  }
  #first-mypage #sp-text, #register-merit #sp-text {
    border-top: 1px dotted #999;
    margin-top: 20px;
    padding-top: 20px;
  }
  #first-mypage #sp-text ul, #register-merit #sp-text ul {
    margin-top: 10px;
    text-align: left;
    font-size: 1.5rem;
  }
  #shadow {
    content: " ";
    display: none;
    position: absolute;
    top: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
  }
}