<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===============================================

【コンテンツエリア内のスタイルシート記述の約束】
コンテンツエリアのＣＳＳセレクタは他のエリアと
重複を防ぐため、セレクタの先頭に必ず
「#cts_CR_企業番号_商品番号」
を指定してください。
例）
#cts_CR_99999999_1 p { width:100%;margin: 0 auto; }

テンプレートVer：20240401
===============================================*/

/*PC/SP共通の指定*/
#cts_CR_00000000_1 {
	overflow: hidden;
	letter-spacing: 1px;
    line-height: 2;
	font-size: 12px;
	color: #000000;
}

#cts_CR_00000000_1 .fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
}

#cts_CR_00000000_1 .footer {
	padding: 50px 0px;
	background-color: #000;
}

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



/*▼▼768px以上の表示　主にPC用▼▼*/
@media screen and (min-width: 768px){

#cts_CR_00000000_1 p {
	font-size: 13px;
	text-align: justify;
}

#cts_CR_00000000_1 a {
	display: block;
	-webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#cts_CR_00000000_1 .sp-img {
	display: none;
}
	
#cts_CR_00000000_1 .main-title {
	width: 350px;
	margin: auto;
}

#cts_CR_00000000_1 .contents {
	padding: 50px 0px;
}

	

#cts_CR_00000000_1 .c1 .chart {
    width: 700px;
    margin: 0px auto 0px;
}



#cts_CR_00000000_1 .c2 .numbers-list {
    position: relative;
    width: 670px;
    margin: 30px auto 0px;
    justify-content: center;
    gap: 3%;
	z-index: 1;
}
	
#cts_CR_00000000_1 .c2 .numbers-list .numbers-item {
    width: 31.33333%;
    margin: 0px 0px 50px;
}
		
#cts_CR_00000000_1 .c2 .numbers-list .numbers-item h2 {
    text-align: center;
	font-size: 16px;
    letter-spacing: 3px;
	margin: 0px 0px 10px;
}

#cts_CR_00000000_1 .c2 .bg-img {
    margin: -80px 0px 0px;
}

	

#cts_CR_00000000_1 .c3 .talk-area {
    width: 650px;
    margin: 30px auto 50px;
}

#cts_CR_00000000_1 .c3 .talk-area:last-of-type {
    margin: 30px auto 0px;
}

#cts_CR_00000000_1 .c3 .talk-area .title {
    justify-content: flex-start;
}

#cts_CR_00000000_1 .c3 .talk-area .title img {
    width: 120px;
}

#cts_CR_00000000_1 .c3 .talk-area .title p {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 0px 3%;
    padding: 0px 0px 5px;
    background-image: linear-gradient(to right, #019676, #019676 6px, transparent 6px);
    background-size: 10px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

#cts_CR_00000000_1 .c3 .comment-area {
    margin: 10px auto 0px;
}

#cts_CR_00000000_1 .c3 .comment-area .comment:not(:first-of-type) {
    margin: 20px auto 0px;
}

#cts_CR_00000000_1 .c3 .comment-area .comment::before {
	display: block;
    content: "";
    width: 80px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#cts_CR_00000000_1 .c3 .comment-area .p-y::before {
	background-image:url("/ts/ori-tab/00119242/1/img/c3_icon_y.png");
}

#cts_CR_00000000_1 .c3 .comment-area .p-k::before {
	background-image:url("/ts/ori-tab/00119242/1/img/c3_icon_k.png");
}

#cts_CR_00000000_1 .c3 .comment-area .p-m::before {
	background-image:url("/ts/ori-tab/00119242/1/img/c3_icon_m.png");
}

#cts_CR_00000000_1 .c3 .comment-area .comment p {
    position: relative;
    width: calc(93% - 80px);
    line-height: 1.7;
    padding: 20px 30px;
    background-color: #e9e5e2;
    border-radius: 15px;
}

#cts_CR_00000000_1 .c3 .comment-area .comment p::before {
    position: absolute;
    content: "";
    display: block;
    left: -30px;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 45px 30px 0;
    border-color: transparent #e9e5e2 transparent transparent;
}

#cts_CR_00000000_1 .c3 .comment-area .comment:nth-of-type(even) {
    flex-direction: row-reverse;
}

#cts_CR_00000000_1 .c3 .comment-area .comment:nth-of-type(even) p::before {
    left: auto;
	right: -30px;
    border-width: 0px 0px 30px 45px;
    border-color: #e9e5e2 transparent transparent #e9e5e2;
}

#cts_CR_00000000_1 .c3 .talk3 .comment-area .comment:nth-of-type(2) {
    width: 450px;
    margin: 20px 0px 0px auto;
}

#cts_CR_00000000_1 .c3 .talk3 .comment-area .comment:nth-of-type(2) p {
    text-align: center;
}



#cts_CR_00000000_1 .c4 {
	position: relative;
    padding: 50px 0px 100px;
}

#cts_CR_00000000_1 .c4 .wrap {
    width: 680px;
    margin: 30px auto 50px;
    padding: 50px 35px 30px;
    border: solid 5px #019676;
    border-radius: 15px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list {
	margin: 0px 0px 30px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point + .point {
	margin: 30px 0px 0px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point h3 {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.35;
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 20px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point h3::before {
    position: absolute;
	content: "";
	width: 10px;
	height: 100%;
	background-color: #019676;
	top: 0;
	left:0;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point img {
    margin: 15px 0px 30px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point p {
	font-size: 14px;
    padding: 0px 0px 0px 20px;
    font-weight: bold;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point .memo {
    margin: 7px 0px;
	font-size: 10px;
    font-weight: normal;
}

#cts_CR_00000000_1 .c4 .wrap .row2 {
	align-items: flex-start;
}

#cts_CR_00000000_1 .c4 .wrap .row2 &gt; div {
	width: 48%;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point .feature-list {
    position: relative;
    width: 540px;
	z-index: 1;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point .feature-list .item {
    position: relative;
    max-width: 240px;
    width: 48%;
    text-align: center;
    padding: 15px 20px 20px;
    background-color: #019676;
    border-radius: 40px;
    margin: 5px 0px 15px 15px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point .feature-list .item .icon {
    position: absolute;
    width: 40px;
    top: -5px;
    left: -15px;
    margin: 0;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point .feature-list .item span {
    display: inline-block;
    font-size: 15px;
    padding: 0px 0px 5px;
    color: #fff;
    background-image: linear-gradient(to right, #fff, #fff 6px, transparent 6px);
    background-size: 10px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

#cts_CR_00000000_1 .c4 .parts {
	position: absolute;
    width: auto;
}

#cts_CR_00000000_1 .c4 .parts1 {
	top: 60px;
	left: -15px;
}

#cts_CR_00000000_1 .c4 .parts2 {
    bottom: 0;
    left: 0;
}

#cts_CR_00000000_1 .c4 .parts3 {
    bottom: 0;
    right: 0;
}



#cts_CR_00000000_1 .entry {
	position: relative;
	overflow: hidden;
	padding: 100px 0px;
	background-color: #fff;
	z-index: 1;
}

#cts_CR_00000000_1 .entry img {
	width: 200px;
	margin: 0px 0px 0px 120px;
}

#cts_CR_00000000_1 .entry .circle {
	position: absolute;
	width: 350px;
	height: 350px;
	border-radius: 100%;
	background-color: #019676;
	mix-blend-mode: multiply;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#cts_CR_00000000_1 .entry .circle1 {	
    top: -205px;
    left: -100px;
}
	
#cts_CR_00000000_1 .entry .circle2 {	
    bottom: 30px;
    right: -30px;
}
	
#cts_CR_00000000_1 .entry .circle3 {	
    top: 145px;
    left: 220px;
}
	
#cts_CR_00000000_1 .entry .circle4 {
    top: 70px;
    right: -100px;
}

#cts_CR_00000000_1 .entry:hover .circle {
	background-color: #38d19a;
    transform: scale(0.95);
}

#cts_CR_00000000_1 .entry:hover .circle1 {
    top: -235px;
    left: -160px;
}

#cts_CR_00000000_1 .entry:hover .circle2 {
    bottom: 60px;
    right: -60px;
}
	
#cts_CR_00000000_1 .entry:hover .circle3 {
    top: 145px;
    left: 280px;
}
	
#cts_CR_00000000_1 .entry:hover .circle4 {
    top: 140px;
	right: -150px;
}



}

/*▼▼767px以下の表示　SP用 ▼▼*/
@media screen and (max-width:767px){

#cts_CR_00000000_1 {
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  font: 12px/18px Arial, Helvetiva, sans-serif;
}

#cts_CR_00000000_1 p {
    line-height: 1.7;
	text-align: justify;
}

#cts_CR_00000000_1 a {
	display: block;
}

#cts_CR_00000000_1 .pc-img {
	display: none;
}

#cts_CR_00000000_1 .main-title {
	max-width: 400px;
	width: 95%;
	margin: auto;
}

#cts_CR_00000000_1 .contents {
	padding: 80px 0px 40px;
}

	

#cts_CR_00000000_1 .c1 .chart {
    width: 96%;
    margin: 30px auto 0px;
}



#cts_CR_00000000_1 .c2 .numbers-list {
    position: relative;
    width: 96%;
    margin: 30px auto 0px;
	z-index: 1;
}
	
#cts_CR_00000000_1 .c2 .numbers-list .numbers-item {
    width: 48%;
    margin: 0px 0px 50px;
}
		
#cts_CR_00000000_1 .c2 .numbers-list .numbers-item h2 {
	text-align: center;
    font-size: 13px;
    margin: 0px 0px 10px;
}

#cts_CR_00000000_1 .c2 .bg-img {
    margin: -60px 0px 0px;
}



#cts_CR_00000000_1 .c3 .talk-area {
    width: 96%;
    margin: 30px auto 50px;
}

#cts_CR_00000000_1 .c3 .talk-area:last-of-type {
    margin: 30px auto 0px;
}

#cts_CR_00000000_1 .c3 .talk-area .title {
    display: block;
    text-align: center;
}

#cts_CR_00000000_1 .c3 .talk-area .title img {
    width: 120px;
    margin: auto;
}

#cts_CR_00000000_1 .c3 .talk-area .title p {
	display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto 0px;
    padding: 0px 0px 5px;
    background-image: linear-gradient(to right, #019676, #019676 5px, transparent 5px);
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

#cts_CR_00000000_1 .c3 .comment-area {
    margin: 30px 0px 0px;
}

#cts_CR_00000000_1 .c3 .comment-area .comment:not(:first-of-type) {
    margin: 20px auto 0px;
}

#cts_CR_00000000_1 .c3 .comment-area .comment::before {
	display: block;
    content: "";
    width: 65px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#cts_CR_00000000_1 .c3 .comment-area .p-y::before {
	background-image:url("/ts/ori-tab/00119242/1/img/c3_icon_y.png");
}

#cts_CR_00000000_1 .c3 .comment-area .p-k::before {
	background-image:url("/ts/ori-tab/00119242/1/img/c3_icon_k.png");
}

#cts_CR_00000000_1 .c3 .comment-area .p-m::before {
	background-image:url("/ts/ori-tab/00119242/1/img/c3_icon_m.png");
}

#cts_CR_00000000_1 .c3 .comment-area .comment p {
    position: relative;
    width: calc(95% - 65px);
    padding: 15px 20px;
    background-color: #e9e5e2;
    border-radius: 15px;
}

#cts_CR_00000000_1 .c3 .comment-area .comment p::before {
    position: absolute;
    content: "";
    display: block;
    left: -15px;
    top: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 25px 20px 0;
    border-color: transparent #e9e5e2 transparent transparent;
}

#cts_CR_00000000_1 .c3 .comment-area .comment:nth-of-type(even) {
    flex-direction: row-reverse;
}

#cts_CR_00000000_1 .c3 .comment-area .comment:nth-of-type(even) p::before {
    left: auto;
	right: -15px;
    border-width: 0px 0px 20px 25px;
    border-color: #e9e5e2 transparent transparent #e9e5e2;
}



#cts_CR_00000000_1 .c4 {
	position: relative;
    padding: 50px 0px 80px;
}

#cts_CR_00000000_1 .c4 .wrap {
	width: 96%;
    margin: 30px auto 0px;
    padding: 30px 20px 80px;
    border: solid 5px #019676;
    border-radius: 15px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list {
	margin: 0px 0px 30px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point + .point {
	margin: 30px 0px 0px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point h3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.35;
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 20px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point h3::before {
    position: absolute;
	content: "";
	width: 10px;
	height: 100%;
	background-color: #019676;
	top: 0;
	left:0;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point img {
	max-width: 400px;
	width: 100%;
    margin: 15px auto 0px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point p {
	font-size: 14px;
    padding: 0px 0px 0px 20px;
    font-weight: bold;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point p br {
	display: none;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point .memo {
    margin: 7px 0px;
	font-size: 10px;
    font-weight: normal;
}

#cts_CR_00000000_1 .c4 .wrap .row2 {
	display: block;
}

#cts_CR_00000000_1 .c4 .wrap .row2 .right {
    margin: 30px 0px 0px;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point .feature-list .item {
    position: relative;
    width: 100%;
    padding: 12px 20px 15px 10%;
    background-color: #019676;
    border-radius: 40px;
    margin: 5px 0px 15px 15px;
	order: 1;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point .feature-list .item .icon {
    position: absolute;
    width: 35px;
    top: -5px;
    left: -15px;
    margin: 0;
}

#cts_CR_00000000_1 .c4 .wrap .point-list .point .feature-list .item span {
    display: inline-block;
    font-size: 14px;
    padding: 0px 0px 7px;
    color: #fff;
    background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px);
    background-size: 8px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

#cts_CR_00000000_1 .c4 .parts {
	position: absolute;
    width: auto;
}

#cts_CR_00000000_1 .c4 .parts1 {
	display: none;
}

#cts_CR_00000000_1 .c4 .parts2 {
    max-width: 280px;
    width: 50%;
    bottom: 0;
    left: 0;
}

#cts_CR_00000000_1 .c4 .parts3 {
    max-width: 280px;
    width: 47%;
    bottom: 80px;
    right: 2%;
    border-radius: 0px 0px 15px 0px;
}



#cts_CR_00000000_1 .entry {
	position: relative;
	overflow: hidden;
	padding: 50px 0px 70px;
	background-color: #fff;
	z-index: 1;
}

#cts_CR_00000000_1 .entry img {
    max-width: 180px;
    width: 50%;
	margin: 0px 0px 0px 10%;
}

#cts_CR_00000000_1 .entry .circle {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background-color: #019676;
	mix-blend-mode: multiply;
}

#cts_CR_00000000_1 .entry .circle1 {	
    display: none;
}
	
#cts_CR_00000000_1 .entry .circle2 {	
    bottom: 45%;
    right: -20%;
}
	
#cts_CR_00000000_1 .entry .circle3 {	
    top: 55%;
    left: -10%;
}
	
#cts_CR_00000000_1 .entry .circle4 {
    top: 15%;
    right: -40%;
}



}



</pre></body></html>