.b_and_a3+.txt_center {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.b_and_a3+.txt_center {
		margin-bottom: 0px;
	}

	.b_and_a_single2.w175.hana-seikei img {
		max-width: 175px;
	}
}

.career {
	margin: 15px 0 25px;
	line-height: 1.7;
}

.career dt {
	background: url(/img/common/icon01.gif) no-repeat left 5px;
	padding-left: 12px;
	float: left;
	clear: left;
	width: 5em;
}

.career dd {
	padding-left: 6.25em;
}

.txt.list {
	width: calc(100% - 120px);
}

.w220 img {
	width: min(220px, 100%);
	height: auto;
}

.hana-pricelist {
	background-image: url(../images/bg-price.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-bottom: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hana-pricelist_top {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.hana-pricelist_top {
		flex-direction: column;
	}
}

.hana-pricelist_top-inner {
	padding-left: 25px;
}

@media screen and (max-width: 768px) {
	.hana-pricelist_top-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.hana-pricelist_top-box {
	background-image: url(../images/bg-price_box.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding-top: 16px;
	padding-bottom: 16px;
	width: min(325px, 100%);
	min-width: 325px;
}

@media screen and (max-width: 768px) {
	.hana-pricelist_top-box {
		width: 100%;
		min-width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.hana-pricelist_top-box p {
	font-size: 20px;
	font-weight: bold;
	text-align: center !important;
	line-height: 1;
}

.hana-pricelist_top-img img {
	width: min(286px, 100%);
	min-width: 286px;
	height: auto;
}

@media screen and (max-width: 768px) {
	.hana-pricelist_top-img {
		/* min-width: 200px; */
		margin: auto;
		width: min(150px, 100%);
	}

	.hana-pricelist_top-img img {
		min-width: 100%;
	}
}


.hana-pricelist-heading {
	font-size: 32px;
}

@media screen and (max-width: 768px) {
	.hana-pricelist-heading {
		font-size: 24px;
		text-align: center;
	}
}

.hana-pricelist-heading span {
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	.hana-pricelist-heading span {
		font-size: 18px;
	}
}

.hana-pricelist_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.hana-pricelist_list li {
	border: solid 1px #cfbe6e;
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

.hana-pricelist_list li:first-child {
	position: relative;
	padding-top: 40px;
}

.hana-pricelist_list-recommend {
	position: absolute;
	content: "";
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background-image: linear-gradient(to bottom, #c08f38, #cfa75a);
	color: #fff;
	font-weight: bold;
	padding: 5px 40px;
	text-align: center;
	border-radius: 18px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.hana-pricelist_list-recommend {
		width: 70%;
		color: #fff !important;
	}
}

.hana-pricelist_list-recommend::before {
	content: '';
	width: 36px;
	height: 17px;
	background-image: url(../images/wing-left.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.hana-pricelist_list-recommend::after {
	content: '';
	width: 36px;
	height: 17px;
	background-image: url(../images/wing-right.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.hana-pricelist_list dt {
	margin-bottom: 10px;
}

.hana-pricelist_list dd {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

@media screen and (max-width: 768px) {
	.hana-pricelist_list dd {
		flex-direction: column;
	}
}

.hana-pricelist_list .tsujou {
	font-size: 13px;
	margin-right: 1em;
}

.hana-pricelist_list .tsujou.mr0 {
	margin-right: 0;
}

.hana-pricelist_list .price {
	font-size: 18px;
	font-weight: bold;
}

.hana-pricelist_list-heading {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.hana-pricelist_list-heading::before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 32px;
	background-image: url(../images/hanaope_no1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}

li:nth-child(2) .hana-pricelist_list-heading::before {
	background-image: url(../images/hanaope_no2.svg);
	width: 80px;
	height: 26px;
}

li:nth-child(3) .hana-pricelist_list-heading::before {
	background-image: url(../images/hanaope_no3.svg);
	width: 80px;
	height: 26px;
}

@media screen and (max-width: 768px) {
	#hana_fullcourse_ope .hana-pricelist_list-heading {
		font-size: 15px;
		text-align: center !important;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 10px;
	}

	.hana-pricelist_list-heading::before {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.hana-pricelist_list-box {
	background-image: url(../images/bg-price_box-shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 16px;
	text-align: center !important;
	width: min(150px, 100%);
	min-width: 150px;
	padding-top: 13px;
	padding-bottom: 13px;
}

@media screen and (max-width: 768px) {
	.hana-pricelist_list-box {
		line-height: 1.2 !important;
	}
}

.hana-pricelist_text {
	font-size: 20px;
}

.ff-red {
	color: #c1272d !important;
}

.ff-large {
	font-size: 28px;
}

@media screen and (max-width: 768px) {
	.ff-large {
		font-size: 20px;
	}
}

.ff-midium {
	font-size: 20px;
}

.ff-small {
	font-size: 16px;
}

/*
.ff-del {
	text-decoration : line-through 2px solid #c1272d;
} */


.b_and_a_single2.shabi_shusei img {
	max-width: 320px;
	width: 55%;
}

@media screen and (max-width: 768px) {
	.b_and_a_single2.shabi_shusei img {
		max-width: 450px;
		width: 55%;
	}
}
