@charset "utf-8";

/*------------------------------------------------------------
  Case
------------------------------------------------------------*/
/*症例検索システムページ共通*/
#conts .caution {
	text-indent: -1em;
	padding-left: 1em;
}

#conts .caution span {
	font-weight: bold;
	color: #f00;
}

/*******症例検索ページ*********/

#conts .searchBox {
	border: 2px solid var(--color-gray-light02);
	padding: min(4.8vw, 32px) min(4.26vw, 32px);
}

#conts .searchBox .titleBox {
	background: url(../img/case/searchBg01.jpg) no-repeat left top;
	height: 140px;
	position: relative;
	background-size: cover;
	margin-bottom: min(10.66vw, 40px);
}

#conts .searchBox .titleBox .ttl01 {
	font-size: 20px;
	font-weight: bold;
	color: #f04976;
	position: absolute;
	top: 35px;
	right: 40px;
	margin: 0;
}

#conts .searchBox .titleBox .ttl02 {
	width: 395px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	background-color: #3399cc;
	position: absolute;
	top: 80px;
	right: 85px;
	margin: 0;
}

#conts .searchBox .title {
	width: 90%;
	margin: 0 auto 10px;
	padding: 10px 0;
	border-bottom: 1px solid #6d6d6d;
	font-weight: 600;
}

#conts .searchBox .checkUl {
	width: 100%;
	margin: 0 auto min(10.66vw, 40px);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: min(4.26vw, 16px);
}

@media screen and (max-width: 767px) {
	#conts .searchBox .checkUl {
		grid-template-columns: repeat(1, 1fr);
	}
}

#conts .searchBox .checkUl li {
	width: 100%;
}

#conts .searchBox .checkUl li dl {
	cursor: pointer;
}

#conts .searchBox .checkUl li dl dt {
	float: left;
}

#conts .searchBox .checkUl li dl dd {
	margin-left: min(5.33vw, 20px);
	font-size: min(3.46vw, 15px);
	word-break: break-all;

	span {
		font-size: min(2.93vw, 12px);
	}
}

#conts .searchBox .checkUl li dl dd label {
	font-weight: normal;
}


#conts .searchBox .pulldown {
	width: 90%;
	margin: 25px auto;
}

#conts .searchBox .pulldown select {
	width: 220px;
	padding: 3px 0 3px 10px;
}

#conts .infoPhoto {
	margin: 0 auto 25px;
	width: 100%;
}

#conts .infoPhoto img {
	width: 100%;
}

#conts .infoText {
	line-height: 2;

	p {
		margin-bottom: min(6.4vw, 24px);

		&:last-child {
			margin-bottom: 0;
		}
	}
}

#conts .doctorName {
	width: 100%;
	margin: min(10.66vw, 40px) auto 0;
	padding-top: min(10.66vw, 40px);
	font-family: var(--font-serif);
	font-weight: 500;
	text-align: right;
	border-top: 1px solid var(--color-gray);
}

/*******一覧ページ*********/
#conts .resultBox {
	border: 2px solid var(--color-gray-light02);
	background-color: var(--color-gray-light);
	margin-bottom: min(10.66vw, 40px);
	padding: min(8.53vw, 32px) min(4.26vw, 32px);
}

/*================================
-症例用見出し
=================================*/

.case-headline02 {
	font-family: var(--font-serif);
	font-size: min(5.86vw, 30px);
	line-height: 1.6;
	margin: 0 auto min(10.66vw, 40px);
	position: relative;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0.1rem;

	&::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: max(-4.26vw, -16px);
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background-color: var(--color-gold);
		z-index: 1;
	}
}

.case-headline03 {
	font-family: var(--font-serif);
	font-size: min(4.8vw, 22px);
	text-align: left;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 24px;
	letter-spacing: 0.1rem;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid var(--color-gold);
	padding-bottom: min(2.13vw, 8px);
}

.case-headline03 a {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.case-headline03 a {
		&:hover {
			text-decoration: underline;
		}
	}
}

@media screen and (max-width: 767px) {
	.case-headline03 a {
		&:active {
			text-decoration: underline;
		}
	}
}

.case-headline03-b {
	font-family: var(--font-serif);
	font-size: min(4.8vw, 22px);
	text-align: left;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 24px;
	border-left: min(1.06vw, 4px) solid var(--color-gold);
	padding-left: min(4.26vw, 16px);
}

.case-title-phase {
	font-family: var(--font-serif);
	font-size: min(4.26vw, 16px) !important;
	text-align: left !important;
	font-weight: 500;
	line-height: 1.4 !important;
	margin-bottom: min(5.33vw, 20px) !important;
	border-left: min(1.06vw, 4px) solid var(--color-gold);
	padding-left: min(4vw, 15px);
}

.case-title-search-top {
	margin-bottom: min(14.93vw, 56px);
	padding: min(4.8vw, 20px) min(4.26vw, 32px);
	background-color: var(--color-gold-light);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;

	&:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: max(-4.26vw, -16px);
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: min(5.33vw, 20px) min(10.66vw, 40px) 0px min(10.66vw, 40px);
        border-color: var(--color-gold-light) transparent transparent transparent;
        z-index: 1;
    }

	p {
		font-family: var(--font-serif);
		font-size: min(4.8vw, 20px);
		text-align: center;
		font-weight: 500;
		line-height: 1.6;
		display: block;
        width: 100%;
		margin-bottom: min(2.13vw, 12px);
		padding-bottom: min(2.13vw, 12px);
		border-bottom: 1px solid var(--color-brown);
		letter-spacing: 0.1rem;
	}

	span {
		font-size: min(3.2vw, 13px);
		text-align: center;
		line-height: 1.4;
		letter-spacing: 0.05rem;
	}
}

.case-title-search {
	font-family: var(--font-serif);
	font-size: min(4.26vw, 18px);
	text-align: left;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 24px;
	letter-spacing: 0.1rem;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid var(--color-brown);
	padding-bottom: min(2.13vw, 8px);
}

/*================================
-症例検索結果
=================================*/

.case-contents-item {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: min(10.66vw, 40px);
	margin-top: min(10.66vw, 40px);
}

.case-contents-item-list {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: min(10.66vw, 40px);

	.image {
		display: block;
		margin: 0 auto;

		img {
			width: 100%;
			height: auto;
			display: block;
		}

		a {
			display: block;
		}
	}

	.item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	.case-contents-item-list {
		grid-template-columns: repeat(1, 1fr);

		.image {
			width: 80%;
		}
	}
}

.case-archive-link {
	display: flex;
	width: 100%;
	justify-content: flex-start;

	>a {
		font-size: min(3.73vw, 16px);
		display: inline-block;
		color: var(--color-gold-dark);

		span {
			text-align: center;
			position: relative;
			padding-left: min(4.26vw, 16px);

			&::before {
				content: "▶";
				position: absolute;
				left: 0;
				top: 50%;
				transform: translateY(-50%);
				font-size: min(3.2vw, 12px);
			}
		}
	}
}

@media screen and (min-width: 768px) {
	.case-archive-link {
		>a {
			text-decoration: underline;

			&:hover {
				text-decoration: none !important;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.case-archive-link {
		>a {
			text-decoration: underline;

			&:active {
				text-decoration: none !important;
			}
		}
	}
}

/*================================
-検索フォーム
=================================*/

.case-search-section {
	margin-top: min(21.3vw, 120px);
}

.case-search-select {
	position: relative;

	&::before {
		content: "›";
		position: absolute;
		top: 50%;
		right: min(4.26vw, 16px);
		transform: translateY(-50%) rotate(90deg);
		z-index: 2;
		user-select: none;
	}

	select {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		border: .5px solid var(--color-gray);
		background-color: var(--color-gray-light03);
		font-family: var(--font-sans);
		text-decoration: none;
		font-size: min(3.73vw, 14px);
		height: min(10.66vw, 40px);
		text-align: left;
		padding: 0 min(2.13vw, 8px);
		cursor: pointer;
		appearance: none;
		position: relative;
	}
}

.case-search-check {
	display: flex;

	li {
		margin-right: min(10.66vw, 40px);
	}

	label {
		cursor: pointer;
		height: min(10.66vw, 40px);
		display: flex;
		align-items: center;

		input {
			margin-right: min(2.13vw, 8px);
		}
	}
}

@media screen and (max-width: 767px) {
	.case-search-check {
		margin-bottom: min(10.66vw, 40px);

		label {
			height: initial;
		}
	}
}

.case-search-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: min(5.33vw, 20px);
	margin-bottom: min(10.66vw, 40px);
}

@media screen and (max-width: 767px) {
	.case-search-list {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 0;
	}
}

/*================================
-症例の表
=================================*/

.case-table {
	border: .5px solid var(--color-gray);
	border-collapse: collapse;
	border-spacing: 0;

	tr {
		border-bottom: .5px dotted var(--color-gray);
	}

	th,
	td {
		padding: min(4.26vw, 16px);
		font-size: min(3.73vw, 14px);
		vertical-align: top;
		line-height: 1.4;
	}

	th {
		background-color: var(--color-gray-dark);
		font-family: var(--font-serif);
		color: var(--color-white);
		font-weight: 500;
	}
}

@media screen and (min-width: 768px) {
	.case-table {
		th {
			border-right: .5px solid var(--color-gray);
			width: 20%;
		}
	}
}

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

		th,
		td {
			width: 100%;
			display: block;
		}
	}
}

.case-table+.layout-att-box,
.resultBox .subBox+.layout-att-box {
	margin: min(5.33vw, 20px) auto 0;
}

#conts .pagination {
	width: 300px;
	margin: 0 auto 65px;
	display: flex;
	flex-wrap: wrap;
}

#conts .pagination .prev,
#conts .pagination .next {
	width: 50%;
	text-align: center;
	margin-bottom: 15px
}

#conts .pagination .pagetext {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}


.case-headline04 {
	background-color: var(--color-brown);
	color: var(--color-white);
	font-family: var(--font-serif);
	padding: 0 min(4.26vw, 16px);
	display: flex;
	justify-content: center;
	align-items: center;
	height: min(12.8vw, 48px);
	font-size: min(4.8vw, 20px);
	text-align: center;
	font-weight: 400;
	line-height: 1.4;
	margin: min(10.66vw, 40px) auto 24px;
	letter-spacing: 0.1rem;
	position: relative;
	overflow: hidden;

	span {
		z-index: 5;
		position: relative;
		width: 100%;
		display: block;

		&::before,
		&::after {
			content: "・・・・";
			font-size: min(4.26vw, 16px);
			line-height: min(12.8vw, 48px);
			letter-spacing: -6px;
			color: var(--color-white);
			display: inline-block;
			height: min(12.8vw, 48px);
		}

		&::before {
			left: min(4.26vw, 16px);
			padding-right: min(5.33vw, 20px);
		}

		&::after {
			right: min(4.26vw, 16px);
			padding-left: min(5.33vw, 20px);
		}
	}
}

#conts .charaBox .coment {
	width: 100%;
	margin: 0 auto;

	p {
		margin-bottom: min(6.4vw, 24px);

		&:last-child {
			margin-bottom: 0;
		}
	}
}

/*画像タブバー*/
#conts .charaBox .tab {
	overflow: hidden;
	padding-top: 10px;
	width: 100%;
	display: flex;
}

#conts .charaBox .tab li {
	margin-right: 6px;
	width: calc(100%/6);
	padding: 9px 0;
	text-align: center;
	font-weight: 600;
	/*list-style-position: outside;*/
}

#conts .charaBox li.tab1 {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
}

#conts .charaBox li.tab2 {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
}

#conts .charaBox li.tab3 {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
}

#conts .charaBox li.tab4 {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
}

#conts .charaBox li.tab5 {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
}

#conts .charaBox li.tab6 {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
}

#conts .charaBox li.tab1:hover {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
	opacity: 0.6;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	background-color: var(--color-white);
}

#conts .charaBox li.tab2:hover {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
	opacity: 0.6;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	background-color: var(--color-white);
}

#conts .charaBox li.tab3:hover {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
	opacity: 0.6;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	background-color: var(--color-white);
}

#conts .charaBox li.tab4:hover {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
	opacity: 0.6;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	background-color: var(--color-white);
}

#conts .charaBox li.tab5:hover {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
	opacity: 0.6;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	background-color: var(--color-white);
}

#conts .charaBox li.tab6:hover {
	background: url(../img/case/tab_off.jpg) no-repeat bottom center;
	opacity: 0.6;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	background-color: var(--color-white);
}

#conts .charaBox li.tab1.select {
	background: url(../img/case/tab_on.jpg) no-repeat bottom center;
	color: var(--color-white);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	background-color: var(--color-white);
	background-repeat: no-repeat;
}

#conts .charaBox li.tab2.select {
	background: url(../img/case/tab_on.jpg) no-repeat bottom center;
	color: var(--color-white);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	background-color: var(--color-white);
	background-repeat: no-repeat;
}

#conts .charaBox li.tab3.select {
	background: url(../img/case/tab_on.jpg) no-repeat bottom center;
	color: var(--color-white);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	background-color: var(--color-white);
	background-repeat: no-repeat;
}

#conts .charaBox li.tab4.select {
	background: url(../img/case/tab_on.jpg) no-repeat bottom center;
	color: var(--color-white);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	background-color: var(--color-white);
	background-repeat: no-repeat;
}

#conts .charaBox li.tab5.select {
	background: url(../img/case/tab_on.jpg) no-repeat bottom center;
	color: var(--color-white);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	background-color: var(--color-white);
	background-repeat: no-repeat;
}

#conts .charaBox li.tab6.select {
	background: url(../img/case/tab_on.jpg) no-repeat bottom center;
	color: var(--color-white);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	background-color: var(--color-white);
	background-repeat: no-repeat;
	/*margin-left: 2px;*/
}

#conts .charaBox .progress li {
	padding: 20px 0px;
	margin: 0 auto 35px;
	background-repeat: no-repeat;
	background-color: var(--color-white);
	width: 100%;
	border: 1px solid #5f5e5e;
}

#conts .charaBox .hide {
	display: none;
}

#conts .charaBox li.tab_end {
	/*margin-left: 2px;*/
}

#conts .charaBox li.tab_end:hover {
	/*margin-left: 2px;*/
	opacity: 0.6;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	background-color: #fff;
}

#conts .charaBox li.tab_end.select {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 3px;*/
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	background-color: #fff;
}

#tooth_Photos {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

#tooth_Photos .tooth_Photos1 {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#tooth_Photos .tooth_Photos2 {
	width: 33%;
	margin-bottom: 10px;
}

#tooth_Photos .tooth_Photos3 {
	width: 33%;
	margin-bottom: 10px;
}

/*-------------------*/
#conts .charaBox .return {
	text-align: center;
	margin-bottom: 35px;
}

/*****************/
#conts .comBox .borderBox {
	padding: 40px 32px 30px;
}

#conts .comBox .comTitle {
	font-size: 18px;
}

/* #conts p {
	margin: 24px;
	font-size: 14px;
	line-height: 1.8;
} */

#conts p .underSpan {
	font-weight: bold;
	text-decoration: underline;
}

#conts .infoBox {
	margin: 0 0 0 11px;
}

#conts .infoBox .subBox {
	margin: 0 52px 62px 40px;
}

#conts .infoBox p {
	margin-bottom: 55px;
}

#conts .infoBox .subBox .lBox {
	float: left;
	width: 267px;
}

#conts .infoBox .subBox .lBox p {
	margin: 0;
}

#conts .infoBox .subBox .lBox .textBox {
	padding: 11px 0 46px;
	color: #EB436C;
	font-weight: bold;
	background: url(../img/implant/text_bg.gif) no-repeat left top;
	text-align: center;
	zoom: 1;
}

#conts .infoBox .subBox .lBox .btmBox {
	margin: -19px 0 0 29px;
	padding-right: 70px;
	width: 159px;
	text-align: center;
	background: url(../img/implant/arrow.gif) no-repeat right 37px;
}

#conts .infoBox .subBox .lBox .btmBox img {
	width: 100%;
}

#conts .infoBox .subBox .lBox .btmBox span {
	margin-top: 8px;
	display: block;
	font-size: 12px;
}

#conts .infoBox .subBox .rPhoto {
	padding-top: 1px;
	float: right;
	width: 334px;
}

#conts .infoBox .subBox .rPhoto img {
	width: 100%;
}

#conts .infoBox .text01 {
	margin-bottom: 24px;
}

#conts .infoBox .text02 {
	margin-bottom: 68px;
}

#conts .featureBox {
	margin-bottom: 85px;
	padding: 33px 0 27px;
	border: 1px solid #E0E0E0;
}

#conts .featureBox .title {
	margin: 0 0 26px;
	padding-bottom: 30px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #E0E0E0;
}

#conts .featureBox p {
	margin: 0 27px 37px;
}

#btn-all {
	width: 714px;
	height: 141px;
	background: url(../img/case/all-banner-pc.jpg) center center/100% auto no-repeat;
	border: 0.25px #666 solid;
}

#btn-all input {
	width: 100%;
	height: 100%;
	opacity: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {

	/*検索ページ*/

	#conts .searchBox .titleBox {
		background: url(../img/case/sp_searchBg01.jpg) no-repeat left top;
		height: 29vw;
		position: relative;
		background-size: cover;
	}

	#conts .searchBox .titleBox .ttl01 {
		font-size: 4.3vw;
		font-weight: bold;
		color: #f04976;
		position: absolute;
		top: 14%;
		right: 6%;
		margin: 0;
	}

	#conts .searchBox .titleBox .ttl02 {
		width: 98%;
		font-size: 3.6vw;
		font-weight: normal;
		text-align: center;
		color: #fff;
		border-radius: 25px;
		background-color: #3399cc;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 1%;
		margin: 0;
	}

	#conts .searchBox .title {
		width: 90%;
		margin: 0 auto 10px;
		padding: 5px 0;
		border-bottom: 1px solid #6d6d6d;
		font-weight: bold;
	}

	#conts .searchBox .pulldown {
		width: 90%;
		margin: 25px auto;
		text-align: center;
	}

	#conts .searchBox .pulldown select {
		width: 220px;
		padding: 3px 0 3px 10px;
	}

	#conts .infoPhoto {
		margin: 0 auto 25px;
		width: 100%;
	}

	#conts .infoPhoto img {
		width: 100%;
	}

	.checkBox01 {
		margin-top: 8vw;
	}

	#conts .pagination {
		width: 80%;
		margin: 0 auto 65px;
		display: flex;
		flex-wrap: wrap;
	}

	#conts .pagination .prev,
	#conts .pagination .next {
		width: 50%;
		text-align: center;
		margin-bottom: 15px
	}

	#conts .pagination .pagetext {
		width: 100%;
		text-align: center;
		font-weight: 600;
		font-size: 16px;
	}


	#conts .charaBox .sp_coment {
		width: 95%;
		margin: 0 auto 10px;
		font-size: 13px;
		font-weight: 600;
		text-align: center;
		color: #f0527d;

	}

	#conts .charaBox .swipeLine {
		width: 70%;
		margin: 0 auto 15px;
		padding: 3px 0 0;
		background: url(../img/case/swipeBg.gif) no-repeat center;
		text-align: center;
	}

	/*画像タブバー*/
	#conts .charaBox .progress li {
		padding: 20px 0px;
		margin: 0 auto 5px;
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		width: 100%;
		border: none;
	}

	#conts .charaBox .hide {
		display: none;
	}

	#tooth_Photos {
		width: 100%;
		display: flex;
		flex-wrap: no-wrap;
		justify-content: center;
		text-align: center;
	}

	/*プログラム生成箇所*/
	.slide_selector {
		margin-bottom: 35px;
	}

	.slide_selector .tooth_Photos1 img,
	.slide_selector .tooth_Photos2 img,
	.slide_selector .tooth_Photos3 img {
		width: 100% !important;
	}

	/*プログラム生成箇所　ここまで*/

	#tooth_Photos .tooth_Photos1 {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	#tooth_Photos .tooth_Photos2 {
		width: 100%;
		margin-bottom: 10px;
	}

	#tooth_Photos .tooth_Photos3 {
		width: 100%;
		margin-bottom: 10px;
	}

	/*-------------------*/
	#conts .charaBox .return {
		text-align: center;
		margin-bottom: 35px;
	}

	#conts .charaBox .return img {
		width: 210px;
	}

	#conts .comBox {
		margin-bottom: 50px;
	}

	#conts .comBox .borderBox {
		padding: 22px 14px 12px;
	}

	#conts .comBox .comTitle {
		margin-bottom: 28px;
		padding-bottom: 2px;
		font-size: 12.5px;
		line-height: 1.7;
	}

	/* #conts p {
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 1.5;
	} */

	#conts .infoBox {
		margin: 0 20px;
	}

	#conts .infoBox p {
		margin-bottom: 30px;
		line-height: 1.7;
	}

	#conts .infoBox .subBox {
		margin: 0 auto 28px;
		width: 260px;
	}

	#conts .infoBox .subBox .lBox {
		width: auto;
		float: none;
	}

	#conts .infoBox .subBox .lBox .textBox {
		margin-top: 17px;
		padding: 4% 0 9%;
		float: left;
		width: 133px;
		background: url(../img/implant/sp_text_bg.gif) no-repeat left top;
		background-size: 132px 91px;
	}

	#conts .infoBox .subBox .lBox .textBox p {
		font-size: 11px;
		line-height: 1.3;
	}

	#conts .infoBox .subBox .lBox .btmBox {
		margin: 0;
		padding: 0 0 33px 0;
		float: right;
		width: 115px;
		background: url(../img/implant/sp_arrow.gif) no-repeat center bottom;
		background-size: 17px 21px;
	}

	#conts .infoBox .subBox .lBox .btmBox img {
		width: 80px;
	}

	#conts .infoBox .subBox .lBox .btmBox span {
		margin-top: 4px;
		font-size: 11px;
	}

	#conts .infoBox .subBox .rPhoto {
		padding-top: 12px;
		float: right;
		width: auto;
		width: 66%;
	}

	#conts .infoBox .text01 {
		margin-bottom: 18px;
	}

	#conts .infoBox .text02 {
		margin-bottom: 55px;
	}

	#conts .featureBox {
		margin: 0 15px 50px;
		padding: 25px 0 13px;
	}

	#conts .featureBox .title {
		margin-bottom: 15px;
		padding-bottom: 21px;
		font-size: 13.5px;
	}

	#conts .featureBox p {
		margin: 0 16px 32px;
	}

	#btn-all {
		width: 300px;
		height: 100px;
		margin: auto;
		background: url(../img/case/all-banner-sp.jpg) center center/100% auto no-repeat;
		border: 0.25px #666 solid;
	}
}





/*------------------------------------------------------------
  single-case
------------------------------------------------------------*/

#single-cat {
	display: flex;
	justify-content: center;
}

#single-cat li {
	width: 38.46vw;
}

#single-cat li:not(:last-child) {
	margin: 0 2.56vw 0 0;
}

#single-cat a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 7.69vw;
	background: #000;
	font-size: 2.56vw;
	color: #fff;
	text-decoration: none;
}

#single-content-tit {
	text-align: center;
	padding: 6.15vw 4.1vw 10.25vw;
	font-size: 5.13vw;
}

@media(min-width:769px) {
	#single-cat {
		justify-content: end;
		width: 721px;
		margin: 0 auto;
	}

	#single-cat li {
		width: 150px;
	}

	#single-cat li:not(:last-child) {
		margin: 0 10px 0 0;
	}

	#single-cat a {
		height: 40px;
		font-size: 12px;
	}

	#single-cat a:hover {
		opacity: 0.7;
		transition: 1s ease;
	}

	#single-content-tit {
		padding: 20px 0 40px;
		font-size: 24px;
	}
}

#single-img-sec-tab li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: min(10.66vw, 40px);
	background: var(--color-gray-light02);
	border-radius: min(2.13vw, 8px) min(2.13vw, 8px) 0 0;
	padding: 0 min(4.26vw, 40px);
	list-style: none;
	transition: ease .3s;
}

#single-img-sec-tab li:not(:last-child) {
	margin: 0 min(2.13vw, 8px) 0 0;
}

#single-img-sec-tab li.active {
	background: var(--color-gray-dark);
	color: var(--color-white);
}

.single-img-box {
	display: none;
}

#single-img-sec .single-img-box {
	display: none !important;
}

#single-img-sec .single-img-box.tab-active {
	display: block !important;
}

.single-img-box.active {
	display: block;
}

.single-img-box.is-show {
	display: block;
}

.single-img-wrap {
	/* display: flex;
	flex-flow: row wrap;
	justify-content: space-between; */
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: min(2.13vw, 8px);
}

.single-img-item {
	/* display: flex;
	flex-flow: column nowrap;
	justify-content: end;
	width: calc(96% / 3);
	height: auto; */
}

.single-img-item a {
	display: block;
}

.case-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	object-fit: cover;
	transition: ease .3s;
}

.single-img-box p {
	line-height: 1.4;
	text-align: center;
	margin: min(2.13vw, 8px) auto;
	font-size: min(3.46vw, 13px);
}

#single-img-sec-tab {
	display: flex;
	flex-flow: row nowrap;
	border-bottom: 2px var(--color-gray-dark) solid;
	margin: 0 0 min(10.66vw, 40px);
	cursor: pointer;

	.tab-active {
		background-color: var(--color-gray-dark);
		color: var(--color-white);
	}
}

@media(min-width:769px) {

	#single-img-sec-tab li:hover {
		opacity: 0.7;
		transition: ease .3s;
	}

	/* .single-img-item {
		margin: 0 0 15px;
	} */

	.case-img {
		cursor: pointer;
	}

	.case-img:hover {
		opacity: 0.7;
		transition: ease .3s;
	}
}




/*------------------------------------------------------------
  single-case - #case-dialog
------------------------------------------------------------*/
body.clicked-nav {
	overflow: hidden;
}

dialog::backdrop {
	background: rgba(0, 0, 0, 0.5);
}

#case-dialog {
	max-width: none;
	overflow: hidden;
	background: none;
	border: none;
	padding: 0;
}

#case-dialog-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
}

#case-dialog-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: normal;
	max-width: 800px;
	overflow-y: auto;
	width: 92%;
	height: 92%;
	background: #fff;
	padding: min(5.33vw, 40px) min(5.33vw, 80px);
}

#case-dialog-box .single-img-box {
	width: 48%;
}

#case-figure {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 8% 0 0;
}

#case-figure figure {
	width: 48%;
	height: auto;
	aspect-ratio: 4/3;
}

#case-figure figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.single-img-item.active img {
	outline: 2px solid var(--color-red);
}

.case-dialog-button {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: min(2.13vw, 8px);
	width: 100%;
	align-items: center;
	justify-items: center;
	margin: min(10.66vw, 40px) auto 0;
}

@media screen and (max-width: 767px) {
	.case-dialog-button {
		gap: 0;
	}
}


#btn-case-print,
#btn-case-close {

	text-decoration: none;
	font-size: min(3.73vw, 14px);
	padding: min(2.13vw, 8px);
	display: flex;
	height: min(14.93vw, 56px);
	align-items: center;
	background-color: var(--color-black);
	color: var(--color-white);
	max-width: 300px;
	width: 100%;
	transition: ease .3s;
	justify-content: center;
	line-height: 1.4;
	transition: .3s ease;
	margin: 0;
	border: 0;
	cursor: pointer;

	&::before {
		display: inline-block;
		margin-right: min(2.13vw, 8px);
		font-size: min(3.2vw, 12px);
	}
}

#btn-case-print {
	background-color: var(--color-gray-light);
	border: 1px solid var(--color-gray);
	color: var(--color-gold-dark);

	&::before {
		content: "";
		background: url("../img/common/icon-print-gold.svg") no-repeat center center / 100%;
		width: min(4.26vw, 16px);
		height: min(4.26vw, 16px);
	}
}

#btn-case-close {
	&::before {
		content: "✕";
	}
}


.case-button-wrapper {
	display: flex;
	justify-content: center;
	margin: 40px auto;
}

#btn-case-dialog {
	text-decoration: none;
	font-size: min(3.73vw, 14px);
	height: min(14.93vw, 56px);
	padding: min(2.13vw, 8px);
	display: flex;
	align-items: center;
	background-color: var(--color-gold-dark);
	color: var(--color-white);
	max-width: 300px;
	width: 100%;
	transition: ease .3s;
	justify-content: center;
	line-height: 1.4;
	transition: .3s ease;
	cursor: pointer;
	border: 0;

	span {
		text-align: center;
		position: relative;
		padding-left: min(4.26vw, 16px);

		&::before {
			content: "▶";
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
			font-size: min(3.2vw, 12px);
		}
	}
}

.case-search-box {
	margin: 0 auto;
	padding-bottom: min(5.33vw, 20px);
	width: 100%;

	input {
		line-height: 1.4;
		border: none;
		background-color: var(--color-gray-light03);
		padding: min(2.13vw, 8px);
		width: 100%;
		font-size: min(3.73vw, 15px);
	}

}

.case-button-search {
	margin: min(10.66vw, 40px) auto 0;
	display: flex;
	justify-content: center;

	button[type="submit"] {
		text-decoration: none;
		font-size: min(3.73vw, 14px);
		height: min(14.93vw, 56px);
		padding: min(2.13vw, 8px);
		display: flex;
		align-items: center;
		background-color: var(--color-gold-dark);
		color: var(--color-white);
		max-width: 300px;
		width: 100%;
		transition: ease .3s;
		justify-content: center;
		line-height: 1.4;
		transition: .3s ease;
		cursor: pointer;
		border: 0;
		position: relative;

		&::before {
			content: "";
			background: url("../img/common/icon-search-wt.svg") no-repeat center center / 100%;
			width: min(4.26vw, 16px);
			height: min(4.26vw, 16px);
			display: inline-block;
			margin-right: min(2.13vw, 8px);
		}
	}
}

@media screen and (min-width: 768px) {
	.case-button-search {
		button[type="submit"] {
			transition: ease .3s;

			&:hover {
				opacity: .7;
				transition: ease .3s;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.case-button-search {
		button[type="submit"] {
			transition: ease .3s;

			&:active {
				opacity: .7;
				transition: ease .3s;
			}
		}
	}
}


@media(min-width:769px) {

	#case-dialog-box .single-img-box {
		width: 45%;
	}

	#case-figure {
		padding: 2% 0 0;
	}

	#case-figure figure {
		width: 45%;
	}

	#btn-case-dialog:hover,
	#btn-case-close:hover,
	#btn-case-print:hover {
		opacity: 0.7;
		transition: .3s ease;
	}
}

@media print {

	@page {
		margin: 10mm;
	}

	body.clicked-nav header,
	body.clicked-nav footer,
	body.clicked-nav #sideBar,
	body.clicked-nav #sub-mainview,
	body.clicked-nav #nav-breadcrumb,
	body.clicked-nav .fix_pageTop,
	body.clicked-nav #sub-case-phase,
	body.clicked-nav #sub-case-info,
	body.clicked-nav #nav-prev-next,
	body.clicked-nav #single-more,
	body.clicked-nav .layout-sub-bottom,
	body.clicked-nav #btn-case-close,
	body.clicked-nav #btn-case-print,
	body.clicked-nav .no-print {
		display: none !important;
	}

	body.clicked-nav #case-dialog {
		position: static;
		width: 100%;
		height: auto;
		overflow: visible !important;
	}

	body.clicked-nav dialog::backdrop {
		display: none;
	}

	body.clicked-nav #case-dialog-wrap {
		width: 100%;
		height: auto;
		padding: 80px 0 0;
	}

	body.clicked-nav #case-dialog-box {
		display: flex;
		width: 100%;
		height: auto;
		padding: 0;
	}

	body.clicked-nav #case-figure {
		display: flex;
		justify-content: space-between;
		width: 100%;
		gap: 20px;
	}

	body.clicked-nav #case-figure figure {
		width: 48%;
	}

	body.clicked-nav .single-img-box p {
		font-size: 12px;
	}

	body.clicked-nav .case-dialog-select {
		margin-top: 80px;
	}
}

.case-archive-cat {
	display: flex;
	margin-bottom: min(5.33vw, 40px);
	flex-wrap: wrap;

	>li {
		margin: min(1.06vw, 4px) min(2.13vw, 8px) min(1.06vw, 4px) 0;
	}

	a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 min(2.13vw, 8px) 0 min(6.4vw, 24px);
		border: .5px solid var(--color-gray);
		font-size: min(3.73vw, 14px);
		border-radius: min(2.13vw, 8px);
		background-color: var(--color-gray-light);
		color: var(--color-gold-dark);
		text-decoration: none;
		position: relative;

		&::before {
			content: "＃";
			position: absolute;
			left: min(2.13vw, 8px);
			top: 50%;
			transform: translateY(-50%);
			z-index: 2;
		}
	}
}

@media screen and (min-width: 768px) {
	.case-archive-cat {
		a {
			transition: ease .3s;

			&:hover {
				transition: ease .3s;
				opacity: .7;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.case-archive-cat {
		a {
			transition: ease .3s;

			&:active {
				transition: ease .3s;
				opacity: .7;
			}
		}
	}
}

.case-dialog-select {
	position: relative;
	height: min(10.66vw, 40px);
	margin-top: min(10.66vw, 40px);

	&::before {
		content: "›";
		position: absolute;
		top: 50%;
		right: min(4.26vw, 16px);
		transform: translateY(-50%) rotate(90deg);
		z-index: 2;
		user-select: none;
	}

	select {
		width: min(60vw, 240px);
		display: flex;
		justify-content: center;
		align-items: center;
		border: .5px solid var(--color-gray);
		background-color: var(--color-gray-light03);
		font-family: var(--font-sans);
		text-decoration: none;
		font-size: min(3.73vw, 14px);
		height: min(10.66vw, 40px);
		text-align: left;
		padding: 0 min(2.13vw, 8px);
		cursor: pointer;
		appearance: none;
		position: relative;
	}
}

/*================================
-検索結果
=================================*/

.case-search-result {
	margin: min(10.66vw, 40px) auto;
	padding: min(4.8vw, 20px) min(4.26vw, 32px);
	background-color: var(--color-gold-light);
	position: relative;

	&:after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: max(-4.26vw, -16px);
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: min(5.33vw, 20px) min(10.66vw, 40px) 0px min(10.66vw, 40px);
		border-color: var(--color-gold-light) transparent transparent transparent;
		z-index: 1;
	}

	p {
		text-align: center;

		span {
			color: var(--color-gold-dark);
			display: inline-block;
			padding: 0 min(2.13vw, 8px);
			font-size: min(4.8vw, 18px);
		}
	}
}

.att-text {
	text-align: center;
	color: var(--color-red);
}