.sizeguide__illustration
{
	width: 250px;
	margin: 0 auto;
	display: block;
}
.sizeguide__illustration img
{
	width: 100%;
	height: auto;
}

.sizeguide__inner
{
	position: relative;
	margin-top: 0px;
	position: relative;
	width: 100%;
	text-align: right;
}

@media screen and (min-width: 900px)
{	
	.sizeguide__illustration
	{
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		width: 25%;
	}
	
	.sizeguide__inner
	{
		display: inline-block;
		margin-top: 0;
		margin-left: 0px;
		width: 100%;
		vertical-align: middle;
	}
}

.toggle__main-albel
{
	display: none;
}
@media screen and (min-width: 450px)
{	
	.toggle__main-label
	{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
}

.sizeguide input[type=checkbox]
{
	opacity: 0;
	width: 100%;
	z-index: 99;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.sizeguide input[type=checkbox]:focus ~ .toggle__controls
{
  outline: 1px solid #19ca2a;
}

.toggle__opt
{
	display: inline-block;
	vertical-align: middle;
	user-select: none;
}

.toggle__opt:first-child
{
	text-align: right;
	left: 0;
}
.toggle__opt:last-child
{
	right: 0;
}

.toggle__controls
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 50px;
  height: 20px;
	margin: 0 10px;
}

.toggle__controls:before
{
  content: '';
  position: absolute;
	display: block;
  width: 50px;
  height: 2px;
  background-color: #464646;
  
  z-index: 1;
  left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.toggle__controls:after
{
  content: '';
  position: absolute;
	display: block;
  width: 20px;
  height: 7px;
  background-color: #171717;
  
  z-index: 1;
  left: 50%;
	top: 50%;
	transform: translate(-130%, -50%);
	transition: transform 0.30s ease-out;
}

.sizeguide input[type=checkbox]:checked ~ .toggle__controls:after
{
	transform: translate(30%, -50%);
}

.sizeguide table
{
  margin-top: 10px;
	border-collapse: collapse;
	width: 100%;
}

.sizeguide th, td 
{
	text-align: center;
	padding: 12px 5px;
}

.sizeguide th
{
	background: #000;
	color: #fff;
	font-weight: normal;
}

.sizeguide td
{
	border: 1px solid #d2d2d2;
}
.sizeguide thead td
{
	border: 0;
}
.sizeguide td:first-child
{
	border-left: 0;
}
.sizeguide td:last-child
{
	border-right: 0;
}

.sizeguide tr:nth-child(2n)
{
	background: #f3f3f3;
}

.alt
{
	display: none;
}

.sizeguide input[type=checkbox]:checked ~ table .alt
{
	display: inline;
}
.sizeguide input[type=checkbox]:checked ~ table .default
{
	display: none;
}

.sizeguide__note
{
	max-width: 600px;
	text-align: left;
	line-height: 1.7;
	font-size: 1.03em;
}


.sizeguide
{
  width: 100%;
  padding: 0px;
  background: #fff;
  padding-top:30px;
}
td.Dis-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-weight: 600;
}