@charset "UTF-8";

/****共通設定******************************/
body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}

.sp {
	display: none; 
}

@media screen and (max-width: 768px) {
  .pc {
    display: none; 
	}
  .sp {
    display: inherit; 
	}
}

section{
	margin: 0 auto;
	padding: 0;
}

.container{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

@media (min-width: 750px) and (max-width: 1199px) {
.container{
	width: 100%;
	margin: 0 auto;
	padding: 30px;
}
}
@media (max-width: 749px) {
.container{
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
}


.container2{
	width: 870px;
	margin: 0 auto;
	padding: 0;
}
@media (max-width: 749px) {
.container2{
	width: 100%;
	margin: 0 auto;
	padding: 0 ;
}
}



/**** mv ******************************/
#mv{
	position: relative;
}
#mv p.text-l{
	position: absolute;
	left: 2.083vw;
	bottom: 2.083vw;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 0.972vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#mv p.text-r{
	/*
	position: absolute;
	right: 2.083vw;
	bottom: 2.083vw;
	color: #FFF;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 1.111vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	*/
	display: none;
}
@media (max-width: 749px) {
#mv p.text-l{
	left: 43px;
	bottom: 10%;
	font-size: 11px;
	}
#mv p.text-r{
	font-size: 14px;
	right: 14px;
	bottom: 10px;
	}
}


/**** table ******************************/


.table-slider {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

.table-slider .baseTable-tate {
        width: auto;
        min-width: 800px;
        display: block;
        white-space: nowrap;
    }







/* 2026/03/25 */
table.baseTable th, table.baseTable-tate th {
    background-color: var(--color_main_thin);;
}

	

@media screen and (max-width: 767px) {
    .sp-slider {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sp-slider .baseTable-tate {
        width: auto;
        min-width: 800px;
        display: block;
        white-space: nowrap;
    }
}



.c-scrollHint {
    -webkit-animation: FloatHorizontal 2s ease-in-out infinite alternate;
    animation: FloatHorizontal 2s ease-in-out infinite alternate;
    margin-bottom: 2px!important;
    margin-top: 3em;
    text-align: right
}

.c-scrollHint span {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    line-height: 1;
    opacity: .75;
    vertical-align: middle
}

.c-scrollHint span i {
    font-size: 16px;
    margin-left: 4px
}

.c-scrollHint+.wp-block-table {
    margin-top: 0!important
}


/**** footer ******************************/


#footer {
	background: linear-gradient(150deg, #120631 0%, #371b5d 100%) !important;
	padding-top: 25px;
	text-align: center;
	position: relative;
	z-index: 9999;
}

ul.l-footer__nav {
	padding: 0 0 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid #FFF;
	list-style: none;
}

.w-beforeFooter {
    margin: 6em auto 3em;
    overflow: hidden
}
ul.l-footer__nav li a{
	color: #fff;
}

.c-widget__title.-footer:before {
    background-color: currentcolor!important
}

.l-footer {
    background-color: var(--color_footer_bg);
    color: var(--color_footer_text);
    position: relative;
    z-index: 0
}

.l-footer a,.l-footer span {
    color: inherit
}

.l-footer .copyright {
    font-size: 12px;
    text-align: center;
	color: #fff;
}

.l-footer .copyright a {
    color: #fff;
}

.l-footer__nav {
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: .5em 0 1em
}

.l-footer__nav a {
    color: inherit;
    display: block;
    font-size: 3vw;
    padding: .25em .5em;
    text-decoration: none
}

.l-footer__nav a:hover {
    text-decoration: underline
}

.l-footer__foot,.l-footer__widgetArea {
    padding-bottom: 1em;
    padding-top: 1em
}

.p-indexModal {
    padding: 80px 16px
}

.p-indexModal__inner {
    background: #fdfdfd;
    border-radius: var(--swl-radius--4,0);
    color: #333;
    height: 100%;
    margin: -1em auto 0!important;
    max-width: 800px;
    padding: 2em 1.5em;
    position: relative;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    z-index: 1
}

.is-opened>.p-indexModal__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.p-searchModal__inner {
    background: hsla(0,0%,100%,.1);
    left: 50%;
    max-width: 600px;
    padding: 1em;
    position: absolute;
    top: calc(50% + 16px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: top .5s;
    width: 96%;
    z-index: 1
}

.is-opened>.p-searchModal__inner {
    top: 50%
}

.p-searchModal__inner .c-searchForm {
    box-shadow: 0 0 4px hsla(0,0%,100%,.2)
}

.p-searchModal__inner .s {
    font-size: 16px
}

@media (min-width: 960px) {
    .w-footer {
        display:flex;
        justify-content: space-between
    }

    .w-footer__box {
        flex: 1;
        padding: 1em
    }
}

@media not all and (min-width: 960px) {
    .w-footer__box {
        padding:1em 0
    }

    .w-footer__box+.w-footer__box {
        margin-top: 1em
    }

    .l-footer__inner {
        padding-bottom: calc(env(safe-area-inset-bottom)*.5)
    }
}

@media (min-width: 600px) {
    .l-footer__nav a {
        border-right:1px solid;
        font-size: 13px;
        padding: 0 .75em
    }

    .l-footer__nav li:first-child a {
        border-left: 1px solid
    }

    .p-indexModal__inner {
        padding: 2em
    }
}



/**** shindan ******************************************************************************************/

#shindan{
	margin: 114px auto 87px auto;
}
#shindan .header{
	background: linear-gradient(90deg, #f9d2d5 0%, #97b4de 100%);
	display: flex;
	align-items: center;
}

#shindan .header .circle{
	width: 142px;
	height: 142px;
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 36.4px */
	letter-spacing: -1.4px;
	border-radius: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 40px;
	margin-right: 25px;
	background: #fff;
}
#shindan .header h2{
	color: #29262C;
	font-family: "Shippori Mincho";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 62.4px */
	width: calc(100% - 300px - 172px);
}
#shindan .header .image{
	width: 235px;
	margin-right: 40px;
}
#shindan .header .image img{
	width: 100%;
	height: auto;
}
#shindan .body{
	background: linear-gradient(102deg, #F6EEFF 0%, #FFEEFC 51.17%, #ECEFFF 100%);
	padding: 60px 0 70px 0;
	text-align: center;
}
#shindan .body .step{
	width: 800px;
	margin: 0 auto 0 auto;
}
#shindan .body .step ul{
	margin: 0 0 70px 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#shindan .body .step ul:after{
	content: "";
	position: absolute;
	border-top: 1px solid #8755CB;
	width: 790px;
	bottom: 25px;
	left: 0;
	z-index: -1;
}
#shindan .body .step ul li{
	width: 48px;
}
#shindan .body .step ul li .text{
	text-align: center;
	color: #000;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 5px;
}
#shindan .body .step ul li .icon{
	width: 48px;
	height: 48px;
	text-align: center;
	font-family: Quicksand;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	color: #8755CB;
	border: 1px solid #8755CB;
	background: #fff;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#shindan .body .step ul li.active .icon{
	background: #8755CB;
	color: #fff;
}
#shindan .body .step ul li:last-child{
	width: 60px;
}
#shindan .body .step ul li:last-child .text{
	text-align: center;
	width: 60px;
}
#shindan .body .step ul li:last-child .icon{
	margin: 0 auto;
}
#shindan .body .step ul li:last-child .icon img{
	width: 24px;
	height: auto;
}

#shindan .body .qa{
	width: 800px;
	margin: 0 auto 0 auto;
}

#shindan .body .qa{
	width: 800px;
	margin: 0 auto 0 auto;
}
#shindan .body .qa h3{
	margin: 0 0 35px 0;
	color: #000;
	font-family: "Zen Kaku Gothic New";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: left;
}
#shindan .body .qa ul{
	margin: 0 0 55px 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#shindan .body .qa ul li{
	margin: 0 0 15px 0;
	width: 185px;
	height: 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	grid-row: span 1;
	grid-column: span 1;
	justify-self: stretch;
	border-radius: 10px;
	background: #FFF;
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#shindan .body .buttons{
	width: 800px;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: center;
}
#shindan .body .buttons input.prev{
	display: inline-flex;
	margin: 0 40px;
	padding: 15px 40px 13px 40px;
	align-items: center;
	color: var(--primary-purple, #8755CB);
	border-radius: 50px;
	border: 1px solid var(--primary-purple, #8755CB);
	background: #FFF;
	text-align: center;
	font-family: "Gothic A1";
	font-size: 21px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	transform: scale(1, 1);
}
#shindan .body .buttons input.next{
	display: inline-flex;
	margin: 0 40px;
	padding: 15px 40px 13px 40px;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: linear-gradient(90deg, #BC4D8D 0%, #516BBA 100%);
	color: #FFF;
	text-align: center;
	font-family: "Gothic A1";
	font-size: 21px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border: none;
	transform: scale(1, 1);
}

#shindan .body .buttons input.prev:hover,#shindan .body .buttons input.next:hover {
	opacity: .8;
	cursor: pointer;
	transition: all 0.25s;
}

#shindan .body h3{
	margin: 0 0 60px 0;
	color: #000;
text-align: center;
font-family: "Shippori Mincho";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
#shindan .body h4{
	margin: 0 0 30px 0;
	color: #000;
text-align: center;
font-family: "Zen Kaku Gothic New";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
#shindan .body .image{
	width: 800px;
	margin: 0 auto 40px auto;
}
#shindan .body dl{
	width: 800px;
	margin: 0 auto 90px auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#shindan .body dl dt{
	display: flex;
	width: 200px;
	margin: 0;
	padding: 15px 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: var(--primary-purple, #8755CB);
	border-bottom: 1px solid #fff;
}
#shindan .body dl dt:last-child{
	border-bottom:none;
}

#shindan .body dl dd{
	display: flex;
	width: 600px;
	margin: 0;
	padding: 15px 0 15px 30px;
	align-items: center;
	color: var(--primary-black, #212024);
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #fff;
	border-bottom: 1px solid #eee;
	text-align: left;
}
#shindan .body dl dd:last-child{
	border-bottom:none;
}
#shindan .body p{
	margin: 0 0 40px 0;
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
#shindan .body .tokuten{
	position: relative;
	display: inline-block;
	margin: 0 auto 20px auto;
	color: #111;
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	
}
#shindan .body .tokuten span{
	color: #111;
	text-align: center;
	font-family: Amiri;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -3.2px;
}

#shindan .body .tokuten::before {
    transform: rotate(-35deg);
    left: -20px;
}
#shindan .body .tokuten::after {
    transform: rotate(35deg);
    right: -20px;
}
#shindan .body .tokuten::before,#shindan .body .tokuten::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #000;
    position: absolute;
    bottom: 25px;
}




#shindan .body .button{
	display: block;
	margin: 0 0 15px 0;
}
#shindan .body .button a{
	display: inline-block;
	margin: 0 auto;
	width: 550px;
	padding: 15px 0;
	justify-content: space-between;
	align-items: center;
	border-radius: 27.5px;
	background: linear-gradient(90deg, #BC4D8D 0%, #516BBA 100%);
	color: #FFF;
	text-align: center;
	font-family: "Gothic A1";
	font-size: 21px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-decoration: none;
	animation: btn_animation 2.0s infinite;
}

@keyframes btn_animation {
    0% {
        transform: scale(1.05)
    }
    85% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05)
    }
}



#shindan .body .pr{
	color: #888;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}




#shindan .body .loading{
	background: #fff;
	height: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
}
#shindan .body .loading img{
	width: 100px;
	height: auto;
	margin-bottom: 90px;
}
#shindan .body .loading p{
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


@media (min-width: 750px) and (max-width: 1199px) {
#shindan{
	margin: 54px auto 47px auto;
}
}

@media (max-width: 749px) {
#shindan{
	margin: 59px 0 60px 0;
}
#shindan .header{
	background: linear-gradient(90deg, #f9d2d5 0%, #97b4de 100%);
	display: inherit;
	position: relative;
	padding: 10px 14px;
}

#shindan .header .circle{
	font-size: 16px;
	border-radius: 10px;
	width: inherit;
	height: inherit;
	display: inline-block;
	margin-left: inherit;
	margin-right: inherit;
	margin-bottom: 3px;
	padding: 8px 10px;
	line-height: 100%;
	text-align: center;
}
#shindan .header h2{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 28px */
	width: inherit;
}
#shindan .header .image{
	position: absolute;
	width: 102px;
	margin-right: inherit;
	top: -25px;
    right: 25px;
}
#shindan .header .image img{
	width: 100%;
	height: auto;
}
#shindan .body {
	padding: 30px 20px;
}
#shindan .body .step{
	width: 100%;
	margin: 0 auto 0 auto;
}
#shindan .body .step ul{
	margin: 0 0 28px 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#shindan .body .step ul:after{
	content: "";
	position: absolute;
	border-top: 1px solid #8755CB;
	width: 100%;
	bottom: 25px;
	left: 0;
	z-index: -1;
}
#shindan .body .step ul li{
	width: 48px;
}
#shindan .body .step ul li .text{
	text-align: center;
	color: #000;
	font-family: "Zen Kaku Gothic New";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 5px;
}
#shindan .body .step ul li .icon{
	width: 48px;
	height: 48px;
	text-align: center;
	font-family: Quicksand;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	color: #8755CB;
	border: 1px solid #8755CB;
	background: #fff;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#shindan .body .step ul li.active .icon{
	background: #8755CB;
	color: #fff;
}
#shindan .body .step ul li:last-child{
	width: 48px;
}
#shindan .body .step ul li:last-child .text{
	text-align: center;
	width: 48px;
}
#shindan .body .step ul li:last-child .icon{
	margin: 0 auto;
}
#shindan .body .step ul li:last-child .icon img{
	width: 24px;
	height: auto;
}

#shindan .body .qa{
	width: 100%;
	margin: 0 auto 0 auto;
}
#shindan .body .qa h3{
	margin: 0 0 28px 0;
	color: #000;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
    text-wrap: inherit;
}
#shindan .body .qa ul{
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#shindan .body .qa ul li{
	margin: 0 0 5px 0;
	width: calc(50% - 5px);
	height: 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	grid-row: span 1;
	grid-column: span 1;
	justify-self: stretch;
	border-radius: 10px;
	background: #FFF;
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#shindan .body .buttons{
	width: 100%;
	margin: 0 auto 0 auto;
    display: block;
}
#shindan .body .buttons input.prev{
	display: block;
	margin: 0 auto 18px auto;
	padding: 15px 40px 13px 40px;
	align-items: center;
	color: var(--primary-purple, #8755CB);
	border-radius: 50px;
	border: 1px solid var(--primary-purple, #8755CB);
	background: #FFF;
	text-align: center;
	font-family: "Gothic A1";
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	width: 185px;
}
#shindan .body .buttons input.next{
	display: block;
	margin: 0 auto;
	padding: 15px 40px 13px 40px;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: linear-gradient(90deg, #BC4D8D 0%, #516BBA 100%);
	color: #FFF;
	text-align: center;
	font-family: "Gothic A1";
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border: none;
	width: 185px;
}
	
	
#shindan .body h3{
	margin: 0 0 27px 0;
	font-size: 24px;
}
#shindan .body h4{
	margin: 0 0 27px 0;
	font-size: 16px;
}
#shindan .body .image{
	width: 100%;
	margin: 0 auto 40px auto;
}
#shindan .body dl{
	width: 100%;
	margin: 0 auto 27px auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#shindan .body dl dt{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: var(--primary-purple, #8755CB);
	border-bottom: 1px solid #fff;
}
#shindan .body dl dt:last-child{
	border-bottom:none;
}

#shindan .body dl dd{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	align-items: center;
	color: var(--primary-black, #212024);
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #fff;
	border-bottom: 1px solid #fff;
}
#shindan .body dl dd:last-child{
	border-bottom:none;
}
#shindan .body p{
	margin: 0 0 47px 0;
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
#shindan .body .tokuten{
	position: relative;
	display: inline-block;
	margin: 0 auto 20px auto;
	color: #111;
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 0;

	
}
#shindan .body .tokuten span{
	color: #111;
	text-align: center;
	font-family: Amiri;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -2.4px;
}

#shindan .body .tokuten::before {
    transform: rotate(-35deg);
    left: 40px;
}
#shindan .body .tokuten::after {
    transform: rotate(35deg);
    right: 40px;
}
#shindan .body .tokuten::before,#shindan .body .tokuten::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #000;
    position: absolute;
    bottom: 70px;
}

#shindan .body .button{
	display: block;
	margin: 0 0 15px 0;
}
#shindan .body .button a{
	display: inline-block;
	margin: 0 auto;
	width: 90%;
	padding: 15px 0;
	justify-content: space-between;
	align-items: center;
	border-radius: 27.5px;
	background: linear-gradient(90deg, #BC4D8D 0%, #516BBA 100%);
	color: #FFF;
	text-align: center;
	font-family: "Gothic A1";
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-decoration: none;
}
#shindan .body .pr{
	color: #888;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#shindan .body .loading{
	background: #fff;
	height: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
}
#shindan .body .loading img{
	width: 60px;
	height: auto;
	margin-bottom: 90px;
}
	
}


/**** shindan ******************************************************************************************/

.post_content>* {
    /* clear: both; */
    margin-bottom: var(--swl-block-margin, 2em);
}
.post_content dd>:last-child, .post_content div>:last-child, .post_content>:last-child {
    margin-bottom: 0 !important;
}
.post_content div>:first-child, .post_content>:first-child {
    margin-top: 0 !important;
}

.sp-slider {
	overflow: scroll;
}
#ranking{
	background: #F9F9F9;
	padding: 96px 0 127px 0;
}
#ranking h2{
	color: #000;
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 79px;
}
#ranking table{
	border-spacing: 0;
	border-radius: 10px;
	border-bottom: 1px solid #e6e6e6;
}
#ranking table th{
	padding: 8px 12px;
	background: #8755CB;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	border-spacing: 0;
	border-top: 1px solid #8755CB;
	border-left: 1px solid #fff;
}

#ranking table tr th:first-child {
  border-radius: 10px 0 0 0; /* 左上の角だけ10px */
	border-left: 1px solid #8755CB!important;

}
#ranking table tr th:last-child {
  border-radius: 0 10px 0 0; /* 右上の角だけ10px */
}
#ranking table tr:last-child td:last-child {
  border-radius: 0 0 10px 0; /* 右下の角だけ10px */
}
#ranking table tr:last-child td:first-child {
  border-radius: 0 0 0 10px; /* 左下の角だけ10px */
}

#ranking table th.rank{
	width: 80px;
}
#ranking table th.name{
	width: 210px;
}

#ranking table th.btn{
	width: 330px;
}
#ranking table th.price{
	width: 130px;
}
#ranking table th.tokuten{
	width: 800px;
}
#ranking table th.star{
	width: 190px;
}
#ranking table td{
	padding: 8px 12px;
	background: #FFF;
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
#ranking table td:last-child{
	border-right: 1px solid #E6E6E6;
}
#ranking table td.rank{
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
#ranking table td.name,#ranking table td.price,#ranking table td.tokuten{
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}
#ranking table td.star{
	color: #FFC107;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2px;
}
#ranking table td.btn a{
	position: relative;
	display: flex;
	width: 290px;
	height: 40px;
	padding: 0 30px 0 20px;
	align-items: center;
	gap: 5px;
	flex-shrink: 0;
	border-radius: 71px;
	border: 1px solid #8755CB;
	background: #FFF;
	text-decoration: none;
	color: #8755CB;
	font-family: "Zen Kaku Gothic New";
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#ranking table td.btn a:after{
	content:"▶";
	position: absolute;
	top: 11px;
	right: 12px;
	color: #8755CB;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#ranking table td.btn a img.logo{
	width: 20px;
	height: 20px;
	margin-left: -5px;
}
#ranking table td.btn a img.zoom{
	width: 16px;
	height: 16px;
}

@media (min-width: 750px) and (max-width: 1199px) {
#ranking{
	padding: 56px 0 67px 0;
}
}
@media (max-width: 749px) {
#ranking{
	background: #F9F9F9;
	padding: 70px 0 70px 0;
}
#ranking .container{
	padding: 0;
	}
#ranking table{
	margin: 0 20px;
	}
#ranking h2{
	color: #000;
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 50px;
}
#ranking table th.rank{
	padding: 8px 12px;
	}
#ranking table th{
	padding: 8px 20px;
	background: #8755CB;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	border-spacing: 0;
	border-top: 1px solid #8755CB;
	border-left: 1px solid #fff;
}
#ranking table td.rank{
	padding: 8px 12px;
	text-align: center;
	}
#ranking table td.name,#ranking table td.price,#ranking table td.tokuten{
	padding: 8px 20px;
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}
	
}


/**** cta ******************************************************************************************/

.cta{
	padding: 80px 0;
	background: var(--primary-grad, linear-gradient(102deg, #F6EEFF 0%, #FFEEFC 50%, #ECEFFF 100%));
	text-align: center;
}
.cta .koko{
	margin: 0 0 14px 0;
	display: inline-block;
	padding: 10px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: #8755CB;
	color: #FFF;
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cta h2{
	margin: 0 0 30px 0;
	color: var(--primary-purple, #8755CB);
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 62.4px */
}
.cta img{
	width: 930px;
	height: auto;
	margin: 0 auto;
	
}
@media (max-width: 749px) {
.cta{
	padding: 60px 0;
	background: var(--primary-grad, linear-gradient(102deg, #F6EEFF 0%, #FFEEFC 50%, #ECEFFF 100%));
	text-align: center;
}
.cta .koko{
	margin: 0 0 14px 0;
	font-size: 24px;
}
.cta h2{
	margin: 0 0 30px 0;
	font-size: 26px;
	line-height: 130%; /* 62.4px */
}
.cta img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}
}

/**** detail ******************************************************************************************/

#detail{
	padding: 130px 0;
}
#detail h2{
	margin-bottom: 32px;
	color: var(--primary-black, #000);
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	
  padding-bottom: 32px;
  position: relative;
  border-bottom: 1px solid #B9B9B9;/*右：薄ピンク*/
}
#detail h2:after{
  content: '';
  position: absolute;
	left: 0;
  bottom: -1px;
  width: 160px;
  height: 1px;
  background: #f98469;/*左：ピンク*/
}
#detail .image{
	margin: 0 0 50px 0;
}
#detail .image img{
	width: 100%;
	height: auto;

}
#detail .data{

}


#detail .data dl{
	width: 800px;
	margin: 0 auto 50px auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#detail .data dl dt{
	display: flex;
	width: 200px;
	margin: 0;
	padding: 15px 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: var(--primary-purple, #8755CB);
	border-bottom: 1px solid #fff;
}
#detail .data dl dt:last-child{
}

#detail .data dl dd{
	display: flex;
	width: 600px;
	margin: 0;
	padding: 15px 0 15px 30px;
	align-items: center;
	color: var(--primary-black, #212024);
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #fff;
	border-bottom: 1px solid #eee;
	text-align: left;
}
#detail .data dl dd:last-child{
}
#detail .data p{
	margin: 0 150px 40px 150px;
	color: var(--primary-black, #212024);
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
#detail .point{
	width: 940px;
	margin: 0 auto;
}
#detail .point h3{
	margin: 0;
	display: flex;
	height: 36px;
	padding: 5px 0 5px 20px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	background: #8755CB;
}
#detail .point ul{
	margin: 0;
	padding: 10px 18px;
	background: #FBF9F3;
}
#detail .point ul li{
	margin: 0 0 0 20px;
	padding: 0;
	color: var(--primary-black, #212024);
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	
}

@media (min-width: 750px) and (max-width: 1199px) {
#detail{
	padding: 60px 0;
}
}
@media (max-width: 749px) {
#detail{
	padding: 60px 0;
}
#detail h2{
	margin-bottom: 38px;
	color: var(--primary-black, #000);
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	
  padding-bottom: 32px;
  position: relative;
  border-bottom: 1px solid #B9B9B9;/*右：薄ピンク*/
}
#detail h2:after{
  content: '';
  position: absolute;
	left: 0;
  bottom: -1px;
  width: 123px;
  height: 1px;
  background: #f98469;/*左：ピンク*/
}
#detail .image{
	margin: 0 0 38px 0;
}
#detail .image img{
	width: 100%;
	height: auto;

}
#detail .data{

}

#detail .data dl{
	width: 100%;
	margin: 0 auto 38px auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#detail .data dl dt{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: var(--primary-purple, #8755CB);
	border-bottom: 1px solid #fff;
}
#detail .data dl dt:last-child{
	border-bottom:none;
}

#detail .data dl dd{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	align-items: center;
	color: var(--primary-black, #212024);
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #F6F6F6;
	border-bottom: 1px solid #fff;
}
#detail .data dl dd:last-child{
	border-bottom:none;
}
#detail .data p{
	margin: 0 0 38px 0;
	color: var(--primary-black, #212024);
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
#detail .point{
	width: 100%;
	margin: 0 auto;
}
#detail .point h3{
	margin: 0;
	display: flex;
	padding: 5px 0 5px 20px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	background: #8755CB;
}
#detail .point ul{
	margin: 0;
	padding: 10px 18px;
	background: #FBF9F3;
}
#detail .point ul li{
	margin: 0 0 0 20px;
	padding: 0;
	color: var(--primary-black, #212024);
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	
}
}


/**** top3 ******************************************************************************************/

#top3{
	background: #F9F9F9;
	padding: 96px 0 87px 0;
}
#top3 h2{
	color: #000;
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 79px;
}

#top3 h3{
	margin: 0 0 30px 20px;
	padding-left: 38px;
	position: relative;
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#top3 h3:before{
	position: absolute;
	content: '';
	display: inline-block;
	top: 5px;
	left: -0px;
	width: 30px;/*画像の幅*/
	height: 25px;/*画像の高さ*/
	background-image: url( "../img/top3-icon-crown.png");
	background-size: contain;
	vertical-align: middle;
}

	
#top3 table{
	margin: 0 20px 40px 20px;
	border-spacing: 0;
	border-radius: 10px;
	border-bottom: 1px solid #e6e6e6;
}
#top3 table th{
	padding: 8px 12px;
	background: #8755CB;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	border-spacing: 0;
	border-top: 1px solid #8755CB;
	border-left: 1px solid #fff;
}

#top3 table tr th:first-child {
  border-radius: 10px 0 0 0; /* 左上の角だけ10px */
	border-left: 1px solid #8755CB!important;

}
#top3 table tr th:last-child {
  border-radius: 0 10px 0 0; /* 右上の角だけ10px */
}
#top3 table tr:last-child td:last-child {
  border-radius: 0 0 10px 0; /* 右下の角だけ10px */
}
#top3 table tr:last-child td:first-child {
  border-radius: 0 0 0 10px; /* 左下の角だけ10px */
}

#top3 table th.rank{
	width: 80px;
}
#top3 table th.member{
	width: 210px;
}
#top3 table th.name{
	width: 210px;
}
#top3 table th.price{
	width: 130px;
}
#top3 table th.history{
	width: 130px;
}
#top3 table th.star{
	width: 190px;
}
#top3 table td{
	padding: 8px 12px;
	background: #FFF;
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
#top3 table td:last-child{
	border-right: 1px solid #E6E6E6;
}
#top3 table td.rank{
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
#top3 table td.member,#top3 table td.name,#top3 table td.price,#top3 table td.history{
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}
#top3 table td.star{
	color: #FFC107;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2px;
}
#top3 table td.member a{
	color: #B58FE9;
}


@media (min-width: 750px) and (max-width: 1199px) {
#top3{
	background: #F9F9F9;
	padding: 46px 0 47px 0;
}
}
@media (max-width: 749px) {
#top3{
	background: #F9F9F9;
	padding: 70px 0 70px 0;
}
#top3 .container{
	padding: 0;
	}
#top3 table{
	margin: 0 20px 0 20px;
	}
#top3 h2{
	color: #000;
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 50px;
}
#top3 h3{
	margin: 40px 0 15px 10px;
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	}
#top3 h3:before{
	position: absolute;
	content: '';
	display: inline-block;
	top: 4px;
	left: 13px;
	width: 20px;/*画像の幅*/
	height: 17px;/*画像の高さ*/
	background-image: url( "../img/top3-icon-crown.png");
	background-size: contain;
	vertical-align: middle;
}
#top3 table th{
	text-align: center!important;
	}
#top3 table th.member{
	width: 150px;
}
#top3 table th.rank{
	padding: 8px 12px;
	}
#top3 table th{
	padding: 8px 20px;
	background: #8755CB;
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	border-spacing: 0;
	border-top: 1px solid #8755CB;
	border-left: 1px solid #fff;
}
#top3 table td.rank{
	padding: 8px 12px;
	text-align: center;
	}
#top3 table td.name,#top3 table td.price,#top3 table td.tokuten{
	padding: 8px 20px;
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}
}




/**** map ******************************************************************************************/

#map{
	background: #fff;
	padding: 96px 0 87px 0;
}
#map h2{
	color: #000;
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#map .map{
	width: 844px;
	margin: 0 auto 60px auto;
}
#map .map img{
	width: 100%;
	height: auto;
	
}
#map .area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#map .area .pref{
	display: flex;
	width: 290px;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}
#map .area .pref h3{
	color: #526BBA;
	font-family: "Zen Kaku Gothic New";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	margin: 0 0 10px 0;
}

#map .area .pref.hokkaido{
	background: #E7EDFF;
}
#map .area .pref.kanto{
	background: #DEDFFF;
}
#map .area .pref.chubu{
	background: #F4EDFD;
}
#map .area .pref.kinki{
	background: #EAE3F1;
}
#map .area .pref.chugoku{
	background: #FDF1FA;
}
#map .area .pref.shikoku{
	background: #F5E5F7;
}
#map .area .pref.kyusyu{
	background: #EFDDF7;
}
#map .area .pref.okinawa{
	background: #F3E2F3;
}
#map .area .pref h3{
	color: #526BBA;
	font-family: "Zen Kaku Gothic New";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#map .area .pref ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
}
#map .area .pref ul li{
	margin: 5px;
	padding: 0;
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	grid-row: span 1;
	grid-column: span 1;
	justify-self: stretch;
	border-radius: 5px;
	list-style: none;
	width: calc(100% / 3 - 10px);
}
#map .area .pref ul li a{
	text-decoration: none;
	color: #fff;
}
#map .area .pref.hokkaido h3{
	color: #526BBA;
}
#map .area .pref.kanto h3{
	color: #6466B2;
}	
#map .area .pref.chubu h3{
	color: #8755CB;
}
#map .area .pref.kinki h3{
	color: #805EA6;
}	
#map .area .pref.chugoku h3{
	color: #BD70A8;
}	
#map .area .pref.shikoku h3{
	color: #D17FDE;
}	
#map .area .pref.kyusyu h3{
	color: #A470BD;
}	
#map .area .pref.okinawa h3{
	color: #9D569A;
}	
#map .area .pref.hokkaido ul li{
	background: #526BBA;
}
#map .area .pref.kanto ul li{
	background: #6466B2;
}
#map .area .pref.chubu ul li{
	background: #8755CB;
}
#map .area .pref.kinki ul li{
	background: #805EA6;
}
#map .area .pref.chugoku ul li{
	background: #BD70A8;
}
#map .area .pref.shikoku ul li{
	background: #D17FDE;
}
#map .area .pref.kyusyu ul li{
	background: #A470BD;
}
#map .area .pref.okinawa ul li{
	background: #9D569A;
}
#map .area .pref.okinawa ul{
	width: 100%;
}

@media (min-width: 750px) and (max-width: 1199px) {
#map{
	background: #fff;
	padding: 46px 0 47px 0;
}
#map .area {
	margin: 0 20px;
	justify-content: space-around;
	}
#map .area .pref {
    width: calc(100% / 4 - 10px);
	padding: 10px;
}
#map .area .pref ul li{
	   padding: 3px;
	font-size: 14px;
	}
}

@media (max-width: 749px) {
#map{
	background: #fff;
	padding: 70px 0 40px 0;
}
#map h2{
	color: #000;
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 50px;
}
#map .map{
	width: 100%;
	margin: 0 auto 61px auto;
}
#map .area .pref{
	width:calc(50% - 5px);
	margin-bottom: 20px;
	padding: 8px;
}
#map .area .pref h3{
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 0;
	}
#map .area .pref ul li{
	padding: 5px 2px;
	font-size: 12px;
	}
}



/**** knowledge ******************************************************************************************/


#knowledge{
	background: #F9F9F9;
	padding: 96px 0 80px 0;
}
#knowledge .container{
	background: #fff;
	padding: 80px 166px;
}
#knowledge h2{
	margin: 0 0 67px 0;
	position: relative;
	color: var(--primary-purple, #8755CB);
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-wrap: auto;
}
#knowledge h2:after{
    position: absolute;
    bottom: -40px;
    left: calc(50% - 82px);
    content: "";
    display: inline-block;
    width: 164px;
    height: 27px;
    background-image: url( "../img/knowledge-title-icon.png");
    background-position: center;
    background-size: contain;
}
#knowledge img{
	margin-bottom: 20px;
}
#knowledge p.cap{
	margin-bottom: 60px;
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
#knowledge p.cap span{
font-weight: 700;
}
#knowledge h3{
	position: relative;
	margin: 0 0 30px 0;
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: linear-gradient(90deg, #BC4D8D 0%, #516BBA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	text-wrap: auto;
}
#knowledge h3:after{
	content: "";
	bottom: -15px;
	left: 0;
	position: absolute;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #BC4D8D 0%, #516BBA 100%);
}

#knowledge p{
	margin: 0 0 20px 0;
	color: #000;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
#knowledge p.last{
	margin: 0 0 50px 0;
}
#knowledge .point{

}
#knowledge .point h4{
	position: relative;
	margin: 0;
	padding: 10px 0 10px 53px;
	align-items: center;
	gap: 10px;
	align-self: stretch;	
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 28.8px */
	border-radius: 5px 5px 0 0;
	background: #8755CB;
		text-wrap: auto;
}
#knowledge .point h4:before{
	position: absolute;
    content: "";
	top: 13px; 
	left: 22px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url( "../img/knowledge-h4-icon.png");
    background-position: center;
    background-size: contain;
}
#knowledge .point ul{
	margin: 0 0 20px 0;
	padding: 0;
padding: 20px 18px;
background: #FBF9F3;
}
#knowledge .point ul li{
	margin-left: 20px;
color: var(--primary-black, #212024);
font-family: "Zen Kaku Gothic New";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 190%; /* 30.4px */
}
#knowledge .point ul li span{
font-weight: 700;
color: var(--primary-purple, #8755CB);
}



@media (max-width: 749px) {
#knowledge{
	padding: 70px 0 60px 0;
}
#knowledge .container{
	background: #fff;
	padding: 40px 20px 20px 20px;
	margin: 0 20px;
	width: calc(100% - 40px);
}
#knowledge h2{
	text-align: center;
	font-family: "Shippori Mincho";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}
#knowledge img{
	margin-bottom: 20px;
}
#knowledge p.cap{
	margin-bottom: 50px;
}
#knowledge p.cap span{
	font-weight: 700;
}
#knowledge h3{
	position: relative;
	margin: 0 0 40px 0;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(90deg, #BC4D8D 0%, #516BBA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#knowledge h3:after{
	content: "";
	bottom: -16px;
	left: 0;
	position: absolute;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #BC4D8D 0%, #516BBA 100%);
}

#knowledge p{
	margin: 0 0 20px 0;
	color: #000;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
#knowledge p.last{
	margin: 0 0 50px 0;
}
#knowledge .point{

}
#knowledge .point h4{
	position: relative;
	margin: 0;
padding: 10px 0 10px 53px;
align-items: center;
gap: 10px;
align-self: stretch;	
	color: #FFF;
font-family: "Zen Kaku Gothic New";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 28.8px */
border-radius: 5px 5px 0 0;
background: #8755CB;
}
#knowledge .point h4:before{
	position: absolute;
    content: "";
	top: 13px; 
	left: 22px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url( "../img/knowledge-h4-icon.png");
    background-position: center;
    background-size: contain;
}
#knowledge .point ul{
	margin: 0 0 20px 0;
	padding: 0;
padding: 20px 18px;
background: #FBF9F3;
}
#knowledge .point ul li{
	margin-left: 20px;
color: var(--primary-black, #212024);
font-family: "Zen Kaku Gothic New";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 190%; /* 30.4px */
}
#knowledge .point ul li span{
font-weight: 700;
color: var(--primary-purple, #8755CB);
}
}



/**** faq ******************************************************************************************/


#faq{
	background: #F9F9F9;
	padding: 0 0 80px 0;
}
#faq .container{
	background: #fff;
	padding: 100px 166px 80px 166px;
}
#faq h2{
	margin: 20px 0 20px 0;
	position: relative;
	color: #BD8C33;
	font-family: "Zen Kaku Gothic New";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}
#faq h2:after{
    position: absolute;
    content: "FAQ";
    top: -45px;
    left: calc(50% - 49px);
	border-radius: 40px;
	background: #BD8C33;
	color: #FFF;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 94px;
}
#faq p{
	margin: 0 0 100px 0;
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
#faq .anchor{
	display: flex;
	padding: 40px;
	align-items: flex-end;
	gap: 10px;
	align-self: stretch;
	background: #F9F9F9;
}
#faq .anchor ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#faq .anchor ul li{
	margin: 0 0 8px 0;
	color: #B58FE9;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
#faq .qa dl{
}
#faq .qa dl dt{
    position: relative;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-fill-color: transparent;
    margin: 100px 0 30px 0;
    background: linear-gradient(90deg, rgb(188, 77, 141) 0%, rgb(81, 107, 186) 100%) text;
    text-wrap: wrap;
}
#faq .qa dl dt:before{
    content: "";
    bottom: -15px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(188, 77, 141) 0%, rgb(81, 107, 186) 100%);
}
#faq .qa dl dd{
	margin: 0 0 0 0;
	color: #000;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
.teacher{
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.teacher .image{
	width: 78px;
	height: 78px;
	margin-right: 20px;
}
.teacher .image img{
	width: 100%;
	height: auto;
	
}
.teacher .text{
	position: relative;
	width:calc(100% - 100px);
	display: flex;
	align-items: center;
	padding: 20px 18px;
	border-radius: 10px;
	background: #f5f2ea;
}
.teacher .text:before{
	content: "";
	position: absolute;
	top: 50%;
    left: -27px;
    margin-top: -15px;
    border: 17px solid transparent;
    border-right: 15px solid #f5f2ea;
}

.teacher .text a{
	color: #B58FE9;
}

@media (max-width: 749px) {
#faq{
	padding: 0 0 60px 0;
}
#faq .container{
	background: #fff;
	padding: 100px 20px 20px 20px;
	margin: 0 20px;
	width: calc(100% - 40px);
}
#faq h2{
	margin: 20px 0 20px 0;
	position: relative;
	color: #BD8C33;
	font-family: "Zen Kaku Gothic New";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}
#faq h2:after{
    position: absolute;
    content: "FAQ";
    top: -45px;
    left: calc(50% - 49px);
	border-radius: 40px;
	background: #BD8C33;
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 94px;
}
#faq p{
	margin: 0 0 40px 0;
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
#faq .anchor{
	display: flex;
	padding: 30px 20px;
	align-items: flex-end;
	gap: 10px;
	align-self: stretch;
	background: #F9F9F9;
}
#faq .anchor ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#faq .anchor ul li{
	margin: 0 0 8px 0;
	color: #B58FE9;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
#faq .qa dl{
}
#faq .qa dl dt{
    position: relative;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-text-fill-color: transparent;
    margin: 40px 0 30px 0;
    background: linear-gradient(90deg, rgb(188, 77, 141) 0%, rgb(81, 107, 186) 100%) text;
    text-wrap: wrap;
}
#faq .qa dl dt:before{
    content: "";
    bottom: -15px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(188, 77, 141) 0%, rgb(81, 107, 186) 100%);
}
#faq .qa dl dd{
	margin: 0 0 0 0;
	color: #000;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
.teacher{
	margin: 20px 20px;
	display: flex;
	flex-wrap: wrap;
}
#knowledge .container .teacher,#faq .container .teacher{
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.teacher .image{
	width: 78px;
	height: 78px;
	margin-right: 20px;
}
.teacher .image img{
	width: 100%;
	height: auto;
	
}
.teacher .text{
	width:calc(100% - 100px);
	display: block;
	align-items: center;
	padding: 20px 18px;
	border-radius: 10px;
	background: #f5f2ea;
	font-size: 16px;
	font-weight: 400;
	line-height: 190%; /* 30.4px */
}
.teacher .text:before{
	content: "";
	position: absolute;
	top: 17%;
    left: -27px;
    margin-top: -15px;
    border: 17px solid transparent;
    border-right: 15px solid #f5f2ea;
}
.teacher .text a{
	color: #B58FE9;
}

	
}

/**** 動的診断ツール用（JS連携のみ。見た目は上記 #shindan を使用） ****/

/* ラジオを隠してラベル全体を選択領域に */
#shindan .body .qa ul li {
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid transparent;
	transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
#shindan .body .qa ul li:hover {
	border-color: #c4a8e8;
	background: #faf5ff;
}
#shindan .body .qa ul li label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
#shindan .diag-radio-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}
#shindan .diag-radio-label {
	display: block;
	line-height: 1.3;
}
#shindan .body .qa ul li:has(.diag-radio-input:checked),
#shindan .body .qa ul li.is-selected {
	border-color: #8755CB;
	background: #F6EEFF;
	font-weight: 700;
	box-shadow: 0 0 0 1px #8755CB inset;
}

/* ステップ：完了状態・クリック可 */
#shindan .body .step ul li.completed .icon {
	background: #8755CB;
	color: #fff;
}
#shindan .body .step ul li.is-clickable {
	cursor: pointer;
}

/* ボタン：未選択時の非活性 / 質問1の中央寄せ */
#shindan .body .buttons input.prev,
#shindan .body .buttons input.next {
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
#shindan .body .buttons input.next:disabled,
#shindan .body .buttons input.next.is-disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
	filter: grayscale(0.35);
}
#shindan .body .buttons input.next:disabled:hover,
#shindan .body .buttons input.next.is-disabled:hover {
	opacity: 0.4;
}
#shindan .body .buttons input.prev.is-hidden {
	display: none !important;
}
#shindan .body .buttons.is-single {
	justify-content: center;
}
#shindan .body .buttons.is-single input.next {
	margin-left: auto;
	margin-right: auto;
}

.diag-error {
	display: none;
	color: #dc2626;
	text-align: center;
	font-weight: 700;
	font-size: 0.9rem;
	margin: 0 0 1rem;
}

/* 診断中：初期非表示はHTMLの style、表示時は .is-visible */
#shindan .body .loading.is-visible {
	display: flex;
}
#shindan .body .loading.is-visible img {
	animation: diag-crystal-pulse 1.6s ease-in-out infinite;
}
@keyframes diag-crystal-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.75; transform: scale(1.06); }
}

/* 結果：画像プレースホルダ・空特典・再診断 */
#shindan .body .diag-result-area .image.is-empty {
	min-height: 200px;
	background: #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
}
#shindan .body .diag-result-area .image.is-empty::after {
	content: 'バナー画像等';
	font-size: 0.95rem;
	color: #6b7280;
}
#shindan .body .diag-result-area .image.is-empty img {
	display: none;
}
#shindan .body .tokuten:empty {
	display: none;
}
#shindan .body .tokuten:empty::before,
#shindan .body .tokuten:empty::after {
	display: none;
}
#shindan .body .pr:empty {
	display: none;
}
.diag-retry-wrap {
	margin-top: 2rem;
}
.diag-retry-btn {
	background: #fff;
	border: 1px solid #8755CB;
	border-radius: 999px;
	padding: 10px 24px;
	font-weight: 700;
	cursor: pointer;
	color: #8755CB;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.diag-retry-btn:hover {
	background: #f6eeff;
}
.fade-in-up {
	animation: diag-fade-in 0.5s ease forwards;
}
@keyframes diag-fade-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* WP/SWELL のリスト装飾を無効化 */
#shindan ul li::before {
	content: none !important;
	display: none !important;
	background: none !important;
}


/**** 電話占いがよく当たるおすすめサイトランキングTOP3 ******************************************************************************************/


/* 悩み別テーブル（#top3）の幅とレイアウトを固定 */
#top3 .baseTable-tate {
  width: 100%;
  table-layout: fixed; /* 文字量による幅の崩れを防止 */
}

/* 各列の幅指定（計100%） */
#top3 .baseTable-tate th.rank,
#top3 .baseTable-tate td.rank {
  width: 8%; /* 順位 */
}

#top3 .baseTable-tate th.name,
#top3 .baseTable-tate td.name {
  width: 18%; /* サイト名 */
}

#top3 .baseTable-tate th.btn,
#top3 .baseTable-tate td.btn {
  width: 17%; /* ボタン（2列で計34%） */
}

#top3 .baseTable-tate th.price,
#top3 .baseTable-tate td.price {
  width: 15%; /* 価格 */
}

#top3 .baseTable-tate th.tokuten,
#top3 .baseTable-tate td.tokuten {
  width: 25%; /* 初回特典 */
  word-break: break-word; /* 長い文章の自動改行 */
}

/* スマホ表示時の挙動 */
@media (max-width: 768px) {
  #top3 .baseTable-tate {
    table-layout: auto;
  }
}



table.baseTable-tate td.btn a {
    position: relative;
    display: flex;
    /*width: 290px;*/
    height: 40px;
    padding: 0 30px 0 20px;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border-radius: 71px;
    border: 1px solid #8755CB;
    background: #FFF;
    text-decoration: none;
    color: #8755CB;
    font-family: "Zen Kaku Gothic New";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

table.baseTable-tate td.btn a img.logo {
    width: 20px;
    height: 20px;
    margin-left: -5px;
}
table.baseTable-tate td.btn a img.zoom {
    width: 16px;
    height: 16px;
}