#access1 {
	background: url(../images/access/001.jpg);

	height:480px;
	background-repeat: no-repeat;
	background-size: cover;
}

#facility1 {
	background: url(../images/facility/main_001.jpg);
	height:480px;
	background-repeat: no-repeat;
	background-size: cover;
}

#flow1 {
	background: url(../images/flow/main_001.jpg);
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
}

#standard1 {
	background: url(../images/standard/001.jpg);
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
}

#whitening1 {
	background: url(../images/whitening/001.jpg);
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;	
}

#implant1 {
	background: url(../images/implant/001.jpg);
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;	
}

#beautiful1 {
	background: url(../images/beautiful/001.jpg);
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;	
}

#recruit1 {
	background: url(../images/recruit/001.jpg);
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;	
}

#sitemap1 {
	background: url(../images/sitemap/001.jpg);
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;	
}

#privacy1 {
	background: url(../images/privacy/001.jpg);
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;	
}

.sitemap {
	font-size: 130%;
	margin-left: -40px;
	list-style:none;
}
.sitemap li{
	margin-bottom: 25px;
}


.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

.timeline .line::before { top: -4px; }
.timeline .line::after { bottom: -4px; }
.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: currentColor;
}

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}

.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * { font-size: 20px; vertical-align: middle; line-height: 40px; }
.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}


.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);

}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/

}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#FF531F;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.b_box {
	display:inline-block;
	padding:15px;
	font-size: 18px;
	line-height:1.5;
	border:3px solid #0CC2AD;
	border-radius: 10px;       
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;   
}

/* ---------------------------------------------
	preset margin
--------------------------------------------- */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}


/* ---------------------------------------------
	preset padding
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}
/* ---------------------------------------------
	float
--------------------------------------------- */
.fltL {
	display: inline;
	float: left;
}
.fltR {
	display: inline;
	float: right;
}
.ft {
	overflow: hidden;
	zoom: 1;
}
.clear {
    clear: both;
}
/* ---------------------------------------------
	font style
--------------------------------------------- */
.fNormal  { font-weight: normal;}
.fBold   { font-weight: bold;}
.fItalic { font-style: italic;}

.fSSS { font-size: 70%;}
.fSS  { font-size: 78%;} /* base 12px =  8px */
.fS   { font-size: 85%;} /* base 12px = 10px */
.fM   { font-size: 100%;}
.fL   { font-size: 115%;}/* base 12px = 14px */
.fLL  { font-size: 130%;}/* base 12px = 16px */
.fLLL { font-size: 143%;}/* base 12px = 18px */
sup {
	font-size: 78%;
	vertical-align: top;
}
sub {
	font-size: 78%;
	vertical-align: baseline;
}

.red { color: #D00003;}



.catchcopy {
    color: #cca921;
    font-size: 28px;
    margin:20px 30px 50px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    line-height: 130%;
    padding: 20px 0 10px;
    border-bottom: 3px solid #cca921;
}
.catchcopy02{
    font-size: 18px;
    line-height: 32px;
    margin: 35px 30px 20px;
    padding-left: 0px;
    font-weight: bold;
    border-bottom: 1px solid #D1D1D1;
}
.catchcopy03{
    border-bottom: 1px dotted #3f998d;
    font-size: 17px;
    padding: 0px 0px 0px 10px;
    margin: 35px 30px 20px;
    color: #3f998d;
	text-align:left;
}



@media screen and (min-width: 641px) {
@charset "utf-8";
.sp_hidden {
	display: inline
}
.pc_hidden {
	display: none
}
p.read {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
	text-align:left;
}
p.read2 {
    padding: 0px 0px 0px 10px;
    margin: 5px 30px 20px;
	text-align:left;
}

}
@media screen and (max-width: 640px) {
.sp_hidden {
	display: none
}
.pc_hidden {
	display: inline
}
p.read {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
	text-align:left;
}
p.read2 {
    padding: 0px 0px 0px 10px;
    margin: 5px 30px 20px;
	text-align:left;
}
}

/* ----------------------------------------------
	一般治療
--------------------------------------------- */
.generalBox {
	background-color: #f5f5f5;
	margin:0 auto 50px;
	padding: 20px;
	width: 90%;
	text-align:left;
}
.generalBox p {
	line-height:28px;
}
.generalBox .tit {
	color: #cca921;
	font-size: 30px;
	margin:0 auto;
}
.generalBox .tit span{
	font-size: 16px;
    color: #cca921;
    font-weight: 400;
	vertical-align:top;
}
.border{
	border: 1px dotted #DCDCDC;
	margin:10px auto;
}


/* ----------------------------------------------
	ホワイトニング
--------------------------------------------- */
.table-type > tbody > tr > th{
	padding: 20px 10px;
	line-height:40px;
	border-top:none;
	vertical-align: middle;
	text-align:center;
	font-weight:bold;
}
.table-type > tbody > tr > td{
	padding:10px;
	line-height:30px;
	border-top:none;
}

.table-type {
    border-collapse: separate;
    border: 1px solid #E93A59;
    border-radius: 4px;
	width:90%;
	margin:0 auto;
}
table.table-type th {
	padding: 8px 10px;
    font-weight: normal;
    background-color: #E93A59;
    text-align: left;
    color: #FFF;
}
table.table-type td {
	text-align:left;
	padding: 8px 10px;
}
.question{
	border-bottom: 2px dotted #3f998d;
    font-size: 17px;
    padding: 0px 0px 0px 10px;
    margin: 30px 50px 10px;
    color: #3f998d;
}
.grayborder {
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 18px;
    margin-bottom: 15px;
}
#whitening ul h4 {
    color: #3f998d;
    font-size: 18px;
    margin: 0px 0 10px 0;
    padding-bottom: 10px;
	border-bottom: 1px solid #D1D1D1;
	text-align:left;
}
#whitening ul{
	width:97%;
	margin:0px ;
}
#whitening li {
	list-style:none;
	text-align:left;
}
#whitening li p {
    margin: 0px;
}


/* ----------------------------------------------
	インプラント
--------------------------------------------- */
.inp{
	width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
	overflow: hidden;
    padding: 40px 0;
    margin: 40px auto;
    width: 100%;
    background-image: linear-gradient( -45deg, #fff 25%, #FCFFCA 25%, #FCFFCA 50%, #fff 50%, #fff 75%, #FCFFCA 75%, #FCFFCA );
    background-size: 13px 13px;
}	
@media screen and (min-width: 641px) {
.type{
	width:100%;
	margin:0 auto;
    padding-right: 20px;
    padding-left: 20px;
}
.typeBox01 {
    border: 1px solid #CCC;
    border-radius: 12px;
    padding: 20px 0px;
    text-align: center;
    font-size: 17px;
	width:45%;
	color:#c52d2f;
	float:left;
	margin:0 20px 5px;
	background-color:#FFFDFD;
}
#implant_ex ul{
	text-align:left;
	float:left;
	width:50%;
}
#implant_ex ul li{
	list-style:none;
	line-height:26px;
}
#implant_ex ul li i.fa-check-square-o{
	color:#c52d2f;
}
#implant_ex ul li i.fa-circle{
}
#implant_ex img{
	float:right;
	width:45%;
	margin:0 30px 0 0;
}
.inp_box {
    border: 1px solid #3f998d;
	border-radius:5px;
    color: #3f998d;
    font-weight: bold;
    padding: 24px 30px;
    margin: 0 0 10px 0;
    float: left;
    text-align: center;
    background-color: #fff;
}
i.fa-arrow-right{
    color: #3f998d;
    font-weight: bold;
    padding: 24px 15px 24px 0;
    margin: 0 0 10px 0;
    float: left;
    text-align: center;
}
}
@media screen and (max-width: 640px) {
.typeBox01 {
    border: 1px solid #CCC;
    border-radius: 12px;
    padding: 20px 0px;
    text-align: center;
    font-size: 17px;
	width:90%;
	color:#c52d2f;
	margin-bottom: 15px;
	background-color:#FFFDFD;
}
#implant_ex ul{
	text-align:left;
	margin-top:15px;
}
#implant_ex ul li{
	list-style:none;
	line-height:26px;
}
#implant_ex ul li i.fa-check-square-o{
	color:#c52d2f;
}
#implant_ex img{
}
.inp_box {
    border: 1px solid #3f998d;
	border-radius:5px;
    color: #3f998d;
    font-weight: bold;
    padding: 24px 30px;
    margin: 0 auto 15px;
    text-align: center;
    background-color: #fff;
	width:90%;
}
i.fa-arrow-down{
    color: #3f998d;
    font-weight: bold;
    padding: 5px 0 ;
    margin: 0 0 10px 0;
    text-align: center;
}
}

.fa-phone-dd{
	margin-bottom:10px;
	margin-top:0;
	margin-right:0;
	padding:0;
}