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

.list_diagnosis.ico {
	padding-left: 150px;
}

.list_diagnosis.set {
	padding: 30px 20px 30px 150px;
}

.list_diagnosis li {
	background: url(../../img/whitening/ic_check.png) no-repeat left top;
	background-size: 20px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.list_diagnosis li:last-child {
	margin-bottom: 0;
}

.ti_h4.type02 {
	font-size: 23px;
	padding-left: 18px;
}

.text_sub .bg_box {
	background: #f9efcc;
	padding: 25px;
	border: 4px solid #e5c24e;
}

.wh_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wh_list li {
	font-size: 18px;
	font-weight: bold;
	width: 195px;
	height: 130px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #9a7d5d;
	padding: 10px;
	text-align: center;
}

.wh_list.demerit li {
	background-color: #e5c24e;
}

.wh_list li.full {
	width: 100%;
	/* color: #fff; */
	font-size: 20px;
	letter-spacing: 0.1em;
	height: auto;
	padding: 15px;
	margin-top: 15px;
	/* background-color: #ecb54d; */
}

.wh_list li.full span {
	/* background: linear-gradient(transparent 80%, #e5c24e 80%) left top -3px; */
	padding: 0 8px 0 12px;
}

.wh_list li .ico {
	width: 25%;
	margin-bottom: 10px;
}

.wh_list li .ico img {
	width: 100%;
	height: auto;
}

.wh_list li .txt {
	line-height: 1.4;
}

.ti_h4 .mini {
	font-size: 18px;
}

.list_step li .wrap {
	min-height: 88px;
}

.ta01.compare {
}

.ta01.compare thead tr {
	background-color: #f9efcc;
}

.ta01.compare thead tr th {
	border-right: 1px dotted #773823;
}

.ta01.compare thead tr td {
	color: #927947;
	text-align: center;
	border-right: 1px dotted #773823;
}

.ta01.compare tbody tr th {
	width: 90px;
	color: #927947;
	background-color: #f9efcc;
	text-align: center;
	padding: 10px 5px;
	border-right: 1px dotted #773823;
}

.ta01.compare tbody tr td {
	width: 290px;
	border-right: 1px dotted #773823;
	padding-right: 10px;
}

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

.ta01.compare tbody tr td ul li {
	text-indent: -1em;
	padding-left: 1em;
}

/*アコーディオン全体*/
.accordion-area {
	list-style: none;
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
}

.accordion-area li {
	margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #e5c24e;
}

/*アコーディオンタイトル*/
.accordion-area .title {
	color: #763826;
	position: relative; /*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-size: 1rem;
	font-weight: bold;
	padding: 3% 3% 3% 76px;
	transition: all 0.5s ease;
}

.accordion-area .title .question {
	position: absolute;
	top: 17px;
	left: 50px;
	font-size: 18px;
	font-weight: 500;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 2px;
	background-color: #763826;
}
.accordion-area .title::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
}
.accordion-area .title::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
	transform: rotate(45deg);
}

.accordion-area .title.close::after {
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
	display: none; /*はじめは非表示*/
	background: #f9efcc;
	margin: 0 3% 3% 3%;
	padding: 3% 3% 3% 44px;
	position: relative;
}

.accordion-area .box .answer {
	position: absolute;
	top: 16px;
	left: 21px;
	color: #763826;
	font-size: 18px;
	font-weight: 500;
}

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

.box_right {
	float: right;
}
.box_left {
	overflow: hidden;
}
.ti_h6 {
	clear: both;
	font-size: 20px;
}

.wrap_list_diagnosis {
	position: relative;
}

.wrap_list_diagnosis .img {
	position: absolute;
}

.wrap_list_diagnosis .img01 {
	top: 32px;
	right: 45px;
}

.wrap_list_diagnosis .img02 {
	top: 14px;
	left: 35px;
}

.wrap_list_diagnosis .img03 {
	bottom: 4px;
	left: 35px;
}

/* .txt.h01,
.txt.h02,
.txt.h03,
.txt.h04 {
	min-height: 132px;
} */

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

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

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

.movie_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.movie_list li {
	width: 31%;
}

.movie_list li .title {
	color: #917337;
	font-size: 20px;
	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 .box_mini {
	width: 330px;
	margin-right: 0;
}

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

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

.compare .list li {
	width: auto;
	position: relative;
	padding: 0 0 0 32px;
	font-size: 16px;
	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/whitening/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;
}

.btn_detail {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.btn_detail a {
	color: #fff;
	text-decoration: none;
	background-color: #be34a3;
	padding: 10px 40px;
}

.btn_detail a:hover {
	opacity: 0.7;
}
