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

FileName    :    page.css

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

FileName    :  about.scss

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

FileName    :お客様の声  voice.scss

-------------------------------------------- */
/*お客様の声一覧*/
#voice_all .middle_main_ttl::before {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: url(../img/top/top_voice_ttl.svg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.3; }
  @media screen and (max-width: 950px) {
    #voice_all .middle_main_ttl::before {
      width: calc(100% - 10px); } }
#voice_all section.sec {
  margin: 0 0 200px; }
  #voice_all section.sec .voice_top {
    max-width: 1160px;
    width: 90%;
    margin: 2em auto 5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 3em; }
    #voice_all section.sec .voice_top p.kensu {
      margin: 0; }
      #voice_all section.sec .voice_top p.kensu span {
        font-family: heebo, sans-serif;
        font-weight: 700;
        margin: 0 0.25em; }
    @media screen and (max-width: 950px) {
      #voice_all section.sec .voice_top nav.pagenav {
        text-align: center; } }
    #voice_all section.sec .voice_top nav.pagenav a {
      margin: 0 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      text-align: center;
      font-size: 1.6rem;
      background: #C1C1C1;
      border-radius: 50px;
      transition: 0.3s; }
      @media screen and (max-width: 950px) {
        #voice_all section.sec .voice_top nav.pagenav a {
          margin: 0 5px; } }
      @media screen and (max-width: 550px) {
        #voice_all section.sec .voice_top nav.pagenav a {
          width: 7vw;
          height: 7vw;
          line-height: 7vw;
          font-size: 3.4vw; } }
      #voice_all section.sec .voice_top nav.pagenav a:hover {
        background: #1B68AA;
        color: #fff; }
      #voice_all section.sec .voice_top nav.pagenav a.prev {
        text-indent: -99999px;
        background: url(../img/common/page_prev.svg) no-repeat center;
        background-size: contain; }
        #voice_all section.sec .voice_top nav.pagenav a.prev:hover {
          background: url(../img/common/page_prev_hover.svg) no-repeat center;
          background-size: contain; }
      #voice_all section.sec .voice_top nav.pagenav a.next {
        text-indent: -99999px;
        background: url(../img/common/page_next.svg) no-repeat center;
        background-size: contain; }
        #voice_all section.sec .voice_top nav.pagenav a.next:hover {
          background: url(../img/common/page_next_hover.svg) no-repeat center;
          background-size: contain; }
    #voice_all section.sec .voice_top nav.pagenav span {
      margin: 0 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      text-align: center;
      font-size: 1.6rem;
      background: #1B68AA;
      color: #fff;
      border-radius: 50px; }
      @media screen and (max-width: 950px) {
        #voice_all section.sec .voice_top nav.pagenav span {
          margin: 0 5px; } }
      @media screen and (max-width: 550px) {
        #voice_all section.sec .voice_top nav.pagenav span {
          width: 7vw;
          height: 7vw;
          line-height: 7vw;
          font-size: 3.4vw; } }
  #voice_all section.sec .voice_list {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    #voice_all section.sec .voice_list li {
      max-width: 560px;
      width: 49%;
      margin: 0 0 3em;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.3); }
      #voice_all section.sec .voice_list li .voice_img_block {
        position: relative; }
        #voice_all section.sec .voice_list li .voice_img_block .cat_name {
          position: absolute;
          bottom: 0;
          z-index: 2;
          left: 0;
          color: #fff;
          background: #1B68AA;
          line-height: 30px;
          height: 30px;
          padding: 0 1em;
          font-size: 16px;
          display: inline-block; }
          @media screen and (max-width: 550px) {
            #voice_all section.sec .voice_list li .voice_img_block .cat_name {
              font-size: 3.2vw; } }
      #voice_all section.sec .voice_list li .voice_txtblock {
        padding: 14px 1em 20px;
        font-size: 16px; }
        @media screen and (max-width: 550px) {
          #voice_all section.sec .voice_list li .voice_txtblock {
            font-size: 3.2vw; } }

/*お客様の声詳細*/
.voice_inner {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 1.5em;
  color: #000;
  text-align: justify; }
  @media screen and (max-width: 950px) {
    .voice_inner {
      font-size: 3.2vw; } }
  .voice_inner .middle_main_ttl::before {
    content: "";
    width: calc(100% - 40px);
    height: 100%;
    background: url(../img/top/top_voice_ttl.svg) no-repeat center top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    opacity: 0.3; }
    @media screen and (max-width: 950px) {
      .voice_inner .middle_main_ttl::before {
        width: calc(100% - 10px); } }
  .voice_inner section.sec {
    max-width: 1160px;
    width: 90%;
    margin: 0 auto 200px;
    overflow: hidden; }
    .voice_inner section.sec .cat_name {
      color: #fff;
      background: #1B68AA;
      line-height: 30px;
      height: 30px;
      padding: 0 1em;
      font-size: 16px;
      display: inline-block; }
      @media screen and (max-width: 550px) {
        .voice_inner section.sec .cat_name {
          font-size: 3.2vw; } }
    .voice_inner section.sec h2 {
      font-size: 28px;
      border-bottom: 2px solid #1B68AA;
      padding: 0.5em 0;
      margin-bottom: 2em; }
      @media screen and (max-width: 550px) {
        .voice_inner section.sec h2 {
          font-size: 4.2vw;
          margin-bottom: 1em; } }
    .voice_inner section.sec .btn01 {
      margin: 100px auto 50px; }
  .voice_inner .voice_img {
    max-width: 800px;
    width: 90%;
    margin: 2em auto; }
    .voice_inner .voice_img span {
      font-size: 16px;
      margin: 1em 0;
      display: block; }
      @media screen and (max-width: 550px) {
        .voice_inner .voice_img span {
          font-size: 3.2vw; } }
  .voice_inner .voice_imgblock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em auto; }
    @media screen and (max-width: 550px) {
      .voice_inner .voice_imgblock {
        display: block; } }
    .voice_inner .voice_imgblock img {
      margin-right: 4%;
      height: auto;
      width: 48%;
      max-width: 800px; }
      @media screen and (max-width: 550px) {
        .voice_inner .voice_imgblock img {
          margin: 0 0 4vw;
          width: 100%; } }
      .voice_inner .voice_imgblock img:last-of-type {
        margin-right: 0; }
      .voice_inner .voice_imgblock img:only-child {
        width: 100%; }

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

FileName    :リフォームの施工事例  example.scss

-------------------------------------------- */
/*リフォームの施工事例一覧*/
.sekou_all .middle_main_ttl::before {
  content: "";
  width: 70%;
  height: 100%;
  background: url(../img/top/top_casestudy_ttl.svg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.3; }
.sekou_all section.sec {
  margin: 0 auto 200px; }
  .sekou_all section.sec .example_top {
    max-width: 1160px;
    width: 90%;
    margin: 2em auto 5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 3em; }
    @media screen and (max-width: 950px) {
      .sekou_all section.sec .example_top {
        display: block; } }
    .sekou_all section.sec .example_top p.kensu {
      margin: 0; }
      @media screen and (max-width: 950px) {
        .sekou_all section.sec .example_top p.kensu {
          margin: 0 0 1em; } }
      .sekou_all section.sec .example_top p.kensu span {
        font-family: heebo, sans-serif;
        font-weight: 700;
        margin: 0 0.25em; }
    @media screen and (max-width: 950px) {
      .sekou_all section.sec .example_top nav.pagenav {
        text-align: center; } }
    .sekou_all section.sec .example_top nav.pagenav a {
      margin: 0 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      text-align: center;
      font-size: 1.6rem;
      background: #C1C1C1;
      border-radius: 50px;
      transition: 0.3s; }
      @media screen and (max-width: 950px) {
        .sekou_all section.sec .example_top nav.pagenav a {
          margin: 0 5px; } }
      @media screen and (max-width: 550px) {
        .sekou_all section.sec .example_top nav.pagenav a {
          width: 7vw;
          height: 7vw;
          line-height: 7vw;
          font-size: 3.4vw; } }
      .sekou_all section.sec .example_top nav.pagenav a:hover {
        background: #1B68AA;
        color: #fff; }
      .sekou_all section.sec .example_top nav.pagenav a.prev {
        text-indent: -99999px;
        background: url(../img/common/page_prev.svg) no-repeat center;
        background-size: contain; }
        .sekou_all section.sec .example_top nav.pagenav a.prev:hover {
          background: url(../img/common/page_prev_hover.svg) no-repeat center;
          background-size: contain; }
      .sekou_all section.sec .example_top nav.pagenav a.next {
        text-indent: -99999px;
        background: url(../img/common/page_next.svg) no-repeat center;
        background-size: contain; }
        .sekou_all section.sec .example_top nav.pagenav a.next:hover {
          background: url(../img/common/page_next_hover.svg) no-repeat center;
          background-size: contain; }
    .sekou_all section.sec .example_top nav.pagenav span {
      margin: 0 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      text-align: center;
      font-size: 1.6rem;
      background: #1B68AA;
      color: #fff;
      border-radius: 50px; }
      @media screen and (max-width: 950px) {
        .sekou_all section.sec .example_top nav.pagenav span {
          margin: 0 5px; } }
      @media screen and (max-width: 550px) {
        .sekou_all section.sec .example_top nav.pagenav span {
          width: 7vw;
          height: 7vw;
          line-height: 7vw;
          font-size: 3.4vw; } }
  .sekou_all section.sec .gNaviWrap {
    margin: 2em auto 5em; }
    .sekou_all section.sec .gNaviWrap ul#gNavi {
      margin: 0 auto;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center; }
      .sekou_all section.sec .gNaviWrap ul#gNavi li {
        font-size: 18px; }
        @media screen and (max-width: 950px) {
          .sekou_all section.sec .gNaviWrap ul#gNavi li {
            font-size: 3.6vw; } }
        .sekou_all section.sec .gNaviWrap ul#gNavi li a {
          border: 2px solid #1b68aa;
          padding: 2px 1.5em 5px;
          border-radius: 50px;
          margin: 0 0.5em;
          font-weight: bold;
          transition: 0.3s; }
          .sekou_all section.sec .gNaviWrap ul#gNavi li a:hover {
            border-color: #F4B400;
            background: #F4B400;
            color: #fff; }
          .sekou_all section.sec .gNaviWrap ul#gNavi li a::before {
            content: "#"; }
  .sekou_all section.sec ul.list_style01 li .img_block {
    position: relative;
    max-height: 300px;
    height: 17vw;
    overflow: hidden; }
    @media screen and (max-width: 950px) {
      .sekou_all section.sec ul.list_style01 li .img_block {
        height: 33vw; } }
    .sekou_all section.sec ul.list_style01 li .img_block img {
      height: auto; }
    .sekou_all section.sec ul.list_style01 li .img_block > span {
      position: absolute;
      bottom: 0;
      z-index: 2;
      left: 0;
      color: #fff;
      background: #1B68AA;
      line-height: 30px;
      height: 30px;
      padding: 0 1em;
      font-size: 16px;
      display: inline-block;
      border-radius: 0 10px 0 0; }
      @media screen and (max-width: 950px) {
        .sekou_all section.sec ul.list_style01 li .img_block > span {
          font-size: 3.2vw; } }
      .sekou_all section.sec ul.list_style01 li .img_block > span span {
        padding: 0 10px; }
  .sekou_all section.sec ul.list_style01 li .text_block {
    padding: 20px 2em; }
    .sekou_all section.sec ul.list_style01 li .text_block span {
      font-size: 14px; }
      @media screen and (max-width: 950px) {
        .sekou_all section.sec ul.list_style01 li .text_block span {
          font-size: 2.8vw; } }
    .sekou_all section.sec ul.list_style01 li .text_block p {
      margin: 0; }

/*リフォームの施工事例詳細*/
.sekou_inner .middle_main_ttl::before {
  content: "";
  width: 70%;
  height: 100%;
  background: url(../img/top/top_casestudy_ttl.svg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.3; }
.sekou_inner section.sec {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto 200px; }
  .sekou_inner section.sec h2 {
    font-size: 28px;
    border-bottom: 2px solid #1B68AA;
    padding: 0.5em 0;
    margin-bottom: 2em; }
  .sekou_inner section.sec .btn01 {
    margin: 100px auto 50px; }
  .sekou_inner section.sec .sekou_slid {
    margin: 1em auto 5em; }
    .sekou_inner section.sec .sekou_slid .sekou_slidImg {
      max-width: 800px;
      margin: 0 auto 2em;
      position: relative; }
    .sekou_inner section.sec .sekou_slid ul.sekou_slidImg02 {
      width: calc(100% + 10px); }
      .sekou_inner section.sec .sekou_slid ul.sekou_slidImg02 li.slick-slide {
        opacity: 0.5;
        margin: 0 5px; }
        .sekou_inner section.sec .sekou_slid ul.sekou_slidImg02 li.slick-slide.slick-current {
          opacity: 1; }
      .sekou_inner section.sec .sekou_slid ul.sekou_slidImg02 .slick-next {
        right: -25px;
        z-index: 100;
        width: 50px;
        height: 50px;
        background: url("../img/common/icon_next.svg") no-repeat center top;
        border-radius: 0 10px 10px 0; }
        @media screen and (max-width: 950px) {
          .sekou_inner section.sec .sekou_slid ul.sekou_slidImg02 .slick-next {
            right: -1vw;
            width: 10vw;
            height: 10vw; } }
        .sekou_inner section.sec .sekou_slid ul.sekou_slidImg02 .slick-next:before {
          display: none; }
      .sekou_inner section.sec .sekou_slid ul.sekou_slidImg02 .slick-prev {
        left: -25px;
        z-index: 100;
        width: 50px;
        height: 50px;
        background: url("../img/common/icon_prev.svg") no-repeat center top;
        border-radius: 0 10px 10px 0; }
        @media screen and (max-width: 950px) {
          .sekou_inner section.sec .sekou_slid ul.sekou_slidImg02 .slick-prev {
            left: -3vw;
            width: 10vw;
            height: 10vw; } }
        .sekou_inner section.sec .sekou_slid ul.sekou_slidImg02 .slick-prev:before {
          display: none; }
    .sekou_inner section.sec .sekou_slid .dots__num {
      max-width: 1160px;
      width: 100%;
      display: block;
      margin: 20px auto 0;
      text-align: right;
      position: relative;
      font-family: heebo, sans-serif;
      font-weight: 700;
      font-size: 14px; }
      @media screen and (max-width: 950px) {
        .sekou_inner section.sec .sekou_slid .dots__num {
          max-width: 160px;
          width: 90%; } }
      .sekou_inner section.sec .sekou_slid .dots__num .now-count {
        position: absolute;
        right: 150px; }
      .sekou_inner section.sec .sekou_slid .dots__num .lord_bar {
        max-width: 110px;
        width: 100%;
        height: 4px;
        position: absolute;
        right: 25px;
        top: -3px;
        bottom: 0;
        margin: auto;
        background: #BEBEBE;
        border-radius: 10px;
        overflow: hidden; }
        .sekou_inner section.sec .sekou_slid .dots__num .lord_bar .lord {
          width: 0%;
          height: 4px;
          background: #1B68AA;
          position: absolute;
          left: 0;
          border-radius: 10px; }
  .sekou_inner section.sec h3 {
    margin: 3em 0 0.5em;
    font-size: 24px;
    color: #1B68AA; }
    @media screen and (max-width: 550px) {
      .sekou_inner section.sec h3 {
        font-size: 3.6vw; } }
  .sekou_inner section.sec .table_style01 th {
    width: 20%; }
    @media screen and (max-width: 950px) {
      .sekou_inner section.sec .table_style01 th {
        width: 100%; } }
  .sekou_inner section.sec .table_style01 td {
    width: 30%; }
    @media screen and (max-width: 950px) {
      .sekou_inner section.sec .table_style01 td {
        width: 100%; } }
    .sekou_inner section.sec .table_style01 td span {
      padding-right: 1em; }
  .sekou_inner section.sec ul.sekou_tag_list li {
    display: inline-block;
    padding: 8px 1em;
    font-size: 16px;
    border: 2px solid #1B68AA;
    border-radius: 50px;
    margin-right: 1em; }
    @media screen and (max-width: 950px) {
      .sekou_inner section.sec ul.sekou_tag_list li {
        padding: 5px 1em;
        margin: 0 1vw 2vw 0; } }
    @media screen and (max-width: 550px) {
      .sekou_inner section.sec ul.sekou_tag_list li {
        font-size: 2.8vw; } }
  .sekou_inner section.sec ul.sekou_list {
    max-width: 960px;
    width: 100%;
    margin: 0 auto; }
    .sekou_inner section.sec ul.sekou_list li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 8em;
      position: relative; }
      @media screen and (max-width: 550px) {
        .sekou_inner section.sec ul.sekou_list li {
          margin: 0 0 3em; } }
      .sekou_inner section.sec ul.sekou_list li::before {
        content: "";
        max-width: 56px;
        width: 7%;
        height: 40px;
        background: url("../img/common/icon_arrow_black.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        left: 34%;
        top: 0;
        bottom: 0;
        margin: auto; }
      .sekou_inner section.sec ul.sekou_list li .before_img {
        max-width: 300px;
        width: 32%;
        position: relative; }
        .sekou_inner section.sec ul.sekou_list li .before_img span {
          position: absolute;
          top: 0;
          left: 0;
          background: #707070;
          color: #fff;
          height: 30px;
          line-height: 30px;
          padding: 0 1em;
          font-size: 18px;
          border-radius: 0 0 10px 0; }
          @media screen and (max-width: 550px) {
            .sekou_inner section.sec ul.sekou_list li .before_img span {
              font-size: 3.2vw;
              height: 5vw;
              line-height: 5vw; } }
      .sekou_inner section.sec ul.sekou_list li .after_img {
        max-width: 540px;
        width: 57%;
        position: relative; }
        .sekou_inner section.sec ul.sekou_list li .after_img span {
          position: absolute;
          top: 0;
          left: 0;
          background: #F4B400;
          color: #fff;
          height: 50px;
          line-height: 50px;
          padding: 0 1em;
          font-size: 24px;
          border-radius: 0 0 10px 0; }
          @media screen and (max-width: 550px) {
            .sekou_inner section.sec ul.sekou_list li .after_img span {
              font-size: 3.6vw;
              height: 6vw;
              line-height: 6vw; } }
  .sekou_inner section.sec .client_block {
    padding: 20px 30px;
    background: #F4F4F4;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.8; }
    @media screen and (max-width: 550px) {
      .sekou_inner section.sec .client_block {
        font-size: 3.0vw; } }
  .sekou_inner section.sec .client_block02,
  .sekou_inner section.sec .staff_block {
    padding: 20px 30px;
    background: #EAF7FD;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.8; }
    @media screen and (max-width: 550px) {
      .sekou_inner section.sec .client_block02,
      .sekou_inner section.sec .staff_block {
        font-size: 3.0vw; } }

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

FileName    :トピックス

-------------------------------------------- */
/*一覧*/
#topics_all section.sec {
  margin: 0 auto 200px;
  width: 90%;
  max-width: 1160px; }
  #topics_all section.sec dl.news_dl_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0; }
    @media screen and (max-width: 950px) {
      #topics_all section.sec dl.news_dl_list {
        display: block; } }
    #topics_all section.sec dl.news_dl_list dt {
      width: 35%;
      max-width: 300px;
      font-size: 1.4rem; }
      @media screen and (max-width: 950px) {
        #topics_all section.sec dl.news_dl_list dt {
          width: 100%;
          max-width: 100%; } }
      #topics_all section.sec dl.news_dl_list dt span {
        margin: 0 10px;
        background: #E2E2E2;
        padding: 3px 20px;
        border-radius: 50px; }
    #topics_all section.sec dl.news_dl_list dd {
      width: 62%;
      font-size: 1.6rem; }
      @media screen and (max-width: 950px) {
        #topics_all section.sec dl.news_dl_list dd {
          width: 100%;
          margin: 0.5em 0 0; } }
      #topics_all section.sec dl.news_dl_list dd a:hover {
        color: #1B68AA;
        text-decoration: underline; }
    #topics_all section.sec dl.news_dl_list:last-of-type {
      border: none; }
  #topics_all section.sec nav.pagenav {
    margin: 5em 0 0;
    text-align: center; }
    #topics_all section.sec nav.pagenav a {
      margin: 0 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      text-align: center;
      font-size: 1.6rem;
      background: #C1C1C1;
      border-radius: 50px;
      transition: 0.3s; }
      @media screen and (max-width: 950px) {
        #topics_all section.sec nav.pagenav a {
          margin: 0 5px; } }
      @media screen and (max-width: 550px) {
        #topics_all section.sec nav.pagenav a {
          width: 7vw;
          height: 7vw;
          line-height: 7vw;
          font-size: 3.4vw; } }
      #topics_all section.sec nav.pagenav a:hover {
        background: #1B68AA;
        color: #fff; }
      #topics_all section.sec nav.pagenav a.prev {
        text-indent: -99999px;
        background: url(../img/common/page_prev.svg) no-repeat center;
        background-size: contain; }
        #topics_all section.sec nav.pagenav a.prev:hover {
          background: url(../img/common/page_prev_hover.svg) no-repeat center;
          background-size: contain; }
      #topics_all section.sec nav.pagenav a.next {
        text-indent: -99999px;
        background: url(../img/common/page_next.svg) no-repeat center;
        background-size: contain; }
        #topics_all section.sec nav.pagenav a.next:hover {
          background: url(../img/common/page_next_hover.svg) no-repeat center;
          background-size: contain; }
    #topics_all section.sec nav.pagenav span {
      margin: 0 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      text-align: center;
      font-size: 1.6rem;
      background: #1B68AA;
      color: #fff;
      border-radius: 50px; }
      @media screen and (max-width: 950px) {
        #topics_all section.sec nav.pagenav span {
          margin: 0 5px; } }
      @media screen and (max-width: 550px) {
        #topics_all section.sec nav.pagenav span {
          width: 7vw;
          height: 7vw;
          line-height: 7vw;
          font-size: 3.4vw; } }

/*詳細*/
#topics section.sec {
  margin: 0 auto 200px;
  width: 90%;
  max-width: 1160px; }
  #topics section.sec p.page_YMD {
    font-size: 16px;
    margin: 0;
    color: #555;
    font-weight: bold; }
    #topics section.sec p.page_YMD span {
      margin-left: 2em;
      background: #E2E2E2;
      padding: 2px 20px;
      border-radius: 50px;
      color: #333; }
  #topics section.sec h2 {
    font-size: 28px;
    border-bottom: 2px solid #1B68AA;
    padding: 0.1em 0 0.5em;
    margin-bottom: 2em; }
    @media screen and (max-width: 550px) {
      #topics section.sec h2 {
        font-size: 5.2vw; } }

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

FileName    :住まいのお役立ち情報

-------------------------------------------- */
/*一覧*/
#useful_all section.sec {
  margin: 0 auto 200px;
  width: 90%;
  max-width: 1160px; }
  #useful_all section.sec nav.pagenav {
    margin: 5em 0 0;
    text-align: center; }
    #useful_all section.sec nav.pagenav a {
      margin: 0 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      text-align: center;
      font-size: 1.6rem;
      background: #C1C1C1;
      border-radius: 50px;
      transition: 0.3s; }
      @media screen and (max-width: 950px) {
        #useful_all section.sec nav.pagenav a {
          margin: 0 5px; } }
      @media screen and (max-width: 550px) {
        #useful_all section.sec nav.pagenav a {
          width: 7vw;
          height: 7vw;
          line-height: 7vw;
          font-size: 3.4vw; } }
      #useful_all section.sec nav.pagenav a:hover {
        background: #1B68AA;
        color: #fff; }
      #useful_all section.sec nav.pagenav a.prev {
        text-indent: -99999px;
        background: url(../img/common/page_prev.svg) no-repeat center;
        background-size: contain; }
        #useful_all section.sec nav.pagenav a.prev:hover {
          background: url(../img/common/page_prev_hover.svg) no-repeat center;
          background-size: contain; }
      #useful_all section.sec nav.pagenav a.next {
        text-indent: -99999px;
        background: url(../img/common/page_next.svg) no-repeat center;
        background-size: contain; }
        #useful_all section.sec nav.pagenav a.next:hover {
          background: url(../img/common/page_next_hover.svg) no-repeat center;
          background-size: contain; }
    #useful_all section.sec nav.pagenav span {
      margin: 0 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      text-align: center;
      font-size: 1.6rem;
      background: #1B68AA;
      color: #fff;
      border-radius: 50px; }
      @media screen and (max-width: 950px) {
        #useful_all section.sec nav.pagenav span {
          margin: 0 5px; } }
      @media screen and (max-width: 550px) {
        #useful_all section.sec nav.pagenav span {
          width: 7vw;
          height: 7vw;
          line-height: 7vw;
          font-size: 3.4vw; } }
  #useful_all section.sec dl.news_dl_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0; }
    @media screen and (max-width: 950px) {
      #useful_all section.sec dl.news_dl_list {
        display: block; } }
    #useful_all section.sec dl.news_dl_list dt {
      width: 25%;
      max-width: 150px;
      font-size: 1.4rem; }
      @media screen and (max-width: 950px) {
        #useful_all section.sec dl.news_dl_list dt {
          width: 100%;
          max-width: 100%; } }
      #useful_all section.sec dl.news_dl_list dt span {
        margin: 0 10px;
        background: #E2E2E2;
        padding: 3px 20px;
        border-radius: 50px; }
    #useful_all section.sec dl.news_dl_list dd {
      width: 72%;
      font-size: 1.6rem; }
      @media screen and (max-width: 950px) {
        #useful_all section.sec dl.news_dl_list dd {
          width: 100%;
          margin: 0.5em 0 0; } }
      #useful_all section.sec dl.news_dl_list dd a:hover {
        color: #1B68AA;
        text-decoration: underline; }
    #useful_all section.sec dl.news_dl_list:last-of-type {
      border: none; }

/*詳細*/
#useful section.sec {
  margin: 0 auto 200px;
  width: 90%;
  max-width: 1160px; }
  #useful section.sec p.page_YMD {
    margin: 0;
    color: #555; }
    #useful section.sec p.page_YMD span {
      margin-left: 2em;
      background: #E2E2E2;
      padding: 2px 20px;
      border-radius: 50px;
      color: #333; }
  #useful section.sec h2 {
    font-size: 28px;
    border-bottom: 2px solid #1B68AA;
    padding: 0.5em 0;
    margin-bottom: 2em; }
    @media screen and (max-width: 550px) {
      #useful section.sec h2 {
        font-size: 5.2vw; } }
    #useful section.sec h2 span.page_YMD {
      display: block;
      font-size: 16px;
      color: #555;
      line-height: 1.8; }
      @media screen and (max-width: 550px) {
        #useful section.sec h2 span.page_YMD {
          font-size: 3.4vw; } }

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

FileName    :お問い合わせ  contact.scss

-------------------------------------------- */
#contact .middle_main_ttl::before,
#contact_confirmation .middle_main_ttl::before,
#contact_error .middle_main_ttl::before,
#thanks .middle_main_ttl::before {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: url(../img/top/top_voice_ttl.svg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.3; }
  @media screen and (max-width: 950px) {
    #contact .middle_main_ttl::before,
    #contact_confirmation .middle_main_ttl::before,
    #contact_error .middle_main_ttl::before,
    #thanks .middle_main_ttl::before {
      width: calc(100% - 10px); } }
#contact .contact_table,
#contact_confirmation .contact_table,
#contact_error .contact_table,
#thanks .contact_table {
  max-width: 960px;
  margin: 0 auto; }
  #contact .contact_table th,
  #contact_confirmation .contact_table th,
  #contact_error .contact_table th,
  #thanks .contact_table th {
    position: relative;
    text-align: left;
    width: 25%; }
    @media screen and (max-width: 950px) {
      #contact .contact_table th,
      #contact_confirmation .contact_table th,
      #contact_error .contact_table th,
      #thanks .contact_table th {
        width: 100%; } }
    #contact .contact_table th span,
    #contact_confirmation .contact_table th span,
    #contact_error .contact_table th span,
    #thanks .contact_table th span {
      position: absolute;
      background: #1b68aa;
      color: #fff;
      padding: 0 10px;
      font-size: 1.2rem;
      right: 15px;
      height: 20px;
      line-height: 20px;
      border-radius: 3px; }
  #contact .contact_table td input,
  #contact .contact_table td textarea,
  #contact .contact_table td select,
  #contact_confirmation .contact_table td input,
  #contact_confirmation .contact_table td textarea,
  #contact_confirmation .contact_table td select,
  #contact_error .contact_table td input,
  #contact_error .contact_table td textarea,
  #contact_error .contact_table td select,
  #thanks .contact_table td input,
  #thanks .contact_table td textarea,
  #thanks .contact_table td select {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 1.6rem;
    margin: 5px 0;
    width: 100%;
    box-sizing: border-box; }
  #contact .contact_table td select,
  #contact_confirmation .contact_table td select,
  #contact_error .contact_table td select,
  #thanks .contact_table td select {
    width: 80%; }
  #contact .contact_table td textarea,
  #contact_confirmation .contact_table td textarea,
  #contact_error .contact_table td textarea,
  #thanks .contact_table td textarea {
    height: 10em; }
  #contact .contact_table td input[name="sei"],
  #contact .contact_table td input[name="mei"],
  #contact_confirmation .contact_table td input[name="sei"],
  #contact_confirmation .contact_table td input[name="mei"],
  #contact_error .contact_table td input[name="sei"],
  #contact_error .contact_table td input[name="mei"],
  #thanks .contact_table td input[name="sei"],
  #thanks .contact_table td input[name="mei"] {
    width: 25%; }
  #contact .contact_table td span.mwform-zip-field,
  #contact_confirmation .contact_table td span.mwform-zip-field,
  #contact_error .contact_table td span.mwform-zip-field,
  #thanks .contact_table td span.mwform-zip-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -15px; }
    #contact .contact_table td span.mwform-zip-field input,
    #contact_confirmation .contact_table td span.mwform-zip-field input,
    #contact_error .contact_table td span.mwform-zip-field input,
    #thanks .contact_table td span.mwform-zip-field input {
      max-width: 120px;
      margin: 0 5px; }
  #contact .contact_table td span.mwform-tel-field,
  #contact_confirmation .contact_table td span.mwform-tel-field,
  #contact_error .contact_table td span.mwform-tel-field,
  #thanks .contact_table td span.mwform-tel-field {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    #contact .contact_table td span.mwform-tel-field input,
    #contact_confirmation .contact_table td span.mwform-tel-field input,
    #contact_error .contact_table td span.mwform-tel-field input,
    #thanks .contact_table td span.mwform-tel-field input {
      max-width: 120px;
      margin: 0 5px; }
      #contact .contact_table td span.mwform-tel-field input:first-of-type,
      #contact_confirmation .contact_table td span.mwform-tel-field input:first-of-type,
      #contact_error .contact_table td span.mwform-tel-field input:first-of-type,
      #thanks .contact_table td span.mwform-tel-field input:first-of-type {
        margin-left: 0; }
#contact .btn_block,
#contact_confirmation .btn_block,
#contact_error .btn_block,
#thanks .btn_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4em auto; }
  @media screen and (max-width: 950px) {
    #contact .btn_block,
    #contact_confirmation .btn_block,
    #contact_error .btn_block,
    #thanks .btn_block {
      display: block; } }
  #contact .btn_block .next_btn,
  #contact_confirmation .btn_block .next_btn,
  #contact_error .btn_block .next_btn,
  #thanks .btn_block .next_btn {
    max-width: 400px;
    width: 48%;
    position: relative;
    margin: 0 1%; }
    @media screen and (max-width: 950px) {
      #contact .btn_block .next_btn,
      #contact_confirmation .btn_block .next_btn,
      #contact_error .btn_block .next_btn,
      #thanks .btn_block .next_btn {
        width: 80%;
        margin: 1% auto; } }
    #contact .btn_block .next_btn::after,
    #contact_confirmation .btn_block .next_btn::after,
    #contact_error .btn_block .next_btn::after,
    #thanks .btn_block .next_btn::after {
      content: "";
      width: 30px;
      height: 100%;
      background: url(../img/common/icon_arrow_blue.svg) no-repeat center;
      background-size: contain;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
    #contact .btn_block .next_btn input[type="submit"],
    #contact_confirmation .btn_block .next_btn input[type="submit"],
    #contact_error .btn_block .next_btn input[type="submit"],
    #thanks .btn_block .next_btn input[type="submit"] {
      width: 100%;
      height: 60px;
      line-height: 56px;
      background: #fff;
      display: block;
      text-align: center;
      font-size: 1.8rem;
      border-radius: 50px;
      border: 2px solid #1B68AA;
      font-weight: bold;
      position: relative;
      box-sizing: border-box;
      transition: 0.3s; }
      @media screen and (max-width: 950px) {
        #contact .btn_block .next_btn input[type="submit"],
        #contact_confirmation .btn_block .next_btn input[type="submit"],
        #contact_error .btn_block .next_btn input[type="submit"],
        #thanks .btn_block .next_btn input[type="submit"] {
          height: auto;
          line-height: 1.6;
          padding: 10px 0; } }
      @media screen and (max-width: 550px) {
        #contact .btn_block .next_btn input[type="submit"],
        #contact_confirmation .btn_block .next_btn input[type="submit"],
        #contact_error .btn_block .next_btn input[type="submit"],
        #thanks .btn_block .next_btn input[type="submit"] {
          font-size: 3.6vw; } }
    #contact .btn_block .next_btn:hover::after,
    #contact_confirmation .btn_block .next_btn:hover::after,
    #contact_error .btn_block .next_btn:hover::after,
    #thanks .btn_block .next_btn:hover::after {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    #contact .btn_block .next_btn:hover input[type="submit"],
    #contact_confirmation .btn_block .next_btn:hover input[type="submit"],
    #contact_error .btn_block .next_btn:hover input[type="submit"],
    #thanks .btn_block .next_btn:hover input[type="submit"] {
      background: #F4B400;
      border-color: #F4B400;
      color: #fff; }

#contact_confirmation .btn_block .back_btn {
  max-width: 400px;
  width: 48%;
  position: relative;
  margin: 0 1%; }
  @media screen and (max-width: 950px) {
    #contact_confirmation .btn_block .back_btn {
      width: 80%;
      margin: 1% auto; } }
  #contact_confirmation .btn_block .back_btn input[type="submit"] {
    width: 100%;
    height: 60px;
    line-height: 56px;
    background: #1b68aa;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 50px;
    border: 2px solid #1B68AA;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    transition: 0.3s; }
    @media screen and (max-width: 950px) {
      #contact_confirmation .btn_block .back_btn input[type="submit"] {
        height: auto;
        line-height: 1.6;
        padding: 10px 0; } }
    @media screen and (max-width: 550px) {
      #contact_confirmation .btn_block .back_btn input[type="submit"] {
        font-size: 3.6vw; } }
  #contact_confirmation .btn_block .back_btn:hover input[type="submit"] {
    background: #fff;
    border-color: #1b68aa;
    color: #000; }
