@charset "UTF-8";
/*---------------------------------------------------------------
  link
----------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #5AAD7E;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*---------------------------------------------------------------
  base
----------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*10px*/
}

html, body {
  height: 100%;
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  background: #FFF url(../images/bg_main.png) no-repeat center top;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/*---------------------------------------------------------------
  spacing
----------------------------------------------------------------*/
.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

/*---------------------------------------------------------------
  clear
----------------------------------------------------------------*/
.clr {
  clear: both;
}

.clrfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clrfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clrfix {
  height: 1%;
}

.clrfix {
  display: block;
}

/* End Hack */
.hide {
  display: none;
}

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

#body {
  height: 100%;
  background: url(../images/bg_header.jpg);
}

#header {
  height: 120px;
  position: relative;
}
@media screen and (max-width: 650px) {
  #header {
    height: auto;
    padding: 10px;
  }
}

.headLogo {
  position: absolute;
  top: 24px;
  left: 40px;
}
@media screen and (max-width: 650px) {
  .headLogo {
    position: static;
  }
  .headLogo img {
    height: 50px;
  }
}

.headContents {
  height: 120px;
  position: absolute;
  top: 0;
  right: 30px;
  display: table;
}
@media screen and (max-width: 650px) {
  .headContents {
    display: none;
  }
}
.headContents > div {
  display: table-cell;
  vertical-align: middle;
}
.headContents ul {
  border-bottom: 1px solid #000;
  line-height: 1em;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.headContents ul::after {
  content: "";
  display: block;
  clear: both;
}
.headContents ul li {
  float: left;
  margin-right: 1em;
}
.headContents ul li:last-child {
  margin: 0;
}
.headContents ul a {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(../images/ic_linkarrow02.svg) no-repeat left center;
}
.headContents .tel {
  font-family: Arial, Helvetica," sans-serif";
  font-size: 2.31em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.headContents .tel i {
  margin-right: .25em;
  font-size: .9em;
}

#contentsWrap {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  background: #FFF;
  min-height: calc(100% - 120px);
  position: relative;
}
#contentsWrap::after {
  content: "";
  display: block;
  clear: both;
}
#contentsWrap::before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  background: #D6D6D6;
  bottom: 0;
  left: 210px;
}
@media screen and (max-width: 650px) {
  #contentsWrap::before {
    display: none;
  }
}

#mainContents {
  width: 100%;
  float: right;
  margin: 0 0 0 -210px;
  padding: 0 0 50px 210px;
  min-height: 500px;
}
@media screen and (max-width: 650px) {
  #mainContents {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    min-height: 0;
  }
}

.baseWrap {
  border-top: 1px solid #D6D6D6;
  padding: 50px 60px 50px 30px;
}
@media screen and (max-width: 650px) {
  .baseWrap {
    padding: 20px;
  }
}
.baseWrap > div {
  width: 930px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 650px) {
  .baseWrap > div {
    width: auto;
  }
}
nav + .baseWrap {
  border-top: none;
}

#subContents {
  width: 210px;
  float: left;
  position: relative;
  background: #FFF;
}
@media screen and (max-width: 650px) {
  #subContents {
    width: auto;
    float: none;
    margin-top: 40px;
  }
}
#subContents > dl > dt {
  background: #EFEFEF;
  line-height: 50px;
  padding: 0 20px;
  font-size: 1.08em;
  font-weight: bold;
}
#subContents > dl > dd {
  padding: 0 0 0 20px;
}
#subContents > dl > dd .title {
  margin: 0 0 0 -20px;
}
#subContents > dl > dd .title a {
  display: block;
  padding: 0 0 0 20px;
  line-height: 50px;
  position: relative;
  font-size: 1.08em;
}
#subContents > dl > dd .title span {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
#subContents > dl > dd .title span::before, #subContents > dl > dd .title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1px 0 0 0;
  transition: .2s;
  transform-origin: right center;
}
#subContents > dl > dd .title span::before {
  transform: rotate(40deg);
}
#subContents > dl > dd .title span::after {
  transform: rotate(-40deg);
}
#subContents > dl > dd ul + .title {
  border-top: 1px solid #D6D6D6;
}
#subContents > dl > dd ul {
  padding-bottom: 15px;
}
#subContents > dl > dd li {
  border-top: 1px dotted #CCC;
}
#subContents > dl > dd li a {
  display: block;
  padding: .8em 10px .8em 15px;
  position: relative;
  font-size: .92em;
  text-indent: -15px;
  line-height: 1.4;
}
#subContents > dl > dd li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  background: url(../images/ic_linkarrow01.svg) no-repeat;
  margin-right: 9px;
}
#subContents .bnr::after {
  content: "";
  display: block;
  clear: both;
}
#subContents .bnr li {
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 650px) {
  #subContents .bnr li {
    width: 50%;
    float: left;
  }
  #subContents .bnr li:nth-child(even) {
    border-left: 1px solid #D6D6D6;
  }
}
#subContents .holiday {
  padding: 20px;
  border-top: 1px solid #D6D6D6;
}
#subContents .holiday p {
  font-size: 0.85em;
  font-weight: bold;
}
#subContents .holiday dt {
  margin-top: 1em;
}
#subContents .sns {
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid #D6D6D6;
}
#subContents .sns li {
  display: inline-block;
  margin: 0 10px;
}

#gnav {
  line-height: 50px;
  height: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 650px) {
  #gnav {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
#gnav ul {
  float: right;
  padding-right: 10px;
}
@media screen and (max-width: 650px) {
  #gnav ul {
    float: none;
    white-space: nowrap;
    padding-left: 20px;
  }
}
#gnav li {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 650px) {
  #gnav li {
    float: none;
    display: inline-block;
  }
}
#gnav li a {
  display: inline-block;
  padding: 0 0 0 10px;
  background: url(../images/ic_linkarrow01.svg) no-repeat left center;
}

.topTitle {
  margin-bottom: 40px;
}
.topTitle h2 span {
  display: block;
  font-size: 1.08em;
  color: #999;
  line-height: 1;
  margin-top: .71em;
}

.topMore {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 650px) {
  .topMore {
    clear: both;
    position: static;
    margin-top: 20px;
    text-align: center;
  }
}
.topMore a {
  display: block;
  border-radius: 50px;
  background: #999;
  color: #FFF;
  line-height: 30px;
  padding: 0 1.5em;
  transition: .2s;
}
.topMore a:hover {
  background: #737373;
}

.listBox {
  margin: 0 -10px -40px;
}
.listBox::after {
  content: "";
  display: block;
  clear: both;
}
.listBox > * {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .listBox > * {
    width: 50%;
    margin-bottom: 20px;
  }
}
.listBox.clm2 > * {
  width: 50%;
}
.listBox.clm3 > * {
  width: 33.33333%;
}
@media screen and (max-width: 650px) {
  .listBox.clm3 > * {
    width: 50%;
  }
}
.listBox.image a {
  display: block;
}
.listBox.image .im img {
  width: 100%;
  height: auto;
}
.listBox.image .text {
  display: block;
  margin: .8em 1em 0;
  text-align: center;
}

.topNews {
  margin: 0 -20px -40px;
}
@media screen and (max-width: 650px) {
  .topNews {
    margin: 0 0 20px;
  }
}
.topNews::after {
  content: "";
  display: block;
  clear: both;
}
.topNews article {
  display: block;
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .topNews article {
    width: auto;
    float: none;
    padding: 0;
  }
}
.topNews article > a,
.topNews article > span {
  display: block;
  position: relative;
  padding: 0 0 0 115px;
  color: inherit;
  text-decoration: none;
  min-height: 100px;
}
.topNews .date {
  color: #999;
  font-size: .86em;
  line-height: 1;
  padding-top: .3em;
}
.topNews .title {
  font-size: 1.23em;
  font-weight: bold;
  color: #5AAD7E;
  margin: .4em 0 1em;
}
.topNews .text {
  font-size: .92em;
  color: #333;
}
.topNews figure {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D6D6D6;
}
.topNews figure img {
  width: 100px;
  height: auto;
}

#pageTitle {
  padding: 50px 60px 50px 30px;
  background: #EFEFEF;
}
@media screen and (max-width: 650px) {
  #pageTitle {
    padding: 30px 20px;
  }
}
#pageTitle h2 {
  width: 930px;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 2.62em;
  font-weight: bold;
  letter-spacing: .1em;
  border-left: 5px solid #000;
  padding-left: .7em;
}
@media screen and (max-width: 650px) {
  #pageTitle h2 {
    width: auto;
    font-size: 1.8em;
  }
}
#pageTitle h2::after {
  content: attr(data-en);
  display: block;
  font-size: .5em;
  color: #999;
  margin-top: 1em;
  line-height: 1;
}

.faqList dt, .faqList dd {
  padding: 0 0 0 2.8em;
  position: relative;
}
.faqList dt::before, .faqList dd::before {
  color: #FFF;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2em;
  text-align: center;
}
.faqList dt {
  margin: 0 0 1.3em;
  font-weight: bold;
}
.faqList dt::before {
  content: "Q";
  background: #999;
  font-weight: normal;
}
.faqList dd + dt {
  margin-top: 4em;
}
.faqList dd::before {
  content: "A";
  background: #000;
}

#footer {
  clear: both;
  border-top: 1px solid #D6D6D6;
  position: relative;
  background: #FFF;
}

#footNav {
  border-bottom: 1px solid #D6D6D6;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 650px) {
  #footNav {
    display: none;
  }
}
#footNav li {
  display: inline-block;
  margin: 0 .5em;
  padding: 0 0 0 10px;
  background: url(../images/ic_linkarrow01.svg) no-repeat left center;
}

#footData {
  display: table;
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
  table-layout: fixed;
}
@media screen and (max-width: 650px) {
  #footData {
    display: block;
    width: auto;
  }
}
#footData > div {
  display: table-cell;
  width: 50%;
  padding: 40px 30px;
  vertical-align: middle;
}
@media screen and (max-width: 650px) {
  #footData > div {
    display: block;
    width: auto;
    padding: 20px;
  }
  #footData > div:first-child {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  #footData > div:first-child {
    text-align: right;
    border-right: 1px solid #D6D6D6;
  }
  #footData > div:last-child {
    text-align: left;
  }
}
#footData .logo {
  width: 250px;
  text-align: center;
  display: inline-block;
}
#footData .logo li:first-child {
  margin: 0 0 20px;
}
#footData .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#footData address {
  display: block;
  margin-bottom: 1.3em;
  line-height: 1.4;
}
#footData address span {
  display: block;
  margin-bottom: .3em;
}
#footData .contact dt {
  color: #59AC7E;
  line-height: 1;
}
#footData .contact dd {
  padding-top: .5em;
}
#footData .contact dd span {
  display: block;
  line-height: 1;
  font-size: .4em;
  color: #666;
}

#copyright {
  text-align: center;
  line-height: 1;
  padding: 30px 0;
}

#estimates {
  width: 890px;
  margin: 0 auto;
  padding-top: 87px;
}
@media screen and (max-width: 650px) {
  #estimates {
    width: auto;
    padding: 0;
  }
}
#estimates .wrap {
  height: 605px;
  background: url(../images/bg_header.jpg);
  position: relative;
}
@media screen and (max-width: 650px) {
  #estimates .wrap {
    height: auto;
  }
}
#estimates .wrap::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 3px solid rgba(200, 162, 105, 0.85);
}
#estimates h1 {
  position: absolute;
  top: -87px;
  left: 14px;
}
#estimates h1 .showSP {
  display: none;
}
@media screen and (max-width: 650px) {
  #estimates h1 {
    position: static;
    padding: 40px 40px 0;
  }
  #estimates h1 .showPC {
    display: none;
  }
  #estimates h1 .showSP {
    display: inline;
  }
}
#estimates .tooltip01 {
  position: absolute;
  top: -30px;
  right: 15px;
  z-index: 100;
}
@media screen and (max-width: 650px) {
  #estimates .tooltip01 {
    display: none;
  }
}
#estimates .tbl {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  #estimates .tbl {
    display: block;
    width: auto;
    height: auto;
  }
}
#estimates .tbl > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 165px 0 100px;
}
@media screen and (max-width: 650px) {
  #estimates .tbl > div {
    display: block;
    padding: 40px 25px 100px;
  }
}
#estimates .current {
  position: absolute;
  top: 65px;
  text-align: center;
  width: 100%;
  font-size: 1.54em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  #estimates .current {
    position: static;
    font-size: 13px;
  }
}
#estimates .back {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#estimates .btn {
  text-align: center;
  width: 250px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -125px;
}
@media screen and (max-width: 650px) {
  #estimates .btn {
    position: static;
    margin: 30px 0;
    text-align: center;
    width: auto;
  }
}
#estimates .btn input {
  width: 250px;
  border: none;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: #4E9C6E;
  color: #FFF;
  font-size: 1.23em;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: .25em;
  padding-left: .25em;
  transition: .2s;
}
@media screen and (max-width: 650px) {
  #estimates .btn input {
    width: 80%;
    -webkit-appearance: none;
  }
}
#estimates .btn input:hover {
  background-color: #3d7a56;
}
#estimates .question {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 650px) {
  #estimates .question {
    position: static;
    margin: 20px 20px;
    width: auto;
  }
}
#estimates .data01 {
  height: 255px;
  position: absolute;
  left: 60px;
  right: 430px;
  top: 200px;
}
@media screen and (max-width: 650px) {
  #estimates .data01 {
    position: static;
    height: auto;
    width: auto;
  }
}
#estimates .data01 > div {
  margin-bottom: 28px;
  height: 43px;
  padding-left: 100px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 650px) {
  #estimates .data01 > div {
    height: auto;
    padding: 0;
  }
  #estimates .data01 > div .title {
    display: block;
    margin-bottom: 10px;
  }
}
#estimates .data01 > div img {
  width: auto;
  height: 16px;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 650px) {
  #estimates .data01 > div img {
    position: static;
  }
}
#estimates .data01 > div input[type="text"] {
  height: 43px;
  line-height: 43px;
  border: none;
  width: 135px;
  margin: 0 5px;
  padding: 0 10px;
  font-size: 1.23em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 650px) {
  #estimates .data01 > div input[type="text"] {
    width: 40%;
    font-size: 16px;
  }
}
#estimates .data01 div.tel input[type="text"] {
  width: 80px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  #estimates .data01 div.tel input[type="text"] {
    width: 70px;
  }
}
#estimates .data01 div.mail input[type="text"] {
  width: 285px;
}
@media screen and (max-width: 650px) {
  #estimates .data01 div.mail input[type="text"] {
    width: 95%;
  }
}
#estimates .data02 {
  position: absolute;
  right: 71px;
  top: 200px;
  padding-left: 46px;
}
@media screen and (max-width: 650px) {
  #estimates .data02 {
    padding: 0;
    position: static;
  }
  #estimates .data02 .title {
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
}
#estimates .data02 textarea {
  width: 285px;
  height: 255px;
  border: none;
  padding: 10px;
  line-height: 1.6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 650px) {
  #estimates .data02 textarea {
    width: 95%;
    font-size: 16px;
  }
}
#estimates .data02 img {
  width: auto;
  height: 16px;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 650px) {
  #estimates .data02 img {
    position: static;
  }
}
#estimates .answer {
  margin: .6em;
  display: inline-block;
}
@media screen and (max-width: 650px) {
  #estimates .answer {
    width: 42%;
  }
  #estimates .answer img {
    width: 100%;
  }
}
#estimates .chkBox {
  width: 700px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.15em;
  height: 245px;
  overflow-y: auto;
}
@media screen and (max-width: 650px) {
  #estimates .chkBox {
    width: auto;
    height: auto;
    overflow-y: visible;
  }
}
#estimates .chkBox > div {
  clear: both;
}
#estimates .chkBox .title {
  width: 10em;
  display: block;
  font-weight: bold;
  float: left;
  position: relative;
  padding: .8em 0;
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  #estimates .chkBox .title {
    width: auto;
    float: none;
  }
}
#estimates .chkBox .text {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 0 -10em;
  padding: .8em 0 .8em 10em;
  border-bottom: 1px solid #000;
  min-height: 3.2em;
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  #estimates .chkBox .text {
    width: auto;
    float: none;
    margin: 0;
    padding: 0 0 .8em;
    min-height: 0;
  }
}
#estimates .chkSelectAnswe {
  clear: both;
  padding-top: 15px;
  text-align: center;
}
#estimates .chkSelectAnswe > p {
  font-weight: bold;
  font-size: 1.08em;
  margin-bottom: .8em;
}
#estimates .chkSelectAnswe > div {
  display: inline-block;
  padding: .8em 2em;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin: .5em;
}
#estimates textarea[name="txt_memo"] {
  width: 65%;
  border: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  height: 130px;
  border: none;
  padding: 10px;
  line-height: 1.6;
  margin: 1.5em 0 3em;
}

font {
  display: block;
  padding: 1.5em;
  background: #F33;
  color: #FFF;
  position: absolute;
  top: 50px;
  left: 30px;
  font-size: 11px;
  text-align: center;
  right: 30px;
  border-radius: 10px;
}

#estimatesFrame iframe {
  width: 100%;
  height: 700px;
  border: none;
}

@media screen and (min-width: 651px) {
  #topFlow {
    margin-top: -90px;
  }
}
#topFlow .flowImage {
  margin: 0 0 30px;
}
#topFlow .flowImage ol::after {
  content: "";
  display: block;
  clear: both;
}
#topFlow .flowImage li {
  float: left;
}
#topFlow .flowImage li:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 650px) {
  #topFlow .flowImage {
    display: none;
  }
}
#topFlow .flowImageSP {
  display: none;
}
@media screen and (max-width: 650px) {
  #topFlow .flowImageSP {
    display: block;
    margin-bottom: 40px;
  }
  #topFlow .flowImageSP ol::after {
    content: "";
    display: block;
    clear: both;
  }
  #topFlow .flowImageSP li {
    float: left;
  }
  #topFlow .flowImageSP li.short {
    width: 50%;
  }
}
#topFlow .consultation {
  background: url(../../images/top/bg_flow_consultation.gif);
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  #topFlow .consultation {
    padding: 20px 20px 35px;
    margin: 0 -20px;
  }
}
#topFlow .consultation .minus li {
  display: inline-block;
  padding: .5em 1.5em .5em 3em;
  border-radius: 100px;
  background: #FFF;
  font-size: 1.23em;
  position: relative;
  margin: 0 .6em;
}
@media screen and (max-width: 650px) {
  #topFlow .consultation .minus li {
    display: block;
    margin: 1em;
    font-size: 1em;
  }
}
#topFlow .consultation .minus li span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 1em;
}
#topFlow .consultation .minus li span::before, #topFlow .consultation .minus li span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #427A8C;
  transform-origin: center;
}
#topFlow .consultation .minus li span::before {
  transform: rotate(-45deg);
}
#topFlow .consultation .minus li span::after {
  transform: rotate(45deg);
}
#topFlow .consultation .minus + p {
  margin-top: 1.5em;
  font-size: 1.23em;
  line-height: 2;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 40px;
}
#topFlow .consultation .minus + p span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}
#topFlow .consultation .minus + p span::before, #topFlow .consultation .minus + p span::after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -2px;
  background: #000;
}
#topFlow .consultation .minus + p span::before {
  transform: rotate(-45deg);
  transform-origin: right bottom;
}
#topFlow .consultation .minus + p span::after {
  transform: rotate(45deg);
  transform-origin: left bottom;
}
#topFlow .consultation .btn {
  margin-top: 30px;
}
#topFlow .consultation .btn a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 100px;
  background: #5BAE7E;
  color: #FFF;
  font-size: 1.15em;
}

.contactBase01 {
  border-top: 1px solid #D6D6D6;
  padding-top: 2em;
  margin-top: 2em;
  font-size: 1.2em;
}
@media screen and (max-width: 650px) {
  .contactBase01 {
    font-size: 1em;
  }
}
.contactBase01 dt {
  clear: both;
  width: 12em;
  float: left;
  position: relative;
  text-align: right;
  line-height: 30px;
}
@media screen and (max-width: 650px) {
  .contactBase01 dt {
    width: auto;
    float: none;
    text-align: left;
    line-height: 1.6;
    margin-bottom: .5em;
  }
}
.contactBase01.check dt {
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .contactBase01.check dt {
    color: #999;
  }
}
.contactBase01 dd {
  width: 100%;
  float: left;
  margin: 0 0 1em -12em;
  padding: 0 0 0 13em;
}
@media screen and (max-width: 650px) {
  .contactBase01 dd {
    width: auto;
    float: none;
    margin: 0 0 1em;
    padding: 0;
  }
}
.contactBase01 input[type=text],
.contactBase01 textarea {
  width: 80%;
  border: 1px solid #D6D6D6;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 1em;
}
@media screen and (max-width: 650px) {
  .contactBase01 input[type=text],
  .contactBase01 textarea {
    width: auto;
    -webkit-appearance: none;
    width: 100%;
    font-size: 16px;
  }
}
.contactBase01 textarea {
  width: 90%;
  height: 15em;
  padding: .5em 1em;
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  .contactBase01 textarea {
    width: 100%;
  }
}
.contactBase01 .btnArea {
  text-align: center;
  clear: both;
  padding: 2em 0;
}
.contactBase01 .btnArea input {
  background: #000;
  line-height: 40px;
  cursor: pointer;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  min-width: 200px;
  border: none;
  margin: 0 .5em;
}
@media screen and (max-width: 650px) {
  .contactBase01 .btnArea input {
    -webkit-appearance: none;
    margin: 10px auto;
    font-size: 1.2em;
    width: 90%;
  }
}
.contactBase01 .btnArea input:hover {
  background-color: #333;
}
.contactBase01 .btnArea input[name="re"] {
  background-color: #666;
}
@media screen and (max-width: 650px) {
  .contactBase01 .btnArea input[name="re"] {
    width: 80%;
  }
}
.contactBase01 .btnArea input[name="re"]:hover {
  background-color: #333;
}

#page-contact finishText {
  text-align: center;
  margin: 5em 0 10em;
}
#page-contact finishText .lead {
  margin-bottom: 1em;
  font-size: 1.8em;
}

#page-example h3 {
  clear: both;
  border-left: 3px solid #000;
  padding: .2em .8em;
  margin-bottom: 1.4em;
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .08em;
}
#page-example h4 {
  clear: both;
  font-size: 1.4em;
  font-weight: bold;
  margin: 30px 0 1.5em;
  border-bottom: 1px solid #000;
  padding-bottom: .5em;
}
#page-example article:not(:last-child) {
  display: block;
  margin-bottom: 100px;
}
#page-example section {
  display: block;
  margin-bottom: 50px;
}

.att {
  color: #F55;
}

#estimatesFrame .spBtn {
  display: none;
}
@media screen and (max-width: 650px) {
  #estimatesFrame iframe {
    display: none;
  }
  #estimatesFrame .spBtn {
    display: block;
  }
  #estimatesFrame a {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    border: 3px solid #000;
    padding: 25px 25px 15px;
  }
  #estimatesFrame a span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 15px 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
