.bscCalc .clearfix:before,
.bscCalc .clearfix:after {
	content: ' ';
	display: table;
}

.bscCalc .clearfix:after {
	clear: both;
}

.bscCalc .accordion>h3:after {
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 0 6px 10.4px 6px;
	border-color: transparent transparent #fff transparent;
	width: initial !important;
	height: initial !important;
}

.bscCalc .accordion>h3.accordion_open:after {
	border-width: 10.4px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
}

.bscCalc .accordion .accordion_inner {
	box-sizing: border-box;
	padding: 1em;
	display: none;
}

.bscCalc .box_3culumm {
	margin: 20px 0;
}

.bscCalc .box_3culumm>div {
	float: left;
	width: 33.33%;
}

.bscCalc .box_3culumm>div section {
	margin: 20px 10px 0;
}

.bscCalc .box_3culumm>div section .image-wrap {
	background: #fff;
	overflow: hidden;
}

.bscCalc .box_3culumm>div section .image-wrap img {
	display: block;
	margin: 0 auto;
	width: 280px;
}

.bscCalc img {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}

.bscCalc .selectBox {
	box-sizing: border-box;
	position: relative;
	width: 150px;
	height: 32px;
	background-color: #f7f8f8;
}

.bscCalc .selectBox.disabled::before {
	background-color: #727171;
}

.bscCalc .selectBox.disabled::after {
	border-top-color: #9ea1a1;
}

.bscCalc .selectBox::before,
.bscCalc .selectBox::after {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	z-index: 16;
}

.bscCalc .selectBox::before {
	background-color: #0087e2;
}

.bscCalc .selectBox::after {
	box-sizing: border-box;
	width: 0;
	height: 0;
	right: 10px;
	top: 10px;
	border-style: solid;
	border-width: 10.4px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}

.bscCalc .table_container {
	box-sizing: border-box;
	padding: 8px;
	background-color: #efefef;
	margin-bottom: 60px;
}

.bscCalc .table_container .table {
	box-sizing: border-box;
	width: 100%;
	table-layout: fixed;
}

.bscCalc .table_container .table.table_rirekilist {
	text-align: center;
}

.bscCalc .table_container .table.table_rirekilist tr td .td_label {
	width: 110px;
}

.bscCalc .table_container .table tr {
	box-sizing: border-box;
	width: 100%;
	border-spacing: 1px;
	border-top: 2px solid #efefef;
}

.bscCalc .table_container .table tr:first-child {
	border-top: none;
}

.bscCalc .table_container .table tr td {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	min-height: 40px;
	background-color: #e4e4e4;
	border-left: 2px solid #b5b5b5;
	word-break: break-word;
}

.bscCalc .table_container .table tr td:first-child {
	border-left-color: transparent;
}

.bscCalc .table_container .table tr td p {
	box-sizing: border-box;
	padding: 0;
	display: inline;
}

.bscCalc .table_container .table tr td p.td_label {
	display: none;
}

.bscCalc .table_container .table tr td.td_btn {
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

.bscCalc .table_container .table tr td.td_btn .btn {
	box-sizing: border-box;
	line-height: 32px;
	height: 32px;
	padding: 0;
	margin-bottom: 0;
}

.bscCalc .table_container .table tr td.td_btn .btn:before,
.bscCalc .table_container .table tr td.td_btn .btn:after {
	display: none;
}

.bscCalc .table_container .table tr td.td_no {
	width: 60px;
}

.bscCalc .table_container .table tr td.td_title {
	width: 345px;
	text-align: left;
}

.bscCalc .table_container .table tr td.td_kataban {
	width: 180px;
}

.bscCalc .table_container .table tr td.td_date {
	width: 200px;
}

.bscCalc .table_container .table tr td.td_sansyo {
	width: 160px;
}

.bscCalc .table_container .table tr td.td_doutei {
	width: 200px;
}

.bscCalc .table_container .table tr td.td_seitei {
	width: 200px;
}

.bscCalc .table_container .table tr td.td_zentyo {
	width: 250px;
}

.bscCalc .table_container .table tr td.td_sentaku {
	width: 130px;
	text-align: center;
}

.bscCalc .table_container .table thead tr {
	box-sizing: border-box;
	border-color: transparent;
}

.bscCalc .table_container .table thead tr td {
	box-sizing: border-box;
	padding: 0 8px;
	height: 40px;
	background-color: #ccc;
	display: table-cell;
}

.bscCalc address,
.bscCalc caption,
.bscCalc cite,
.bscCalc code,
.bscCalc dfn,
.bscCalc em,
.bscCalc strong,
.bscCalc th,
.bscCalc var {
	font-weight: 400;
	font-style: normal;
}

.bscCalc input[type=text] {
	box-sizing: border-box;
	padding: 0 10px;
	height: 32px;
	border: 1px solid #e7e7e7;
}

.bscCalc input[type=text]:disabled {
	background-color: #fafafa;
}

.bscCalc .btn_2clumn {
	margin-bottom: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

.bscCalc .btn_2clumn .btn {
	display: table;
	box-sizing: border-box;
	height: 60px;
	border-bottom: 2px solid #595757;
	background: #0087E2;
	color: #fff;
	text-align: center;
	cursor: pointer;
	float: left;
}

.bscCalc .btn_2clumn .btn>span {
	line-height: 60px;
}

.bscCalc .btn_2clumn .btn_next,
.bscCalc .btn_2clumn .btn_right {
	float: right;
}

.bscCalc .btn_2clumn.btn_clear_and_submit {
	box-sizing: border-box;
	max-width: 480px;
	padding: 0;
	margin: 0 auto 50px auto;
}

.bscCalc .btn_2clumn.btn_clear_and_submit .btn {
	box-sizing: border-box;
	width: 64%;
	margin: 0;
}

.bscCalc .btn_2clumn.btn_clear_and_submit .btn:first-child {
	box-sizing: border-box;
	width: 33%;
	margin-right: 1%;
	background-color: #727171;
}

.bscCalc #result_pager {
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 60px;
}

.bscCalc #result_pager span {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0.5em;
	font-size: 1.1em;
}

.bscCalc #result_pager span.pager {
	text-decoration: underline;
	cursor: pointer;
	color: blue;
}

.bscCalc #result_pager span.pager.pager_fold {
	display: none;
}

.bscCalc .control-label,
.bscCalc .control-wrap,
.bscCalc .error-message {
	margin-left: 10px;
}

.bscCalc .control-wrap:first-child {
	margin-top: 10px;
}

.bscCalc .control-label {
	display: block;
	margin-top: 20px;
}

.bscCalc .selectWithFreeInput .div_input {
	float: right;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
}

.bscCalc .selectWithFreeInput .selectBox {
	float: left;
	box-sizing: border-box;
	width: 48%;
}

.bscCalc .inputWithSelect .div_input {
	float: left;
	margin-top: 0;
	display: inline-block;
	width: 70%;
}

.bscCalc .inputWithSelect .selectBox {
	float: right;
	width: 28%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

.bscCalc .box_3culumm>div {
	width: 50%;
}

}

@media screen and (max-width: 767px) {

.bscCalc .accordion .accordion_inner {
	padding: 0.5em;
}

.bscCalc .box_3culumm>div {
	float: none;
	width: auto;
}

.bscCalc .table_container {
	margin: 0 10px;
	padding: 0;
	background-color: transparent;
}

.bscCalc .table_container .table tr {
	border-top: none;
	display: block;
}

.bscCalc .table_container .table tr td {
	display: inline-block;
	float: left;
	border: none;
	width: 100% !important;
	padding: 0;
	margin-bottom: 2px;
}

.bscCalc .table_container .table tr td p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 8px;
	font-size: 12px;
	height: 40px;
	word-break: break-all;
}

.bscCalc .table_container .table tr td p.td_label {
	display: table-cell;
	background-color: #ccc;
	width: 120px;
}

.bscCalc .table_container .table tr td.td_num {
	min-height: 20px;
	background-color: transparent;
}

.bscCalc .table_container .table tr td.td_num p {
	font-size: 11pt;
	height: 20px;
	border-left: 4px solid #c30d23;
}

.bscCalc .table_container .table tr td.td_num p:before {
	content: 'No.';
}

.bscCalc .table_container .table tr td.td_btn {
	height: 110px;
	background-color: transparent;
}

.bscCalc .table_container .table tr td.td_btn .btn {
	width: 120px;
	margin: 10px auto 0 auto;
	line-height: 40px;
	height: auto;
}

.bscCalc .table_container .table tr td.td_title {
	text-align: center;
}

.bscCalc .table_container .table thead tr {
	display: none;
}

.bscCalc .btn_2clumn .btn {
	margin: 0 auto 10px auto;
	width: 49%;
}

.bscCalc .btn_2clumn.btn_clear_and_submit .btn {
	float: left;
}

.bscCalc #result_pager span {
	margin: 0.5em;
}

}

