@charset "UTF-8";
/* ===========================================
 * kuma_total
=========================================== */
/* #kuma_total .clinic (総合ランキング 詳細/一覧)
=========================================== */
.clinic .clinicSite .siteHeading01 {
  float: right;
  width: 390px;
}

@media screen and (max-width: 640px) {
  .clinic .clinicSite .siteHeading01 {
    width: auto;
    float: none;
  }
}

.total .cmnHeading02 {
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .total .cmnHeading02 {
    margin-bottom: 15px;
    text-align: center;
    -webkit-background-size: 80px 76px;
            background-size: 80px 76px;
    padding-top: 4px;
  }
  . .cmnHeading02 h2 .catch {
    margin: 0 0 8px;
    text-align: center;
  }
  .total .cmnHeading02 h2 em {
    margin: 0;
  }
  .total .cmnHeading02 .tit{
    position: relative;
	padding: 0 0 0 30px;
  }
  .total .cmnHeading02 .tit:before{
		position: absolute;
	  content: "";
		top: -13px;
		left: -2px;
		width: 50px;
		height: 50px;
	  	background: url(../img/common/ranking/ico_ranking01.png)no-repeat 0 center;
	  background-size: 50%;
	}
}

.total .intro {
  background: url(../img/total/bg_intro01.gif) no-repeat top right;
  min-height: 200px;
  padding-top: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .total .intro {
    min-height: 0;
    padding-top: 0;
    background: none;
    margin-bottom: 15px;
  }
}

.total .intro .txt {
  width: 403px;
  margin: 0 0 0 10px;
  line-height: 2;
}
.total .intro .img {

}
@media screen and (max-width: 640px) {
  .total .intro .img {
    width: 120px;
	margin: 0 auto 12px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .total .intro .txt {
    width: auto;
    font-size: 12px;
    line-height: 1.8;
  }
	/*
  .total .intro .txt:before {
    content: "";
    float: right;
    width: 120px;
    height: 100px;
    background: url(../img/total/bg_intro01.gif) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin: 5px 0 0 10px;
  }
	*/
}
.totalSingle .cmnHeading02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .totalSingle .cmnHeading02 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .totalSingle #rank01:after {
    content: none;
  }
}

.totalSingle .clinicHeading01 {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .totalSingle .clinicHeading01 {
    margin-bottom: 10px;
  }
}

.totalSingle .eachScore01 {
  overflow: hidden;
  margin: 0 0 25px 0;
}

.totalSingle .eachScore01 li {
  background: #f5f5f5;
  width: 222px;
  padding: 15px 16px 16px;
  float: left;
}

@media screen and (max-width: 640px) {
  .totalSingle .eachScore01 li {
    width: auto;
    float: none;
  }
}

.totalSingle .eachScore01 li + li {
  margin-left: 12px;
}

@media screen and (max-width: 640px) {
  .totalSingle .eachScore01 li + li {
    margin: 5px 0 0 0;
  }
}

.totalSingle .eachScore01 li .tit {
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px dashed #bfbfbf;
  margin: 0 0 10px;
  padding-left: 2px;
  display: table;
  width: 100%;
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .totalSingle .eachScore01 li .tit {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

.totalSingle .eachScore01 li .tit .rank, .totalSingle .eachScore01 li .tit .titIn {
  display: table-cell;
  vertical-align: middle;
}

.totalSingle .eachScore01 li .tit .titv {
  background: url(../img/total/ico_voice01.png) no-repeat center left;
  padding-left: 35px;
}

@media screen and (max-width: 640px) {
  .totalSingle .eachScore01 li .tit .titv {
    background: url(../img/total/ico_voice01_sp.png) no-repeat center left;
    -webkit-background-size: 21px 21px;
            background-size: 21px;
    padding-left: 30px;
  }
}

.totalSingle .eachScore01 li .tit .titp {
  background: url(../img/total/ico_price01.png) no-repeat center left;
  padding-left: 35px;
}

@media screen and (max-width: 640px) {
  .totalSingle .eachScore01 li .tit .titp {
    background: url(../img/total/ico_price01_sp.png) no-repeat center left;
    -webkit-background-size: 21px 21px;
            background-size: 21px;
    padding-left: 30px;
  }
}

.totalSingle .eachScore01 li .tit .tite {
  background: url(../img/total/ico_expert01.png) no-repeat center left;
  padding-left: 35px;
}

@media screen and (max-width: 640px) {
  .totalSingle .eachScore01 li .tit .tite {
    background: url(../img/total/ico_expert01_sp.png) no-repeat center left;
    -webkit-background-size: 21px 21px;
            background-size: 21px;
    padding-left: 30px;
  }
}

.totalSingle .eachScore01 li .tit .rank {
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .totalSingle .eachScore01 li .tit .rank {
    font-size: 16px;
  }
}

.totalSingle .eachScore01 li .tit .rank span {
  font-size: 22px;
  line-height: 28px;
  color: #f68958;
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .totalSingle .eachScore01 li .tit .rank span {
    font-size: 16px;
  }
}

.totalSingle .eachScore01 li .tit .rank i {
  font-size: 18px;
  line-height: 26px;
  color: #f68958;
  vertical-align: bottom;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  .totalSingle .eachScore01 li .tit .rank i {
    font-size: 12px;
  }
}

.totalSingle .eachScore01 li .txt {
  font-size: 12px;
  color: #62574b;
  margin: 0 -4px;
}

.totalSingle .voiceSec .voiceSecIn {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .totalSingle .voiceSec .voiceSecIn {
    margin: 0 -15px 20px;
    padding-right: 15px;
  }
}

.total .scoreList01 {
  background: none;
}

@media screen and (max-width: 640px) {
  .total .scoreList01 {
    background: #fff;
  }
}

@media screen and (max-width: 640px) {
  .total .scoreList01 ul {
    overflow: hidden;
    padding: 6px 0 7px;
    background: #fff;
  }
}

.total .scoreList01 li {
  padding: 0 10px;
}

.total .scoreList01 li .tit {
  padding: 0 16px 0 16px;
  background: #fff;
  border-radius: 9px;
  font-size: 12px;
  margin-right: 9px;
  line-height: 19px;
}

@media screen and (max-width: 640px) {
  .total .scoreList01 li .tit {
    padding: 0;
    margin-right: 0;
    font-size: 12px;
  }
}

.totalSingle .clinicSite .siteHeading01 {
  float: right;
  width: 434px;
}

@media screen and (max-width: 640px) {
  .totalSingle .clinicSite .siteHeading01 {
    float: none;
    width: auto;
  }
}

.clinic .btnWrap {
  text-align: center;
  padding-top: 22px;
  background: url(../img/common/bg_line03.png) repeat-x;
  margin: 0 -16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
}

@media screen and (max-width: 640px) {
  .clinic .btnWrap {
    padding-top: 17px;
    gap:5px;
  }
}
.clinic .btnWrap .btnMore,
.clinic .btnWrap .btnOfficial{
    width: 220px !important;
    line-height: 40px;
    font-size: 13px !important;
}

@media screen and (max-width: 640px) {
  .clinic .btnWrap .btnMore,
  .clinic .btnWrap .btnOfficial{
    width: 154px !important;
    line-height: 33px !important;
    margin: 0 !important;
  }
}

.clinic .priceSec .link{
  margin: 20px 0 0;
  }
.clinic .priceSec .link a{
  text-decoration: underline;
  color:#0066ff;
}


@media screen and (max-width: 640px) {
  .clinic .priceSec {
    margin-bottom: 15px;
  }
  .clinic .priceSec .priceSecIn{
    border-bottom: 1px dashed #c7c7c7;
  }
  .clinic .priceSec .link{
    position: relative;
    border-top: 1px dashed #c7c7c7;
    margin: 0;
    padding: 10px 0 0;
    line-height: 1.4;
    text-align: right;
}
  .clinic .priceSec .link:after{
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    bottom: -2px;
  }
  .clinic .priceSec .link a{
    text-decoration: underline;
    color:#0066ff;
  }
}



.clinic .chooseSec {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 22px 163px 22px 22px;
  background: url(../img/total/bg_choose02.gif) no-repeat 545px 21px;
  margin: 0 0 25px;
}

@media screen and (max-width: 640px) {
  .clinic .chooseSec {
    background: none;
    border-radius: 0;
    border: none;
    padding: 0;
  }
}

.clinic .chooseSec .chooseHeading {
  font-size: 15px;
  line-height: 28px;
  margin: 0 0 7px;
}

.clinic .chooseSec .chooseHeading img {
  width: 81px;
  margin: 0 7px 0 0;
}

@media screen and (max-width: 640px) {
  .clinic .chooseSec .chooseHeading img {
    width: 52px;
    position: relative;
    top: -5px;
  }
}

@media screen and (max-width: 640px) {
  .clinic .chooseSec .chooseHeading {
    font-size: 12px;
    margin: 0 0 5px;
  }
}

.clinic .chooseSec .txt {
  line-height: 2;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .clinic .chooseSec .txt {
    font-size: 12px;
    line-height: 1.8;
  }
}




.total_rankingNav {
  margin-bottom: 25px;
  overflow: hidden;
  margin: 0 -10px 15px 0;
}
@media only screen and (max-width: 640px) {
  .total_rankingNav {
    padding-bottom: 15px;
    margin: 0 -2% -5px 0;
    background: url(../img/common/bg_line02.gif) repeat-x bottom;
  }
}
.total_rankingNav li {
  text-align: center;
  line-height: 38px;
  float: left;
  width:  32%;
  margin: 0 0 10px 2%;
}
.total_rankingNav li:nth-of-type(3n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .total_rankingNav li {
    line-height: 30px;
    margin: 0 2% 5px 0;
  }
}
.total_rankingNav li a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 3px #eee;
  background: #fff;
  border: 1px solid #61b08b;
  color: #61b08b;
  padding: 0 20px 0 20px;
}
.total_rankingNav li:first-child a,
.total_rankingNav li:nth-child(2) a {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .total_rankingNav li a {
    font-size: 12px;
  }
}
.total_rankingNav li a:before {
  content: url(../img/home/ico_green_arrow03.png);
  margin-right: 9px;
}
@media only screen and (max-width: 640px) {
  .total_rankingNav li a {
    padding: 0;
  }
  .total_rankingNav li a:before {
    content: none;
    margin-right: 4px;
  }
}
.total_rankingNav li a:hover {
  opacity: .7;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .total_rankingNav .all {
    width: 48%;
  }
  .total_rankingNav li{
    width: 48%;
  }
  .total_rankingNav .all:first-child a,
  .total_rankingNav li:nth-child(2) a{
    width: 100%;
  }
  /*
  .total_rankingNav li + li {
    width: 28%;
  }
  .total_rankingNav li + li + li {
    width: 48%;
  }
  .total_rankingNav li + li + li + li {
    width: 48%;
  }
  */
}
.total_rankingNav .current a {
  background: #61b08b;
  color: #fff;
}
.total_rankingNav .current a:before {
  content: url(../img/home/ico_white_arrow03.png);
  margin-right: 9px;
}
@media only screen and (max-width: 640px) {
  .total_rankingNav .current a:before {
    content: none;
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url(../img/common/ico_green_arrow01_sp.png);
    background-size: cover;
  }
}

#objectSec .objectSecIn {
  padding-top: 15px;
  border-top: 3px solid #61b08b;
}
#objectSec .objectSecIn .box01 {
  margin-bottom: 0!important;
}
#objectSec .objectSecIn table.pc {
  width: 100%;
  margin-bottom: 30px;
}
#objectSec .objectSecIn table.pc a {
  text-decoration: underline;
}
#objectSec .objectSecIn table.pc th,
#objectSec .objectSecIn table.pc td {
  border: 1px solid #666;
  background-color: #ededed;
}
#objectSec .objectSecIn table.pc th,
#objectSec .objectSecIn table.pc td {
  padding: 10px;
  vertical-align: middle;
  line-height: 1.4;
}
#objectSec .objectSecIn table.pc th {
  background-color: #61b08b;
  color: #fff;
  text-align: center;
}
#objectSec .objectSecIn table.pc th:nth-of-type(1),
#objectSec .objectSecIn table.pc td:nth-of-type(1) {
  width: 80px;
}
#objectSec .objectSecIn table.pc th:last-child,
#objectSec .objectSecIn table.pc td:last-child {
  width: 80px;
}
#objectSec .objectSecIn table.pc td:nth-of-type(1) img {
  width: 60px;
}
#objectSec .objectSecIn table.pc .tar {
  text-align: right;
}
#objectSec .objectSecIn table.pc .tac {
  text-align: center;
}

#objectSec .objectSecIn table.sp {
  border: 1px solid #000;
}
#objectSec .objectSecIn table.sp td,
#objectSec .objectSecIn table.sp th {
  vertical-align: middle;
  padding: 5px 10px;
  background-color: #ededed;
}
#objectSec .objectSecIn table.sp th {
  width: 120px;
  background-color: #61b08b;
  color: #fff;
  text-align: center;
}
#objectSec .objectSecIn table.sp tr:not(:nth-of-type(1)) th,
#objectSec .objectSecIn table.sp tr:not(:nth-of-type(1)) td {
  border-top: 1px dotted #000;
}
#objectSec .objectSecIn table.sp td:nth-of-type(1) img {
  width: 80px;
}
#objectSec .objectSecIn table.sp .first {
  border-top: 1px solid #000;
}
#objectSec .objectSecIn table.sp .first td {
  background-color: #fff!important;
}
#objectSec .objectSecIn table.sp .last {
  border-bottom: 1px solid #000;
}
#objectSec .objectSecIn table.sp .bold td {
  font-weight: bold;
  font-size: 16px;
}
#objectSec .objectSecIn table.sp .space {
  height: 20px;
}