@charset "UTF-8";
body {
  color: #1E2024;
  margin: 0;
  padding: 0;
  background-color: #F0F0F0;
}
p {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

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

ol, ul {
  list-style: none;
}

/*.index-wrapper .index-box:hover {
  cursor: pointer;
}*/
#comparison table td.compri, .year-center {
    text-align: center;
}
.mb10{
	margin-bottom:10px;
}
td.year-center:last-child,td.year:last-child, th.year:last-child {
border-right: none!important;
}
p.about_but a:before {
    content: url(/indicators/wp-content/themes/hosp_dbc/assets/img/icon-info.svg);
    left: -1em;
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/indicators/wp-content/themes/hosp_dbc/assets/img/icon-info.svg) no-repeat;
    background-size: contain;
    position:relative;
    top:6px;
}
p.about_but a {
    background-color: #f9f9fb;
    font-size: 14px;
    border-radius: 30px;
    border: #c5c9db solid 2px;
    position: relative;
    line-height: 2em;
    padding: 0.5em 1.2em 0.5em 2.2em;
	transition:all 0.5s ease;
	text-decoration:none!important;
}
p.about_but a:hover {
		text-decoration:bold!important;
    background-color: #EDF0F9;
}

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

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

.ib{
display: inline-block;
}


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



body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.pc-only {
  display: block;
}

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


.common-margin {
  height: 15px;
}

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

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

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



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;
}

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;
}


/* フォント類 */
.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: 30px 0;
  line-height: 160%;
}

.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: #2f4f4f;
}

.common-wrapper .inner {
  padding: 40px 70px;
}

.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");
}



.but-go_top{
  display: none;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    background: #FFF;
    border: 2px solid #7080BC;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    color: #7080BC;
    opacity: 0.6;
    position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
   border-radius: 5px;
}
.but-go_top::before{
    content: "";
    display: block;
    border-top: 3px solid #7080BC;
    border-right: 3px solid #7080BC;
    width: 30%;
    height: 30%;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.but-go_top:hover{
    opacity: 1;
}
.but-go_top{
    position: fixed;
    bottom: 94px;
    right: 20px;
    z-index: 10000;
}


.but-go_back{
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    background: #7080BC;
    border: 2px solid #7080BC;
    padding-top: 38px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
    position: relative;
  letter-spacing: 0.2em;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.but-go_back::before{
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    top: 12%;
    position: absolute;
   margin: 0px auto 0px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-image: url("/indicators/wp-content/themes/hosp_dbc/assets/img/icon-hosp.svg");
}
.but-go_back:hover{
    opacity: 1;
}
.but-go_back{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}


/* toppage.cssから移植　スコア解説 */

.index-wrapper h2 {
  font-size: 22px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 7px;
}

.index-wrapper .exp-wrapper {
  float: right;
  margin-top: 25px;
}

.index-wrapper .exp-wrapper .exp-box {
  margin-left: 20px;
  font-size: 0.8rem;
  float: left;
  line-height: 20px;
}

.index-wrapper .exp-wrapper .exp-box .star {
  width: 0.9rem;
  margin-bottom: -2px;
  margin-right: -3px;
}

.index-wrapper .exp-wrapper .exp-box .star:nth-child(3) {
  margin-right: 8px;
}

.index-score_info {
    font-size: 0.8rem;
    text-align: right;
    margin-top: -1.2rem;
}
}


/***** SP用CSS *****/
@media screen and (max-width: 768px) {
body {
  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;
}

.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;
}

.clearfix {
  clear: both;
}

.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;
}

*, *: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: 0;
}

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

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

.common-wrapper .inner h1 {
    font-size: 1.1em;
    line-height: 140%;
}

.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");
}

.but-go_top{
  display: none;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background: #7080BC;
    border: 2px solid #7080BC;
    padding-top: 10px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    color: #7080BC;
    opacity: 0.6;
    position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
   border-radius: 5px;
}
.but-go_top::before{
    content: "";
    display: block;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 30%;
    height: 30%;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.but-go_top:hover{
    opacity: 1;
}
.but-go_top{
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    z-index: 10000;
}
    
.but-go_back {
display:none;
}

p.about_but a {
font-size: 1.2em!important;
}

/* toppage.cssから移植　スコア解説 */
.index-wrapper {
  margin-top: 35px;
}

.index-wrapper h2 {
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 10px;
}

.index-wrapper .exp-wrapper {
  margin-top: 5px;
}

.index-wrapper .exp-wrapper .exp-box {
  font-size: 13px;
  line-height: 20px;
}

.index-wrapper .exp-wrapper .exp-box .star {
  width: 12px;
  margin-bottom: -1px;
  margin-right: -3px;
}

.index-wrapper .exp-wrapper .exp-box .star:nth-child(3) {
  margin-right: 8px;
}

.index-score_info {
    font-size: 0.7rem;
    margin: 0.5rem 0;
    color: #666;
}



}
/***** Print用CSS *****/
@media print {
    .but-go_back,.about_but,#linkto .icon,.link-wrapper{
        display: none!important;
    }
    .common-wrapper .inner {
    padding: 40px 0px!important;
    }
    .common-wrapper, .wrapper, header .wrapper{
        width: 100%!important;
    }
    footer, body {
    background-color: #FFFFFF;
    }
}
