@charset "utf-8";
.service_top .button__text {font-weight: 400}
/*service_topページ指定*/

.service_top p.lead {
    font-size: 14px;
    letter-spacing: 0.1em;
}
.service_top p.lead span {
    font-weight: 700;
    display: block;
    padding-bottom: 0;
}
.service_top p + ul {
    font-size: 14px;
    padding-bottom: 10px;
}
.service_top .list_box {
    width: 100%;
    background: url(../../img/s_bk.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height:100%;
    margin: 60px 0;
}
.service_top .list_box::before{
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.service_top .list_box ul {
    width: 450px;
    margin: 0 auto;
    padding: 60px 0;
}
.service_top .list_box ul li {
    position: relative;
    margin-bottom: 20px;

}
.service_top .list_box ul li .button__text{
    font-size: 14px;
}
.service_top .list_box ul li .button__text small{
    font-size: 11px;
}
.service_top .list_box ul li:last-child {
    margin-bottom: 0;
}
.service_top .list_box ul li i{
    width: 8.3%;
    position: absolute;
    left: 0;
    top: 0;
}
.service_top .list_box ul li i img {
    width: 100%;
}
.service_top .list_box .button {
    width: 450px;
}

@media screen and (max-width: 768px){
.service_top p.lead {
    padding: 0;
}
.service_top p + ul {
    font-size: 14px;
    padding: 0;
    padding: 10px 0;
}
.service_top .list_box ul {
    width: 320px;
    padding: 30px 0;
}
.service_top .list_box ul li{
    width: 320px;
}
.service_top .list_box .button {
    width: 320px;
    padding:8px;
}
.service_top .list_box ul li i{
    width: 8.3%;
    position: absolute;
    left: 0;
    top: 20%;
}
.service_top .list_box ul li .button__text{
    font-size: 12px;
}
}