@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

#r0828 {
/*	margin-bottom: 50px;*/
}

#r0828 h3 {
	color: #000000;
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}

#r0828 h3 span {
	/*font-size: 33px;*/
	display: block;
	/*color: #2277af;*/
}

#r0828 .link {
	text-align: right;
	font-size: 16px;
	line-height: 1.6em;
}

#r0828 .link a {
	text-decoration: none;
}

#r0828 .link a .name {
	text-decoration: underline;
}

#r0828 .link a .value {
	color: #000000;
}

#r0828 .link a .due {
	color: #000000;
	font-size:14px;
}

.row-2 li p {
	text-align: right;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1em;
}

/* 口コミランキング */
.ranking_container{
	display: flex;
	justify-content: space-between;
}

.ranking-title{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.rank-number {
    width: 30px;
    height: 30px;
    font-family: "Marcellus", serif;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 10px;
    background: #f4f4f4;
}

.rank-1 {
    background: #bea870;
    color: #fff;
    position: relative;
}

.rank-2{
    background: #a8a9a8;
    color: #fff;
    position: relative;
}

.rank-3 {
    background: #997a5c;
    color: #fff;
    position: relative;
}

.rank-1:after {
    content: "";
    background: url(https://www.infirmiere.co.jp/img/usr/top/fb/ranking/rank-1.svg) no-repeat;
    width: 22px;
    height: 15px;
    background-size: contain;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -8px;
}

.rank-2:after {
    content: "";
    background: url(https://www.infirmiere.co.jp/img/usr/top/fb/ranking/rank-2.svg) no-repeat;
    width: 22px;
    height: 15px;
    background-size: contain;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -8px;
}

.rank-3:after {
    content: "";
    background: url(https://www.infirmiere.co.jp/img/usr/top/fb/ranking/rank-1.svg) no-repeat;
    width: 22px;
    height: 15px;
    background-size: contain;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -8px;
}

.ranking_container .item{
	max-width: 148px;
	width: 100%;
    margin-left: 8px;
}

.ranking_container .item img{
	width: 100%;
	margin-bottom: 20px;
    height: auto;
}

.ranking_container .item dl{
	line-height: 1.4em;
}

.ranking_container .item dl dt{
	font-size: 12px;
	margin-bottom: 1em;
	min-height: 50px;
}

.ranking_container .item dl dd{
	text-align: right;
}

.ranking_container .item dl dd:nth-of-type(1) {
	font-size: 15px;
	font-weight: bold;
}

.ranking_container .item dl dd:nth-of-type(2) {
	font-size: 10px;
}

@media screen and ( min-width:521px ){ /* tablet&PC */	
.row-2 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin-bottom: 30px;
}
	
.row-2 li {
	width: 359px;
}
	
#r0828:after {
	content: "";
	clear: both;
	display: block;
}

#r0828 #pro_1,
#r0828 #pro_2 {
	width: 359px;
}

#r0828 #pro_1 {
	float: left;
	margin-bottom: 50px;
}
	
#r0828 #pro_2 {
	float: right;
}
	
}

@media screen and ( max-width:520px ){ /*SP*/
#r0828 {
	margin-bottom: 20px;
}
		
#r0828 #pro_1 {
	margin-bottom: 20px;
}
	
#r0828 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}
	
#r0828 h3 span {
	/*font-size: 30px;*/
}
	
#r0828 .link {
	font-size: 14px;
	margin-top: 15px;
}
	
#r0828 .link .name {
	font-size: 11px;
}

#r0828 .link a .due {
	font-size:14px;
}
	
.row-2 li {
	margin-bottom: 20px;		
}
	
.row-2 li:last-child {
	margin-bottom: 0;		
}
	
.row-2 li p {
	margin-top: 5px;
	font-size:0.7em;
}
	
/* 口コミランキング */
    .ranking_container{
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
        justify-content: flex-start; /* 既存のspace-betweenを上書き */
    }

    .ranking_container::-webkit-scrollbar {
        height: 4px;
    }

    .ranking_container::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .ranking_container::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }

    .ranking_container::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

    .ranking_container .item{
        width: 140px;
        flex-shrink: 0;
		margin: 0 0.5em;
		font-size: 11px;
		line-height: 1.4em;
    }
	
	.ranking_container .item img{
		margin-bottom: 10px;
	}

	.rank-number{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	 .rank-1:after {
		background: url(https://www.infirmiere.co.jp/img/usr/top/sb/ranking/rank-1.svg) no-repeat;
	}

	.rank-2:after {
		background: url(https://www.infirmiere.co.jp/img/usr/top/sb/ranking/rank-2.svg) no-repeat;
	}

	.rank-3:after {
		background: url(https://www.infirmiere.co.jp/img/usr/top/sb/ranking/rank-3.svg) no-repeat;
	} 

	hr{
		margin: 20px -15px!important;
	}
	
}