@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
/* @media only screen and (min-width: 768px) and (max-width: 1599px) {} */
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.col_img {
		text-align: center;
	}
}

/* .copy_common01
------------------------------------------------------------------*/
.copy_common01{
	padding: calc(15 / var(--break02));
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: relative;
	z-index: 1;
}
.copy_common01::before,
.copy_common01::after
{
	content: "";
	width: calc(150 / var(--break02));
	height: 100%;
	margin: auto;
	background-image: linear-gradient(to right, #ffffff3b, #ffffff00);
	position: absolute;
	inset: 0 auto;
}
.copy_common01::before{left: 0;}
.copy_common01::after{
	background-image: linear-gradient(to left, #ffffff3b, #ffffff00);
	right: 0;
}

.copy_common01.col07{
	border-top-color: #1d1d1d;
	border-bottom-color: #1d1d1d;
	color: #1d1d1d;
}
.copy_common01.v2::before,
.copy_common01.v2::after
{
	width: calc(300 / var(--break02));
	opacity: .5;
}
.copy_common01.v2::before{
	background-image: linear-gradient(to right, #bac1c7, #bac1c71c);
}
.copy_common01.v2::after{
	background-image: linear-gradient(to left, #bac1c7, #bac1c71c);
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.copy_common01{
		padding: 3vw;
		line-height: 1.5;
		letter-spacing: 0;
		font-size: calc(36 / 750 * 100vw);
		border-top-width: 1px;
		border-bottom-width: 1px;
	}
}
/* copy_common02
------------------------------------------------------------------*/
.copy_common02{
	line-height: 1.5;
	text-align: center;
	color: #ffff;
	position: relative;
	z-index: 1;
}
.copy_common02::before{
	content: "";
	width: 100%;
	height: 2px;
	margin: auto;
	background: #fff;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.copy_common02 .bg{
	display: inline-block;
	padding: 0 calc(90 / var(--break04));
	position: relative;
	z-index: 1;
}
.copy_common02.txt_col07::before{
	background: #1d1d1d;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.copy_common02{
		letter-spacing: 0;
		font-size: calc(34.5 / 750 * 100vw);
	}
	.copy_common02::before{
		height: 1px;
	}
	.copy_common02 .bg{
		padding: 0 calc(75 / 750 * 100vw);
	}
}

/* copy_common03
------------------------------------------------------------------*/
.copy_common03{
	padding: calc(15 / var(--break03));
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #5b1f6a;
	position: relative;
	z-index: 1;
}
.copy_common03::before,
.copy_common03::after
{
	content: "";
	width: calc(32 / var(--break03));
	height: calc(32 / var(--break03));
	margin: auto;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: #1d1d1d;
	position: absolute;
}
.copy_common03::before{
	bottom: 0;
	right: 0;
}
.copy_common03::after{
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	top: 0;
	left: 0;
}
@media(max-width: 767px) {}

/* copy_common04
------------------------------------------------------------------*/
.copy_common04{
	padding: calc(8 / var(--break03));
	padding-left: calc(40 / var(--break03));
	line-height: 1.5;
	background: #fff;
	position: relative;
	z-index: 1;
}
.copy_common04::before{
	content: "";
	width: calc(10 / var(--break03));
	height: 100%;
	margin: auto;
	background-image: linear-gradient(to top, #fabe00, #544000);
	position: absolute;
	inset: 0 auto 0 0;
	z-index: -1;
}
.copy_common04::after
{
	content: "";
	width: 100%;
	height: 2px;
	margin: auto;
	background: #fabe00;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	z-index: -1;
}
@media(max-width: 767px) {
	.copy_common04{
		padding: calc(11 / 750 * 100vw);
		padding-left: calc(38 / 750 * 100vw);
	}
	.copy_common04.fz24{
		font-size: calc(34 / 750 * 100vw);
	}
	.copy_common04::after{
		height: 1px;
		bottom: -3px;
	}
}
/* row_common30
------------------------------------------------------------------*/
.row_common30.flex{justify-content: center;}
.row_common30>.col {
	max-width: 394px;
	width: 31.799%;
	background: #fff;
	border: 2px solid #0f3278;
	position: relative;
	z-index: 1;
}
.row_common30 .num {
	line-height: 1;
	letter-spacing: .1em;
	color: #bac1c7;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	z-index: 1;
}
.row_common30 .img {
	position: relative;
	z-index: 1;
}
.row_common30 .copy {
	max-width: 354px;
	width: 94%;
	margin: auto;
	padding: calc(12 / var(--break02)) 0;
	line-height: 1.5;
	color: #fff;
	background: #0f3278;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(-30 / var(--break02));
	z-index: 1;
}
.row_common30 .copy::before,
.row_common30 .copy::after
{
	content: "";
    width: calc(30 / var(--break04));
    height: calc(30 / var(--break04));
    margin: auto;
    background: #1a5ee3;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.row_common30 .copy::after{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}

.row_common30 .col:nth-of-type(2n) .copy {
	background: #001e55;
}

.row_common30 .areaText {
	padding: calc(50 / var(--break02)) calc(28 / var(--break02)) calc(40 / var(--break02));
}
@media(min-width: 768px) {
	.row_common30>.col {
		margin-right: 2.299%;
	}
	.row_common30>.col:nth-of-type(3n),
	.row_common30>.col:last-child {
		margin-right: 0;
	}
	.row_common30>.col:nth-of-type(n + 4){
		margin-top: calc(40 / var(--break03))
	}
}
@media(max-width: 767px) {
	.row_common30.flex{justify-content: space-between !important;}
	.row_common30>.col {
		width: calc(646 / 750 * 100vw);
		margin: 0 auto calc(50 / 750 * 100vw);
		border-width: 1px;
	}
	.row_common30>.col:last-child {
		margin-bottom: 0;
	}
	.row_common30 .copy {
		max-width: calc(576 / 750 * 100vw);
		padding: 2vw 0;
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
	}
	.row_common30 .areaText {
		padding: 5vw 4vw;
	}
	.row_common30 .num {
		letter-spacing: .1em;
		font-size: calc(30 / 750 * 100vw);
		bottom: .025vw;
	}
	.row_common30 .num .fz30{
		font-size: calc(36  / 750 * 100vw);
	}
}
/* row_common31
------------------------------------------------------------------*/
.row_common31>.col {
	width: 32%;
	padding: calc(29 / var(--break03));
	outline: 2px solid #1d1d1d;
	outline-offset: calc(-14 / var(--break04));
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_common31>.col::before,
.row_common31>.col::after 
{
	content: "";
	width: calc(80 / var(--break04));
	height: calc(80 / var(--break04));
	margin: auto;
	background: #0f3278;
	clip-path: polygon(100% 0, 0% 100%, 0 0);
	opacity: .6;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.row_common31>.col::before{
	right: auto;
	bottom: auto;
}
.row_common31>.col::after {
	top: auto;
	left: auto;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.row_common31 .img {
	margin-bottom: calc(18 / var(--break03));
}
.row_common31 .copy{
	margin-bottom: calc(16 / var(--break03));
	padding-bottom: calc(14 / var(--break03));
	line-height: 1.6;
	font-size: calc(24 / var(--break03));
	border-bottom: 2px solid #0f3278;
}
.row_common31 >.col:nth-of-type(2n) .copy{
	border-bottom-color: #1a5ee3;
}
.row_common31>.col:nth-of-type(2n)::before,
.row_common31>.col:nth-of-type(2n)::after 
{
	background: #1a5ee3;
}
@media(min-width: 768px) {
	.row_common31>.col {
		margin-right: 1.999%;
	}
	.row_common31>.col:nth-of-type(3n),
	.row_common31>.col:last-child {
		margin-right: 0;
	}
	.row_common31>.col:nth-of-type(n + 4){
		margin-top: calc(40 / var(--break03))
	}
}
@media(max-width: 767px) {
	.row_common31>.col {
		width: 100%;
		padding: calc(28 / 750 * 100vw);
		padding-bottom: 5vw;
		margin: 0 auto calc(50 / 750 * 100vw);
		outline: 1px solid #1d1d1d;
		outline-offset: calc(-12 / 750 * 100vw);
	}
	.row_common31>.col:last-child {
		margin-bottom: 0;
	}
	.row_common31 .img {
		margin-bottom: 5vw;
	}
	.row_common31 .copy{
		margin-bottom: 1vw;
		padding-bottom: 1vw;
		letter-spacing: 0;
		font-size: calc(34 / 750 * 100vw);
		border-bottom-width: 1px;
	}
	.row_common31 .text{
		padding-left: 3.75vw;
		padding-right: 3.75vw;
	}
}
/* コンテンツ名 class
------------------------------------------------------------------*/
.tbl_common01 table {
	border: 0
}
.tbl_common01 tbody th {
	vertical-align: middle;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #1d1d1d;
	background: #dcdfe1;
}
.tbl_common01 tbody td {
	background: #ffffff;
}
.tbl_common01 tr:not(:last-child) th{
	border-bottom-color:#fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #dcdfe1
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* btn_common
------------------------------------------------------------------*/
.btn_common{
	width: calc(480 / var(--break02));
	min-height: calc(80 / var(--break02));
	color: #fff;
	background: #bc8f00;
	border-bottom: #fff solid calc(5 / var(--break02));
	position: relative;
	z-index: 1;
}
.btn_common::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #c29400;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	inset: 0;
	z-index: -1;
}
.btn_common::after {
	content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-left: calc(8 / var(--break) * 100vw) solid #fff;
    border-top: calc(5 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(5 / var(--break) * 100vw) solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(20 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_common{
		width: calc(646 / 750 * 100vw);
		min-height: calc(116 / 750 * 100vw);
		padding-top: calc(4 / 750 * 100vw);
		border-bottom-width: calc(5 / 750 * 100vw);
	}
	.btn_common::after {
		border-left: calc(10 / var(--break) * 100vw) solid #fff;
		border-top: calc(6 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(6 / var(--break) * 100vw) solid transparent;
		right: calc(46 / 750 * 100vw);
	}

	.btn_common .fz24{
		font-size: calc(32 / 750 * 100vw);
	}
}

/* line_common
------------------------------------------------------------------*/
.line_common{
	width: 2px;
	height: calc(80 / var(--break02));
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
@media(max-width: 767px) {
	.line_common{
		width: 1px;
	}
}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/*  box_common01
------------------------------------------------------------------*/
.box_common01{
	background: rgba(255, 255, 255, .3);
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	
}

/* box_common02
------------------------------------------------------------------*/
.box_common02{
	background: #0f3278;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
}
.box_common02::before,
.box_common02::after
{
	content: "";
	width: calc(100 / var(--break02));
	height: calc(100 / var(--break02));
	margin: auto;
	background: #1a5ee3;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
}
.box_common02::before{
	top: 0;
	left: 0;
}
.box_common02::after{
	clip-path: polygon(100% 100%, 0% 100%, 100% 0);
	right: 0;
	bottom: 0;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	
}

/*  box_common03
------------------------------------------------------------------*/
.box_common03{
	background: #fff;
	outline: 2px solid #1d1d1d;
	outline-offset: calc(-14 / var(--break04));
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	
}
/* row_contact01
------------------------------------------------------------------*/
.row_contact{
	max-width: 100%;
	width: 1000px;
}
.btn_contact{
	width: 480px;
	height: 130px;
	padding-top: 5px;
	background: #dcdfe1;
	position: relative;
	z-index: 1;
}
.btn_contact::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	border: solid 10px #fff;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.btn_contact .s{
	display: block;
	margin-bottom: 20px;
	line-height: 1;
	font-size: 24px;
}
.btn_contact .s2{
	line-height: 1;
	letter-spacing: .1em;
	font-size: 36px;
}
.btn_tel .tel{
	font-size: 20px;
}
.btn_reservation{
	color: #fff;
	background: #1a5ee3;
}
.btn_reservation::before{
	opacity: .4;
}
.btn_reservation::after{
	content: "";
	width: 30px;
	height: 30px;
	margin: auto;
	background: #fff;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 9px;
	right: 9px;
	z-index: 1;
}
/* @media(min-width: 768px) and (max-width:1599px) {} */
@media(min-width: 768px) and (max-width:1299px) {
	.row_contact{
		width: calc(1000 / var(--break03));
	}
	.btn_contact{
		width: calc(480 / var(--break03));
		height: calc(130 / var(--break03));
		padding-top: calc(5 / var(--break03));
	}
	.btn_contact::before{
		border-width: calc(10 / var(--break03));
	}
	.btn_contact .s{
		margin-bottom: calc(20 / var(--break03));
		font-size: calc(24 / var(--break03));
	}
	.btn_contact .s2{
		font-size: calc(36 / var(--break03));
	}
	.btn_tel .tel{
		font-size: calc(20 / var(--break03));
	}
	.btn_reservation::after{
		width: calc(30 / var(--break03));
		height: calc(30 / var(--break03));
		bottom: calc(9 / var(--break03));
		right: calc(9 / var(--break03));
	}
}
@media(max-width: 767px) {
	.row_contact{
		width: calc(600 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.btn_contact{
		width: 100%;
		height: calc(150 / 750 * 100vw);
		padding-top: 5px;
	}
	.btn_contact::before{
		border-width: calc(10 / 750 * 100vw);
	}
	.btn_contact .s{
		margin-bottom: calc(10 / 750 * 100vw);
		letter-spacing: .1em;
		font-size: calc(30 / 750 * 100vw);
	}
	.btn_contact .s2{
		letter-spacing: .1em;
		font-size: calc(40 / 750 * 100vw);
	}
	.btn_tel .tel{
		font-size: calc(24 / 750 * 100vw);
	}
	.row_contact .btn_reservation{
		margin-top: calc(30 / 750 * 100vw);
	}
	.btn_reservation::after{
		width: calc(30 / 750 * 100vw);
		height: calc(30 / 750 * 100vw);
		bottom: calc(9.8 / 750 * 100vw);
		right: calc(9.8 / 750 * 100vw);
	}
}
/* コンテンツ名 class
------------------------------------------------------------------*/
.row_contact02{
	width: calc(1240 / var(--break03));
}
.btn_contact02{
	width: calc(600 / var(--break03));
	height: calc(150 / var(--break03));
	padding-top: calc(8 / var(--break03));
	background: #dcdfe1;
	position: relative;
	z-index: 1;
}
.btn_contact02::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	border: solid calc(10 / var(--break03)) #fff;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.btn_contact02 .s{
	display: block;
	margin-bottom: calc(20 / var(--break03));
	line-height: 1;
	font-size: calc(30 / var(--break03));
}
.btn_contact02 .s2{
	line-height: 1;
	letter-spacing: .1em;
	font-size: calc(40 / var(--break03));
}
.btn_tel02 .tel{
	font-size: calc(20 / var(--break03));
}
.btn_reservation02{
	color: #fff;
	background: #1a5ee3;
}
.btn_reservation02::before{
	opacity: .4;
}
.btn_reservation02::after{
	content: "";
	width: calc(30 / var(--break03));
	height: calc(30 / var(--break03));
	margin: auto;
	background: #fff;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: calc(10 / var(--break03));
	right: calc(10 / var(--break03));
	z-index: 1;
}
	
@media(min-width: 768px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_contact02{
		width: calc(600 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.btn_contact02{
		width: 100%;
		height: calc(150 / 750 * 100vw);
		padding-top: 5px;
	}
	.btn_contact02::before{
		border-width: calc(10 / 750 * 100vw);
	}
	.btn_contact02 .s{
		margin-bottom: calc(10 / 750 * 100vw);
		letter-spacing: .1em;
		font-size: calc(30 / 750 * 100vw);
	}
	.btn_contact02 .s2{
		letter-spacing: .1em;
		font-size: calc(40 / 750 * 100vw);
	}
	.btn_tel02 .tel{
		font-size: calc(24 / 750 * 100vw);
	}
	.row_contact02 .btn_reservation02{
		margin-top: calc(30 / 750 * 100vw);
	}
	.btn_reservation02::after{
		width: calc(30 / 750 * 100vw);
		height: calc(30 / 750 * 100vw);
		bottom: calc(9.8 / 750 * 100vw);
		right: calc(9.8 / 750 * 100vw);
	}
}
/* logo_common
------------------------------------------------------------------*/
.logo_common{
	width: calc(336 / var(--break02));
}
@media(max-width: 767px) {
	.logo_common{
		width: calc(403 / 750 * 100vw);
	}	
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01{
	background: #001e55;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #001e55;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #fabe00 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
