section table {
	width: 100%;
}

section th,
section td {
	padding: 10px;
	border: 1px solid #ddd;
}

section th {
	background: #f4f4f4;
}

/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
.demo01 th {
	width: 30%;
	text-align: left;
}

@media only screen and (max-width:480px) {
	.demo01 {
		margin: 0 -10px;
	}

	.demo01 th,
	.demo01 td {
		width: 100%;
		display: block;
		border-top: none;
	}

	.demo01 tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

/*----------------------------------------------------
	.demo02
----------------------------------------------------*/
.demo02 th {
	width: 13%;
}

.demo02 td {
	text-align: center;
}

.demo02 td:first-child {
	text-align: left;
}

@media only screen and (max-width: 800px) {
	.demo02 {
		display: block;
		width: 100%;
		margin: 0 -10px;
	}

	.demo02 thead {
		display: block;
		float: left;
		overflow-x: scroll;
	}

	.demo02 tbody {
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}

	.demo02 th {
		display: block;
		width: auto;
	}

	.demo02 tbody tr {
		display: inline-block;
		margin: 0 -3px;
	}

	.demo02 td {
		display: block;
	}
}

/*----------------------------------------------------
	.demo03
----------------------------------------------------*/
.demo03 th,
.demo03 td {
	width: 20%;
	text-align: left;
}

@media only screen and (max-width: 480px) {
	.demo03 {
		margin: 0 -10px;
	}

	.demo03 tr {
		display: block;
		margin-bottom: 10px;
	}

	.demo03 th {
		display: block;
		width: 100%;
	}

	.demo03 td {
		display: list-item;
		width: 90%;
		margin-left: 10%;
		border: none;
	}
}

/* 
.wp_table_full{
	width: 100%;
}

.wp_img_sp_shows{
	display: none !important;
} */

@media (max-width: 767px) {
	/* .wp_img_sp_shows{
		width: 100%;
		text-align: center;
		display: block !important;
		margin-bottom: 0 !important; 
	} */

	.wp_img_sp_shows {
		display: none !important;
	}
}


.fa.fa-retweet.f-25.pdb-5:before {
	content: none;



}

.menu_pc li:nth-child(3) a {
	position: relative;
	height: 46px;
}

.menu_pc li:nth-child(3) a span {
	padding-top: 15px;
}

.menu_pc li:nth-child(3) a::before {
	content: '';
	background-image: url(../assets/images/cars.png);
	width: 32px;
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	left: 50%;
	transform: translateX(-50%);
}

.pdt-120 {
	padding-top: 125px;
}


.line_button {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.pdt-120 {
		padding-top: 30px;
	}

	.line_button {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

.dflex {
	display: flex;
	flex-wrap: wrap;
}