h3 {
	display: inline;
	background: linear-gradient(transparent 50%, gainsboro 50%);
	margin-bottom: 0;
}

h4 {
	font-size: 19px;
	font-weight: bold;
	color: var(--blue-color);
	padding-left: 0.5em;
	border-left: 0.3em solid var(--blue-color);
	margin-top: 5vw;
}

.block {
	margin-top: 6vw;
}

.lead {
	margin-top: 1.5vw;
}

.threeBox_wap {
	margin-top: 1.5vw;
}

.borderBox {
	margin-top: 1.5vw;
	background-color: silver;
	padding: 1em;
}

.threeBox_wap .threeBox {
	border: 1px solid var(--blue-color);
	margin-top: 5%;
	padding: 1%;
}

.threeBox_wap .threeBox .title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3.2em;
	color: var(--blue-color);
}

.linkBox {
	margin-top: 1.5vw;
}

.linkBox a {
	display: block;
}

.note {
	font-size: smaller;
	color: var(--red-color);
}

/*order*/
.order .fourBox_Line {
	background-color: #fff;
}

.order .fourBox_wap .fourBox {
	box-sizing: border-box;
	border: 1px solid var(--blue-color);
	margin-top: 5%;
	margin-bottom: 0;
	padding: 1%;
}

.order .fourBox_wap .fourBox:nth-of-type(n+5) {
	margin-top: 2.5%;
}

/*gps*/
.gps .img {
	text-align: center;
	width: 540px;
	margin: auto;
}

.gps .img img {
	width: 100%;
}

/*letter*/
.letter .l_img_line {
	margin-top: 1.5vw;
}

.letter .l_img_line .img {
	padding: 0 2vw 0 0;
}

.letter .pcShow {
	display: table;
}

.spTable {
	display: none;
}

.letter .only_txt_line {
	background-color: #fff;
}

.letter_table-2 {
	width: 100%;
}

.letter_table,
.letter_table-2 {
	border-left: 1px solid #000000;
	margin-top: 3vw;
}

.letter_table:first-of-type {
	margin-top: 1.5vw;
}

.letter_table caption {
	text-align: left;
	margin-top: 1em;
}

.letter_table thead th {
	font-weight: bold;
	color: white;
	background-color: var(--light-red);
}

.letter_table th,
.letter_table td, 
.letter_table-2 th,
.letter_table-2 td {
	padding: 0.5em;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	vertical-align: middle;
	box-sizing: border-box;
}

.letter_table tr:last-of-type td,
.letter_table tr:last-of-type th,
.letter_table-2 tr:last-of-type td {
	border-bottom: 1px solid #000000;
}

.letter_table tbody tr:first-of-type th {
	background-color: lightgray;
}

.letter_table tbody tr ~ tr th {
	text-align: left;
	font-weight: normal;
}

.letter_table ~ .letter_table {
	margin-top: 5%;
}

.letter_table ~ .letter_table thead th {
	background-color: var(--light-blue);
}

.letter_table-2 th {
	background-color: lightgray;
}

.letter_table-2 tr td:nth-of-type(n+6) {
	text-align: center;
}

.letter_table-2 .vertical {
	/* -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl; */
}

.letter > .block:last-of-type {
	padding-bottom: 8vw;
}

@media handheld, only screen and (min-width: 1200px) {

	.letter > .block:last-of-type {
		padding-bottom: 6vw;
	}

}

@media handheld, only screen and (max-width: 767px) {

	.block {
		margin-top: 8vw;
	}

	/*order*/
	.order .fourBox_wap {
		margin-top: 3vw;
	}

	.order .fourBox_wap .fourBox:nth-of-type(n+5) {
		margin-top: 0;
	}

	.order .fourBox_wap .fourBox:nth-of-type(n+3) {
		margin-top: 2.5%;
	}

	/*gps*/
	.gps .img {
		width: 100%;
	}

	/*letter*/
	.letter .pcShow {
		display: none;
	}

	.hidden {
		display: none;
	}

	.letter h4 {
		font-size: 17px;
		margin-top: 10vw;
	}

	.letter_table .spShow {
		display: block;
	}

	.letter_table th,
	.letter_table td {
		display: block;
		width: 100%;
	}

	.letter_table tbody tr ~ tr th {
		text-align: center;
		font-weight: bold;
		background-color: lightgray;
	}

	.letter_table tr:last-of-type th {
		border-bottom: none;
	}

	.letter > .block:last-of-type {
		padding-bottom: 0vw;
	}

	.spTable {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		flex-wrap: nowrap;
		box-sizing: border-box;
		text-align: center;
		border-left: 1px solid #000000;
	}

	.spTable .th,
	.spTable .td {
		padding: 0.5em;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		vertical-align: middle;
	}

	.spTable .inner-cnt:last-of-type .td {
		border-bottom: 1px solid #000000;
	}

	.spTable .th {
		background-color: lightgray;
	}

	.spTable .inner-cnt {
		display: flex;
		box-sizing: border-box;
	}

	.spTable .inner-cnt .th,
	.spTable .inner-cnt .td {
		flex-basis: calc(100% / 3);
	}

	.spTable ~ .spTable {
		margin-top: 5%;
	}

	#business_body .threeBox_wap .threeBox {
		width: 30%;
	}
}