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

/* ラベル連動サムネ枠 */
.label_frame_1 {
    border: 4px solid #f29bb1;
    outline: 1px solid #f29bb1;
    display: inline-block;
    position: absolute;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    outline-offset: 1px;
    margin: 0px;
    z-index: 1;
    opacity: 1;
}
/* ラベル連動サムネ枠 */


/* プロフページ画像の枠 */
.label_frame_2 {
    border: 4px solid #f29bb1;
    outline: 1px solid #f29bb1;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    outline-offset: 1px;
    margin: 0px;
    z-index: 1;
    opacity: 1;
}
/* プロフページ画像の枠 */

/* プロフページ画像のアイコン */
.c-list-therapist__top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 10;
	pointer-events: none;
}

.c-list-therapist__top .new{
  display: block;
  width: 30%;
  margin: 0;
}

.c-list-therapist__under {
  position: absolute;
		width: 100%;
  right: 0px;
  bottom: 0px;
	z-index: 10;
	pointer-events: none;
}

.c-list-therapist__under .sns-x{
display: block;
    width: 15%;
    margin: 0 0 1% 2%;
}

.c-list-therapist__under .rank{
display: block;
    width: 20%;
    margin: 0 0 0 2%;
}
/* プロフページ画像のアイコン */


/* ピックアップ枠あり1枚スライダー */
.p-section__border {
    border: solid 2px rgba(255, 255, 255, 0.4);
    outline: solid 8px rgba(255, 255, 255, 0.4);
    outline-offset: 4px;
    margin: 10px;
    padding: 15px;
}

.p-section__border__head {
}

.p-section__border__box{
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  margin: 0 10px;
}

.c-slider-pickup-single {
  overflow: hidden;
  position: relative;
}

.c-slider-pickup-single.no-swiper .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-slider-pickup-single .swiper-slide {
  text-align: center;
}

.c-slider-pickup-single .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
}

.c-slider-pickup-single__img {
width: 300px;　/* PCは横幅1000のスライダー */
}

.bg_pickup-single{
background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),url('../images/bg_system8.jpg');
background-size: cover;
background-position: center;
padding: 1px;
margin: 0 20px;
}
/* ピックアップ枠あり1枚スライダー */