@charset "UTF-8";

.canvas-container {
    position:relative;
/*    width:  calc(100% - 20px);*/
    width:100%;
/*     height:360px;*/
    overflow:hidden;
/*    margin:10px;*/
}

/***** PC用CSS *****/
@media screen and (min-width: 769px), print {

a.weblink:hover {
  background: #e8ebf9;
  transition: background-color 1s;
}

a.weblink {
    display: block;
    transition: background-color 1s;
    padding: 1.5em 0.55em;
}

/*body {
  font-family: "メイリオ", Meiryo, sans-serif;
  color: #1E2024;
  margin: 0;
  padding: 0;
  background-color: #F0F0F0;
}*/

/*.pc-only {
  display: block;
}

.sp-only {
  display: none !important;
}
*/
p {
  margin: 0;
  padding: 0;
}

/*.clear {
  clear: both;
}*/

.common-margin {
  height: 15px;
}

.common-margin.small {
  height: 8px;
}

.common-margin.medium {
  height: 20px;
}

.common-margin.large {
  height: 50px;
}

.tmd-comment {
	padding:0.5em 1em 0em;
	font-size:0.7em;
	color:#666;
/*	margin-left: 3.5em;
	text-indent: -3.5em;*/
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}*/

h1 {
  font-size: 34px;
}

h2 {
  display: inline-block;
  font-size: 22px;
}

h3 {
  font-size: 16px;
}

ul, li {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

input {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

a {
  /* text-decoration: underline; */
}

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

/* フォント類 */
.underline {
  text-decoration: underline;
}

/* ボタン・パネル類 */
.button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*.common-wrapper {
  width: 1120px;
  margin: 0 auto;
  background-color: #FFF;
}*/

.common-wrapper .desc {
  padding: 10px 0;
  line-height: 150%;
}

.common-wrapper .desc ul {
  padding: 0;
  margin: 20px 0 20px 20px;
}

.common-wrapper .desc ul li {
  padding: 0;
  margin: 0;
  list-style: disc;
}

.common-wrapper h2 {
  font-size: 24px;
  color: #7080BC;
  margin-top: 30px;
}

.common-wrapper h3.normal {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 30px;
  color: #333;
}

.index-wrapper h3 {
  font-size: 16px;
  margin-bottom: -30px;
  margin-top: 0px;
  color: #333;
}



.common-wrapper .inner {
  padding-bottom: 20px;
}

.common-wrapper .inner h1 {
  font-size: 30px;
  height: 40px;
  line-height: 43px;
}

.common-wrapper .inner h1.head-icon {
  padding-left: 55px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-image: url("/indicators/wp-content/themes/hosp_dbc/assets/img/icon-hospital.png");
}

#detail .desc {
  padding: 10px 0;
}

#detail h2 {
  font-size: 24px;
  color: #7080BC;
  margin-top: 30px;
}

#index-exp {
  padding-top: 20px;
  padding-bottom: 20px;
}

#index-exp .row {
  padding: 18px 0;
  border-top: 1px solid #D9D9D9;
}

#index-exp .row :first-child {
  border-top: 0;
}

#index-exp .row .index {
  width: 80px;
  color: #6E6E6E;
  font-size: 13px;
  float: left;
  font-weight: bold;
}

#index-exp .row .title {
  width: 360px;
  color: #1E2024;
  font-size: 15px;
  padding-right: 30px;
  float: left;
  font-weight: bold;
}

#index-exp .row .exp {
  width: calc(100% - 80px - 360px);
  width: -webkit-calc(100% - 80px - 360px);
  font-size: 14px;
  float: right;
}

#comparison {
  padding-top: 0px;
  padding-bottom: 40px;
}

#comparison table {
  width: 100%;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #B2B2B2;
  margin: 20px 0 5px;
}

#comparison table th {
  padding: 12px 0;
  border-right: 1px solid #B2B2B2;
  background-color: #F8F8F8;
}

#comparison table th.index {
  width: 280px;
}

#comparison table th.title {
  width: 60px;
}

#comparison table th.compri {
  width: 82px;
}
#comparison table td.compri {
 white-space: nowrap;
 padding: 0px!important;
}

#comparison table td.compri sup {
    color: #666666;
    padding-left: 0.1em;
}

#comparison table th.year {
 /* width: 95px;*/
  white-space: nowrap;
}

#comparison table th.eval {
  width: 90px;
  border-right: 0;
}

#comparison table tr.value td {
  /* padding: 6px 10px; */
  border-right: 1px solid #B2B2B2;
  border-top: 1px solid #B2B2B2;
}

#comparison table tr.value td.index {
  font-weight: bold;
  font-size: 15px;
}

#comparison table tr.value td.title {
  text-align: center;
}

#comparison table tr.value td.year {
  text-align: right;
  padding: 0.3em;
}

#comparison table tr.value td.eval {
  text-align: center;
  border-right: 0;
}

#comparison table tr.value td.eval img {
  margin-top: 5px;
  width: 16px;
}

#self-eval {
  margin-top: 30px;
  border-top: 2px solid #7080BC;
}

#self-eval .eval-row {
/*  margin-bottom: 80px;*/
  border-bottom: 2px solid #D9D9D9;
}

#self-eval :last-of-type {
  border-bottom: 0px;
}


    
#self-eval .eval-row .header {
  margin: 60px 0 10px 0;
}

#self-eval .eval-row .header .index {
  width: 70px;
  height: 20px;
  line-height: 17px;
  color: #6E6E6E;
  font-size: 13px;
  float: left;
  font-weight: bold;
}

#self-eval .eval-row .header .title {
  /* height: 20px; */
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #1E2024;
  font-size: 22px;
  font-weight: bold;
  padding-right: 50px;
  padding-left: 70px;
}

#self-eval .eval-row .header .eval {
  line-height: 19px;
  margin-top: 20px;
  margin-left: 70px;
}

#self-eval .eval-row .header .eval img {
  width: 15px;
  margin-right: -2px;
}

#self-eval .eval-row .header .eval img:nth-child(3) {
  margin-right: 6px;
}

#self-eval .eval-row .desc {
  padding: 20px 0 20px 0;
  line-height: 160%;
}

#self-eval .eval-row .graph-wrapper {
  padding: 30px 0;
}

#self-eval .eval-row .graph-wrapper .left {
  width: 580px;
  float: left;
  // padding: 25px 25px 25px 25px;
  padding: 25px 35px 25px 35px;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
}

#self-eval .eval-row .graph-wrapper .left .title {
  width: calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  padding: 7px;
/*  margin-bottom: 10px; */
}

#self-eval .eval-row .graph-wrapper .left .summary {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #7883AC;
  padding: 7px;
}

#self-eval .eval-row .graph-wrapper .left .summary img {
  width: 15px;
  margin-bottom: -4px;
  margin-right: 5px;
}

#self-eval .eval-row .graph-wrapper .left #graph {
  height: 220px;
}

#self-eval .eval-row .graph-wrapper .right {
  width: calc(100% - 580px - 50px);
  width: -webkit-calc(100% - 580px - 50px);
  float: right;
}

#self-eval .eval-row .graph-wrapper .right .body {
  background-color: #F7F7F7;
  border-radius: 10px;
  font-size: 14px;
  padding: 32px 40px;
  line-height: 180%;
  color: #2C2C2C;
}

#self-eval .eval-row .graph-wrapper .right .body .icon {
  width: 25px;
  float: left;
  margin-right: 25px;
  margin-top: 3px;
}

#self-eval .eval-row .define-wrapper {
  background-color: #F5F5F8;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9FB), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9FB), color-stop(0.75, #F9F9FB), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 4px 4px;
  border-radius: 10px;
  margin: 40px 0;
  padding: 22px 30px 25px 30px;
}

#self-eval .eval-row .define-wrapper .left {
  width: calc(100% - 150px - 20px);
  width: -webkit-calc(100% - 150px - 20px);
  float: left;
  padding-right: 20px;
}

#self-eval .eval-row .define-wrapper .left .defile-title {
  font-size: 17px;
  color: #7080BC;
  font-weight: bold;
  margin-bottom: 10px;
}

#self-eval .eval-row .define-wrapper .left .defile-desc {
  font-size: 15px;
}

#self-eval .eval-row .define-wrapper .right {
  width: 150px;
  float: right;
}

#self-eval .eval-row .define-wrapper .right .init-value {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #7080BC;
  padding-bottom: 10px;
  border-bottom: 1px solid #BFBFBF;
}

#self-eval .eval-row .define-wrapper .right .init-title {
  padding-top: 12px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #747474;
  letter-spacing: 0.08em;
}

#self-eval .eval-row .touse-wrapper {
  background-color: #F5F5F8;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9FB), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9FB), color-stop(0.75, #F9F9FB), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 4px 4px;
  border-radius: 10px;
  margin: 30px 0;
  padding: 23px 30px 25px 30px;
}

#self-eval .eval-row .touse-wrapper .touse-title {
  font-size: 17px;
  color: #7080BC;
  font-weight: bold;
  margin-bottom: 10px;
}

#self-eval .eval-row .touse-wrapper .defile-desc {
  font-size: 15px;
}

.avgcmt {
	font-size:0.8em;
	margin:1em 0 0;
	color:#666;
}

.avgcmt span {
	display: inline-block;
	padding-left: 1em;
}

h5:first-child {
    margin-top: 0px;
}

h5 {
    font-size: 17px;
    color: #7080BC;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

}


/***** SP用CSS *****/
@media screen and (max-width: 768px) {
a.weblink:hover {
  background: #e8ebf9;
  transition: background-color 1s;
}

a.weblink {
    display: block;
    transition: background-color 1s;
    padding: 1.5em 0.55em;
}

a {
  text-decoration: none;
}

/*body {
  color: #1E2024;
  margin: 0;
  padding: 0;
  background-color: #F0F0F0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}*/

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: none;
  border-radius: 0;
  border: 0;
  background: none;
}

/* iOS Safariの文字が勝手に大きくなるのをリセット */
html,body {
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}

.pc-only {
  display: none !important;
}

.sp-only {
  display: block;
}

.common-hover-opacity:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

p {
  margin: 0;
  padding: 0;
}

/*.clear {
  clear: both;
}

.clearfix {
  clear: both;
}*/


.tmd-comment {
	padding:0.5em 0.5em 0em;
	font-size:0.5em;
	color:#666;
	margin-left: 5em;
	text-indent: -5em;
}

.common-margin {
  height: 20px;
}

.common-margin.small {
  height: 10px;
}

.common-margin.medium {
  height: 30px;
}

.common-margin.large {
  height: 50px;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
  font-style: normal;
}

ul, li {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.common-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}

.common-wrapper .desc {
  padding: 20px 0;
  line-height: 150%;
}

.common-wrapper .desc ul {
  padding: 0;
  margin: 20px 0 20px 20px;
}

.common-wrapper .desc ul li {
  padding: 0;
  margin: 0;
  list-style: disc;
}

.common-wrapper h2 {
  font-size: 16px;
  color: #7080BC;
  margin-top: 20px;
}

.common-wrapper h3.normal {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 30px;
  color: #2f4f4f;
}

.index-wrapper h3 {
  font-size: 14px;
  margin-bottom: -20px;
  margin-top: 0px;
  color: #333;
}

.common-wrapper .inner {
  padding: 20px 20px;
}

.common-wrapper .inner h1 {
  font-size: 18px;
  line-height: 25px;
}

.common-wrapper .inner h1.head-icon {
  padding-left: 35px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-image: url("/indicators/wp-content/themes/hosp_dbc/assets/img/icon-hospital.png");
}

#detail .desc {
  padding: 20px 0;
  font-size: 0.8em;
}

#detail h2 {
  font-size: 17px;
  color: #7080BC;
  margin-top: 20px;
}

#index-exp {
  padding-top: 10px;
  padding-bottom: 30px;
}

#index-exp .row {
  padding: 12px 0;
  border-top: 1px solid #D9D9D9;
}

#index-exp .row :first-child {
  border-top: 0;
}

#index-exp .row .index {
  width: 50px;
  color: #6E6E6E;
  font-size: 12px;
  float: left;
  font-weight: bold;
}

#index-exp .row .title {
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  color: #1E2024;
  font-size: 14px;
  padding-right: 15px;
  float: left;
  font-weight: bold;
  padding-bottom: 8px;
}

#index-exp .row .exp {
  width: 100%;
  font-size: 11px;
  display: block;
  padding-left: 50px;
}

#comparison {
  padding-top: 20px;
  padding-bottom: 30px;
  overflow-x: scroll;
}

#comparison table {
  width: 900px;
  font-size: 13px;
  border-collapse: separate;
  table-layout: fixed;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #B2B2B2;
  margin: px 0;
}

#comparison table th {
  padding: 15px 0;
  border-right: 1px solid #B2B2B2;
  background-color: #F8F8F8;
}

#comparison table th.index {
  width: 200px;
}

#comparison table th.title {
  width: 4em;
  white-space: nowrap;
}

#comparison table th.compri {
  width: 6em;
}
#comparison table td.compri {
  white-space: nowrap;
}

#comparison table td.compri sup {
    color: #666666;
    padding-left: 0.1em;
}

#comparison table th.year {
  width: 95px;
}

#comparison table th.eval {
  border-right: 0;
}

#comparison table tr.value td {
/*  padding: 6px 15px; */
  border-right: 1px solid #B2B2B2;
  border-top: 1px solid #B2B2B2;
}

#comparison table tr.value td.index {
  font-weight: bold;
  font-size: 14px;
}

#comparison table tr.value td.title {
  text-align: center;
  padding: 0;
}

#comparison table tr.value td.year {
  text-align: right;
  padding: 0.3em;
}

#comparison table tr.value td.eval {
  text-align: center;
  border-right: 0;
}

#comparison table tr.value td.eval img {
  margin-top: 5px;
  width: 16px;
}

#self-eval {
  margin-top: 20px;
  border-top: 2px solid #7080BC;    
}

#self-eval .eval-row {
  margin-bottom: 40px;
  border-top: 2px solid #D9D9D9;
}

#self-eval :last-of-type {
  border-bottom: 0px;
}

#self-eval .eval-row .header {
  margin: 30px 0 10px 0;
}

#self-eval .eval-row .header .index {
  width: 50px;
  height: 20px;
  line-height: 20px;
  color: #6E6E6E;
  font-size: 12px;
  float: left;
  font-weight: bold;
}

#self-eval .eval-row .header .title {
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #1E2024;
  font-size: 16px;
  float: right;
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  font-weight: bold;
  padding-left: 20px;
}

#self-eval .eval-row .header .eval {
  margin-top: 15px;
  line-height: 19px;
  font-size: 14px;
}

#self-eval .eval-row .header .eval:before, #self-eval .eval-row .header .eval:after {
  clear: both;
  content: "";
  display: block;
}

#self-eval .eval-row .header .eval img {
  width: 13px;
  margin-right: -2px;
}

#self-eval .eval-row .header .eval img:nth-child(3) {
  margin-right: 6px;
}

#self-eval .eval-row .desc {
  padding: 15px 0 5px 0;
}

#self-eval .eval-row .graph-wrapper {
  padding: 30px 0 0 0;
}

#self-eval .eval-row .graph-wrapper .left {
  width: 100%;
  padding: 10px;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
}

#self-eval .eval-row .graph-wrapper .left .title {
  width: calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  padding: 7px;
/*  margin-bottom: 35px; */
}

#self-eval .eval-row .graph-wrapper .left .summary {
  float: right;
  text-align: right;
  font-size: 13px;
  color: #7883AC;
  padding: 7px;
}

#self-eval .eval-row .graph-wrapper .left .summary img {
  width: 12px;
  margin-bottom: -3px;
  margin-right: 5px;
}

#self-eval .eval-row .graph-wrapper .left #graph {
  height: 200px;
}

#self-eval .eval-row .graph-wrapper .right {
  width: 100%;
  margin-top: 15px;
}

#self-eval .eval-row .graph-wrapper .right .body {
  background-color: #F7F7F7;
  border-radius: 10px;
  font-size: 14px;
  padding: 16px 20px;
  line-height: 160%;
  color: #2C2C2C;
}

#self-eval .eval-row .graph-wrapper .right .body .icon {
  width: 18px;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
  margin-left: 3px;
}

#self-eval .eval-row .define-wrapper {
  background-color: #F5F5F8;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9FB), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9FB), color-stop(0.75, #F9F9FB), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 4px 4px;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px 20px;
}

#self-eval .eval-row .define-wrapper .left {
  width: 100%;
}

#self-eval .eval-row .define-wrapper .left .defile-title {
  font-size: 16px;
  color: #7080BC;
  font-weight: bold;
  margin-bottom: 10px;
}

#self-eval .eval-row .define-wrapper .left .define-desc {
  font-size: 14px;
}

#self-eval .eval-row .define-wrapper .right {
  width: 100%;
  margin-top: 15px;
}

#self-eval .eval-row .define-wrapper .right .init-value {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #7080BC;
  padding-bottom: 6px;
  border-bottom: 1px solid #BFBFBF;
}

#self-eval .eval-row .define-wrapper .right .init-title {
  padding-top: 6px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #747474;
  letter-spacing: 0.08em;
}

#self-eval .eval-row .touse-wrapper {
  background-color: #F5F5F8;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9FB), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9FB), color-stop(0.75, #F9F9FB), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 4px 4px;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px 20px;
}

#self-eval .eval-row .touse-wrapper .touse-title {
  font-size: 17px;
  color: #7080BC;
  font-weight: bold;
  margin-bottom: 10px;
}

#self-eval .eval-row .touse-wrapper .touse-desc {
  font-size: 14px;
}

.avgcmt {
	font-size:0.8em;
	margin:1em 0 0 1em;
	color:#666;
	width: 74em;
}

.avgcmt span {
	display: inline-block;
	padding-right: 1em;
}

h5:first-child {
    margin-top: 0px;
}

h5 {
    font-size: 17px;
    color: #7080BC;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
}

@media print {
    .about_but,.link-wrapper{
        display: none!important;
    }
    #linkto {
        visibility: hidden;
    }
    .common-wrapper, .wrapper, header .wrapper{
        width: 100%!important;
    }
}
