@charset "UTF-8";

/* tplo
---------------------------------------------------------------------------*/
#head-imgslider .slick-track div:nth-of-type(1) {
	background-position: center center !important;
}

#head-imgslider .slick-track div:nth-of-type(2) {
	background-position: left 80% center !important;
}

.orange-border dt:first-child {
	margin-bottom: 16px;
}


/* medical-box
---------------------------------------------------------------------------*/
.note {
	margin:0 0 23px;
	font-size:12px;
}

.medical-box > small {
	margin-left: 20px;
	display: inline-block;
}

.fig-p-box {
	margin-bottom: 25px;
}

.fig-p-box p {
	text-align: justify;
}

/* tplo1 ranking
------------------------------------*/
#tplo1 .fig-p-box figure {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 1px;
}

#tplo1 .fig-p-box figure > img {
	width: 100%;
}

#tplo1 .fig-p-box figure .ico-star {
	position: absolute;
	top: 47%;
	left: 23%;
	margin: -14px 0 0 -14px;
	transform: scale(0.8);
}

#tplo1 .fig-p-box figure .ico-star.star-s1 {
	position: absolute;
	top: 55%;
	left: 30%;
	margin: -14px 0 0 -14px;
}

#tplo1 .fig-p-box figure .scale-anm img {
	opacity: 0;
	transform: scale(0.7);
}

.counter {
	counter-reset:number;
}

.counter dd::before {
	counter-increment: number;
	content: counter(number);
	font-family: 'Hiragino Sans', "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W3", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

dl.orange-border.counter.circle dd {
	position: relative;
	margin-bottom: 6px;
	padding-left: 28px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

dl.orange-border.counter.circle dd:last-of-type {
	margin-bottom: 0;
}

dl.orange-border.counter.circle dd::before {
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 0;
	background: #F59900;
	height: 19px;
	width: 19px;
	color: #fff;
	border-radius: 50%;
	padding-left: 6px;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
}

.ranking {
	margin-top: 40px;
}

.ranking .sTitle {
	margin-bottom: 12px;
}

.ranking .sTitle + p {
	margin-bottom: 5px;
}

.ranking small {
	text-align: right;
	display: block;
	margin-bottom: 4px;
	font-size: 10px;
}

.ranking .dl-2n .orange-border {
	margin-bottom: 10px;
}

.ranking .dl-2n .orange-border:last-of-type {
	margin-bottom: 0;
}

.ranking .dl-2n .orange-border dd {
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.ranking .dl-2n .orange-border dd:last-of-type {
	margin-bottom: 0;
}

.ranking .dl-2n .orange-border dd::before {
	content: counter(number)'位';
	margin-right: 12px;
	color: #F59900;
	font-size: 14px;
	font-weight: 600;
}

/* tplo2 surgery-box
------------------------------------*/
.surgery-box {
	overflow: hidden;
	padding: 20px 25px 10px 20px;
}

.surgery-box:first-of-type {
	padding-top: 35px;
}

.surgery-box .number {
	position: relative;
	float: left;
	margin-top: -7px;
	margin-left: 2px;
}

.surgery-box .number img {
	width: 33px;
}

.surgery-box .surgery-box-right {
	padding: 0 0 32px 58px;
	background: url(../img/share/bg_line_orange.png) repeat-x 0 bottom / auto 2px;
	position: relative;
}

.surgery-box .surgery-box-right::after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	bottom: -9px;
	left: calc(50% - 10px);
	background: url(../img/share/ico-arrow-oval.svg) no-repeat;
	background-size: 100% auto;
}

.surgery-box:last-of-type .surgery-box-right::after {
	display: none;
}

.surgery-box:last-child .surgery-box-right {
	background:none;
	padding-bottom: 0;
}

.surgery-box .surgery-box-right .tit {
	margin: 0 0 8px;
	color: #F39800;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.surgery-box .surgery-box-right .txt {
	margin: 0 0 15px 3px;
}

.surgery-box .surgery-box-right ul li {
	margin-bottom: 3px;
	font-size: 13px;
}

.surgery-box .surgery-box-right ul + small {
	display: block;
	margin: 5px 0 0 1px;
	padding-bottom: 5px;
}

.surgery-box .point-area {
	margin-left: -58px;
	margin-bottom: 12px;
	padding: 26px 24px 22px 26px;
}

.surgery-box .point-area > dl {
	margin-bottom: 16px;
	line-height: 1.8;
}

.surgery-box .point-area > dl:last-of-type {
	margin-bottom: 0;
}

.surgery-box .point-area > dl > dt {
	margin-bottom: 5px;
	font-size: 14px;
}

.surgery-box .point-area > dl .inner-dl {
	margin: 14px 0 26px;
}

.surgery-box .point-area > dl .inner-dl div {
	margin-bottom: 12px;
	border-left: solid 2px #F39800;
	padding: 0 0 0 12px;
	transform: translateX(2px);
}

.surgery-box .point-area > dl .inner-dl div:last-of-type {
	margin-bottom: 0;
}

.surgery-box .point-area > dl .inner-dl div dt {
	color: #F39800;
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

/* tplo3 surgery-box
------------------------------------*/
#tplo3 .sTitle {
	margin: 30px 0 16px -6px;
	font-size: 15px;
}

#tplo3 .figure-3n {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 14px;
	margin: 0 -6px -6px;
}

#tplo3 .figure-3n figure img {
	width: 100%;
}

#tplo3 .figure-3n figcaption {
	margin-top: 8px;
	color: #4B3F3D;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	text-align: left;
}

#tplo3 .btn-green {
	display: inline-block;
	padding: 6px 0 6px 20px;
	font-weight: 700;
	background: #8DBE52;
	line-height: 1;
	border-radius: 3px;
	text-decoration: none;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 6px;
}

#tplo3 .dl-column2 dd > ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 17px;
}

#tplo3 .dl-column2 dd > ul li {
	font-feature-settings: "palt";	
	white-space: nowrap;
	margin-bottom: 8px;
}

#tplo3 .dl-column2 dd > ul li::before {
	padding-right: 3px;
}

#tplo3 .dl-column2 dd > ul li:nth-of-type(3n-2) {
	width: 33%;
}

#tplo3 .dl-column2 dd > ul li:nth-of-type(3n-1) {
	width: 51%;
}

/* tplo4 about-tplo
------------------------------------*/
.about-tplo {
	margin: 35px 0 45px;
}

#tplo4 .sTitle {
	margin-bottom: 15px;
	font-size: 15px;
}

.roentgen {
	margin-bottom: 45px;
}

.figure-2n {
	margin-bottom: 20px;
}

.figure-2n img {
	display: block;
	margin-bottom: 10px;
}

.figure-2n img:last-of-type {
	margin-bottom: 0;
}

#tplo3 .figure-2n {
	margin-top: 35px;
}

#tplo4 .figure-3n {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 3px;
}

#tplo4 .figure-3n figure {
	position: relative;
}

#tplo4 .figure-3n figure img {
	width: 100%;
}

.figure-3n figure figcaption {
	text-align: center;
	color: #8CBD58;
	margin-top: 14px;
}

#tplo4 .figure-3n figure figcaption {
	margin-top: 4px;
	color: #4B3F38;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: left;
	white-space: nowrap;
}

.about-tplo .orange-border.counter.circle {
	margin: 30px 0 0 0;
}

.after-care table {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.55;
	letter-spacing: 0.06em;
}

.after-care table tbody {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #8CBD58;
}

.after-care table tr:last-of-type {
	border-bottom: none;
}

.after-care table th {
	background: #8DBE52;
	color: #fff;
	padding: 8px 7px 6px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}

.after-care table th:first-of-type {
	border-right: solid 1px #BFE491;
}

.after-care table th:nth-of-type(2) {
	border-right: solid 1px #BFE491;
}

.after-care table th:nth-of-type(2),
.after-care table td:nth-of-type(2) {
	min-width: 70px;
}

.after-care table td {
	padding: 10px 9px 10px;
	border-right: solid 1px var(--color-border-green);
	border-bottom: solid 1px var(--color-border-green);
	text-align: left;
}

.after-care table td:first-of-type {
	border-left: solid 1px var(--color-border-green);
}

.after-care table .td-header {
	color: #8CBD58;
	font-weight: 600;
	white-space: nowrap;
}

.after-care .dl-column2 > div:not(:last-of-type) {
	margin-bottom: 25px;
}

.after-care .dl-column2 dt {
	margin-bottom: 8px;
}