@charset "utf-8";
/* CSS Document */
@media (max-width: 768px) {

.form-sub-ttl{
	
	display:block;
	margin-bottom:4px;

	}

.radio, .checkbox {
    font-size: 13px;
}

}

@media (max-width: 568px) {
.contactForm .offerFlow li {
    
    height: 164px;
    
}
    .contactForm .offerFlow .step1:after, .contactForm .offerFlow .step2:after, .contactForm .offerFlow .step3:after, .contactForm .offerFlow .step4:after {
    border-top: 77px solid transparent;
    border-bottom: 88px solid transparent;
    

}
    
    .contactForm .offerFlow .step2:before, .contactForm .offerFlow .step3:before, .contactForm .offerFlow .step4:before, .contactForm .offerFlow .step5:before {
    
    border-top: 79px solid transparent;
    border-bottom: 86px solid transparent;
    
}
    
    .contactForm .offerFlow .title {
    
    line-height: 1;
}
    .contactForm .offerFlow li {
    padding: 5px;
}
    .contactForm .offerFlow .summary {
   
    font-size: 12px;
}
    
	} 
    

@media (max-width: 454px) {
    
   .contactForm .offerFlow .step1:after, .contactForm .offerFlow .step2:after, .contactForm .offerFlow .step3:after, .contactForm .offerFlow .step4:after {
    border-top: 25px solid #fff;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    bottom: 20px;
    left: 50%;
    margin-left: -70px;
    top: 124px;
      
       
    }
    
    .contactForm .offerFlow .step2:before, .contactForm .offerFlow .step3:before, .contactForm .offerFlow .step4:before, .contactForm .offerFlow .step5:before {
     border: none;
        
}
    
    .contactForm .offerFlow .step1, .contactForm .offerFlow .step2, .contactForm .offerFlow .step3, .contactForm .offerFlow .step4, .contactForm .offerFlow .step5 {
    width: 100%;
}
.contactForm .offerFlow li:after {
border-top: 25px solid #000;
border-left: 70px solid transparent;
border-right: 70px solid transparent;
bottom: -28px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
left: 50%;/* 中央寄せに使用 */
margin-left: -70px; /* 中央寄せに使用 */
    }
    
 .contactForm .offerFlow li {
    margin: 30px 0 0 0;
     height: 124px;
    }
   

    
}
