@charset "UTF-8";
.approach .tit{text-align:center;}
.approach .tit b{display:block;font-size:6vw;line-height:1.4;margin-bottom: 3%;}
.approach .tit{margin-bottom:5vw}
.approach img{width:100%;}
.approach li{border-bottom: 2px dashed #e0dfcc;padding-bottom: 7%;margin-bottom: 10%;}
.approach li:nth-last-child(1){margin-bottom:0;border:none;padding-bottom: 0;}
.approach li b::before{content: "●";font-size: 60%;padding-right: 10px;}
.approach li b{display: block;text-indent: -1em;padding: 2% 2% 2% 2em;line-height: 1.5;margin-bottom: 2vw;background: #f7f6e2;}


/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) { 
.approach .tit b{font-size: 32px;margin-bottom: 8px;}
.approach .tit{margin-bottom:30px;}
.approach li{margin-bottom:30px;padding-bottom:20px;}
.approach li b{margin-bottom:10px;padding: 7px 30px;text-indent: -10px;}
}