
/* ++++++++++++++++++++++++++++ */

#minus{
	transform: rotate(180deg);
}

.spinnerbtn i svg,
.spinnerbtn i{
	text-align: center;
}

.spinnerbtn i svg{
	width: 18px;
	height: 16px;
}

.spinnerbtn i path{
	fill: #7396ff;
}

form{
	margin-bottom: 40px;
}

.box1 > li{
	text-align: center;
}

.selectBox{
	display: inline-flex;
	flex-flow: column;
	margin: 0 auto;
	width: auto;
}
	
div.spinner{
	display: flex;
	flex-flow: row nowrap;
	justify-content: start;	
	align-items: stretch; 
	align-content: stretch;
	
	margin: 20px 0;
	width: 100%;
	border: #ddd solid 1px;
	border-radius: 4px;
}
	
div.spinner input{
	flex: 0 1 auto;
	display: block;
	width: 100%;
	max-width: 213px;
	height: auto;
	font-size: 20px;
	text-align: center;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
			
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align: top;

}

.spinnerbtn{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;	
	align-items: center; 
	flex: 0 0 128px;
	width: 128px;
	cursor: pointer;
}

.spinnerbtn i:hover{
	background: #efefef;
}

.spinnerbtn i{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;	
	align-items: center; 
	padding: 2px 4px;
	width: 64px;
	height: 64px;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
	border: #ddd solid;
	box-sizing: border-box;
}

.spinnerbtn i.minus{
	flex: 0 0 auto;
	order: 2;
	border-width: 0 1px 0 0;
}

.spinnerbtn i.plus{
	flex: 0 0 auto;
	order: 1;
	border-width: 0 0 1px 1px;
}

.selectBox em,#resault{
	/* padding: 20px 0; */
}

#resault{
	text-align: center;
}

div.sampleform input {
    flex: 0 1 auto;
    display: block;
	margin: 20px 0;
    width: 100%;
    height: 64px;
    font-size: 15px;
    text-align: center;
    border: #ddd solid 1px;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
}

#contents form {
	border: #e6e6e6 solid 1px;
	padding: 8px;
	border-radius: 4px;
}


@media only screen and (max-width: 768px){
	
/* スマホの拡大対策 */	

	.spinner input
	{
		  font-size: 20px;
		  transform: scale(0.7);
	}
	
	html {
	  touch-action: manipulation;
	}
	
}


