/* .ds-ct strong {color:var(--color-1a);} */
/* HAPPY 
var(--color-3a)
var(--color-3b)
var(--color-3c)
*/
.ds-ct-hn-spc {font-weight:800; line-height:1.4;}
h2.ds-ct-hn-spc {font-size:2.0em; margin:10% 0 1.0em 0;}
h3.ds-ct-hn-spc {font-size:1.7em; margin:8% 0 1em 0;}
h4.ds-ct-hn-spc {font-size:1.5em; margin:6% 0 1em 0;}
h5.ds-ct-hn-spc {font-size:1.3em; margin:4% 0 1em 0;}
h6.ds-ct-hn-spc {font-size:1.15em; margin:2% 0 1em 0;}

h2.ds-ct-hn-spc small {font-size:0.7em}

@media all and (max-width:768px) { /* MOBILE */
	h2.ds-ct-hn-spc {font-size:1.3em; margin-top:14%;}
	h3.ds-ct-hn-spc {font-size:1.2em; margin-top:12%;}
	h4.ds-ct-hn-spc {font-size:1.15em; margin-top:10%;}
	h5.ds-ct-hn-spc {font-size:1.1em; margin-top:8%;}
	h6.ds-ct-hn-spc {font-size:1.05em; margin-top:5%;}
}


h2.ds-ct-hn-spc {color:var(--color-3a); margin:8% 0 2% 0;}
h3.ds-ct-hn-spc {color:#777777;}
h3.ds-ct-hn-spc:after {content:""; display:block; width:3.6em; border:0.1em solid var(--color-3b)}

.ds-ct-header h1 {line-height:1.3; font-size:2.8em; font-weight:800;}
.ds-ct-header h1 small {font-size:0.6em;}
.ds-ct-header h1>* {display:block;}


#ds-page-nav {font-size:1.1em; box-shadow:none!important; border:none!important;} 
#ds-page-nav:not(.scroll-to-fixed-fixed) {padding:1em 0 0 0;} 
#ds-page-nav+div:not(#ds-ct-header-main) {padding:0!important;}
#ds-page-nav.scroll-to-fixed-fixed ul {padding:0.5em 0;}
#ds-page-nav>div>ul{margin:0;}
#ds-page-nav li {color:var(--color-3b); font-weight:800;}
#ds-page-nav li~li {margin-left:1em;}
#ds-page-nav li~li:before {display:none;}
#ds-page-nav li a {background:var(--color-white); border:3px solid var(--color-3b); padding:0.2em 1em; border-radius:0.5em;}

#ds-page-nav li a:hover,
#ds-page-nav li.ds-scroll-nav-on a {background:#fff; color:var(--color-3a); border-color:var(--color-3a)}

.ds-ct-spc-b,
.ds-ct-spc-a,
.ds-ct-spc-num-a,
.ds-ct-spc-img-a {padding:0; list-style:none; margin:5% 0; }

.ds-ct-spc-b,
.ds-ct-spc-a,
.ds-ct-spc-img-a {display:flex; flex-wrap:wrap;}

.ds-ct-spc-a {flex-direction:column; gap:2em;}

.ds-ct-spc-img-a,
.ds-ct-spc-c {justify-content:space-between; flex-direction:row; gap:2em 0;}
.ds-ct-spc-b {align-items:stretch; gap:2em; text-align:center; font-weight:800;}

.ds-ct-spc-a>li { display:flex; gap:3em;}
.ds-ct-spc-a:not(.ds-ct-spc-c)>li {align-items:center;}
.ds-ct-spc-c>li {flex:0 0 48%;}

.ds-ct-spc-a>li>div:nth-last-of-type(1) {
	flex:auto;
}
.ds-ct-spc-b>li>div:nth-last-of-type(2),
.ds-ct-spc-a>li>div:nth-last-of-type(2) {flex:0 0 10em; width:10em; height:10em; position:relative; border-radius:100%; overflow:hidden; display:flex; justify-content:center; align-items:center; box-sizing:border-box;}

.ds-ct-spc-b>li>div:nth-last-of-type(2) img,
.ds-ct-spc-a>li>div:nth-last-of-type(2) img {display:block; width:100%;}

.ds-ct-spc-img-trans>li>div:nth-last-of-type(2) {padding:10%;}
.ds-ct-spc-img-trans>li>div:nth-last-of-type(2) img {max-width:6em; }



.ds-ct-spc-a h3,
.ds-ct-spc-b h3 {font-size:1.3em;}

.ds-ct-spc-a h3 {margin:0 0 0.5em 0; color:var(--color-3a); font-weight:800;}

.ds-ct-spc-b h3:after,
.ds-ct-spc-a h3:after {display:block; content:""; width:1.8em; border-bottom:0.2em solid #ccc;}

.ds-ct-spc-a p {font-size:0.95em; margin:0;}

.ds-ct-spc-b>li>div~div {margin:2em 0 0 0;}
.ds-ct-spc-b>li *{display:block;}
.ds-ct-spc-b>li strong {font-weight:800; color:#000; font-size:1.3em; margin:1em 0 0.5em 0;}
.ds-ct-spc-b>li strong+span {color:var(--color-3a);}

.ds-ct-spc-img-a>li {flex:0 0 48%;}

.ds-ct-spc-num-a>li>div:nth-last-of-type(2),
.ds-ct-spc-img-a>li>div:nth-last-of-type(2) img {display:block; margin:0 auto; width:100%;}
.ds-ct-spc-img-a>li>div:nth-last-of-type(1) {text-align:center;}
.ds-ct-spc-img-a>li>div:nth-last-of-type(1) p {margin:0;}


@media all and (max-width:768px) { /* MOBILE */
	.ds-ct-spc-b {flex-wrap:wrap; gap:1em 3%;}
	.ds-ct-spc-a>li {gap:2em;}
	.ds-ct-spc-b>li {flex:0 0 31%;}
	.ds-ct-spc-c>li {flex:1 0 100%;}
	.ds-ct-spc-b>li>div~div {margin:1em 0 0 0;}
	.ds-ct-spc-b>li>div:nth-last-of-type(2) {margin-left:auto; margin-right:auto;}
	.ds-ct-spc-b>li>div:nth-last-of-type(2),
	.ds-ct-spc-a>li>div:nth-last-of-type(2) {flex-basis:8em; width:8em; height:8em;}
	.ds-ct-spc-img-trans>li>div:nth-last-of-type(2) img {max-width:5em; border-radius:100%; overflow:hidden;}
	
	
	
	
}



.ds-ct-spc-num-a {display:block;}

.ds-ct-spc-num-a>li~li {margin-top:5%;}
.ds-ct-spc-num-a>li {display:flex; align-items:center; justify-content:space-between; gap:2em ;}
.ds-ct-spc-num-a>li>div:nth-last-of-type(2) {flex:0 0 4em; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.ds-ct-spc-num-a>li>div:nth-last-of-type(2) img {width:4em;}
.ds-ct-spc-num-a>li>div:nth-last-of-type(1) {flex:auto;}
.ds-ct-spc-num-a p {margin:0;}