@charset "UTF-8";
 .page_title {
background: url(//www.nitta-dental.com/img/home-visit/page_title.jpg) no-repeat center center;
}
main .bg_icon_orange {
position: relative;
padding: 80px 0 130px;
background: url(//www.nitta-dental.com/img/common/dot_line.svg) repeat-x center bottom;
}
main .bg_icon_orange::before {
position: absolute;
top: 260px;
left: 0;
width: 184px;
height: 302px;
background: url(//www.nitta-dental.com/img/common/bg_icon_orange.svg) no-repeat center center;
background-size: cover;
content: '';
}
main .bg_icon_orange .box {
padding-bottom: 120px;
}
main .bg_icon_orange .box section {
}
main .bg_icon_orange .box section:not(:last-of-type) {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: solid 1px #999999;  
}
main .bg_icon_orange .box section time {
display: block;
font-size: 1.6rem;
color: #ee7800;
margin-bottom: .8em;
}
main .bg_icon_orange .box section h3 {
font-size: 2.4rem;
line-height: 1.2;
margin-bottom: .6em;
}
@media screen and (max-width: 767px) {
.page_title {
background: url(//www.nitta-dental.com/img/home-visit/page_title.jpg) no-repeat center center;
}
main .bg_icon_orange {
position: relative;
padding: 10vw 0 20vw;
background: url(//www.nitta-dental.com/img/common/dot_line.svg) repeat-x center bottom;
}
main .bg_icon_orange::before {
top: calc(33.898vw * 2);
z-index: -1;
width: calc(23.99vw * 2);
height: calc(39.374vw * 2);
}
main .bg_icon_orange .box {
padding-bottom: 15vw;
}
main .bg_icon_orange .box section {
}
main .bg_icon_orange .box section:not(:last-of-type) {
padding-bottom: 6vw;
margin-bottom: 6vw;
border-bottom: solid 1px #999999;  
}
main .bg_icon_orange .box section time {
font-size: 1.6rem;
margin-bottom: .8em;
}
main .bg_icon_orange .box section h3 {
font-size: 1.6rem;
margin-bottom: .6em;
}
}