/**** mainv ****/
.l_mainv.page_dog {
 background-image: url(/assets_u/switch/img/dog/mv.jpg);
}
@media only screen and (max-width: 768px) {
 .c_point_wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
 }
 .c_point_wrap .c_point {
  padding-bottom: 15px;
 }
 .c_point_wrap .c_point img {
  width: 35px;
 }
}
/**** step_txt ****/
.step_txt {
 position: relative;
}
.step_txt::after {
 content: "";
 position: absolute;
 background-color: #8f9fa2;
 width: 100%;
 height: 1px;
 top: 50%;
 right: 0;
 z-index: 1;
}
.step_txt span {
 display: inline-block;
 padding-right: 15px;
 background-color: #f7f5ef;
 position: relative;
 z-index: 9;
}

/**** list_txt ****/
.list_txt li {
 position: relative;
 padding-left: 20px;
 margin-bottom: 10px;
}
.list_txt li::after {
 content: "";
 position: absolute;
 background-color: #667e83;
 width: 6px;
 height: 6px;
 border-radius: 10px;
 left: 0;
 top: 10px;
}
.list_txt li:last-child {
 margin-bottom: 0;
}
