@charset "UTF-8";
@import url(common.css);
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* title */
/* -------------------------------------------- */
#title {
  background: url("/estimate/image/bg_title.jpg") no-repeat center center;
  background-size: cover;
}

/* -------------------------------------------- */
/* top-area */
/* -------------------------------------------- */
.top-area {
  margin-bottom: 5em;
}
.top-area .intro {
  margin-bottom: 2em;
}
.top-area .add-box {
  max-width: 900px;
  margin: 0 auto;
  border: 2px solid #000;
  padding: 2em;
}
.top-area .add-box .add-box-in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.top-area .add-box .add-box-in .left {
  width: 60%;
}
.top-area .add-box .add-box-in .left dl {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.top-area .add-box .add-box-in .left dl:last-child {
  margin-bottom: 0;
}
.top-area .add-box .add-box-in .left dl dt {
  width: 40%;
  background: #000;
  padding: .5em;
  color: #fff;
  text-align: center;
}
.top-area .add-box .add-box-in .left dl dt.icon-fax:before {
  content: "\f1ac" !important;
  margin-right: .3em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-size: 1.1em;
}
.top-area .add-box .add-box-in .left dl dd {
  width: 55%;
}
.top-area .add-box .add-box-in .left dl dd .faxno {
  font-size: 1.5em;
}
.top-area .add-box .add-box-in .left dl dd .mail {
  font-size: 1.1em;
}
.top-area .add-box .add-box-in .left dl dd .mail a {
  text-decoration: underline;
}
.top-area .add-box .add-box-in .left dl dd .mail a:hover {
  text-decoration: none;
}
.top-area .add-box .add-box-in .right {
  width: 33%;
}
.top-area .add-box .add-box-in .right .est-e-btn a, .top-area .add-box .add-box-in .right .est-p-btn a {
  display: block;
  padding: .5em 0;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
}
.top-area .add-box .add-box-in .right .est-e-btn a:hover, .top-area .add-box .add-box-in .right .est-p-btn a:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  color: #fff;
}
.top-area .add-box .add-box-in .right .est-e-btn a:hover.icon-pdf:before, .top-area .add-box .add-box-in .right .est-p-btn a:hover.icon-pdf:before {
  color: #fff;
}
.top-area .add-box .add-box-in .right .est-e-btn {
  margin-bottom: 1em;
}
.top-area .add-box .add-box-in .right .est-e-btn a {
  border: 1px solid #068e10;
  color: #068e10;
}
.top-area .add-box .add-box-in .right .est-e-btn a.icon-excel:before {
  content: "\f1c3" !important;
  margin-right: .3em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-size: 1.1em;
}
.top-area .add-box .add-box-in .right .est-e-btn a:hover {
  background: #068e10;
}
.top-area .add-box .add-box-in .right .est-p-btn a {
  border: 1px solid #d40a0a;
  color: #d40a0a;
}
.top-area .add-box .add-box-in .right .est-p-btn a:hover {
  background: #d40a0a;
}
.top-area .add-box .time {
  text-align: center;
}

span.need {
  padding: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  background: #ff4141;
  color: #fff;
  font-size: 0.8em;
}

/* form
---------------------------------------- */
input.middle, input.long, input.short, select, textarea {
  padding: 15px;
  letter-spacing: 1px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input::placeholder {
  color: #616161;
}

button, input, select, textarea {
  font-size: 16px;
  vertical-align: baseline;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
}

button:focus, select:focus, textarea :focus {
  box-shadow: 0px 0px 4px #d3d3d3;
  border: none;
}

textarea {
  border: 1px solid #ccc;
  width: 100%;
  vertical-align: bottom;
}

input.short {
  width: 100%;
  max-width: 120px;
}

input.middle {
  width: 100%;
  max-width: 360px;
}

input.long {
  width: 100%;
}

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
}

input#zipcode {
  margin-bottom: 10px;
}

p.agree {
  margin: 0 auto 1em;
  text-align: center;
  width: 96%;
}
p.agree a {
  position: relative;
  text-decoration: underline;
}
p.agree a:hover {
  text-decoration: none;
}

/* -------------------------------------------- */
/* form */
/* -------------------------------------------- */
.form {
  margin: 0 auto 5em;
}
.form .form-inner {
  margin-bottom: 2em;
}
.form form dl {
  display: flex;
  background: #f5f5f5;
  border-bottom: 2px solid #fff;
}
.form form dl dt {
  width: 25%;
  padding: 1.5em;
  position: relative;
  font-weight: bold;
}
.form form dl dt span {
  padding: .1em .6em;
  position: absolute;
  right: 2em;
  top: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #d40a0a;
  color: #fff;
  font-size: 0.8em;
}
.form form dl dd {
  width: 75%;
  min-height: 70px;
  padding: 1.5em;
  word-wrap: break-word;
  background: #fff;
}
.form form dl dd select {
  margin-bottom: 10px;
}
.form form dl dd ul li {
  margin: 0 10px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.form form dl dd .btn-style {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.form form dl dd .btn-style a {
  padding: 2px 10px 0;
  cursor: pointer;
  font-size: 0.9em;
}
.form form dl dd span {
  display: inline-block;
  color: #646464;
  font-size: .9em;
}
.form form dl dd strong {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: .9em;
}
.form .radio dd {
  padding: 1.5em;
}
.form #another dl {
  background: #ffebcc;
}

form .check {
  margin-bottom: 1em;
}
form .check label {
  cursor: pointer;
}

form #btn {
  text-align: center;
}
form #btn ul {
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
}
form #btn ul li {
  margin: 0 1em;
}
form #btn ul li input {
  position: relative;
  padding: 0.8em 3.5em;
  background: #ec6b17;
  color: #fff;
  border: 1px solid #ec6b17;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.2s linear;
  line-height: 1.2;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
}
form #btn ul li.back input {
  background-color: #a8a8a8;
  border: 1px solid #a8a8a8;
}
form #btn ul li.back input:hover {
  background: #ccc;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px 0px #d3d3d3;
  cursor: pointer;
}
form #btn .b-btn {
  text-align: center;
  padding: 1.3em 5em;
  background: #ec6b17;
  color: #fff;
  border: 1px solid #ec6b17;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.2s linear;
  line-height: 1.2;
}
form #btn .b-btn:hover {
  background: #ec6b17;
  border: 1px solid #ec6b17;
  box-shadow: 0px 0px 10px 0px #d3d3d3;
  cursor: pointer;
}

/* -------------------------------------------- */
/*photoupload*/
/* -------------------------------------------- */
.form form dl dd .photoupload {
  padding: 0.7em;
  background: #f1f1f1;
  text-align: center;
}

.hover {
  background: #e5e5d8 !important;
}

.form form dl dd .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

.form form dl dd .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

.form form dl dd .photoupload #drag-drop-area p {
  color: #bbb;
  font-size: 0.8em;
  line-height: 2;
}

.form form dl dd .photoupload #drag-drop-area p i {
  font-size: 3em;
}

.form form dl dd .photoupload #drag-drop-area p.drag-drop-info {
  font-size: 1.1em;
  line-height: 1.2;
}

.form form dl dd .photoupload #drag-drop-area a.button {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area label {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area .upload-area ul {
  letter-spacing: -0.4em;
  text-align: center;
}

#drag-drop-area .upload-area ul li {
  padding: 0 15px;
  letter-spacing: normal;
  width: 170px;
  position: relative;
  text-align: left;
  vertical-align: top;
}

#drag-drop-area .upload-area ul li img {
  width: 100%;
}

#drag-drop-area .upload-area ul li span.delete-image {
  background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
  border: 1px solid #c4ccce;
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 30px;
  text-decoration: none;
  font-weight: bold;
}

#drag-drop-area .upload-area ul li span.delete-image:hover {
  opacity: 0.6;
}

/*アップロード済み*/
.form form dl dd .settled .fa-picture-o {
  display: none;
}

.form form dl dd .settled .drag-drop-info {
  font-size: 0.9em;
  line-height: 0.5;
}

/* -------------------------------------------- */
/* error */
/* -------------------------------------------- */
#error {
  max-width: 900px;
  width: 90%;
  margin: 0px auto 2em;
  padding: 15px;
  border: 1px solid #ff3c44;
  background-color: #fff6f7;
  font-size: 1em;
  font-weight: bold;
  color: #ff3c44;
  text-align: center;
}

p.error {
  color: #ff3c44;
  font-weight: bold;
}

.form input.error,
.form select.error,
.form textarea.error {
  background-color: #fff4f4;
}

/* -------------------------------------------- */
/* conf */
/* -------------------------------------------- */
.conf .read {
  margin-bottom: 3em;
  text-align: center;
}

/* -------------------------------------------- */
/* thanks */
/* -------------------------------------------- */
.thanks-message {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2em;
}

.thanks-read {
  margin-bottom: 6em;
  text-align: center;
}

.btn-top {
  text-align: center;
}
.btn-top a {
  text-align: center;
  padding: .8em 3.5em;
  background: #ec6b17;
  color: #fff;
  border: 1px solid #ec6b17;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.2s linear;
  line-height: 1.2;
}
.btn-top a:hover {
  opacity: .8;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .top-area .add-box .add-box-in .left {
    width: 70%;
  }
  .top-area .add-box .add-box-in .left dl dt {
    width: 35%;
  }
  .top-area .add-box .add-box-in .left dl dd {
    width: 62%;
  }
  .top-area .add-box .add-box-in .left dl dd .mail {
    font-size: 1em;
  }
  .top-area .add-box .add-box-in .right {
    width: 28%;
  }

  .form form dl {
    margin: 0 auto;
    width: 98%;
    display: block;
  }
  .form form dl dt {
    width: 100%;
    padding: 20px;
    position: relative;
    font-weight: bold;
  }
  .form form dl dd {
    width: 100%;
    min-height: auto;
    padding: 20px 10px;
    word-wrap: break-word;
    box-sizing: border-box;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .top-area .intro {
    text-align: left;
  }
  .top-area .add-box {
    padding: 1em;
  }
  .top-area .add-box .add-box-in {
    display: block;
  }
  .top-area .add-box .add-box-in .left {
    width: 100%;
    margin-bottom: 1em;
  }
  .top-area .add-box .add-box-in .right {
    width: 100%;
  }
  .top-area .add-box .add-box-in .right .est-e-btn, .top-area .add-box .add-box-in .right .est-p-btn {
    width: 80%;
    margin: 0 auto 1em;
  }
  .top-area .add-box .add-box-in .right .est-p-btn {
    margin-bottom: 0;
  }

  dl.tel-area {
    width: 96%;
  }
  dl.tel-area dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
  }
  dl.tel-area dd ul {
    display: block;
    font-size: 1.5em;
  }
  dl.tel-area dd ul li {
    padding: 10px;
    width: 100%;
    text-align: center;
  }

  form #btn {
    text-align: center;
  }
  form #btn ul {
    display: block;
  }
  form #btn ul li {
    width: 90%;
    margin: 0 auto 0.5em;
  }
  form #btn ul li input {
    padding: .8em 1.5em;
    font-size: 1em;
  }
  form #btn .b-btn {
    text-align: center;
    padding: 0.8em 1.5em;
    font-size: 1em;
  }

  .form form dl {
    box-sizing: border-box;
    zoom: 1;
    border-bottom: 2px solid #fff;
  }
  .form form dl dt {
    width: 100%;
    padding: 10px 20px;
    position: relative;
    font-weight: bold;
  }
  .form form dl dt span {
    padding: 0 5px;
    position: absolute;
    right: 10px;
    top: 8px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #fff;
    font-size: 0.8em;
  }
  .form form dl dd {
    width: 100%;
    min-height: auto;
    float: none;
    word-wrap: break-word;
  }
  .form form dl dd select {
    width: 60%;
  }

  /* -------------------------------------------- */
  /* error */
  /* -------------------------------------------- */
  #error {
    font-size: 1em;
  }

  /* -------------------------------------------- */
  /* conf */
  /* -------------------------------------------- */
  .conf .read {
    text-align: left;
  }

  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    width: 95%;
    margin: 0 auto 1em;
    font-size: 1.5em;
  }

  .thanks-read {
    width: 95% !important;
    margin: 0 auto 3em;
    text-align: left;
  }

  .btn-top a {
    text-align: center;
    padding: 0.8em 1.5em;
    font-size: 1em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* 〇〇〇〇 */
  /* -------------------------------------------- */
  .top-area {
    margin-bottom: 3em;
  }
  .top-area .add-box .add-box-in .left {
    margin-bottom: 2em;
  }
  .top-area .add-box .add-box-in .left dl {
    display: block;
  }
  .top-area .add-box .add-box-in .left dl dt {
    width: 100%;
    margin-bottom: .5em;
    padding: .2em;
  }
  .top-area .add-box .add-box-in .left dl dd {
    width: 100%;
    text-align: center;
  }
  .top-area .add-box .add-box-in .left dl dd .faxno {
    font-size: 1.2em;
  }
  .top-area .add-box .add-box-in .right .est-e-btn, .top-area .add-box .add-box-in .right .est-p-btn {
    width: 100%;
  }
  .top-area .add-box .time {
    text-align: left;
  }

  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    margin: 0 auto 1em;
    font-size: 1.2em;
  }
}
