/*------------------------------------------------------------
	business/moving/furniture
------------------------------------------------------------*/
#main .titleBox {
  margin-bottom: 50px;
}
@media all and (min-width: 897px) {
  #main .comImgBox {
    margin-bottom: 78px;
  }
}
@media all and (min-width: 897px) {
  #main .comImgBox .textBox {
    padding-right: 110px;
  }
}
#main .h3Ttl {
  margin-bottom: 34px;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.625;
  text-align: center;
}
@media all and (max-width: 896px) {
  #main .h3Ttl {
    font-size: 1.6rem;
  }
}
#main .troubleList {
  margin-bottom: 83px;
}
#main .troubleList li:not(:last-child) {
  margin-bottom: 23px;
}
#main .troubleList li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .troubleList li dl dt {
  padding: 5px 5px 5px 18px;
  width: 370px;
  height: 98px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.529;
  background: #1B519F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main .troubleList li dl dt::before {
  width: 0;
  height: 0;
  position: absolute;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  border-width: 20px 18px 0;
  border-style: solid;
  border-color: #1B519F transparent transparent;
  content: "";
}
#main .troubleList li dl dt span {
  margin-right: 14px;
  width: 59px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #1B519F;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
}
#main .troubleList li dl dd {
  padding: 5px 5px 5px 34px;
  width: calc(100% - 370px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  border: 1px solid #1B519F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 896px) {
  #main .troubleList {
    margin-bottom: 50px;
  }
  #main .troubleList li:not(:last-child) {
    margin-bottom: 15px;
  }
  #main .troubleList li dl {
    display: block;
  }
  #main .troubleList li dl dt {
    padding: 5px;
    width: auto;
    height: auto;
    font-size: 1.4rem;
  }
  #main .troubleList li dl dt::before {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 18px 12px 0;
  }
  #main .troubleList li dl dt span {
    margin-right: 10px;
    width: 50px;
    font-size: 1.1rem;
  }
  #main .troubleList li dl dd {
    padding: 15px 10px 10px;
    width: auto;
    font-size: 1.6rem;
  }
}
#main .headLine03 {
  margin-bottom: 35px;
}
@media all and (max-width: 896px) {
  #main .headLine03 {
    margin-bottom: 25px;
  }
}