/*------------------------------------------------------------
	/service/delivery/
------------------------------------------------------------*/
body {
  margin: 0;
}

#main #conts .service {
  margin-bottom: 60px;
}
#main #conts .service .lineBox01 .txt {
  position: relative;
  float: left;
  width: 420px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main #conts .service .lineBox01 .txt figure {
  position: absolute;
  top: -43px;
  left: -43px;
}
#main #conts .service .lineBox01 .txt h3 {
  margin-left: 80px;
  color: #3F1F0C;
  font-size: 180%;
  margin-top: 17px;
  margin-bottom: 25px;
}
#main #conts .service .lineBox01 .txt > p {
  margin-bottom: 11px;
}
#main #conts .service .lineBox01 .txt .point01,
#main #conts .service .lineBox01 .txt .point02 {
  position: relative;
}
#main #conts .service .lineBox01 .txt .point01 p,
#main #conts .service .lineBox01 .txt .point02 p {
  color: #C60;
  font-weight: bold;
}
#main #conts .service .lineBox01 .txt .point01 p {
  padding-left: 75px;
}
#main #conts .service .lineBox01 .txt .point01:before {
  content: url(../img/common/icon/icon_point.png);
  position: absolute;
  top: -2px;
  left: 0;
}
#main #conts .service .lineBox01 .txt .point02 {
  padding-top: 15px;
  padding-left: 15px;
}
#main #conts .service .lineBox01 .txt .point02 img,
#main #conts .service .lineBox01 .txt .point02 p {
  display: inline-block;
}
#main #conts .service .lineBox01 .txt .point02 p {
  width: 260px;
  margin-left: 10px;
  padding-top: 5px;
}
#main #conts .service .lineBox01 .txt .point02:before {
  content: url(../img/common/icon/icon_point.png);
  position: absolute;
  top: 0;
  left: 0;
}
#main #conts .service .lineBox01 .img_ba,
#main #conts .service .lineBox01 .img {
  float: right;
  position: relative;
}
#main #conts .service .lineBox01 .img_ba:before {
  content: url(../img/common/icon/icon_before.png);
  position: absolute;
  top: -20px;
  left: -20px;
}
#main #conts .service .lineBox01 .img_ba:after {
  content: url(../img/common/icon/icon_after.png);
  position: absolute;
  top: -20px;
  right: -20px;
}
#main #conts .service .lineBox01.arrow {
  margin-bottom: 70px;
  position: relative;
}
#main #conts .service .lineBox01.arrow:before {
  content: "";
  border: 30px solid transparent;
  border-top: 30px solid #3f1f0c;
  position: absolute;
  bottom: -83px;
  left: 50%;
  margin-left: -30px;
}
#main #conts .price {
  margin-bottom: 60px;
}
#main #conts .price .basicTable dl dt,
#main #conts .price .basicTable dl dd {
  padding: 20px 0;
  padding-left: 10px;
}
#main #conts .price .basicTable dl dd .campaign {
  color: #B60B14;
  font-weight: bold;
}
#main #conts .flow {
  margin-bottom: 60px;
}
#main #conts .flow .flow01 .step .line {
  padding: 20px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main #conts .flow .flow01 .step .line .btn, #main #conts .flow .flow01 .step .line p {
  display: inline-block;
  vertical-align: middle;
}
#main #conts .flow .flow01 .step .line .btn a:hover img, #main #conts .flow .flow01 .step .line .btn a:hover span {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#main #conts .flow .flow01 .step .line p {
  margin: 0 0 0 20px;
}
#main #conts .flow .flow01 .step .line + .line {
  margin-top: 10px;
}
#main #conts .flow .flow01 .step .line dd dl {
  background: #f1efee;
  padding: 20px;
  margin-top: 15px;
}
#main #conts .flow .flow01 .step .line dd dl dt {
  margin: 0;
}
#main #conts .notesBox {
  margin-bottom: 60px;
}
#main #conts .notesBox .ttl {
  padding: 12px 12px 9px;
  background-color: #E3DEDB;
  color: #3F1F0D;
  font-size: 1.6em;
}
#main #conts .notesBox .inner {
  padding: 37px;
  border: 3px #E3DEDB solid;
  border-top: none;
  background-color: #FFF;
}
#main #conts .notesBox .inner .matter {
  margin-top: 35px;
}
#main #conts .notesBox .inner .matter:first-child {
  margin-top: 0;
}
#main #conts .notesBox .inner .matter .ttl04 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.4em;
}
#main #conts .notesBox .inner .matter ul li {
  margin-top: 10px;
  padding-left: 15px;
  background: url(/img/common/icon/icon01.png) no-repeat left 6px;
  font-size: 1.2em;
}
#main #conts .notesBox .inner .matter ul li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  #main #conts .service {
    padding: 0 10px;
  }
  #main #conts .service .lineBox01 .txt,
  #main #conts .service .lineBox01 .img_ba,
  #main #conts .service .lineBox01 .img {
    float: none;
    width: 100%;
  }
  #main #conts .service .lineBox01 .txt {
    margin-bottom: 20px;
  }
  #main #conts .service .lineBox01 .txt figure {
    top: -38px;
    left: -21px;
  }
  #main #conts .service .lineBox01 .txt figure img {
    width: 80px;
    height: auto;
  }
  #main #conts .service .lineBox01 .img img {
    width: 100%;
    height: auto;
  }
  #main #conts .service .lineBox01.arrow {
    margin-bottom: 50px;
  }
  #main #conts .service .lineBox01.arrow:before {
    bottom: -73px;
  }
  #main #conts .service .lineBox01.arrow .txt {
    margin-bottom: 40px;
  }
  #main #conts .service .lineBox01.arrow .img_ba img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  #main #conts .service .lineBox01.arrow .img_ba:before {
    left: 0;
  }
  #main #conts .service .lineBox01.arrow .img_ba:after {
    right: 0;
  }
  #main #conts .price {
    padding: 0 10px;
  }
  #main #conts .price .basicTable dl dt,
  #main #conts .price .basicTable dl dd {
    padding: 0;
    padding-left: 10px;
  }
  #main #conts .flow {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  #main #conts .flow .flow01 .step .ttl {
    position: relative;
  }
  #main #conts .flow .flow01 .step .ttl img + img {
    position: absolute;
    width: 48px;
    height: auto;
    left: 50%;
    margin-left: -62.5px;
  }
  #main #conts .flow .flow01 .step .line {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  #main #conts .flow .flow01 .step .line .btn {
    margin-bottom: 10px;
  }
  #main #conts .flow .flow01 .step .line .btn a img {
    width: 100%;
    height: auto;
  }
  #main #conts .flow .flow01 .step .line p img {
    width: 100%;
    height: auto;
  }
  #main #conts .flow .flow01 .step.step02 .line {
    text-align: left;
  }
  #main #conts .notesBox {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  #main #conts .notesBox .inner {
    padding: 15px;
    background-color: #FFF;
  }
  #main #conts .notesBox .inner .matter {
    margin-top: 15px;
  }
  #main #conts .attention {
    margin-bottom: 30px;
  }
  #main #conts .attention p .hideSp {
    display: none;
  }
  #main #conts .contactBox + p {
    padding: 0 10px;
    text-align: center;
    letter-spacing: -0.08em;
  }
}
