@charset "UTF-8";
/*------------------------------------------------------------size common*/
/*title*/
.title_size {
	background: #75b475;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 6px;
	margin-bottom: 15px;
	border-radius: 50px;
}
@media print, screen and (min-width:768px) {
.title_size {
	font-size: 16px;
	display: inline-block;
	padding: 10px 15px;
}
}

/*select size*/
.select_size {
	overflow: hidden;
}
.select_size li {
	line-height: 150%;
	text-align: center;
	margin-bottom: 5px;
}
.select_size li:last-child {
	margin-bottom: 0;
}
.select_size li br {
	display: none;
}
.select_size li strong {
	font-size:var(--font_l);
}
.select_size li span {
	font-size: 11px;
}
.select_size li span strong {
	font-size: 12px;
}
.select_size li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 0;
	background: #448fa4 url(../img/common_img/arrow02.png) no-repeat 10px center;
	background-size: 10px auto;
	border-radius: 10px;
}
.select_size li a:hover {
	background: #7fbdcf url(../img/common_img/arrow02.png) no-repeat 10px center;
	background-size: 10px auto;
	border-radius: 10px;
}
@media print, screen and (min-width:480px) {
.select_size li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0;
}
.select_size li:last-child {
	margin-right: 0;
}
.select_size li br {
	display: block;
}
}

/*select other*/
.select_other {
	overflow: hidden;
}
.select_other li {
	line-height:1.2;
	text-align: center;
	margin-bottom: 5px;
}
.select_other li:last-child {
	margin-bottom: 0;
}
.select_other li strong {
	font-size: var(--font_l);
}
.select_other li span {
	font-size: var(--font_s);
	color: #5a4f4a;
	line-height: 1.2;
	display: inline-block;
	margin-top: 0.4em;

}
.select_other li a {
	color: #346b34;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	background:rgba(var(--bg_white),1);
	border: 1px solid #346b34;
	border-radius: 10px;
}
.select_other li a:hover {
	background: #f1f7e8;
	border-radius: 10px;
}
@media print, screen and (min-width:480px) {
.select_other li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0;
}
.select_other li:last-child {
	margin-right: 0;
}
}
