/**** mainv ****/
.l_mainv.page_dog {
 background-image: url(/assets_u/switch/img/dog/mv.jpg);
}
.l_mainv.page_cat {
 background-image: url(/assets_u/switch/img/cat/mv.jpg);
}
.l_mainv.page_topping {
 background-image: url(/assets_u/switch/img/topping/mv.jpg);
}
@media only screen and (max-width: 768px) {
 .l_mainv.page_dog {
  background-position-x: center;
 }
 .l_mainv.page_cat {
  background-position-x: center;
 }
 .l_mainv.page_topping {
  background-position-x: 90%;
 }
 .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;
}

/**** topping_contents_wrap ****/

.num_txt {
 position: relative;
}
.num_txt span {
 display: inline-block;
 padding-right: 15px;
 position: relative;
 z-index: 99;
}
/*..num_txt span.bg_white {
   background-color: #fff;
   }
   num_txt span.bg_earth {
    background-color: #f7f5ef;
    }*/
.num_txt::after {
 content: "";
 background-color: #8f9fa2;
 width: 150px;
 height: 1px;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 z-index: 1;
}
.topping_grid {
 display: grid;
 grid-template-columns: 120px 1fr;
 gap: 0;
}
.topping_grid > * {
}
.topping_grid > *:last-child,
.topping_grid > *:nth-last-child(2) {
 border-bottom: 1px solid #cdcdcd;
 padding-bottom: 20px;
}
.topping_grid .m_txt {
 padding-right: 30px;
 font-weight: bold;
}
.topping_grid.con01 .m_txt {
 color: #c93030;
}
.topping_grid.con02 .m_txt {
 color: #667683;
}

.topping_profile_wrap {
 display: grid;
 grid-template-columns: repeat(7, 1fr);
 grid-template-rows: repeat(5, 1fr);
 grid-column-gap: 0px;
 grid-row-gap: 0px;
}
.topping_profile_wrap .topping_profile_img {
 grid-area: 1 / 1 / 6 / 6;
}
.topping_profile_wrap .topping_profile_img img {
 width: 100%;
 object-fit: cover;
}
.topping_profile_wrap .topping_profile_text {
 grid-area: 3 / 5 / 6 / 8;
 display: flex;
 flex-flow: column;
 justify-content: center;
 text-align: left;
}

.table_style01.topping_table_style {
 border-right: none;
 border-left: none;
 vertical-align: middle;
}
.table_style01.topping_table_style .fs {
 line-height: 1.5;
 font-size: clamp(10px, 0.85vw, 12px);
}
.table_style01.topping_table_style th,
.table_style01.topping_table_style td {
 border-right: none;
 border-left: none;
}
.topping_table_style td {
 color: #c93030;
 line-height: 1;
}
.topping_table_style .bg {
 background-color: #f7f5ef;
}
@media only screen and (max-width: 768px) {
 .table_style01.topping_table_style td:first-child img {
  min-width: 50px;
 }
}
