
@charset "utf-8";

/* ////////////////////////////////////////////
 *                 Reset
 * //////////////////////////////////////////// */

/* Reset
------------------------------------------*/
*{
	margin: 0;
	box-sizing: border-box;
}
a,
input{
	outline: none;
}
p{
	margin-bottom: 30px;
}
p:empty,
p:last-child{
	margin-bottom: 0;
}
ul, ol, dl{
	margin: 0;
	padding: 0;
}
dt, dd{
	margin: 0;
}
li{
	list-style: none;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
iframe{
	max-width: 100%;
}
em{
	font-style: italic;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,
textarea,
[type="password"],
[type="number"],
[type="text"]{
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
}

/* Typography
------------------------------------------*/
body{
	font-size: 18px;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	color: #222;
}
a{
	color: #A5639F;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:focus{
	color: #A5639F;
/*	text-decoration: underline;*/
}
img{
    transition: all .3s;
}
a:hover,
a:hover *{
	opacity: 0.7;
    transition: all .3s;
}
i{
	font-style: normal;
}
h1,h2,.h2,h3,h4,h5{
	font-family: 'Noto Serif JP', serif;
}

.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt85{margin-top: 85px!important;}
.mt90{margin-top: 90px!important;}
.mt95{margin-top: 95px!important;}
.mt100{margin-top: 100px!important;}
.mb0{margin-bottom: 0px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 65px!important;}
.mb70{margin-bottom: 70px!important;}
.mb75{margin-bottom: 75px!important;}
.mb80{margin-bottom: 80px!important;}
.mb85{margin-bottom: 85px!important;}
.mb90{margin-bottom: 90px!important;}
.mb95{margin-bottom: 95px!important;}
.mb100{margin-bottom: 100px!important;}
.mlr10{margin-left: 10px!important;margin-right: 10px!important;}
.mlr20{margin-left: 20px!important;margin-right: 20px!important;}
.mlr30{margin-left: 30px!important;margin-right: 30px!important;}
.mlr40{margin-left: 40px!important;margin-right: 40px!important;}
.mlr50{margin-left: 50px!important;margin-right: 50px!important;}
.mlr60{margin-left: 60px!important;margin-right: 60px!important;}
.mlr70{margin-left: 70px!important;margin-right: 70px!important;}
.mlr80{margin-left: 80px!important;margin-right: 80px!important;}
.mlr90{margin-left: 90px!important;margin-right: 90px!important;}
.mlr100{margin-left: 100px!important;margin-right: 100px!important;}
.r9{
	transform: rotate( 90deg );
}
.z18{
	transform: rotateY( 180deg );
}
.sp{
	display: none;
}
.center{
	text-align: center;
}
.gothic{
	font-family: 'Noto Sans JP', sans-serif;
}
.mincho{
	font-family: 'Noto Serif JP', serif;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
.font-s1{
	font-family: 'Montserrat', sans-serif;
}
.member-btn-wrap,
.sns-btn-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.member-btn-wrap>div,
.sns-btn-wrap>div {
	width: 49%;
}
.beginner-btn a,
.member-btn a{
	display: block;
	position: relative;
	margin-bottom: 20px;
	height: 100px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 100px;
	background: linear-gradient(89.75409247500102deg, rgba(208, 124, 150,1) 1.7765031216349114%,rgba(208, 124, 150,1) 4.684850967338438%,rgba(226, 162, 133,1) 100.08697335405982%);
	border: #be5a79 1px solid;
	border-radius: 5px;
}
.member-btn.s2 a{
	background: linear-gradient(90.05044917923726deg, rgba(211, 143, 167,1) 2.18982178568331%,rgba(211, 143, 167,1) 5.907638380719535%,rgba(214, 92, 134,1) 99.17637999411372%);
}
.line-btn a:before,
.beginner-btn a:before,
.member-btn a:before,
.campaign-btn a:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: #fff 1px solid;
	border-radius: 5px;
}
.beginner-btn a span,
.member-btn a span{
	display: inline-block;
	padding-left: 68px;
	letter-spacing: 7px;
	text-shadow: 1px 2px 6px rgba(0,0,0,0.7);
	background: url(/assets/images/common/icon-member02.svg) no-repeat 0 19px;
}
.member-btn.s2 a span{
	font-size: 34px;
	background: url(/assets/images/common/icon-member04.svg) no-repeat 0 19px;
}
.member-btn.s2 a i{
	font-size: 26px;
}
.beginner-btn a{
	background: linear-gradient(89.75409247500102deg, rgba(148, 124, 178,1) 1.7765031216349114%,rgba(148, 124, 178,1) 4.684850967338438%,rgba(144, 157, 200,1) 100.08697335405982%);
	border: #938bbc 1px solid;
}
.beginner-btn a span{
	padding-left: 60px;
	background: url(/assets/images/common/icon-beginner.svg) no-repeat 0 19px;
}
.beginner-btn a i{
	font-size: 30px;
}
.line-btn {
	margin-bottom: 20px;
	text-align: center;
}
.line-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	height: 110px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	letter-spacing: 3px;
	background: linear-gradient(89.75409247500102deg, rgba(70, 163, 66,1) 1.7765031216349114%,rgba(70, 163, 66,1) 4.684850967338438%,rgba(79, 166, 75,1) 100.08697335405982%);
	border: #4da73c 1px solid;
	border-radius: 5px;
}
.line-btn a span{
	display: inline-block;
	padding-left: 80px;
	text-align: left;
	line-height: 1.4;
	background: url(/assets/images/common/icon-line.svg) no-repeat 0 8px;
}
.line-btn a i{
	display: block;
	font-size: 20px;
}
.btn-s1{
	display: inline-block;
	position: relative;
	width: 320px;
	height: 60px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 60px;
	letter-spacing: 3px;
	text-decoration: none!important;
	text-shadow: 0px 3px 10px rgba(191,59,105,0.9);
	background: linear-gradient(90.29425577097982deg, rgba(207, 122, 152,1) 2.7689653358379%,rgba(207, 122, 152,1) 3.8073370416233248%,rgba(227, 164, 133,1) 98.61899267330574%);
	border-radius: 30px;
}
.campaign-btn {
	margin-bottom: 20px;
}
.campaign-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	height: 110px;
	color: #fff;
	font-size: 25px;
	background: linear-gradient(89.75409247500102deg, #bd5534 1.7765031216349114%, #c15634 4.684850967338438%, #FF5722 100.08697335405982%);
	border: #bd5534 1px solid;
	border-radius: 5px;
}
.campaign-btn a p{
	display: inline-block;
	line-height: 1.2;
	background: url(/assets/images/index/img-camp.svg) no-repeat 0 5px;
    padding-left: 80px;
    background-size: 60px;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7);
}
.campaign-btn a span{
    font-size: 33px;
    font-weight: bold;
    color: #FFF128;
}

.btn-s1{
	display: inline-block;
	position: relative;
	width: 320px;
	height: 60px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 60px;
	letter-spacing: 3px;
	text-decoration: none!important;
	text-shadow: 0px 3px 10px rgba(191,59,105,0.9);
	background: linear-gradient(90.29425577097982deg, rgba(207, 122, 152,1) 2.7689653358379%,rgba(207, 122, 152,1) 3.8073370416233248%,rgba(227, 164, 133,1) 98.61899267330574%);
	border-radius: 30px;
}
.btn-s1:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 1px;
	background: #fff;
}

@media screen and (max-width:700px) {
.campaign-btn a p{
    background: url(/assets/images/index/img-camp.svg) no-repeat 0 9px;
    background-size: 45px;
    line-height: 1.2;
    padding-left: 63px;
    font-size: 4vw;
}
}

@media screen and (max-width:1000px) {
	.member-btn-wrap>div{
		width: 100%;
	}
	.beginner-btn a,
	.member-btn a{
		font-size: 30px;
	}
	.member-btn.s2 a span{
		font-size: 26px;
	}
	.member-btn.s2 a i{
		font-size: 20px;
	}
	.beginner-btn a i{
		font-size: 22px;
	}
	.line-btn a{
		font-size: 25px;
	}
	.line-btn a i{
		display: block;
		font-size: 18px;
	}
	.line-btn a span{
		padding-left: 65px;
		background: url(/assets/images/common/icon-line.svg) no-repeat 0 8px;
		background-size: 48px auto;
	}
}

@media screen and (max-width:767px) {
	body{
		font-size: 16px;
	}
	.mb5{margin-bottom: 1vw!important;}
	.mb10{margin-bottom: 1.5vw!important;}
	.mb15{margin-bottom: 2vw!important;}
	.mb20{margin-bottom: 2.5vw!important;}
	.mb25{margin-bottom: 3vw!important;}
	.mb30{margin-bottom: 3.5vw!important;}
	.mb35{margin-bottom: 4vw!important;}
	.mb40{margin-bottom: 4.5vw!important;}
	.mb45{margin-bottom: 5vw!important;}
	.mb50{margin-bottom: 5.5vw!important;}
	.mb55{margin-bottom: 6vw!important;}
	.mb60{margin-bottom: 6.5vw!important;}
	.mb65{margin-bottom: 7vw!important;}
	.mb70{margin-bottom: 7.5vw!important;}
	.mb75{margin-bottom: 8vw!important;}
	.mb80{margin-bottom: 8.5vw!important;}
	.mb85{margin-bottom: 9vw!important;}
	.mb90{margin-bottom: 9.5vw!important;}
	.mb95{margin-bottom: 10vw!important;}
	.mb100{margin-bottom: 11vw!important;}
	.beginner-btn a,
	.member-btn a {
		height: 80px;
	    font-size: 5vw;
	    line-height: 80px;
	}
	.beginner-btn a span,
	.member-btn a span{
		letter-spacing: 4px;
	}
	.member-btn a span {
		padding-left: 55px;
	    background: url(/assets/images/common/icon-member02.svg) no-repeat 0 16px;
	    background-size: 50px auto;
	}
	.member-btn.s2 a span{
		padding-left: 60px;
		font-size: 5vw;
	    background: url(/assets/images/common/icon-member04.svg) no-repeat 0 10px;
	}
	.member-btn.s2 a i{
		font-size: 3.5vw;
	}
	.beginner-btn a span {
		padding-left: 44px;
		background: url(/assets/images/common/icon-beginner.svg) no-repeat 0 18px;
	    background-size: 36px auto;
	}
	.beginner-btn a i {
	    font-size: 4vw;
	}
	.line-btn a{
		height: 60px;
		line-height: 90px;
	}
    .campaign-btn a{
		height: 90px;
		font-size: 3.5vw;
		line-height: 90px;
	}
	.line-btn a i{
		display: block;
		font-size: 2vw;
	}
	.line-btn a span{
        padding-left: 25px;
        background: url(/assets/images/common/icon-line.svg) no-repeat 0 2px;
        background-size: 20px auto;
        font-size: 3vw;
        line-height: 1.2;
	}

    .campaign-btn a span{
		background-size: 36px auto;
	}
}


@media screen and (max-width:400px) {
.line-btn a{
    height: 60px;
}

.line-btn a span {
        font-size: 5vw;
}

.campaign-btn a {
        font-size: 5vw;
}

.campaign-btn a span {
        font-size: 5vw;
}

.campaign-btn a p {
    background: url(/assets/images/index/img-camp.svg) no-repeat 0 3px;
    background-size: 40px;
    padding-left: 48px;
    font-size: 5vw;
}
}

/* Layout
------------------------------------------*/
#container{
	overflow: hidden;
}
.main-content{
	margin: 0 auto;
	margin-bottom: 140px;
	padding: 0 15px;
	max-width: 1230px;
	min-height: 200px;
}
.home .main-content{
	margin-bottom: 100px;
	max-width: 100%;
	padding: 0;
}
.wrap{
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1230px;
}

@media screen and (max-width:1200px) {
	#container{
		padding-bottom: 50px;
	}
}

@media screen and (max-width:767px) {
	.main-content,
	.home .main-content{
		margin-bottom: 20vw;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/* header
------------------------------------------*/
#header{
	position: relative;
	z-index: 99;
}
#header .description{
	height: 24px;
	color: #fff;
	font-size: 10px;
	line-height: 24px;
	background: linear-gradient(179.10233322246245deg, rgba(208, 125, 149,1) 1.8970014716375916%,rgba(208, 125, 149,1) 3.769232221915956%,rgba(226, 162, 133,1) 95.50848542063848%);
}
#header #hinr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header .right{
	display: flex;
	align-items: center;
	gap: 20px;
}
#header .logo{
	font-size: 11px;
}
#header .logo a{
	color: #222;
}
#header .logo a:hover *,
#header .logo a:hover{
	opacity: 1;
}
#header .logo span{
	 display: block;
}
#header .gnav ul{
	display: flex;
	gap: 20px;
}
#header li a{
	color: #222;
	font-size: 15px;
	font-weight: 600;
}
#header .mypage a{
	display: block;
	padding-top: 35px;
	width: 73px;
	height: 65px;
	color: #222;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
	background: url(/assets/images/common/icon-member.svg) no-repeat center 2px;
	border-left: #c9c9c9 1px solid;
	border-right: #c9c9c9 1px solid;
}
#header .contact{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 210px;
	line-height: 1.1;
}
#header .contact span{
	display: block;
}
#header .contact .text{
	font-size: 11px;
}
#header .contact .text b{
	padding-right: 5px;
	font-size: 13px;
}
#header .contact .tel a{
	display: inline-block;
	padding-left: 22px;
	color: #222;
	font-size: 28px;
	letter-spacing: -0.5px;
	background: url(/assets/images/contact/icon-freedial.svg) no-repeat 0 center;
}
#header .contact .link a{
	display: block;
	width: 210px;
	height: 25px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 23px;
	background: linear-gradient(179.10233322246245deg, rgba(223, 119, 156,1) 1.8970014716375916%,rgba(223, 119, 156,1) 3.769232221915956%,rgba(207, 79, 124,1) 95.50848542063848%);
	border-radius: 100px;
}
.sp-menu{
	position: fixed;
	top: 0;
	right: -100%;
	width: auto;
	padding-bottom: 80px;
	min-width: 300px;
	height: 100%;
	background: #D07C96;
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
}
.sp-menu.on{
	right: 0;
}
#header .sp-menu ul{
	margin: 0;
	padding: 0;
}
.sp-menu li{
	list-style: none;
}
.sp-menu .menu li a{
	display: block;
	padding: 10px;
	padding-left: 20px;
	color: #fff!important;
	font-size: 14px!important;
	border-bottom: #fff 1px solid;
}
.menu-trigger{
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	top: 40px;
	right: 20px;
	background: linear-gradient(89.75409247500102deg, rgba(208, 124, 150,1) 1.7765031216349114%,rgba(208, 124, 150,1) 4.684850967338438%,rgba(226, 162, 133,1) 100.08697335405982%);
	border-radius: 100%;
	cursor: pointer;
	z-index: 99;
}
.menu-trigger .inr{
	position: relative;
	margin: 0 auto;
	margin-top: 17px;
	width: 20px;
	height: 16px;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}
.sp-bottom-menu {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(89.75409247500102deg, rgba(208, 124, 150,1) 1.7765031216349114%,rgba(208, 124, 150,1) 4.684850967338438%,rgba(226, 162, 133,1) 100.08697335405982%);
	z-index: 130;
}
.sp-bottom-menu a{
	color: #fff;
}
.sp-bottom-menu .inr{
	display: flex;
}
.sp-bottom-menu .inr a{
	width: 50%;
}
.sp-bottom-menu .inr a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	height: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}
.sp-bottom-menu .inr .m:before{
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: calc(100% - 20px);
	background: #fff;
}
.sp-bottom-menu .inr a div{
	padding-left: 35px;
}
.sp-bottom-menu .inr .m div{
	background: url(/assets/images/common/icon-member03.svg) no-repeat 0 center;
}
.sp-bottom-menu .inr .t div{
	background: url(/assets/images/common/icon-phone03.svg) no-repeat 0 center;
	background-size: 28px auto;
}
.sp-bottom-menu .inr a i{
	font-size: 12px;
}
.popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}
.popup.content{
	top: 50%;
	left: 50%;
	width: 700px;
	background: #fff;
    transform: translateY(-50%) translateX(-50%);
	z-index: 200;
}
.popup.overlay{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 100;
}
.popup .inr{
	position: relative;
}
.popup dt{
	padding: 30px 10px;
	color: #fff;
	font-size: 35px;
	text-align: center;
	line-height: 1.2;
	text-shadow: 1px 2px 6px rgba(177,93,123,0.6);
	background: linear-gradient(179.4151956129183deg, rgba(208, 124, 150,1) 1.7798999435243266%,rgba(208, 124, 149,1) 1.7798999435243266%,rgba(225, 160, 133,1) 97.02098445139913%);
}
.popup dd{
	padding: 20px 13% 50px 13%;
	border: #dec2c1 7px solid;
	border-top: none;
}
.popup .tel{
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: #cfcfcf 1px solid;
}
.popup .tel a{
	display: inline-block;
	padding-left: 60px;
	color: #a5639f;
	font-size: 65px;
	line-height: 1.2;
	background: url(/assets/images/common/icon-freedial02.svg) no-repeat 0 28px;
}
.popup .tel span{
	display: block;
	color: #333;
	font-size: 18px;
}
.popup ul{
	margin-bottom: 35px;
	padding-left: 25px;
}
.popup li{
	color: #e0799d;
	list-style-type: disc;
	font-size: 14px;
}
.popup li span{
	color: #333;
}
.popup .bottom .member-btn a{
	margin-bottom: 10px;
	font-size: 30px;
}
.popup .bottom .member-btn.s2 a span{
	font-size: 28px;
}
.popup .bottom .member-btn.s2 a i{
	font-size: 22px;
}
.popup .login-btn a{
	display: block;
	height: 48px;
	color: #be5a79;
	font-size: 20px;
	text-align: center;
	line-height: 48px;
	background: #fff;
	border: #be5a79 1px solid;
}
.popup .close-btn{
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(/assets/images/common/close-btn.svg) no-repeat 0 0;
    transform: translateX(-50%);
}

@media screen and (max-width:1200px) {
	#header .right{
		display: none;
	}
	.menu-trigger,
	.sp-bottom-menu{
		display: block;
	}
	#header .sp-menu .contact{
		display: block;
		margin: 10px;
		padding: 20px 10px;
		width: calc(100% - 20px);
		background: #fff;
	}
}

@media screen and (max-width:767px) {
	#header #hinr{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#header .logo span{
		display: none;
	}
	#header .logo img{
		width: 180px;
	}
	.menu-trigger {
	    top: 30px;
	    right: 10px;
	}
	.sp-bottom-menu .inr .t div{
		display: flex;
	}
	.sp-bottom-menu .inr .m div{
		padding-left: 25px;
	}
	.sp-bottom-menu .inr a i {
	    display: block;
	}
	.popup.content{
		top: 10px;
		width: calc(100% - 20px);
	    transform: translateX(-50%);
	}
	.popup dt {
	    padding: 15px;
	    font-size: 6vw;
	}
	.popup dd {
	    padding: 15px 15px 35px;
	}
	.popup .tel a {
	    padding-left: 12vw;
	    font-size: 9vw;
	    background: url(/assets/images/common/icon-freedial02.svg) no-repeat 0 10px;
	    background-size: auto 7vw;
	}
	.popup .tel span {
	    font-size: 4vw;
	}
	.popup ul {
	    margin-bottom: 5vw;
	}
	.popup .bottom .member-btn a {
		height: 50px;
	    font-size: 5vw;
	    line-height: 50px;
	}
	.popup .bottom .member-btn a span {
	    padding-left: 40px;
	    background: url(/assets/images/common/icon-member02.svg) no-repeat 0 6px;
	    background-size: 40px auto;
	}
	.popup .bottom .member-btn.s2 a span {
	    background: url(/assets/images/common/icon-member04.svg) no-repeat 0 6px;
	    background-size: 40px auto;
	}
	.popup .bottom .member-btn.s2 a span {
	    font-size: 5vw;
	}
	.popup .bottom .member-btn.s2 a i {
	    font-size: 3.5vw;
	}
}

/* main
------------------------------------------*/
.home .main-content h2,
.index-search-list h2{
	font-size: 45px;
	letter-spacing: 6px;
	text-align: center;
}
.top-mv .inr{
	position: relative;
}
.top-mv .text{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
    transform: translateY(-50%);
}
.top-mv .logo{
	margin-top: -30px;
}
.top-mv .text p{
	margin-top: -20px;
}
.top-mv .image img{
	width: 100%;
}
.top-member {
	margin-bottom: 90px;
}
.top-member .image{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 55px;
}
.top-member .image span{
	width: 20%;
}
.top-member .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-member .p1{
	margin-bottom: 30px;
	font-size: 32px;
	text-align: center;
}
.top-member .p1 .s1{
	display: block;
	font-size: 24px;
	letter-spacing: 2px;
}
.top-member .p1 .s2{
	letter-spacing: 4px;
}
.top-member .member-btn-wrap{
	margin-bottom: 10px;
}
.top-member .sns-btn-wrap{
	margin-bottom: 60px;
}
.top-news {
	margin-bottom: 95px;
}
.top-news h2{
	margin-bottom: 25px;
	font-size: 45px;
	text-align: center;
}
.top-news li{
	padding: 35px 0;
	border-bottom: #ccc 1px solid;
}
.top-news li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #222;
}
.top-news li i{
	color: #e0799d;
}
.top-news li time{
	width: 125px;
	color: #e0799d;
}
.top-news li .title{
	width: calc(100% - 125px);
}
.top-ranking {
	margin-bottom: 100px;
}
.top-ranking h2{
	margin-bottom: 40px;
	font-size: 45px;
	text-align: center;
}
.top-ranking .tab{
	display: flex;
	justify-content: space-between;
	gap: 2px;
	margin-bottom: 30px;
}
.top-ranking .tab .box{
	position: relative;
	width: calc(100% / 3);
	height: 60px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	letter-spacing: 3px;
	cursor: pointer;
	background: linear-gradient(179.32171463711484deg, rgba(220, 220, 220,1) -2.198494764474418%,rgba(186, 186, 186,1) 91.4781663253068%);
}
.top-ranking .tab .box.active{
	text-shadow: 0px 3px 10px rgba(191,59,105,0.9);
	background: linear-gradient(179.32171463711484deg, rgba(207, 124, 150,1) -2.198494764474418%,rgba(219, 150, 137,1) 91.4781663253068%,rgba(220, 151, 137,1) 91.4781663253068%);
}
.top-ranking .tab .box.active:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -19px;
	width: 34px;
	height: 20px;
	background: linear-gradient(178.08400497810658deg, rgba(220, 150, 137,1) 1.486310467726249%,rgba(220, 150, 136,1) 1.486310467726249%,rgba(225, 160, 133,1) 96.92307574808022%);
    transform: translateX(-50%);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.top-ranking .content{
	margin-bottom: 45px;
}
.top-ranking .content .box{
	display: none;
}
.top-ranking .content .box.active{
	display: block;
}
.top-ranking .content .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.28%;
}
.top-ranking .content a{
	width: 15.6%;
	color: #222;
	text-align: center;
}
.top-ranking dt{
	display: flex;
	justify-content: center;
	align-items: end;
	height: 54px;
	font-size: 18px;
}
.top-ranking .content a:nth-of-type(1) dt span,
.top-ranking .content a:nth-of-type(2) dt span,
.top-ranking .content a:nth-of-type(3) dt span{
	display: inline-block;
	padding-left: 45px;
	font-size: 20px;
	background: url(/assets/images/index/icon-crown.svg) no-repeat 0 center;
}
.top-ranking .content a:nth-of-type(2) dt span{
	background: url(/assets/images/index/icon-crown02.svg) no-repeat 0 center;
}
.top-ranking .content a:nth-of-type(3) dt span{
	background: url(/assets/images/index/icon-crown03.svg) no-repeat 0 center;
}
.top-ranking dt b{
	margin-right: 5px;
	font-size: 26px;
}
.top-ranking .content a:nth-of-type(1) dt b,
.top-ranking .content a:nth-of-type(2) dt b,
.top-ranking .content a:nth-of-type(3) dt b{
	font-size: 30px;
}
.top-ranking dd{
	font-size: 16px;
}
.top-ranking dd>div{
	position: relative;
	margin-bottom: 15px;
}
.top-ranking dd>div:before{
	content: '';
	display: block;
	padding-top: 90%;
}
.top-ranking dd div img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-list .image div:after,
.top-list .image div:before,
.top-ranking dd div div:after,
.top-ranking dd div div:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(to right, rgba(146,110,145, 0), rgba(146,110,145, 0.5));
	z-index: 10;
}
.top-list .image div:after,
.top-ranking dd div div:after{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: none;
	border: #BA5FBD 4px solid;
	opacity: 0.5;
	z-index: 20;
}
.top-list .m .image div:before,
.top-ranking dd.m div div:before{
	background: linear-gradient(to right, rgba(3,0,64, 0), rgba(3,0,64, 0.5));
}
.top-list .m .image div:after,
.top-ranking dd.m div div:after{
	border: #5F7ABD 4px solid;
}
.top-ranking dd span{
	display: block;
}
.top-list dt b,
.top-ranking dd b{
	display: inline-block;
	position: relative;
	margin-right: 2px;
	font-size: 22px;
	letter-spacing: 4px;
}
.top-list dt i,
.top-ranking dd i{
	position: absolute;
	top: -8px;
	left: 50%;
	width: 100%;
    transform: translateX(-50%);
	font-size: 10px;
	letter-spacing: 2px;
	white-space: nowrap;
}
.top-ranking .more{
	text-align: center;
}
.top-customer {
	margin-bottom: 100px;
	padding: 100px 0;
	background: url(/assets/images/index/top-customer-bg.jpg) no-repeat center 0;
	background-size: cover;
}
.top-customer h2{
	margin-bottom: 45px;
	font-size: 45px;
	text-align: center;
}
.top-customer .inr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.top-customer .box-voice{
	width: 31.7%;
}

@media screen and (max-width:920px) {
.top-customer .box-voice{
	width: 100%;
}

.top-member .sns-btn-wrap{
    display: block;
}

.top-member .sns-btn-wrap div {
    width: 100%;
}

}

.top-customer .box-voice p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

.top-customer .box-voice a{
	display: block;
	position: relative;
	padding: 30px;
	padding-bottom: 50px;
	height: 100%;
	color: #222;
	font-size: 16px;
	background: #fff;
	box-shadow: 0px 2px 7px 3px rgba(0,0,0,0.16);
}
.top-customer .box-voice a:before{
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	background: url(/assets/images/common/icon-arrow.svg) no-repeat 0 0;
}

.top-customer .box-voice span {
    color: #a5639f;
    display: block;
    font-weight: bold;
}

.top-customer .more {
    text-align: center;
}

.top-list {
	margin-bottom: 100px;
}
.top-list h2{
	margin-bottom: 40px;
	font-size: 45px;
	text-align: center;
}
.top-list .inr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 0;
	margin-bottom: 80px;
}
.top-list .box{
	width: 23.8%;
}
.top-list dl{
	margin-bottom: 10px;
	text-align: center;
}
.top-list dt{
}
.top-list dd{
	position: relative;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
}
.top-list .image{
	position: relative;
}
.top-list .image:before{
	content: '';
	display: block;
	padding-top: 100%;
}
.top-list .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-list dd .dd-inr{
	position: absolute;
	top: 54%;
	left: 0;
	padding: 0 10px;
	width: 100%;
	height: 46%;
	line-height: 1.4;
	background: url(../images/text-bg.jpg) no-repeat center 12px;
	background-size: 100% auto;
	z-index: 10;
}
.top-list dd.m .dd-inr{
	background: url(../images/text-bg02.jpg) no-repeat center 12px;
	background-size: 100% auto;
}
.top-list dd span{
	display: block;
}
.top-list .gender{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 54px;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	z-index: 30;
}
.top-list .status{
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px;
	min-width: 64px;
	height: 28px;
	line-height: 28px;
}
.top-list .status.s1{
	background: #a5639f;
}
.top-list .status.s2{
	background: #e37c4c;
}
.top-list .status.s3{
	background: #be5a5a;
}
.top-list .category{
	font-size: 14px;
}
.top-list .category span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.top-list .fee{
	font-size: 18px;
}
.top-list dt span{
	font-size: 16px;
}
.top-list .bottom{
	display: flex;
	justify-content: space-between;
}
.top-list .bottom a{
	width: 35%;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #be5a79;
	border-radius: 5px;
}
.top-list .bottom a:last-child{
	width: 61.5%;
}
.top-list .more{
	text-align: center;
}

.top-content02{
	margin-bottom: 100px;
	padding: 90px 0;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 0px 3px 6px #ffffff;
	background: url(/assets/images/index/top-content02-bg.jpg) no-repeat center 0;
	background-size: cover;
}
.top-guide {
	margin-bottom: 75px;
}
.top-guide h2{
	margin-bottom: 45px;
}
.top-guide .upper{
	margin-bottom: 70px;
}
.top-guide .upper .u{
	margin-bottom: 30px;
}
.top-guide h3{
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #a5639f;
	font-size: 30px;
	letter-spacing: 5px;
}
.top-guide h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90.37628678547651deg, rgba(246, 215, 153,1) 2.6266912352805045%,rgba(245, 214, 153,1) 2.6266912352805045%,rgba(239, 170, 197,1) 98.16493450716442%);
}
.top-guide .upper .b .inr{
	counter-reset: count1;
}
.top-guide .upper .b dl,
.bosyu .upper ol li dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.top-guide .upper .b dt,
.bosyu .upper ol li dt {
	position: relative;
	padding: 15px;
	width: 37%;
	color: #a5639f;
	font-size: 24px;
	letter-spacing: 4px;
}
.top-guide .upper .b dt:before,
.bosyu .upper ol li dl dt::before {
	counter-increment: count1;
	content: counter(count1);
	position: absolute;
	top: 50%;
	left: 0;
	color: #f6eff5;
	font-size: 86px;
	font-family: 'Noto Serif JP', serif;
    transform: translateY(-55%);
    z-index: -1;
}
.top-guide .upper .b dd{
	width: 60%;
}
.top-guide .middle {
	margin-bottom: 60px;
}
.top-guide .bottom .text{
	position: relative;
	padding-right: 42%;
}
.top-guide .bottom .text:before{
	content: '';
	position: absolute;
	top: 7%;
	right: 0;
	width: 40%;
	height: 100%;
	background: url(/assets/images/common/logo03.svg) no-repeat center center;
	background-size: 100% auto;
}
.top-recommend {
	margin-bottom: 100px;
	padding: 100px 0;
	background: url(/assets/images/index/top-recommend-bg.jpg) no-repeat center 0;
	background-size: cover;
}
.top-recommend .upper{
	margin-bottom: 60px;
	font-size: 20px;
	text-align: center;
}
.top-recommend .upper h2{
	margin-bottom: 30px;
}
.top-recommend .bottom{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.top-recommend .bottom .box{
    display: flex;
    flex-direction: column;
	width: 31%;
}
.top-recommend .bottom .image{
	position: relative;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.top-recommend .bottom .image span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 40px;
	letter-spacing: 20px;
    transform: translateY(-50%);
}
.top-recommend .bottom h3{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	height: 80px;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
}
.top-recommend .bottom .p1{
	font-size: 16px;
}
.top-recommend .more{
	text-align: center;
}
.top-guide02{
	margin-bottom: 100px;
}
.top-guide02 .inr{
	padding: 50px 70px;
	text-align: center;
	border: #a5639f 1px solid;
}
.top-guide02 .inr h2{
	margin-bottom: 30px;
	font-size: 35px;
}
.top-guide02 .bottom{
	text-align: left;
}
.top-guide02 dl{
	margin-bottom: 20px;
	padding-left: 30px;
}
.top-guide02 dt{
	position: relative;
	font-size: 24px;
}
.top-guide02 dt:before{
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	width: 20px;
	height: 100%;
	background: url(/assets/images/common/icon-check02.svg) no-repeat 0 13px;
}

@media screen and (max-width:1500px) {
	.top-mv .logo img{
		width: 20vw;
	}
	.top-mv .text{
		font-size: 2vw;
	}
}

@media screen and (max-width:1200px) {
	.top-member .image{
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width:1100px) {
	.top-ranking .content .inr {
	    gap: 0 3.2%;
	}
	.top-ranking .content a{
		width: 31.2%;
	}
}

@media screen and (max-width:1000px) {
	.top-member .member-btn-wrap{
		margin-bottom: 0;
	}
	.top-member .p1 {
	    font-size: 28px;
	}
	.top-recommend .bottom h3{
		font-size: 19px;
	}
    
    .sns-btn-wrap {display: block;
}  
    .sns-btn-wrap>div {
    width: 100%;
}
}

@media screen and (max-width:820px) {
	.home .main-content h2,
.index-search-list h2{
		font-size: 4.5vw;
		letter-spacing: 3px;
	}
	.top-member .p1 {
	    font-size: 3.5vw;
	}
	.top-member .p1 .s1{
		font-size: 2.5vw;
	}
	.top-member .p1 .sp{
		display: block;
	}
	.top-guide .bottom .text{
		padding-right: 0;
		padding-bottom: 100px;
	}
	.top-guide .bottom .text:before{
		content: '';
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		width: 100%;
		background: url(/assets/images/common/logo03.svg) no-repeat center bottom;
		background-size: 35% auto;
	}
	.top-recommend .bottom h3{
		font-size: 17px;
	}
	.top-recommend .bottom .image span{
		font-size: 30px;
	}
	.top-guide02 .inr{
		padding: 30px;
	}
}

@media screen and (max-width:767px) {
	.top-guide02,
	.top-recommend,
	.top-guide,
	.top-content02,
	.top-customer,
	.top-ranking,
    .index-ranking,
	.top-news,
	.top-member {
	    margin-bottom: 15vw;
	}
	.home .main-content h2,
    .index-search-list h2,
	.top-list h2,
	.top-customer h2,
	.top-ranking h2,
    .index-ranking h2{
	    margin-bottom: 5vw;
	}
	.home .main-content h2,
    .index-search-list h2 {
	    font-size: 6vw;
	}
	.top-mv .logo{
		margin-top: 0;
	}
	.top-mv .logo img {
	    width: 30vw;
	}
	.top-mv .text {
	    font-size: 3vw;
	}
	.top-mv .text p {
	    margin-top: 0;
	}
	.top-member .p1 {
	    font-size: 4.5vw;
	}
	.top-member .p1 .s1 {
	    font-size: 3.5vw;
	}
	.top-member .image,
	.top-member .p1 {
	    margin-bottom: 6vw;
	}
	.top-member .beginner-btn {
	    margin-bottom: 20px;
	}
	.top-news li {
	    padding: 15px 0;
	}
	.top-news li:first-child {
		padding-top: 0;
	}
	.top-news li time{
		width: 100%;
	}
	.top-news li .title{
		width: 100%;
	}
	.top-ranking .tab .box {
	    height: 50px;
	    font-size: 3.5vw;
	    line-height: 50px;
	    letter-spacing: 0;
	}
	.top-ranking .tab .box.active:before {
		bottom: -18px;
	}
	.top-ranking .content {
	    margin-bottom: 8vw;
	}
	.top-ranking .content .inr {
	    gap: 0 4%;
	}
	.top-ranking .content a{
	    width: 48%;
	}
	.top-ranking dd{
		font-size: 3.5vw;
	}
	.top-ranking dd>div{
		margin-bottom: 10px;
	}
	.top-list dt b,
	.top-ranking dd b{
		font-size: 5vw;
		letter-spacing: 2px;
	}
	
	.top-customer{
		padding: 12vw 0;
	}
	.top-customer .inr {
		gap: 5vw;
	    margin-bottom: 8vw;
	}
	.top-customer .box {
	    width: 100%;
	}
	.top-customer .box span {
	    -webkit-line-clamp: 3;
	}
	.top-content02 {
	    padding: 8vw 0;
	    font-size: 4.5vw;
	    line-height: 2;
	}
	.top-guide h3 {
	    font-size: 5.5vw;
	    letter-spacing: 2px;
	}
	.top-guide .middle,
	.top-guide .upper {
	    margin-bottom: 10vw;
	}
	.top-guide .upper .b dt,
	.bosyu .upper ol li dt {
		padding: 10px;
		padding-left: 15px;
		width: 100%;
		font-size: 5vw;
		letter-spacing: 2px;
	}
	.top-guide .upper .b dt:before,
	.bosyu .upper ol li dt::before {
		font-size: 14vw;
	}
	.top-guide .upper .b dd,
	.bosyu .upper ol li dd {
		width: 100%;
	}
	.top-guide .bottom .text{
		padding-bottom: 20vw;
	}
	.top-guide .bottom .text:before{
		background: url(/assets/images/common/logo03.svg) no-repeat center bottom;
		background-size: 42% auto;
	}
	.top-recommend {
	    padding: 12vw 0;
	}
	.top-recommend .upper {
	    margin-bottom: 6vw;
	    font-size: 4vw;
	}
	.top-recommend .bottom {
	    gap: 8vw;
	    margin-bottom: 8vw;
	}
	.top-recommend .bottom .box {
	    width: 100%;
	}
	.top-recommend .bottom h3 {
	    height: auto;
	}
	.top-guide02 .inr {
	    padding: 5vw;
	    padding-top: 10vw;
	}
	.top-guide02 .inr h2 {
		line-height: 1.2;
	}
	.top-guide02 .bottom {
		padding-top: 5vw;
	}
	.top-guide02 dl {
		margin-bottom: 6vw;
		padding-left: 20px;
	}
	.top-guide02 dt,
	.bosyu .upper ol li dt {
		margin-bottom: 0;
		padding-bottom: 3vw;
	    font-size: 5vw;
	    line-height: 1.4;
	}
	.top-guide02 dt:before,
	.bosyu .upper ol li dt::before {
	    top: -5px;
	    left: -20px;
	    background: url(/assets/images/common/icon-check02.svg) no-repeat 0 13px;
	    background-size: 15px auto;
	}
}

.index-search-list {
margin: 0 auto;
    margin-bottom: 140px;
    padding: 0 15px;
    max-width: 1230px;
    min-height: 200px;
}

.index-search-list .index-search-more {
        text-align: center;
        margin-top: 80px;
}

/* footer
------------------------------------------*/
#footer .tel{
	margin-bottom: 40px;
}
#footer .tel dt{
	padding-top: 25px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	text-shadow: 0px 3px 10px rgba(191,59,105,0.9);
	background: linear-gradient(179.62742239499175deg, rgba(207, 124, 150,1) 2.7411996463442407%,rgba(207, 124, 149,1) 2.7411996463442407%,rgba(225, 160, 132,1) 96.22230549057613%);
}
#footer .tel dt b{
	display: block;
	font-size: 35px;
}
#footer .tel dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 35px 30px;
	border: #dec2c2 7px solid;
	border-top: none;
}
#footer .tel dd .l{
	width: 45%;
}
#footer .tel dd .c{
	width: 44.5%;
	text-align: center;
	border-right: #cfcfcf 1px solid;
	border-left: #cfcfcf 1px solid;
	cursor: pointer;
}
#footer .tel dd .r{
	width: 10.5%;
	text-align: center;
}
#footer .tel dd .r a {
	text-decoration: none;
	text-decoration-line: none;
}
#footer .tel li{
	padding-left: 20px;
	font-size: 21px;
	background: url(/assets/images/common/icon-check.svg) no-repeat 0 center;
}
#footer .tel .c b{
	display: block;
	color: #a5639f;
	font-size: 70px;
	line-height: 1.2;
}
#footer .tel .r a{
	display: block;
	padding-top: 84px;
	color: #222;
	background: url(/assets/images/common/icon-line02.svg) no-repeat center 18px;
}
#footer .member {
	margin-bottom: 60px;
}
#footer .member .member-btn{
	margin-bottom: 60px;
}
#footer .member .text{
	font-size: 30px;
	text-align: center;
}
#footer .bottom {
	position: relative;
	padding: 30px 0;
	color: #717a83;
	font-size: 16px;
	text-align: center;
}
#footer .bottom:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 10000px;
	height: 1px;
	background: #707070;
    transform: translateX(-50%);
}
#footer .bottom .fnav{
	margin-bottom: 25px;
}
#footer .bottom ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
#footer .bottom li{
	position: relative;
	padding: 0 20px;
}
#footer .bottom li:not(:last-child):before{
	content: '';
	position: absolute;
	top: 52%;
	right: 0;
	width: 1px;
	height: 16px;
	background: #717a83;
    transform: translateY(-50%);

}
#footer .bottom li a{
	color: #717a83;
}

@media screen and (max-width:1200px) {
	#footer .tel .c b {
	    font-size: 50px;
	}
	#footer .tel li {
	    font-size: 18px;
	}
}

@media screen and (max-width:1000px) {
	#footer .tel dt{
		font-size: 22px;
	}
	#footer .tel dt b{
		font-size: 28px;
	}
	#footer .tel dd{
		padding: 20px;
	}
	#footer .tel dd .l{
		width: 100%;
		text-align: center;
	}
	#footer .tel dd .l ul{
		display: inline-block;
		text-align: left;
	}
	#footer .tel dd .c{
		width: 80%;
		border-left: none;
	}
	#footer .tel dd .r{
		width: 20%;
	}
	#footer .member .text {
	    font-size: 3vw;
	}
}

@media screen and (max-width:767px) {
	#footer .tel {
	    margin-bottom: 8vw;
	}
	#footer .tel dt{
		padding: 3vw 0;
		font-size: 4vw;
	}
	#footer .tel dt b{
		font-size: 5.5vw;
	}
	#footer .tel dd {
	    padding: 3vw;
	}
	#footer .tel li {
	    font-size: 4vw;
	}
		#footer .tel dd .c{
			width: 70%;
			line-height: 1.5;
		}
		#footer .tel dd .r{
			width: 30%;
		}
	#footer .tel .c b {
	    font-size: 8vw;
	}
	#footer .tel .r a {
	    padding-top: 16vw;
	    background: url(/assets/images/common/icon-line02.svg) no-repeat center 2vw;
	    background-size: 44px auto;
	}
	#footer .member {
	    margin-bottom: 8vw;
	}
	#footer .member .member-btn {
	    margin-bottom: 6vw;
	}
	#footer .member .text {
	    font-size: 4vw;
	}
	#footer .member .text br{
		display: none;
	}
	#footer .bottom {
		padding: 5px 0;
	}
	#footer .bottom .fnav{
		display: none;
	}
	#footer .copyright{
		font-size: 3vw;
	}
}

/* subpage
------------------------------------------*/
.subpage .main-content a{
	text-decoration: underline;
}
.main-content .h2,
.subpage .main-content h2,
.subpage .main-content h3,
.subpage .main-content h4,
.subpage .main-content h5{
	margin: 15px 0;
	line-height: 1.2;
	letter-spacing: 5px;
}
.main-content .h2,
.subpage .main-content h2{
	position: relative;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	color: #a5639f;
	font-size: 30px;
}
.main-content .h2:before,
.subpage .main-content h2:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90.17043388285572deg, rgba(246, 215, 153,1) 3.7627389324698477%,rgba(245, 214, 153,1) 3.7627389324698477%,rgba(239, 170, 197,1) 98.92905771161452%);
}
.page-title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	height: 200px;
	background: url(/assets/images/common/page-title-bg.jpg) no-repeat center center;
	background-size: cover;
}
.page-title span{
	width: 100%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 2px 6px rgba(255,108,198,0.9);
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
.pankuzu {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 10px;
	margin-bottom: 60px;
}
.pankuzu *{
	position: relative;
	color: #e0799d;
	font-size: 12px;
}
.pankuzu *:not(:last-child):before{
	content: '>';
	position: absolute;
	top: 0;
	right: -9px;
}
.content-box{
	margin-bottom: 80px;
}

@media screen and (max-width:820px) {
	.main-content .h2,
	.subpage .main-content h2{
		font-size: 3vw;
	}
}

@media screen and (max-width:767px) {
	.main-content .h2,
	.subpage .main-content h2{
		font-size: 6vw;
		letter-spacing: 2px;
	}
	.page-title {
		height: 30vw;
	}
	.page-title span{
		font-size: 7vw;
	}
	.pankuzu {
		margin-bottom: 10vw;
	}
	.content-box{
		margin-bottom: 14vw;
	}
}

/*初めての方へ*/
.main-content.beginner .c1 .upper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.main-content.beginner .c1 .left{
	width: 56.5%;
}
.main-content.beginner .c1 .right{
	width: 40%;
}
.main-content.beginner .c1 h2{
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
	line-height: 1.6;
}
.main-content.beginner .c1 h2:before{
	display: none;
}
.main-content.beginner .c1 .bottom{
	padding: 50px 80px 60px 80px;
	border: #e0799d 1px solid;
}
.main-content.beginner .c1 h3{
	margin-top: 0;
	margin-bottom: 20px;
	color: #e0799d;
	font-size: 24px;
	text-align: center;
}
.main-content.beginner .c2 .upper{
	margin-bottom: 50px;
}
.main-content.beginner .c2 h2{

}
.main-content.beginner .c2 .bottom{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.main-content.beginner .c2 .box{
	position: relative;
	padding-top: 16%;
	padding-bottom: 30px;
	width: 31%;
	color: #333;
	font-weight: bold;
	text-align: center;
	background: #fef7f9;
}
.main-content.beginner .c2 .b1{
	background: #fef7f9 url(/assets/images/beginner/icon-phone.svg) no-repeat center 60px;
}
.main-content.beginner .c2 .b2{
	background: #fef7f9 url(/assets/images/beginner/icon-feather.svg) no-repeat center 60px;
}
.main-content.beginner .c2 .b3{
	background: #fef7f9 url(/assets/images/beginner/icon-check03.svg) no-repeat center 60px;
}
.main-content.beginner .c2 .binr{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	z-index: 1;
}
.main-content.beginner .c2 .box .step{
	position: absolute;
	top: -22px;
	left: 50%;
	color: #e0799d;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 3px;
    transform: translateX(-50%);
}
.main-content.beginner .c2 .p1{
	 font-size: 24px;
	 text-align: center;
}
.main-content.beginner .c2 i{
	font-size: 14px;
}
.main-content.beginner .c3 h2{
	margin-bottom: 30px;
}
.main-content.beginner .c3 .inr{
    counter-reset: count1;
}
.main-content.beginner .c3 .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.main-content.beginner .c3 .left{
	width: 40%;
}
.main-content.beginner .c3 .right{
	padding-top: 20px;
	width: 57%;
}
.main-content.beginner .c3 dt{
	position: relative;
	margin-bottom: 30px;
	padding-left: 55px;
	font-size: 24px;
	line-height: 1.5;
}
.main-content.beginner .c3 dt:before{
    counter-increment: count1;
    content: counter(count1) '.';
    position: absolute;
    top: -18px;
    left: 0;
    color: #e0799d;
    font-size: 40px;
	font-family: 'Noto Serif JP', serif;
}
.main-content.beginner .c4 .p1{
	margin-bottom: 30px;
}
dl.dl-s1{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	border: #ccc 1px solid;
}
.dl-s1 dt{
	display: flex;
	justify-content: center ;
	align-items: center;
	width: 300px;
	color: #e0799d;
	font-size: 30px;
	letter-spacing: 4px;
	background: #fef7f9;
	border-right: #ccc 1px solid;
}
.dl-s1 dd{
	width: calc(100% - 300px);
	font-size: 22px;
	font-weight: bold;
}
.dl-s1 dd p{
	padding: 20px 35px;
	padding-right: 10px;
	line-height: 1.4;
}
.dl-s1 dd p:first-child{
	margin: 0;
	border-bottom: #ccc 1px solid;
}
.dl-s1 dd b{
	color: #e0799d;
	font-size: 30px;
}
.dl-s1 dd span{
	font-size: 22px;
}
.main-content.beginner .c4 ul{
	margin-bottom: 40px;
}
.main-content.beginner .c4 li{
	font-size: 16px;
}
.main-content.beginner .c5 h2{
	margin-bottom: 35px;
	line-height: 1.5;
}
.main-content.beginner .c5 .p1{
	margin-bottom: 20px;
	font-size: 24px;
}
.main-content.beginner .c5 dl{
	margin-bottom: 35px;
}
.main-content.beginner .c5 dt{
	margin-bottom: 20px;
	padding: 25px 35px;
	color: #e0799d;
	font-size: 22px;
	background: #fef7f9;
}
.main-content.beginner .c5 dd{
	padding: 0 35px;
	font-size: 16px;
}
.main-content.beginner .c6{
	position: relative;
	padding-top: 100px;
	padding-bottom: 90px;
}
.main-content.beginner .c6:before{
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 4000px;
	height: 100%;
	background: #fef7f9;
    transform: translateX(-50%);
    z-index: -1;
}
.main-content.beginner .c6 h2{
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
	color: #222;
	font-size: 40px;
	text-align: center;
	line-height: 1.4;
}
.main-content.beginner .c6 h2:before{
	display: none;
}
.main-content.beginner .c6 .inr{
	margin-bottom: 60px;
}
.main-content.beginner .c6 .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.main-content.beginner .c6 .left{
	width: 40%;
}
.main-content.beginner .c6 .right{
	padding-top: 25px;
	width: 57%;
}
.main-content.beginner .c6 h3{
	margin: 0;
	margin-bottom: 25px;
	color: #e0799d;
	font-size: 30px;
}
.main-content.beginner .c6 ul{
	padding-left: 25px;
}
.main-content.beginner .c6 li{
	list-style: disc;
}
.main-content.beginner .c6 .p1{
	font-size: 30px;
	text-align: center;
}
.main-content.beginner .c7 ul{
	margin-bottom: 30px;
}
.main-content.beginner .c7 li{
	margin-bottom: 10px;
	padding: 10px 0;
	padding-left: 60px;
	font-size: 24px;
	background: url(/assets/images/beginner/icon-speech.svg) no-repeat 0 6px;
}
.main-content.beginner .c7 li span{
	color: #e0799d;
}

@media screen and (max-width:1000px) {
	.dl-s1 dt{
		width: 200px;
	}
	.dl-s1 dd{
		width: calc(100% - 200px);

	}
}

@media screen and (max-width:820px) {
	.main-content.beginner .c1 .bottom {
	    padding: 30px;
	}
	.main-content.beginner .c2 .box{
		background-position: center 40px;
		background-size: 80px auto;
	}
	.main-content.beginner .c6 h2 {
	    font-size: 4vw;
	}
	.main-content.beginner .c6 .right {
	    padding-top: 10px;
	}
	.main-content.beginner .c6 h3 {
	    margin-bottom: 5vw;
	    font-size: 3.5vw;
	    letter-spacing: 2px;
	}
	.main-content.beginner .c6 .p1 {
	    font-size: 3.5vw;
	}
	.main-content.beginner .c7 li .sp{
		display: block;
	}
	.main-content.beginner .c7 br.pc{
		display: none;
	}
}

@media screen and (max-width:767px) {
	.main-content.beginner .c1 .left,
	.main-content.beginner .c1 .right{
		width: 100%;
	}
	.main-content.beginner .c1 .left{
		margin-bottom: 6vw;
	}
	.main-content.beginner .c1 h3 {
	    font-size: 5.5vw;
	}
	.main-content.beginner .c1 .bottom {
	    padding: 5vw;
	}
	.main-content.beginner .c2 .bottom{
		gap: 5vw;
	}
	.main-content.beginner .c2 .box{
		padding-top: 16%;
		padding-bottom: 30px;
		width: 100%;
	}
	.main-content.beginner .c2 .box{
		background: #fef7f9;
	}
	.main-content.beginner .c2 .box:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.5;
	}
	.main-content.beginner .c2 .b1:before{
		background: url(/assets/images/beginner/icon-phone.svg) no-repeat center center;
		background-size: 22vw auto;
	}
	.main-content.beginner .c2 .b2:before{
		background: url(/assets/images/beginner/icon-feather.svg) no-repeat center center;
		background-size: 22vw auto;
	}
	.main-content.beginner .c2 .b3:before{
		background: url(/assets/images/beginner/icon-check03.svg) no-repeat center center;
		background-size: 22vw auto;
	}
	.main-content.beginner .c2 .p1 {
	    font-size: 4vw;
	}
	.main-content.beginner .c3 .left,
	.main-content.beginner .c3 .right{
		width: 100%;
	}
	.main-content.beginner .c3 .box {
		margin-bottom: 12vw;
	}
	.main-content.beginner .c3 dt{
		margin-bottom: 4vw;
		padding-left: 8vw;
		font-size: 5vw;
	}
	.main-content.beginner .c3 dt:before {
	    top: -3vw;
	    font-size: 8vw;
	}
	.dl-s1 dt{
		width: 100%;
		font-size: 6vw;
		letter-spacing: 2px;
		border: none;
		border-bottom: #ccc 1px solid;
	}
	.dl-s1 dd{
		width: 100%;
		font-size: 4vw;
	}
	.dl-s1 dd b {
	    font-size: 5vw;
	}
	.main-content.beginner .c5 .p1 {
	    font-size: 5.5vw;
	}
	.main-content.beginner .c5 dt {
	    margin-bottom: 5vw;
	    padding: 4vw;
	    font-size: 5vw;
	}
	.main-content.beginner .c5 dd {
	    padding: 0;
	}
	.main-content.beginner .c6 {
		padding: 12vw 0;
	}
	.main-content.beginner .c6 h2 {
		margin-bottom: 8vw;
	    font-size: 6vw;
	}
	.main-content.beginner .c6 .inr {
	    margin-bottom: 0;
	}
	.main-content.beginner .c6 .box {
	    margin-bottom: 10vw;
	}
	.main-content.beginner .c6 .left,
	.main-content.beginner .c6 .right{
		width: 100%;
	}
	.main-content.beginner .c6 .right {
	    padding-top: 5vw;
	}
	.main-content.beginner .c6 h3 {
	    font-size: 5.5vw;
	}
	.main-content.beginner .c6 .p1 {
	    font-size: 4.5vw;
	}
	.main-content.beginner .c7 li {
	    padding-left: 12vw;
	    font-size: 5vw;
	    background: url(/assets/images/beginner/icon-speech.svg) no-repeat 0 6px;
	    background-size: 10vw auto;
	}
	.main-content.beginner .c7 li br{
		display: none!important;
	}
}

/*よくあるご質問*/
.main-content.qa a{
	text-decoration: none;
}
.tel-banner{
	position: relative;
	margin: 0 auto;
	padding: 35px 10px;
	max-width: 1000px;
	text-align: center;
	border: #a5639f 3px solid;
	overflow: hidden;
}
.tel-banner.wide{
	max-width: 1200px;
}
.tel-banner:after,
.tel-banner:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/images/common/operator.jpg) no-repeat 0 0;
	z-index: -1;
}
.tel-banner:after{
	top: 18px;
	left: auto;
	right: -20px;
	background: url(/assets/images/common/icon-phone02.svg) no-repeat right 10px;
	z-index: -1;
}
.tel-banner dt{
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 1.2;
}
.tel-banner dd{
	font-size: 28px;
}
.tel-banner b{
	display: inline-block;
	padding-left: 65px;
	color: #e0799d;
	font-size: 71px;
	line-height: 1;
	background: url(/assets/images/common/icon-freedial.svg) no-repeat 0 24px;
	background-size: 54px auto;
}
.tel-banner span{
	display: block;
	line-height: 1;
}
.tel-banner i{
	margin-left: 15px;
	font-size: 20px;
}
.main-content.qa .c2 .menu{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.main-content.qa .c2 .menu .box{
	position: relative;
	width: 31.5%;
	background: linear-gradient(90.19351705356792deg, rgba(208, 124, 149,1) 1.910314814750084%,rgba(208, 124, 149,1) 4.036231822066793%,rgba(226, 162, 132,1) 100.02962512846184%);
}
.main-content.qa .c2 .menu .box:before{
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: #fff 1px solid;
	pointer-events: none;
}
.main-content.qa .c2 .menu a{
	display: block;
	padding: 20px;
	padding-left: 80px;
	height: 100%;
	color: #fff;
	font-size: 20px;
}
.main-content.qa .c2 .menu .m1 a{
	background: url(/assets/images/faq/icon-phone03.svg) no-repeat 30px center;
}
.main-content.qa .c2 .menu .m2 a{
	background: url(/assets/images/faq/icon-yen.svg) no-repeat 30px center;
}
.main-content.qa .c2 .menu .m3 a{
	background: url(/assets/images/faq/icon-setting.svg) no-repeat 30px center;
}
.main-content.qa .c2 .content .box{
	margin-bottom: 55px;
}
.main-content.qa .c2 .content h2{
	margin-bottom: 25px;
	padding-left: 45px;
}
.main-content.qa .c2 #b1 h2{
	background: url(/assets/images/faq/icon-phone04.svg) no-repeat 0 5px;
}
.main-content.qa .c2 #b2 h2{
	background: url(/assets/images/faq/icon-yen02.svg) no-repeat 3px 5px;
}
.main-content.qa .c2 #b3 h2{
	background: url(/assets/images/faq/icon-setting02.svg) no-repeat 0 5px;
}
.main-content.qa .c2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.main-content.qa .c2 li{
	width: 49%;
	line-height: 1.4;
	background: #fef7f9;
}
.main-content.qa .c2 li a{
	position: relative;
	display: block;
	padding: 20px;
	padding-left: 60px;
	padding-right: 40px;
	color: #222;
	font-size: 16px;
}
.main-content.qa .c2 li a:after,
.main-content.qa .c2 li a:before{
	content: 'Q';
	position: absolute;
	top: 48%;
	left: 30px;
	color: #e0799d;
	font-size: 20px;
    transform: translateY(-50%);
}
.main-content.qa .c2 li a:after{
	content: '';
	top: 0;
	left: auto;
	right: 18px;
	width: 10px;
	height: 100%;
    transform: translateY(0%);
	background: url(/assets/images/faq/icon-arrow02.svg) no-repeat 0 center;
}
.main-content.qa-detail .c1 dt{
	position: relative;
	margin-bottom: 35px;
	padding: 30px 10px;
	padding-left: 75px;
	background: #fef7f9;
}
.main-content.qa-detail .c1 dt h1{
	font-size: 30px;
	font-weight: normal;
}
.main-content.qa-detail .c1 dd:before,
.main-content.qa-detail .c1 dt:before{
	content: 'Q';
	position: absolute;
	top: 26px;
	left: 30px;
	color: #e0799d;
	font-size: 34px;
}
.main-content.qa-detail .c1 dd{
	position: relative;
	padding-left: 75px;
}
.main-content.qa-detail .c1 dd:before{
	content: 'A';
	top: -8px;
	color: #A5639F;
	font-family: 'Noto Serif JP', serif;
}
.main-content.qa-detail .c2 li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
}
.main-content.qa-detail .c2 li:before{
	content: '';
	position: absolute;
	top: 52%;
	left: 0;
	width: 8px;
	height: 12px;
	background: #a5639f;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.main-content.qa-detail .c2 li a{
	color: #333;
}

@media screen and (max-width:820px) {
	.main-content.qa .c2 .menu a {
	    padding: 15px;
	    padding-left: 60px;
	    line-height: 1.4;
	    font-size: 18px;
	}
	.main-content.qa .c2 .menu .m1 a{
		background: url(/assets/images/faq/icon-phone03.svg) no-repeat 15px center;
	}
	.main-content.qa .c2 .menu .m2 a{
		background: url(/assets/images/faq/icon-yen.svg) no-repeat 15px center;
	}
	.main-content.qa .c2 .menu .m3 a{
		background: url(/assets/images/faq/icon-setting.svg) no-repeat 15px center;
	}
	.main-content.qa-detail .c1 dt h1{
	    font-size: 3.5vw;
	}
}

@media screen and (max-width:767px) {
	.tel-banner {
	    padding: 20px 10px;
	}
	.tel-banner:after,
	.tel-banner:before{
		left: -5vw;
		background: url(/assets/images/common/operator.jpg) no-repeat 0 0;
		background-size: 50vw auto;
		opacity: 0.5;
	}
	.tel-banner:after{
		top: auto;
		left: auto;
		right: -4vw;
		bottom: -8vw;
		background: url(/assets/images/common/icon-phone02.svg) no-repeat right 10px;
		background-size: 22vw auto;
		opacity: 1;
	}
	.tel-banner dt{
		font-size: 5vw;
	}
	.tel-banner dd{
		font-size: 4.5vw;
	}
	.tel-banner b{
		padding-left: 40px;
		font-size: 7vw;
		background: url(/assets/images/common/icon-freedial.svg) no-repeat 0 center;
		background-size: 30px auto;
	}
	.tel-banner i {
	    margin-left: 3vw;
	    font-size: 3vw;
	}
	.main-content.qa .c2 .menu {
		gap: 5vw;
	    margin-bottom: 10vw;
	}
	.main-content.qa .c2 .menu .box{
		width: 100%;
	}
	.main-content.qa .c2 .menu a {
	    padding: 20px;
	    padding-left: 60px;
	    font-size: 4.5vw;
	}
	.main-content.qa .c2 .menu .m1 a{
		background: url(/assets/images/faq/icon-phone03.svg) no-repeat 20px center;
	}
	.main-content.qa .c2 .menu .m2 a{
		background: url(/assets/images/faq/icon-yen.svg) no-repeat 20px center;
	}
	.main-content.qa .c2 .menu .m3 a{
		background: url(/assets/images/faq/icon-setting.svg) no-repeat 20px center;
	}
	.main-content.qa .c2 .content h2 {
	    font-size: 5.5vw;
	    letter-spacing: 1px;
	}
	.main-content.qa .c2 .content .box {
	    margin-bottom: 12vw;
	}
	.main-content.qa .c2 #b1 h2{
		background: url(/assets/images/faq/icon-phone04.svg) no-repeat 0 0;
		background-size: 30px auto;
	}
	.main-content.qa .c2 #b2 h2{
		background: url(/assets/images/faq/icon-yen02.svg) no-repeat 7px 2px;
		background-size: 20px auto;
	}
	.main-content.qa .c2 #b3 h2{
		background: url(/assets/images/faq/icon-setting02.svg) no-repeat 4px 1px;
		background-size: 28px auto;
	}
	.main-content.qa .c2 li {
	    width: 100%;
	}
	.main-content.qa .c2 li a {
	    padding: 15px 40px;
	}
	.main-content.qa .c2 li a:before{
		left: 15px;
	}
	.main-content.qa-detail .c1 dt {
	    margin-bottom: 5vw;
	    padding: 5vw;
	    padding-left: 10vw;
	}
	.main-content.qa-detail .c1 dt h1{
	    font-size: 4.5vw;
	}
	.main-content.qa-detail .c1 dd {
	    padding-left: 10vw;
	}
	.main-content.qa-detail .c1 dd:before,
	.main-content.qa-detail .c1 dt:before {
	    top: 2vw;
	    left: 2vw;
	    font-size: 7vw;
	}
	.main-content.qa-detail .c1 dd:before {
	    top: -3vw;
	}
}

/*お問い合わせ*/
.main-content.contact .c3 .mail{
	margin-bottom: 25px;
	padding: 35px 10px;
	padding-left: 40px;
	background: #fef7f9;
}
.main-content.contact .c3 .mail a{
	display: inline-block;
	padding-left: 60px;
	color: #222;
	text-decoration: none;
	background: url(/assets/images/contact/icon-email.svg) no-repeat 0 center;
}

/*占術紹介*/
.main-content.divination .c1 .box{
	margin-bottom: 60px;
}
.main-content.divination .c1 .h2{
	margin-bottom: 30px;
}
.main-content.divination .c1 ul{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 20px calc(5.5% / 2);
}
.main-content.divination .c1 li{
	width: 31.5%;
}
.main-content.divination .c1 li a{
	display: block;
	padding: 15px;
	line-height: 1.4;
	color: #222;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	background: #fef7f9;
	border: #f4cdda 1px solid;
}
.main-content.divination-detail .c1 .inr{
	margin-bottom: 100px;
}
.main-content.divination-detail .c1 .more{
	text-align: center;
}
.main-content.divination-detail .c2 .inr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0;
}
.main-content.divination-detail .c2 .box{
	position: relative;
	width: 49%;
	border: #f4cdda 1px solid;
	border-radius: 5px;
	overflow: hidden;
}
.main-content.divination-detail .c2 .box:hover{
	box-shadow: 0px 0px 0px 3px #f4cdda;
}
.main-content.divination-detail .c2 h2{
	margin-bottom: 30px;
	text-align: center;
}
.main-content.divination-detail .c2 h2:before{
	display: none;
}
.main-content.divination-detail .c2 .box a{
	display: block;
	padding: 15px;
	padding-bottom: 80px;
	height: 100%;
	color: #222;
	text-decoration: none;
}
.main-content.divination-detail .c2 .box a:hover *,
.main-content.divination-detail .c2 .box a:hover{
	opacity: 1;
}
.main-content.divination-detail .c2 .u{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px 0;
	margin-bottom: 20px;
}
.main-content.divination-detail .c2 .u .l{
	width: 35%;
}
.main-content.divination-detail .c2 .u .r{
	width: 62%;
}
.main-content.divination-detail .c2 .u rb{
	color: #a5639f;
	font-size: 28px;
}
.main-content.divination-detail .c2 .u dt span{
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	background: #054D63;
	border-radius: 3px;
}
.main-content.divination-detail .c2 .u dt .g2{
	background: #AF0033;
}
.main-content.divination-detail .c2 .m {
	margin-bottom: 20px;
}
.main-content.divination-detail .c2 .m dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: #f4cdda 1px solid;
	border-bottom: none;
}
.main-content.divination-detail .c2 .m dl:last-child{
	border-bottom: #f4cdda 1px solid;
}
.main-content.divination-detail .c2 .m dt{
	display: flex;
	align-items: center;
	padding: 10px;
	width: 100px;
	color: #a5639f;
	background: #fef7f9;
	border-right: #f4cdda 1px solid;
}
.main-content.divination-detail .c2 .m dd{
	padding: 10px;
	width: calc(100% - 100px);
}
.main-content.divination-detail .c2 .b{
	text-align: center;
}
.main-content.divination-detail .c2 .b span{
	display: inline-block;
	padding: 10px;
	min-width: 300px;
	color: #fff;
	background: #be5a5a;
	border-radius: 5px;
}
.main-content.divination-detail .c2 .b .s2{
	background: #a5639f;
}
.main-content.divination-detail .c2 .b .s3{
	background: #e37c4c;
}
.main-content.divination-detail .c2 .more{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.main-content.divination-detail .c2 .more span{
	display: block;
	position: relative;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.main-content.divination-detail .c2 .more span:after,
.main-content.divination-detail .c2 .more span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90.05044917923726deg, rgba(211, 143, 167,1) 2.18982178568331%,rgba(211, 143, 167,1) 5.907638380719535%,rgba(214, 92, 134,1) 99.17637999411372%);
	z-index: -1;
	transition: all .3s;
}
.main-content.divination-detail .c2 .more span:after{
	opacity: 0;
	background: linear-gradient(89.75409247500102deg, rgba(208, 124, 150,1) 1.7765031216349114%,rgba(208, 124, 150,1) 4.684850967338438%,rgba(226, 162, 133,1) 100.08697335405982%);
}
.main-content.divination-detail .c2 .box:hover .more span:after{
	opacity: 1;
}

@media screen and (max-width:1000px) {
	.main-content.divination-detail .c2 .box{
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.main-content.divination-detail .c2 h2{
		margin-bottom: 15px;
	}
	.main-content.divination-detail .c2 .u rb {
	    font-size: 7vw;
	}
	.main-content.divination-detail .c2 .u .l,
	.main-content.divination-detail .c2 .u .r{
		width: 100%;
	}
	.main-content.divination-detail .c2 .m dt,
	.main-content.divination-detail .c2 .m dd{
		width: 100%;
		border: none;
	}
	.main-content.divination-detail .c2 .m dt{
		border-bottom: #f4cdda 1px solid;
	}
}

@media screen and (max-width:767px) {
	.main-content.divination .c1 ul {
	    gap: 20px 2%;
	}
	.main-content.divination .c1 li {
	    width: 49%;
	}
	.main-content.divination .c1 li a {
	    font-size: 4vw;
	}
	.main-content.divination-detail .c1 .inr {
	    margin-bottom: 12vw;
	}
}

/*料金システム*/
.main-content.fee .c1 ul{
	margin-bottom: 55px;
}
.main-content.fee .c2 .box{
	margin-bottom: 60px;
}
.main-content.fee .c2 h3{
	margin-bottom: 20px;
	padding: 25px 10px;
	padding-left: 70px;
	color: #e0799d;
	font-size: 22px;
	letter-spacing: 2px;
	background: #fef7f9;
}
.main-content.fee .c2 .b1 h3{
	background: #fef7f9 url(/assets/images/fee/icon-bank.svg) no-repeat 18px center;
}
.main-content.fee .c2 .b2 h3{
	background: #fef7f9 url(/assets/images/fee/icon-card.svg) no-repeat 18px center;
}
.main-content.fee .c2 .b3 h3{
	background: #fef7f9 url(/assets/images/fee/icon-a.svg) no-repeat 20px center;
}
.main-content.fee .c2 .b1 dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #333;
	border: #ccc 1px solid;
	border-bottom: none;
}
.main-content.fee .c2 .b1 dl:last-of-type{
	border: #ccc 1px solid;
}
.main-content.fee .c2 .b1 dt{
	padding: 10px;
	width: 20%;
	text-align: center;
	border-right: #ccc 1px solid;
}
.main-content.fee .c2 .b1 dd{
	padding: 10px;
	padding-left: 30px;
	width: 80%;
}
.main-content.fee .c2 .b1 li{
	font-size: 16px;
}
.main-content.fee .c2 .box .image{
	margin-bottom: 20px;
	padding-top: 10px;;
}
.main-content.fee .c2 .box .ul-s1{
	margin-bottom: 35px;
}
.main-content.fee .c2 .box .ul-s1 li{
	font-size: 16px;
}
.main-content.fee .c2 .inr-box{
	margin-bottom: 40px;
}
.main-content.fee .c2 .inr-box dt{
	margin-bottom: 15px;
	font-size: 22px;
}
.main-content.fee .c2 .inr-box dd{
	padding: 25px 35px;
	border: #ccc 1px solid;
}
.main-content.fee .c2 .inr-box ol{
    counter-reset: ol-count1;
	padding-left: 40px;
}
.main-content.fee .c2 .inr-box li{
	position: relative;
	margin-bottom: 20px;
}
.main-content.fee .c2 .inr-box li:last-of-type{
	margin-bottom: 0;
}
.main-content.fee .c2 .inr-box li:before{
	position: absolute;
	top: -3px;
	left: -40px;
    counter-increment: ol-count1;
    content: '0' counter(ol-count1) '.';
	color: #a5639f;
	font-size: 22px;
}
.main-content.fee .c2 .li-s1{
	vertical-align: middle;
}
.main-content.fee .c2 .li-s1 * {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.main-content.fee .c2 .p1{
	font-size: 14px;
}
.main-content.fee .c2 .b3 .inr-box{
	margin-bottom: 10px;
}

@media screen and (max-width:767px) {
	.main-content.fee .c2 h3 {
	    padding: 5vw;
	    padding-left: 15vw;
	    font-size: 5vw;
	}
	.main-content.fee .c2 .box {
	    margin-bottom: 12vw;
	}
	.main-content.fee .c2 .b1 h3{
		background: #fef7f9 url(/assets/images/fee/icon-bank.svg) no-repeat 4vw center;
		background-size: 8vw auto;
	}
	.main-content.fee .c2 .b2 h3{
		background: #fef7f9 url(/assets/images/fee/icon-card.svg) no-repeat 4vw center;
		background-size: 8vw auto;
	}
	.main-content.fee .c2 .b3 h3{
		background: #fef7f9 url(/assets/images/fee/icon-a.svg) no-repeat 5vw center;
		background-size: 6vw auto;
	}
	.main-content.fee .c2 .b1 dt{
		width: 35%;
	}
	.main-content.fee .c2 .b1 dd{
		padding-left: 10px;
		width: 65%;
	}
	.main-content.fee .c2 .inr-box {
	    margin-bottom: 8vw;
	}
	.main-content.fee .c2 .inr-box dt {
	    font-size: 5vw;
	    line-height: 1.4;
	}
	.main-content.fee .c2 .inr-box dd {
	    padding: 5vw;
	}
	.main-content.fee .c2 .inr-box ol {
	    counter-reset: ol-count1;
	    padding-left: 6vw;
	}
	.main-content.fee .c2 .inr-box li:before {
	    left: -8vw;
	    font-size: 5vw;
	}
}

/*ご利用方法*/
.main-content.guide .c1 .p1 span{
	display: inline-block;
	background: #f9e7c2;
}
.main-content.guide .c1 .box{
	margin-bottom: 30px;
	padding: 50px;
	border: #e0799d 1px solid;
}
.main-content.guide .c1 dt{
	margin-bottom: 10px;
	color: #e0799d;
	font-size: 24px;
	text-align: center;
	letter-spacing: 2px;
}
.main-content.guide .c1 li{
	padding-left: 35px;
	color: #a5639f;
	background: url(/assets/images/common/icon-check02.svg) no-repeat 15px 10px;
	background-size: 13px auto;
}
.main-content.guide .c1 .member-btn{
	margin-bottom: 30px;
}
.main-content.guide .c1 .bottom b{
	color: #e0799d;
	font-size: 30px;
	font-weight: normal;
}
.main-content.guide .c2 .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.main-content.guide .c2 .left{
	width: 56.5%;
}
.main-content.guide .c2 .right{
	width: 40%;
}
.main-content.guide .c2 dt{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 24px;
	letter-spacing: 3px;
}
.main-content.guide .c2 dt b{
	margin-right: 40px;
	color: #e0799d;
	font-size: 40px;
}
.main-content.guide .c2 dt i{
	margin-left: 15px;
}
.main-content.guide .c2 dd p:not(:last-child){
	margin-bottom: 15px;
}
.main-content.guide .c2 dd .p1{
	font-size: 16px;
}

@media screen and (max-width:820px) {
	.main-content.guide .c2 dt {
	    font-size: 3vw;
	    letter-spacing: 2px;
	}
	.main-content.guide .c2 dt b {
	    margin-right: 20px;
	    font-size: 4vw;
	}
}

@media screen and (max-width:767px) {
	.main-content.guide .c1 .box {
	    padding: 5vw;
	}
	.main-content.guide .c1 dt {
	    font-size: 5.5vw;
	}
	.main-content.guide .c1 li {
	    padding-left: 20px;
	    background: url(/assets/images/common/icon-check02.svg) no-repeat 0 10px;
	    background-size: 13px auto;
	}
	.main-content.guide .c1 .bottom b {
	    font-size: 6vw;
	}
	.main-content.guide .c2 .box {
		gap: 5vw;
	    margin-bottom: 12vw;
	}
	.main-content.guide .c2 .left,
	.main-content.guide .c2 .right{
		width: 100%;
}
	.main-content.guide .c2 dt {
	    font-size: 4.5vw;
	}
	.main-content.guide .c2 dt b {
	    margin-right: 3vw;
	    font-size: 6vw;
	}
	.main-content.guide .c2 dt i {
	    margin-left: 2vw;
	}
}

/*待機スケジュール*/
.main-content.schedule .sch-date-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: #e0799d 2px solid;
}

.main-content.schedule .sch-date-list li{
	color: #be5a79;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	background: #FEF7F9;
	border-radius: 10px 10px 0 0;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    display:flex;
    align-items: center;
    justify-content: center;
        margin: 0 1px;
}

.main-content.schedule .sch-date-list li a {
    text-decoration: none;
    width: 100%;
}

.main-content.schedule .sch-date-list li.selected {
	color: #fff;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(209, 125, 150,1) 2.332825850727212%,rgba(209, 125, 149,1) 2.332825850727212%,rgba(226, 162, 132,1) 99.32106755170386%);
    display: flex;
}

.main-content.schedule .sch-date-list li.selected a{
    color: #fff;
}

.subpage.schedule .time-txt {
    padding-bottom: 10px;
}

@media screen and (max-width:767px) {

.main-content.schedule .sch-date-list li .dow {
        display: block;
    }

.main-content.schedule .sch-date-list li{
    line-height: 20px;
    font-size: 12px;
    padding: 0.5em 0;
}
}

.main-content.schedule .c1 table{
	width: 1200px;
}
.main-content.schedule .c1 th{
	height: 80px;
}
.main-content.schedule .c1 td{
	width: calc(900px / 48);
	height: 80px;
}
.main-content.schedule .c1 td.on{
	background: #e0799d;
}
.main-content.schedule .c1 tr:first-child th{
	height: 32px;
	font-size: 16px;
	background: #fef7f9;
}
.main-content.schedule .c1 td:nth-of-type(odd){
	border-right: #ccc 1px dashed;
}
.main-content.schedule .c1 td:nth-of-type(even){
	border-left: #ccc 1px dashed;
}
.main-content.schedule .c1 th:first-child{
	position:sticky;
	left:0;
	/*width: 300px;*/
	text-align: left;
	border-left: none;
}
.main-content.schedule .c1 .content .t1{
	position: relative;
	padding-left: 44px;
	font-size: 15px;
	font-weight: normal;
	vertical-align: middle;
	background: #fff;
}
.main-content.schedule .c1 .content .t1:before{
	content: '';
	position: absolute;
	top: 52%;
	left: 0;
	width: 40px;
	height: 22px;
	background: #E0799D;
    transform: translateY(-50%);
}

.main-content.schedule .c1 .name{
	font-size: 15px;
	vertical-align: middle;
	line-height: 2.4;
	background: #fff;
}
.main-content.schedule .c1 .name i{
	margin-left: 5px;
	font-size: 12px;
}
.main-content.schedule .c1 .name rt{
	font-size: 10px;
}
.main-content.schedule .c1 .name img{
	margin-right: 10px;
	width: 40px;
	height: 40px;
}

@media screen and (max-width:1199px) {
	.main-content.schedule .c1 .content{
		overflow-x: scroll;
	}
}

@media screen and (max-width:820px) {
	.main-content.schedule .c1 th:first-child{
		width: 200px;
	}
	.main-content.schedule .c1 th,
	.main-content.schedule .c1 td{
		height: 60px;
	}
}

@media screen and (max-width:767px) {
	.main-content.schedule .c1 th:first-child{
		width: 150px;
	}
}

/*サイトマップ*/
.main-content.sitemap .c1 ul li {
	margin-bottom: 10px;
}
.main-content.sitemap .c1 ul li:last-child {
	margin-bottom: 50px;
}
	@media screen and (max-width:767px) {
		.main-content.sitemap .c1 ul li:last-child {
			margin-bottom: 8vw;
		}
	}
.main-content.sitemap .c1 ul li::before {
	background-color: #E0799D;
	border-radius: 360px;
	content: '';
	display: inline-block;
	height: 10px;
	margin-right: 14px;
	width: 10px;
}
.main-content.sitemap .c1 ul li a {
	color: #222;
	font-weight: 500;
	text-decoration: none;
}
/*お客様の声、口コミ*/
.main-content.thanks a{text-decoration: none;}

	@media screen and (max-width:767px) {
		.main-content.thanks .top-list .inr {
			gap: 30px 0;
			margin-bottom: 30px;
		}
	}
.main-content.thanks .top-list .box {
	width: calc((100% / 2) - 20px);
}
	@media screen and (max-width:1000px) {
		.main-content.thanks .top-list .box {
			width: 100%;
			margin-top: 2em;
		}
	}
.main-content.thanks .top-list .box:nth-child(odd) {
	margin-right: 20px;
}
	@media screen and (max-width:1000px) {
		.main-content.thanks .top-list .box:nth-child(odd) {
			margin-right: 0;
			
		}
	}
.main-content.thanks .top-list .box:nth-child(even) {
	margin-left: 20px;
}
	@media screen and (max-width:1000px) {
		.main-content.thanks .top-list .box:nth-child(even) {
			margin-left: 0;
		}
	}
.main-content.thanks .top-list .box .profile {
	display: flex;
	margin-bottom: 20px;
}
.main-content.thanks .top-list .box .profile p{color: #333;}

	@media screen and (max-width:480px) {
		.main-content.thanks .top-list .box .profile {
			flex-direction: column;
			
		}
	}
.main-content.thanks .top-list .box .profile figure {
	margin-right: 12px;
	position: relative;
max-width: 260px;
    min-width: 190px;
}
	@media screen and (max-width:480px) {
		.main-content.thanks .top-list .box .profile figure {
			margin: 0 auto 20px auto;
			
		}
	}
.main-content.thanks .top-list .box .profile figure .line {
    line-height: 0;
    position: relative;
}
.main-content.thanks .top-list .box .profile figure .line._female::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 0px 6px #b25fb58a inset;
}
.main-content.thanks .top-list .box .profile figure .line._male::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 0px 6px #445d9b85 inset;
}
.main-content.thanks .top-list .box .profile figure img {
max-width: 260px;
    min-width: 190px;
    width: 100%;
}
	@media screen and (max-width:768px) {
		.main-content.thanks .top-list .box .profile figure img {
/*			height: 150px;
			width: 150px;*/
		}
	}
	@media screen and (max-width:400px) {
		@media screen and (max-width:768px) {
			.main-content.thanks .top-list .box .profile figure img {
/*				height: initial;
				width: 100%;*/
			}
		}
	}
.main-content.thanks .top-list .box .profile .status {display: block;width: 100%;
    padding: 0;
    min-width: 64px;
    height: auto;}
.main-content.thanks .top-list .box .profile .status .realtime-state{
line-height: 1;
    padding: 8px 10px;
    text-align: center;
}
 .main-content.thanks .top-list .box .profile .status span{font-size: 16px !important;
    margin-left: 0;} 

	@media screen and (max-width:768px) {
		.main-content.thanks .top-list .box .profile .status {
		}
	}
	@media screen and (max-width:400px) {
		.main-content.thanks .top-list .box .profile .status {
			width: 100%;
		}
	}
.main-content.thanks .top-list .box .profile .status .psychic {
	color: #333;
	margin-bottom: 10px;
	text-align: left;

}

.main-content.thanks .top-list .box a .profile .status .psychic {	text-decoration: none !important;}
.main-content.thanks .top-list .box .profile .status .psychic ruby {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-right: 12px;
}
.main-content.thanks .top-list .box .profile .status .psychic ruby rt {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}
.main-content.thanks .top-list .box .profile .status .psychic span {
	font-size: 22px;
	font-weight: 500;
}
.main-content.thanks .top-list .box .profile .status .now {
	background-color: #FDE7EE;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.main-content.thanks .top-list .box .profile .status .now._on {
	color: #BE5A79;
	text-align: center;
}
.main-content.thanks .top-list .box .profile .status .now._off {
	text-align: center;
}
.main-content.thanks .top-list .box .profile .status .price {
	font-size: 18px;
}
.main-content.thanks .top-list .box .profile .status .price span {
	font-size: 16px;
}
.main-content.thanks .top-list .box .customer_voice {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.main-content.thanks .top-list .box .customer_voice p {
	padding: 25px 40px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}
	@media screen and (max-width:767px) {
		.main-content.thanks .top-list .box .customer_voice p {
			max-height: 145px;
		}
	}
.main-content.thanks .top-list .box .customer_voice a {
	align-items: center;
	background-color: rgba(224, 121, 157, .1);
	color: #BE5A79;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	justify-content: center;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.main-content.thanks .top-list .box .customer_voice a::after {
	background-image: url('/assets/images/common/icon-arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 30px;
	margin-left: 13px;
	width: 30px;
}
.main-content.thanks .top-list .box .profile .status .realtime-state {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
        /*padding: 0 20px;*/
}

/* 待機スケジュール 追加*/

#sch-tbl h3 {background: unset;padding: inherit;}
#sch-tbl th,#sch-tbl td {display: table-cell;}

#sch-tbl {
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: visible;
    /*margin-bottom:50px;*/
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "游明朝", "Yu Mincho", "YuMincho", serif;
}
#sch-tbl table {
  max-width: 100%;
  margin: 1px auto 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  box-sizing: content-box;
  font-size: 16px;
  line-height: 16px;
  background-color: #FFF;
        overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#sch-tbl thead tr:first-child th {
  border-top: 1px solid #cccccc;
}
#sch-tbl tr.time th:nth-child(n+2) {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#sch-tbl tr.time th:last-child {
  border-right: 1px solid #dddddd;
}
#sch-tbl tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#sch-tbl tr.time th {
  color: #222;
  text-align: center;
  background-color: #FEF7F9;
  padding-bottom: 0;
  vertical-align: middle;
    font-family: 'Roboto', sans-serif;
}

#sch-tbl tr.time th:nth-child(n+2) {
  min-width: 33px;
  width: 33px;
  height: 40px;
}

#sch-tbl tr.time th:first-child {
  background-color: #FEF7F9;
  width: 140px;
  min-width: 140px;
  height: 40px;
}

#sch-tbl.prof tr.time th:first-child {
  width: 90px;
  min-width: 90px;
}
  
#sch-tbl tbody th:first-child {
  background-color: #fff;
  white-space: nowrap;
  overflow: visible;
  height: 50px;
  padding: 0 3px 0 0;
  font-size: 14px;
  line-height: 1;
}
#sch-tbl.prof tbody th:first-child {
  width: 80px;
  text-align: center;
}
#sch-tbl tbody th a{text-decoration: none;}
#sch-tbl tbody th a:hover {opacity: .6;}

#sch-tbl tbody th:first-child a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px 0;
  padding: 4px;
  height: 32px;
  width: 150px;
}
#sch-tbl tbody th:first-child a img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin-right: 4px;
}
#sch-tbl tbody th:first-child a h3 {
  color: #222;
  font-size: 15px;
  line-height: 30px;
  white-space: nowrap;
  align-self: center;
  margin: 0;
  display: block;
  height: 30px;
  padding-top: 0;
    letter-spacing: normal;
}
#sch-tbl tbody th:first-child a ruby { }
#sch-tbl tbody th:first-child a span {
  font-size: 70%;
  font-weight: 300;
}

#sch-tbl tbody th.date { color: #222; background-image: none; vertical-align: middle; padding: 0 8px;font-size: 18px;font-weight: 600;
line-height: 1;}


#sch-tbl tbody th.date.sat { color: rgba(74, 93, 155, .8); }
#sch-tbl tbody th.date.sun { color: #BE5A5A; }

#sch-tbl td {
  height: 30px;
  width: 14px;
  min-width: 14px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

#sch-tbl tr.time th.now {
  background-color: #E0799D;
  color: #fff;
}

#sch-tbl td.available {
  background-color: #ebe1e1;
}
#sch-tbl td.available.now {
  background-color: #E0799D;
}
#sch-tbl td.r-end {
  border-right-color: #a9a9a9;
}
#sch-tbl tbody tr:last-child td,
#sch-tbl tbody tr:nth-child(11n+5) td,
#sch-tbl tbody tr:nth-child(11n+10) td {
  border-bottom: 1px solid #a9a9a9;
}
#sch-tbl.prof tr:nth-child(5n) td {
  border-bottom: 1px solid #a9a9a9;
}

#sch-tbl td:nth-child(2n) {
  border-right: 1px dashed #dddddd;
}


/*▼お客様の声、口コミ_個別ページ*/
/*霊能者一覧_先生個別ページの最初も共通*/
.main-content.reinou .top-list .profile,
.main-content.thanks_personal .top-list .profile {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
	@media screen and (max-width:500px) {
		.main-content.reinou .top-list .profile,
		.main-content.thanks_personal .top-list .profile {
			flex-direction: column;
		}
	}
.main-content.reinou .top-list figure,
.main-content.thanks_personal .top-list figure {
	margin-right: 27px;
	position: relative;
}
	@media screen and (max-width:500px) {
		.main-content.reinou .top-list figure,
		.main-content.thanks_personal .top-list figure {
			margin: 0 auto 20px;
        max-width: 280px;
		}
	}
.main-content.reinou .top-list figure img,
.main-content.thanks_personal .top-list figure img {
	height: auto;
	width: 300px;
    /*border: 6px solid #8388b3;*/
}


.main-content.reinou .top-list figure .line,
.main-content.thanks_personal .top-list figure .line{line-height: 0; position: relative;max-width: 280px;     margin: 0 auto;}

.main-content.reinou .top-list figure .line._male::after,
.main-content.thanks_personal .top-list figure .line._male::after{
content: '';
position: absolute;
left: 0; right: 0; top:0;bottom: 0;
box-shadow: 0px 0px 0px 6px #445d9b85 inset;}

.main-content.reinou .top-list figure .line._female::after,
.main-content.thanks_personal .top-list figure .line._female::after {
content: '';
position: absolute;
left: 0; right: 0; top:0;bottom: 0;
box-shadow: 0px 0px 0px 6px #b25fb58a inset;}


	@media screen and (max-width:767px) {
		.main-content.reinou .top-list figure img,
		.main-content.thanks_personal .top-list figure img {
			height: 220px;
			width: 220px;
		}
	}
	@media screen and (max-width:500px) {
		.main-content.reinou .top-list figure img,
		.main-content.thanks_personal .top-list figure img {
			height: initial;
			width: 100%;
			min-width: 280px;
        height: auto;
		}
	}
.main-content.reinou .top-list .status,
.main-content.thanks_personal .top-list .status {
	width: calc(100% - 327px);
}
	@media screen and (max-width:767px) {
		.main-content.reinou .top-list .status,
		.main-content.thanks_personal .top-list .status {
			width: calc(100% - 220px);
		}
	}
	@media screen and (max-width:500px) {
		.main-content.reinou .top-list .status,
		.main-content.thanks_personal .top-list .status {
			width: 100%;
		}
	}
.main-content.reinou .top-list .status .psychic,
.main-content.thanks_personal .top-list .status .psychic {
	margin-bottom: 21px;
	padding-right: 120px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .top-list .status .psychic,
		.main-content.thanks_personal .top-list .status .psychic {
			padding-right: 0;
		}
	}
.main-content.reinou .top-list .status .psychic ruby,
.main-content.thanks_personal .top-list .status .psychic ruby {
	font-size: 45px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .top-list .status .psychic ruby,
		.main-content.thanks_personal .top-list .status .psychic ruby {
			font-size: 30px;
		}
	}
.main-content.reinou .top-list .status .psychic a,
.main-content.thanks_personal .top-list .status .psychic a {
	color: #222;
	text-decoration: none;
	text-decoration-line: none;
}
.main-content.reinou .top-list .status .psychic ruby rt,
.main-content.thanks_personal .top-list .status .psychic ruby rt {
	font-size: 16px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .top-list .status .psychic ruby rt,
		.main-content.thanks_personal .top-list .status .psychic ruby rt {
			font-size: 10px;
		}
	}
.main-content.reinou .top-list .status .psychic span,
.main-content.thanks_personal .top-list .status .psychic span {
	font-size: 31px;
	margin-left: 12px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .top-list .status .psychic span,
		.main-content.thanks_personal .top-list .status .psychic span {
			font-size: 4.5vw;
		}
	}

.main-content.ranking ._ranking .realtime-state,
.main-content.reinou .top-list .status .realtime-state,
.main-content.thanks_personal .top-list .status .realtime-state {
	margin-bottom: 19px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.main-content.ranking ._ranking .realtime-state::after,
.main-content.reinou .top-list .status .realtime-state::after,
.main-content.thanks_personal .top-list .status .realtime-state::after {
	border-bottom: solid 1px #ccc;
	content: '';
	display: inline-block;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 220px;
	width: 100%;
}

.main-content.ranking ._ranking .realtime-state span,
.main-content.reinou .top-list .status .realtime-state span,
.main-content.thanks_personal .top-list .status .realtime-state span {
	display: block;
	font-size: 16px;
	line-height: 1.8;
	width: 195px;
}

.main-content.ranking ._ranking .realtime-state.talking span,
.main-content.reinou .top-list .status .realtime-state.talking span,
.main-content.thanks_personal .top-list .status .realtime-state.talking span{
	background-color: #FDE7EE;
	color: #BE5A79;
}
..main-content.ranking ._ranking .realtime-state.nowait span,
.main-content.reinou .top-list .status .realtime-state.nowait span,
.main-content.thanks_personal .top-list .status .realtime-state.nowait span{
    background-color: #E37C4C;
    color: #fff;
}
.main-content.ranking ._ranking .realtime-state.reservable span,
.main-content.reinou .top-list .status .realtime-state.reservable span,
.main-content.thanks_personal .top-list .status .realtime-state.reservable span{
	background-color: #A5639F;
	color: #fff;
}
.main-content.ranking ._ranking .realtime-state.nodata span,
.main-content.reinou .top-list .status .realtime-state.nodata span,
.main-content.thanks_personal .top-list .status .realtime-state.nodata span{
	background-color: #bdb76b;
	color: #fff;
}
.main-content.ranking ._ranking .realtime-state.unavailable span,
.main-content.reinou .top-list .status .realtime-state.unavailable span,
.main-content.thanks_personal .top-list .status .realtime-state.unavailable span{
	background-color: #FDE7EE;
	color: #d3d3d3;
}

.main-content.reinou .top-list .status,
.main-content.thanks_personal .top-list .status {
	display: initial;
	height: initial;
	line-height: initial;
	margin: 0;
	padding: 0;
	position: relative;
}
.main-content.reinou .top-list .status .num,
.main-content.thanks_personal .top-list .status .num {
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .top-list .status .num,
		.main-content.thanks_personal .top-list .status .num {
			margin-bottom: 10px;
			position: initial;
			text-align: right;
		}
	}
.main-content.reinou .top-list .status dl,
.main-content.thanks_personal .top-list .status dl {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	line-height: 1.4;
	margin-bottom: 0;
	text-align: left;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .top-list .status dl,
		.main-content.thanks_personal .top-list .status dl {
			flex-direction: column;
		}
	}
.main-content.reinou .top-list .status dl dt,
.main-content.thanks_personal .top-list .status dl dt {
	color: #888;
	font-size: 18px;
	max-width: 160px;
	min-width: 190px;
	padding-right: 5%;
	width: 20%;
}
.main-content.reinou .top-list .status dl dd,
.main-content.thanks_personal .top-list .status dl dd {
	color: #333;
	margin-bottom: 15px;
	width: 80%;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .top-list .status dl dt,
		.main-content.thanks_personal .top-list .status dl dt,
		.main-content.reinou .top-list .status dl dd,
		.main-content.thanks_personal .top-list .status dl dd {
			font-size: 16px;
			width: 100%;
		}
	}
.main-content.reinou .more.reinou-1 a.btn-s1 {
	width: 100%;
}
.main-content.thanks_personal .temp {
	padding: 80px 0 50px;
}
.main-content.thanks_personal .temp h1 {
	font-size: 45px;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}
	@media screen and (max-width:767px) {
		.main-content.thanks_personal .temp h1 {
			font-size: 6.5vw;
		}
	}
.main-content.thanks_personal .temp h2 {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: left;
}
	@media screen and (max-width:767px) {
		.main-content.thanks_personal .temp h2 {
			font-size: 6vw;
			margin-bottom: 5vw;
		}
	}
.main-content.thanks_personal .temp h3 {
	background-color: #FEF7F9;
	color:#E0799D;
	font-size: 24px;
	margin: 30px 0;
	padding: 10px;
}
.main-content.thanks_personal .temp h4 {
	font-size: 24px;
	line-height: 1.4;
	margin: 30px 0;
}
.main-content.thanks_personal .temp a.txt_link {
	margin-bottom: 30px;
}
.main-content.thanks_personal .temp a.mincho {
	background: linear-gradient(89.75409247500102deg, rgba(208, 124, 150,1) 1.7765031216349114%,rgba(208, 124, 150,1) 4.684850967338438%,rgba(226, 162, 133,1) 100.08697335405982%);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 1;
    margin: 30px auto 0 0;
    max-width: 400px;
    padding: 22px 20px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 3px 10px #BF3B69;
}
.main-content.thanks_personal .temp hr {
	background-color: #a5639f;
	border: none;
	height: 2px;
	margin: 30px 0 40px;
	width: 100%;
}
.main-content.thanks_personal .temp ul {
	margin: 0 0 20px 7px;
}
.main-content.thanks_personal .temp ul li {
    padding-left: 20px;
	text-indent: -20px;
}
.main-content.thanks_personal .temp ul li::before {
	background-color: #E0799D;
	border-radius: 360px;
	content: '';
	display: inline-block;
	height: 8px;
	margin-right: 15px;
	width: 8px;
}
.main-content.thanks_personal .temp ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.main-content.thanks_personal .temp ol li {
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}
.main-content.thanks_personal .temp ol li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #a5639f;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	width: 28px;
	color: #ffffff;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.main-content.thanks_personal .temp ul li:not(:last-child),
.main-content.thanks_personal .temp ol li:not(:last-child) {
	margin-bottom: 10px;
}
.main-content.thanks_personal .temp .box {
	border: solid 1px #a5639f;
	padding: 30px 20px;
	width: 100%;
}
.main-content.thanks_personal .customer_voice {
	margin-top: 30px;
}
.main-content.thanks_personal .customer_voice ul li {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	padding: 30px 40px 23px;
}
.main-content.thanks_personal .customer_voice ul li p {
	display: flex;
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	padding: 0 0 0 70px;
}

.main-content.thanks_personal .customer_voice ul li p::before {
	background-image: url('../images/icon-balloon.svg');
	position: absolute;
	top:0;
	left: 0;
	/*background-position: center;*/
	background-repeat: no-repeat;
	    background-size: 50px auto;
    content: '';
    display: flex;
    height: 60px;
	width: 100px;
    
	
/*	background-size: contain;
	content: '';
	display: block;
	height: 48px;
	margin-right: 23px;
	width: 100px;*/
}

@media screen and (max-width:400px) {
.main-content.thanks_personal .customer_voice ul li p {
flex-direction: column;
display: block;
padding: 60px 0 0;
}

.main-content.thanks_personal .customer_voice ul li p::before {
top: 0;
left: calc(100%  / 2 - 24px);
}
}
.main-content.thanks_personal .customer_voice ul li .more {
	text-align: right;
}
.main-content.thanks_personal .customer_voice ul li .more a {
	color: #222;
	font-size: 16px;
	text-decoration: none;
}
.main-content.thanks_personal .customer_voice ul li .more a::after {
	background-image: url('../images/icon-arrow03.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 11px;
	margin-left: 11px;
	width: 16px;
}

.main-content.thanks_personal .customer_voice ul li span {
    text-align: right;
    display: block;
    font-size: 16px;
}



/*▲お客様の声、口コミ_個別ページ*/

/*▼ランキング*/
.main-content.ranking .tabgroup {
	margin: auto;
	width: 90%;
}
.main-content.ranking .tabnav {
	border-bottom: solid 7px #E2A284;
	margin: 0 auto 80px;
}
.main-content.ranking .tabnav,
.main-content.ranking .tabnav02 {
	display: flex;
}
.main-content.ranking .tabnav li:last-child,
.main-content.ranking .tabnav02 li:last-child {
	box-sizing: border-box;
	display: block;
	width: calc(100% / 3);
}
.main-content.ranking .tabnav li:last-child {
	min-width: 172px;
}
	@media screen and (max-width:400px) {
		.main-content.ranking .tabnav li:last-child {
			min-width: 130px;
		}
	}
.main-content.ranking .tabnav li:not(:last-child),
.main-content.ranking .tabnav02 li:not(:last-child) {
	box-sizing: border-box;
	display: block;
	width: calc((100% / 3) - 2px);
}
.main-content.ranking .tabnav li:not(:last-child),
.main-content.ranking .tabnav02 li:not(:last-child) {
	margin-right: 2px;
}
.main-content.ranking .tabnav li a {
	background: rgb(184,184,184);
	background: linear-gradient(0deg, rgba(184,184,184,1) 0%, rgba(197,197,197,1) 35%, rgba(222,222,222,1) 100%);
	border-radius: 10px 10px 0 0;
	padding: 25px 3%;
	width: 100%;
}
	@media screen and (max-width:400px) {
		.main-content.ranking .tabnav li a {
			font-size: 12px;
		}
	}
.main-content.ranking .tabnav02 li a {
	padding: 20px 3% 18px;
}
	@media screen and (max-width:767px) {
		.main-content.ranking .tabnav02 li a {
			font-size: 15px;
		}
.main-content.ranking .tabnav {
	margin: 0 auto 20px;
}
	}
	@media screen and (max-width:400px) {
		.main-content.ranking .tabnav02 li a {
			font-size: 12px;
		}
	}
.main-content.ranking .tabnav li a,
.main-content.ranking .tabnav02 li a {
	color: #fff;
	display: block;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
.main-content.ranking .tabnav li.active a {
	background: rgb(208,124,150);
	background: linear-gradient(180deg, rgba(208,124,150,1) 0%, rgba(219,148,139,1) 77%, rgba(226,162,132,1) 100%);
	text-shadow: 0 3px 10px #BF3B69;
}
.main-content.ranking .tabnav02 li.active02 a {
	background-color: #BE5A79;
	display: block;
	position: relative;
}
.main-content.ranking .tabnav02 li.active02 a::after {
	border-style: solid;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #BE5A79;
	border-bottom: 0;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
}
	@media screen and (max-width:400px) {
		.main-content.ranking .tabnav02 li.active02 a::after {
			border-right: 15px solid transparent;
			border-left: 15px solid transparent;
			border-top: 15px solid #BE5A79;
			bottom: -15px;
		}
	}
.main-content.ranking .tabnav02 li a {
	background-color: #ccc;
}
.main-content.ranking .tabgroup_child .tabcontent {
	padding-top: 60px;
}

.main-content.ranking .tabcontent .tabcontent_list,
.main-content.ranking .tabcontent .tabcontent_list02 {
	display: none;
}

.main-content.ranking .tabcontent .tabcontent_list.show,
.main-content.ranking .tabcontent .tabcontent_list02.show02 {
	display: block;
}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd p.price span {margin-right: 10px;}




/***************************************************************霊能者一覧タブここから*/
.main-content.ranking .tabcontent .tabcontent_list._list .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width:767px) {
    .main-content.ranking .tabcontent .tabcontent_list._list .box ul {
        flex-direction: column;}
}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li:nth-child(odd) {
	margin-right: 2%;
}

@media screen and (max-width:767px) {
    .main-content.ranking .tabcontent .tabcontent_list._list .box ul li:nth-child(odd) {
        margin-right: 0;}
}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li:nth-child(even) {
margin-left: 2%;
}

	@media screen and (max-width:767px) {
		.main-content.ranking .tabcontent .tabcontent_list._list .box ul li:nth-child(even) {
			margin-left: 0;
		}
	}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 41px;
	width: calc((100% / 2) - 2%);
}
	@media screen and (max-width:1100px) {
		.main-content.ranking .tabcontent .tabcontent_list._list .box ul li {
			flex-direction: column;
		}
	}
	@media screen and (max-width:767px) {
		.main-content.ranking .tabcontent .tabcontent_list._list .box ul li {
			flex-direction: row;
			justify-content: center;
			width: 100%;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.ranking .tabcontent .tabcontent_list._list .box ul li {
			flex-direction: column;
		}
	}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure {
	margin-right: 1%;
	max-width: 285px;
	position: relative;
    flex-shrink: 0;
	display: block;
}
	@media screen and (max-width:1100px) {
		.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure {
			margin: 0 auto 20px;
		}
	}
	@media screen and (max-width:767px) {
		.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure {
			margin: 0 3% 0 0;
			width: 30%;
			min-width: 160px;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure {
			margin: 0 auto 20px;
			min-width: 180px;
			width: 100%;
			max-width: 280px;
			height: auto;
		}
	}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure img {
	/*max-width: 285px;*/
	max-width: 240px;
	min-width: 240px;
	width: 100%;
/*    border: 6px solid #8388b3;*/
}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure .line{line-height: 0; position: relative;}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure .line._male::after{
content: '';
position: absolute;
left: 0; right: 0; top:0;bottom: 0;
box-shadow: 0px 0px 0px 6px #445d9b85 inset;}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure .line._female::after {
content: '';
position: absolute;
left: 0; right: 0; top:0;bottom: 0;
box-shadow: 0px 0px 0px 6px #b25fb58a inset;}


@media screen and (max-width:1000px) {
	.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure img {
		max-width: initial;
		min-width: initial;
	}
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl {
	margin-left: 5%;
}
@media screen and (max-width:767px) {
	.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl {
		width: 70%;
	}
}
@media screen and (max-width:400px) {
	.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl {
		width: 100%;
        margin-left: 0;
	}
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt {
	margin-bottom: 10px;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt a {
	color: #222;
	text-decoration: none;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt ruby {
	font-size: 30px;
}
	@media screen and (max-width:767px) {
		.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt ruby {
			font-size: 30px;
			font-weight: 700;
		}
	}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt ruby rt {
	font-size: 12px;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt span {
	font-size: 22px;
	margin-left: 12px;
}
	@media screen and (max-width:767px) {
		.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt span {
			font-size: 4.5vw;
		}
	}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt .realtime-state {
	/*margin-top: 5px;*/
	line-height: 1;
	padding: 8px 10px;
	text-align: center;
}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt .realtime-state span {
	font-size: 16px!important;
    margin-left: 0;
}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt .realtime-state.talking,
.main-content.thanks .top-list .box .profile .status .realtime-state.talking{
	background-color: #FDE7EE;
	color: #BE5A79;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt .realtime-state.nowait,
.main-content.thanks .top-list .box .profile .status .realtime-state.nowait{
	background-color: #E37C4C;
	color: #fff;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt .realtime-state.reservable,
.main-content.thanks .top-list .box .profile .status .realtime-state.reservable{
	background-color: #A5639F;
	color: #fff;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt .realtime-state.nodata,
.main-content.thanks .top-list .box .profile .status .realtime-state.nodata{
	background-color: #bdb76b;
	color: #fff;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dt .realtime-state.unavailable,
.main-content.thanks .top-list .box .profile .status .realtime-state.unavailable{
	background-color: #d3d3d3;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd p {
	color: #888;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 8px;
}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd.details a{
    text-decoration: unset;
}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd.details p:nth-child(1),
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd.details p:nth-child(2){
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd .btn {
	display: flex;
	margin-top: 10px;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd .btn a {
	background: linear-gradient(#be5a79 0%, #c05e7c 0%, #d6819b 36.95%, #be5a79 100%);
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	padding: 12px 3%;
	text-decoration: none;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd .btn a:not(:last-of-type) {
	margin-right: 10px;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd .btn a:first-of-type {
	width: 35%;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd .btn a:last-of-type {
	width: 65%;
}
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd .btn a span {
	filter: drop-shadow(0px 3px 10px #ab4a6c);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin: auto;
}
@media screen and (max-width:767px) {
	.main-content.ranking .tabcontent .tabcontent_list._list .box ul li dl dd .btn a span {
		/*font-size: 3.5vw;*/
		    font-size: 16px;
	}
}
/***************************************************************霊能者一覧タブここまで*/
/***************************************************************霊能者検索タブここから*/
.main-content.ranking .tabcontent .tabcontent_list._search ul {
	display: flex;
	flex-wrap: wrap;
    gap: 0.5em;
    margin: 10px 0 50px;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul:last-of-type {
	margin-left: 10px;
	padding-top: 10px;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul:first-of-type {
	margin-bottom: 70px;
}

.main-content.ranking .tabcontent .tabcontent_list._search ul li {
	background-color: #FEF7F9;
	border: solid 2px #F4CDDA;
	border-radius: 6px;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    text-align: center;
	font-size: 16px;
    padding: 5px 10px;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul label {
	color: #BE5A79;
	font-size: 16px;
    padding: 5px 10px;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul input[type="checkbox"] {
    cursor: pointer;
    padding-left: 32px;
    vertical-align: 6px;
    position: relative;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul input[type="checkbox"]::before {
	border: 1px solid #E0799D;
    background-color: #fff;
    border-radius: 2px;
    height: 17px;
	top: 50%;
    left: 5px;
	transform: translateY(-50%);
    width: 17px;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul input[type="checkbox"]::after {
	background-color: #E0799D;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    height: 6px;
	opacity: 0;
	transform: rotate(-45deg);
    top: -7px;
    left: 8px;
    width: 11px;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul input[type="checkbox"]:checked::after {
	opacity: 1;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul input[type="checkbox"]:checked::before {
	background-color: #E0799D;
}
.main-content.ranking .tabcontent .tabcontent_list._search ul input[type="checkbox"]:checked + label {
	border: solid 2px #E0799D;
}
/* 検索 */
#search_sion {
	background-color: #FEF7F9;
	margin-top: .6em;
	margin-bottom: 70px;
	padding: 2em 1em;
}
#search_sion ul {
	justify-content: space-between;
	max-width: 860px;
	margin: 0 auto;
        display: flex;
}
#search_sion ul li {
	border: none;
    flex-basis: calc(100% / 3 - 1.4%);
    margin: 0;
    padding: 0;
}

.main-content.ranking .more {
    text-align: center;
}

.tabcontent_list._search ul li a {
    text-decoration: unset;
    color: #BE5A79;
}

	@media screen and (max-width:767px) {
    		#search_sion ul {
                display: block;
		}
		#search_sion ul li {
			flex-basis: 100%;
		}
	}
#search_sion ul li {
	margin-bottom: .6em;
}
#search_sion ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #a5639f;
	border: 2px solid #a5639f;
	border-radius: .4em;
	background-color: #fff;
	line-height: 1.4;
	padding: .6em 1.2em;
	position: relative;
	text-decoration-line: none;
}
#search_sion ul li a span {
	font-weight: normal;
}
#search_sion ul li a::after {
	border-top: 7px solid #a5639f;
    border-bottom: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
	content: '';
	display: block;
	position: absolute;
    right: 1em;
    top: 50%;
	transform: translateY(-50%);
    transition: all 300ms 0s ease;
}
#search_sion ul li a:hover::after {
	top: 58%;
}
#search_sion ul li a:hover {
	text-decoration: none;
}

/* ↓↓ワード検索 */
#search_sion #search_word {
    display: table;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    width: 100%;
}
	@media screen and (max-width:767px) {
		#search_sion #search_word {
			display: block;
		}
	}
#search_sion #search_word div:nth-of-type(1) {
    display: table-cell;
    font-size: 15px;
    font-weight: bold;
    width: 5.8em;
}
	@media screen and (max-width:767px) {
		#search_sion #search_word div:nth-of-type(1) {
			display: inline-block;
		}
	}
#search_sion #search_word div:nth-of-type(2) {
	display: table-cell;
	padding-right: .6em;
}
	@media screen and (max-width:767px) {
		#search_sion #search_word div:nth-of-type(2) {
			display: inline-block;
			margin-bottom: 10px;
			width: 100%;
		}
	}
#search_sion #search_word input[type="text"] {
    border: 1px solid #c5c5c5;
    border-radius: 0.2em;
    vertical-align: middle;
    font-size: 100%;
    height: 50px;
    padding: 0 1em;
    width: 100%;
}
#search_sion #search_word div:nth-of-type(3) {
	display: table-cell;
	width: 110px;
	white-space: nowrap;
}
	@media screen and (max-width:767px) {
		#search_sion #search_word div:nth-of-type(3) {
			display: block;
			margin: auto;
		}
	}
#search_sion #search_word div:nth-of-type(4) {
	display: block;
	width: auto;
}
#search_sion #search_word div:nth-of-type(4) a {
	background-color: #FEF7F9;
	color: #fff;
	border-radius: .4em;
	justify-content: center;
	align-items: center;
	height: 49px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4em;
	transition: all 300ms 0s ease;
}
#search_sion #search_word div:nth-of-type(4) a .icn {
	width: 18px;
}
#search_sion #search_word div:nth-of-type(4) a .icn img {
	position: relative;
	top: -.1em;
}
#search_sion #search_word div:nth-of-type(4) a .name {
	font-size: 14px;
	font-weight: bold;
	padding-left: .4em;
}
#search_sion #search_word div:nth-of-type(4) a:hover {
	text-decoration: none;
	opacity: 0.9;
}
#search_word button {
	background-color: #a5639f;
    color: #fff;
    border: none;
    border-radius: 0.4em;
    cursor: pointer;
    position: relative;
    top: 5px;
}
#search_word button .flx {
	display: flex;
	height: 47px;
    padding: 0em 1em;
}
#search_word button .flx .icn {
	display: grid;
    place-items: center;
	width: 20px;
}
#search_word button .flx .name {
	display: grid;
    place-items: center;
	flex: 1;
	font-size: 16px;
    padding-left: 0.4em;
}

.search-button {
    max-width: 300px;
    margin: 50px auto 0;
    text-align: center;
}

.search-button>button {
    display: block;
    padding: 15px 0;
    margin: 0 auto 50px;
    font-size: 16px;
    background-color: #a5639f;
    box-sizing: content-box;
    text-align: center;
    line-height: 1;
    color: #fff;
    width: 100px;
    border-radius: 0.4em;
    border: 2px solid #a5639f;
}

.top-page-btn {
    color: #fff;
}

/***************************************************************霊能者検索タブここまで*/
/***************************************************************人気霊能者タブここから*/
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl {
	border-bottom: solid 1px #ccc;
	display: flex;
	justify-content: flex-start;
	padding: 20px 0px 25px;
}
	@media screen and (max-width:767px) {
		.main-content.ranking .tabcontent .tabcontent_list02._ranking dl {
			flex-direction: column;
		}
	}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-right: 3%;
	min-width: 307px;
}
	@media screen and (max-width:767px) {
		.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt {
			justify-content: center;
			margin: 0 0 20px 0;
			min-width: 100%;
			width: 100%;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt {
			flex-direction: column;
		}
	}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt .rank.top-3 .icon {
	display: inline-block;
	margin-right: 10px;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt .rank.top-3 .icon img {
	height: 29px;
	vertical-align: top;
	width: 28px;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt .rank {
	font-size: 18px;
	margin-right: 5%;
	min-width: 85px;
	text-align: center;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt .rank.top-3 {
	font-size: 20px;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt .rank span {
	font-size: 26px;
	margin-right: 5px;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt .rank.top-3 span {
	font-size: 30px;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt figure {
	position: relative;
}

.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt figure .line._female::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 0px 4px #b25fb58a inset;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt figure .line._male::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 0px 4px #445d9b85 inset;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt figure img {
	height: auto;
	width: 190px;
/*    border: 6px solid #8388b3;*/
}


.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dd .psychic a {
	color: #222;
	text-decoration-line: none;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dd .psychic ruby {
	font-size: 29px;
	margin: 0 16px 17px 0;
}
	@media screen and (max-width:767px) {
		.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dd .psychic ruby {
			font-size: 30px;
		}
	}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dd .psychic ruby rt {
	font-size: 10px;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dd .psychic span {
	font-size: 22px;
}
	@media screen and (max-width:767px) {
		.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dd .psychic span {
			font-size: 4.5vw;
		}
	}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dd .details p {
	color: #888;
	line-height: 1.4;
	margin-bottom: 10px;
	    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dd .details p.price {
	color: #333;
	line-height: 1.8;
}
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dd .details p.price span {
	background-color: #eee;
	border-radius: 8px;
	font-size: 16px;
	margin: 30px 10px 10px 0;
	padding: 5px 9px;
}
/***************************************************************人気霊能者タブここまで*/
/*▲ランキング*/
/*▼霊能者紹介*/
.main-content.reinou .top-list .btn a,.main-content.ranking .top-list .btn a {
	background: linear-gradient(89.75409247500102deg, rgba(208, 124, 150,1) 1.7765031216349114%,rgba(208, 124, 150,1) 4.684850967338438%,rgba(226, 162, 133,1) 100.08697335405982%);
	border-radius: 180px;
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
	@media screen and (max-width:767px) {
.main-content.reinou .top-list .btn a,
.main-content.ranking .top-list .btn a {
    font-size: 16px;
}}

.main-content.reinou .top-list .btn a::after,
.main-content.ranking .top-list .btn a::after {
	border-bottom: solid 1px #fff;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
}
.main-content.reinou .top-list .btn a span,
.main-content.ranking .top-list .btn a span {
	text-shadow: 0 3px 10px #BF3B69;
}
.main-content.reinou .top-list .btn a:hover::after,
.main-content.ranking .top-list .btn a:hover::after {
	border-bottom: solid 1px #A5639F;
}
.main-content.reinou .waiting_schedule h3 {
	border-bottom: solid 1px #ccc;
	color: #A5639F;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 30px;
	padding-bottom: 14px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .waiting_schedule h3 {
			font-size: 5.5vw;
		}
	}
.main-content.reinou .waiting_schedule .scroll {
	overflow: scroll;
}
.main-content.reinou .waiting_schedule table {
	width: 1200px;
}
.main-content.reinou .waiting_schedule table thead td {
	align-items: center;
	background-color: #FEF7F9;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	display: inline-flex;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	height: 35px;
	max-width: 35px;
	min-width: 35px;
}
.main-content.reinou .waiting_schedule table thead td:first-of-type {
	border-left: solid 1px #ccc;
}
.main-content.reinou .waiting_schedule table tbody th {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-right: auto;
	text-align: left;
	padding: 20px 5% 20px 0;
	width: 25%;
}
.main-content.reinou .waiting_schedule table tbody th._sat {
	color: rgba(74, 93, 155, .8);
}
.main-content.reinou .waiting_schedule table tbody th._sun {
	color: #BE5A5A;
}
.main-content.reinou .waiting_schedule table tbody td {
	border-right: solid 1px #ccc;
	line-height: 1;
	height: 81px;
	max-width: 35px;
	min-width: 35px;
	position: relative;
}
.main-content.reinou .waiting_schedule table tbody td::after {
	border-right: dashed 1px #ccc;
	content: '';
	display: inline-block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
}
.main-content.reinou .waiting_schedule table tbody td._stand::before {
	background-color: #E0799D;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.main-content.reinou .waiting_schedule table tbody td._stand._half::before {
	width: 50%;
}
.main-content.reinou .waiting_schedule table tbody td._stand._half._last::before{
	left: 50%
}
.main-content.reinou .waiting_schedule .btn {
	margin: 80px 0 100px;
}
.main-content.reinou .waiting_schedule .btn ul {
	display: flex;
	justify-content: space-between;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .waiting_schedule .btn ul {
			flex-direction: column;
			justify-content: center;
		}
	}
.main-content.reinou .waiting_schedule .btn ul li {
	display: inline-flex;
	justify-content: center;
	max-width: 260px;
	min-width: 260px;
	width: 100%;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .waiting_schedule .btn ul li {
			margin: 0 auto 20px;
			max-width: 300px;
			min-width: 300px;
			width: 100%;
		}
	}
.main-content.reinou .waiting_schedule .btn ul li:first-child {
	justify-content: flex-start;
	max-width: 200px;
	min-width: 200px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .waiting_schedule .btn ul li:first-child {
			justify-content: center;
			max-width: 300px;
			min-width: 300px;
		}
	}
	@media screen and (max-width:767px) {
		.main-content.reinou .waiting_schedule .btn ul li:first-child a::before {
			color: #fff;
			content: '<';
			display: inline-block;
			height: 0;
			/*margin-right: 10px;*/
			position: initial;
			text-shadow: 0 3px 10px #BF3B69;
		}
	}

	.main-content.reinou .waiting_schedule .btn ul li:nth-child(2)::before {
		content: none;
	}
.main-content.reinou .waiting_schedule .btn ul li:last-child {
	justify-content: flex-end;
	max-width: 200px;
	min-width: 200px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .waiting_schedule .btn ul li:last-child {
			justify-content: center;
			margin-bottom: 0;
			max-width: 300px;
			min-width: 300px;
		}
	}
	@media screen and (max-width:767px) {
		.main-content.reinou .waiting_schedule .btn ul li:last-child a::after {
			color: #fff;
			content: '>';
			display: inline-block;
			margin-left: 10px;
			position: initial;
			text-shadow: 0 3px 10px #BF3B69;
		}
	}
.main-content.reinou .waiting_schedule .btn ul li a::before {
	content: none;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .waiting_schedule .btn ul li a::before {
			content: none;
		}
	}

 /*人気霊能者*/
.main-content.reinou .profile {
	margin-bottom: 30px;
}
.main-content.reinou .profile .btn {
	margin-bottom: 69px;
}
.main-content.reinou .psychic_introduction h3 {
	border-bottom: solid 1px #ccc;
	color: #A5639F;
	font-size: 26px;
	margin-top: 63px;
	padding-bottom: 18px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .psychic_introduction h3 {
			font-size: 5.5vw;
		}
	}
.main-content.reinou .psychic_introduction .customer_voice {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    margin: 60px 0 87px;
    padding: 30px 0 0;
}
.main-content.reinou .psychic_introduction .customer_voice p.head {
	color: #BE5A79;
	font-size: 26px;
	font-weight: 600;
	justify-content: center;
	margin-bottom: 36px;
	text-align: center;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .psychic_introduction .customer_voice p.head {
			font-size: 5.5vw;
		}
	}
.main-content.reinou .psychic_introduction .customer_voice p.head::before {
	content: none;
}
.main-content.reinou .psychic_introduction .customer_voice p {
	display: flex;
    font-size: 16px;
    margin-bottom: 10px;
	padding: 0 40px;
    position: relative;
}
	@media screen and (max-width:400px) {
		.main-content.reinou .psychic_introduction .customer_voice p {
			flex-direction: column;
		}
	}
.main-content.reinou .psychic_introduction .customer_voice p::before {
	background-image: url('/assets/images/fortune-teller/icon-balloon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 48px;
    margin-right: 23px;
    min-width: 100px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .psychic_introduction .customer_voice p::before {
			min-width: 48px;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.reinou .psychic_introduction .customer_voice p::before {
			margin-bottom: 20px;
			min-width: 48px;
		}
	}
.main-content.reinou .psychic_introduction .customer_voice a {
	background-color: #FEF7F9;
	color: #BE5A79;
	display: block;
	margin-top: 23px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}
.main-content.reinou .psychic_introduction .customer_voice a::after {
	background-image: url('/assets/images/common/icon-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 30px;
    margin-left: 13px;
	vertical-align: -8px;
    width: 30px;
}
.main-content.reinou .ranking {
	padding: 112px 0;
	position: relative;
}
.main-content.reinou .ranking::before {
	background-color: #FEF7F9;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	width: 300%;
	z-index: -1;
}
.main-content.reinou .ranking h2 {
	color: #222;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 6px;
	margin: 0 0 48px;
	padding-bottom: 0;
	text-align: center;
}
.main-content.reinou .ranking h2::before {
	content: none;
}
.main-content.reinou .ranking .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .ranking .box ul {
			flex-direction: column;
		}
	}
.main-content.reinou .ranking .box ul li:nth-child(odd) {
	margin-right: 2%;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .ranking .box ul li:nth-child(odd) {
			margin-right: 0;
		}
	}
.main-content.reinou .ranking .box ul li:nth-child(even) {
	margin-left: 2%;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .ranking .box ul li:nth-child(even) {
			margin-left: 0;
		}
	}
.main-content.reinou .ranking .box ul li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 41px;
	width: calc((100% / 2) - 2%);
}
	@media screen and (max-width:820px) {
		.main-content.reinou .ranking .box ul li {
			flex-direction: column;
		}
	}
	@media screen and (max-width:767px) {
		.main-content.reinou .ranking .box ul li {
			flex-direction: row;
			justify-content: center;
			margin-bottom: 30px;
			width: 100%;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.reinou .ranking .box ul li {
			flex-direction: column;
		}
	}
.main-content.reinou .ranking .box ul li figure {
	margin-right: 1%;
	position: relative;
}
	@media screen and (max-width:820px) {
		.main-content.reinou .ranking .box ul li figure {
			margin: 0 0 20px 0;
		}
	}
	@media screen and (max-width:767px) {
		.main-content.reinou .ranking .box ul li figure {
			margin: 0 3% 0 0;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.reinou .ranking .box ul li figure {
			margin: 0 0 20px 0;
		}
	}
.main-content.reinou .ranking .box ul li figure a {
	display: block;
}
.main-content.reinou .ranking .box ul li figure img {
	max-width: 285px;
	min-width: 150px;
	width: 100%;
}
	@media screen and (max-width:820px) {
		.main-content.reinou .ranking .box ul li figure img {
			max-width: 100%;
		}
	}
	@media screen and (max-width:767px) {
		.main-content.reinou .ranking .box ul li figure img {
			max-width: 200px;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.reinou .ranking .box ul li figure img {
			max-width: 100%;
		}
	}
.main-content.reinou .ranking .box ul li dl {
	margin-left: 1%;
}
.main-content.reinou .ranking .box ul li dl dt {
	margin-bottom: 15px;
}
.main-content.reinou .ranking .box ul li dl dt a {
	color: #222;
	text-decoration: none;
	text-decoration-line: none;
}
.main-content.reinou .ranking .box ul li dl dt ruby {
	font-size: 30px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .ranking .box ul li dl dt ruby {
			font-size: 8vw;
		}
	}
.main-content.reinou .ranking .box ul li dl dt ruby rt {
	font-size: 10px;
}
.main-content.reinou .ranking .box ul li dl dt span {
	font-size: 22px;
	margin-left: 12px;
}
	@media screen and (max-width:767px) {
		.main-content.reinou .ranking .box ul li dl dt span {
			font-size: 4.5vw;
		}
	}
.main-content.reinou .ranking .box ul li dl dt .status {
	margin-top: 5px;
}
.main-content.reinou .ranking .box ul li dl dt .status p {
	font-size: 16px;
	line-height: 1;
	padding: 8px 10px;
	text-align: center;
}
.main-content.reinou .ranking .box ul li dl dt .status._on {
	background-color: #FDE7EE;
	color: #BE5A79;
}
.main-content.reinou .ranking .box ul li dl dt .status._immediate {
	background-color: #E37C4C;
	color: #fff;
}
.main-content.reinou .ranking .box ul li dl dt .status._reservation {
	background-color: #A5639F;
	color: #fff;
}
.main-content.reinou .ranking .box ul li dl dd p {
	color: #888;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.main-content.reinou .ranking .box ul li dl dd .btn {
	display: flex;
	margin-top: 20px;
}
.main-content.reinou .ranking .box ul li dl dd .btn a {
	display: inline-flex;
}
.main-content.reinou .ranking .box ul li dl dd .btn a:not(:last-of-type) {
	margin-right: 10px;
}
/*▲霊能者紹介*/
/*▼霊能者募集*/
.main-content.bosyu h2 {
	color: #222;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 58px;
	padding: 0;
	text-align: center;
}
.main-content.bosyu h2::before {
	content: none;
}
.main-content.bosyu .box {
	display: flex;
	margin-bottom: 132px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .box {
			flex-direction: column;
			margin-bottom: 80px;
		}
	}
.main-content.bosyu .box .left {
	margin-right: 40px;
	width: calc((100% / 2) - 40px);
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .box .left {
			margin: 0 auto 20px;
			text-align: center;
			width: 100%;
		}
	}
.main-content.bosyu .box .right {
	width: calc(100% / 2);
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .box .right {
			width: 100%;
		}
	}
.main-content.bosyu .box .right p {
	letter-spacing: 0.03px;
	line-height: 1.7;
	padding-top: 10px;
}
.main-content.bosyu .box ol li:not(:last-child) {
	margin-bottom: 40px;
}
.main-content.bosyu .box ol li dl {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .box ol li dl {
			flex-direction: column;
		}
	}
.main-content.bosyu .box ol li dl dt {
	color: #BE5A79;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 1.6;
	min-width: 340px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .box ol li dl dt {
			min-width: 370px;
		}
	}
	@media screen and (max-width:767px) {
		.main-content.bosyu .box ol li dl dt::before {
			background: none;
		}
	}
.main-content.bosyu .box ol li:nth-child(1) dl dt::before {
	content: '1';
}
.main-content.bosyu .box ol li:nth-child(2) dl dt::before {
	content: '2';
}
.main-content.bosyu .box ol li:nth-child(3) dl dt::before {
	content: '3';
}
.main-content.bosyu .box ol li dl dd {
	letter-spacing: 0.05px;
	line-height: 1.6;
	padding-left: 8%;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .box ol li dl dd {
			padding-left: 0;
		}
	}
.main-content.bosyu .model_case {
	margin-bottom: 69px;
}
.main-content.bosyu .model_case ul li {
	background-color: #FEF7F9;
	padding: 50px 60px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .model_case ul li {
			padding: 40px 30px;
		}
	}
.main-content.bosyu .model_case ul li:not(:last-child) {
	margin-bottom: 40px;
}
.main-content.bosyu .model_case ul li .box {
	display: flex;
	margin-bottom: 43px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .model_case ul li .box {
			margin-bottom: 30px;
		}
	}
.main-content.bosyu .model_case ul li .left {
	width: calc(100% / 2);
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .model_case ul li .left {
			text-align: left;
			width: 100%;
		}
	}
.main-content.bosyu .model_case ul li .left .case p {
	color: #A5639F;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
	position: relative;
}
@media screen and (max-width:767px) {
	.main-content.bosyu .model_case ul li .left .case p {
		font-size: 4.5vw;
	}
}
.main-content.bosyu .model_case ul li .left .case p::before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90.17043388285572deg, rgba(246, 215, 153,1) 3.7627389324698477%,rgba(245, 214, 153,1) 3.7627389324698477%,rgba(239, 170, 197,1) 98.92905771161452%);
}
.main-content.bosyu .model_case ul li .left .case dl {
	font-size: 20px;
	font-weight: 700;
	display: flex;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .model_case ul li .left .case dl {
			font-size: 4.5vw;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.bosyu .model_case ul li .left .case dl {
			flex-direction: column;
		}
	}
.main-content.bosyu .model_case ul li .left .case dl dt {
	min-width: 110px;
}
.main-content.bosyu .model_case ul li .left .case dl dd span {
	font-size: 14px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .model_case ul li .left .case dl dd span {
			display: block;
			font-size: 3vw;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.bosyu .model_case ul li .left .case dl dd span {
			display: block;
		}
	}
.main-content.bosyu .model_case ul li .left .case .note {
	margin-top: 20px;
}
.main-content.bosyu .model_case ul li .left .case .note p {
	color: #333;
	padding-left: 0;
}
.main-content.bosyu .model_case ul li .left .case .note p::before {
	content: none;
}
.main-content.bosyu .model_case ul li .right {
	margin-left: 40px;
	width: calc((100% / 2) - 40px);
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .model_case ul li .right {
			margin-left: 0;
			text-align: center;
			width: 100%;
		}
	}
.main-content.bosyu .model_case .support {
	display: flex;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .model_case .support {
			flex-direction: column;
		}
	}
.main-content.bosyu .model_case .support .icon {
	margin-right: 20px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .model_case .support .icon {
			margin: 0 auto 30px;
		}
	}
.main-content.bosyu .model_case .support .icon img {
	max-width: 70px;
	min-width: 70px;
}
.main-content.bosyu .model_case .support .staff {
	background-color: #fff;
	border-radius: 20px;
	padding: 34px 40px 30px;
}
.main-content.bosyu .model_case .support .staff p:first-of-type {
	color: #E0799D;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin: -50px 0 20px;
}
@media screen and (max-width:767px) {
	.main-content.bosyu .model_case .support .staff p:first-of-type {
		font-size: 4.5vw;
	}
}
.main-content.bosyu .model_case .support .staff p:last-of-type {
	letter-spacing: 0.05px;
	line-height: 1.7;
}
.main-content.bosyu .rewards {
	margin-bottom: 132px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .rewards {
			margin-bottom: 80px;
		}
	}
.main-content.bosyu .rewards h2 {
	color: #A5639F;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
	position: relative;
	text-align: left;
}
.main-content.bosyu .rewards h2::before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90.17043388285572deg, rgba(246, 215, 153,1) 3.7627389324698477%,rgba(245, 214, 153,1) 3.7627389324698477%,rgba(239, 170, 197,1) 98.92905771161452%);
}
.main-content.bosyu .rewards p {
	line-height: 1.6;
}
.main-content.bosyu .application h2 {
	font-size: 45px;
	font-weight: 500;
}
.main-content.bosyu .application h2 span {
	font-size: 38px;
}
.main-content.bosyu .application .left {
	max-width: 300px;
	width: calc(100% / 2);
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .left {
			max-width: 100%;
			width: 100%;
		}
	}
.main-content.bosyu .application .right {
	min-width: calc(100% - 480px);
	width: calc(100% / 2);
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .right {
			max-width: 100%;
			width: 100%;
		}
	}
.main-content.bosyu .application .right ul li {
	align-items: center;
	color: #BE5A79;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
}
.main-content.bosyu .application .right ul li:not(:last-child) {
	margin-bottom: 15px;
}
.main-content.bosyu .application .right ul li::before {
	background-image: url('/assets/images/recruitment/icon_checked.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 29px;
	margin-right: 9px;
	min-width: 29px;
	max-width: 29px;
}
.main-content.bosyu .application .enrollee {
	margin-bottom: 132px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .enrollee {
			margin-bottom: 80px;
		}
	}
.main-content.bosyu .application .enrollee ul li {
	display: flex;
}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .enrollee ul li {
			flex-direction: column;
		}
	}
.main-content.bosyu .application .enrollee ul li:not(:last-child) {
	margin-bottom: 43px;
}
.main-content.bosyu .application .enrollee ul li figure {
	margin-right: 30px;
	max-width: 180px;
	min-width: 180px;
	width: calc((100% / 2) - 30px);
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .enrollee ul li figure {
			margin-right: 20px;
			max-width: 120px;
			min-width: 120px;
			width: calc((100% / 2) - 20px);
		}
	}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .enrollee ul li figure {
			margin: 0 0 20px;
			max-width: 100%;
			min-width: 100%;
			width: 100%;
		}
	}
.main-content.bosyu .application .enrollee ul li figure img {
	width: 180px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .enrollee ul li figure img {
			width: 120px;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .enrollee ul li figure img {
			width: 100%;
		}
	}
.main-content.bosyu .application .enrollee ul li .txt .psychic {
	margin-bottom: 15px;
}
.main-content.bosyu .application .enrollee ul li .txt .psychic ruby {
	font-size: 22px;
	font-weight: 500;
}
.main-content.bosyu .application .enrollee ul li .txt .psychic ruby rt {
	font-size: 12px;
}
.main-content.bosyu .application .enrollee ul li .txt .psychic span {
	font-size: 14px;
	margin-left: 6px;
}
.main-content.bosyu .application .enrollee ul li .txt .psychic .period {
	display: inline-block;
	margin-left: 40px;
}
.main-content.bosyu .application .enrollee ul li .txt .message {
	background-color: #FDF5F8;
	border-radius: 20px;
	padding: 20px 40px;
}
.main-content.bosyu .application .pr {
	margin-bottom: 132px;
}
.main-content.bosyu .application .pr .box .left {
	min-width: calc(100% - 480px);
	width: calc(100% / 2);
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .pr .box .left {
			min-width: 100%;
			width: 100%;
		}
	}
.main-content.bosyu .application .pr .box .right {
	margin-left: 40px;
	width: calc((100% / 2) - 40px);
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .pr .box .right {
			margin: 0;
			width: 100%;
		}
	}
.main-content.bosyu .application .pr .active_point {
	margin-bottom: 120px;
}
.main-content.bosyu .application .pr .active_point .list {
	background-color: #FAFAFA;
	padding: 57px 8% 72px;
}
.main-content.bosyu .application .pr .active_point ul {
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	margin: auto;
	width: fit-content;
}
.main-content.bosyu .application .pr .active_point ul li {
	align-items: center;
	display: inline-flex;
	font-size: 24px;
	font-weight: 500;
	justify-content: flex-start;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .pr .active_point ul li {
			font-size: 3.5vw;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .pr .active_point ul li {
			font-size: 20px;
		}
	}
.main-content.bosyu .application .pr .active_point ul li::before {
	background-image: url('/assets/images/recruitment/icon_checked02.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 46px;
    margin-right: 9px;
    max-width: 51px;
    min-width: 51px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .pr .active_point ul li::before {
			height: 40px;
			max-width: 45px;
			min-width: 45px;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .pr .active_point ul li::before {
			height: 28px;
			max-width: 33px;
			min-width: 33px;
		}
	}
.main-content.bosyu .application .pr .active_point ul li:not(:last-child) {
	margin-bottom: 35px;
}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .pr .active_point ul li:not(:last-child) {
			margin-bottom: 10px;
		}
	}
.main-content.bosyu .application .how_to_apply {
	padding: 92px 30px 100px;
	position: relative;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .how_to_apply {
			padding: 80px 10px;
		}
	}
.main-content.bosyu .application .how_to_apply::before {
	background-color: #FEF7F9;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	width: 300%;
	z-index: -1;
}
.main-content.bosyu .application .how_to_apply .box {
	align-items: flex-start;
	display: flex;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .how_to_apply .box {
			flex-direction: column;
		}
	}
.main-content.bosyu .application .how_to_apply .tel {
	margin-bottom: 58px;
}
.main-content.bosyu .application .how_to_apply .tel .left,
.main-content.bosyu .application .how_to_apply .mail .left {
	align-items: center;
	display: inline-flex;
	padding-top: 10px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .how_to_apply .tel .left,
		.main-content.bosyu .application .how_to_apply .mail .left {
			justify-content: center;
		}
	}
.main-content.bosyu .application .how_to_apply .tel .left .icon {
	height: 36px;
	margin-right: 24px;
	width: 36px;
}
.main-content.bosyu .application .how_to_apply .tel .left p,
.main-content.bosyu .application .how_to_apply .mail .left p {
	font-size: 20px;
	font-weight: 700;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .how_to_apply .tel .right,
		.main-content.bosyu .application .how_to_apply .mail .right {
			text-align: left;
		}
	}
.main-content.bosyu .application .how_to_apply .tel .right a {
	color: #E0799D;
	font-family: 'Montserrat', sans-serif;
	font-size: 57px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .how_to_apply .tel .right a {
			font-size: 41px;
			margin: auto;
		}
	}
.main-content.bosyu .application .how_to_apply .tel .right a::before {
	background-image: url('/assets/images/recruitment/icon_tel02.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 29px;
    margin-right: 9px;
    max-width: 44px;
    min-width: 44px;
	vertical-align: 5px;
}
.main-content.bosyu .application .how_to_apply .tel .right p,
.main-content.bosyu .application .how_to_apply .mail .right p {
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}
.main-content.bosyu .application .how_to_apply .tel .right p.note,
.main-content.bosyu .application .how_to_apply .mail .right p.note {
	color:#E0799D;
	font-size: 18px;
	font-weight: 500;
}
.main-content.bosyu .application .how_to_apply .mail {
	margin-bottom: 0;
}
.main-content.bosyu .application .how_to_apply .mail .left .icon {
	height: 24px;
	margin-right: 26px;
	vertical-align: top;
	width: 34px;
}
.main-content.bosyu .application .how_to_apply .mail .right a {
	background: linear-gradient(89.75409247500102deg, rgba(208, 124, 150,1) 1.7765031216349114%,rgba(208, 124, 150,1) 4.684850967338438%,rgba(226, 162, 133,1) 100.08697335405982%);
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 1;
	margin: auto;
	max-width: 400px;
	padding: 22px 20px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 3px 10px #BF3B69;
}
.main-content.bosyu .application .how_to_apply .mail .right .guidelines {
	background-color: #FCEEF2;
	border-radius: 20px;
	margin-top: 20px;
	padding: 20px 3% 20px 42px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .how_to_apply .mail .right .guidelines {
			padding: 20px 3%;
			text-align-last: left;
		}
	}
.main-content.bosyu .application .how_to_apply .mail .right .guidelines ul li {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.main-content.bosyu .application .how_to_apply .mail .right .guidelines ul li::before {
	content: none;
}
.main-content.bosyu .application .how_to_apply .mail .right .guidelines .note02 {
	color: #888;
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
.main-content.bosyu .application .flow {
	padding-top: 132px;
	margin-bottom: 132px;
}
.main-content.bosyu .application .flow ol li {
	background-color: #FAFAFA;
	margin-bottom: 20px;
	position: relative;
}
.main-content.bosyu .application .flow ol li:first-child::after {
	content: none;
}
.main-content.bosyu .application .flow ol li::after {
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #a5639f;
	border-bottom: 0;
	content: '';
	height: 0;
	margin-bottom: 10px;
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
}
.main-content.bosyu .application .flow ol li:last-child {
	margin-bottom: 60px;
}
.main-content.bosyu .application .flow ol li .flow_list {
	padding: 37px 5% 37px 150px;
	position: relative;
}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .flow ol li .flow_list {
			padding: 30px 10px 30px 100px;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .flow ol li .flow_list {
			padding: 90px 10px 35px;
		}
	}
.main-content.bosyu .application .flow ol li .flow_list::before {
	color: #A5639F;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.05px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 42px;
	transform: translateY(-50%);
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .flow ol li .flow_list::before {
			left: 10px;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .flow ol li .flow_list::before {
			top: 10px;
			left: 50%;
			transform: translate(-50%, 0);
		}
	}
.main-content.bosyu .application .flow ol li:nth-child(1) .flow_list::before {
	content: '01';
}
.main-content.bosyu .application .flow ol li:nth-child(2) .flow_list::before {
	content: '02';
}
.main-content.bosyu .application .flow ol li:nth-child(3) .flow_list::before {
	content: '03';
}
.main-content.bosyu .application .flow ol li:nth-child(4) .flow_list::before {
	content: '04';
}
.main-content.bosyu .application .flow ol li:nth-child(5) .flow_list::before {
	content: '05';
}
.main-content.bosyu .application .flow ol li .flow_list p:first-of-type {
	color: #A5639F;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .flow ol li .flow_list p:first-of-type {
			font-size: 5vw;
			margin-bottom: 10px;
		}
	}
.main-content.bosyu .application .flow ol li .flow_list p:last-of-type {
	font-size: 18px;
	font-weight: 400;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .flow ol li .flow_list p:last-of-type {
			font-size: 16px;
		}
	}
.main-content.bosyu .application .flow .recruiter {
	display: flex;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .flow .recruiter {
			flex-direction: column;
		}
	}
.main-content.bosyu .application .flow .recruiter .icon {
	margin-right: 20px;
}
	@media screen and (max-width:768px) {
		.main-content.bosyu .application .flow .recruiter .icon {
			margin: 0 0 30px 0;
			text-align: center;
		}
	}
.main-content.bosyu .application .flow .recruiter .icon img {
	width: 90px;
}
.main-content.bosyu .application .flow .recruiter .staff {
    background-color: #FEF7F9;
    border-radius: 20px;
    padding: 34px 40px 30px;
}
.main-content.bosyu .application .flow .recruiter .staff p:first-child {
	color: #E0799D;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: -50px 0 20px;
}
.main-content.bosyu .application .flow .recruiter .staff p:last-child {
    letter-spacing: 0.05px;
    line-height: 1.7;
}
.main-content.bosyu .application .guidelines {
	margin-bottom: 132px;
}
	@media screen and (max-width:768px) {
		.main-content.bosyu .application .guidelines {
			margin-bottom: 80px;
		}
	}
.main-content.bosyu .application .guidelines dl,
.main-content.company .content-box dl,
.main-content.tokutei .content-box dl {
	border-bottom: solid 1px #E0799D;
	display: flex;
}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .guidelines dl,
		.main-content.company .content-box dl,
		.main-content.tokutei .content-box dl {
			flex-direction: column;
		}
	}
.main-content.bosyu .application .guidelines dl:first-of-type,
.main-content.company .content-box dl:first-of-type,
.main-content.tokutei .content-box dl:first-of-type {
	border-top: solid 1px #E0799D;
}
.main-content.bosyu .application .guidelines dl dt,
.main-content.company .content-box dl dt,
.main-content.tokutei .content-box dl dt {
	background-color: #FEF7F9;
	border-right: solid 1px #E0799D;
	border-left: solid 1px #E0799D;
	color: #E0799D;
	font-size: 18px;
	font-weight: 700;
	max-width: 240px;
	min-width: 240px;
	padding: 30px;
	text-align: center;
	width: 20%;
}
	@media screen and (max-width:768px) {
		.main-content.bosyu .application .guidelines dl dt,
		.main-content.company .content-box dl dt,
		.main-content.tokutei .content-box dl dt {
			max-width: 170px;
			min-width: 170px;
			padding: 30px 3%;
		}
	}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .guidelines dl dt,
		.main-content.company .content-box dl dt,
		.main-content.tokutei .content-box dl dt {
			border-bottom: solid 1px #E0799D;
			max-width: 100%;
			min-width: 100%;
			width: 100%;
		}
	}
.main-content.bosyu .application .guidelines dl dd,
.main-content.company .content-box dl dd,
.main-content.tokutei .content-box dl dd {
	border-right: solid 1px #E0799D;
	padding: 30px 5%;
	width: 80%;
	word-break: break-word;
}
	@media screen and (max-width:400px) {
		.main-content.bosyu .application .guidelines dl dd,
		.main-content.company .content-box dl dd,
		.main-content.tokutei .content-box dl dd {
			border-left: solid 1px #E0799D;
			width: 100%;
		}
	}
.main-content.bosyu .application .qanda {
	margin-bottom: 140px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .qanda {
			margin-bottom: 80px;
		}
	}
.main-content.bosyu .application .qanda p {
	font-size: 20px;
	line-height: 2.1;
}
@media screen and (max-width:767px) {
	.main-content.bosyu .application .qanda p {
		font-size: 18px;
	}
}
.main-content.bosyu .application .qanda ul li {
	margin: 0 auto 20px;
	max-width: 1024px;
}
.main-content.bosyu .application .qanda ul li .question {
	background-color: #FEF7F9;
	color: #333;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	padding: 26px 75px 26px 90px;
	position: relative;
	text-align: left;
	text-indent: -30px;
	transition-duration: 0.2s;
	z-index: +1;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .qanda ul li .question {
			font-size: 16px;
			padding: 20px 45px 20px 60px;
			text-indent: -15px;
		}
	}
.main-content.bosyu .application .qanda ul li .question::before {
	color: #E0799D;
	content: 'Q';
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.2;
	margin-right: 30px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .qanda ul li .question::before {
			font-size: 20px;
			margin-right: 15px;
		}
	}
.main-content.bosyu .application .qanda ul li .question:hover {
	opacity: .8;
}
.main-content.bosyu .application .qanda ul li .question .i_box {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	right: 3%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	width: 40px;
}
.main-content.bosyu .application .qanda ul li .question.stay .i_box {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.main-content.bosyu .application .qanda ul li .question .i_box .one_i {
	display: block;
	height: 21px;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	width: 21px;
}
.main-content.bosyu .application .qanda ul li .question.stay .i_box .one_i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.main-content.bosyu .application .qanda ul li .question.stay.open .i_box .one_i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.main-content.bosyu .application .qanda ul li .question.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.main-content.bosyu .application .qanda ul li .question.stay.open .i_box {
	-webkit-transform: rotate(315eg);
	transform: rotate(315deg);
}
.main-content.bosyu .application .qanda ul li .question .i_box .one_i:before,
.main-content.bosyu .application .qanda ul li .question .i_box .one_i:after {
	background-color: #E0799D;
	content: '';
	display: flex;
	height: 2px;
	position: absolute;
	top: 9px;
	left: -2px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
	width: 21px;
}
.main-content.bosyu .application .qanda ul li .question .i_box .one_i:before {
	height: 21px;
	top: 0;
	left: 7px;
	width: 2px;
}
.main-content.bosyu .application .qanda ul li .question.stay .i_box .one_i:before {
	content: none;
}
.main-content.bosyu .application .qanda ul li .question.open .i_box .one_i:before {
	content: none;
}
.main-content.bosyu .application .qanda ul li .question.stay.open .i_box .one_i:before {
	content: '';
}
.main-content.bosyu .application .qanda ul li .question.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.main-content.bosyu .application .qanda ul li .question.stay.open .i_box .one_i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.main-content.bosyu .application .qanda ul li .answer {
	box-sizing: border-box;
	display: none;
	padding: 20px 30px;
}
.main-content.bosyu .application .qanda ul li .answer.stay {
	display: block;
}
.main-content.bosyu .application .qanda ul li .answer p {
	display: inline-block;
	font-size: 20px;
	margin-left: -30px;
	padding-left: 90px;
    text-indent: -30px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .qanda ul li .answer p {
			font-size: 16px;
			padding-left: 60px;
			text-indent: -15px;
		}
	}
.main-content.bosyu .application .qanda ul li .answer p::before {
	color: #E0799D;
	content: 'A';
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.2;
	margin-right: 30px;
}
	@media screen and (max-width:767px) {
		.main-content.bosyu .application .qanda ul li .answer p::before {
			font-size: 20px;
			margin-right: 15px;
		}
	}
/*▲霊能者募集*/
/*▼男性・女性アイコン*/
.main-content.thanks .top-list .box .profile figure .gender,
.main-content.thanks_personal .top-list .profile figure .gender,
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure .gender,
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt figure .gender,
.main-content.reinou .top-list figure .gender,
.main-content.reinou .ranking .box ul li figure .gender {
	border-radius: 15px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 54px;
	z-index: 10;
}
.main-content.thanks .top-list .box .profile figure .gender._male,
.main-content.thanks_personal .top-list .profile figure .gender._male,
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure .gender._male,
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt figure .gender._male,
.main-content.reinou .top-list figure .gender._male,
.main-content.reinou .ranking .box ul li figure .gender._male {
	background-color: rgba(57, 59, 135, .5);
	z-index: 10;
}
.main-content.thanks .top-list .box .profile figure .gender._male::after,
.main-content.thanks_personal .top-list .profile figure .gender._male::after,
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure .gender._male::after,
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt figure .gender._male::after,
.main-content.reinou .top-list figure .gender._male::after,
.main-content.reinou .ranking .box ul li figure .gender._male::after {
	align-items: center;
	color: #fff;
	content: '男性';
	display: flex;
	font-size: 12px;
	justify-content: center;
	line-height: 2.2;
	text-align: center;
}
.main-content.thanks .top-list .box .profile figure .gender._female,
.main-content.thanks_personal .top-list .profile figure .gender._female,
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure .gender._female,
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt figure .gender._female,
.main-content.reinou .top-list figure .gender._female,
.main-content.reinou .ranking .box ul li figure .gender._female {
	background-color: rgba(109, 60, 77, .5);
}
.main-content.thanks .top-list .box .profile figure .gender._female::after,
.main-content.thanks_personal .top-list .profile figure .gender._female::after,
.main-content.ranking .tabcontent .tabcontent_list._list .box ul li figure .gender._female::after,
.main-content.ranking .tabcontent .tabcontent_list02._ranking dl dt figure .gender._female::after,
.main-content.reinou .top-list figure .gender._female::after,
.main-content.reinou .ranking .box ul li figure .gender._female::after {
	align-items: center;
	color: #fff;
	content: '女性';
	display: flex;
	font-size: 12px;
	justify-content: center;
	line-height: 2.2;
	text-align: center;
	
}
/*▲男性・女性アイコン*/
/* h2 */
@media screen and (max-width: 820px) {
	.main-content.bosyu .rewards h2,
	.main-content.bosyu .application h2,
	.main-content.reinou .ranking h2,
	.main-content.bosyu h2 {
		font-size: 4.5vw;
		letter-spacing: 3px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width:767px) {
	.main-content.bosyu .rewards h2,
	.main-content.bosyu .application h2,
	.main-content.reinou .ranking h2,
	.main-content.bosyu h2 {
		font-size: 6vw;
		margin-bottom: 5vw;
	}
}
@media screen and (max-width: 820px) {
	.main-content.bosyu .application h2 span {
		font-size: 4vw;
	}
}
@media screen and (max-width:767px) {
	.main-content.bosyu .application h2 span {
		font-size: 5.5vw;
	}
}
/* 利用規約、個人情報について */
.main-content.privacy .content-box p,
.main-content.terms .content-box p {
	margin-bottom: 10px;
}
.main-content.privacy .content-box p.pink,
.main-content.terms .content-box p.pink {
	color: #e0799d;
	font-weight: 700;
}
.main-content.privacy .content-box p.note,
.main-content.terms .content-box p.note {
	padding-left: 1em;
    text-indent: -1.2em;
}
.main-content.privacy .content-box span.note,
.main-content.terms .content-box span.note{
	display: block;
	padding-left: 2em;
	text-indent: -1em;
}
.main-content.privacy .content-box b.tel,
.main-content.tokutei .content-box b.tel,
.main-content.company .content-box b.tel{
	color: #A5639F;
	font-weight: 700;
	text-decoration: underline;
}

/*▼pagenation*/
.pagenation {
	margin: auto;
}
.pagenation ul {
	display: flex;
	justify-content: center;
}
.pagenation ul li {
	border: solid 1px #BE5A79;
	color: #BE5A79;
	cursor: pointer;
	font-size: 14px;
	height: 35px;
	margin-right: 6px;
	width: 35px;
}
.pagenation ul li:last-child {
	margin-right: 0;
}
.pagenation ul li span {
	align-items: center;
	display: flex;
	height: 35px;
	justify-content: center;
	width: 35px;
}
.pagenation ul li.current span {
	background-color: #BE5A79;
	color: #fff;
}
/*▲pagenation*/


/* 新規様限定キャンペーン 9000円 */

.campaign h2.camp-title {
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
    color: #938bbc!important;
    font-size: 30px;
    text-align: center;
    line-height: 1.8;
}

.campaign h2.camp-title:before {
    content: none;
}

.campaign h2.camp-title span {
    border-bottom: 3px solid #f6d799;
}

.campaign h3.flow {
    position: relative;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-bottom: 15px;
    color: #a5639f;
    font-size: 30px;
}

.campaign h3.flow:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90.17043388285572deg, rgba(246, 215, 153,1) 3.7627389324698477%,rgba(245, 214, 153,1) 3.7627389324698477%,rgba(239, 170, 197,1) 98.92905771161452%);
}

.campaign h4 {
    padding: 25px 30px;
    color: #222;
    font-size: 22px;
    background: #fef7f9;
    display: flex;
    align-items: center;
}

.campaign h4 span {
    margin-right: 10px;
    color: #fff;
    background-color: #e0799d;
    padding: 5px 10px;
}

.campaign h5 {
    font-size: 25px;
}

.campaign h5 span {
    color: #e0799d;
    font-weight: bold;
}

.campaign .f-red {
    color: #cd5e3c;
}

.campaign .info {
    margin-bottom: 0;
}

.campaign .list-df {
	margin-left: 24px;
	list-style: disc;
}

.campaign .list-dot li,
.campaign .list-ast li{
	position: relative;
	padding-left: 24px;
}

.campaign .list-dot li::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 8px;
    margin-top: 17px;
    background-color: #222;
}

.campaign .list-ast li::before {
    content: "※";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    left: 2px;
    margin-top: 0;
}

.campaign .guidance {
    font-size: 30px;
    text-align:center;
    margin-top: 80px;
    	background: linear-gradient(89.75409247500102deg, #947cb2 1.7765031216349114%, rgba(148, 124, 178, 1) 4.684850967338438%, rgba(144, 157, 200, 1) 100.08697335405982%);
	border: #938bbc 1px solid;
    color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
}

.campaign .guidance span {
    font-weight: bold;
}

@media screen and (max-width:767px) {
.campaign h2.camp-title,
.campaign h3.flow,
.campaign h5,
.campaign .guidance{
        font-size: 6vw;
    letter-spacing: 2px;
}

.campaign h4 {
    font-size: 5vw;
    align-items: flex-start;
    padding: 20px 10px;
}

.campaign h4 span {
    padding: 5px;
}


.campaign h3.flow {
    font-size: 6vw;
}
}


/* お客様の声 */

.review .review-list li {
    border-bottom: dotted 2px #dcdcdc;
    padding: 20px 0;
}

.review .review-list li span {
    display: block;
    text-align: right;
}


/* トップページ ランキング */


.index-ranking {
	margin-bottom: 100px;
}
.index-ranking h2{
	margin-bottom: 40px;
	font-size: 45px;
	text-align: center;
}
.index-ranking .tab{
	display: flex;
	justify-content: space-between;
	gap: 2px;
	margin-bottom: 30px;
}
.index-ranking .tab .box{
	position: relative;
	width: calc(100% / 3);
	height: 60px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	letter-spacing: 3px;
	cursor: pointer;
	background: linear-gradient(179.32171463711484deg, rgba(220, 220, 220,1) -2.198494764474418%,rgba(186, 186, 186,1) 91.4781663253068%);
}
.index-ranking .tab .box.active{
	text-shadow: 0px 3px 10px rgba(191,59,105,0.9);
	background: linear-gradient(179.32171463711484deg, rgba(207, 124, 150,1) -2.198494764474418%,rgba(219, 150, 137,1) 91.4781663253068%,rgba(220, 151, 137,1) 91.4781663253068%);
}
.index-ranking .tab .box.active:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -19px;
	width: 34px;
	height: 20px;
	background: linear-gradient(178.08400497810658deg, rgba(220, 150, 137,1) 1.486310467726249%,rgba(220, 150, 136,1) 1.486310467726249%,rgba(225, 160, 133,1) 96.92307574808022%);
    transform: translateX(-50%);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.index-ranking .content{
    height: auto;
    overflow: auto;
    opacity: 1;
    margin-bottom: 45px;
}
.index-ranking .content .box{
	display: none;
}
.index-ranking .content .box.active{
    display: block;
}
.index-ranking .content .inr{
	display: flex;
	/*flex-wrap: wrap;*/
	gap: 0 1.28%;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 1200px;
}
.index-ranking .content a{
	width: 15.6%;
	color: #222;
	text-align: center;
}
.index-ranking dt{
	display: flex;
	justify-content: center;
	align-items: end;
	height: 54px;
	font-size: 18px;
}
.index-ranking .content a:nth-of-type(1) dt span,
.index-ranking .content a:nth-of-type(2) dt span,
.index-ranking .content a:nth-of-type(3) dt span{
	display: inline-block;
	padding-left: 45px;
	font-size: 20px;
	background: url(/assets/images/index/icon-crown.svg) no-repeat 0 center;
}
.index-ranking .content a:nth-of-type(2) dt span{
	background: url(/assets/images/index/icon-crown02.svg) no-repeat 0 center;
}
.index-ranking .content a:nth-of-type(3) dt span{
	background: url(/assets/images/index/icon-crown03.svg) no-repeat 0 center;
}
.index-ranking dt b{
	margin-right: 5px;
	font-size: 26px;
}
.index-ranking .content a:nth-of-type(1) dt b,
.index-ranking .content a:nth-of-type(2) dt b,
.index-ranking.content a:nth-of-type(3) dt b{
	font-size: 30px;
}
.index-ranking dd{
	font-size: 16px;
}
.index-ranking dd>div{
	position: relative;
	margin-bottom: 15px;
}
.index-ranking dd>div:before{
	content: '';
	display: block;
	padding-top: 90%;
}
.index-ranking dd div img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-ranking dd div div:after,
.index-ranking dd div div:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(to right, rgba(146,110,145, 0), rgba(146,110,145, 0.5));
	z-index: 10;
}
.index-ranking dd div div:after{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: none;
	border: #BA5FBD 4px solid;
	opacity: 0.5;
	z-index: 20;
}
.index-ranking dd.m div div:before{
	background: linear-gradient(to right, rgba(3,0,64, 0), rgba(3,0,64, 0.5));
}
.index-ranking dd.m div div:after{
	border: #5F7ABD 4px solid;
}
.index-ranking dd span{
	display: block;
}
.index-ranking dd b{
	display: inline-block;
	position: relative;
	margin-right: 2px;
	font-size: 22px;
	letter-spacing: 4px;
}
.index-ranking dd i{
	position: absolute;
	top: -10px;
	left: 40%;
	width: 100%;
    transform: translateX(-50%);
	font-size: 10px;
	white-space: nowrap;
}
.index-ranking .more{
	text-align: center;
}

@media screen and (max-width:767px) {
.index-ranking .tab .box {
	    height: 50px;
	    font-size: 3.5vw;
	    line-height: 50px;
	    letter-spacing: 0;
	}
	.index-ranking .tab .box.active:before {
		bottom: -18px;
	}
	.index-ranking .content {
	    margin-bottom: 8vw;
	}
	.index-ranking .content .inr {
	    gap: 0 1%;
        margin-bottom: 15px;
        width: 720px;
	}
	.index-ranking dd>div{
        width: 110px;
        height: auto;
        margin: 0 auto 15px;
	}
	.top-list dt b,
	.index-ranking dd b{
		font-size: 3vw;
		letter-spacing: 2px;
	}
    .index-ranking dd {
        font-size: 12px;
        margin: 0 auto;
}}



/*============================================================================*+
 　REALTIME-STATE　
+*============================================================================*/
	
.realtime-state {
line-height: 1;

text-align: center;
color: #fff;
}


.realtime-state>span {
    font-size: 16px !important;
    margin-left: 0;
}
.realtime-state.nodata  >span{ background-color: #bdb76b;}
.realtime-state.talking   >span {background-color: #FDE7EE; color: #BE5A79;}
.realtime-state.nowait>span { background-color: #E37C4C;}
.realtime-state.unavailable  >span  {background-color: #9F9F9F;}
.realtime-state.reservable>span {background-color: #A5639F;}

.index-ranking .realtime-state>span{display: block; padding: 8px 10px; font-size: 14px}
@media screen and (max-width:767px) {
.index-ranking .realtime-state{width: calc(100% - 2px); margin:0 auto;}
.index-ranking .realtime-state>span{padding: 4px 2px; font-size: 10px !important;}
}
