.size_guide_top{
	margin-bottom:50px;
}

.size_guide_txt{
	margin-bottom:4.0rem;
}

.red{
	color:#cc0000;
	background:transparent;
}

ul.menu li a:before{
	font-family: 'Material Icons';
	content:"\e5cc";
}

ul.menu{
	list-style-type:none;
	padding:0px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	font-size:0;
}

ul.menu li{
	width:49%;
	display:inline-block;
	border: 1px solid #ddd;
	font-size:13px;
	position:relative;
	margin:0 1% 1% 0;
}

ul.menu li:nth-child(even){
	margin-right:0;
}

ul.menu li a{
	display:block;
	padding:8px 8px 8px 20px;
	text-decoration:none;
}

ul.menu li a:hover{
	background-color:#f1f1f1;
	text-decoration:none;
}

.bold{
	font-weight:bold;
	font-size:14px;
	display:block;
	padding-left:0;
	margin-bottom:1.0rem;
}

.bg_gray{
	display: block;
	padding: 10px;
	background-color: #f1f1f1;
	margin-top:13px;
}

table.size_point{
	width:100%;
	margin-bottom:2.0rem;
}

table.size_point th, table.size_point td{
	border:1px solid#ddd;
	padding:5px 10px;
	text-align:center;
}

table.size_point th{
	background-color:#f5f5f5;
}

.size_img{
	display:flex;
	justify-content:space-between;
	margin-bottom:2.0rem;
}

.size_img img{
	width:46%;
	align-self: flex-start;
}

.size_img img:nth-child(even){
	margin-right:0;
}

table.my_size{
	width:100%;
	margin-bottom:2.0rem;
}

table.my_size th, table.my_size td{
	border:1px solid#ddd;
	padding:5px 10px;
}

table.my_size th{
	background-color:#f5f5f5;
	white-space:nowrap;
}


@media screen and (min-width:1200px) { /*PC用*/

}



@media screen and (max-width:1199px) { 　/*スマホ用*/
ul.menu li{
	width: 49%;
}

ul.menu li:nth-child(even){
	margin-right:0;
}

ul.menu li a{
	padding:8px 8px 8px 15px;
}

}