section.price{
	margin-bottom: 80px;
	padding:0 20px;
}
section.price .inner{
	display:block;
	margin: 0px auto;
	max-width: 960px;
	}
section.price .inner .box{
	border:1px solid var(--gray4);
	border-radius: 10px;
	padding:16px 8px 24px 8px;
	}
section.price .inner .left{
	margin-right: 0;
	margin-bottom: 20px;
	text-align: center;
	}
section.price .inner .right{
	margin-left: 0;
	text-align: center;
	}
section.price .box h3{
	margin:0 auto;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	}
section.price .box h3 span{
	font-weight: 300;
	color:var(--gray5);
	}
section.price .box div{
	display:flex;
	font-size:76px;
	line-height: 140px;
	font-weight: 700;
	justify-content: center;
	}
section.price .box p{
	margin:0 auto;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	font-weight: 400;
	max-width: 800px;
	}

section.price .box p bold{
	font-weight: 700;
	}
	
@media only screen and (min-width: 960px){
section.price .inner{
	display:flex;
	margin: 0px auto;
	max-width: 1080px;
	}
section.price .inner .box{
	
	}
section.price .inner .left{
	flex:1 1 auto;
	margin-right: 12px;
	margin-bottom: 0;
	}
section.price .inner .right{
	flex:0 0 40%;
	margin-left: 12px;
	}
}