@charset "UTF-8";

/* tplo
---------------------------------------------------------------------------*/

/* medical-box
---------------------------------------------------------------------------*/
.txt {
	margin:0 0 10px;
	padding:0 6px;
}

.txtmb {
	margin-bottom:7px;
}

.note {
	margin:0 0 23px;
	font-size:12px;
}

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

.txt a {
	text-decoration:underline;
}

.btn-area,
.btn-list {
	margin: 20px 0 0 18px;
}

.btn-list li {
	display: inline-block;
}

.btn-area a:first-of-type,
.btn-list li:first-of-type {
	margin-right: 15px;
}

.fig-p-box {
	display: flex;
	margin-bottom: 35px;
}

.fig-p-box figure {
	margin-right: 35px;
}

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

/* point-area　
-----------------------------------------*/
.point-area {
	margin: 20px 2px 0 8px;
	padding: 27px;
	background: #FDF9E0;
	overflow: hidden;
	width: auto;
	box-sizing: border-box;
}

.point-area .at-txt {
	padding:20px 35px 15px 30px;
	background:#f3efd9;
	overflow:hidden;
}

.point-area .at-txt {
	margin-bottom:0;
}

/* tplo1 ranking
------------------------------------*/
#tplo1 .inner {
	padding: 10px 20px 15px 20px;
} 

#tplo1 .fig-p-box figure {
	position: relative;
}

#tplo1 .fig-p-box figure .ico-star {
	position: absolute;
	top: 120px;
	left: 84px;
}

#tplo1 .fig-p-box figure .ico-star.star-s1 {
	top: 139px;
	left: 107px;
}

#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: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W3", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

dl.orange-border dt {
	padding: 12px 27px 12px 27px;
	margin-right: 35px;
	letter-spacing: 0.12em;
}

dl.orange-border.counter.circle dd {
	margin-right: 27px;
	letter-spacing: 0.08em;
	transform: translateY(-1px);
}

dl.orange-border.counter.circle dd::before {
	display: inline-block;
	background: #F59900;
	height: 23px;
	width: 23px;
	color: #fff;
	border-radius: 50%;
	margin-right: 11px;
	padding-left: 7px;
	padding-top: 6px;
	box-sizing: border-box;
	font-size: 13px;
}

.ranking .sTitle {
	margin-left: -25px;
}

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

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

.ranking .dl-2n {
	display: flex;
	justify-content: space-between;
}

.ranking .dl-2n .orange-border {
	width: 420px;
}

.ranking .sTitle {
	margin-left: 5px;
}

.ranking .dl-2n .orange-border dt {
	padding: 32px 32px 34px 33px;
	font-size: 18px;
	margin-right: 24px;
	letter-spacing: 0.1em;
	color: #F59900;
}

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

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

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

/* tplo2 surgery-box
------------------------------------*/
.surgery-box {
	padding:30px 20px 0;
}

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

.surgery-box .number {
	float:left;
	margin-left:5px;
	position: relative;
}

.surgery-box .surgery-box-right {
	padding: 15px 0 45px 110px;
	background: url(../img/share/bg_line_orange.png) repeat-x 0 bottom;
	position: relative;
}

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

.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 18px 8px;
	font-size:18px;
	font-weight: bold;
	color:#F39800;
}

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

.surgery-box .surgery-box-right ul {
	margin-left: 5px;
	display: flex;
	flex-wrap: wrap;
}

.surgery-box .surgery-box-right ul li {
	white-space: nowrap;
	margin-bottom: 13px;
}

.surgery-box .surgery-box-right ul.ul-2n li:nth-of-type(odd) {
	width: 50%;
}

.surgery-box .surgery-box-right ul.ul-2n:last-of-type::after {
	content: "など";
}

.surgery-box .surgery-box-right ul.ul-3n li {
	width: 24%;
}

.surgery-box .surgery-box-right ul.ul-3n li:nth-child(3n) {
	width: 50%;
}

.surgery-box .surgery-box-right ul + small {
	margin: 8px 0 0 8px;
	display: inline-block;
	padding-bottom: 18px;
}

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

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

.surgery-box .point-area > dl > dt {
	font-size: 16px;
	color: #8CBD57;
	width: 140px;
	min-width: 140px;
	display: block;
}

.surgery-box .point-area > dl > dd {
	font-feature-settings: "palt";
}

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

.surgery-box .point-area > dl .inner-dl {
	width: 565px;
	margin: 10px 0 0;
	line-height: 1;
}

.surgery-box .point-area > dl .inner-dl div {
	margin-bottom: 16px;
	border-left: solid 2px #F39800;
	padding: 2px 0 0 11px;
	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: 8px;
}

/* tplo3 surgery-box
------------------------------------*/
#tplo3 .sTitle {
	margin: 60px 0 25px 20px;
}

#tplo3 .figure-3n {
	display: flex;
	justify-content: flex-start;
	padding-left: 20px;
	flex-wrap: wrap;
}

#tplo3 .figure-3n figure {
	margin: 0 38px 38px 0;
}

#tplo3 .figure-3n figure:nth-of-type(3n) {
	margin-right: 0;
}

#tplo3 .figure-3n figcaption {
	color: #4B3F3D;
	font-size: 13px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

#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
------------------------------------*/
#tplo4 {
	padding-bottom: 55px;
}

#tplo4.medical-box > p {
	margin-bottom: 10px;
} 

#tplo4 .sTitle {
	margin: 60px 0 25px 20px;
}

.roentgen .sTitle {
	margin: 72px 0 25px 20px;
}

.after-care .sTitle {
	margin-top: 78px;
}

.figure-2n {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 0 20px;
}

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

.figure-3n {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

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

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

#tplo4 .figure-3n figure figcaption {
	position: absolute;
	bottom: 12px;
	right: 12px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: right;
	white-space: nowrap;
	z-index: 1;
}

#tplo4 .figure-3n figure:nth-of-type(2) figcaption {
	right: 2px;
}

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

.about-tplo .orange-border.circle dt {
	padding: 12px 33px 12px 40px;
}

.after-care table {
	width: 870px;
	margin: 0 auto;
}

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

.after-care table tr {
	border-bottom: solid 1px #8CBD58;
}

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

.after-care table th {
	background: #8DBE52;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}

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

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

.after-care table th:last-of-type {
	width: 55%;
}

.after-care table td {
	padding: 24px 0 21px;
	border-right: solid 1px #8CBD58;
}

.after-care table tr td:last-child {
	border-right: none;
	padding-left: 20px;
}

.after-care table .td-header {
	color: #8CBD58;
}

.after-care table td:nth-of-type(-n+2) {
	text-align: center;
}

.after-care .dl-column2 {
	padding-right: 0;
	margin-top: 33px;
}

.after-care .dl-column2 div:nth-child(2n) {
	margin-top: 25px;
	display: inline-block;
}

.after-care .dl-column2 dt {
	width: 150px;
	padding-top: 2px;
}

.after-care .dl-column2 dd {
	font-feature-settings: "palt";
	width: 650px;
	padding: 3px 0 2px 30px;
}

.white-box .inner {
	overflow: hidden;
	padding: 0 20px;
	letter-spacing: 0.04em;
}

.inner > .btn-area {
	margin: 30px 0 7px 0;
}