@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) {
  /*PC*/
}
@media screen and (max-width: 720px ) {
  /*SP*/
}
@media screen and (max-width: 980px ) and (min-width: 721px ) {
  /*TB*/
}
@media screen and (max-width: 720px ) {
  /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 0.8s 0.25s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.25s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 0.8s 0.5s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 0.8s 0.75s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.75s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 0.8s 1s 1 ease normal forwards;
          animation: fadeUp 0.8s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 0.8s 1.25s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.25s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 0.8s 1.5s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 0.8s 1.75s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.75s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 0.8s 2s 1 ease normal forwards;
          animation: fadeUp 0.8s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 0.8s 2.25s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.25s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 0.8s 2.5s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 0.8s 2.75s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.75s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 0.8s 3s 1 ease normal forwards;
          animation: fadeUp 0.8s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes swipeFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes swipeFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.fade-lag:after {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fade-lag.effect:after {
  -webkit-animation: swipeFade 2s ease 0s 1 normal forwards;
          animation: swipeFade 2s ease 0s 1 normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}
/*背景------------------------------------------*/
#content {
  padding: 15em 5% 0;
}
#content #main {
  padding: 1.5em 3%;
}

.breadcrumbs {
  margin-bottom: 1em;
}

#page, #architecture {
  background: url("../img/page-mainbg.jpg") no-repeat center top;
  background-size: contain;
}

#housing {
  background: url("../img/page-housing.jpg") no-repeat center top;
  background-size: contain;
}

#facility {
  background: url("../img/page-facility.jpg") no-repeat center top;
  background-size: contain;
}

#construction {
  background: url("../img/page-construction.jpg") no-repeat center top;
  background-size: contain;
}

#renovation {
  background: url("../img/page-renovation.jpg") no-repeat center top;
  background-size: contain;
}

#estate {
  background: url("../img/page-estate.jpg") no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 720px ) {
  /*SP*/
  .wrap {
    background-size: contain !important;
  }

  #main_box.fl_r, #side.fl_l {
    float: none;
    width: 100%;
  }
}
.s_cont img {
  padding: 5px;
}

/*共通------------------------------------------*/
ul.img2 li, ul.img3 li, ul.img4 li {
  float: left;
  margin: auto;
  background: none !important;
  padding: 0 !important;
  text-align: center;
  overflow: hidden;
  _zoom: 1;
}

ul.img2 li {
  width: 50%;
}

ul.img3 li {
  width: 33.3%;
}

ul.img4 li {
  width: 25%;
}

.free dd {
  padding: 0 15px;
  overflow: hidden;
  _zoom: 1;
}

.notice {
  color: red;
}

/*.p_cont*/
.p_cont {
  margin-bottom: 25px;
}
.p_cont p {
  overflow: hidden;
}
.p_cont header + .post {
  margin-top: -15px;
  border-top: none !important;
}
@media screen and (max-width: 720px ) {
  .p_cont {
    /*SP*/
    padding: 10px;
    background: url("../img/skin.png") repeat left top;
  }
}

.post {
  padding: 10px;
  background: white;
  margin-bottom: 15px;
  border: 1px solid #ededed;
}

h1 a {
  text-decoration: underline !important;
}
h1 a:hover {
  text-decoration: none !important;
}

.p_title {
  padding: 5px;
  background: #0949cf;
  margin-bottom: 15px;
}
.p_title > h1 {
  margin-bottom: 0 !important;
}
.p_title > h1:before {
  content: "\f192";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #0949cf;
}
@media screen and (min-width: 981px ), screen and (max-width: 980px ) and (min-width: 721px ) {
  .p_title h1 {
    /*PC,TAB*/
    padding: 15px !important;
  }
}
@media screen and (max-width: 720px ) {
  .p_title h1 {
    /*SP*/
    padding: 5px 15px !important;
  }
}

.p_cont h1, .p_title > h1 {
  font-size: 128.6%;
  font-weight: normal;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#e4e4e4));
  background-image: linear-gradient(#ffffff 50%, #e4e4e4);
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}

@media screen and (min-width: 981px ), screen and (max-width: 980px ) and (min-width: 721px ) {
  .p_cont h1 {
    padding: 20px;
  }
}
@media screen and (max-width: 720px ) {
  .p_cont h1 {
    padding: 15px 20px;
  }
}
.p_cont h2 {
  background: url("../img/h2.png") no-repeat 5px center;
  border-bottom: 1px solid #6b6b6b;
  font-size: 114.3%;
  font-weight: normal;
}
@media screen and (min-width: 981px ), screen and (max-width: 980px ) and (min-width: 721px ) {
  .p_cont h2 {
    /*PC,TAB*/
    padding: 20px 30px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 720px ) {
  .p_cont h2 {
    /*SP*/
    padding: 15px 25px;
    margin-bottom: 15px;
  }
}
.p_cont h3 {
  padding: 15px;
  background: url("../img/h3.gif") repeat left top;
  font-size: 114.3%;
  color: white;
  font-weight: normal;
  margin-bottom: 15px;
}
.p_cont h4 {
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #9d9d9d;
  font-weight: normal;
}
.p_cont h4:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #d68848;
}

.p_cont ul, .p_cont ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
.p_cont ul li, .p_cont ol li {
  margin-bottom: 10px;
}

.p_cont ul li:before {
  color: #0f39ee;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
}

.p_cont table {
  table-layout: fixed;
  max-width: 100% !important;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.p_cont table th, .p_cont table td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 15px;
  vertical-align: middle;
}
.p_cont table th {
  color: #686868;
  background: url("../img/back-img.gif") repeat left top;
}
.p_cont table tr th:first-child {
  width: 30%;
}

.p_cont img {
  max-width: 100%;
  height: auto;
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
/*施工実績タクソノミー-----------------------------------------*/
.sc_box {
  background: white;
  max-height: 400px;
  overflow: auto;
  padding: 15px;
  border: 1px solid #dedede;
  margin-bottom: 15px;
}

/*.arc_info_list*/
.arc_info_list {
  padding: 10px !important;
}
.arc_info_list li {
  background: none !important;
  margin-bottom: 10px;
}
.arc_info_list li:before {
  content: none !important;
}
.arc_info_list li a {
  display: block;
  padding-left: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 10px !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#e4e4e4));
  background-image: linear-gradient(#ffffff 50%, #e4e4e4);
}
.arc_info_list li a:before {
  content: "\f0a9" !important;
  font-family: FontAwesome;
  margin-right: 8px;
  color: #1547ad;
}

.p_btn a, .p_btn input {
  cursor: pointer;
  display: inline-block;
  text-align: right;
  color: white;
  padding: 10px 25px;
  background: #3a5fff;
  border: medium none;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p_btn a:hover, .p_btn a:focus, .p_btn input:hover, .p_btn input:focus {
  background: #304dca;
}

/* カスタムフィールド画像を表示 */
.arc_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.arc_list a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  display: block;
}
@media screen and (min-width: 981px ) {
  .arc_list a {
    width: 25%;
  }
}
@media screen and (max-width: 980px ) and (min-width: 721px ) {
  .arc_list a {
    width: 33.3%;
  }
}
@media screen and (max-width: 720px ) {
  .arc_list a {
    width: 50%;
  }
}
.arc_list a:hover {
  background: #f6f6f6;
}
.arc_list a:hover img {
  opacity: 1;
}
.arc_list dl dt {
  margin: auto;
  max-width: 200px;
  max-height: 200px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 15px;
}
.arc_list dl dd {
  font-size: 85%;
  text-align: center;
}

#main_box .wp-pagenavi {
  margin-bottom: 15px;
}

/*ページナビ*/
.wp-pagenavi {
  clear: both;
  padding: 3em 2%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #c1c1c1;
  padding: 3px 5px;
  margin: 2px;
  display: inline-block;
  min-width: 3em;
  text-align: center;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #0949cf !important;
  background: #0949cf;
  color: #ffffff;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

/* archive_style */
.arc_ttl {
  margin-bottom: 2em;
}

@-webkit-keyframes arcHovAnime {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  21% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes arcHovAnime {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  21% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes arcHovAnimeBak {
  0% {
    opacity: 0;
    display: none;
  }
  30% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes arcHovAnimeBak {
  0% {
    opacity: 0;
    display: none;
  }
  30% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.product-archive {
  position: relative;
}
.product-archive a {
  display: block;
  width: 100%;
  position: relative;
}
.product-archive a:hover img {
  opacity: 1;
}
@media screen and (min-width: 981px ) {
  .product-archive a:hover dd {
    width: 50%;
  }
}
.product-archive dl dt {
  width: 100%;
  z-index: 1;
}
.product-archive dl dd {
  width: 30%;
  height: 100%;
  padding: 2em;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.product-archive dl dd img {
  width: 100%;
  max-width: 180px;
  height: auto;
}
.product-archive:nth-of-type(even) a dl dd {
  right: auto;
  left: 0;
}

p.exp {
  font-size: 120%;
  padding: 1em 5%;
  background: url("../img/back-img.gif");
}

/* single-cust-architecture style */
.p_cont .cf-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 10px;
}
.p_cont .cf-box #cf-main {
  width: 75%;
}
@media screen and (max-width: 980px ) and (min-width: 721px ), screen and (max-width: 720px ) {
  .p_cont .cf-box #cf-main {
    width: 100%;
  }
}
.p_cont .cf-box #cf-sub {
  width: 25%;
}
@media screen and (max-width: 980px ) and (min-width: 721px ), screen and (max-width: 720px ) {
  .p_cont .cf-box #cf-sub {
    width: 100%;
  }
}
.p_cont .cf-box #cf-sub ul {
  padding-left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.p_cont .cf-box #cf-sub ul li {
  max-width: 50%;
  padding: 5px !important;
  text-align: center;
}
.p_cont .cf-box #cf-sub ul li:before {
  content: none !important;
  margin: 0 !important;
}

dl.tax_top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
dl.tax_top dt {
  width: 30%;
}
dl.tax_top dd {
  width: 70%;
  padding: 0 15px;
}
dl.tax_top dd h2 {
  position: relative;
  padding: 10px 30px;
}
dl.tax_top dd h2 span {
  font-size: 80%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0;
}
dl.tax_top dd p {
  font-size: 95%;
}
@media screen and (max-width: 980px ) and (min-width: 721px ), screen and (max-width: 720px ) {
  dl.tax_top {
    /*SP*/
  }
  dl.tax_top dt, dl.tax_top dd {
    width: 100%;
  }
  dl.tax_top dt {
    text-align: center;
    margin-bottom: 1em;
  }
}
dl.tax_top#t-top_housing span {
  color: #0f39ee;
}
dl.tax_top#t-top_facility span {
  color: #f01e41;
}
dl.tax_top#t-top_construction span {
  color: #d64700;
}
dl.tax_top#t-top_renovation span {
  color: #168121;
}

/*---------------------------------------------------*/
/*記事一覧*/
/*---------------------------------------------------*/
p.time {
  text-align: right;
  border-bottom: 1px dotted #c1c1c1;
}

p.time:before {
  content: "\f017";
  color: #eca817;
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 150%;
}

.bt {
  margin-top: 10px;
  text-align: right;
}

.bt a {
  padding: 5px 10px;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  background: #5f606a;
}

p.acd + div {
  display: none;
}

div.anser_box {
  background: #feedff;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  border: 2px solid #d7d7d7;
  margin-bottom: 10px;
}

dl.info_list {
  padding: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
  margin-bottom: 1em;
}
dl.info_list, dl.info_list > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 981px ) {
  dl.info_list {
    /*PC,TAB*/
  }
  dl.info_list dt {
    width: 25% !important;
  }
  dl.info_list dd {
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  dl.info_list textarea {
    width: 90%;
  }
}
dl.info_list dt {
  width: 100%;
}
dl.info_list dt:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #9a68ba;
}
dl.info_list dd a {
  display: block;
  padding: 10px 15px;
}
dl.info_list dd a:hover {
  background: #dedede;
}
dl.info_list dd .link_info {
  display: block;
  font-size: 80%;
  color: #666;
}
dl.info_list dd input[type=text], dl.info_list dd input[type=email], dl.info_list dd input[type=date], dl.info_list dd input[type=tel], dl.info_list dd textarea {
  border-radius: 5px;
  padding: 5px;
  min-height: 1.5rem;
  background: #DFE8F1;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media screen and (max-width: 720px ) {
  dl.info_list dd input[type=text], dl.info_list dd input[type=email], dl.info_list dd input[type=date], dl.info_list dd input[type=tel], dl.info_list dd textarea {
    max-width: 200px;
  }
}
dl.info_list dd label {
  cursor: pointer;
}
dl.info_list dd label input[type=checkbox], dl.info_list dd label input[type=radio] {
  display: none;
}
dl.info_list dd label input[type=checkbox] + span.wpcf7-list-item-label, dl.info_list dd label input[type=radio] + span.wpcf7-list-item-label {
  display: inline-block;
  padding: 5px 15px;
  background: #eaeaea;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
dl.info_list dd label input[type=checkbox] + span.wpcf7-list-item-label:hover, dl.info_list dd label input[type=radio] + span.wpcf7-list-item-label:hover {
  border-color: #c1c1c1;
}
dl.info_list dd label input[type=checkbox] + span.wpcf7-list-item-label:before, dl.info_list dd label input[type=radio] + span.wpcf7-list-item-label:before {
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #fff;
}
dl.info_list dd label input[type=checkbox]:checked + span.wpcf7-list-item-label, dl.info_list dd label input[type=radio]:checked + span.wpcf7-list-item-label {
  background: #ffc65d;
}
dl.info_list dd label input[type=checkbox] + span.wpcf7-list-item-label:before {
  content: "\f0c8";
}
dl.info_list dd label input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  content: "\f14a";
}
dl.info_list dd label input[type=radio] + span.wpcf7-list-item-label:before {
  content: "\f111";
}
dl.info_list dd label input[type=radio]:checked + span.wpcf7-list-item-label:before {
  content: "\f192";
}
dl.info_list dd .acceptance, dl.info_list dd .acceptance span {
  display: block;
}
dl.info_list dd .acceptance .wpcf7-list-item-label {
  display: inline-block;
  width: 100%;
  padding: 0.8em 1em !important;
  text-align: center;
}
dl.info_list dd .acceptance .wpcf7-acceptance {
  display: block;
}
dl.info_list dd .acceptance input[type=checkbox] + span.wpcf7-list-item-label:before {
  content: "\f111";
  line-height: 1;
  border-radius: 15px;
  padding: 3px;
  padding-right: 1em;
  background: #fff;
  color: #eaeaea;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
dl.info_list dd .acceptance input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  padding-right: 3px;
  padding-left: 1em;
  content: "\f058";
  color: #ff5e5e;
}