@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------
.userTabBox
-------------------------------------------------------------- */
.boxSet:nth-child(2) {
	display: none;
}
.userTabBox .tab {
	display: block;
}


.kaiin #Header {
	position: relative;
	background: url(/resource/club_com/special/kaiin/images/header.png) top left no-repeat;
	padding-top: 10px;
	margin: 20px 0 40px;
	height: 250px;
}
.kaiin #Header .Inner {
	padding: 0 0 0 20px;
	width: 560px;
	margin: 20px 20px 60px;
}
.kaiin #Header h1 {
	font-size: 48px;
	margin: 0 0 35px;
	padding: 0;
	font-weight: bold;
}
.kaiin #Header h1 span {
	font-size: 24px;
	margin: 0 0 10px;
	padding: 0;
	display: block;
}
.kaiin #Header p {
	font-size: 15px;
	line-height: 170%;
}
.kaiin .userTabBox .tabBlock {
	width: 100% !important;
	position: relative;
	z-index: 1;
	height: 55px !important;
}
.kaiin .userTabBox .tabBlock ul {
	display: flex;
	justify-content: center;
}
.kaiin .userTabBox .tabBlock ul li {
	width: 33.33%;
	margin-right: 0;
	text-align: center;
}
.kaiin .userTabBox .tabBlock ul li a {
	width: 100%;
	display: block;
	height: 60px;
	position: relative;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}
.kaiin .userTabBox .tabBlock ul li:nth-child(1) a::before {
	content: url(/resource/club_com/special/kaiin/images/icon_clinic.png)
}
.kaiin .userTabBox .tabBlock ul li:nth-child(2) a::before {
	content: url(/resource/club_com/special/kaiin/images/icon_dentist.png)
}
.kaiin .userTabBox .tabBlock ul li:nth-child(3) a::before {
	content: url(/resource/club_com/special/kaiin/images/icon_pharmacy.png)
}
.kaiin .userTabBox .tabBlock ul li:nth-child(1) a::before ,
.kaiin .userTabBox .tabBlock ul li:nth-child(2) a::before ,
.kaiin .userTabBox .tabBlock ul li:nth-child(3) a::before {
	position: absolute;
	top: 14px;
	left: 70px;
}
.kaiin .userTabBox .tabBlock ul li:nth-child(1) a.tab {
	background: url(/resource/club_com/special/kaiin/images/tab_blue.png) top left no-repeat;
}
.kaiin .userTabBox .tabBlock ul li:nth-child(2) a.tab {
	background: url(/resource/club_com/special/kaiin/images/tab_green.png) top center no-repeat;
}
.kaiin .userTabBox .tabBlock ul li:nth-child(3) a.tab {
	background: url(/resource/club_com/special/kaiin/images/tab_pink.png) top right no-repeat;
}
.kaiin .userTabBox .tabBlock ul li:nth-child(1) a.tab ,
.kaiin .userTabBox .tabBlock ul li:nth-child(2) a.tab ,
.kaiin .userTabBox .tabBlock ul li:nth-child(3) a.tab {
	position: absolute;
	top: 5px;
	width: 33.33%;
	padding-top: 16px;
}
.kaiin .userTabBox .tabBlock ul li:nth-child(1) a.tabCr ,
.kaiin .userTabBox .tabBlock ul li:nth-child(2) a.tabCr ,
.kaiin .userTabBox .tabBlock ul li:nth-child(3) a.tabCr {
	position: absolute;
	top: -2px;
}
.kaiin .userTabBox .tabBlock ul li a.tab:hover {
	opacity: .8;	transition: 0.5s;
	text-decoration: none;
}
.kaiin .userTabBox .boxBlock {
	z-index: 5;
	position: relative;
	margin-bottom: 40px;
}
.kaiin .userTabBox .boxBlock .boxSet.blue {
	background: #65aadd;
}
.kaiin .userTabBox .boxBlock .boxSet.green {
	background: #60c1bd;
}
.kaiin .userTabBox .boxBlock .boxSet.pink {
	background: #e093a8;
}
.kaiin .userTabBox .boxBlock .boxSet {
	position: relative;
	padding: 40px 0 0;
}
.kaiin .userTabBox .boxBlock .boxSet ul.ancherlink {
	position: absolute;
	top:0;
	right: 0;
	display: flex;
	z-index: 1;
}
.kaiin .userTabBox .boxBlock .boxSet ul.ancherlink li a:hover {
	opacity: 0.7;
	transition: 0.3s ease;
}
.kaiin .userTabBox .boxBlock .boxSet ul.ancherlink li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	background: #fff;
	padding: 10px;
	border-radius:17px;
	text-align: center;
	width: 150px;
	color: #000;
	text-decoration: none;
	position: relative; 
	margin: 20px 20px 0 0;
}
.kaiin .userTabBox .boxBlock .boxSet.blue ul.ancherlink li a::before {
	content: url(/resource/club_com/special/kaiin/images/icon_ancher_arrow_blue.png);
	position: absolute;
	top: 7px;
	left: 20px;
}
.kaiin .userTabBox .boxBlock .boxSet.green ul.ancherlink li a::before {
	content: url(/resource/club_com/special/kaiin/images/icon_ancher_arrow_green.png);
	position: absolute;
	top: 7px;
	left: 20px;
}
.kaiin .userTabBox .boxBlock .boxSet.pink ul.ancherlink li a::before {
	content: url(/resource/club_com/special/kaiin/images/icon_ancher_arrow_pink.png);
	position: absolute;
	top: 7px;
	left: 20px;
}
.kaiin .userTabBox .boxBlock .boxSet h3 {
	font-weight: normal;
	font-size: 20px;
	padding: 10px 0 10px 1.5em;
	position: relative;
	font-weight: bold;
	color: #fff;
	z-index: 0;
	margin: 0 20px;
}
.kaiin .userTabBox .boxBlock .boxSet h3::before {
	content: url(/resource/club_com/special/kaiin/images/icon_category_name.png);
	position: absolute;
	top: 0.5em;
	left: 0;
}
.kaiin .userTabBox .boxBlock .boxSet .category:last-child {
	margin-bottom: 0;
}

.kaiin .userTabBox .boxBlock .boxSet .category {
	margin-bottom: 40px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin: 0 20px 20px;
}
.kaiin .userTabBox .boxBlock .boxSet .category ul {
	display: flex;
	justify-content: space-between;
}
.kaiin .userTabBox .boxBlock .boxSet .category ul li {
	text-align: center;
	width: 18%;
}
.kaiin .userTabBox .boxBlock .boxSet .category ul li:hover {
	opacity: 0.7;
	transition: 0.3s ease;
}
.kaiin .userTabBox .boxBlock .boxSet .category ul li a img {
	width: 70%;
	margin-bottom: 10px;
}
.kaiin .userTabBox .boxBlock .boxSet .category ul li p {
	position: relative;
	font-size: 14px;
	color: #000;
	padding: 0 0 0 1em;
	display: inline-block;
	line-height: 170%;
}
.kaiin .userTabBox .boxBlock .boxSet .category ul li p a {
	color: #000;
}
.kaiin .userTabBox .boxBlock .boxSet.blue .category ul li p::before {
	content: url(/resource/club_com/special/kaiin/images/icon_category_arrow_blue.png);
	position: absolute;
    left: -9px;
    top: 2px;
}
.kaiin .userTabBox .boxBlock .boxSet.green .category ul li p::before {
	content: url(/resource/club_com/special/kaiin/images/icon_category_arrow_green.png);
	position: absolute;
    left: -9px;
    top: 2px;
}
.kaiin .userTabBox .boxBlock .boxSet.pink .category ul li p::before {
	content: url(/resource/club_com/special/kaiin/images/icon_category_arrow_pink.png);
	position: absolute;
    left: -9px;
    top: 2px;
}

.kaiin #Ranking-1 .Title {
	background: url(/resource/club_com/special/kaiin/images/icon_ranking_blue.png) top left no-repeat;
	border-bottom: solid #65aadd 1px;
}
.kaiin #Ranking-2 .Title {
	background: url(/resource/club_com/special/kaiin/images/icon_ranking_green.png) top left no-repeat;
	border-bottom: solid #60c1bd 1px;
}
.kaiin #Ranking-3 .Title {
	background: url(/resource/club_com/special/kaiin/images/icon_ranking_pink.png) top left no-repeat;
	border-bottom: solid #e093a8 1px;
}
.kaiin #Ranking-1 .Title ,
.kaiin #Ranking-2 .Title ,
.kaiin #Ranking-3 .Title {
	padding-bottom: 12px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	padding-top: 2px;
}
.kaiin #Recomend-1 .Title {
	background: url(/resource/club_com/special/kaiin/images/icon_recomend_blue.png) top left no-repeat;
	border-bottom: solid #65aadd 1px;
}
.kaiin #Recomend-2 .Title {
	background: url(/resource/club_com/special/kaiin/images/icon_recomend_green.png) top left no-repeat;
	border-bottom: solid #60c1bd 1px;
}
.kaiin #Recomend-3 .Title {
	background: url(/resource/club_com/special/kaiin/images/icon_recomend_pink.png) top left no-repeat;
	border-bottom: solid #e093a8 1px;
}
.kaiin #Recomend-1 .Title ,
.kaiin #Recomend-2 .Title ,
.kaiin #Recomend-3 .Title {
	padding-bottom: 12px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	margin-top: 0;
}
.kaiin #Ranking-1 .Title h4 ,
.kaiin #Ranking-2 .Title h4 ,
.kaiin #Ranking-3 .Title h4 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 2em 0 2em;
	color: #000;
}
.kaiin #Recomend-1 .Title h4 ,
.kaiin #Recomend-2 .Title h4 ,
.kaiin #Recomend-3 .Title h4 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 2em 0 2em;
	color: #000;
}
.kaiin #Ranking-1 h5 {
	border-left: solid #65aadd 5px ;
}
.kaiin #Ranking-2 h5 {
	border-left: solid #60c1bd 5px ;
}
.kaiin #Ranking-3 h5 {
	border-left: solid #e093a8 5px ;
}
.kaiin #Ranking-1 h5 ,
.kaiin #Ranking-2 h5 ,
.kaiin #Ranking-3 h5 {
	font-size: 18px;
	padding: 0 0 0px 10px;
	margin: 20px 0 10px;
}
.kaiin .userTabBox .boxBlock .boxSet .Category .Title a {
	font-weight: bold;
	font-size: 14px;
	color: #f15b5b;
	position: relative;
	display: block;
}
.kaiin .userTabBox .boxBlock .boxSet .Category .Title a:after {
	content: url(/resource/club_com/special/rec_reha/images/arrow_side.png);
	position: absolute;
	top: 0;
	right: -2em;
}

.kaiin .userTabBox .boxBlock .boxSet .Category .Item-box-Wrap {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 40px;
}
.kaiin .userTabBox .boxBlock .boxSet .Category .Item-box-Wrap .Item-box {
	width: 207px;
	margin-right: 10px;
	border-radius: 7px;
	border: solid #f8adad 1px;
	padding: 10px;
	color: #000;
}
.kaiin .userTabBox .boxBlock .boxSet .Category .Item-box-Wrap .Item-box:hover {
	text-decoration: none;
	/* opacity: 0.8;
	transition: 0.8s; */
}
.kaiin .userTabBox .boxBlock .boxSet .Category .Item-box-Wrap .Item-box:last-child {
	margin-right: 0;
}
.kaiin .userTabBox .boxBlock .boxSet .Category .Item-box-Wrap .Item-box h4 {
	font-weight: normal;
	font-size: 14px;
}
.kaiin .userTabBox .boxBlock .boxSet .Category .Item-box-Wrap .Item-box .Photo {
	width: 135px;
	height: 135px;
	margin: 10px auto;
}
.kaiin .userTabBox .boxBlock .boxSet .Category .Item-box-Wrap .Item-box .Photo img {
	width: 135px;
	height: 135px;
}
.kaiin .userTabBox .boxBlock .boxSet .Category .Item-box-Wrap .Item-box .Price {
	font-weight: normal;
	font-size: 14px;
}
.kaiin .userTabBox .boxBlock .boxSet .Category .Item-box-Wrap .Item-box .Notax span {
	font-size: 30px;
	color: #e03731;
	font-weight: bold;
}


.kaiin #ItemCategory dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 10px 20px;
	font-size: 14px;
	font-weight: bold;
}
.kaiin #ItemCategory dl:last-child {
	border-top: solid #f8adad 1px;
	padding-top: 20px;
}
.kaiin #ItemCategory dl dt {
	width: 18%;
}
.kaiin #ItemCategory dl dd {
	display: flex;
	flex-wrap: wrap;
	border-left: solid #f15b5b 5px;
	padding-left: 20px;
	line-height: 200%;
	width: 76%;
}
.kaiin #ItemCategory dl dd a {
	position: relative;
	margin-right: 3em;
	color: #f15b5b;
}
.kaiin #ItemCategory dl dd a:after {
	content: url(/resource/club_com/special/rec_reha/images/arrow_side.png);
	position: absolute;
	top: 3px;
	right: -2em;
}
.kaiin #Objective p {
	margin-top: 10px;
}
.kaiin #Objective a {
	position: relative;
	margin-right: 3em;
	color: #f15b5b;
	font-size: 14px;
	font-weight: bold;
}
.kaiin #Objective a:after {
	content: url(/resource/club_com/special/rec_reha/images/arrow_side.png);
	position: absolute;
	top: 3px;
	right: -2em;
}
.kaiin #Ranking-1 .Ranking-Box ,
.kaiin #Ranking-2 .Ranking-Box ,
.kaiin #Ranking-3 .Ranking-Box {
	display: flex;
	justify-content: space-between;
}
.kaiin #Ranking-1 .Ranking-Box div ,
.kaiin #Ranking-2 .Ranking-Box div ,
.kaiin #Ranking-3 .Ranking-Box div {
	border: solid 5px ;
	border-radius: 10px;
	width: 255px;
	position: relative;
	padding: 10px 15px;
	font-size: 14px;
	height: 170px;
}
.kaiin #Ranking-1 .Ranking-Box div div ,
.kaiin #Ranking-2 .Ranking-Box div div ,
.kaiin #Ranking-3 .Ranking-Box div div {
	border:none;
	width: auto;
	height: auto;
}
.kaiin #Ranking-1 .Ranking-Box div:nth-child(1) ,
.kaiin #Ranking-2 .Ranking-Box div:nth-child(1) ,
.kaiin #Ranking-3 .Ranking-Box div:nth-child(1) {
	border-color: #ffdf46;
}
.kaiin #Ranking-1 .Ranking-Box div:nth-child(2) ,
.kaiin #Ranking-2 .Ranking-Box div:nth-child(2) ,
.kaiin #Ranking-3 .Ranking-Box div:nth-child(2) {
	border-color: #b8b8b8;
}
.kaiin #Ranking-1 .Ranking-Box div:nth-child(3) ,
.kaiin #Ranking-2 .Ranking-Box div:nth-child(3) ,
.kaiin #Ranking-3 .Ranking-Box div:nth-child(3) {
	border-color: #eeb258;
}
.kaiin #Ranking-1 .Ranking-Box div .Crown ,
.kaiin #Ranking-2 .Ranking-Box div .Crown ,
.kaiin #Ranking-3 .Ranking-Box div .Crown {
	position: absolute;
	top: 0;
	left: 0;
}
.kaiin #Ranking-1 .Ranking-Box div .ItemName ,
.kaiin #Ranking-2 .Ranking-Box div .ItemName ,
.kaiin #Ranking-3 .Ranking-Box div .ItemName {
	position: absolute;
	top: 5px;
	left: 80px;
	font-weight: bold;
	line-height: 150%;
	width: 180px;    
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}
.kaiin #Ranking-1 .Ranking-Box div .ItemPhoto ,
.kaiin #Ranking-2 .Ranking-Box div .ItemPhoto ,
.kaiin #Ranking-3 .Ranking-Box div .ItemPhoto {
	position: absolute;
	top: 70px;
	left: 0;
}
.kaiin #Ranking-1 .Ranking-Box div .ItemPrice ,
.kaiin #Ranking-1 .Ranking-Box div .ItemPrice ,
.kaiin #Ranking-2 .Ranking-Box div .ItemPrice ,
.kaiin #Ranking-3 .Ranking-Box div .ItemPrice {
	position: absolute;
	top: 64px;
	left: 90px;
	line-height: 200%;
	width: 160px
}
.kaiin #Ranking-1 .Ranking-Box div .ItemPrice span ,
.kaiin #Ranking-2 .Ranking-Box div .ItemPrice span ,
.kaiin #Ranking-3 .Ranking-Box div .ItemPrice span {
	font-size: 25px;
	color: #e60012;
	text-align: right;
	width: 100%;
	display: block;
}
.kaiin #Ranking-1 .Ranking-Box div .ItemPrice2 ,
.kaiin #Ranking-2 .Ranking-Box div .ItemPrice2 ,
.kaiin #Ranking-3 .Ranking-Box div .ItemPrice2 {
	position: absolute;
	top: 123px;
	left: 90px;
	line-height: 170%;
	width: 160px;
	font-size: 70%;
	text-align: right;
}
.kaiin #Ranking-1 .Ranking-Box div .ItemPrice2 span ,
.kaiin #Ranking-2 .Ranking-Box div .ItemPrice2 span ,
.kaiin #Ranking-3 .Ranking-Box div .ItemPrice2 span {
	font-size: 16px;
	width: 100%;
}
.kaiin #Ranking-1 .Ranking-Box div .Btn ,
.kaiin #Ranking-2 .Ranking-Box div .Btn ,
.kaiin #Ranking-3 .Ranking-Box div .Btn {
	position: absolute;
	top: 145px;
	left: 115px;
}
.kaiin #Recomend-1 ,
.kaiin #Recomend-2 ,
.kaiin #Recomend-3 {
	background: #fff;
}
.kaiin #Recomend-1 p ,
.kaiin #Recomend-2 p ,
.kaiin #Recomend-3 p {
	display: flex;
	justify-content: space-evenly;
}
.kaiin .howtouse {
	padding: 50px 0;
	background: #fff;
}
.kaiin .howtouse img:hover {
	opacity: 0.7;
	transition: 0.3s ease;
}

.kaiin #Ranking-1 ,
.kaiin #Ranking-2 ,
.kaiin #Ranking-3 {
	background: #fff;
	padding-top: 50px;
}