@charset "UTF-8";
/* sp(320px) */

/*おすすめ霊能者*/

#pageRecommend .sbr {
    display: block;
}

#pageRecommend-top ul.list li {
	padding: 1em;
	margin-bottom: 0;
	border: none;
	margin: 0 auto;
}

#pageRecommend #tab_sion a {
    font-size: 13px;
	display: flex;
    justify-content: center;
    align-items: center;
}

#pageRecommend #links_recommend {
	padding-bottom: 30px;
}

#pageRecommend .hl_reco {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

#pageRecommend .hl_reco span {
    font-size: 24px;
	/*color: #006d4d;*/
}

#pageRecommend.work .hl_reco span {
	color: #3399cc;
}

#pageRecommend.unrequited-love .hl_reco span {
	color: #ff6a8f;
}

#pageRecommend.infidelity .hl_reco span {
	color: #993399;
}

#pageRecommend.future .hl_reco span {
	color: #339999;
}

#pageRecommend.cleansing .hl_reco span {
	color: #6666cc;
}

#pageRecommend .pick_up {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 5px;
  padding: 0;
}

#pageRecommend .pick_up div {
    width: 170px;            
    aspect-ratio: 1 / 1;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, -2px 0px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    border-radius: 50%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    padding: 12px;
    box-sizing: border-box; 
}

#pageRecommend.work .pick_up div {
    color: #006d4d;
	background: radial-gradient(circle, rgba(0, 109, 106, 0.4) 0%, rgba(167, 211, 152, 0) 70%);
}

#pageRecommend.unrequited-love .pick_up div {
    color: #ff6a8f;
	background: radial-gradient(circle, rgba(255, 106, 143, 0.4) 0%, rgba(167, 211, 152, 0) 70%);
}

#pageRecommend.infidelity .pick_up div {
    color: #993399;
	background: radial-gradient(circle, rgba(153, 51, 153, 0.4) 0%, rgba(167, 211, 152, 0) 70%);
}

#pageRecommend.future .pick_up div {
    color: #339999;
	background: radial-gradient(circle, rgba(167, 211, 152, 0.4) 0%, rgba(167, 211, 152, 0) 70%);
	width: 260px;
}

#pageRecommend.cleansing .pick_up div {
    color: #6666cc;
	background: radial-gradient(circle, rgba(102, 102, 204, 0.4) 0%, rgba(167, 211, 152, 0) 70%);
}

#pageRecommend.work .pick_up div {
    color: #3399cc;
	background: radial-gradient(circle, rgba(51, 153, 211, 0.4) 0%, rgba(167, 211, 152, 0) 70%);
}

/*#pageRecommend.cleansing .top_lead span {
    color: #6666cc;
	font-size: 18px;
	font-weight: 700;
}
*/
#pageRecommend .recommend_list {
    background-color: #f9effe;
    padding: 1em;
	margin: 30px 0 0;
}

#pageRecommend .recommend_list ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#pageRecommend .recommend-list ul li {
    font-size: 15px;
    /*border-bottom: 1px dotted #9e9b9f;*/
    padding: .5em;
}

#pageRecommend .recommend_list ul li .flx  {
  display: flex;
  align-items: center;
  gap: 8px;   
}

#pageRecommend .recommend_list ul li .icn {
    width: 12px;
	padding-right: .8em;
}

#pageRecommend .recommend_list ul li .icn img {
    position: relative;
    top: .3em;
}

/* 霊能者一覧 */

#pageRecommend #psychic_list .hl_results {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

#pageRecommend #psychic_list .hl_results span:nth-of-type(1) {
    font-size: 16px;
    position: relative;
	margin-bottom: 0.8em;
}

.hl_results span {
    display: inline-block;
}

#pageRecommend #psychic_list .hl_results span:nth-of-type(1):before, #pageRecommend #psychic_list .hl_results span:nth-of-type(1):after {
    content: '';
    width: 1.5em;
    border-top: 1px solid #000;
    position: absolute;
    top: .7em;
}

#pageRecommend #psychic_list .hl_results span:nth-of-type(1):before {
    transform: rotate(55deg);
    left: -1.8em;
}

#pageRecommend #psychic_list .hl_results span:nth-of-type(1):after {
    transform: rotate(-55deg);
    right: -1.7em;
}

#pageRecommend #psychic_list a.btn3 {
	line-height: 1.5;
}



#pageRecommend .ttl_cmn {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 500;
    color: #363636;
    text-align: center;
    line-height: 1.2;
    border-top: 2px solid #ece6fd;
    border-bottom: 2px solid #ece6fd;
    padding: .5em 0;
}

#pageRecommend .realtime-state {
    font-size: 12px;
	/*margin: 0 0 .8em 0;*/
}

#pageRecommend .field {
	overflow: visible;
	display: block;
	-webkit-line-clamp: unset;
}

#pageRecommend ul.list > li .links a.mypage {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: var(--first_color);
    border-radius: .4em;
    padding: 1.0em 3em;
    transition: all 300ms 0s ease;
	border: 1px solid var(--first_color);
}

#pageRecommend ul.list > li .links a:last-child {
    margin-top: .6em;
}

#pageRecommend ul.list > li .divination {
    overflow: visible;
	max-height: none;
	margin: 1em 0;
}

#pageRecommend ul.list > li .divination {
    overflow: visible;
	max-height: none;
	margin: 1em 0;
}

#pageRecommend ul.list > li .voice {
	padding: 0.8em;
    background-color: #f9effe;
}

#pageRecommend ul.list > li .voice span {
    color: var(--first_color);
}

#pageRecommend #reasons .ttl_sub {
  counter-increment: num;
}

#pageRecommend #reasons .ttl_sub {
  position: relative;
  width: 88%;
  margin: 1.4em auto;
  padding: 0 1em;
  font-size: clamp(16px, 5.25vw, 32px);
  line-height: 1.6;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #d894d9;
  border-bottom: 1px solid #d894d9;
}

#pageRecommend #reasons .ttl_sub span {
	color: var(--first_color);
	font-size: 20px;
    font-weight: 500;
}

#pageRecommend #reasons .ttl_sub:before {
  position: absolute;
  top: 60%;
  margin-left: -1em;
  content: counter(num) "";
  font-size: 3em;
  font-style: italic;
  line-height: 0;
}

#pageRecommend #reasons .ttl_sub:before {
  top: 90%;
  left: 1.1em;
  font-size: clamp(3em, 5.25vw, 32px);
}

#pageRecommend #reasons .lead {
    position: relative;
    width: 85%;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
}

#pageRecommend #approach .ttl_theme {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: var(--first_color);
  padding: .9em 0 15px;
}

#pageRecommend #approach .ttl_theme span.num {
  width: 30px;
  height: 30px;
  background-color: var(--first_color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  flex-shrink: 0; 
}

#pageRecommend #voice .chat_container h4 {
	font-size: 16px;
	padding-bottom: 5px;
}

#pageRecommend #voice .chat_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  margin: 50px auto 0;
  padding: 20px;
}

#pageRecommend #voice .chat_row {
  display: flex;
  width: 100%;
}

#pageRecommend #voice .message {
  position: relative;
  max-width: 70%;
  padding: 1.2em;
  border-radius: 15px;
  font-size: 15px;
  line-height: 1.5;
}

#pageRecommend #voice .chat_left  { justify-content: flex-start; }
#pageRecommend #voice .chat_right { justify-content: flex-end; }

#pageRecommend #voice .box {
  background-color: #ffffff;
  border: 2px solid #d894d9;
  color: #333333;
}

#pageRecommend #voice .box::before,
#pageRecommend #voice .box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
}

#pageRecommend #voice .chat_left .box::before {
  right: 100%;
  border-right-color: #d894d9;
}

#pageRecommend #voice .chat_left .box::after {
  right: calc(100% - 3px);
  border-right-color: #ffffff;
}

#pageRecommend #voice .chat_right .box::before {
  left: 100%;
  border-left-color: #d894d9;
}

#pageRecommend #voice .chat_right .box::after {
  left: calc(100% - 3px);
  border-left-color: #ffffff; 
}

#pageRecommend #voice h5 {
    color: var(--first_color);
    font-size: 15px;
}

#pageRecommend #voice p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
}

/* よくあるご質問 */
#pageRecommend #faq #list_faq {
	padding-bottom: 1.8em;
	border-bottom: 1px dotted #9d9d9d;
}
#pageRecommend #faq #list_faq dt,
#pageRecommend #faq #list_faq dd {
	position: relative;	
}
#pageRecommend #faq #list_faq dt {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	padding-top: 1.5em;
	margin-top: 1.5em;
	line-height: 1.5;
}
#pageRecommend #faq #list_faq dt:not(:first-of-type) {
	border-top: 1px dotted #9d9d9d;
}

#pageRecommend #faq #list_faq dt span:nth-child(1) {
	position: relative;
	display: block;
	padding-left: 25px;
}	
#pageRecommend #faq #list_faq dd {
	margin-left: 0;
	padding-left: 25px;
	padding-top: .5em;
	padding-bottom: 0em;
}
#pageRecommend #faq #list_faq dt span:nth-child(1)::before,
#pageRecommend #faq #list_faq dd::before {
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	left: 0;
}
#pageRecommend #faq #list_faq dt span:nth-child(1)::before {
	content: 'Q';
	color: #47409d;
	top: -.3em;
}
#pageRecommend #faq #list_faq dd::before {
	content: 'A';
	color: #993499;
	top: .1em;
}

#pageRecommend #faq #list_faq dd figure.ccards {
	width: 90%;
	margin-top: 1em;
}





/*#pageRecommend #links_recommend li {
	margin-bottom: 1.0em;
}
#pageRecommend #links_recommend li a {
	display: block;
	font-weight: 500;
	color: #000;
	padding: .8em 0 .8em .2em ;
}

#pageRecommend #links_recommend li a h3 {
font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #363636;
  line-height: 1;
  padding: .5em 0;
	font-size: 18px;
    border-bottom: 1px dotted #999999;
}

#pageRecommend #links_recommend li:nth-child(1) a h3 {
    color: #000099;
}

#pageRecommend #links_recommend li:nth-child(2) a h3 {
    color: #663300;
}

#pageRecommend #links_recommend li:nth-child(3) a h3 {
    color: #cc3366;
}

#pageRecommend #links_recommend li a:hover {
	text-decoration: none;
    opacity: 0.8;
}

#pageRecommend #links_recommend li a {
	margin-left: auto;
	margin-right: auto;
}

#pageRecommend #links_recommend li a .btn {
	font-size: 14px;
	font-weight: bold;
	color: #412c90;
	background-color: #fff;
	text-align: center;
	border: 1px solid #412c90;
	border-radius: .4em;
	line-height: 1;
	padding: .6em 5em;
	transition: all 300ms 0s ease;
}

#pageRecommend h2.name {
  font-size: 20px;
  color: #383838;
}

#pageRecommend .btn3 {font-size: 14px;line-height: 1.3;}
#pageRecommend .desc .row .lside {padding-top: 0;padding-bottom: 1em;}

#pageRecommend .sion_table {
	display: table;
}
#pageRecommend .sion_table dt {
	font-size: 15px;
	width: auto;
	color: var(--first_color);
	font-weight: bold;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: .2em;
}
#pageRecommend .sion_table dd {
	width: auto;
	margin-left: 0;
	padding-bottom: 1.0em;;
	border-bottom: 1px dotted #939393;
	margin-bottom: 1.0em;
}

#pageRecommend figure {
    width: 240px;
    height: auto;
    padding:7px;
    background-color: #ead8e8;
    margin: 0 auto;
}*/




@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */

/* end of media query(iphone6) */	
}

@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}

@media handheld, print, screen and (min-width: 480px) {

#pageUsage #links_recommend li a {
	font-size: 16px;
}

#pageUsage #links_recommend li a h3 {
    font-size: 18px;
    padding-bottom: .6em;
}

#pageRecommend h2.name {
  font-size: 22px;
}

#pageRecommend #voice p {
    font-size: 16px;
}
	
#pageRecommend #approach .ttl_theme {
    align-items: center;
   font-size: 18px;
}


@media (-webkit-min-device-pixel-ratio: 2){
/* end of media query(retina) */	
}

/* end of media query(tablet) */	
}

@media handheld, print, screen and (min-width: 620px) {
/* iPad */

#pageRecommend ul.list > li .mh1 {
	display: block;
}

#pageRecommend ul.list > li .intro .in .msg,#pageRecommend ul.list > li .price {
    font-size: 16px;
}



/* end of media query(iPad) */	
}

@media handheld, print, screen and (min-width: 835px) {
/* pc */

#pageSion-list #tab_sion a {
    font-size: 16px;
	padding: 0.5em 0.5em!important;
}

#pageRecommend ul.list > li .mh1 {
	display: flex;
}

#pageRecommend .sbr {
    display: none;
}

#pageRecommend .hl_reco {
    font-size: 30px;
    font-weight: 500;
}

#pageRecommend .hl_reco span {
    font-size: 35px;
    /*color: #006d4d;*/
    font-weight: 500;
}

#pageRecommend.unrequited-love .hl_reco span {
    font-size: 35px;
    color: #ff6a8f;
    font-weight: 500;
}

#pageRecommend.infidelity .hl_reco span {
    font-size: 35px;
    color: #993399;
    font-weight: 500;
}

#pageRecommend .pick_up {
    flex-wrap: nowrap;
	padding: 20px;
	gap: 25px;
}

#pageRecommend .pick_up div {
    width: 230px;
    font-size: 28px;
}

#pageRecommend.future .pick_up div {
    font-size: 22px;
}


#pageRecommend .top_lead {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 500;
}

#pageRecommend #top_banner img {
    width: 485px;
}

#pageRecommend .recommend_list {
    width: 80%;
    max-width: 900px;
    margin: 40px auto 0;
    padding: 1.0em 2.5em;
}

#pageRecommend .recommend_list ul {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}

#pageRecommend ul.list li a {
      flex: 1;
      min-width: 0; 
}

#pageRecommend ul.list li a div.prof {
    display: flex;
    align-items: center;
    gap: 16px;
}

#pageRecommend ul.list li a div.prof .realtime-state {
    font-size: 17px;
    padding: 0 1em;
}

#pageRecommend ul.list li div.links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 30%;
}

#pageRecommend ul.list > li .links a.mypage {
    flex: 2; 
    display: flex;
    align-items: center;
    justify-content: center;
}

#pageRecommend #psychic_list .hl_results {
    font-size: 36px;
}

#pageRecommend #psychic_list .hl_results span:nth-of-type(1) {
    font-size: 22px;
}

#pageRecommend .ttl_cmn {
    font-size: 26px;
    width: 100%;
}

#pageRecommend .recommend-list ul li {
    font-size: 18px;
    width: auto;
    flex: 1;
}

#pageRecommend #reasons .ttl_sub span {
    font-size: 30px;
}

#pageRecommend #voice .chat_container {
    max-width: 100%;
}

#pageRecommend #voice .message {
    max-width: 80%;
}

#pageRecommend #voice h4,#pageRecommend #voice h5,#pageRecommend #faq #list_faq dt span:nth-child(1) {
    font-size: 17px;
}
	
#pageRecommend #tab_sion a {
     font-size: 18px;
}

/*#pageRecommend.cleansing .top_lead span {
    font-size: 22px;
}*/

/* end of media query(pc) */
}