.section.price-taimen{
	padding: 100px 0 0;
}
.section.price-phone{
	padding: 120px 0 100px;
}
.price-priceList table{
	display: flex;
	justify-content: space-between;
}
.price-priceList table thead{
	box-sizing: border-box;
	width: 22%;
}
.price-priceList table thead tr{
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.price-priceList table thead tr th{
	height: 100px;
	font-weight: 600;
	position: relative;
	background-color: #577ca2;
	color: white;
	border-bottom: solid 2px #d9f1fa;
	border-left: solid 2px #d9f1fa;
}
.price-priceList table thead tr th:first-of-type{
	border-top: solid 2px #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.price-priceList table thead tr th:nth-of-type(2){
	border-top: solid 2px #d9f1fa;
	border-radius: 20px 0 0 0;
}
.price-priceList table thead tr th span{
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
}
.price-priceList table tbody{
	width: 78%;
	display: flex;
	justify-content: space-between;
}
.price-priceList table tbody tr{
	width: 100%;
}
.price-priceList table tbody tr:first-of-type td:first-of-type{
	border-left: solid 2px #d9f1fa;
}
.price-priceList table tbody tr:first-of-type td{
	border-left: solid 2px #d9f1fa;
}
.price-priceList table tbody tr .price-blank{
	background-color: #f4f9fc;
	overflow: hidden;
	position: relative;
}
.price-priceList table tbody tr .price-blank span{
	width: 350px;
	height: 2px;
	background-color: #d9f1fa;
	transform: rotate(-19deg);
	position: absolute;
}
.price-priceList table tr th,
.price-priceList table tr td{
	display: flex;
	justify-content: center;
	align-items: center;

	text-align: center;
	height: 100px;
}
.price-priceList table tr th:first-of-type,
.price-priceList table tr td:first-of-type{
	background-color: white;
}
.price-priceList table tr td{
	font-size: 2rem;
	border-right: solid 2px #d9f1fa;
	border-bottom: solid 2px #d9f1fa;
}
.price-priceList table tbody tr td:first-of-type{
	background-color: #577ca2;
	border-radius: 20px 20px 0 0;
	border-top: solid 2px #d9f1fa;
}
.price-priceList table tbody tr td h3{
	font-size: 1.8rem;
	font-weight: 600;
	color: white;
}
.price-note{
	background-color: #f9f9f9;
	padding: 50px 10px;
	margin-top: 80px;
	position: relative;
	overflow: hidden;
}
.price-note::before{
	content: "";
	display: block;
	width: calc( 100% - 20px);
	height: 51px;
	background-image: url("../img/common/other/img_waku_upper.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position-y: top;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.price-note::after{
	content: "";
	display: block;
	width: calc( 100% - 20px);
	height: 51px;
	background-image: url("../img/common/other/img_waku_bottom.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position-y: bottom;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.price-note-inner{
	padding: 0 70px;
	position: relative;
	background-image: url(../img/experience/img_waku_side.png);
	background-size: contain;
	background-repeat: repeat-y;
}
.price-note p{
	letter-spacing: 0;
	line-height: 2;
}
.price-btn{
	text-align: center;
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.price-btn .btn-01:first-of-type{
	margin-right: 50px;
}
.price-recommended-img{
	margin: 10px 15px 10px -50px;
	width: 45px;
}
.price-2nd-recommended{
	padding-left: 10px;
}
.secTitle-item02 span{
	color: #f45148;
	font-weight: bold;
}




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


	.section.price-taimen{
		padding: 50px 0 0;
	}
	.section.price-phone{
		padding: 70px 0 50px;
	}
	.price-priceList table{
		display: flex;
		justify-content: space-between;
	}
	.price-priceList table thead{
		box-sizing: border-box;
		width: 40%;
	}
	.price-priceList table thead tr{
		display: block;
		box-sizing: border-box;
		width: 100%;
	}
	.price-priceList table thead tr th{
		height: 80px;
		font-weight: 600;
		position: relative;
		background-color: #577ca2;
		color: white;
		border-bottom: solid 2px #d9f1fa;
		border-left: solid 2px #d9f1fa;
	}
	.price-priceList table thead tr th:first-of-type{
		border-top: solid 2px #fff;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	.price-priceList table thead tr th:nth-of-type(2){
		border-top: solid 2px #d9f1fa;
		border-radius: 20px 0 0 0;
	}
	.price-priceList table thead tr th p{
		font-size: 1.2rem;
	}
	.price-priceList table thead tr th span{
		display: block;
		font-size: 1.4rem;
		font-weight: 600;
	}
	.price-priceList table tbody{
		width: 60%;
		display: flex;
		justify-content: space-between;
		overflow: scroll;
	}
	.price-priceList table tbody tr{
		width: 100%;
	}
	.price-priceList table tbody tr td{
		width: 150px;
	}
	.section.price-phone .price-priceList table tbody tr td{
		width: 200px;
	}
	.price-priceList table tbody tr:first-of-type td:first-of-type{
		border-left: solid 2px #d9f1fa;
	}
	.price-priceList table tbody tr:first-of-type td{
		border-left: solid 2px #d9f1fa;
	}
	.price-taimen .price-priceList table tbody tr .price-blank{
		background-color: #f4f9fc;
		overflow: hidden;
		position: relative;
	}
	.price-priceList table tbody tr .price-blank span{
		width: 350px;
		height: 2px;
		background-color: #d9f1fa;
		transform: rotate(-28deg);
		position: absolute;
	}
	.price-priceList table tr th,
	.price-priceList table tr td{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 80px;
	}
	.price-priceList table tr th:first-of-type,
	.price-priceList table tr td:first-of-type{
		background-color: white;
	}
	.price-priceList table tr td{
		font-size: 1.6rem;
		font-weight: 600;
		border-right: solid 2px #d9f1fa;
		border-bottom: solid 2px #d9f1fa;
	}
	.price-priceList table tbody tr td:first-of-type{
		background-color: #577ca2;
		border-radius: 20px 20px 0 0;
		border-top: solid 2px #d9f1fa;
	}
	.price-priceList table tbody tr td h3{
		font-size: 1.4rem;
		font-weight: 600;
		color: white;
	}
	.price-note{
		background-color: #f9f9f9;
		padding: 40px 10px 35px;
		margin-top: 30px;
		position: relative;
		overflow: hidden;
	}
	.price-note::before{
		content: "";
		display: block;
		width: calc( 100% - 20px);
		height: 35px;
		background-image: url("../img/common/other/img_waku_upper_sp.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position-y: top;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	.price-note::after{
		content: "";
		display: block;
		width: calc( 100% - 20px);
		height: 35px;
		background-image: url("../img/common/other/img_waku_bottom_sp.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position-y: bottom;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	.price-note-inner{
		padding: 0 30px;
		background-image: none;
		background-size: 100% auto;
		background-repeat: repeat-y;
		position: relative;
	}
	.price-note-inner::before{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background-image: url("../img/common/other/img_waku_side_left_sp.png");
		background-size: 100% auto;
		background-repeat: repeat-y;
		position: absolute;
		top: -3px;
		left: 1px;
		transform: translateX(-50%);
	}
	.price-note-inner::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background-image: url("../img/common/other/img_waku_side_right_sp.png");
		background-size: 100% auto;
		background-repeat: repeat-y;
		position: absolute;
		top: -3px;
		right: -1px;
		transform: translateX(-50%);
	}
	.price-note p{
		letter-spacing: 0;
		line-height: 1.5;
		margin-top: 14px;
	}
	.price-note p:first-of-type{
		margin-top: 0;
	}
	.price-btn{
		text-align: center;
		margin-top: 50px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.price-btn .btn-01:first-of-type{
		margin-right: 0;
	}
	.price-recommended-img {
		margin: 14px;
		width: 35px;
	}
	.price-recommended {
		justify-content: flex-start !important;
	}
	.price-2nd-recommended {
		padding-left: 0;
	}





}
