@charset "UTF-8";
/* =====================
  color
===================== */
/*  お知らせgenre色
------------------------*/
/* =====================
  font
===================== */
/*  flexbox
------------------------*/
.paging ul {
  display: flex;
  justify-content: center;
}

/*  ページタイトル
------------------------*/
.area_main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70vh;
  position: relative;
  margin: 0 0 150px;
}
@media only screen and (max-width: 768px) {
  .area_main {
    margin: 0 0 100px;
  }
}

.p_ttl {
  position: absolute;
  bottom: -90px;
  left: 50%;
  display: inline-table;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 4.8rem;
  font-family: "游明朝 medium", "Yu Mincho medium", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #5b4c22;
  padding: 30px 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p_ttl {
    width: 80%;
    font-size: 3rem;
  }
}
.p_ttl span {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p_ttl span {
    font-size: 1.4rem;
  }
}
.p_ttl span::after, .p_ttl span::before {
  border-top: 1px solid;
  content: "";
  flex-grow: 0;
  width: 2em;
}
.p_ttl span::after {
  margin-left: 1rem;
}
.p_ttl span::before {
  margin-right: 1rem;
}

/*  コンテンツタイトル
------------------------*/
/*  txt_link
------------------------*/
/*  施工実績
------------------------*/
.paging {
  text-align: center;
  margin: 0;
}
.paging ul li {
  margin: 0 2px;
}
.paging ul li a {
  color: #666;
}
.paging ul .nolink {
  background-color: #ccc;
}
.paging ul .active {
  background-color: #5b4c22;
  color: #fff;
}

.paging ul li a, .paging ul .nolink, .paging ul .active {
  display: block;
  border: solid 1px #ccc;
  padding: 8px 3px;
  width: 35px;
  font-size: 12px;
}

/*  施工実績 スライダーアロー
------------------------*/
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 60px;
  height: 17px;
}
@media only screen and (max-width: 768px) {
  .slide-arrow {
    margin-top: -10px;
    top: -20px;
  }
}

.prev-arrow {
  left: -70px;
}
@media only screen and (max-width: 768px) {
  .prev-arrow {
    left: 0;
    z-index: 1;
  }
}

.next-arrow {
  right: -70px;
}
@media only screen and (max-width: 768px) {
  .next-arrow {
    right: 0;
  }
}

/* =====================
  area_main
===================== */
.area_main {
  background-image: url("../images/img_main_01.jpg");
}

/* フォーム設定 
*****************************************************************/
#area_form {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto 70px;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 2.3rem;
}
@media only screen and (max-width: 768px) {
  #area_form {
    margin: 0 auto 30px;
    padding: 15px;
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
#area_form h2 {
  font-size: 4rem;
  font-family: "游明朝 medium", "Yu Mincho medium", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #area_form h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#area_form > article {
  margin: 20px 0;
  box-sizing: border-box;
}
#area_form > article > p {
  padding: 15px 0;
}

.form {
  margin: 20px 0 20px 0;
  box-sizing: border-box;
}

.dummy_btn {
  margin: 0px 5px;
  padding: 5px;
  display: inline-block;
}

#vl029 {
  width: auto;
}

.ttl_part {
  width: 100%;
  margin: 15px auto 0;
  padding: 15px 10px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #d2d1c6;
}
@media only screen and (max-width: 768px) {
  .ttl_part {
    width: 98%;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 10px 8px;
  }
}

/* エラーメッセージ
-------------------------------------------------*/
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 10px auto;
  color: #F00;
  line-height: normal;
}

/* okページ
_________________________________________________*/
/* ステップ別表示設定
-------------------------------------------------*/
.formLayout.input_now .display_check {
  display: none;
}
.formLayout.input_now .display_input {
  padding: 5px 0 0 0;
}
.formLayout.check_now .display_input {
  display: none;
}

/* ステップ
-------------------------------------------------*/
#step {
  display: flex;
  width: 100%;
  margin: 15px auto;
  background: #F9F4E9;
  /*border: 1px solid #ccc;*/
  font-family: "游明朝 medium", "Yu Mincho medium", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 768px) {
  #step {
    margin: 8px auto;
  }
}
#step li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333%;
  height: 60px;
  padding: 12px 0px;
  text-align: center;
  background-color: #e5e2dc;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #step li {
    height: 30px;
    padding: 6px;
  }
}
#step li.active {
  background: #F9F4E9;
}
#step li.next {
  position: relative;
}
#step li.next::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #F9F4E9;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #step li.next::after {
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #F9F4E9;
  }
}
#step li.end {
  position: relative;
}
#step li.end::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #F9F4E9;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #F9F4E9;
  border-left: 30px solid #e5e2dc;
  position: absolute;
  top: 0px;
  right: -30px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #step li.end::after {
    border-top: 15px solid #F9F4E9;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F9F4E9;
    border-left: 15px solid #e5e2dc;
    right: -15px;
  }
}
#step li.end02 {
  position: relative;
}
#step li.end02::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #e5e2dc;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #step li.end02::after {
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #e5e2dc;
  }
}

/* 装飾
-------------------------------------------------*/
.dot {
  font-size: 85%;
  vertical-align: middle;
  color: #d63440;
  line-height: 160%;
  padding-right: 3px;
}

.example {
  color: #d63440;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.5rem;
  padding: 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .example {
    display: block;
  }
}

/* フォーム設定
-------------------------------------------------*/
.formLayout {
  display: block;
  margin: 30px auto 0;
}
.formLayout dl {
  width: 100%;
  margin: 0 auto 5px;
  padding: 0;
  font-size: 110%;
  line-height: 150%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .formLayout dl {
    width: 98%;
    justify-content: center;
    flex-direction: column;
  }
}
.formLayout dl dt {
  width: 300px;
  text-align: left;
  font-weight: normal;
  padding: 15px;
  line-height: 1.5rem;
  box-sizing: border-box;
  background-color: #F9F4E9;
  font-family: "游明朝 medium", "Yu Mincho medium", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 768px) {
  .formLayout dl dt {
    width: 100%;
    text-align: center;
    padding: 8px;
  }
}
.formLayout dl dd {
  width: 100%;
  max-width: 700px;
  min-height: 22px;
  padding: 15px;
  line-height: 1.5rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .formLayout dl dd {
    width: 100%;
    padding: 13px;
  }
}
.formLayout dl dd span {
  line-height: 1.5rem;
}
.formLayout dl dd span.checked_on {
  line-height: auto;
}
.formLayout dl dd input, .formLayout dl dd textarea, .formLayout dl dd select {
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .formLayout dl dd input[type='text'], .formLayout dl dd input[type='tel'], .formLayout dl dd input[type='email'], .formLayout dl dd textarea, .formLayout dl dd select {
    font-size: 1em;
  }
}
.formLayout dl dd .formType01 {
  width: 300px;
}
.formLayout dl dd div {
  margin: 7px 0 0 20px;
}
.formLayout dl dd div.radiobtn_flat {
  margin: 7px 0px 0px 0px;
  display: inline-block;
}
.formLayout dl dd div.radiobtn_flat > label {
  margin-left: 0px;
  display: inline-block;
}
.formLayout dl dd label {
  margin-left: -20px;
  text-indent: 20px;
  line-height: 130%;
}
.formLayout dl dd .note {
  line-height: 1.8rem;
  padding: 8px 0 0 0;
}
.formLayout label {
  margin-right: 10px;
}
.formLayout label input {
  margin-right: 5px;
  font-size: 16px;
}

/*ボタン設定
-------------------------------------------------*/
.formLayout .submit {
  margin: 20px auto 0px;
  text-align: center;
  padding: 15px;
}
.formLayout .submit input {
  font-size: 1.8rem;
  width: 350px;
  margin: 0px 5px;
  padding: 20px;
  font-weight: bold;
  display: inline-block;
  font-family: "游明朝 medium", "Yu Mincho medium", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 768px) {
  .formLayout .submit input {
    font-size: 1.6rem;
    width: 280px;
    float: none;
    margin: 0 auto 10px;
    padding: 15px 5px;
  }
}
.formLayout .submit input:hover {
  opacity: .85;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=85);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=85)";
  /* IE 8 */
  -khtml-opacity: .85;
  /* Safari 1.x */
  -moz-opacity: .85;
  /* FF lt 1.5, Netscape */
  cursor: pointer;
}

.check_btn, .ok_btn {
  background-color: #5b4c22;
  border: none;
  color: #fff;
}

.fix_btn {
  background-color: #dfdfdf;
  color: #333;
  margin: 0 10px 0 0;
  border: none;
}
@media only screen and (max-width: 768px) {
  .fix_btn {
    margin: 0 0 10px 0;
  }
}

/*プルダウン設定*/
.pull-down {
  width: 33%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .pull-down {
    width: 100%;
  }
}

/*テキストボックス設定*/
.freetext {
  width: 100%;
  box-sizing: border-box;
}

.text_long {
  width: 100%;
  box-sizing: border-box;
}

.text_middle {
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .text_middle {
    width: 100%;
  }
}

/*電話番号入力欄設定*/
input.tel {
  width: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  input.tel {
    width: 25%;
  }
}
