@charset "utf-8";

.common-price-list-color {background-color: #54aad1;}

.star-kyupeen02__path-color:before,
.star-kyupeen02__path-color:after{
    background-color: #54aad1;
}

.common-price-ttl{
    border-color: #f7dfe8;
}


/*

<span class="common-price-color-red">メリット</span>
<span class="common-price-color-blue">デメリット</span>



*/

@media only screen and (max-width:599px) {
    .common-price-wrap{
        padding:2rem;
        box-sizing: border-box;
    }
}


.common-price-list{
	display: flex;
	justify-content: space-between;
	margin-top: 1.8rem;
	flex-wrap: wrap;
}

.common-price-ttl{
    font-size: 1.8rem;
    border-style: solid;
    border-width: 0 0 2px 0;
    padding: 1rem 0;
    margin: 3rem 0 1rem;
}


.common-price-list > li{
	width: 49%;
    padding: 1.5rem 1.8rem 1.8rem;
    /*border: 1px solid #f3f3f3;*/
    margin-bottom: 1.5rem;
    box-sizing: border-box;
}


.common-price-list-h3{
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	color: #FFF;
	border-radius: 4px;
	padding: 0.3rem 0 0.2rem 0.3rem;
}

.common-price-list-mark{
	font-size: 0.8rem;
	padding: 0.2rem 0.8rem 0.1rem;
	margin-right: 0.5rem;
	border-radius: 20px;
	color: #FFF;
}

.green {background-color: #71c3d8;}
.blue {background-color: #237cc7;}

.common-price-valuation,.common-price-valuation3{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.2rem 0 0.4rem;
}

.common-price-valuation li{
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 0.7rem;
    border-right: dotted 1px #dadada;
    padding: 0.2rem;
    flex-flow: column;
    box-sizing: border-box;
    width: 24%;
}

.common-price-valuation3 li{
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 0.7rem;
    border-right: dotted 1px #dadada;
    padding: 0.2rem;
    flex-flow: column;
    box-sizing: border-box;
    width: 33%;
}

.common-price-valuation li:last-child{border-right:0;}
.common-price-valuation3 li:last-child{border-right:0;}

.common-price-image-wrap{
	width: 100%;
	margin: 1rem 0;
	overflow: hidden;
}

.common-price-image-wrap img{width: 100%;}

.cost-wrap{
	display: flex;
	align-items: center;
}

.cost-tag {
	position: relative;
	display: inline-block;
	padding: 0.2rem 0.8rem 0.1rem;
	color: #FFF;
	background: #CCCCCC;
	font-size: 0.75rem;
    margin-right: 0.8rem;
    border-radius: 3px;
}

.cost-tag:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #CCCCCC;

}

.cost{
	font-size: 1.1rem;
	font-weight: bold;
	font-feature-settings: "palt";
}

.cost span{
	font-size: 0.8rem;
	font-weight: normal;
	margin-left: 0.2rem;
}

.common-price-text span{
    font-size: 0.75rem;
    display: inline-block;
    padding: .2rem .5rem;
    color: #FFF;
    border-radius: 0.2rem;
}

.common-price-color-red{ background-color: #f33b96;}
.common-price-color-blue{ background-color: #237cc7;}

.common-price-text-list{margin: 0.8rem 0 .8rem;}
.common-price-text-list li{ margin: 0.3rem 0;}

.common-price-text-list li::before {
    display: inline-block;
    content: "";
    margin-top: 6px;
    margin-right: 7px;
    width: 8px;
    height: 8px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #9d9d9d;
}

.metal{
	font-feature-settings: "palt";
	display: flex;
	align-items: center;
}

.metal-type{
	font-size: 0.8rem;
	display: inline-block;
}

.price-list p{
	font-size: 0.8rem;
    line-height: 1.75;
    padding-bottom: 0;
}

.rating{
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 0.3rem;
}

.rating[data-rate="4"]{color: #f33b96; font-weight: 900;} /*◎*/
.rating[data-rate="3"]{color: #237cc7; font-weight: 400;} /*◎*/
.rating[data-rate="2"]{color: #60b3e3; font-weight: 700;} /*◎*/
.rating[data-rate="1"]{color: #CCC; font-weight: 400;} /*◎*/


.star5_rating{
	font-size: 1.25rem;
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #e7e7e7; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */



/*-- 星アイコン --*/

.star-kyupeen02 {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    display: inline-block;
    margin-right: 0.4rem;
}

.star-kyupeen02__path:before,
.star-kyupeen02__path:after {
    position: absolute;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    box-sizing: border-box;
}
.star-kyupeen02__path.is-left:before {
    top: 10px;
    left: 0px;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-top-right-radius: 70%;
}
.star-kyupeen02__path.is-left:after {
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom-right-radius: 70%;
}
.star-kyupeen02__path.is-right:before {
    top: 10px;
    left: 10px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top-left-radius: 70%;
}
.star-kyupeen02__path.is-right:after {
    top: 0px;
    left: 10px;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-bottom-left-radius: 70%;
}




@media only screen and  (max-width: 834px) {
.common-price-ttl{
    font-size: 2.2rem;
}
.common-price-list > li{
	width: 100%;
    padding: 0;
    /*border: 1px solid #f3f3f3;*/
    margin-bottom: 3.5rem;
}
}