@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;
}

#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;
}

@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;
	}
	
}

#popup {
  overflow-y: scroll;
}