section.w100{
  position: relative;
  max-width: 100% !important;
  padding: 10px 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 7px,
  rgba(246, 114, 25, 1) 7px, rgba(246, 114, 25, 1) 15px);
  background-color: #fa8536;
}

section.w100::after{
  content: '';
  display: block;
  height: 30px;
  width: 60px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, rgba(246, 114, 25, 1) 7px, rgba(246, 114, 25, 1) 15px);
  background-color: #fa8536;
  background-position: 6px 0;
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.text-center{
  text-align: center;
}

.bg{
  max-width: 100% !important;
  background-color: #FFFCDE;
}
.container {
  max-width: 1200px;
  margin: auto;
}

img.n100{
  width: auto !important;
  max-width: none !important;
}

p.txt{
  font-size: 1.2rem;
  line-height: 1.6;
}
.mt-30{
  margin-top: 30px;
}
img.rad{
  border-radius: 15px;
}

.txt_dot {
  color: #F67219;
  padding-top: 30px;
  background-color: rgba(255, 255, 255, 0);
  background-image: radial-gradient(#F67219 12%, rgba(246, 114, 25, 0) 12%), radial-gradient(#F67219 13%, rgba(246, 114, 25, 0) 15%);
  background-position: top 10px left 0;
  background-size: 1.65em 1.07em;
  background-repeat: repeat-x;
}
h3.mh3{
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.4;
}
.underline_yellow {
  font-size: 2.8rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #ffd800));
  background: linear-gradient(transparent 85%, #ffd800 0%);
  background-position-y: -4px;
  line-height: 0.7;
}

p.txt_head{
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.0;
  color: #fff;
  padding: 8px 10px 10px;
  background-color: #F67219;
  border-radius: 10px;
}

/*--- 大手ヘルプ ---*/
.bg_img{
  background: url(../img/top/bg1.jpg) repeat-y;
}
p.box{
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  background: #fff;
  border: dotted 4px #F67219;
  border-radius: 10px;
}
.bg_img .freetel{
  padding: 0;
}


/*--- 管理会社あての手紙 ---*/
section.w1002{
  position: relative;
  max-width: 100% !important;
  padding: 10px 0;
}
.voice_back{
  margin: 20px 0;
  padding: 30px;
  background: #fff;
  border: solid 4px #F67219;
  border-radius: 10px;
}
.voice_back img.pdf{
  border: dotted 1px #999;
  border-bottom: solid 8px #999;
}

/*--- 営業車 ---*/
.p_back{
  margin: 20px 0;
  padding: 10px 0;
  background: #fff;
  border-radius: 20px;
  background: url(../img/top/top_img3.jpg) no-repeat top right;
  background-size: contain;
}
.p_back h3,
.p_back h4{
  margin: 0;
  padding: 0;
}
.p_back h3{
  color: #0e6eb8;
  font-size: 3rem;
  line-height: 1.2;
}
.p_back h4{
  color: #454545;
  font-size: 1.5rem;
}
img.w200{
  width: 200px !important;
}
img.w267{
  width: 267px !important;
  border-radius: 20px;
}

/*--- スマホ ---*/
@media (max-width: 757px){
	img.n100{
		width: 100% !important; 
	}
  h3.mh3,
  .underline_yellow {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  p.txt_head{
    font-size: 1.2rem;    
  }
  .p_back{
    padding: 10px;
    background: none;
  }
  .voice_back img{
    margin-top: 25px;
  }
  img.w200{
    width: 100% !important;
  }
  img.w267{
    width: 100% !important;
    border-radius: 20px;
  }
  .p_back h3{
    font-size: 1.4rem;
  }
  .p_back h4{
    font-size: 1.2rem;
  }
}