<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.mt20{margin-top: 20px !important;}
.pt0{padding-top: 0 !important;}
.sp-only{display: none;}
.pc-only{display: inline-block;}
div.flex-wrapper{
	display: flex;
}
div.flex-wrapper img{
  width: 100%;
	margin-left: 20px;
	margin-bottom: 20px;
}
div.flex-wrapper img.size-115{
  max-width: 115px;
}
div.flex-wrapper img.size-180{
  max-width: 180px;
}
div.flex-wrapper img.size-380{
  max-width: 380px;
}
section ul.list-disc {
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding: 30px;
	border: 2px solid #19c764;
	border-radius: 20px;
}
section ul.list-disc li{
	line-height: 1.6;
	display: flex;
}
section ul.list-disc li:not(:first-child){
	margin: 6px 0 0;
}
section ul.list-disc li:before{
	content: '';
	min-width: 6px;
	width: 6px;
	height: 6px;
	background: #19c764;
	display: block;
	margin: 1rem 6px 0;
	border-radius: 50%;
}
.caution {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: 50px auto 0;
	padding: 15px 10px;
	text-align: center;
	border: 2px solid #f24099;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 20px;
}
.caution div{
	min-width: 32px;
	width: 32px;
	height: 32px;
	margin-right: 20px;
}
.color-red {
	color: #ff4d4d;
}
.download{
	margin-top: 20px;
}
.download p{
	font-size: 1.2rem;
	text-align: center;
}
.banners{
	display: flex;
	justify-content: center;
}
.banners a{
	margin: 5px 5px 15px;
}
.banners a:hover{
	opacity: 0.6;
}
.app-copy{
	color: #009c64;
	line-height: 1.5;
	font-size: 2.4rem;
	padding: 20px;
	border-top: 4px solid #19c764;
}
.border{
	margin-top: 40px;
	padding: 20px;
	border: 2px solid #19c764;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.download-detail{
	padding: 20px;
}
.download-detail .frame{
	display: inline-block;
	background: #FFF;
	margin: 5px;
	padding: 4px 10px 3px;
	border-top: 2px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #999;
}
.download-detail .search {
	display: inline-block;
	background: #19c764;
	color: #FFF;
	margin: 5px;
	padding: 4px 8px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.6;
}
.download-detail li{
	font-size: 1.6rem;
	padding-left: 1.4rem;
}
.download-detail li span{
	margin-left: -1.4rem;
}
ul.faq-wrapper &gt; li {
	margin-bottom: 20px;
	padding: 5px;
	border: 2px solid #19c764;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.faq-wrapper .question::before, .faq-wrapper .answer &gt; div::before {
	content: '';
	min-width: 50px;
	height: 50px;
	display: block;
	margin: 0 20px 0 0;
}
.faq-wrapper .question::before {
	background: url("/common/img/common/icon_q.svg") no-repeat;
}
.faq-wrapper .answer &gt; div::before {
	background: url("/common/img/common/icon_a.svg") no-repeat;
	margin: 10px 20px auto 0;
}
.question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-right: 55px;
	padding-left: 70px;
	position: relative;
	min-height: 60px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #00a29a;
}
.question:after {
	content: "";
	display: block;
	background-image: url("/to_you/treatment/app/faq/img/faq_01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	width: 40px;
	min-width: 40px;
	height: 40px;
}
.question.open:after {
	background-image: url("/to_you/treatment/app/faq/img/faq_02.png");
}
.faq-wrapper .question p, .faq-wrapper .answer p{
	overflow: hidden;
	font-size: 1.6rem;
	margin: 0 auto 0 0;
}
.faq-wrapper .question p{
	color: #00a29a;
}
.question.open {
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
.answer{
	display: none;
}
.answer &gt; div{
	border-top: 2px dotted #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 55px;
	padding-left: 70px;
	position: relative;
	min-height: 60px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.faq-wrapper .answer div.text{
	font-size: 1.6rem;
	margin: 0 auto 0 0;
}
.faq-wrapper .answer div.text p + p{
	margin-top: 20px;
}
.answer div.text ol{
	margin-top: 20px;
}
.answer div.text ol li{
	font-size: 1.6rem;
	margin-left: 2rem;
	list-style-type: decimal;
}
.answer div.text ol li a{
	color: #009c64;
}
.faq-flex{
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.faq-flex .flex-inner{
	width: 49%;
	margin-top: 20px;
}
.faq-flex .flex-inner p {
	min-height: 85px;
	font-weight: bold;
	color: #00a29a;
}
.faq-flex .flex-inner p.height-adjust {
	min-height: 100px;
}
.faq-flex .flex-inner img{
	background: #19c764;
	margin: 0 5px;
	padding: 15px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.answer h4{
	display: table;
	background: #e7f3f5;
	width: 100%;
	margin: 40px 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.answer h4 span {
	display: table-cell;
	padding: 10px 10px 8px 10px;
	color: #00a29a;
	line-height: 1.5;
}
.answer h4 span.h4-number{
	background: #009c64;
	color: #fff;
	text-align: center;
	width: 20px;
	vertical-align: middle;
}

@media screen and (max-width: 980px) {
	.faq-flex .flex-inner p.height-adjust {
		min-height: 140px;
	}
}
@media screen and (max-width: 768px) {
	.sm-mt20{margin-top: 20px !important;}
	.sp-only{display: inline-block;}
	.pc-only{display: none;}
	div.flex-wrapper{display: block;}
	div.flex-wrapper img{
		margin: 20px auto 50px;
	}
  .image-right{float: none;text-align: center;margin: 0;}
	.caution {
		width: 100%;
		text-align: left;
	}
	.question{
		padding-right: 10px;
    padding-left: 10px;
	}
	.answer &gt; div {
    padding-right: 10px;
    padding-left: 10px;
	}
	.faq-flex .flex-inner{
		width: 100%;
	}
	.faq-flex .flex-inner p{
		min-height: inherit;
	}
	.faq-flex .flex-inner img{
		margin-top: 10px
	}
	.faq-flex .flex-inner p.height-adjust {
		min-height: inherit;
	}
	section ul.list-disc {
		padding: 20px;
	}
	section ul.list-disc li{
		font-size: 1.4rem;
	}
	.app-copy{
		font-size: 1.8rem;
	}
}</pre></body></html>