.list_diagnosis {
	background: #f9efcc;
	padding: 20px;
	border: 4px solid #e5c24e;
}

.list_diagnosis li {
	background: url(../img/ic_check.png) no-repeat left 10px;
	background-size: 20px;
	padding-left: 30px;
	margin-bottom: 10px;

	font-weight: bold;
}

.list_diagnosis li:last-child {
	margin-bottom: 0;
}

.list_diagnosis li p {
	padding: 5px 0 10px;
}

.box_point.diagnosis .ti_h6 {
	margin-bottom: 0;
}

.box_right {
	float: right;
}

.box_left {
	overflow: hidden;
}

.box_point p {
	margin-bottom: 20px;
}

.ti_h6 {
	clear: both;
}

.wrap_list_diagnosis {
	position: relative;
}

.wrap_list_diagnosis .img {
	position: absolute;
	bottom: 4px;
	right: -15px;
}

.text_flex {
	display: flex;
}

.img_c img {
	width: 100%;
	margin: 20px 0;
}

.box_mini_in {
	text-align: center;
}

.box_mini_wrap ul {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box_mini_wrap ul li {
	width: 100%;
	background: #f9efcc;
	padding: 15px 15px 15px;
	margin: 20px;
}

.box_mini_wrap ul li .ti_h6_02 {
	margin-bottom: 5px;
}

.movie_list {
}

.movie_list li {
	width: 580px;
}

.movie_list li:nth-child(n + 2) {
	margin-top: 30px;
}

.movie_list li .title {
	color: #917337;
	font-size: 30px;
	margin-top: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.ytube {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.ytube iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.ytube a {
	/* lityを動かすためにiframeを覆う */
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.compare {
}

.compare .box_mini {
	width: auto;
	margin-right: 0;
}

.compare .box_mini_in {
	padding: 20px 20px 20px;
	min-height: 290px;
}

.box_mini_in {
	text-align: center;
	padding: 20px 20px 20px;
}

.compare .list {
	margin-top: 10px;
	display: block;
}

.compare .list li {
	width: auto;
	position: relative;
	padding: 0 0 0 32px;
	font-size: 26px;
	font-weight: bold;
}

.compare .list li:nth-child(n + 2) {
	margin-top: 10px;
}

.compare .list li:before {
	content: '';
	width: 20px;
	height: 22px;
	background: url(../img/ic_check.png);
	background-size: cover;
	position: absolute;
	top: 2px;
	left: 0;
}

.ta01 .total th,
.ta01 .total td {
	background: #f7eabd;
}

.textSet {
	text-indent: -1em;
	padding-left: 1em;
}

.ta01.warranty {
}

.ta01.warranty thead tr th {
	background: #90723c;
	color: #ffffff;
	font-weight: normal;
	border-right: 1px solid #ffffff;
	text-align: center;
}

.ta01.warranty tbody tr th,
.ta01.warranty tbody tr td {
	background: #f7eabd;
	border-right: 1px solid #f2dc8f;
	border-bottom: 1px solid #f2dc8f;
}

.ta01.warranty tbody tr td {
	text-align: center;
}

.text_sub img {
	width: 100%;
	height: auto;
}

.text_sub p {
	overflow: visible;
}

.visit_info .box_mini_in {
	background: rgba(144, 114, 60, 0.4);
}

.visit_info .ti_h6_02 {
	margin-bottom: 10px;
	color: #793822;
}

.box_mini_in .txt.tel,
.box_mini_in .txt.fax {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 15px;
}

.box_mini_in .txt.tel:before {
	content: '';
	width: 30px;
	height: 30px;
	-webkit-mask: url(../../common/img/base/ico_tel.svg) no-repeat center;
	-webkit-mask-size: cover;
	-webkit-mask: url(../../common/img/base/ico_tel.svg) no-repeat center;
	        mask: url(../../common/img/base/ico_tel.svg) no-repeat center;
	mask-size: cover;
	background-color: #793822;
}

.box_mini_in .txt.fax:before {
	content: '';
	width: 35px;
	height: 35px;
	-webkit-mask: url(s../../common/img/base/ico_fax.svg) no-repeat center;
	-webkit-mask-size: contain;
	-webkit-mask: url(../../common/img/base/ico_fax.svg) no-repeat center;
	        mask: url(../../common/img/base/ico_fax.svg) no-repeat center;
	mask-size: contain;
	background-color: #793822;
}
