@charset 'UTF-8';
/* colors */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
/* お問い合わせボタン */
.care__btn-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5rem;
  text-decoration: none;
  color: #fff;
  background: #1fa848;
}
.care__btn-tel span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.care__btn-tel .care__tel-number {
  font-size: 2rem;
  padding: 0 1rem;
}
.care__btn-tel .care__tel-number i {
  margin-right: 0.5rem;
}
.care__btn-tel:hover {
  cursor: default;
  color: #fff;
}

.service__border-1 {
  height: 100%;
  border: solid 1px #3ea9c9;
}
.service__border-1 h3 {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #3ea9c9;
}
.service__border-1 h3 span {
  margin-left: 1rem;
}
.service__border-1 h4 {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  color: #3ea9c9;
}
.service__border-1 p {
  line-height: 1.75;
  padding: 0 1rem 0 1rem;
}


.text-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.text-flex span:first-child {
  margin-right: 1em;
}

.under-y::after {
  display: block;
  width: 100%;
  margin: -9px 0 5px;
  content: '';
  border-bottom: dotted 5px #ffd501;
}


/*  uchishirube-info-box
==========================*/
.uchishirube-info-box {
  padding: 40px 60px;
  border: 3px solid #1fa848;
  background: #fff;
}
/***********/
@media all and (max-width: 973px) {
  .uchishirube-info-box {
    padding: 40px 6.166vw;
  }
}
/***********/
@media all and (max-width: 599px) {
  .uchishirube-info-box {
    padding: 20px;
  }
}
/***********/

.uchishirube-info-box.noborder {
  border: none;
}
.noborder a {
  color: #1fa848 !important;
}

.info-dl {
  display: flex;
  flex-wrap: wrap;
}

.info-dl a {
  text-decoration: none;
  color: #222;
}

.info-dl dt, .info-dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 3px;
}

.info-dl dt {
  font-weight: normal;
  justify-content: center;
  width: 150px;
  color: #fff;
  background: #1fa848;
}

.info-dl dt:not(:first-of-type), .info-dl dd:not(:first-of-type) {
  margin-top: 20px;
}

.info-dl dd {
  font-size: 1.3rem;
  width: calc(100% - 150px);
  padding-left: 20px;
}

.info-tel, .info-fax {
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}

.info-dl dd span:first-child {
  margin-right: 1em;
}

/***********/
@media all and (max-width: 599px) {
  .info-dl dt, .info-dl dd {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
  .info-dl dt:not(:first-of-type), .info-dl dd:not(:first-of-type) {
    margin-top: 10px;
  }
  .info-dl dd {
    padding-left: 0;
  }
  .info-dl dd span:first-child {
    margin-right: 10px;
  }
  .info-dl dd span {
    margin: 0 10px;
  }
}
/***********/


.img-shiruru {
  max-height: 350px;
}

.recommend ul {
  margin-bottom: 0;
}

.recommend ul li {
  font-size: 16px;
}

.recommend ul li + li {
  margin-top: 1em;
}

.recommend ul li::before {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem;
  margin-left: -1.5rem;
  content: '';
  vertical-align: middle;
  border-radius: 1rem;
  background: #1fa848;
}

/***********/
@media all and (max-width: 768px) {
  .order2 {
    order: 2;
  }
}
/***********/


.reco-box {
  margin-top: 5rem;
}


/*  FLOW
==========================*/
.flow-item {
  display: flex;
  padding: 20px;
  background: #fff;
}

.flow-l {
  display: flex;
  flex-direction: column;
}

.flow-l span {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 115px;
  padding-top: 18px;
  letter-spacing: 3px;
  color: #fff;
  background: #1fa848;
}

.flow-l::after {
  display: block;
  width: 170px;
  height: 35px;
  content: '';
  border-top: 35px solid #1fa848;
  border-right: 85px solid transparent;
  border-left: 85px solid transparent;
}

.flow-c {
  flex: 2 1 190px;
  width: 190px;
  padding: 0 20px;
  text-align: center;
}

.flow-c img {
  width: 100%;
  max-width: 150px;
}

.flow-r {
  display: flex;
  align-items: center;
  flex: 1 2 auto;
}
/***********/
@media all and (max-width: 768px) {
  .flow-l span, .flow-l::after {
    width: 130px;
  }
  .flow-l::after {
    border-right: 65px solid transparent;
    border-left: 65px solid transparent;
  }
  .flow-c {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
  }
}
/***********/
@media all and (max-width: 599px) {
  .flow-item {
    flex-wrap: wrap;
  }
  .flow-item > div {
    width: 100%;
  }
  .flow-l span {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 15px;
  }
  .flow-l::after {
    display: none;
  }
  .flow-c {
    margin-bottom: 15px;
  }
}
/***********/
