@charset "UTF-8";

/* コスト削減費算出 */
.calc_area {
	border: 2px solid #fdc90d;
	padding: 0 0 20px 0;
}
.calc_area p.title {
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #fdc90d;
}
.calc_main {
	/* display: flex; */
	/* justify-content: center; */
	padding-top: 30px;
}
.calc_main > div > div.calc_box {
	background-color: #fdf957;
	padding: 2em 20px 10px 20px;
	position: relative;
}
.calc_main > div > div.calc_box+div.calc_box {
	margin-left: 20px;
}
.calc_main > div > div.calc_box .num {
	font-size: 2.8rem;
	font-size: 28px;
	line-height: 1;
	background-color: #fdf957;
	padding: 3px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.calc_main > div > div.calc_box .calc_title {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: .5em;
}
.calc_main > div > div.calc_box .input_box {
	display: table;
	/* width: 100%; */
	background-color: #fdc90d;
	padding: 3px;
}
.calc_main > div > div.calc_box .input_box > span {
	display: table-cell;
	vertical-align: middle;
}
.calc_main > div > div.calc_box .input_box > span.input {
	/* width: 90%; */
}
.calc_main > div > div.calc_box .input_box > span.input input {
	display: block;
	width: 86%;
	font-size: 1.8rem;
	font-size: 18px;
	text-align: center;
	border: 1px solid #fdc90d;
	outline: none;
	padding: .2em .5em;
}
.calc_main > div > div.calc_box .input_box > span.text {
	width: 12%;
	font-size: 1.5rem;
	font-size: 15px;
	text-align: center;
}
.btn_reset {
	text-align: center;
	padding: 10px 0;
}
.btn_reset input {
	display: inline-block;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	margin: 0;
	padding: 0;

	background-color: #eee;
	border-bottom: 2px solid #666;
	padding: .5em 1.5em;
}
.btn_reset input:hover {
	opacity: .7;
}

.area_all {
	display: flex;
	justify-content: center;
}
.area_all > .inner {
	/* width: 30%; */
	background-color: #fdc90d;
	padding: 15px 20px;
	position: relative;
}
.area_all > .inner .title {
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: .5em;
}
.area_all > .inner .num {
	display: table;
	width: 100%;
	background-color: #fdc90d;
	padding: 3px;
}
.area_all > .inner .num > span {
	display: table-cell;
	vertical-align: middle;
}
.area_all > .inner .num > span.input {
	width: 90%;
}
.area_all > .inner .num > span.input > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 1px solid #fdc90d;
	outline: none;
}
.area_all > .inner .num > span.input > span > span#calcResult01 {
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	color: #bf0000;
}
.area_all > .inner .num > span.text {
	width: 10%;
	font-size: 1.5rem;
	font-size: 15px;
	text-align: center;
}
#calcArr {
	display: none;
	text-align: center;
	margin-top: 10px;
}
.calcSpot {
	width: 694px;
	height: 87px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	background: url(/img/bg_calc_new.jpg) no-repeat;
	position: relative;
}

.calcSpot #calcResult02 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 384px;
	height: 66px;
	line-height: 1;
	text-align: right;
	background: #fff;
	border: solid 4px #AE8100;
	padding-right: 1em;
	position: absolute;
	top: 50%;
	left: 100px;
	z-index: 99;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.calcSpot #calcResult02int {
	font-size: 5rem;
	font-size: 50px;
	font-weight: bold;
	color: #AE8100;
}
@media (max-width: 959px) {
	.calcSpot {
		max-width: 550px;
		height: 87px;
		background-size: 100% 87px;
	}
	.area_all > .inner .num > span.input > span {
		width: 100%;
		height: 40px;
	}
	.calcSpot #calcResult02 {
		width: 315px;
		height: 46px;
		padding-right: 1em;
		position: absolute;
		top: 50%;
		left: 13%;

	}
}
@media (max-width: 639px) {
	.calc_area {
		padding: 0 0 0 0;
	}
	.calcSpot {
		width: 320px;
		height: 87px;
		background-size: 100% 70px;
	}
	.area_all > .inner .num > span.input > span > span#calcResult01 {
		font-size: 2.4rem;
		font-size: 24px;
	}
	.calcSpot #calcResult02 {
		width: 160px;
		top: 35px;
		left: 50px;
	}
	.calcSpot #calcResult02int {
		/* font-size: 3rem;
		font-size: 30px; */
		font-size: 2.4rem;
		font-size: 24px;
	}
}
.calcSpot_e {
	width: 694px;
	height: 87px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	background: url(/img_e/bg_calc_new_e.jpg) no-repeat;
	position: relative;
}
.calcSpot_e #calcResult02 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 384px;
	height: 66px;
	line-height: 1;
	text-align: right;
	background: #fff;
	border: solid 4px #AE8100;
	padding-right: 1em;
	position: absolute;
	top: 50%;
	left: 100px;
	z-index: 99;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.calcSpot_e #calcResult02int {
	font-size: 5rem;
	font-size: 50px;
	font-weight: bold;
	color: #AE8100;
}
@media (max-width: 959px) {
	.calcSpot_e {
		max-width: 550px;
		height: 87px;
		background-size: 100% 87px;
	}
	.area_all > .inner .num > span.input > span {
		width: 100%;
		height: 40px;
	}
	.calcSpot_e #calcResult02 {
		width: 315px;
		height: 46px;
		padding-right: 1em;
		position: absolute;
		top: 50%;
		left: 13%;

	}
}
@media (max-width: 639px) {
	.calc_area {
		padding: 0 0 0 0;
	}
	.calcSpot_e {
		width: 320px;
		height: 87px;
		background-size: 100% 70px;
	}
	.area_all > .inner .num > span.input > span > span#calcResult01 {
		font-size: 2.4rem;
		font-size: 24px;
	}
	.calcSpot_e #calcResult02 {
		width: 160px;
		top: 35px;
		left: 50px;
	}
	.calcSpot_e #calcResult02int {
		/* font-size: 3rem;
		font-size: 30px; */
		font-size: 2.4rem;
		font-size: 24px;
	}
}