<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.summary-box {
	border: 1px solid #176467;
	background: #f7fafa;
    margin-bottom: 40px;
	padding: 20px;
}
.summary-box &gt; .mt0 {
	margin-top: 0;
}
.gummysmile h4{
	border-bottom: 0;
}
/*h5 {
    border-bottom: 2px solid #01839b;
	border-left:none;
}*/

.summary-box ul{
	margin: 0;
}
.summary-box ul li{
    margin: 0;
    padding: 0;
    text-align: left;
	position: relative;
}

.sec_body ul.summary-list li:before {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/ortho/icon-check.png) no-repeat;
    background-size: 100% auto;
    left: 12px;
    top: 5px;
}
.sec_body ul.summary-list li {
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 54px;
    line-height: 2.0;
    text-align: left;
	background: inherit;
}
.invisa-step {
    padding: 30px;
    background: #f7fafa;
    margin-top: 30px;
}
.week {
    position: absolute;
    background: 7ca8a9;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    top: -24px;
    line-height: 60px;
    font-weight: 600;
    left: -10px;
    font-size: 13px;
}
.step-number {
    font-weight: 600;
    font-size: 120%;
    color: #176467;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #176467;
    padding-bottom: 8px;
}
span.comment1 {
    background: 7ca8a9;
    display: block;
    margin-bottom: 14px;
    border-radius: 6px;
    padding: 0.3rem 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 0.9rem;
}
span.comment2 {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    text-align: justify;
}
.mouthpiece .txt_box-flow .comment{
	background: #faf3e6;
}

.relapse .flow-container:after{
	background: none;
}
.flex-container.flow a{
	font-size: 15px;
    text-decoration: none;
}
@media screen and (max-width: 767px){
.summary-box {
    padding: 10px;
}
.sec_body ul.summary-list li:before {
    left: 5px;
}

.sec_body ul.summary-list li {
    padding-left: 40px;
}
	.flex-container .box_70 h4{
	text-align: center
}
span.comment1 {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}
.invisa-step {
	padding: 2rem 1rem;
}
}
/*20210118-whitening*/

.whitening_table th.whitening_th{
	width:15%;
}
.whitening_table th {
	background: rgb(243 201 175 / 30%);
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
	text-align: center;
}
.whitening_table thead tr {
	border-bottom: 4px solid #fff;
}
.whitening_table thead th:nth-child(3) {
	border-right: none;
}

.whitening_table td {
    background: #fffaf6;
	border-bottom: 4px solid #fff;
	line-height: 1.6;
}
.whitening_table tr td:first-of-type {
	border-right: 4px solid #fff;
}
.whitening_table tr:last-child th,
.whitening_table tr:last-child td {
	border-bottom: none;
}
h5.w-t-ttl {
	border-left: none;
	padding-left: 0;
	font-size: 1.0rem;
	margin-top: 0;
}
li.checked__item.w-t-ver {
    padding: 0.3rem 0 0.3rem 1.5rem;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 0.95rem;
    text-align: left;
    line-height: 1.6;
    color: #38363d;
    font-weight: 300;
}
li.checked__item.w-t-ver:before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/check-icon.png) no-repeat;
    background-size: 18px auto;
    left: 0;
    top: 9px;
}
@media screen and (max-width: 767px){
.whitening_table th.whitening_th {
    width: 21%;
}
.whitening_table th {
    padding: 0.3rem;
}
.whitening_table td {
	padding: 1rem 0.3rem;
    vertical-align: top;
}
h5.w-t-ttl {
    font-size: 0.9rem;
    font-weight: 500;
	text-align: center;
}
li.checked__item.w-t-ver:before {
    width: 10px;
    height: 10px;
    background: url(../images/check-icon.png) no-repeat;
    background-size: 10px auto;
    top: 11px;
}
}</pre></body></html>