@charset "utf-8";
img { image-rendering: -webkit-optimize-contrast; }

.text-upper::before, .text-upper::after {
	border-left: 2px solid #E83316;
}

.nashi div { line-height: 1.3; }


/* table1 */
.table_price th {
	font-size: 22px;
	text-align: center;
}
.table_price td {
	font-size: 18px;
	text-align: center;
}
.table_price .label1 {
	display: inline-block;
	background: #eee;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 14px;
	margin-right: 10px;
	vertical-align: 2px;
}
@media screen and (max-width: 767px) {
.table_price th {
	font-size: 16px;
}
.table_price td {
	font-size: 16px;
}
.table_price .label1 {
	display: block;
	width: 150px;
	margin-right: 0;
	margin: 0 auto;
}
}


/* table2 */
br.hidden640 { display: none; }

.table_mode {
	border: none;
	position: relative;
	border-collapse: initial;
	border-top: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	table-layout: fixed;
	width: 100%;
}
.table_mode th,
.table_mode td {
	font-size: 18px;
	text-align: center;
}

.table_mode thead th {
	padding-top: 1.4em;
	padding-bottom: 1.4em;
	width: 50%;
	background-color: #777;
	border: none;
	border-left: 1px solid #afafaf;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.table_mode thead th:first-child {
	width: 30%;
}
.table_mode thead th:last-child {
	width: 20%;
	border-right: 1px solid #afafaf;
}

.table_mode tbody th {
	background-color: #e1e1e1;
	border: none;
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	padding: 20px;
	vertical-align: middle;
	position: relative;
	font-weight: normal;
}
.table_mode tbody td {
	padding: 20px;
	vertical-align: middle;
	border: none;
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
}

.table_mode .label1 {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #0085cd;
	border-radius: 16px;
	color: #fff;
	font-weight: bold;
}
.table_mode .label2-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.table_mode .label2 {
	width: 49%;
	padding: 10px;
	background-color: #f39800;
	border-radius: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

.table_mode .plusicon {
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	z-index: 1;
}

@media screen and (max-width: 767px) {
.table_mode th,
.table_mode td {
	font-size: 14px;
}
.table_mode thead th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
.table_mode tbody th {
	padding: 8px;
	line-height: 1.2;
}
.table_mode tbody td {
	padding: 8px;
}
.table_mode .label1 {
	padding: 5px;
	line-height: 1.5;
}
.table_mode .label2 {
	width: 100%;
	padding: 10px;
	margin-bottom: 8px;
}
}
@media screen and (max-width: 640px) {
br.hidden640 { display: inline; }
.table_mode thead th { width: 40%; }
.table_mode thead th:first-child { width: 40%; }
.table_mode thead th:last-child { width: 20%; }
}