.page_00 p{
	margin-bottom: 35px;
}
#flow--index{
	overflow: hidden;
	z-index: 0;
	position: relative;
}
.maincopy{
    width: 220px;
    height: calc(220px * 2.00513636363636);
	position: absolute;
	top: 12%;
	right: 9%;
}
.maincopy h1{
    height: 100%;
}
.path{
	stroke:#333;
	fill:#fff;
	stroke-width:2;    
	stroke-dasharray: 3000;
	stroke-dashoffset:3000;
	/* animation: DASH 5s ease-in alternate forwards; */
	-webkit-animation:DASH 5s ease-in 0s forwards;
	animation:DASH 5s ease-in 0s forwards;  
}
@media all and (-ms-high-contrast: none){
    .path{
        fill:#333;
        stroke-dashoffset:0;
    }
  }

@keyframes DASH{
	0%  {stroke-dashoffset:3000;fill:#fff;}
	90% {stroke-dashoffset:500;fill:#fff;}
	100%{stroke-dashoffset:0;fill:#333;}
}

@-webkit-keyframes DASH{
	0%  {stroke-dashoffset:3000;fill:#fff;}
	90% {stroke-dashoffset:500;fill:#fff;}
	100%{stroke-dashoffset:0;fill:#333;}
}
/*---------------
copy
---------------*/
.heroCopy{
	position:absolute;
	top: 50%;
	letter-spacing: 0.5em;
}
.heroCopy:before{
	content: "";
	width: 10px;
	border-top: 1px solid #dedede;
}
.heroCopy__main{
	border: 1px solid #dedede;
	border-left: none;
	position: relative;

}
.heroCopy__sub{
	display: inline;
	position: relative;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.heroCopy__main:before,
.heroCopy__sub:before{
	width: 2em;
	display: block;
	position: absolute;
	content: " ";
}

.heroCopy__main:before{
	top: -1px;
	left: -2em;
	border-top: 1px solid #dedede;
}
.heroCopy__sub:before{
	bottom: -1px;
	left: -2em;
	border-bottom: 1px solid #dedede;
}
.heroCopy__main:after,
.heroCopy__sub:after{
	width: 2em;
	display: block;
	position: absolute;
	content: " ";
}
.heroCopy__main:after{
	top: -1px;
	right: -2em;
	border-top: 1px solid #dedede;
}
.heroCopy__sub:after{
	bottom: -1px;
	right: -2em;
	border-bottom: 1px solid #dedede;
}
/*---------------
news
---------------*/
.ttl_news__inner{
	line-height: 0;
	margin-bottom: 0.25em;
}
.ttl_news p{
	margin-left: 0.1em;
	margin-bottom: 1.5em;
}
.ttl_news__inner img{
	width: 100px;
}
.ttl_news__inner.col img{
	width:143px
}
.thumb-col a{
	display: block;
}
.thumb-col img{
	width: 100%;
}
.thumb-col a:hover img{
	-webkit-transform:scale(1.2);
	        transform:scale(1.2);
}
.txt-col a{
	color: #333;
	text-decoration: none;
	display: block;
}
.txt-col a:hover{
	text-decoration: underline;
	-webkit-transform:translateX(20px);
	        transform:translateX(20px);
}
.txt-col a,
.thumb-col a{
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
/*---------------
intro
---------------*/
#story{
	overflow-x: hidden;
}
.img--intro{
	width: 45%;
	position: absolute;
	z-index: -2;
}
.img--intro-right{
	top: 100px;
	left: -30%;
}
.img--intro-left{
	bottom: 90%;
	right: -30%;
}
.img--intro-right_bottom{
	top: 150%;
	left: -30%;
}
/*---------------
concept
---------------*/
.mediaBox--concept img{
	margin-top:10%;
}
.mediaBox--concept img:first-child{
	width: 60%;
}
.mediaBox--concept img:last-child{
	width: 40%;
	position: absolute;
	top: -10%;
	right: 30px;
}
/*---------------
reasons
---------------*/
.wrap_reason{
	background: #fff;
}
.txt--story.subsec--story .subsec--ttl{
	font-size: 1.2em;
	padding: 0;
	border:none;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
.txt--story p{
	margin-bottom: 0;
}
.txt--story p + p{
	margin-top: 2.5em;
}
.txt--story h2{
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}
/*
reasons ttl
---------------*/
.ttl--reason{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:stretch;
	    -ms-flex-align:stretch;
	        align-items:stretch;
	font-size: 1em;
	padding: 0;
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	margin-top: 0;
	color: inherit;
	text-decoration: none;
	width: 100%;
	cursor: pointer;
	-webkit-transition:0.4s all ease-in-out;
	transition:0.4s all ease-in-out;
	line-height: 1.75;
}
.num_reason{
	width: 35px;
	max-width: 35px;
	min-width: 35px;
	font-size: 2.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0;
}
.ttl--reason h3{
	margin: 0;
	padding: 1em 0 1em 1em;
	font-size: 1.1em;
	margin-right: auto;
	border-left: 1px solid #ccc;
}
.ico--more__acc{
	width: 90px;
	min-width: 90px;
	max-width: 90px;
	color: #099c7f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/*border-left: 1px solid #ccc;*/
}
.ico--more__acc .button--normal{
	font-size: 1.2rem;
}
.js--accitem.hover .ttl--reason{
	color: #fff;
	border-radius: 100px;
	background-color: #099c7f;
	border: 1px solid #099c7f;
}
.js--accitem.hover .ttl--reason h3{
	border-left: 1px solid #fff;
}
.js--accitem.hover .ico--more__acc{
	/*border-left: 1px solid #fff;*/
}
.js--accitem.active .ttl--reason{
	color: #fff;
	border-radius: 0;
	background-color: #099c7f;
	border: 1px solid #099c7f;
}
.js--accitem.active .ttl--reason h3{
	border-left: 1px solid #fff;
}
.js--accitem.active .ico--more__acc{
	border-left: 1px solid #fff;
}
/*---------------
reasons
---------------*/
.js--accordion{
	padding-top: 0;
}
.js--accordion > .js--accitem{
	position: relative;
	padding-bottom: 0;
}
.js--accordion > .js--accitem + .js--accitem{
	padding-top: 0;
}
.content_acc_wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	-webkit-transition:0.4s all ease-in-out;
	transition:0.4s all ease-in-out;
}
/*.txt--story .js--accitem.hover .content_acc_wrap{
	height: 80px !important;
	}*/
	.content_acc{
		-webkit-transition:0.4s all ease-in-out;
		transition:0.4s all ease-in-out;
	}
	.content_acc p{
		border: 1px solid #ccc;
		padding: 1.5em 35px 2em;
		margin-bottom: 0;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.txt--story .mark--cornerLT-M{
		top: -15px;
		left: -15px;
	}
	.txt--story .mark--cornerRT-M{
		top: -15px;
		right: -15px;
	}
	.txt--story .mark--cornerLB-M{
		bottom: -15px;
		left: -15px;
	}
	.txt--story .mark--cornerRB-M{
		bottom: -15px;
		right: -15px;
	}





/*---------------
flow
---------------*/
#flow_00,
#flow_01,
#flow_02,
#flow_03,
#flow_04,
#flow_05,
#flow_06{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#flow_00{
	background-image:url(../../img/index/flow/img_flow_main00.jpg);
}
#flow_01{
	background-image:url(../../img/index/flow/img_flow_main01.jpg);
}
#flow_02{
	background-image:url(../../img/index/flow/img_flow_main02.jpg);
}
#flow_03{
	background-image:url(../../img/index/flow/img_flow_main03.jpg);
}
#flow_04{
	background-image:url(../../img/index/flow/img_flow_main04.jpg);
}
#flow_05{
	background-image:url(../../img/index/flow/img_flow_main05.jpg);
}
#flow_06{
	background-image:url(../../img/index/flow/img_flow_main06.jpg);
}




/*---------------
staff
---------------*/
.staff_01,
.staff_02{
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	background-image:url(../../img/staff/img_staff01.jpg);
}


/*---------------
oral dock
---------------*/

/*---------------
REPORT cost
---------------*/
.table--price{
	margin:80px 0;
}
.table--price>tbody>tr>td,
.table--price>tbody>tr>th{
	text-align: center;
	padding:40px 0;
}
.table--price>tbody>tr>.heading--price{
	width: 16em;
	text-align: left;
}
/*---------------
basic treatment
---------------*/



/*---------------
about
---------------*/
.bgImage--policy{
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	background-image:url(../../img/about/mainImage.jpg);
}
.box--policy{
	border-left: none;
	border-right: none;
	padding: 220px 0;
	/*background-color:rgba(17, 129, 228, 0.2);*/
	background-color: rgba(0, 119, 255, 0.3);
}
.ttl--policy{
	width: 51%;
	/*min-width: 500px;*/
	margin:0 auto;
	text-align: center;
	margin-bottom: 180px;

}
.ttl--policy img{
	width: 100%;
}
.box--policy__inner{
	margin-bottom: 110px;
	padding: 0 3%;
	text-align: center;
	color: #fff;
	line-height: 2.2;
	letter-spacing: 0.2em;
	font-size: 1.15em
}
.box--policy__inner h2{
	margin-bottom: 20px;
}
.box--policy__inner img{
	width:  100%;
	/*min-width: 350px;*/
}
.ttl--site{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -198px;
	z-index: 10;
	display:none;
}
.ttl--site img{
	width: 40px;
}
.copyright{
	position: fixed;
	bottom: 20px;
	right:  24px;
	z-index: 10;
}
.bnr--process {
	position: fixed;
	left: 24px;
	bottom:  0;
	z-index: 10;
	border:1px solid #dedede;
}
.bnr--process a{
	width: 216px;
	height: 70px;
	display: block;
	overflow: hidden;

	background:url(../../img/bnr_process.jpg) no-repeat left -8px;
	background-size: 216px auto;

}
.bnr--process a:hover{
	background-position: left bottom;

}
.thumb--aishikai {
	padding: 0 15px;
}
.thumb--aishikai img{
	margin-bottom: 20px;
}
.my-gallery__inner{
	/*margin-bottom: 200px;*/
}
.pswp__caption__center .subttl--basic{
	margin-bottom: 5px;
}
#piper img{
	float:left;
	padding-right: 20px;
}

/*-----------------------------------------------

tools

-----------------------------------------------*/
.dentalTools .tool-modal p{
	margin-bottom: 2.5em;
}
.dentalTools .section--tool{
	margin-bottom: 5em;
}
.lock {
	overflow:hidden;
}
.tool-modal {
	position:relative;
	display:none;
	width:50%;
	margin:30px;
	padding:60px;
	background:#fff;
}

.tool-modal p {
	margin:0;
	padding:0;
}

.modal-overlay {
	z-index:10;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
	z-index:11;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}
.modal-open {
	cursor:pointer;
	overflow: visible;
}

.modal-open:hover {
	cursor:pointer;
}
.modal-close {
	color: #099c7f;
	padding: 20px;
	position: fixed;
	top: 30px;
	left: 75%;
	margin-left: 15px;
}
.modal-close:hover {
	cursor:pointer;
	background-color: #099c7f;
	color: #fff;
}