@charset "utf-8";

#table_lifebuggy #table_frame {
	background-color: #fff;
	padding: 0 3% 3%; 
}

#table_lifebuggy #table_frame .chart_sp {
	display: none;
}

#table_lifebuggy #table_frame .chart_wrapper {
	max-width: 1200px;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 auto;
    width: 100%;
}

#table_lifebuggy #table_frame .chart_wrapper .baby {
	display: flex;
	margin: 0 auto 30px;
}

#table_lifebuggy #table_frame .chart_wrapper .baby li img, #table_lifebuggy #table_frame .chart_wrapper .pet li img{
	width: 100%;
}

#table_lifebuggy #table_frame .chart_wrapper .pet {
	display: flex;
}

#table_lifebuggy h2 {
  font-size: 1.5em;
  padding: 0.83em 0;
  font-weight: bold;
}

#table_lifebuggy #table_frame .chart_wrapper h3 {
	font-size: 2rem;
	margin: 10px 0 10px;
	font-weight: bold;
}

#table_lifebuggy #table_frame .chart_wrapper li.li_icon {
	position: relative;
	z-index: 0;
}

#table_lifebuggy #table_frame .chart_wrapper ul.baby li.li_icon span.onsale_icon {
	position: absolute;
    display: block;
    top: 9%;
    left: 5%;
    z-index: 1;
    font-size: 0.8rem;
    color: #fff;
    background-color: red;
    border-radius: 20%;
    padding: 2%;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1.5;
} 

#table_lifebuggy #table_frame .chart_wrapper ul.pet li.li_icon span.onsale_icon {
	position: absolute;
    display: block;
    top: 1%;
    left: 5%;
    z-index: 1;
    font-size: 0.8rem;
    color: #fff;
    background-color: red;
    border-radius: 20%;
    padding: 2%;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1.5;
} 


@media screen and (max-width: 768px) {
	#table_lifebuggy #table_frame .chart_pc, #table_lifebuggy #table_frame .chart_sp h3 {
		display: none;
	}
	
	#table_lifebuggy #table_frame .chart_sp {
	display: flex;
	overflow-x :scroll;
}
	
	#table_lifebuggy h2 {
  	font-size: 20px;
  	padding: 0.83em 0;
  	font-weight: bold;
}

	#table_lifebuggy #table_frame .chart_wrapper h3 {
	font-size: 10px;
	margin: 0 0 5px;
	font-weight: bold;
}
	
	#table_lifebuggy #table_frame .chart_wrapper .baby {
		margin-right: 30px;
		margin-bottom: 0;
	}
	
 	#table_lifebuggy #table_frame .chart_wrapper .baby{
        height: 100vh;
        width: auto;
        aspect-ratio: 2 / 2.08;
	   box-sizing: border-box
}

	
	#table_lifebuggy #table_frame .chart_wrapper .pet {
		height: 100vh;
        width: auto;
        aspect-ratio: 2 / 1.5;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	
	#chart #table_lifebuggy #table_frame .chart_wrapper .baby {
		aspect-ratio: 2 / 1.59;
	}
	
	#chart #table_lifebuggy #table_frame .chart_wrapper .pet {
		aspect-ratio: 2 / 1.81;
	}
	
	#table_lifebuggy #table_frame .chart_wrapper ul.baby li.li_icon span.onsale_icon, 
	#table_lifebuggy #table_frame .chart_wrapper ul.pet li.li_icon span.onsale_icon {
    	top: 3.8%;
    	left: 4.5%;
		font-size: 0.6rem;
} 

	
}

#popup {
  overflow-y: scroll;
}