@charset "utf-8";
.cab-col {
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.cab-col-figure {
	width: 35%;
	margin-right: 25px;
}

.cab-col-figure img {
	width: 100%;
	height: auto;
}

.cab-col-t {
	width: 65%;
	line-height: 1.8em;
	text-align: left;
	margin-top: -0.3em;
}
.cab-bf {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 1.5em;
	margin-top: -1em;
}
.cab-bf img {
	margin: 0 10px;
}
.radio-price{
	width: 85%;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	background-color: #f2f2f2;
	padding:2em 0;
}
.radio-price table{
	width: 85%;
	margin: 0 auto;
}
.radio-price table th{
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
}
.radio-price table td{
	text-align: right;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #ed1e79;
}
.radio-price span{
	margin-right: 5px;
	
}

@media screen and (max-width:1100px) {
	.radio-price{
	width: 90%;
}
	.radio-price table{
	width: 90%;
		
}
}

@media screen and (max-width:1000px) {
	.cab-bf {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.cab-bf img {
	width: 45%;
		height: auto;
}
	.radio-price{
	padding-top: 1.5em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
}
	.radio-price table th{
	font-size: 1em;
	padding-bottom: 15px;
	display: block;
}
.radio-price table td{
	display: block;
	font-size: 1em;
	padding-bottom: 15px;
}
}


@media screen and (max-width:768px) {
	.cab-col {
	margin-top: 0.5em;
	width: 90%;
	flex-wrap: wrap;
}
.cab-col-figure {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
.cab-col-t {
	width: 95%;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
}
	.cab-col-figure img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
	
}

@media screen and (max-width:480px) {
	.cab-col-figure {
	width: 95%;
}
	.cab-col-figure img {
	height: 150px;
}
	.cab-bf {
	flex-wrap: wrap;
	margin-bottom: 0.5em;
	}
	
	.cab-bf img {
	width: 90%;
		height: auto;
		margin-bottom: 1em;
}
	.radio-price table td{
	letter-spacing: 0em;
	padding-bottom: 10px;
}
	
}


@media screen and (max-width:380px) {
	.radio-price table th{
	line-height: 1.6em;
}
	.radio-price table td{
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 1.4em;
}
	
}
