@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  /* vertical-align: baseline; */
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: none;
}

input,
select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

ol,
ul,
li {
  list-style: none;
}

b {
  font-weight: bold;
}

/* ==========================================================================
  Base
  ========================================================================== */
#page-orthopedics .l-wrapper {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  color: #222;
  letter-spacing: 0.02em;
}

#page-orthopedics * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page-orthopedics img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

#page-orthopedics ::selection {
  background: #0f9ec4;
  color: #fff;
}

#page-orthopedics .pc {
  display: block;
}

#page-orthopedics .sp {
  display: none;
}

#page-orthopedics a {
  text-decoration: underline;
}

#page-orthopedics a:hover {
  text-decoration: none;
}

#page-orthopedics a:hover img {
  opacity: 0.8;
}

#page-orthopedics a.btn {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

#page-orthopedics h1,
#page-orthopedics h2,
#page-orthopedics h3,
#page-orthopedics h4,
#page-orthopedics h5,
#page-orthopedics h6,
#page-orthopedics strong {
  font-weight: normal;
}

#page-orthopedics .serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/* ==========================================================================
  Layout
  ========================================================================== */
#page-orthopedics .l-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}

#page-orthopedics .l-inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}

#page-orthopedics .l-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#page-orthopedics .l-flex-aligncenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#page-orthopedics .l-flex-justcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page-orthopedics .l-flex-justbetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page-orthopedics .pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  overflow: hidden;
  border-radius: 4px 0 0 0;
}

#page-orthopedics .pagetop a {
  display: block;
  padding: 10px;
  background: #0f9ec4;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

/* ==========================================================================
  Pagetitle
  ========================================================================== */
#page-orthopedics .pagetitle .mv {
  width: 100%;
  height: 600px;
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/orthopedics/assets/images/mv_pc.jpg) center top no-repeat #ccdded;
  background-size: auto 100%;
}

#page-orthopedics .pagetitle .mv .l-inner {
  position: relative;
  width: 1140px;
  height: 600px;
  margin: 0 auto;
}

#page-orthopedics .pagetitle .mv h1,
#page-orthopedics .pagetitle .mv .mv-name {
  position: absolute;
}

#page-orthopedics .pagetitle .mv h1 {
  top: 160px;
  left: 0;
}

#page-orthopedics .pagetitle .mv h1 img {
  width: auto;
  height: 160px;
}

#page-orthopedics .pagetitle .mv .mv-name {
  bottom: 40px;
  left: 60px;
}

/*
#page-orthopedics .pagetitle .mv .mv-name img {
  width: auto;
  height: 85px;
}
*/

#page-orthopedics .pagetitle .mv .mv-name img {
  width: auto;
  height: 130px;
}

#page-orthopedics .pagetitle .about {
  padding: 50px 0;
}

#page-orthopedics .pagetitle .about p.lead {
  margin-bottom: 2em;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}

#page-orthopedics .pagetitle .about p.lead:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
  Anchor
  ========================================================================== */
#page-orthopedics .anchor ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#page-orthopedics .anchor ul::after {
  display: block;
  width: 32%;
  content: "";
}

#page-orthopedics .anchor ul li {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15%;
  margin-bottom: 20px;
  padding: 5px;
  background: #f6f1e6;
}

#page-orthopedics .anchor ul li a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

#page-orthopedics .anchor ul li .nav-box {
  position: relative;
  z-index: 10;
  padding: 20px 0;
  border: 1px solid #fff;
}
#page-orthopedics .anchor ul li:nth-child(7) .nav-box {
  padding: 11px 0;
}
#page-orthopedics .anchor ul li:nth-child(10) .nav-box {
  padding: 14px 0;
}

#page-orthopedics .anchor ul li .nav-box p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.5em;
  vertical-align: middle;
}
#page-orthopedics .anchor ul li:nth-child(7) .nav-box p {
  line-height: 1.2em;
}

#page-orthopedics .anchor ul li .nav-box .nav-icon {
  padding-right: 5px;
}

#page-orthopedics .anchor ul li .nav-box .nav-icon img {
  width: auto;
}

#page-orthopedics .anchor ul li .nav-box .nav-icon:nth-child(1) img {
  height: 30px;
}

#page-orthopedics .anchor ul li .nav-box .nav-icon:nth-child(2) img {
  height: 44px;
}

#page-orthopedics .anchor ul li .nav-box .nav-icon:nth-child(3) img,
#page-orthopedics .anchor ul li .nav-box .nav-icon:nth-child(4) img,
#page-orthopedics .anchor ul li .nav-box .nav-icon:nth-child(6) img,
#page-orthopedics .anchor ul li .nav-box .nav-icon:nth-child(7) img {
  height: 35px;
}

#page-orthopedics .anchor ul li .nav-box .nav-icon:nth-child(5) img,
#page-orthopedics .anchor ul li .nav-box .nav-icon:nth-child(8) img,
#page-orthopedics .anchor ul li .nav-box .nav-icon:nth-child(9) img,
#page-orthopedics .anchor ul li .nav-box .nav-icon:nth-child(10) img {
  height: 40px;
}

#page-orthopedics .anchor ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 37px 37px 0 0;
  border-style: solid;
  border-color: #edc673 transparent transparent transparent;
  content: "";
}

#page-orthopedics .anchor ul li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 0 37px 37px;
  border-style: solid;
  border-color: transparent transparent #edc673 transparent;
  content: "";
}

/* ==========================================================================
  News
  ========================================================================== */

#page-orthopedics .news {
  margin: 30px 0 50px;
}
#page-orthopedics .news .l-inner {
  overflow: hidden;
}
#page-orthopedics .news .news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-orthopedics .news .news-wrap .news-ttl {
  width: 23%;
  background: #20a8c9;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#page-orthopedics .news .news-wrap .news-ttl h4 {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
#page-orthopedics .news .news-wrap .news-ttl h4 span {
  display: table-cell;
  margin: auto auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#page-orthopedics .news .news-wrap .news-box {
  width: 77%;
  padding: 25px 0 25px 3%;
  background: #eeeeee;
  text-align: left;
}
#page-orthopedics .news .news-box dl {
  width: 100%;
  margin-bottom: 20px;
}
#page-orthopedics .news .news-box dl:last-child {
  margin-bottom: 0;
}
#page-orthopedics .news .news-box dt,
#page-orthopedics .news .news-box dd {
  display: inline-block;
}
#page-orthopedics .news .news-box dt {
  margin-right: 1%;
  color: #20a8c9;
}
#page-orthopedics .news .news-box dd a {
  color: #000;
  word-break: break-all;
}

/* ==========================================================================
  Contents
  ========================================================================== */
#page-orthopedics .cnt {
  padding-bottom: 50px;
}

#page-orthopedics .cnt p {
  font-size: 16px;
}

#page-orthopedics .cnt .att {
  font-size: 0.8em;
  line-height: 1.2;
}

#page-orthopedics .cnt .l-inner {
  overflow: hidden;
  padding: 50px 0;
}

/*CNT共通*/
#page-orthopedics .cnt .work-ttl {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  background: #e1f5fb;
}

#page-orthopedics .cnt .work-ttl::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -40px;
  display: block;
  width: 120px;
  height: 100%;
  margin: auto auto auto 0;
  background: #93ddef;
  content: "";
  -webkit-transform: skewX(-10deg);
  transform: skewX(-40deg);
}

#page-orthopedics .cnt .work-ttl::after {
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  left: auto;
  display: block;
  width: 120px;
  height: 100%;
  margin: auto 0 auto auto;
  background: #93ddef;
  content: "";
  -webkit-transform: skewX(-10deg);
  transform: skewX(-40deg);
}

#page-orthopedics .cnt h2 {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 0 40px;
  font-size: 36px;
  line-height: 36px;
  color: #0ca6ce;
  text-align: center;
}
#page-orthopedics .cnt h2::before,
#page-orthopedics .cnt h2::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #20a8c9;
  vertical-align: middle;
  content: "";
}
#page-orthopedics .cnt h2::before {
  margin-right: 20px;
}
#page-orthopedics .cnt h2::after {
  margin-left: 20px;
}
#page-orthopedics .cnt .work-ttl .ttl-sub {
  text-align: center;
  color: #0ca6ce;
}
#page-orthopedics .cnt .work-ttl p.ttl-sub {
  font-size: 18px;
}
#page-orthopedics .cnt .cnt-img {
  float: left;
  width: 440px;
  height: auto;
}
#page-orthopedics .cnt .cnt-info {
  float: right;
  width: 680px;
  padding: 15px 30px;
  border: 1px solid #20a8c9;
}
#page-orthopedics .cnt .info {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.5em;
}
#page-orthopedics .cnt .info:last-child {
  margin-bottom: 0;
}

#page-orthopedics .cnt .info dt {
  font-weight: bold;
  color: #0ca6ce;
}

#page-orthopedics .cnt .info dd {
  margin-bottom: 10px;
}
#page-orthopedics .cnt .info dd:last-child {
  margin-bottom: 0;
}
/*予約アイコン*/
#page-orthopedics .cnt .info dd .info-icon {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
#page-orthopedics .cnt .info dd .info-icon img {
  width: auto;
  height: 28px;
}
#page-orthopedics .cnt .info dd .info-icon img:first-child {
  margin-right: 5px; 
}
#page-orthopedics .cnt .cnt-lead {
  clear: both;
  padding: 30px 0 0;
}

#page-orthopedics .cnt .cnt-case {
  overflow: hidden;
}

#page-orthopedics .cnt .cnt-case .cnt-case-img {
  float: left;
  width: 20%;
}

#page-orthopedics .cnt .cnt-case .cnt-case-text {
  float: right;
  width: 80%;
}

#page-orthopedics .cnt .cnt-case .cnt-case-img-w,
#page-orthopedics .cnt .cnt-case .cnt-case-img-s {
  float: none;
  text-align: center;
}

#page-orthopedics .cnt .cnt-case h3 {
  position: relative;
  margin: 30px 0 15px;
  padding: 15px 0;
  background: #edc673;
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.05em;
}
#page-orthopedics .cnt .cnt-case h3::before,
#page-orthopedics .cnt .cnt-case h3::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}
#page-orthopedics .cnt .cnt-case h3::before {
  top: 5px;
}
#page-orthopedics .cnt .cnt-case h3::after {
  bottom: 5px;
}

#page-orthopedics .cnt .cnt-case p.cnt-case-img img {
  width: 200px;
  height: auto;
}

#page-orthopedics .cnt .cnt-case .cnt-case-img-s img {
  width: 50%;
  margin: 0 auto;
}

#page-orthopedics .cnt .cnt-case .cnt-case-img-w img {
  width: 100%;
}

#page-orthopedics .cnt .cnt-case ul {
  margin-top: 15px;
  line-height: 1.5em;
}
#page-orthopedics .cnt .cnt-case ul li {
  margin-bottom: 10px;
}

#page-orthopedics .cnt .cnt-case ul.point-list {
  margin: 15px 30px;
  padding: 15px;
  padding-left: 40px;
  border: 2px solid #edc673;
  border-radius: 4px;
  line-height: 1.5em;
}
#page-orthopedics .cnt .cnt-case ul.point-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #edc673;
}
#page-orthopedics .cnt .cnt-case ul.point-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#page-orthopedics .cnt .cnt-case ul.flow-list {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5em;
}
#page-orthopedics .cnt .cnt-case ul.flow-list li {
  margin-bottom: 2px;
  background: #f6fdff;
}
#page-orthopedics .cnt .cnt-case ul.flow-list li:nth-child(even) {
  background: #f7f9fa;
}
#page-orthopedics .cnt .cnt-case ul.flow-list li dl {
  overflow: hidden;
}
#page-orthopedics .cnt .cnt-case ul.flow-list li dl dt {
  position: relative;
  display: inline-block;
  padding: 10px;
  padding-right: 30px;
  background: #20a8c9;
  font-weight: bold;
  color: #fff;
}
#page-orthopedics .cnt .cnt-case ul.flow-list li dl dt::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  display: block;
  width: 0;
  height: 0;
  margin: auto 0 auto auto;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}
#page-orthopedics .cnt .cnt-case ul.flow-list li dl dd {
  display: inline-block;
  padding: 10px;
}
#page-orthopedics .cnt .cnt-case .cnt-line {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #20a8c9;
}
#page-orthopedics .cnt .cnt-case .mb15 {
  margin-bottom: 15px;
}

/*cnt-nyuji*/
#page-orthopedics .cnt-nyuji ul {
  padding-left: 40px;
}

#page-orthopedics .cnt-nyuji li {
  list-style: decimal;
}
/*cnt-ols*/
#page-orthopedics .cnt-ols .work-ttl {
  padding: 14px 0;
}
/*cnt-kotsuteni*/
#page-orthopedics .cnt-kotsuteni .kotsuteni-member {
  width: 18%;
  margin-right: 2%;
  padding: 15px;
  height: auto;
  float: left;
  background: #eeeeee;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2em;
}
#page-orthopedics .cnt-kotsuteni .kotsuteni-member .member {
  padding-bottom: 5px;
  border-bottom: 1px solid #222222;
}
#page-orthopedics .cnt-kotsuteni .kotsuteni-member ul li {
  font-size: 13px;
  line-height: 1.2em;
}

/*cnt-jisseki*/
#page-orthopedics .cnt-jisseki .jisseki-chart {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
}
#page-orthopedics .cnt-jisseki .cnt-case ul li {
  list-style: outside disc;
  margin-left: 2em;
}
#page-orthopedics .cnt-jisseki .jisseki-chart > div {
  display: block;
  width: 50%;
}
#page-orthopedics .cnt-jisseki .cnt-case h4 {
  display: inline-block;
  margin-top: 1.5em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold !important;
  border-bottom: 2px solid #000;
}

/*cnt-staff*/
#page-orthopedics .cnt-staff li.staff-info {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #0ca6ce;
}
#page-orthopedics .cnt-staff li.staff-info:last-child {
  padding-bottom: 0;
  border: none;
}
#page-orthopedics .cnt-staff .staff-left,
#page-orthopedics .cnt-staff .staff-right {
  float: left;
  width: 50%;
}
#page-orthopedics .cnt-staff .staff-left {
  border-right: 1px dotted #000;
  padding-right: 3%;
}
#page-orthopedics .cnt-staff .staff-right {
  padding-left: 3%;
}
#page-orthopedics .cnt-staff .staff-inner {
  overflow: hidden;
}
#page-orthopedics .cnt-staff .staff-left .staff-inner {
  padding-bottom: 15px;
}
#page-orthopedics .cnt-staff img {
  width: 20%;
  margin-right: 5%;
  float: left;
}
#page-orthopedics .cnt-staff .staff-left dl {
  width: 70%;
  float: left;
  font-size: 14px;
  line-height: 1.8em;
}
#page-orthopedics .cnt-staff .staff-left dt {
  font-size: 18px;
  font-weight: bold;
}

#page-orthopedics .cnt-staff .font-s {
  font-size: 0.8em;
}
#page-orthopedics .cnt-staff .comment {
  padding: 10px;
  font-size: 13px;
  line-height: 1.5em;
  background: #f3fcff;
  clear: both;
}
#page-orthopedics .staff-right dl {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8em;
  overflow: hidden;
}
#page-orthopedics .staff-right dt,
#page-orthopedics .staff-right dd {
  float: left;
}
#page-orthopedics .staff-right dt {
  width: 30%;
  font-weight: bold;
}
#page-orthopedics .staff-right dd {
  width: 70%;
}
/*cnt-qa*/
#page-orthopedics .cnt-qa .tab-cnt li {
  margin-bottom: 40px;
}
#page-orthopedics .cnt-qa .tab-cnt li h3 {
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background: #eeeeee;
}
#page-orthopedics .cnt-qa .tab-cnt dl {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #0ca6ce;
}
#page-orthopedics .cnt-qa .tab-cnt dl:last-child {
  border-bottom: none;
}
#page-orthopedics .cnt-qa .tab-cnt dt {
  margin-bottom: 0.8em;
  font-size: 18px;
  font-weight: bold;
  color: #0ca6ce;
}
#page-orthopedics .cnt-qa .tab-cnt dd p {
  margin-bottom: 0.8em;
  line-height: 1.6em;
}
#page-orthopedics .cnt-qa .tab-cnt dd:last-child {
  margin-bottom: 0;
}
#page-orthopedics .cnt-qa .tab-cnt dd {
  overflow: hidden;
}
#page-orthopedics .cnt-qa .tab-cnt img {
  width: 440px;
  height: auto;
  float: left;
  padding-left:20px;
  box-sizing: border-box;
}
#page-orthopedics .cnt-qa .tab-cnt .qa-a {
  float: left;
  width: 700px;
}
/* ==========================================================================
  Contents kanren
  ========================================================================== */
#page-orthopedics .cnt-kanren .l-inner {
  width: 980px;
  padding: 30px;
  border: 1px solid #0ca6ce;
}
#page-orthopedics .cnt-kanren h4 {
  text-align: center;
  font-size: 20px;
  color: #0ca6ce;
  font-weight: bold;
}
#page-orthopedics .cnt-kanren ul {
  margin-top: 30px;
}
#page-orthopedics .cnt-kanren li {
  padding: 20px;
  background: #f3fcff;
}
#page-orthopedics .cnt-kanren li:nth-child(odd) {
  background: #e1f5fb;
}
#page-orthopedics .cnt-kanren li a {
  display: block;
  position: relative;
  padding-left: 50px;
}
#page-orthopedics .cnt-kanren li a,
#page-orthopedics .cnt-kanren li a:hover {
  color: #000;
  text-decoration: none;
}
#page-orthopedics .cnt-kanren li a::before {
content: "";
display: block;
position: absolute;
transition: all 0.2s ease-out;
left: 0; right: 0;
top: 0; bottom: 0;
margin: auto auto auto 0;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 8.7px;
border-color: transparent transparent transparent #0ca6ce;
}
#page-orthopedics .cnt-kanren li a:hover {
  opacity: 0.5;
}

/* ==========================================================================
  疾患解説（スライダー）
  ========================================================================== */

/* shikkan-nav（全身、脊椎脊髄外科、上肢外科、下肢・関節外科） */
#page-orthopedics .shikkan-nav {
  position: relative;
  background: #20a8c9;
}
#page-orthopedics .shikkan-nav::after {
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 25px 25px 0 25px;
  border-style: solid;
  border-color: #20a8c9 transparent transparent transparent;
  content: "";
}
#page-orthopedics .shikkan-nav .l-inner {
  overflow: visible;
}

#page-orthopedics .shikkan-tab-btns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-orthopedics .shikkan-tab-btns li {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  width: 23%;
  height: 160px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#page-orthopedics .shikkan-tab-btns li span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 1.5em;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  color: #333;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  text-align: center;
}
#page-orthopedics .shikkan-tab-btns li.is-active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.3);
}
#page-orthopedics .shikkan-tab-btns li.is-active span {
  color: #20a8c9;
}

#page-orthopedics .shikkan-tab-btn01 {
  background-image: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/orthopedics/assets/images/shikkan_nav_01.jpg);
}

#page-orthopedics .shikkan-tab-btn02 {
  background-image: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/orthopedics/assets/images/shikkan_nav_02.jpg);
}

#page-orthopedics .shikkan-tab-btn03 {
  background-image: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/orthopedics/assets/images/shikkan_nav_03.jpg);
}

#page-orthopedics .shikkan-tab-btn04 {
  background-image: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/orthopedics/assets/images/shikkan_nav_04.jpg);
}

/* shikkan-tab-cnt（タブの中のコンテンツ） */

#page-orthopedics .shikkan-box-head {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 0;
}
#page-orthopedics .shikkan-box-head {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#page-orthopedics .shikkan-box-head h3 {
  display: inline-block;
  min-width: 235px;
  height: 50px;
  margin-top: 7px;
  margin-right: 40px;
  border: 5px solid #20a8c9;
  font-size: 28px;
  line-height: 40px;
  color: #20a8c9;
  text-align: center;
}
#page-orthopedics .shikkan-box-head h3 {
  font-weight: bold;
}

#page-orthopedics .shikkan-box-btns .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page-orthopedics .shikkan-box-btns .swiper-slide {
  display: inline-block;
  width: auto;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 2px solid #20a8c9;
  border-radius: 5px;
  background: #fff;
  font-size: 19px;
  color: #20a8c9;
  cursor: pointer;
}
#page-orthopedics .shikkan-box-btns .swiper-slide {
  text-decoration: none;
}
#page-orthopedics .shikkan-box-btns .swiper-slide.swiper-slide-thumb-active {
  background: #20a8c9;
  color: #fff;
}

/* shikkan-box-slider */
#page-orthopedics .shikkan-box-slider {
  overflow: hidden;
  margin: 0 auto;
  background: #e1f5fb;
}
#page-orthopedics .shikkan-box-slider.swiper-container {
  padding: 50px 0;
}
#page-orthopedics .shikkan-box-slider .swiper-button-next,
#page-orthopedics .shikkan-box-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: -16px;
  border-top: 4px solid #20a8c9;
  border-right: 4px solid #20a8c9;
  background: none;
}
#page-orthopedics .shikkan-box-slider .swiper-button-next {
  right: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page-orthopedics .shikkan-box-slider .swiper-button-prev {
  left: 30px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#page-orthopedics .shikkan-box-slider .swiper-slide {
  width: 1140px;
  padding: 40px;
  background: #fff;
}
#page-orthopedics .shikkan-box-slider h4 {
  position: relative;
  margin-bottom: 20px;
  padding: 3px 0 3px 20px;
  font-size: 28px;
}
#page-orthopedics .shikkan-box-slider h4::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  margin: auto 0;
  background: #20a8c9;
  content: "";
}
#page-orthopedics .shikkan-box-slider .doctors {
  margin-top: 30px;
}
.shikkan-box-slider .doctors h5 {
  margin-bottom: 15px;
  font-size: 18px;
}
#page-orthopedics .shikkan-box-slider .doctors h5 {
  font-weight: bold;
}
#page-orthopedics .shikkan-box-slider .doctors-list li {
  margin-right: 15px;
  margin-bottom: 10px;
}
#page-orthopedics .shikkan-box-slider .qa-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  display: block;
  width: 200px;
  padding: 10px 0;
  border-radius: 4px;
  background: #f49000;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
#page-orthopedics .shikkan-box-slider .qa-btn {
  text-decoration: none;
}
#page-orthopedics .shikkan-box-slider .qa-btn::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#page-orthopedics .shikkan-tab-cnts .shikkan-box-btns {
  min-height: 397px;
}
#page-orthopedics .shikkan-tab-cnts .shikkan-box-btns .swiper-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 600px 50px 0;
}

#page-orthopedics .shikkan-tab-cnts .shikkan-box-btns-01 {
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/orthopedics/assets/images/shikkan_tab_cnt_01_bg.png) center bottom no-repeat;
  background-size: auto 100%;
}

#page-orthopedics .shikkan-tab-cnts .shikkan-box-btns-02 {
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/orthopedics/assets/images/shikkan_tab_cnt_02_bg.png) center bottom no-repeat;
  background-size: auto 100%;
}

#page-orthopedics .shikkan-tab-cnts .shikkan-box-btns-03 {
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/orthopedics/assets/images/shikkan_tab_cnt_03_bg.png) center bottom no-repeat;
  background-size: auto 100%;
}

#page-orthopedics .shikkan-tab-cnts .shikkan-box-btns-04 {
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/orthopedics/assets/images/shikkan_tab_cnt_04_bg.png) center bottom no-repeat;
  background-size: auto 100%;
}





/* ==========================================================================
  
  PCのみ
  
  ========================================================================== */
@media screen and (min-width: 769px) {
  #page-orthopedics {
    min-width: 1200px;
  }
  #page-orthopedics a:hover,
  #page-orthopedics a img {
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
  }
  #page-orthopedics a:hover.btn {
    opacity: 0.75;
  }
  #page-orthopedics .shikkan-inner {
    min-width: 1140px;
  }
}

/* ==========================================================================
  
  その他ブラウザサイズ別の調整
  
  ========================================================================== */
@media screen and (min-width: 600px) and (max-width: 768px) {
  #page-orthopedics .shikkan-tab-btns li {
    width: 24%;
    height: 100px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  #page-orthopedics .pagetitle .mv .l-inner {
    width: 100%;
    height: 320px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #page-orthopedics .pagetitle .mv {
    width: 100%;
    height: 600px;
  }
}

#page-orthopedics a {
    color: #2ab3d7;
}

#page-orthopedics .cnt .work-ttl2 {
	width: 100%;
  padding-top: 30px;
  font-size: 18px;
  color: #FF0000;
  text-align: center;
/*	border: 1px solid #FF0000;*/
}



/* ヘッダー内のLanguageの箇所のCSS
   https://qiita.com/ment_RE/items/806a0f3ed6f141874849
-------------------------------------------------- */

.langlink:hover,
.langlink:focus-within {
  color: #2ab8e1;
}
.dropDown {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 8px -2px #777;
  color: initial;
  transform: translate(0, 100%);
  z-index:100;
}
.langlink:hover > .dropDown,
.langlink:focus-within > .dropDown {
  display: block;
}
.dropDown__link {
  padding: 10px 20px;
  transition: color .15s;
}
.dropDown__link:hover,
.dropDown__link:focus {
  color: #2ab8e1;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width:761px){

	.langlink {
	  position: relative;
	  display: flex;
	  align-items: center;
	  gap: 5px;
	  transition: color .15s;
		font-size:90%;
	}
	.langlink::before{
		display:block;
		content:"";
		width:14px;
		height:14px;
		background:url("http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/img/common/ic_globe@2x.png") no-repeat center center/100% 100%;
	}
	.dropDown__list {
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
		width:100px;
	}
}
/* SP向けレイアウトの指定 */
@media only screen and (max-width:760px){

	.langlink {
		margin-right:12%;
	  gap: 5px;
	  transition: color .15s;
	  display: flex;
	  align-items: left;
		font-size:80%;
		padding: 0 10px 0 10px;
	}
	.langlink::before{
		display:block;
		content:"";
		width:10px;
		height:10px;
		background:url("http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/img/common/ic_globe@2x.png") no-repeat center center/100% 100%;
	}
	.dropDown__list {
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
		width:90px;
	}
}

/* 実績テーブル（#2bb3d6基調・シンプル版） */
.jisseki-chart {
  --accent: #2bb3d6;
  --accent-soft: #eaf8fb;
  --border: #cfeef5;
  --text: #08343f;

  overflow-x: auto;                 /* SPは横スクロール */
  -webkit-overflow-scrolling: touch;
}

/* PC時は100%で広げる（横スクロールさせない想定） */
@media (min-width: 769px) {
  .jisseki-chart table {
    min-width: 0;                   /* 既存のmin-widthを無効化 */
  }
}

.jisseki-chart table {
  width: 100%;
  border-collapse: collapse;        /* シンプルに */
  background: #fff;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 0;                 /* 角丸なし */
}

.jisseki-chart th,
.jisseki-chart td {
  padding: 14px 14px;
  border: 1px solid var(--border);
  vertical-align: middle;
}

.jisseki-chart thead th {
  background: var(--accent);        /* グラデなし */
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

/* 左の項目列 */
.jisseki-chart tbody th {
  background: #fff;        /* tdと揃える（基本は白） */
  color: var(--text);
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

/* ストライプ時もtdと同じにする */
.jisseki-chart tbody tr:nth-child(even) th {
  background: #f7fcfd;     /* tbody tr:nth-child(even) td と揃える */
}

/* 数値セル */
.jisseki-chart tbody td {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* ストライプ（控えめ） */
.jisseki-chart tbody tr:nth-child(even) td {
  background: #f7fcfd;
}

/* ホバー（任意） */
.jisseki-chart tbody tr:hover th,
.jisseki-chart tbody tr:hover td {
  background: rgba(43, 179, 214, 0.10);
}

/* SP微調整 */
@media (max-width: 768px) {
  .jisseki-chart th,
  .jisseki-chart td {
    padding: 12px 10px;
    font-size: 14px;
  }
  #page-orthopedics .cnt-jisseki .jisseki-chart{
    justify-content:flex-start;
  }
}
