/* CSS Document */
@charset "UTF-8";
#fv.ranking{background: url("/supple_folate/images/fv_bg.png") center center no-repeat;
height: 325px;}

.container .ranking .day {
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #e78976;
    width: 15%;
    height: 10%;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-top: 1px;
}

.container .ranking .day > .day-txt {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
}

.container .client_section .remarks {
    padding:5px 0 0 0;
	font-size: 11px;
	margin-top: 0;
}

.section_02 .point_group .txt{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
}

.client_section .btn_area {
width: 60%;
display: inline-block;
}
.free_shipping {
font-size: 22px;
}
.client_section .btn_area .btn {
width: 100%;
}
.client_section .review_btn {
	position: relative;
	width: 30%;
	vertical-align: top;
	display: inline-block;
	border: 1px solid #219A3E;
	border-radius: 4px;
	background: #219A3E;
	padding: 20px 0;
	box-shadow: 0 5px 0 #186f2d;
	color: #ffffff;
	text-align: center;
	font-size: 2em;
	margin-top: 35px;
	margin-left: 5%;
	border-radius: 25px;
}
.review_area,.review_area2 {
	margin-top: 40px;
}
.review_area2 {
	display: none;
}
.review_ttl {
	font-size: 25px;
	font-weight: bold;
	padding: 5px 0;
	width: 100%;
	border-bottom: solid 1px #84bd4a;
	margin-bottom: 20px;
}
.each_staff {
	margin-bottom: 20px;
}
.staff_comment {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 4px #D7DADD;
}
.staff_comment .txt {
		line-height: 25px;
}
.comment_heading {
	font-weight: bold;
	margin-bottom: 15px;
}
.comment_heading span {
	display: inline-block;
background: linear-gradient(transparent 65%, #FFDFC2 35%);
	font-weight: bold;
	text-align: center;
}
.staff_profile {
	display: table;
	margin-bottom: 10px;
}
.staff_img {
	display: table-cell;
	width: 90px;
}
.staff_img img{
	width: 70px;
}
.profile_txt {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 15px;
	position: relative;
}
/*	.profile_txt::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
	height: 15px;
	background-color: #FBD08C;
	border-radius: 7.5px;
} */
.profile_txt span {
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
background: linear-gradient(transparent 55%, #FBD08C 45%);
} 
.profile_txt span .clinic_name {
	font-size: 15px;
}
.round_btn_wrap {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.round_btn {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #219A3E; /* バツ印の色 */
}

.review_btn .round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.review_btn .round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.review_btn.active .round_btn::before {
  transform: translate(-50%,-50%) rotate(0deg);
}

.review_btn.active .round_btn::after {
  transform: translate(-50%,-50%) rotate(90deg);
}
.red {
	font-weight: bold;
	color: #F64343;
}
.bg_yel {
	background-color: #FBF48D;
}
