/*

Body text   15px book
Header      40px all caps medium
Sub header  26px all caps medium
Navigation  14px book
Button      12px book
Anchor link 12px book

Font colors
Blue #0096d6
Light blue #d4effc
Green #24b44d
Light green #64c981
Dark grey #363636
Light grey #727680
Lighter grey #cecece
Lightest grey #f8f8f8
Red #ab1e37
White #ffffff

*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body {
  height: 100%;
}

body {
  font-family: 'Noto Sans Japanese', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  color: #666;
}

body.treatment-yes-no {
  padding-top: 90px;
}

h1, .h1 {
  font-size: 30px;
  line-height: 1.3;
  color: #0096d6; color: #fff;
  /*font-weight: bold; text-transform: uppercase;*/
  text-align: left;
  margin-bottom: 20px;
}


	@media (min-width:1100px) {
			#home-blade-1 .container { width:80%; margin:0 auto; max-width:1100px; }
		}


	#home-blade-1.blade { /*min-height:555px;*/ padding:15% 0 15%; height:auto; }
	#home-blade-1 .blade-inner { position: static; }
	#home-blade-1 .h1 { text-align:left; font-size:34px; }
	#home-blade-1 .container { width:95%; padding-right:0; padding-left:0; }
	
	#home-blade-getstarted .h1 { color:#0096d6; text-align:center; }
	
	#testimonial-1 .h1,
	#home-blade-4 .h1 { text-align:left; color:#0096d6; }
	
		@media (max-width: 767px) {
			#home-blade-1.blade { min-height:auto; padding:70% 0 0; } 
			#home-blade-1 .h1 br:nth-child(1),
			#home-blade-1 .h1 br:nth-child(3),
			#home-blade-1 .h1 br:nth-child(4) { display:none; }
		}

h2, .h2 {
  font-size: 1.7333em;
  line-height: 1.2;
  font-weight: normal;
  color: #0096d6; color: #fff;
  margin-bottom: 20px;
}

h3, .h3 { /*font-weight: bold;*/
  font-size: 18px;
  line-height: 1.3333;
  color: #0096d6;
  margin-bottom: 5px;
}

h1.light,
h2.light,
h3.light,
p.light {
  color: #fff;
}
h1.lightblue,
h2.lightblue,
h3.lightblue,
p.lightblue {
  color: #009ace;
}
h1.darkblue,
h2.darkblue,
h3.darkblue,
p.darkblue {
	color: #171c8f;
}
h1.pink,
h2.pink,
h3.pink,
p.pink {
	color: #d0006f;
}
h1.gray,
h2.gray,
h3.gray,
p.gray {
	color:#666;
}

h1.dark,
h2.dark,
h3.dark,
p.dark {
  color: #363636;
}

h1.quote:before,
h2.quote:before {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 18px;
  background: url('../images/h1-quote.png') 0 0 no-repeat;
}
h1.quote:after,
h2.quote:after {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 18px;
  background: url('../images/h1-quote.png') -26px 0 no-repeat;
}
h1.quote:before {
  margin-top: 0;
}
h2.quote:before {
  margin-top: 30px;
}
h2.quote + span {
	margin-top: 10px;
}
h1.quote + span,
h2.quote + span {
  font-size: 15px;
  display: block;
  font-style: italic;
  margin-bottom: 20px;
  color: #0096d6;
  text-transform: none;  
}

p {
  margin-bottom: 20px;
}

ul.list-general > li {
	padding: 5px 0;
}

strong {
  font-weight: bold;
}

/* links */
a:link,
a:visited,
a:active,
a:hover { 
	overflow: hidden;
	outline: none;
}

a,
a:hover {
  color: #0096d6;
  text-decoration: underline;
  transition:0.3s;
}

a.with-icon,
a.with-icon:hover {
  text-decoration: none;
}
a.with-icon > .glyphicon {
  font-size: 10px;
}

a.email {
  display: block;
  margin-bottom: 7px;
}

/* lists */
ul {
  padding-left: 20px;
}

/* buttons */
.btn {
  padding: 13px 50px;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 0px;
  text-decoration: none;
  white-space: normal;
}
.input-group-btn > .btn {
  padding: 6px 12px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* blue buttons */
.btn-default,
.btn-default:focus,
.btn-default:active,
.nav > li > a.btn-default:focus {
  color: #fff;
  background-color: #009ace;
  border-color: #009ace;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
.btn-default:hover,
.nav > li > a.btn-default:hover {
  color: #363636;
  background-color: #0053b5;
  border-color: #0053b5;
}

.row .btn-default:hover,
.container .btn-default:hover,
.image-blurb .btn-default:hover {
  color: #fff;
  background-color: #24b8ea;
  border-color: #24b8ea;
}

.btn-closed { border:1px solid #c2072e; color: #c2072e; -webkit-transition: all 0.1s linear; cursor:default; }
.btn-closed:hover { border:1px solid #c2072e; color: #c2072e; -webkit-transition: all 0.1s linear; }


/* green buttons */
.btn-primary,
.btn-primary:focus, 
.btn-primary:active,
.nav > li > a.btn-primary:focus {
  color: #fff;
  background-color: #24b44d;
  border-color: #24b44d;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
.btn-primary:hover,
.nav > li > a.btn-primary:hover {
  color: #363636;
  background-color: #64c981;
  border-color: #64c981;
}

/* brown buttons */
.btn-brown,
.btn-brown:focus,
.btn-brown:active {
  color: #fff;
  background-color: #3d3936;
  border-color: #3d3936;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
.btn-brown:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}


/* white buttons */
.btn-light,
.btn-light:focus, 
.btn-light:active {
  color: #0096d6;
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
.btn-light:hover {
  color: #fff;
  background-color: #0053b5;
  border-color: #0053b5;
}

/* random light blue buttons */
.btn-lightblue {
  color: #363636;
  background-color: #a4d6f4;
  border-color: #a4d6f4;
}
.btn-lightblue:hover,
.btn-lightblue:focus, 
.btn-lightblue:active,
.nav > li > a.btn-lightblue:hover,
.nav > li > a.btn-lightblue:focus {
  color: #363636;
  background-color: #a4d6f4;
  border-color: #a4d6f4;
}

.btn-gray,
.btn-gray:focus,
.btn-gray:active {
  color: #fff;
  background-color: #757678;
  border-color: #757678;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
.btn-gray:hover {
  color: #fff;
  background-color: #a3a5a8;
  border-color: #a3a5a8;
}

/* clear buttons */
.btn-default-clear {
  color: #0096d6;
  background-color: transparent;
  border-color: #0096d6;
}
.btn-default-clear:hover,
.btn-default-clear:focus, 
.btn-default-clear:active,
.nav > li > a.btn-default-clear:hover,
.nav > li > a.btn-default-clear:focus {
  color: #0096d6;
  background-color: transparent;
  border-color: #0096d6;
}

.btn-light-clear {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-light-clear:hover,
.btn-light-clear:focus, 
.btn-light-clear:active {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-dark-clear,
.btn-dark-clear:focus, 
.btn-dark-clear:active {
  color: #363636;
  background-color: transparent;
  border-color: #363636;
}
.btn-dark-clear:hover,
.nav > li > a.btn-dark-clear:hover {
  color: #fff;
  background-color: #363636;
}


.btn-link-light {
  color: #fff;
  background-color: transparent;
  border: 0;
}
.btn-link-light:hover,
.btn-link-light:focus, 
.btn-link-light:active {
  color: #363636;
  background-color: transparent;
  text-decoration: none;
}

.btn-link-dark {
  color: #363636;
  background-color: transparent;
  border: 0;
}
.btn-link-dark:hover,
.btn-link-dark:focus, 
.btn-link-dark:active {
  color: #363636;
  background-color: transparent;
  text-decoration: none;
}

/* social links */
.twitter-link,
.facebook-link {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  vertical-align: baseline;
  border-radius: 50%;
  text-decoration: none;
  background: #eaeaea;
  color: #949a9e;
}
.twitter-link:hover,
.twitter-link:focus {
  text-decoration: none;
  background: #55acee;
  color: #fff;
}
.facebook-link:hover,
.facebook-link:focus {
  text-decoration: none;
  background: #3B5998;
  color: #fff;
}

/* icons */

[class^="icon-"].default, [class*=" icon-"].default {
  color: #fff;
  font-size: 0.6667em;
  padding: 4px;
  border-radius: 50%;
  background-color: #0096d6;
}

/* helper classes */

.text-muted {
  color: #c2c2c2;
}
.img-fullwidth {
  /* use to force the image to fill the available width,
     .img-responsive only goes as big as the actual image size */
  width: 100%;
  height: auto;
  display: block;
}
.margin-t-0 { margin-top: 0; }
.margin-r-0 { margin-right: 0; }
.margin-b-0 { margin-bottom: 0; }
.margin-l-0 { margin-left: 0; }
.padding-t-0 { padding-top: 0; }
.padding-r-0 { padding-right: 0; }
.padding-b-0 { padding-bottom: 0; }
.padding-l-0 { padding-left: 0; }

.separator {
  border-bottom: 2px dotted #d3d3d3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
h3.separator {  
  padding-bottom: 20px;
}

	@media (max-width: 767px) {
		
		#home-blade-1 .h1 { font-size: 1.8em;	}
	  h1, .h1, #home-blade-getstarted .h1, #home-blade-4 .h1, #testimonial-1 .h1 {
	    font-size: 1.4em;
	    line-height: 1.3;
	    margin: 15px 0;
	  }
	  h2, .h2 {
	    font-size: 1.3em;
	    line-height: 1.3;
	    margin: 15px 0;
	  }
	 
	}

	@media (max-width: 480px) {
		.visible-xxs {
		    display: block !important;
		}
	}


/* Layout containers
------------------------------------------------------- */

	@media (min-width:768px) {
		.masthead.mainBg .col-md-4 {
			width:auto;
			max-width:375px;
		}
	}

.blue-section {
  background: #0096d6;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.white-section {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.border-top {
  border-top: 2px dotted #cecece;
  padding-top: 50px;
  margin-top: 50px;
}
.white-section.border-bottom {
  border-bottom: 2px dotted #cecece;
}
.white-section.padding-top {
  padding-top: 50px;
}
.white-section.padding-bottom {
  padding-bottom: 50px;
}

	@media (max-width:767px) {
		.white-section.padding-bottom {	padding-bottom:25px;	}
		.border-top { padding-top:25px; margin-top:25px; }
		.white-section.padding-top { padding-top:25px; }
		.white-section.padding-bottom { padding-bottom:25px; }
	}

.white-section-heading {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}

.gray-section {
  background: url(/assets/images/bg_white.png) repeat top center / 100% auto;
	padding: 100px 0 0;
  position: relative;
}
.gray-section.padding-bottom {
  padding-bottom: 100px;
}
@media (max-width:767px) {
  .gray-section.padding-bottom {	padding-bottom: 25px;	}
}

.brown-section {
  background: url(/assets/images/bg_brown.png) repeat top center / 100% auto;
	padding: 100px 0;
  position: relative;
  color:#fff;
}

.gray-bar {
  background: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Blocks from partials */
.block {
  position: relative;
  background: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.block h1 {
  margin-top: 0;
}
.square {
  padding-top: 220px;
  padding-bottom: 220px;
  text-indent:-99999px;
}



#getinfopack-block {
  background: url('../images/bg-seminar.jpg') no-repeat center top / cover;
}
	#getinfopack-block.block {  width:100%; padding:10% 0% 10%; /*height:50%;padding:20% 15% 20%; display:table;*/ }
	#getinfopack-block.block .blade-inner { position:static; }



#questionstoask-block {
  background-image: url('../images/questionstoask-block.jpg');
  background-position: center center;
}

#patientcare-block {
  background-image: url('../images/patient_care.jpg');
  background-position: center center;
}

#invisalignteen-block {
  /*background-image: url("../images/bg-teen-section.jpg"); background-position: center center;*/
  background:#faf1e4;
}



/* Fullbleed bg sections */
#askinvisalign-section,
#booking-section,
#survey-section {
  border-top: 2px dotted #cecece;
  padding-top: 50px;
  padding-bottom: 50px;
}

#infopack-section {
  border-top: 2px dotted #cecece;
}

#infopack-section .mobile-tint {
  padding-top: 50px;
  padding-bottom: 50px;
}

#askinvisalign-section {
  background: url('../images/bg-askinvisalign-section.jpg') center center / 100% no-repeat;
}
#booking-section {
  background: url('../images/bg-booking-section.jpg') left bottom no-repeat;
}
#infopack-section {
  background: url('../images/bg-infopack-section.jpg') center center / 100% no-repeat;
}
#survey-section {
  background: url('../images/bg-survey-section.jpg') center center / 100% no-repeat;
}

	@media (max-width: 480px) {
	  #survey-section {
	    background: url('../images/bg-survey-section.jpg') center bottom / 100% no-repeat;
	  }
	}




	@media (max-width: 991px) {
		#getinfopack-block {
		  background-position: left center;
		}
			#getinfopack-block { background: url('../images/bg-seminar.jpg') no-repeat 60% top / cover; }
			#getinfopack-block.block { /*padding:0% 0% 0;*/ padding-right:0; padding-left:0; }
			#getinfopack-block .blade-inner-inner .row { width:50%; }
			
		#infopack-section {
		  background-size: cover;
		}
		#infopack-section .mobile-tint {
		  background-color: rgba(255,255,255,0.75);
		}
		#askinvisalign-section {
	  	background-position: left bottom;
	  	background-size: contain;
		}
		#booking-section {
		  background-position: left bottom;
	  	background-size: contain;
		}
	}

	@media (max-width: 767px) {
	
		.block { padding-top:50px; padding-bottom:50px; }
		#getinfopack-block.block { padding:55% 0 0%; }
		#getinfopack-block .blade-inner-inner { background:#fff; padding-top:2%; }
		#getinfopack-block .blade-inner-inner .container { padding-right:0; padding-left:0; }
		#getinfopack-block .blade-inner-inner .row { margin-right:0; margin-left:0; }
		#getinfopack-block { background: url('../images/bg-seminar.jpg') no-repeat right top / 150% auto; }

		#getinfopack-block .blade-inner-inner .row { width:100%; }
		
		.gray-section { padding:25px 0; background: url(/assets/images/bg_white.png) repeat top center; }
		.brown-section { padding:25px 0; background: url(/assets/images/bg_brown.png) repeat top center; }
		
	}


/* Forms
------------------------------------------------------- */
.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.form-control:-moz-placeholder {
  color: #ccc;
}
.form-control::-moz-placeholder {
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}

input[type=checkbox] { display:none; }
input[type=checkbox] + label {
  display: inline-block;
  padding-left: 25px;
  padding-top: 2px;
  text-align: left;
  font-weight: inherit;
}
input[type=checkbox] + label:before {
  font-size: 15px;
  content: " ";
   width: 20px;
  height: 20px;
  background: #fff;
  float: left;
  margin-left: -25px;
  margin-top: 2px;
  border: 1px solid #b2b2b2;
  border-radius: 0px;
  font-family: 'icomoon';
  text-align: center;
}
input[type=checkbox]:checked + label:before {
  content: "\e116";
}

input[type=radio] { display:none; }

.radio { 
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 0px 0;
  padding: 12px 12px 12px 25px;
  border-radius: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover {  }
.radio:hover:after { border-color: #666; }
.radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 10px;
  content: '';
  box-sizing: content-box;
  background:rgba(255,255,255,0.8);
}
.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #969696;
  z-index:10;  
  content: '';
  opacity: 0;
  box-sizing: content-box;
}
input[type=radio]:checked + .radio:before { opacity: 1; }


.inlabels .form-group {
  position: relative;
  padding: 0;
  margin: 0;
}

.inlabels .control-label,
.inlabels .group-label,
.inlabels legend { font-size:18px; border:none; margin:0; color:#666; }

.inlabels .control-label { margin-bottom:10px;  }

.inlabels .form-control {
  font-size: 15px;
  border: 0;
  background: 0;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 8px 12px 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #b2b2b2;
  background: #fff;
  border-radius: 0px;
}
.inlabels textarea { 
  resize: none;
  padding-bottom: 40px;
}
.inlabels .form-group-textarea {
	position: relative;
}
.inlabels .form-group-textarea .hint {
  font-size: 14px;
  color: #999;
  text-align: right;
  display: block;
  position: absolute;
  right: 12px;
  top: 8px;
}
.inlabels .checkbox {
  margin: 0;
}
.inlabels select.form-control {
  height: 47px;
  padding-top: 0;
  padding-bottom: 0;
}

.inlabels > .pushdown {
  margin-top: 20px;
}
.inlabels > .row > div {
  padding: 3px;
}

.parsley-errors-list {
  list-style: none;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
  color: #ab1e37;
}

.rating-input > .icon {
  font-size: 20px;
  color: #0096d6;
  margin-right: 3px;
}

.contact_lead { margin-top:3%; }
.privacyPolicy {
    border: 1px solid #b8babf;
    background: #fff;
    color: #727680;
    border-radius:0px;
    overflow-y: scroll;
    height: 200px;
    font-size: 14px;
    padding: 20px;
    margin: 20px 0;
}
.privacyPolicy .privacy_title { font-weight:bold; font-size:1.1em; margin:0 0 5px; }
.privacyPolicy dt, .privacyPolicy dd { margin:0 0 10px; }
.privacyPolicy ol { padding-left:30px; }
.privacyPolicy li p { margin:0; }
.privacyPolicy li { margin: 0 0 5px; }

fieldset { margin-bottom:5%; }
fieldset label { font-weight:normal; }


	@media (max-width: 991px) {
	  .inlabels > .pushdown {
	    margin-top: 20px;
	    text-align: center;
	  }
	}

	@media (max-width: 767px) {
	  .inlabels > .row > div {
	    padding-left: 15px;
	    padding-right: 15px;
	  }
	}


/* Navbar
------------------------------------------------------- */

.navbar , .navbar2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  height: 90px;
  border: 0;
  margin-bottom: 0;
  background: rgba(255,255,255,0.96); background:#3d3935;
  -webkit-transition: background 0.3s ease-out;
          transition: background 0.3s ease-out;
}


.home > .navbar {
  background: transparent;
  background-color: #fff;
}

.navbar .container {
    width: 1170px;
}

	@media (max-width: 1200px) {
		.navbar .container {
		    width:100%;
		}
	}


.home > .navbar.open { background: rgba(61,57,53,0.8); }
.navbar.scrolled { background: rgba(61,57,53,0.8); }


.nav a { text-decoration: none; }
.nav > li > a:hover,
.nav > li > a:focus { background-color: transparent; }

.nav > li > .btn {
  margin-left: 10px;
  font-size: 0.8571em;
}
.navbar-brand {
  padding: 0;
  height: auto;
  margin-top: 15px;
}

.navbar-toggle {
	position:absolute;
	right:2%;
	top:0;
	float:none;
}


/* bread crumb
------------------------------------------------------- */

.breadCrumbs ol { margin: 10px 0; }

.breadCrumbs ol li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    color: #000000;
}

.breadCrumbs ol li::before {
    content: '>';
    color: #000000;
    position: absolute;
    left: -15px;
}

.breadCrumbs ol li:first-child {
    margin-left: 0px;
}

.breadCrumbs ol li:first-child::before {
    display: none;
}

.breadCrumbs ol li a {
    color: #0096d6;
    text-decoration: none;
}

.breadCrumbs ol li a:hover {
    text-decoration: underline;
}

.pre { background:none; }

#meta-nav {
  font-size: 11px;
  line-height: 1;
  padding: 6px 0;
  float: right;
  margin-top: 2px;
  margin-right: -17px;
}
#meta-nav > div {
  margin-left: -10px;
  display: inline-block;
}

#meta-nav a {
  padding: 0;
  display: inline-block;
  text-decoration: underline;
  color: #363636;
}

#meta-nav a:hover {
  color: #0096d6;
  text-decoration: underline;
}

#meta-nav a.active {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
#meta-nav a.btn {
  padding: 2px 5px;
  margin-bottom: 0;
  margin-left: 0px;
}

#meta-nav a,
#meta-nav > a:hover,
#meta-nav > a:focus {
  color: #363636; font-size:1.1em; text-decoration:none; opacity:0.8;
}

#meta-nav a.btn,
#meta-nav a.btn:focus {
  color: #fff;
}
#meta-nav a.btn:hover {
  color: #fff; text-decoration:none;
}
#meta-nav .btn-default,
#meta-nav .btn-primary {
  padding: 0 8px;
}
#meta-nav .btn-default {
  margin-left: 10px;
}

#meta-nav .btnSet {
  margin-right:20px;
}
#meta-nav .btnSet a {
	position:relative; 
	border-radius:0;
}
#meta-nav .btnSet a:first-child {
	padding: 2px 10px 2px 5px;
}

#country-select {
  position: relative;
  cursor: pointer;  
}
#country-select > .current { 
  color:#fff;
  display: inline-block;
  line-height: 10px;
  padding: 5px 10px 10px;
  margin-bottom: -5px;
  text-decoration: underline;
  border-radius: 5px 5px 0 0;
}
#country-select > .menu {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  padding: 8px;
  background: #f8f8f8;
  z-index: 1000;
  border-radius: 5px 0 5px 5px;
}
#country-select > .menu > .heading {
  padding: 8px 4px;
  margin: 0 4px 4px;
  border-bottom: 2px dotted #363636;
}
#country-select > .menu > ul {
  list-style: none;
  padding: 0;
  width: 200px;
  height: 200px;
  overflow: auto;
}
#country-select > .menu > ul > li {
  display: inline-block;
  width: 49%;
}
#country-select a {
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
}
#country-select a:hover {
  background: #0096d6;
  color: #fff;
}

#country-select.open > .current {
  background: #f8f8f8; color:#363636;
  -webkit-transition: all 0.25s linear;
          transition: all 0.25s linear; 
}
#country-select.open > .menu {
  display: block;
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  top:5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right:5px;
}
.flag-icon-jp {
  background: url(/assets/images/ico_japan.png) no-repeat top left;
}
#country-select > .menu {
    top:35px; }

	@media (max-width: 1200px) {
	
	  .pre #meta-nav { min-height:300px; }
	  #country-select > .current { padding: 0px 15px 18px 5px; }
	  .pre.open { background:rgba(61,57,53,0.8); }
	  
	}



#primary-nav, #primary-nav2 { clear:right; }
#primary-nav > li,
#primary-nav > li > a,
#primary-nav2 > li,
#primary-nav2 > li > a {
  position: static;
  display: inline-block;
}

#primary-nav .submenu, #primary-nav2 .submenu {
  display: none;
  position: absolute;
  top: 90px; 
  left: 0; left: auto;
  right: 0; right: auto;
  margin: 0; 
  padding: 15px;
  font-size: 14px;
  list-style: none;
  text-align: center;
  -webkit-animation: submenu-fadein 0.5s;
          animation: submenu-fadein 0.5s;
}

	@media print, screen and (min-width: 1201px) and (max-width: 9999px) {
	
		#primary-nav .submenu, #primary-nav2 .submenu { top:75px; margin-left:0px; }
		#primary-nav li:nth-child(2) .submenu { margin-left:-25px; }
		#primary-nav li:nth-child(3) .submenu { margin-left:-85px; }
		
	}

#primary-nav2 .active .submenu {
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0; 
  padding: 15px;
  font-size: 14px;
  list-style: none;
  background: #d4effc;
  text-align: center;
  -webkit-animation: submenu-fadein 0.5s;
          animation: submenu-fadein 0.5s;
}


#primary-nav .submenu.open, #primary-nav2 .submenu.open {
  display: block;
  z-index: 11;
}
#primary-nav .submenu.active, #primary-nav2 .submenu.active {}
#primary-nav .submenu > li, #primary-nav2 .submenu > li {
  display: inline-block; display:block; 
}
#primary-nav .submenu a, #primary-nav2 .submenu a {
  display: inline-block;  display:block; 
  padding: 15px 20px;
  margin: 0 5px;
  border-bottom:1px solid #5c5c5a;
}


#primary-nav a,
#primary-nav > li > a:hover,
#primary-nav > li > a:focus,
#primary-nav2 a {
  color: #05c0ff;
}

#primary-nav2 > li > a:hover,
#primary-nav2 > li > a:focus {
  color: #0096d6;
}
#primary-nav2 > li > a.active {
	background: #d4effc none repeat scroll 0 0;
    transition: all 0.25s linear 0s;
}

#primary-nav a.btn,
#primary-nav a.btn:focus,
#primary-nav2 a.btn,
#primary-nav2 a.btn:focus {
  color: #fff;
}
#primary-nav a.btn:hover, #primary-nav2 a.btn:hover {
  color: #fff;
}
#primary-nav .btn-default,
#primary-nav .btn-primary,
#primary-nav2 .btn-default,
#primary-nav2 .btn-primary {
  padding: 0 8px;
  margin-top: 6px;
  height: 38px;
  line-height: 38px;
}
#primary-nav .btn-default, #primary-nav2 .btn-default {
  margin-left: 10px;
}


#primary-nav .has-submenu > a, #primary-nav2 .has-submenu > a {
  color: #fff;
  background: transparent;
  padding: 15px 20px 22px; 
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

	@media print, screen and (min-width: 1201px) and (max-width: 9999px) {
	
		#primary-nav .has-submenu > a, #primary-nav2 .has-submenu > a { padding: 10px 15px 10px; }
	
	}

#primary-nav .has-submenu .glyphicon, #primary-nav2 .has-submenu .glyphicon {
  font-size: 8px;
}
#primary-nav .has-submenu.open > a,
#primary-nav .has-submenu.active > a,
#primary-nav2 .has-submenu.open > a,
#primary-nav2 .has-submenu.active > a {
  background: none; color:#05c0ff;
  -webkit-transition: all 0.25s linear;
          transition: all 0.25s linear; 
}

#primary-nav .submenu a, #primary-nav2 .submenu a {
  background: rgba(61,57,53,0.8);
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out; 
}
#primary-nav .submenu a:hover,
#primary-nav .submenu a.active,
#primary-nav2 .submenu a:hover,
#primary-nav2 .submenu a.active {
  background-color: #0096d6;
  color: #fff;
}

#primary-nav2 i { font-size:8px; position:relative; top:-1px; }

#search-toggle {
  width: 38px;
  height: 38px;
  margin-top: 6px;
  padding: 0;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  background: #0096d6;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
#search-toggle:hover {
  color: #fff;
  background: #0053b5;
}

#search-toggle > .icon-search,
#search-toggle > .icon-cross {
  position: relative;
  top: 2px;
}
#search-toggle > .icon-search,
#search-toggle.open > .icon-cross {
  display: inline-block;
}
#search-toggle > .icon-cross,
#search-toggle.open > .icon-search {
  display: none;
}


#search-bar {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  padding: 28px 15px;
  background: #0096d6;
  z-index: 12;
  -webkit-animation: submenu-fadein 0.5s;
          animation: submenu-fadein 0.5s;
}
#search-bar.open {
  display: block;
}
#search-bar-form {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 30px;
}
#search-bar-form > .icon-search {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  margin-right: 10px;
  top: 0;
  float: left;
  margin-left: -30px;
}
#search-bar-form > input {
  background: 0;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  width: 100%;
}
#search-bar-form > input::-webkit-input-placeholder {
  color: #fff;
}
#search-bar-form > input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#search-bar-form > input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#search-bar-form > input:-ms-input-placeholder {
  color: #fff;
}

      
.navbar.open .navbar-brand > img.navbar-brand-img--black,
.navbar.scrolled .navbar-brand > img.navbar-brand-img--black {
  display: none;
}
.navbar .navbar-brand > img.navbar-brand-img--white {
  display: none;
}
.navbar.open .navbar-brand > img.navbar-brand-img--white,
.navbar.scrolled .navbar-brand > img.navbar-brand-img--white {
  display: block;
}

	@media (max-width: 1200px) {

	  .navbar {
	    position: fixed;
	    padding-bottom: 0;
	    height: 75px;
	  }
	  .navbar.scrolled {
	   height: 60px;
	 }
	  .navbar.open {
	   position: fixed;
	 }
	 .navbar.open {
	   height: 100%;
	   overflow: scroll;
	 }
	  .masthead {
	    margin-top: 57px;
	  }
	  .navbar-brand {
	    margin-top: 5px;
	    margin-left: 10px;
	  }
	  .navbar-brand > img {
	    width: 120px; width:auto;
	    height: auto;
	    margin-top: 0;
	  }
	  	.scrolled .navbar-brand > img {
        width:240px;
        width: 180px;
		  }
	  
	  
	  .navbar-toggle {
	    margin-top: 8px;
	    margin-right: 5px;
	    margin-bottom: 0;
	  }
	  .navbar-toggle .icon-bar {
	    background: #fff;
	  }
	  .navbar-fixed-top .navbar-collapse,
	  .navbar-fixed-bottom .navbar-collapse {
	    max-height: 100%
	  }
	  .nav > li > .btn {
	    margin: 0 10px 10px;
	  }

	  #meta-nav {
	    float: none;
	    margin: 10px 0 0;
	  }
	  #meta-nav > div {
	    margin-left: 0;
	    margin-right: 10px;
	  }
	  #meta-nav > .mobile-right {
	    margin-right: 20px;
	  }
	  
	  #country-select > .menu {
	    left: 0;
	    right: auto;
	  }

	  #primary-nav {
	  }
	  #primary-nav > li > .submenu {
	    padding: 0 20px 20px;
	  }
	  #primary-nav > li,
	  #primary-nav > li > a,
	  #primary-nav .submenu > li,
	  #primary-nav .submenu a  {
	    display: block;
	  }
	  #primary-nav .submenu {
	    position: static;
	    text-align: left;
	    -webkit-animation: none;
	            animation: none;
	  }
	  #primary-nav .has-submenu .glyphicon {
	    float: right;
	  }
	  #primary-nav2 > li, #primary-nav2 > li > a { display:inline-block; position:relative; width: 100%; } 
	  #primary-nav2 .active .submenu { position:static; display:block!important; }
	  #primary-nav2 .has-submenu > a { width:100%; }
	  #primary-nav2 .submenu > li { display:inline-block; text-align:left; width:100%; }
	  #primary-nav2 .submenu > li a { width:100%;  }
	  #primary-nav2 .last > a { padding:15px 20px 17px; }
	  #primary-nav2 .has-submenu > a:hover, #primary-nav2 .last > a:hover { background:#eee; }
	  #primary-nav2 i { font-size:8px; position:absolute; top:50%; right:5%; }
	  

	  #search-toggle {
	    display: none;
	  }
	  #search-bar {
	    position: static;
	    top: auto;
	    display: block;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin-left: -15px;
	    margin-right: -15px;
	  }

	}
	@media (min-width: 768px) and (max-width: 1200px) {
	/* override bootstrap to show mobile navbar on this breakpoint */
	  .navbar-header {
	    float: none;
	    padding-bottom: 10px;
	  }
	  .navbar-left,.navbar-right {
	    float: none !important;
	  }
	  .navbar-toggle {
	    display: block;
	  }
	  .navbar-toggle .icon-bar {
	    background: #fff;
	  }
	  .navbar-fixed-top {
	    top: 0;
	  }
	  .navbar-collapse.collapse {
	    display: none!important;
	  }
	  .navbar-nav {
	    float: none!important;
	    margin-top: 7.5px;
	  }
	  .navbar-nav>li {
	    float: none;
	  }
	  .navbar-nav>li>a {
	  padding-top: 10px;
	  padding-bottom: 10px;
	  }
	  .collapse.in{
	  display:block !important;
	  }

	  #navbar > .container {
	    width: auto;
	  }
	  #navbar .navbar-collapse {}
	  #navbar .navbar-brand {
	    margin-left: 0;
	  }
	  
	  	#primary-nav2 .active .submenu { position:static; display:block!important; }
	  	#primary-nav2 > li, #primary-nav2 > li > a {  display: block;  position: relative; }
	  	#primary-nav2 .submenu > li { }
	}
	@media (min-width: 768px) {
		.navbar>.container .navbar-brand {
			margin-left: 0;	
		}
	}
	@media (max-width: 767px) {
		.navbar {
			height:50px;
		}
		.navbar-header {
			margin-bottom: 10px; 
		}
		.navbar-brand > img,
		.scrolled .navbar-brand > img {
      width: 120px;
      margin-top: 3px;
	  }
		.navbar-brand.navbar-brand--invisalign-japan > img,
		.scrolled .navbar-brand.navbar-brand--invisalign-japan > img {
      width: 180px;
      margin-top: 3px;
	  }
	  .navbar-toggle {
			right: 0%;
		}
	  
	  #meta-nav a.btn { 
	  	text-align:left; 
	  }
	  #meta-nav .btnSet a:first-child::after {
	    display:none;
		}
		.navbar-collapse.in {
	    overflow-y: hidden;
		}
		#primary-nav .has-submenu > a {
			pointer-events: none;
	    	cursor: default;
		}
		#primary-nav .has-submenu:nth-child(2) > a,
		#primary-nav .has-submenu:nth-child(4) > a, #primary-nav .has-submenu:last-child > a {
			pointer-events: auto;
	    	cursor: pointer;
		}
		
		
		#primary-nav .has-submenu:nth-child(4) .glyphicon, #primary-nav .has-submenu:last-child .glyphicon { top:7px; }
		#primary-nav .has-submenu:last-child a:hover {}
	}

/* Blades
------------------------------------------------------- */

.blade {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.blade {
  text-align: left;
}
.blade.left {
  text-align: left;
}
.blade .btn {
  margin-top: 10px;
}
.btn i.small {
	position:relative;
  left: 10px;
  top:-1px;
  font-size:10px;
}

.blade-inner {
  display: table;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
}
.blade-inner-inner {
  display: table-cell;
  vertical-align: middle;
}

.blockCopy {
	position: absolute;
	bottom: 0;
	width:100%;
	color:#fff;
	padding:10px 20px;
}
.blockCopy > .container {
	max-width: 1170px;
	margin:0 auto;
	display:flex;
}

.blockCopy ul.newsList {
	position: relative;
	padding-left:8em;
	list-style:none;
	display:table;
}
.blockCopy ul.newsList:before {
	position: absolute;
	top:0;
	left:0;
	content:"INFORMATION";
	width:8em;
	height:1em;
}
.blockCopy ul.newsList li {
	position: relative;
	padding:0 1.5em;
}
.blockCopy ul.newsList li:before {
	position: absolute;
	top:0;
	left:0;
	content:"|";
	width:8em;
	height:1em;
}

.blockCopy ul.newsList span,
.blockCopy ul.newsList p {
	display:table-cell;
	padding-right:10px;
}
.blockCopy a {
	color:#fff;
	text-decoration:none;
}
.blockCopy a:hover {
	color:#0096d6;
}
.blockCopy > .container .newsList_link {
	text-decoration:underline;
}

	@media (max-width: 767px) {
			.blockCopy {
				position: static;
				padding:10px 20px;
				display:block;
				margin-top:30px;
			}
				#home-blade-1 .blockCopy { padding:10px 10px; }
				.blockCopy ul.newsList p { padding-right:0px; }
			
			.blockCopy > .container {
				display:block;
			}
			.blockCopy ul.newsList {
				padding-top:30px; padding-left:0;
			}
			.blockCopy ul.newsList li::before {
		    display:none;
			}
			.blockCopy ul.newsList li {
				padding: 0;
			}
			.blockCopy > .container .newsList_link {
				text-align:right;
			}

	}



/* full bleed backgrounds */
.blade > .blade-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#home-blade-1 > .blade-bg {
  background: url('../images/blade-1.jpg') left top no-repeat;  
  background-size: cover;
}

#home-blade-4 > .blade-bg {
  background: url('../images/bg-merit.jpg') top center no-repeat;  
  background-size: cover;
}

#home-blade-getstarted > .blade-bg {}
#home-blade-testimonials > .blade-bg {
  background: url('../images/bg-feature.jpg') top center no-repeat;
  background-size: cover;
}
/*
#entrance-recruit > .blade-bg {
  background: url('../images/bg-recruit.jpg') top center no-repeat;
  background-size: cover;
}
#entrance-recruit.blade {
	display: block;
	width: 100%;
	height: 500px;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}
#entrance-recruit.blade h2, 
#entrance-recruit.blade p {
	color: #3d3936;
}
*/
/* override for blue cover on fullbleed map background */
#home-blade-getstarted > .blade-inner {
  background: #0096d6;
  top: auto;
  color: #fff;
  height: 60%;
  padding-bottom: 60px;
}

/* full bleed video */
.blade > video {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  width: 101%;
  height: auto;
  z-index: 0;
}
.blade > video.tall {
  width: auto;
  height: 100%;
}

#home-blade-4 {
	height:auto;
	padding: 10% 0;
}
	#home-blade-4 .blade-inner { position: static; }
	
#home-blade-testimonials {
  height:auto; padding: 10% 0;
}
	#home-blade-testimonials .blade-inner { position: static; }


#home-blade-testimonials h1 {}
#testimonial-1,
#testimonial-2,
#testimonial-3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out; 
}
#testimonial-1.active,
#testimonial-2.active,
#testimonial-3.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease-out;
          transition: opacity 1s ease-out; 
}


#home-blade-test {
  background-color: #fff;
  color: #363636;
  overflow: visible;
}

#home-getstarted {
  padding-top: 160px;
  padding-bottom: 160px;
}

#home-blade-getstarted {
	background: url('../images/bg_white.png') top center / 100% auto;
	background-repeat:repeat;
	height: 50%; height: auto;
	padding-bottom: 60px;
	top: auto;
}
#home-blade-getstarted.block {
	padding-top:30px;
}

/* carousel setting */

	#home-blade-getstarted .main-carousel {
		margin:30px auto 50px;
	}
	.carousel-cell {
		margin-right:17px;
		margin-left:17px;
		width:345px;
	}
	#home-blade-getstarted .main-carousel .item {
		position:relative;
	}
	#home-blade-getstarted .main-carousel .item {
		background:#fff;
		border-radius:10px;
		padding:20px;
		border:1px solid #ddd;
		min-height:230px;
	}
	#home-blade-getstarted .main-carousel .item.over {
		background:rgba(204,204,204,0.5);
	}
		#home-blade-getstarted .main-carousel .item.over > *:not(.linkBtn) {	opacity:0.5; }
		
    
    #home-blade-getstarted .item .area {
    	position:absolute;
    	top:20px;
    	right:20px;
    	color:#0096d6;
    }
    #home-blade-getstarted .item .date {
    	font-weight:bold;
    	color:#0096d6;
    }
    #home-blade-getstarted .item p {
    	font-size:16px;
    	margin:20px 0 10px;
    }
    #home-blade-getstarted .item ul.shcedule {
    	padding:0;
    }
    #home-blade-getstarted .item ul.shcedule li {
    	font-size:13px;
    	opacity:0.6;
    	list-style:none outside;
    }
    #home-blade-getstarted .item .linkBtn {
    	position:absolute;
    	bottom:20px;
    	left:20px;
    	text-decoration:none;
    }
    #home-blade-getstarted .item span.linkBtn {
    	color:#e03c31;
    }
    #home-blade-getstarted .item a.linkBtn {
    	padding-right:20px;
    }
    #home-blade-getstarted .item a.linkBtn:before {
	  	content:"";
	  	position:absolute; display:block;
	  	top:8px;
	    right:2px;
	    width:7px;
	    height:7px;
	    border-top: 1px solid #0096d6;
	    border-right: 1px solid #0096d6;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
    }




#home-blade-getstarted > #locationmap {
  height: 40%;
}

#social-blade {
  background: url('../images/bg_white.png') top center / 100% auto;
  background-repeat:repeat;
  padding: 100px 0;
  position: relative;
  text-align: center;
}
#social-blade.bg_white {
	background:#fff;
}

#social-blade h4 { font-size:28px; margin-bottom:30px; }
#social-blade p.small { color:#fff; }
#social-blade figure img { width:100%; }
#social-blade ul { color:#fff; list-style:none; padding:0px; margin:20px 0; color:#3d3935; }
#social-blade ul li:first-child { color:#0096d6; font-size:18px; margin-bottom:10px; }
#social-blade ul li:last-child { text-align:left; line-height:1.6; }
#social-blade ul li span { font-size:13px; display:block; opacity:0.6; }

.detail #social-blade p { text-align:center; margin-top:10px; display:inline-block; position:relative; padding-right:20px; }

    .detail #social-blade p:after{ content:""; position:absolute; top:38%;
    right: 0px;
    width:8px;
    height:8px;
    border-top: 1px solid #0096d6;
    border-right: 1px solid #0096d6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }

.detail #social-blade a { text-decoration:none; }


.btn-social,
.btn-social:focus,
.btn-social:active {
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
.btn-social {
	height: 47px;
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0 3px 10px 3px;
}
.btn-social span {
	display: none;
}
.btn-social:hover {
	background-color: rgba(255,255,255,0.3);
}
.btn-social:hover > .icon {
	background-position-y: -45px;
}
.btn-social > .icon {
	height: 45px;
}
.btn-social > .facebook {
	width: 77px;
	background: url('../images/btn-facebook.png') 0px 0px no-repeat;
}
.btn-social > .twitter {
	width: 71px;
	background: url('../images/btn-twitter.png') 0px 0px no-repeat;
}
.btn-social > .instagram {
	width: 66px;
	background: url('../images/btn-instagram.png') 0px 0px no-repeat;
}
.btn-social > .wechat {
	width: 68px;
	background: url('../images/btn-wechat.png') 0px 0px no-repeat;
}
.btn-social > .weibo {
	width: 67px;
	background: url('../images/btn-weibo.png') 0px 0px no-repeat;
}
.btn-social > .youtube {
	width: 45px;
	background: url('../images/btn-youtube.png') 0px 0px no-repeat;
}

#home-blade-4 .col-md-6 { margin-left: 50%; }

#home-blade-2 { height:auto; display:table; width:100%; height:70%; }
	#home-blade-2 .blade-inner { position:relative; }
	
#home-blade-2 .blade-inner-inner { background:url(/assets/images/btn_play.png) no-repeat center center; cursor:pointer; display:table; height:100%; width:100%; }
#home-blade-2 .blade-inner-inner:hover { background:url(/assets/images/btn_play_on.png) no-repeat center center; }
#home-blade-2 .blade-inner-inner a { display: table-cell; text-align:center; vertical-align:middle; height:100%; width:100%; text-indent:-9999px; }


#home-news {
  background: url('../images/bg_brown.png') repeat top center / 100% auto;
  height: auto;
  padding-bottom: 60px;
  top: auto;
  color:#fff;
}
#home-news ul {
  list-style:none outside;
  text-align:left;
  margin:40px 0;
  padding-left:0px;
}
#home-news ul li {
	border-bottom:1px solid #707372;
	padding-bottom:18px;
	margin-bottom:18px;
	display:table;
	width:100%;
}
#home-news ul li:last-child {
	border-bottom:none;
}
#home-news ul li span,
#home-news ul li p {
	display:table-cell;
}
#home-news ul li span {
	width:7em;
	color:#b2b4b2;
}
#home-news ul li p {
	color:#fff;
}
#home-news ul li a {
	text-decoration:none;
}

	@media (max-width: 991px){

		#social-blade { padding:70px 0; }
		#social-blade .row > div { margin-bottom:10px; }
		#social-blade .row > div:last-child { margin-bottom:0px; }
		
		#entrance-recruit.blade { height:350px; min-height:350px; }

	}


	@media (max-width: 767px) {
	  .blade {
	    display: block;
	    width: auto;
	    height: auto;
	    min-height: 0;
	  }
	  .blade-inner {
	    display: block;
	    position: static;
	    width: auto;
	    height: auto;
	    padding-top: 10px;
	    padding-bottom: 40px;
	  }
	  .blade-inner-inner {
	    display: block;
	  }
	  #home-blade-1 .blade-inner {
	    background:rgba(61,57,53,1);
	  }

	  .blade > .blade-bg,
	  .blade > video {
	    display: none;
	  }

	  #home-blade-1 {
	    background: url('../images/blade-1-sm.jpg') center top / 100% no-repeat;
	    padding-top: 82%;
	  }

	  	#home-blade-2 .blade-inner { position:absolute; }
		  #home-blade-2 .blade-inner-inner {
		    background: url(/assets/images/btn_play.png) no-repeat center center / 10% auto;
		    height: 100%;
		    display: block;
		    position: absolute;
		    width: 100%;
		    top: 0;
			}
			#home-blade-2 .blade-inner-inner:hover {
		    background: url(/assets/images/btn_play_on.png) no-repeat center center / 10% auto;
			}
			#home-blade-2 .blade-inner-inner a { position:absolute; }
	  
	  #home-blade-4 {
	    background: url('../images/bg-merit.jpg') left top / 150% no-repeat;
	    padding-top: 63%; padding-bottom:0%;
	  }

	  #home-blade-getstarted {
			background: url('../images/bg_white.png') top center; height:50%;  top:auto; 
	  }
	  #social-blade {
	  	background: url('../images/bg_white.png') top center; padding:40px 0;
		}
	  
	  #home-blade-getstarted > #locationmap {
		  height: 400px;
	  }

	  #home-blade-getstarted > .blade-inner {
	    top: auto;
	    height: auto;
	    padding-bottom: 120px;
	  }
	  #home-blade-getstarted.block {
			padding-top:25px;
			padding-bottom:40px;
			height: auto;
		}
		#home-blade-getstarted .main-carousel {
			margin:0px auto 40px;
		}
	  
	  #home-blade-testimonials {
	  	background: url('../images/bg-feature.jpg') top right no-repeat;
	  	background-size:150% auto;
	    padding-top: 60%;
	    padding-bottom: 0%;
	  }
	  
	  	#entrance-recruit {
		  	background: url('../images/bg-recruit.jpg') top right no-repeat;
		  	background-size:150% auto;
		    padding-top: 50%;
		  }
		  #entrance-recruit.blade {
		    height: auto;
		    min-height: auto;
			}
	  
	  
	  #testimonial-1 .col-md-6 { margin-left:0%; }
	  #testimonial-2 {
	    display: none;
	  }
	  #testimonial-3 {
	    display: none;
	  }
	  
	  #home-blade-4 .col-md-6 { margin-left:0%; }


	  #home-blade-testimonials h1 {
	    font-size: 1.3333em;
	    line-height: 1.2;
	    padding-top: 15px;
	  }
	  #home-blade-test {
	    padding-top: 50px;
	  }
	  
	  #home-blade-1 .blade-inner {
	    padding-bottom: 30px;
	    background:rgba(61,57,53,1);
	  }
	  
	  #social-blade { padding:50px 0; }
	  #social-blade h4 { font-size:20px; }
	  
	  .home #social-blade a.btn,
	   #social-blade.bg_white a.btn { margin-bottom:5%; }
	  
	  #home-news ul li span,
		#home-news ul li p { display:block; }
		#home-news ul li p { margin-top:5px; margin-bottom:0px; }
	  
	}





/* Scroll Down buttons
------------------------------------------------------- */

.scrollto {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  color: #24b44d;
  z-index: 300;
}
.scrollto > a {
  display: inline-block;
  margin-top: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  background: #24b44d;
  color: #fff;
}
.scrollto.light {
  color: #fff;
}
.scrollto.light > a {
  border-color: #fff;
  color: #fff;
}
.scrollto > a > .glyphicon {
  -webkit-animation: arrowbounce 2s infinite;
          animation: arrowbounce 2s infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

	@media (max-width: 991px) {
	  #home-blade-1 .scrollto.light {
	    color: #24b44d;
	  }
	  #home-blade-1 .scrollto.light > a {
	    border-color: #24b44d;
	    color: #24b44d;
	  }
	}



/* Test
------------------------------------------------------- */

#test-tease {
  padding-top: 50px;
  padding-bottom: 50px;
}
.test-group {
  padding-top: 15px;
  padding-bottom: 15px;
}


#test-group-2,
#test-group-3,
#test-group-4,
#test-group-5,
#test-group-6 {
  display: none;
}

.test-item {
  font-size: 1.8571em;
  line-height: 1.3333;
  text-align: left;
  padding-bottom: 30px;
  position: relative;
}
.test-item > .from {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.test-item > .name {
  color: #363636;
}
.test-item > span {
  -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}
.test-item > span.disabled {
  opacity: 0.25;
}
.test-textinput {
  width: 300px;
  border: 0;
  border-bottom: 1px dotted #363636;
  background: transparent;
  outline: none;
  text-align: center;
  color: #0096d6;
  line-height: 1;
}
.test-dropdown > .dropdown-toggle {
  min-width: 350px;
  padding: 0 20px 2px 0;
  border: 0;
  border-bottom: 1px dotted #363636;
  outline: none;
  color: #0096d6;
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: left;
}
.test-dropdown > .dropdown-toggle:hover {
  background-color: inherit;
}
.test-dropdown > .dropdown-toggle {
  background: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.test-dropdown > .dropdown-toggle > .glyphicon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 12px;
  line-height: 1;
  color: #363636;
}
.test-dropdown > .dropdown-menu {
  font-size: 1em;
  line-height: 1;
  top: auto;
  bottom: 120%;
}
.test-dropdown > .dropdown-menu > li > a {
  text-decoration: none;
  border-bottom: 1px dotted #949a9e;
  white-space: normal;
}
.test-dropdown > .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}

#bite-problems {
  max-width: 580px;
  margin: 0 auto;
}
.bite-problem {
  width: 175px;
  height: 175px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #f8f8f8;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin: 5px;
  padding-top: 55px;
}
.bite-problem > .radio {
  display: none;
}
.bite-problem > img {
  width: 127px;
  height: auto;
  display: inline-block;
  opacity: 0.25;
}
.bite-problem > .text {
  margin-top: 10px;
}
.bite-problem.selected {
  background: #f8f8f8;
}
.bite-problem.selected > img {
  opacity: 1;
}

/*
#spacing-upper,
#spacing-lower {
  width: 327px;
  height: 142px;
  background: url('../images/desktop_teeth.png') no-repeat;
}*/
#spacing-lower {
  margin-top: -30px;
}
#spacing-upper[data-value="1"] { background-position: 0 0      }
#spacing-upper[data-value="2"] { background-position: 0 -142px }
#spacing-upper[data-value="3"] { background-position: 0 -284px }
#spacing-upper[data-value="4"] { background-position: 0 -426px }
#spacing-upper[data-value="5"] { background-position: 0 -568px }
#spacing-upper[data-value="6"] { background-position: 0 -710px }
#spacing-upper[data-value="7"] { background-position: 0 -852px }

#spacing-lower[data-value="1"] { background-position: -327px 0      }
#spacing-lower[data-value="2"] { background-position: -327px -142px }
#spacing-lower[data-value="3"] { background-position: -327px -284px }
#spacing-lower[data-value="4"] { background-position: -327px -426px }
#spacing-lower[data-value="5"] { background-position: -327px -568px }
#spacing-lower[data-value="6"] { background-position: -327px -710px }
#spacing-lower[data-value="7"] { background-position: -327px -852px }

/* input range reset */
input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent; /* Hides the slider so custom styles can be added */
  border-color: transparent;
  color: transparent;
}

/* input range thumb */
/* replicate styles into each selector, don't combine */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 0;
  border: 0;
  background: url('../images/input-range-thumb.png') 0 0 no-repeat;
  cursor: pointer;
  position: relative;
  top: 3px;
  margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
input[type=range]::-moz-range-thumb {
  height: 30px;
  width: 30px;
  border-radius: 0;
  border: 0;
  background: url('../images/input-range-thumb.png') 0 0 no-repeat;
  cursor: pointer;
  position: relative;
  top: 3px;
}
input[type=range]::-ms-thumb {
  height: 30px;
  width: 30px;
  border-radius: 0;
  border: 0;
  background: url('../images/input-range-thumb.png') 0 0 no-repeat;
  cursor: pointer;
  position: relative;
  top: 3px;
}

/* input range track */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #363636;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #363636;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #363636;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #363636;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-lower {
  background: #363636;
}
input[type=range]::-ms-fill-upper {
  background: #363636;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #363636;
}

.spacing-slider-container {
  width: 40%;
  position: absolute;
  top: 50px;
  right: 0;
}
.range-label {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.range-label > .right {
  float: right;
}

/* typing animation */
.test-group .question,
.test-group .question > .text > span {
  opacity: 0;
  -webkit-transition: opacity 0s linear;
          transition: opacity 0s linear;
}
.test-group .answer {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}
.test-group.in .question,
.test-group.in .question > .text > span,
.test-group.in .answer {
  opacity: 1;
}



	@media (max-width: 767px) {
	  #test-form {
	    padding-top: 100px;
	  }

	  .test-group {
	    padding-top: 30px;
	    padding-bottom: 30px;
	  } 
	  .test-item {
	    font-size: 1.2em;
	    line-height: 1.5;
	  }

	  .test-dropdown,
	  .test-dropdown > .dropdown-menu,
	  .test-dropdown > .dropdown-menu > li > a {
	    width: 100%;
	    white-space: normal;
	  }
	  .test-dropdown > .dropdown-toggle {
	    min-width: 60%;
	    text-align: left;
	    white-space: normal;
	  }

	  .test-textinput {
	    width: auto;
	  }

	  .bite-problem {
	    width: 130px;
	    height: 130px;
	    padding-top: 42px;
	  }
	  .bite-problem > img {
	    width: 93px;
	  }
	  .bite-problem > .text {
	    margin-top: 5px;
	  }

	  #spacing-upper,
	  #spacing-lower {
	    -webkit-transform: scale(0.60);
	            transform: scale(0.60);
	    margin-left: -30px;
	    margin-top: -30px;
	  }
	  #spacing-lower {
	    margin-top: -80px;
	  }
	  .spacing-slider-container {
	    position: static;
	    width: 100%;
	  }

	}



/* Masthead
------------------------------------------------------- */

.masthead {
  text-align: center;
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}
	.masthead.mainBg { padding:10% 0; margin:0 auto; }
	.masthead.product-indexBg { background:url(../images/blade-1.jpg) no-repeat left 40% / cover; }
	.masthead.product-meritBg { background:url(../images/bg-merit2.jpg) no-repeat top center / cover; }
	.masthead.product-differenceBg { background:url(../images/bg-difference.jpg) no-repeat top center / cover; }
	.masthead.product-processBg { background:url(../images/bg-process.jpg) no-repeat center 40% / cover; }
	.masthead.product-teenBg { background:url(../images/bg-teen.jpg) no-repeat top center / cover; }
	.masthead.feature-indexBg { background:url(../images/bg-feature2.jpg) no-repeat left 40% / cover; padding:15% 0; }
	.masthead.company-indexBg { background:url(../images/bg-company.jpg) no-repeat top center / cover; }
	.masthead.seminar-indexBg { background:url(../images/bg-seminar.jpg) no-repeat top center / cover; }
	.masthead.seminar-drBg { background:url(../images/bg-seminar_dr.jpg) no-repeat top center / cover; }
	.masthead.firstBg { background:url(../images/bg-first.jpg) no-repeat top center / cover; }
	
	.single-page .masthead, .news .masthead { padding:100px 0px; }
	
	.bg_main_title { background:#3d3935; border-bottom:15px solid #009ace; padding:50px 50px; }
		.masthead.product-teenBg .bg_main_title { border-bottom:15px solid #cc9330; }
		.masthead.firstBg .bg_main_title { border-bottom:15px solid #eb48c7; }
	.bg_main_title p.light { padding:0; text-align:left; color:rgba(255,255,255,0.7);  }
	
  @media (min-width: 1200px) {
    .masthead.firstBg .bg_main_title { margin-left: 50px; }
  }


.masthead h1 {
	margin-top: 0;
}
.masthead p {
  font-size: 1.2em; font-size: 1.0em;
  color: #727680;
  font-weight: bold; font-weight: normal;
  padding: 0 100px;
}
.masthead p:last-child,
.masthead p:only-child {
	margin-bottom: 0;
}
.masthead-navbar {
  background: #f8f8f8;
  padding: 15px 0 10px;
  margin-bottom: 30px;
  text-align: center;
  color: #363636;
  position: relative;
  z-index: 1;
}
.masthead-navbar .nav {
  display: inline-block;
  font-size: 14px;
}
.masthead-navbar .nav > li {
  margin: 0 100px;
}
.masthead-navbar .nav > li > a {
  padding: 10px 20px;
  margin: 0 10px;
  color: #363636;
}
.masthead-navbar .nav > li.active > a,
.masthead-navbar .nav > li.active > a:hover,
.masthead-navbar .nav > li.active > a:focus {
  background-color: #0096d6;
  color: #fff;
}
.masthead-navbar .navbar-toggle {
  position: relative;
  display: none;
  float: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  background-color: #0096d6;
  color: #fff;
}
.masthead-navbar .navbar-toggle > .glyphicon {
  position: absolute;
  top: 10px;
  right: 15px;
}
.masthead-navbar .navbar-toggle > .glyphicon {
  -webkit-transition: all 0.1s linear;
          transition: all 0.1s linear;
}
.masthead-navbar .navbar-toggle.collapsed > .glyphicon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.masthead-navbar .navbar-collapse {
  -webkit-box-shadow: none;
          box-shadow: none;
}

	@media (max-width: 1200px) {
		.masthead { margin-top:0px; }
	  .masthead-navbar { padding-left: 20px; padding-right: 20px; }
	  .masthead-navbar .nav,
	  .masthead-navbar .nav > li,
	  .masthead-navbar .nav > li > a { display: block; float: none; margin: 0; }
	  .masthead-navbar .nav { padding-top: 10px; padding-bottom: 10px; }
	  .masthead-navbar .nav > li.active { display: none; }
	  .masthead-navbar .navbar-toggle { display: block; max-width: 50%; margin: 0 auto; }
	  
	  
	}

	@media (max-width: 991px) {
	  .masthead p { padding: 0; }
	  .bg_main_title { width:43%; }
	  
	}
	
	@media (max-width: 767px) {
	  .masthead p { font-size: 1em; }
	  .masthead p br { display:none; }
	  .bg_main_title h1 br { display:none; }
	  
	  .bg_main_title { padding:30px 20px 40px; }
	  .masthead.mainBg { padding:0; }
	  .masthead.product-indexBg { background:url(../images/blade-1.jpg) no-repeat top center / 100% auto; }
	  .masthead.product-processBg { background: url(../images/bg-process.jpg) no-repeat right 0 / 120% auto; }
	  .masthead.product-teenBg { background: url(../images/bg-teen.jpg) no-repeat top center / 100% auto; }
	  .masthead.feature-indexBg { background: url(../images/bg-feature2.jpg) no-repeat top right / 120% auto; padding:0% 0; }
	  .masthead.company-indexBg { background:url(../images/bg-company.jpg) no-repeat top right / 140% auto; }
	  .masthead.seminar-indexBg { background: url(../images/bg-seminar.jpg) no-repeat top right / 160% auto; }
	  .masthead.seminar-drBg { background: url(../images/bg-seminar_dr.jpg) no-repeat top right / 170% auto; }
	  .masthead.mainBg .container { padding-top:62%; }
	  .masthead.company-indexBg.mainBg .container { padding-top:52%; }
	  .masthead.mainBg .bg_main_title { display:block; width:100%; }
    .single-page .masthead, .news .masthead { padding:50px 0px; }
    .masthead.firstBg { background:url(../images/bg-first_sp.jpg) no-repeat top center / 100% auto; }
	  
	}
	@media (max-width: 480px) {
	  .masthead-navbar .navbar-toggle { max-width:100%; }
	}

/* .notice
------------------------------------------------------- */
@media (max-width: 767px) {
  .notice{
    text-align: left;
    padding: 15px 0;
  }
  .notice-header{
    margin: 0 0 10px;
  }
  .notice-header-date{
    font-size: 12px;
    margin: 0 0 5px;
  }
  .notice-header-title{
    font-size: 14px;
    margin: 0;
    color: inherit;
  }
  .notice-body-text{
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .notice{
    text-align: left;
    background-color:  rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
  }
  .notice-header{
    margin: 0 0 20px;
  }
  .notice-header-date{
    font-size: 13.5px;
    margin: 0 0 5px;
    color: #ffffff;
    opacity: 0.9;
  }
  .notice-header-title{
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    opacity: 0.9;
  }
  .notice-body-text{
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    opacity: 0.9;
  }
}


/* Detail Page
------------------------------------------------------- */
.single-page,
.search-page {
  padding-top: 90px;
}
.detail,
.faqs-page,
.findprovider-page,
.booking-page {
  padding-top: 90px;
}

.faqs-item .table{
  border: 2px solid #ddd;
}

.intro {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.intro h2 {
  text-align: center;
}
.intro h2:after {
  content: " ";
  width: 230px;
  height: 1px;
  display: block;
  border-bottom: 2px dotted #dddee0;
  margin: 20px auto;
}

.image-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.image-list h2 {
  margin-top: 0;
}
.image-list h3 {
  margin-top: 0;
  color: #0096d6;
}
.image-list > li {
  margin: 0;
  padding: 30px 0;
  border-top: 1px dotted #ddd;
}
.image-list.single > li {
  border-top: 0;
}
.image-list > li > div {
  min-height: 250px;
  padding-left: 300px;
  padding-top: 60px;
  clear: both;
}
.image-list > li > div > img {
  border-radius: 50%;
  float: left;
  margin-left: -300px;
  margin-top: -60px;
}

.image-list > li > div.alt {
  padding-left: 0;
  padding-right: 300px;
}
.image-list > li > div.alt > img {
  float: right;
  margin-left: 0;
  margin-right: -300px;
}


.icons-list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.icons-list > li {
  padding-left: 30px;
  margin-bottom: 0.5em;
}
.icons-list .icon-check {
  font-size: 10px;
  float: left;
  color: #fff;
  margin-left: -30px;
  margin-top: 0;
  padding: 4px;
  border-radius: 50%;
  background-color: #0096d6;
}

.image-blurb {
  text-align: center;
  margin-bottom: 50px;
}
.image-blurb > img {
  display: inline-block;
  width:100%;
}
.image-blurb h3 {
  margin:25px 0;
}
.image-blurb p {}
.image-blurb p.short{
  padding: 0 15px;
  height: 70px;
}
.image-blurb p.long {
  margin-bottom:40px;
}


	@media only screen and (max-width:1200px) {
		.image-blurb h3 { height: auto; }
		.image-blurb p { height: auto; }
		.treatment-process .image-blurb p { height: auto!important; }
		.image-blurb p.long { margin-bottom:20px!important; }
	}

	@media only screen and (max-width:995px) {
		.image-blurb p.long { margin-bottom:0px; }
		.image-blurb p { height: auto; }
	}

.detail h2.quote {
  margin-bottom: 0;
}
.two-column-text {
  -webkit-column-count: 2;
  margin-bottom: 30px;
}


.before-after {
  padding: 10px 30px;
  background: #f8f8f8;
  display: inline-block;
  overflow: hidden;
}
.before-after > .title {
  margin-bottom: 5px;
}
.before-after > .before,
.before-after > .after {
  float: left;
  text-align: center;
  margin: 5px 0;
  width: 47.5%
}
.before-after > .before {
  margin-right: 10px;
}
.before-after img {
  display: block;
  margin-bottom: 5px;
  max-width: 192px;
  width: 100%;
  height: auto;
}

/* .treatment-process h2 { font-size:18px; color:#0096d6; position:relative;	padding-left:60px; }
.treatment-process h2:before { position:absolute; top:-15px; left:0; width:50px; height:50px; border-radius:30px;	display:block; background:#0096d6; color:#fff;line-height:2.8;	text-align:center; }

.treatment-process h2.step01:before { content:"01"; }
.treatment-process h2.step02:before { content:"02"; }
.treatment-process h2.step03:before { content:"03"; }
.treatment-process h2.step04:before { content:"04"; }
.treatment-process h2.step05:before { content:"05"; }
.treatment-process h2.step06:before { content:"06"; }

.treatment-process .image-blurb p.short {}
.treatment-process p.note { padding-left: 1em; text-indent: -1em;font-size: 12px} */
@media screen and (min-width: 768px) {
  .treatment-process p.note {}
}


	@media (max-width: 1200px) {
	  .detail,
	  .faqs-page,
	  .findprovider-page,
	  .booking-page,
	  .single-page,
	  .search-page {
	    padding-top: 0; padding-top: 75px;
	  }
	  .intro {
	    padding-top: 40px;
	    padding-bottom: 40px;
	  }
	  .image-list > li {
	    min-height: 0;
	    text-align: center;
	  }
	  .image-list > li > div,
	  .image-list > li > div.alt {
	    min-height: 0;
	    padding-left: 0;
	    padding-right: 0;
	  }
	  .image-list > li > div > img,
	  .image-list > li > div.alt > img {
	    float: none;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 20px;
	    width: 50%;
	    max-width: 250px;
	    min-width: 125px;
	  }
	  .image-blurb > img {}

	  .image-blurb h3.single {
	    padding: 0 15px;
	    height: 25px;
	  }
	  .image-blurb p.short {
	    padding: 0 15px;
	    height: 50px;
	  }
	  .image-blurb p.mobile-short {
	    padding: 0 15px;
	    height: 80px;
	  }
	  .image-blurb p.mobile-how-long {
	    padding: 0 15px;
	    height: 100px;
	  }
	  .image-blurb p.mobile-long {
	    padding: 0 15px;
	    height: 180px;
	  }
	  .faqs-item .table-container{
	    overflow: auto;
	  }
	  .faqs-item .table{
	    min-width: 1800px;
	    font-size: 12px;
	  }
	}
	
	@media all and (max-width: 991px) {
		
		.treatment-process .col-md-12 { width:50%; float:left; }
		.treatment-process .col-md-6 { padding:0; }
		.treatment-process #getinfopack-block .col-md-6{ padding-right:15px; padding-left:15px; }

	}
	
	@media (max-width: 767px){
	
		.image-blurb { margin-bottom:25px; }
	
		.two-column-text { -webkit-column-count: 1;	}
		.detail,
	  .faqs-page,
	  .findprovider-page,
	  .booking-page,
	  .single-page,
	  .search-page { padding-top:50px; }
	  .navbar.scrolled { height:50px;	}
	  .navbar.scrolled.open { height:100%; }
	  
	  .treatment-process h2 { padding-left:50px; }
		.treatment-process h2:before { top:-10px; width:40px; height:40px; line-height:2.3; }
	  .treatment-process .image-blurb { margin-bottom:25px; }
	  .treatment-process .col-md-12 { margin-bottom:5%; width:100%; float:none; }

	  
	}
	
	

/* Vs Braces
------------------------------------------------------- */
#vs-braces {
  color: #0096d6;
  padding: 5% 0 5%; padding: 7% 0 7%;
}

#vs-braces-table { 
  width: 100%;
  margin-top: 20px;
  background: url('../images/bg_dot_v.png') repeat-y 50.2% 0;
}
#vs-braces-table .left,
#vs-braces-table .right {
  width: 314px;
  padding:30px 0;
  vertical-align: top;
}
#vs-braces-table td.left,
#vs-braces-table td.right {
  padding-left: 20px;
  padding-right: 20px;
}
#vs-braces-table .first {
  padding-top: 20px;
}

#vs-braces-table h2 {
  margin: 0;
}

#vs-braces-table .left {
  color: #0096d6;
}
#vs-braces-table .right,
#vs-braces-table .right h2 {
  color: #363636;
}

#vs-braces-table .icon-check,
#vs-braces-table .icon-cross {
  font-size: 10px;
  float: left;
  color: #fff;
  margin-left: -30px;
  margin-top: 0;
  padding: 4px;
  border-radius: 50%;
}
#vs-braces-table .icon-check {
  background-color: #0096d6;
}
#vs-braces-table .icon-cross {
  background-color: #363636;
}

#vs-braces-table th { color: #0096d6; font-size:20px; font-weight: normal; line-height: 1.2; text-align:center; }
#vs-braces-table th.left {
  border-bottom: 2px solid #0096d6;
}
#vs-braces-table th.right {
  border-bottom: 2px solid #727480;
  color: #363636;}
#vs-braces-table .spacer {
  width: 30px;
}
#vs-braces-table td:not(.spacer) {
	border-bottom: 1px solid #b2b4b2;
	padding-top:20px;
	padding-bottom:20px;
}
#vs-braces-table p { position:relative; padding-left:25px; }
#vs-braces-table p:before { position:absolute; top:3px; left:0; content:"";
  width:18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0096d6;
}
#vs-braces-table p:after { position:absolute; top:8px; left:4px; content:"";
  width:7px;
  height:7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#vs-braces-table td.right p:before { background: #333; }
#vs-braces-table tr.stagger:last-child td.right { border:none; }


	@media (max-width: 767px) {

	  #vs-braces {
	    background: #fff; 
	    background-size: auto; 
	  }
	  #vs-braces-table .left,
	  #vs-braces-table .right {
	    width: 45%;
	  }
	  #vs-braces-table td.left, #vs-braces-table td.right {
	    padding:15px 0 0; font-size:12px;
		}
	  #vs-braces-table .spacer {
	    width: 5%;
	  }
	  #vs-braces-table th { font-size:16px; }
	  #vs-braces-table th span { display:block; }
	  #vs-braces-table p { padding-left:20px; }
	  #vs-braces-table p:before { width:15px; height:15px; }
	  #vs-braces-table p:after { width:5px; height:5px; }

	}


	@media screen and (min-width: 768px) and (max-width: 1024px)  {
	  #vs-braces-table td {
	    text-shadow:1px 1px 1px #ddd;
	  }
	}


/* feature index
------------------------------------------------------- */

.feature_lead { font-size:20px; margin:5% 0; text-align:center; }
.feature_lead2 { margin:3% 0; text-align:center; }
.featureIntro .image-blurb img { max-width:200px; }
.featureIntro .second h2 { font-size:22px; line-height:1.5; margin:3% auto 5%; font-weight:normal; }

#vs-braces-table.merit .right { color:#cc9330; }
#vs-braces-table.merit th.right { border-bottom:2px solid #cc9330; }
#vs-braces-table.merit .right p { color:#cc9330; }
#vs-braces-table.merit .right p:before { background: #cc9330; }
#vs-braces-table.merit .center img { margin:0 auto 20px; }
#vs-braces-table.merit p { margin-bottom:10px; }
#vs-braces-table.merit p.dark { color:#666; margin:0; padding:0; }
#vs-braces-table.merit p.dark:before,
#vs-braces-table.merit p.dark:after { display:none; }


.featureNew .slider img, .featureNew .slider video { width:100%; height:auto; }
.featureNew .slider { position:relative; max-width:980px; }
.featureNew .slider .slider-nav-wrap { position:relative; }
.featureNew .slider .slider-nav-wrap .slider-nav .slick-list { padding:0 !important; }
.featureNew .slider .slider-nav-wrap .slider-nav .slick-track { left:0 !important; width:100%; opacity:1; }
.featureNew .slider .slider-nav-wrap .slider-nav .slick-slide { -webkit-transition: opacity .3s ease; transition: opacity .3s ease; opacity:1; padding:5px; }
.featureNew .slider .slider-nav-wrap .slider-nav .slick-slide:hover { opacity: .5; }
.featureNew .slider .slider-nav-wrap .slick-arrow { position:absolute; top:50%; width:0; height:0; border-style:solid; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.featureNew .slider .slider-nav-wrap .slick-prev { right: 0; border-width: 6px 0 6px 12px; border-color: transparent transparent transparent #444444; }
.featureNew .slider .slider-nav-wrap .slick-next {left: 0;border-width: 6px 12px 6px 0;border-color: transparent #444444 transparent transparent; }

.featureNew .slider .slider-for { width:100%; }
.featureNew .slider .slider-nav-wrap .slider-nav .slick-list { padding:0 0 !important; }
.featureNew .slider .slider-nav-wrap .slider-nav .slick-track { margin-top:20px; }
.featureNew .slider .slider-nav-wrap .slider-nav .slick-slide { padding: 0; width:18% !important; margin-right:2.5%; cursor:pointer; }
.featureNew .slider .slider-nav-wrap .slider-nav .slick-slide:focus { outline:none; }
.featureNew .slider .slider-nav-wrap .slider-nav .slick-slide:last-child { margin-right:0; }

.featureNew .sp-slide img { width:auto; }
.featureNew .sp-slide { position:relative; }
.featureNew .sp-slide span { position:absolute; top:15px; right:0; content:""; }
.featureNew .sp-slide span sup, .slideTitle sup { font-size:1.5rem; top:-5px; }

.featureNew .slideTitle { text-align:center; padding:8% 0; font-size:13px; border-bottom:4px solid transparent; }
.featureNew .slick-current .slideTitle { border-bottom:4px solid #009ace; }


	@media (max-width: 767px) {
		
		#vs-braces-table.merit .center img { width:50%; }
		#vs-braces-table.merit p.dark { margin:0 0 20px; }
		.featureIntro .image-blurb img { max-width:50%; }
		.feature_lead { font-size:16px; }
		.featureIntro .second h2 { font-size:18px; margin:1.5% auto 50px; }
		.featureIntro .second h2 br { display:none; }
		.featureNew .slider .slider-nav-wrap .slick-track { display:flex; flex-wrap:wrap; justify-content:center; }
  	.featureNew .slider .slider-nav-wrap .slider-nav .slick-slide { width:30% !important; margin-right:2.5%; margin-bottom:20px; }
  	.featureNew .sp-slide img { width:60%; }
  	.featureNew .sp-slide span { top:0; }
  	.featureNew .slideTitle { font-size:1rem; }
  	.featureNew .sp-slide span sup, .slideTitle sup { font-size:1.0rem; top:0px; }
	
	}

/* LOGIN page */

.loginPage .row { margin:0 4%; }
.loginPage fieldset { display:flex; padding:10px 0 0; margin:0 0 20px; }
.loginPage button { position:relative; top:0; left:10px; }
.loginPage input { border: 1px solid #009ace; border-radius:2px; width:70%;  padding:10px; color:#333; font-size:16px; }
.loginPage .row p { font-size:1.2em; }
.loginPage .row span { display:block; opacity:0.8; }

	@media (max-width: 767px) {
		
		.seminar-drBg .bg_main_title h1 br:last-child { display:block; }
		.loginPage fieldset { display:block; padding:10px 0 0; margin:0 0 20px; }
		.loginPage button { left:0px; }
		.loginPage input { width:100%; margin-bottom:20px; font-size:16px; }
		.loginPage .dr_courseBox .courseName p::after { top:45%; }
		.loginPage .row p { font-size:1.0em; }
		
	}




/* bootstrap setting added
------------------------------------------------------- */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/* Footer
------------------------------------------------------- */

#footer {
  background: url(/assets/images/bg_brown.png) repeat top center / 100% auto;
  padding-top: 40px;
  padding-bottom: 20px;
 
}
#footer .onlySp { display:none; }
#footer .onlyPc { display:block; }

#footer ul.pushdown {
	margin: 0px 0 1.5em;
}
#footer ul.pushdown a {
  border:1px solid #b2b4b2;
  color:#b2b4b2;
  border-radius:0;
  text-align:left;
  padding:10px;
}

	#footer .pushdown div:first-child {	width:26%; }
	#footer .pushdown div:nth-child(2) { width:27%; }
	#footer .pushdown div:nth-child(3) { width:22%; }
	#footer .pushdown div:last-child { width:25%; }
	#footer .pushdown div:last-child a { width:100%; }
	
	#footer .pushdown div.w100 { width:100%; }
	

#footer ul.pushdown li {
  position:relative;
}
#footer ul.pushdown i {
  position:absolute;
  top:40%;
  right:3%;
}

#footer .logo {
  float: left;
  margin-bottom: 20px;
}
#footer h5 {
  color: #959595;
  font-weight: normal;
}
#footer h5 > a {
	color: #959595;
	text-decoration: none;
}
#footer h5 > a:hover {
  color: #0096d6;
  text-decoration: underline;
}

#footer p,
#footer ul {
  color: #363636;
  margin: 15px 0 1.5em;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
  line-height: 1.25;
}
#footer ul > li {
  margin-bottom: 12px;
}
#footer a.cat {
  color: #fff;
  text-decoration: none;
  font-size:14px;
}
#footer a.cat:hover {
	color:#0096d6;
}
.footer-links.fixedheight {
	height: 125px;
	overflow: visible;
}
.footer-links a {
  color:#b2b4b2;
  text-decoration: none;
}
.footer-links a:hover {
  color: #b2b4b2;
  text-decoration: underline;
}
#footer .w100 {
	width:100%;
	margin-top:10px;
}
#footer .w100 .footer-links li {
	width:100%;
	margin-top:0px;
	float:none;
}
#footer .pushdown .w100 .footer-links li {
    text-align: left;
    float: none;
    width: 100%;
}

.copyright {
  color: #707372;
  text-align: center; text-align: left;
  padding-top: 40px;
  font-size: 0.85em;
  line-height: 1.5em;
}
.copyright a { text-decoration:none; }
.copyright .left { float:left; }
.copyright .right { text-align:right; }

.scrolltop {
	display:none;
  font-size: 13px;
  background:rgba(0,154,206,0.8);
  border-radius:50px;
  width: 70px;
	height: 70px;
	text-align:center;
	position:fixed;
	z-index:10;
	bottom:50px; 
	right:50px;
}
.scrolltop:active,
.scrolltop:focus {
  color: inherit;
  text-decoration: none;
}
.scrolltop:hover {
  background:rgba(36,184,234,0.8);
  color: #fff;
  text-decoration: none;
}
.scrolltop > .glyphicon {
  top: 2px;
}
.scrolltop a { 
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	width: 70px;
	height: 70px;
	color:#fff;
	text-decoration:none; 
	position:relative; 
	top:5px;
	transition:0.3s; 
}
.scrolltop a:before {
	content:"";
	position:absolute;
	top:15px;
	left:30px;
	width:3px;
	height: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); padding:5px;
}

	@media (max-width: 1000px) { 

	  #footer .pushdown { margin-top: 30px; }
	  .footer-links.fixedheight { height:auto; }
	  #footer .pushdown div { margin-bottom:10px; font-size:0.9em; }
		#footer .pushdown div:first-child { width:30%; clear:left; }
		#footer .pushdown div:nth-child(2) { width:40%; }
		#footer .pushdown div:nth-child(3) { width:30%; }
		#footer .pushdown div:nth-child(4) { width:50%; margin:0 auto; }
		
		#footer .pushdown div:last-child { width:100%; clear:both; }
		#footer .pushdown div:last-child li { text-align:center; float:left; width:49%; }
		#footer .pushdown div:last-child li a { width:100%; padding:2%; text-align:center; }
		#footer .pushdown div:last-child li a br { display:none; }
		#footer .pushdown div:last-child li:last-child { float:right; }
		#footer .pushdown div.w100 li a { padding:0%; }
		
		.copyright { padding-top:0; }
		.copyright .left { float:none; width:100%; text-align: center; margin:20px 0; }
		.copyright .right { display:block; text-align:center; width:100%; }
		#footer h5 { font-size:0.9em; }
	}

	@media (max-width: 767px) { 

		#footer .logo { width:200px; height:auto; }  
		#footer {  background: url(/assets/images/bg_brown.png) repeat top center; padding-top:20px; padding-bottom:20px; }
		#footer .pushdown { margin-top:0px; }
		#footer .pushdown div:first-child { width:50%; }
		#footer .pushdown div:nth-child(2) { width:50%; }
		#footer .pushdown div:nth-child(3) { width:50%; clear: left; }
		#footer .pushdown div:last-child li { text-align:center; float:none; width:100%; }
		#footer .pushdown div.w100 { width:100%; }
		
		#footer .onlySp { display:block; }
		#footer .onlySp ul { margin-top:0; }
		#footer .onlyPc { display:none; }
		
		.copyright .left { margin:0 0 10px 0; }
		.copyright .right { font-size:10px; }
		.scrolltop { display:none!important; }
		
	}

	@media screen and (max-device-width:320px) {
	  body { font-size:13px; }
	  .block { padding-bottom:50px; padding-top:50px; }
	  .btn { padding:13px 10px; }
	  #footer .pushdown div:last-child li a { font-size:10px; }
	  .home a.btn-default { padding:13px 10px; width:100%; font-size:13px; }
	  .home a.btn-social { padding:13px 10px; width:80%; }
	  #home-blade-getstarted.block a.btn { padding:13px 10px; }
	  #home-blade-getstarted .carousel-cell { width:90%; }
	}

	@media only screen and (max-device-width:320px) and (orientation:landscape) {
	  #home-blade-getstarted.block { padding-top:70px; height:155%; }
	}


/* Search
------------------------------------------------------- */

#search-results {
  list-style: none;
  padding: 0;
}
#search-results > li {
  border-top: 2px dotted #ddc;
  padding: 20px 0;
}
#search-results .title {
  margin: 0 0 5px;
}
#search-results .title a {
  color: #363636;
  text-decoration: none;  
}
#search-results .desc {
  margin-bottom: 1em;
}

#results-search-bar .form-control {
  padding-left: 15px;
  height: 50px;
}
#results-search-bar .form-control-feedback {
  top: 16px;
  right: 8px;
  opacity: 0.5;
}
#results-search-count {
  padding: 15px 0 20px;
  text-align: center;
}


/* FAQs
------------------------------------------------------- */

.faqs-area {
  padding: 50px 0 30px;
}
.faqs-area h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.faqs-list {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
.faqs-list ul {
  list-style: disc;
}

.faqs-category {
  display: none;
}

/* collapse */
.collapse-button {
  background: 0;
  padding: 5px 5px 5px 23px;
  text-align: left;
  white-space: normal;
}
.collapse-button > .icon-plus {
  font-size: 10px;
  float: left;
  margin-left: -25px;
  margin-top: 0;
  padding: 4px;
  border-radius: 50%;
  background-color: #ededed;
  color: #363636;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.collapse-button.collapsed > .icon-plus {
  background-color: #0096d6;
  color: #fff;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.collapse-button,
.collapse-button:hover,
.collapse-button:focus,
.collapse-button:active {
  outline: 0 !important;
  box-shadow: none;
  color:#0096d6;
}
.collapse-button.collapsed,
.collapse-button.collapsed:hover,
.collapse-button.collapsed:focus,
.collapse-button.collapsed:active {
  color:#363636;
}

.collapse-inner {
  padding-left: 23px;
  padding-bottom: 30px;
}


/* How do i get it
------------------------------------------------------- */
@media (min-width: 992px) {
		h2.mtop-0 {
		margin-top: 0;	
	}
}
@media (max-width: 767px) {
	.img-125 {
		display: inline-block;
		max-width: 125px;
	}
	.center-xs {
			text-align: center;	
		}
}

/* Will it work
------------------------------------------------------- */

@media (max-width: 767px) {
	.bite-holder {
		text-align: center;
	}
	.bite-holder .collapse-inner {
		padding-left: 0;
	}
}


/* Responsive Center Block
------------------------------------------------------- */

.responsive-center-image {
  text-align: center;
}
.responsive-center-image > img {
  display: inline-block;
}
.responsive-center-text {
  text-align: left;
}
@media (max-width: 991px) {
  .responsive-center-image > img {
    max-width: 125px;
  }
  .responsive-center-text {
	  text-align: center;
  }
}


/* AddThis
------------------------------------------------------- */
.atss,
.at-share-open-control-left {
	top: 200px !important;
}


/* General animations
------------------------------------------------------- */

.staggered-fadein .stagger {
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
}
.staggered-fadein.in .stagger {
  opacity: 1;
}

.carouselWrapper .stagger {
	-webkit-transition: opacity 0.7s ease-out;
          transition: opacity 0.7s ease-out;
}


/* Keyframes
------------------------------------------------------- */

@-webkit-keyframes arrowbounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  25% {
    -webkit-transform: translateY(-3px);
    -webkit-animation-timing-function: linear;
  }
  75% {
    -webkit-transform: translateY(3px);
    -webkit-animation-timing-function: linear;
  }
}
@keyframes arrowbounce {
  0%, 50%, 100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  25% {
    transform: translateY(-3px);
    animation-timing-function: linear;
  }
  75% {
    transform: translateY(3px);
    animation-timing-function: linear;
  }
}


/* use this when fading in from display:none */
@-webkit-keyframes fadein {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}
@keyframes fadein {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}

/* only use for the submenu */
@-webkit-keyframes submenu-fadein {
  0%    { opacity: 0; max-height: 0; }
  100%  { opacity: 1; max-height: 100px; }
}
@keyframes submenu-fadein {
  0%    { opacity: 0; max-height: 0; }
  100%  { opacity: 1; max-height: 100px; }
}


@media print {
  #footer,
  #test-tease-block,
  #getanswers-block,
  #getinfopack-block,
  #findadoctor-block {
    display:none;
  }
}



/* added by -tee- */

.request-container {
  display: none;
}
.request-container.visible {
  display: block;
  margin-top: 50px;
}
.findprovider-page #map-wrapper {
  margin-bottom: 0;
}


/* jp style */

.clr:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clr { min-height:1px; clear:both; }
* html .clr { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }

#entrance { margin-top:-90px; background:url(/assets/images/bg-top.jpg) no-repeat top center / cover;padding:15% 0; }
#entrance h1 { font-size:45px;margin:0 0 10px; }
#entrance span { font-size:0.9em; }
#entrance h1 span { display:block; font-size:20px; font-weight:normal; margin-top:10px; }
#entrance .bg_main_title { float:right; text-align:left; color:#fff; }
ul.entranceBtn { list-style:none outside;width:100%;margin:30px auto; padding-left:0px; }
ul.entranceBtn li:first-child { width:48%;float:left;  }
ul.entranceBtn li:last-child { width:48%;float:right; }
ul.entranceBtn li a { width:100%; padding:20px 0 15px; font-size:1.5em; position:relative; border-radius:2px; }
ul.entranceBtn li img { display:inline-block; margin:0px auto 5px;text-align:center; }
ul.entranceBtn li i { position:absolute; right:5%; top:40%; }

.recruitBtn { max-width:50%; margin:0 auto; }
.recruitBtn a { display:table; width:100%; padding-top:20px; padding-bottom:20px; }
.recruitBtn .row { display:table-cell; vertical-align:middle; }
.recruitBtn .row_txt { text-align:left; width:80%; }
.recruitBtn .row span { display:block; }
.recruitBtn .row_arrow { text-align:right; width:1em; }

#aboutUs h2 { font-size:1.8em;line-height: 31px; margin-bottom:30px;}
#aboutUs p:first-of-type { display:inline-block;  }
#aboutUs p.xs { font-size:12px; }
#aboutUs .note span { font-size:14px; display:block; margin-bottom:5px; color:#3d3935; }



.lightbox { display: none; }
.lightbox h2 { font-size:2em; text-align:center; border-bottom:2px dotted #d3d3d3; padding-bottom:30px; margin-bottom:30px; color:#0096d6; }
.lightbox dl dt, .info dl dt { font-size:1.2em; color:#0096d6; font-weight:normal; padding-bottom:20px; }
.lightbox dl dd, .info dl dd { margin-bottom:40px; line-height:1.5; }
.lightbox dl dd ul, .info dl dd ul { margin:20px 0; }
.lightbox dl dd table, .info dl dd table { border:1px solid #d3d3d3;border-collapse:separate; border-spacing:1px;width:100%; }
.lightbox dl dd table th, .info dl dd table th { width:200px; background:#efefef; }
.lightbox dl dd table th,.lightbox dl dd table td,
.info dl dd table th,.info dl dd table td { padding:10px 20px; border-bottom:1px solid #d3d3d3; }
.lightbox dl dd table tr:last-child th, .lightbox dl dd table tr:last-child td,
.info dl dd table tr:last-child th, .info dl dd table tr:last-child td { border-bottom:none; }
.info .col-md-12 { padding:0 30px; }

	@media (max-width: 991px) {
		#entrance.masthead.mainBg .bg_main_title { width: 50%; }
		.recruitBtn { max-width:70%; margin:0 auto; }
		#entrance h1 { font-size:40px; }
	}
	
	@media (max-width: 1200px) { 
		#entrance.w100 { margin-top:-20px; }
		ul.entranceBtn li a { font-size:1.2em; }
	}

	@media only screen and (max-width: 767px) {

		.btn { padding:13px 30px; width:100%; }
		#meta-nav > div { display: block; }
		
		#entrance { margin-top:-50px; background:url(/assets/images/bg-top-sm.jpg) no-repeat top center / 100% auto; padding:0; }
		#entrance h1 { font-size:1.8em; }
		#entrance h1 span { font-size:14px; }
		
		#entrance.masthead.mainBg .bg_main_title { width: 100%; }
		ul.entranceBtn li a { font-size:0.9em; }
		ul.entranceBtn li img { display:block; }
		
		.recruitBtn { max-width:100%; margin:0 auto; }
		.recruitBtn a { padding-right:10px; padding-left:10px; }
		.recruitBtn .row_icon { padding-right:10px; }
		
		#aboutUs h2 { font-size:1.4em;}
		.lightbox h2 { font-size:1.6em; }
		.lightbox dl dt:first-child { font-size:1.1em; color:#0096d6; font-weight:normal; padding-bottom:20px; }
		.lightbox dl dd table th { width:140px; padding:10px 10px; }
		
		.info .col-md-12 { padding:0 15px; }
		
	}

	@media only screen and (min-width: 641px) {
		#meta-nav a.btn { width:auto; }
	}
	@media only screen and (max-width: 640px) {
		
		#meta-nav a.btn { width:100%; margin:1% 0; }
		#country-select { width:100%; }
		
	}


#primary-nav .submenu a:hover, #primary-nav .submenu a.active {
    background-color: #0096d6; background:rgba(0,154,206,0.8); color: #fff;
}
#primary-nav .has-submenu > a { font-size:14px; }
#primary-nav li:not(.has-submenu) { font-weight:normal; text-align:left; }


#p_index .fleft { width:50%; float:left; }
#p_index .fright { width:50%; float:right; }
#p_index h3 { font-weight:bold; }


#feature_merit .fleft { width:50%; float:left; }
#feature_merit .fright { width:50%; float:right; border-left: 2px dotted #cecece; }
#feature_merit h2 { padding:0 30px 10px; }
#feature_merit .col-md-4 { width:100%;float:none; }
#feature_merit .col-md-4 p { padding:0 90px; }

	@media (max-width: 1000px) { 
		#feature_merit .fleft, #feature_merit .fright { float:none; width:100%; border:none; margin:0 auto; }
		#feature_merit .col-md-4 p { padding:0 10%; }
		
		#p_index .fleft, #p_index .fright { float:none; width:100%; border:none; margin:0 auto; }
		#p_index .col-md-4 p { padding:0 10%; }
	}

.system_course { padding:0; margin:0 auto 50px; }
.system_course .system_courseBg { background:url(../images/img_system_course.jpg) no-repeat center 13% / 100% auto; padding:30% 0 0; margin:0 auto; }
.system_course .container { width:100%; background:#0096d6; }

.system_course .col-md-12 { padding:50px 0; }
.system_course h1, .system_course p { color:#fff; }
.system_course p { font-size:1.3em; line-height:30px; }
.system_course a.btn, .large a.btn { padding:13px 100px; }

.system_course p.target { font-size:1.0em; border:1px solid #fff; border-radius:30px; width:auto; display:inline-block; padding:5px 35px; margin-bottom:30px; }
.system_course p.target span { font-size:0.8em; }

.system_course_info_day { border-bottom:1px dotted #e4e4e4; }
.system_course_info_day strong { color:#0096d6; font-size:28px; font-weight:bold; line-height:25px; margin-bottom:20px; display:block; }
.system_course_info_day p { color:#666; font-size:15px; font-weight:normal; line-height:30px; }

.system_courseBox .dayTitle { margin:0 auto 15px; display:table; width:100%; }
.system_courseBox .dayTitle p { display:table-cell; text-align:left; vertical-align:middle; color:#0096d6; font-size:40px; margin:0 auto; line-height:1.2; font-family: 'NeueHaasGrotesk'; }
.system_courseBox .second .dayTitle p, .system_courseBox .second .dayTitle span { color:#171c8f; }
.system_courseBox .dayTitle span { font-size:20px; margin-top:5px; display:table-cell; text-align:right; color:#0096d6; }

.system_courseBox .courseTitle strong { font-size:1.4em; font-weight:bold; color:#0096d6; border-bottom:3px solid #0096d6; line-height:25px; margin-bottom:15px; padding-bottom:15px; display:block; text-align:left; }
.system_courseBox .second .courseTitle strong { color:#171c8f; border-bottom:3px solid #171c8f; }
.system_courseBox .courseTitle span { font-size:14px; font-weight:normal; display:block; color:#363636; }
.system_courseBox .courseTitle p { height:4em; }
.system_courseBox { margin:50px auto 80px; background: url('/assets/images/bg_dot_v.png') repeat-y 50.2% 0; }
.system_courseBox .fleft { float:left; width:45%; }
.system_courseBox .fright { float:right; width:45%; }
.system_courseBox .timeSchedule { padding:0 20px 0 0px; height:650px; overflow-x:hidden; overflow-y:scroll; }
.system_courseBox .timeSchedule ul { list-style:none outside; padding:0; }
.system_courseBox .timeSchedule ul li { border:1px solid #ececec; border-radius:5px; margin-bottom:8px; padding:20px; background:#fff; }
.system_courseBox .timeSchedule ul li.unavailable { background:#d8d7d7; background: rgba(204,204,204,0.5); }
.system_courseBox .timeSchedule ul li.unavailable > * :not(.statusBtn) { opacity: 0.5; }

.system_courseBox .timeSchedule ul li:after { content: "."; display:block;clear: both; height:0; visibility:hidden; }
.system_courseBox .timeSchedule ul li { min-height:1px; }
* html .system_courseBox .timeSchedule ul li { height:1px; /*\*//*/ height: auto; overflow: hidden; /**/ }

.system_courseBox .timeSchedule ul li .left { width:65%; float:left; }
.system_courseBox .timeSchedule ul li .right { width:35%; float:left; padding-left:20px; }
.system_courseBox .timeSchedule p { margin:0; }
.system_courseBox .timeSchedule p.year { font-size:1.1em; }
.system_courseBox .timeSchedule p.date { font-size:1.8em; color:#00a2e6; margin:0 0 10px 0; }
.system_courseBox .timeSchedule p.date span { font-size:0.8em; }
.system_courseBox .timeSchedule .statusBtn { border:1px solid #00a2e6; border-radius:15px; display:block; text-align:center; text-decoration:none; padding:8px 0; line-height:1; font-size:0.9em; }
.system_courseBox .timeSchedule p.area { position:relative; padding-left:18px; color:#00a2e6; font-size:1em; }
.system_courseBox .timeSchedule p.area:before { content:""; position:absolute; top:3px; left:0; width:12px; height:16px; background:url(../images/ico_map1.png) no-repeat top center; display:block; }
.system_courseBox .timeSchedule p.time { position:relative; padding-left:18px; margin:15px 0; font-size:1em; }
.system_courseBox .timeSchedule p.time:before { content:""; position:absolute; top:4px; left:0; width:16px; height:16px; background:url(../images/ico_time.png) no-repeat top center; display:block; }
.system_courseBox .timeSchedule a.pdfBtn { background:#00a2e6; color:#fff; display:block; text-align:center; text-decoration:none; padding:6px 0; border-radius:2px; font-size:0.9em; line-height:1; }
.system_courseBox .timeSchedule a.pdfBtn:hover { color:#fff; background:#0053b5; }

.system_courseBox .second .timeSchedule p.date  { color:#171c8f; }
.system_courseBox .second .timeSchedule .statusBtn { color:#171c8f; border:1px solid #171c8f; }
.system_courseBox .second .timeSchedule p.area { color:#171c8f; }
.system_courseBox .second .timeSchedule p.area:before { background:url(../images/ico_map2.png) no-repeat top center; }

.system_courseBox .timeSchedule ul li.unavailable p.date  { color:#666; }
.system_courseBox .timeSchedule ul li.unavailable .statusBtn { color:#e03c31; border:1px solid #e03c31; }
.system_courseBox .timeSchedule ul li.unavailable p.time { opacity:0.5; }

.seminarBox { margin:0px 0 0px; padding:20px 0 50px; }
.seminarBox .clr { padding:20px 0; border-top:1px solid #e4e4e4; }
.seminarBox h2 { font-size:40px; margin-bottom:40px; }
.seminarBox dl {}
.seminarBox h2:last-of-type { margin-top:80px; }
.seminarBox .ttl { color:#359ad9; font-size:1.4em; font-weight:normal; line-height:25px; padding:0px 0 0px 0px; margin-bottom:12px; }
.seminarBox .ttl span { font-size:15px; }

.seminarBox dd:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.seminarBox dd { min-height:1px; clear:both; padding:0px; margin-bottom:40px; }
* html .seminarBox dd { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }

.seminarBox dd:last-child { margin-bottom:0px; }

.seminarBox .fleft { float:left; }
.seminarBox .fleft.month { width:150px; }
.seminarBox .fleft.month p { background:#0096d6; text-align:center; color:#fff; font-size:40px; height:110px; padding:20px 0 0; width:110px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; line-height:1.2; }
.seminarBox .fleft.month span { font-size:14px; }
.seminarBox .fleft.month span:last-child { display:block; }
.seminarBox .fleft:nth-child(2) { }

.seminarBox dl { float: left; width: auto; }

.seminarBox .fleft.information ul { list-style:none outside; margin:0; padding:0; float:left; width:650px; }
.seminarBox .fleft.information ul li { display:block; }
.seminarBox .fleft.information ul li span { float:left; color:#727680; width:90px; padding:3px 0 3px 0px; clear:both; font-weight:bold;  }
.seminarBox .fleft.information ul li p { width:80%; margin-left:90px; margin-bottom: 5px; padding:3px 5px 3px 10px; border-left:1px solid #999; }

.seminarBox .fright { width:300px; float:right; }
.seminarBox .fright a.btn { width:100%; }

.seminarBox_btm { background:#fff; padding:30px; position:relative; margin:3% 0 55px; }
.seminarBox_btm.no_line { border:none; }

.seminarBox_btm .textWrap { display:inline-block; margin:0; vertical-align:top; }
.seminarBox_btm p.arrow {  position:relative; padding-left:25px; margin:0; }
.seminarBox_btm p.arrow:before { position:absolute; top:3px; left:0; content:""; width:18px;height: 18px; -webkit-border-radius: 50%; border-radius: 50%; background: #0096d6; }
.seminarBox_btm p.arrow:after { position:absolute; top:8px; left:4px; content:""; width:7px; height:7px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.seminarBox_btm p span { font-size:12px; display:block; margin-top:5px; }
.seminarBox_btm p.btnWrap { display:inline-block; margin:0; width:250px; vertical-align: top;}
.seminarBox_btm p.btnWrap a { width:100%; }

.justify-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width:768px) {
  .seminarBox_btm p.btnWrap { max-width:250px;}
  .medium-text-right {
    text-align: right;
  }
  .medium-row-gutter-10px,
  .medium-row-gutter-20px,
  .medium-row-gutter-30px,
  .medium-row-gutter-40px,
  .medium-row-gutter-60px,
  .medium-row-gutter-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-row-gutter-10px>[class*=col-],
  .medium-row-gutter-20px>[class*=col-],
  .medium-row-gutter-30px>[class*=col-],
  .medium-row-gutter-40px>[class*=col-],
  .medium-row-gutter-60px>[class*=col-],
  .medium-row-gutter-collapse>[class*=col-] {
    position: relative;
    width: 100%;
    min-height: 1px;
  }
  .medium-row-gutter-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-row-gutter-10px {
    margin-left: -5px;
    margin-right: -5px;
  }
  .medium-row-gutter-10px>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .medium-row-gutter-20px {
    margin-left: -10px;
    margin-right: -10px;
  }
  .medium-row-gutter-20px>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .medium-row-gutter-30px {
    margin-left: -15px;
    margin-right: -15px;
  }
  .medium-row-gutter-30px>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .medium-row-gutter-40px {
    margin-left: -20px;
    margin-right: -20px;
  }
  .medium-row-gutter-40px>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .medium-row-gutter-60px {
    margin-left: -30px;
    margin-right: -30px;
  }
  .medium-row-gutter-60px>[class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .medium-row-gutter-10px>.medium-col-3of12,
  .medium-row-gutter-20px>.medium-col-3of12,
  .medium-row-gutter-30px>.medium-col-3of12,
  .medium-row-gutter-40px>.medium-col-3of12,
  .medium-row-gutter-60px>.medium-col-3of12,
  .medium-row-gutter-collapse>.medium-col-3of12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-row-gutter-10px>.medium-col-4of12,
  .medium-row-gutter-20px>.medium-col-4of12,
  .medium-row-gutter-30px>.medium-col-4of12,
  .medium-row-gutter-40px>.medium-col-4of12,
  .medium-row-gutter-60px>.medium-col-4of12,
  .medium-row-gutter-collapse>.medium-col-4of12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .medium-row-gutter-10px>.medium-col-5of12,
  .medium-row-gutter-60px>.medium-col-5of12,
  .medium-row-gutter-collapse>.medium-col-5of12,
  .row-gutter-20px>.medium-col-5of12,
  .row-gutter-30px>.medium-col-5of12,
  .row-gutter-40px>.medium-col-5of12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .medium-row-gutter-10px>.medium-col-6of12,
  .medium-row-gutter-20px>.medium-col-6of12,
  .medium-row-gutter-30px>.medium-col-6of12,
  .medium-row-gutter-40px>.medium-col-6of12,
  .medium-row-gutter-60px>.medium-col-6of12,
  .medium-row-gutter-collapse>.medium-col-6of12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-row-gutter-10px>.medium-col-7of12,
  .medium-row-gutter-20px>.medium-col-7of12,
  .medium-row-gutter-30px>.medium-col-7of12,
  .medium-row-gutter-40px>.medium-col-7of12,
  .medium-row-gutter-60px>.medium-col-7of12,
  .medium-row-gutter-collapse>.medium-col-7of12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .medium-row-gutter-10px>.medium-col-8of12,
  .medium-row-gutter-20px>.medium-col-8of12,
  .medium-row-gutter-30px>.medium-col-8of12,
  .medium-row-gutter-40px>.medium-col-8of12,
  .medium-row-gutter-60px>.medium-col-8of12,
  .medium-row-gutter-collapse>.medium-col-8of12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .medium-row-gutter-10px>.medium-col-9of12,
  .medium-row-gutter-20px>.medium-col-9of12,
  .medium-row-gutter-30px>.medium-col-9of12,
  .medium-row-gutter-40px>.medium-col-9of12,
  .medium-row-gutter-60px>.medium-col-9of12,
  .medium-row-gutter-collapse>.medium-col-9of12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-row-gutter-10px>.medium-col-10of12,
  .medium-row-gutter-20px>.medium-col-10of12,
  .medium-row-gutter-30px>.medium-col-10of12,
  .medium-row-gutter-40px>.medium-col-10of12,
  .medium-row-gutter-60px>.medium-col-10of12,
  .medium-row-gutter-collapse>.medium-col-10of12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .medium-row-gutter-10px>.medium-col-11of12,
  .medium-row-gutter-20px>.medium-col-11of12,
  .medium-row-gutter-30px>.medium-col-11of12,
  .medium-row-gutter-40px>.medium-col-11of12,
  .medium-row-gutter-60px>.medium-col-11of12,
  .medium-row-gutter-collapse>.medium-col-11of12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .medium-row-gutter-10px>.medium-col-12of12,
  .medium-row-gutter-20px>.medium-col-12of12,
  .medium-row-gutter-30px>.medium-col-12of12,
  .medium-row-gutter-40px>.medium-col-12of12,
  .medium-row-gutter-60px>.medium-col-12of12,
  .medium-row-gutter-collapse>.medium-col-12of12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.seminar-contents {
  padding-bottom: 100px;
}


 /*
 導入コースの流れ
 */
.introduction-course-flow{

}
@media (min-width: 768px) {
  .introduction-course-flow{
    max-width: 800px;
    margin: auto;
    margin-bottom: 40px;
  }
}
.introduction-course-flow-item{
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) {
  .introduction-course-flow-item{
    padding: 40px 50px;
  }
}
.introduction-course-flow-item:nth-child(even){
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .introduction-course-flow-item-row{
    display: flex;
  
  }
  .introduction-course-flow-item-col{
  
  }
  .introduction-course-flow-item-col:nth-child(1){
    flex: 0 0 130px;
    margin-right: 20px;
  }
  .introduction-course-flow-item-col:nth-child(2){
    flex: 1 0 0;
  }
}

.introduction-course-flow-item-figure{
  max-width: 100px;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .introduction-course-flow-item-figure{
    max-width: 130px;
    margin-bottom: 0;
  }
}

.introduction-course-flow h2 {
  font-size:16px;
  color:#0096d6; 
  position:relative;
  font-weight: bold;
}
@media (min-width: 768px) {
  .introduction-course-flow h2 {
    margin-top: 0;
    font-size: 20px;
  }
}
.introduction-course-flow-item-mark{
  border: solid 1px #0096d6;
  border-radius: 9999px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  margin-right: 10px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .introduction-course-flow-item-mark {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}

.introduction-course-flow-item{
  position: relative;
}
.introduction-course-flow-item-arrow{
  position:absolute; 
  top: 100%; 
  left:0; 
  right: 0;
  z-index: 1;
  margin: auto;
  transform: translateY(-50%);
  width: 32px; 
  height: 32px; 
  border-radius:30px;	
  display:block; 
  background:#0096d6; 
  color:#fff;
  line-height:2.8;
  text-align:center; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduction-course-flow-item-topic{
  display: block;
  border: solid 1px #0096d6;
  color: #0096d6;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1.5;
  font-weight: normal;
  border-radius: 3px;
  margin: 15px auto;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .introduction-course-flow-item-topic{
    border: solid 2px #0096d6;
    padding: 15px 15px;
    font-size: 18px;
  }
}
.introduction-course-flow-item-tag{
  display: inline-block;
  padding: 2px 5px;
  background-color: #0096d6;
  color: #fff;
  min-width: 3.5em;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
}
.introduction-course-flow-item-tag--gray{
  background-color: #666666;
}
@media (min-width: 768px) {
  .introduction-course-flow-item-tag{
    font-size: 17px;
    padding: 5px 5px;
    margin: 0 0 0 5px;
  }
}


.seminar-note-list { margin-top:1em; }
.seminar-note-list ul { margin:0; padding:0; list-style:none; }
.seminar-note-list li { padding-left:1em; text-indent: -1em; font-size:12px;}

.seminar-system-course-table {
  border-collapse:collapse;
  border-spacing:0;
  border-color:#666;
  width: 100%;
}
.seminar-system-course-table th {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  border-bottom: 4px solid #666;
  border-left: 2px solid #666;
  font-size:18px;
  line-height:1.2;
  font-weight:normal;
  padding:10px 5px;
  overflow:hidden;
  word-break:normal;
  color:#fff;
  background-color:#757678;
  text-align:center;
}
.seminar-system-course-table th span {
  font-size:15px;
}
.seminar-system-course-table tr.even td {
  background-color:#dcdcdc;
}
.seminar-system-course-table td {
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  font-size:16px;
  line-height:1.2;
  padding:10px;
  overflow:hidden;
  word-break:normal;
  background-color:#fff;
}
.seminar-system-course-table tr td:first-of-type {
  border-left: 4px solid #666;
}
.seminar-system-course-table tr td:nth-child(2) {
  border-left: 2px dotted #666;
}
.seminar-system-course-table tr td:last-of-type {
  border-right: 4px solid #666;
}
.seminar-system-course-table tr.even td {
  /* border-bottom: 4px solid #666; */
}
.seminar-system-course-table tr:last-of-type td {
  border-bottom: 4px solid #666;
}
.seminar-system-course-table td > span {
  padding-right:1em;
}

@media (min-width: 768px) {
  .seminar-system-course-table td > span:nth-child(1) {
    min-width: 12em;
    display: inline-block;
  }
}

.seminar-system-course-table .status {
  width:53px;
  height:53px;
  color:#fff;
  margin:auto;
  display:table;
}
.seminar-system-course-table .status span {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  font-size:14px;
}
.seminar-system-course-table .accepting {
  background-color:#009ace;
}
.seminar-system-course-table .closesoon {
  background-color:#e72f2f;
}
.seminar-system-course-table .closed {
  background-color:#000;
}
.seminar-system-course-table .reception-closed {
  background-color:#666;
}
@media (max-width: 767px) {
  .seminar-system-course-table td > span {
    padding-right:0;
    display:block;
    text-align: center;
  }
}

.seminar-system-course-detail-content em { font-style: normal; font-weight:bold; text-decoration: underline; }
.seminar-course-followup-heading { color:#666; }
@media (min-width: 768px) {
  .seminar-course-followup-flow-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    box-sizing: content-box;
  }
  .seminar-course-followup-flow-item-arrow{
    position:absolute;
    top:85px;
    right: -20px;
    content:"";
    width:32px;
    height: 32px;
    border-radius: 50%;
    background: #0096d6;
  }
  .seminar-course-followup-flow-item-arrow::after {
    position:absolute;
    margin: auto;
    content:"";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width:10px;
    height:10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  } 
  
  .seminar-course-followup-flow-item:last-of-type::before,
  .seminar-course-followup-flow-item:last-of-type::after {
    content: none;
  }
  .seminar-course-followup-flow-item p {
    font-size: 13px;
  }
  .circle {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #a2a3a3;
  }
  .circle.step01 {
    background-color: #bd9a53;
  }
  .circle span {
    color: #fff;
    line-height: 1.5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 97%;
    text-align: center;
  }
  .circle span em {
    font-style: normal;
    font-size: 20px;
    line-height: 1.0;
  }
}
@media (max-width: 767px) {
  .seminar-course-followup-flow-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: auto;
  }
  .seminar-course-followup-flow-item.row > .col-xs-6{
    padding-left: 10px;
    padding-right: 10px;
  }
  .seminar-course-followup-flow-item-arrow{
    position: relative;
    margin: 15px auto;
    content:"";
    width:32px;
    height: 32px;
    border-radius: 50%;
    background: #0096d6;
  }
  .seminar-course-followup-flow-item-arrow:before{
    position:absolute;
    margin: auto;
    content:"";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width:10px;
    height:10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .seminar-course-followup-flow-item:last-of-type .circle::before,
  .seminar-course-followup-flow-item:last-of-type .circle::after {
    content: none;
  }
  .seminar-course-followup-flow-item p {
    font-size: 13px;
  }
  .circle {
    position: relative;
    width: 100%;
    /* height: 100%; */
    margin: 0;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #a2a3a3;
  }
  .circle.step01 {
    background-color: #bd9a53;
  }
  .circle span {
    color: #fff;
    line-height: 1.5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .circle span em {
    font-style: normal;
    font-size: 20px;
    line-height: 1.0;
  }
}












.days{ margin-bottom:40px; }
.seminarBox .days .fleft.month p { background:#24b44d; color:#fff; font-size:38px;}
.seminarBox .days .ttl { color:#24b44d;  }
.seminarBox .days .ttl p { color:#000; font-size:0.8em; padding-top:8px; }

dl.info_etc { margin:8% auto; display:table; width:100%; }
dl.info_etc dt { display:table-cell; vertical-align:middle; width:7.5em; border-right:1px solid #999; font-weight:normal; }
dl.info_etc dd { display:table-cell; padding-left:15px; }
dl.info_etc li { margin:5px 0; font-size:14px; }

p.informText { display:none; }

.dr_courseBox { padding-left:0px; }
.dr_courseBox li { list-style:none outside; border:1px solid #ececec; border-radius:5px; margin-bottom:40px; padding:40px 30px; background:#fff; }
.dr_courseBox li p { margin:0; }
.dr_courseBox .courseName { display:flex; width:100%; justify-content:space-between; margin-bottom:10px; }
.dr_courseBox .courseName p { font-size:1.8em; line-height:1.0; color:#00a2e6; margin:0 0 10px 0; position:relative; padding-left:30px; }
.dr_courseBox .courseName p:before { position:absolute; top:3px; left:0; content:""; width:23px;height: 23px; -webkit-border-radius: 50%; border-radius: 50%; background: #0096d6; }
.dr_courseBox .courseName p:after { position:absolute; top:10px; left:5px; content:""; width:9px; height:9px; border-top:1px solid #fff; border-right:1px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.dr_courseBox .courseDetail { display:table; }
.dr_courseBox .courseDetail > div { display:table-cell; vertical-align:middle; }
.dr_courseBox .courseDetail .left { width:70%; }
.dr_courseBox .courseDetail .left > div { margin-bottom:8px;  }
.dr_courseBox .courseDetail .left p { display:table-cell; padding-left:10px; }
.dr_courseBox .courseDetail .left .date p { font-size:1.3em; line-height:1; }
.dr_courseBox .courseDetail .left span { width:5em; display:table-cell; color:#ccc; position:relative; vertical-align:top; }
.dr_courseBox .courseDetail .left span:after { position:absolute; top:0; right:0; content:":"; color:#ccc; }
.dr_courseBox .courseDetail .right { text-align:right; vertical-align:bottom; }
.dr_courseBox .courseDetail .right .btn { width:230px; padding-right:0; padding-left:0; }


.dr_courseBox a.pdfBtn { background:#009ace; color:#fff; display:inline-block; width:106px; height:25px; text-align:center; text-decoration:none; padding:6px 0; border-radius:0; font-size:0.9em; line-height:1; }
.dr_courseBox a.pdfBtn:hover { color:#fff; background:#24b8ea; }


#igoSystem { height:auto; padding:10% 0; background:url(/assets/images/bg-igo.jpg) no-repeat top center / cover; }
#igoSystem .blade-inner { position:static; }
#igoSystem .col-md-6 { margin-left:50%; }
#igoSystem h2.h1 { color:#c4d700; }
#igoSystem .btn-default { background:#c4d700; border:1px solid #c4d700; color:#3d3935; }
#igoSystem .btn-default:hover { color:#3d3935; background-color:#d8ea1d; border-color:#d8ea1d; }

#gallery { height:auto; /*background:url(/assets/images/bg-gallery.jpg) no-repeat top center / cover;*/ padding:10% 0; }
#gallery .blade-inner { position:static; }
#gallery h2.h1 { color:#009ace; }


	@media (max-width: 1200px) {
		.seminarBox h2 { font-size:1.6em; }

		.seminarBox dl { width:100% }
		.seminarBox .ttl { padding:0; }
		.seminarBox .fleft.month { width:100%; float:none; margin-bottom:30px; }
		.seminarBox .fleft.month p { margin:0 auto; }

		.seminarBox .fleft:nth-child(2) { width:85%; float:left; }
		.seminarBox .fright { width:100%; float:none;text-align:center; }
		.seminarBox .fright a.btn { width:100%; margin:3% auto 0;  }
		.seminarBox .fleft ul li p { width:99%; margin-left:26%; padding:3px 0 3px 10px; }
		.seminarBox .fleft.information ul { width:100%; }

		.seminarBox_btm p:first-child, .seminarBox_btm p:last-child { width:100%; margin:0; }
		.seminarBox_btm p:last-child a { margin:3% auto 0; }
		
		.system_courseBox .courseTitle p { height:5em; }
		.system_courseBox .timeSchedule ul li .left { width:100%; float:none; margin-bottom:20px; }
		.system_courseBox .timeSchedule ul li .right { width:100%; float:none; padding-left:0px; }

	}


	@media only screen and (max-width: 991px) {
		.dr_courseBox .courseDetail { display:block; }
		.dr_courseBox .courseDetail > div { display:block; }
		.dr_courseBox .courseDetail .left { width:100%; }
		.dr_courseBox .courseDetail .right { margin-top:20px; }
		
	}

	@media only screen and (max-width: 767px) {
		.seminarBox .ttl { padding:30px 0 0px 21.5%; padding:20px 0 0 0; }
		.seminarBox .ttl span { display:block; margin-top:1%; }

		.seminarBox .fleft:first-child { width:12%; width:100%; margin:0% 0 0 0;  }
		.seminarBox .fleft:nth-child(2) { width:80%; width:100%; margin-left:5%; margin-left:0%; }

		.seminarBox .fleft:first-child p { margin:10px auto; }
		.seminarBox .fleft ul li p { width:auto; margin-left:26%; padding:3px 0 3px 10px; }

		.seminarBox .fleft ul li,dl.seminarBox .fleft ul li span, dl.seminarBox .fleft ul li p { width:auto; }
		.seminarBox_btm { padding:20px; }
		.seminarBox_btm p:last-child a { width:100%; }
		.seminarBox_btm p.arrow { padding-left:0; text-align: left; }
		.seminarBox_btm .textWrap { display:block; width:100%; }
		.seminarBox .fleft.information ul li p { width:auto; }
		
		.system_course .system_courseBg { background: url(../images/img_system_course.jpg) no-repeat center 13% / 100% auto; padding:50% 0 0; }
		.system_course p { font-size:1em; line-height:1.5; padding:0 5%; }
		.masthead.system_course p br.onlySp { display:block; }
		.system_course_info_day { font-size:1.4em; }
		.system_course_info_day strong { margin-bottom:10px; font-size:1.0em; }
		.system_course_info_day p { font-size:0.7em; line-height:1.5; margin:0 0 30px; }
		.system_course_info_day p br { display:none; }
		.system_courseBox { margin:50px auto 80px; background: none; }
		.system_courseBox .courseTitle p { height:4em; }
		.system_courseBox .fleft,
		.system_courseBox .fright { float:none; width:90%; margin:0 auto; }
		.system_courseBox .fleft { margin-bottom:50px; }
		.system_courseBox .dayTitle p { font-size:30px; }
		.system_courseBox .dayTitle span { font-size:16px; }
		.system_courseBox .timeSchedule { padding:0 20px 0 0px; height:auto; width:auto; overflow-x:scroll; overflow-y:hidden; white-space:nowrap; }
		.system_courseBox .timeSchedule::-webkit-scrollbar { height:10px; }
		.system_courseBox .timeSchedule::-webkit-scrollbar-track { margin:0 2px; background:#ccc; border-radius:5px;}
		.system_courseBox .timeSchedule::-webkit-scrollbar-thumb {border-radius: 5px; background:#666; }
		.system_courseBox .timeSchedule::-webkit-scrollbar-track-piece {background:#efefef; }
		.system_courseBox .timeSchedule { padding:0 20px 0 0px; height:auto; width:auto; overflow-x:scroll; overflow-y:hidden; white-space:nowrap; }

		.system_courseBox .timeSchedule::-webkit-scrollbar { height:10px; }
		.system_courseBox .timeSchedule::-webkit-scrollbar-track { margin: 0 2px; background: #ccc; border-radius: 5px; }
		.system_courseBox .timeSchedule::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; }
		.system_courseBox .timeSchedule::-webkit-scrollbar-track-piece { background: #efefef; }
		
		.system_courseBox .timeSchedule ul { height:auto; }
		.system_courseBox .timeSchedule ul li .left { width:65%; float:left; margin-bottom:0px; }
		.system_courseBox .timeSchedule ul li .right { width:35%; float:left; padding-left:20px; }
		
		
		
		dl.info_etc { padding:0 25px; margin:30px auto 50px; }
		.system_courseBox .timeSchedule ul li { display:inline-block; width:400px; min-height:auto; }
		p.mt02.large { margin:60px 10px; }
		.system_course a.btn, .large a.btn { padding: 13px 50px; }
		
		p.informText { display:block; color:#00a2e6; font-size:12px; text-align:center; margin:10px 0 0; }
		.second p.informText { color:#171c8f; }
		
		.dr_courseBox li { padding:20px 15px; }
		.dr_courseBox .courseName p { font-size:1.4em;line-height:1.3; padding:0 30px; }
		.dr_courseBox .courseName p:before { top:6px; left:0; width:20px; height: 20px; }
		.dr_courseBox .courseName p:after { top:23%; left:5px; content:""; width:7px; height:7px; }

		
		dl.info_etc { margin:8% auto; display:block; width:100%; padding:0 10px; }
		dl.info_etc dt { display:block; vertical-align:middle; width:auto; border-right:none; border-bottom:1px solid #999; padding: 0 0 10px 0; }
		dl.info_etc dd { display:block; padding-left:0px; margin:10px 0; }
		dl.info_etc li { margin:5px 0; font-size:14px; }
		
		#igoSystem { background: url(/assets/images/bg-igo.jpg) no-repeat top center / 150% auto; padding-bottom:0; }
		#igoSystem .col-md-6 { margin-left:0%; }
		#igoSystem #testimonial-1, #gallery #testimonial-1 { padding-top:52%; background: none; }
    #igoSystem .blade-inner-inner { background:#fff; }
    #igoSystem p.light, #gallery p.light { color:#666; }
    
    #gallery { /*background: url(/assets/images/bg-gallery.jpg) no-repeat top center / 150% auto;*/ padding-bottom:0; }

	}

	@media only screen and (max-width: 500px) {

		.system_courseBox .courseTitle p { height:5em; }
		.system_courseBox .timeSchedule ul li { width:250px; padding:10px; }
		.system_courseBox .timeSchedule ul li .left { width:55%; }
		.system_courseBox .timeSchedule ul li .right { width:45%; padding-left:10px;  }
		.system_courseBox .timeSchedule p.date { font-size:1.0em; margin:5px 0; }
		.system_courseBox .timeSchedule p.year,
		.system_courseBox .timeSchedule p.area,
		.system_courseBox .timeSchedule p.time { font-size:0.8em; }
		.system_courseBox .timeSchedule p.time { margin:10px 0; }
		.system_courseBox .timeSchedule .statusBtn,
		.system_courseBox .timeSchedule a.pdfBtn  { font-size:0.7em; }
		
		.dr_courseBox a.pdfBtn { width:50%; }
		.dr_courseBox .courseName p:after { top:19%; }
		.dr_courseBox .courseDetail .right .btn { width:100%!important; }
		
	}

video{ object-fit:cover; }
.profile { margin:50px 0 50px; padding-left:0px; }
.profile span { font-weight:bold; width:10em; display:table-cell; }
.profile p { margin:0; display:table-cell; }
.profile li { list-style:none outside; display:table; width:100%; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #9e9c9a; }


.profile-follow-up-appendix p{ margin: 40px 0; text-align: center; color: #b2b4b2; }


.profileWrap { background-color:rgba(255,255,255,0.1); padding:20px 40px 20px; border-radius:5px; margin-top:8%; }
.profileWrap > .profile { font-size:12px; margin:30px 0 0px; }
.profileWrap > .profile li { border:none; padding-bottom:10px; margin-bottom:10px; }

	@media only screen and (max-width: 767px) {
		.profile span { padding-bottom:10px; }
		.profile span, .profile p { display:block; }
		.profileWrap { padding:20px 25px 20px; border-radius:0px; }
		.profileWrap > .profile li { border-bottom: 1px solid #9e9c9a; }
	}

.privacyBox { border:1px solid #b8babf; background:#fff; color:#727680; border-radius:5px; overflow-y:scroll; height:200px; font-size:12px; padding:10px; margin-bottom:10px; }
.privacyBox p { margin-bottom:10px; }
.privacyBox dt { font-weight:normal; margin-bottom:5px; }
.privacyBox dd { margin-bottom:10px; }
.privacyBox ol { list-style-type:upper-roman; margin:5px 25px; padding:0; }
.privacyBox ol li { margin-bottom:5px; }
.privacyBox ol p { text-indent:-1em; margin-left:1em; margin-top:5px; }


.news h1 span { font-size:14px; display:block; margin-top:20px; color:#777; }
.news h2 { color:#363636; }
.news .container h2 { font-size:1.2em; padding:10px; background:#eee; border-radius:5px; }
.news dl { width:100%; padding:50px 0; position: relative; }
.news dt { position: absolute;left: 0;width:130px; padding:20px 0 20px 0; color:#777; }
.news dd { padding:20px 0 20px 130px; border-bottom: solid 1px #b4b4b4; }
.news dd a { color:#777; text-decoration:none; }
.news dd a:hover { text-decoration:underline; }

.news .news_entry { max-width:800px; margin:0 auto 5%; background:#fff; padding:5%; }


.news .tab {margin:0 auto; display:flex; justify-content:center; flex-wrap:wrap; }
.news .tab li { color:#333; margin:0 10px 10px 0; background:#fff; border-radius:20px; padding:10px 30px; cursor:pointer; list-style:none; transition: .3s; }
.news .tab li.active { color:#fff; background:#009ace; cursor:auto; }
.news .articleList { margin:0px 0; }
.news .articleList > div { display:none; }
.news .articleList > div.show { display: block; }


	@media (max-width: 1200px) {
		.news .newsArchive .archiveBtn a { margin:0 5px 10px; }
		.news .padding-bottom .pagerBox { padding:0 25px; }
		.seminarBox_btm p { padding-left:0; }
		.seminarBox_btm p:before,.seminarBox_btm p:after { display:none; }
	}


.w100 { width:100%; }
.center { margin:0 auto; text-align:center; }
.left { text-align:left; }
h2.hl01 { text-align:center; font-size:28px; margin-bottom:50px; }
h2.hl02 { text-align:center; font-size:30px; margin-bottom:25px; }
h2.dot { border-bottom:2px dotted #0096d6; display:inline-block; }
h2 span.xs { display:block; font-size:14px; line-height:1.2; }

.row .small { font-size:75%; }
.mt01 { margin:40px 0 30px; }
.mt02 { margin:60px 0; }
a.off { color:#363636; text-decoration:none; }
a.off:hover { text-decoration:underline; }


	@media (max-width: 767px) {
		h2.hl01, h2.hl02 { font-size:20px; }
		h2.hl01 { margin-bottom:25px; }
		
		.news .tab li { padding: 10px 20px; font-size:0.9em; }
		.news dl { padding: 25px 0; }
		.news dt { position:relative; width:100%; padding:10px 0 5px 0; }
    .news dd { padding: 0px 0 15px 0px; font-size:1.1em; }
    .news .news_entry .row { padding:5% 5%; }
    .news .news_entry .page img { max-width:100%; height:auto; }
    
    .mt02 { margin:30px 0; }
    
	}



sup { font-size:0.7rem; position:relative; top:-8px; }
.blue { color: #0096d6!important; }



	@media only screen and (min-width: 767px) {
		.onlySp { display: none; }
	}
	@media only screen and (max-width: 766px) {
		.onlyPc { display: none; }
	}


	@media only screen and (max-width: 1200px) {
		p br.onlyPc { display: none; }
	}



@font-face {
	font-family: 'NeueHaasGroteskDisp Light';
	src: url('/assets/fonts/Fonts/neue-haas-grotesk-display-light.eot');
	/*src: local('myfont Regular'), */
	src: url('/assets/fonts/Fonts/neue-haas-grotesk-display-light.woff') format('woff'), 
				url('/assets/fonts/Fonts/neue-haas-grotesk-display-light.woff2') format('woff2'), 
				url('/assets/fonts/Fonts/neue-haas-grotesk-display-light.ttf')  format('truetype'), 
				url('/assets/fonts/Fonts/neue-haas-grotesk-display-light.svg#NeueHaasGrotesk') format('svg');
}
.system_courseBox .dayTitle p {
	font-family: 'NeueHaasGroteskDisp Light';
}

/* /seminar/index.html */
.seminar-system-course-1day-figure{
  margin: 0 0 30px;
}
@media only screen and (min-width: 767px) {
  .seminar-system-course-1day-figure{
    margin: 0 0 40px;
  }
}
.seminar-system-course-1day-heading{
  color: #333333;
  margin: 0 0 15px;
}
.seminar-system-course-figure{
  margin: 0 0 30px;
}
.seminar-system-course-detail{
  margin: 0 0 30px;
}
.seminar-system-course-detail-heading{
  color: #cc9330;
  margin: 0 0 15px;
}
.seminar-system-course-detail-content{
  font-size: 1.4rem;
}
.seminar-system-course-detail-content-note-text{
  color: #666;
  font-size: 12px;
}
.seminar-system-course-followup{
  margin: 30px 0 55px;
}
.seminar-system-course-followup-headline{
  margin: 0 0 30px;
}
@media only screen and (min-width: 767px) {
  .seminar-system-course-followup {
    margin: 30px 0 80px;
  }
}

/* /seminar/index.html modal */
#registerConfirmModal,
#registerRequirementModal{
}
#registerConfirmModal .modal-content,
#registerRequirementModal .modal-content {
  border-radius: 0;
  padding: 30px;
}
@media only screen and (min-width: 767px) {
  #registerConfirmModal .modal-content,
  #registerRequirementModal .modal-content {
    padding: 60px;
  }
}
#registerConfirmModal .modal-dialog,
#registerRequirementModal .modal-dialog {
  width: auto;
  max-width: 780px;
  margin: 80px 10px;
}
@media only screen and (min-width: 767px) {
  #registerConfirmModal .modal-dialog,
  #registerRequirementModal .modal-dialog {
    margin: 80px auto;
  }
}

#registerConfirmModal .btn-default {
  background: #3d3935;
  border: 1px solid #3d3935;
  color: #ffffff;
}
#registerConfirmModal .btn-default:hover {
  background-color: #111;
  border-color: #111;
}
#registerConfirmModal .register-confirm-modal-check-list{
  margin: 30px 30px;
}
@media only screen and (min-width: 767px) {
  #registerConfirmModal .register-confirm-modal-check-list{
    margin: 30px 30px 60px;
  }
}
#registerConfirmModal .register-confirm-modal-check-item{
  margin: 0 0 15px;
}
#registerRequirementModal .register-requirement-modal-lede{
  margin: 0 0 30px;
}
@media only screen and (min-width: 767px) {
  #registerRequirementModal .register-requirement-modal-lede{
    margin: 0 0 60px;
  }
}
#registerRequirementModal .btn-default {
  background: #3d3935;
  border: 1px solid #3d3935;
  color: #ffffff;
}
#registerRequirementModal .btn-default:hover {
  background-color: #111;
  border-color: #111;
}
#registerRequirementModal .btn-primary {
  background: #c4d700;
  border: 1px solid #c4d700;
  color: #3d3935;
}
#registerRequirementModal .btn-primary:hover {
  background-color: #d8ea1d;
  border-color: #d8ea1d;
}
@media only screen and (max-width: 768px) {
  #registerRequirementModal .btn-igosystem{
    margin: 0 0 1.5em;
  }
}



/*
first.html
*/
h2.first-headline{
  line-height: 1.8;
  font-size: 25px;
}
@media (max-width: 767px){
  h2.first-headline{
    line-height: 1.5;
    font-size: 20px;
  }
}
.first-feature__heading{
  color: #0096d6;
  padding: 15px 0;
  margin: 30px 0;
  font-size: 20px;
  border-bottom: solid 2px #0096d6;
  text-align: center;
}
@media (max-width: 767px){
  .first-feature__heading{
    font-size: 18px;
    margin: 1.0em 0;
  }
}
.first-feature__unorderedlist{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.first-feature__unorderedlist-item{
  position: relative;
  padding-left: 2em;
  margin: 10px 0;
}
.first-feature__unorderedlist-item:before{
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: block;
  border-radius: 99px;
  width: 1.2em;
  height: 1.2em;
  background-color: #0096d6;
}
.first-feature__list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.first-feature__list-item{
  margin: 10px 0;
  padding: 0;
  padding-left: 1.5em;
}
.first-feature__list-item__bullet{
  width: 1.5em;
  margin-left: -1.5em;
  display: inline-block;
}
.first-movie-note{
  margin: 15px 0;
  color: #b2b4b2;
  text-align: center;
}

/*
Invisalign導入コース再受講についてモーダル
*/
#ReAttendanceModal .modal-dialog {
  margin: 60px 30px;
}
@media (min-width: 768px){
  #ReAttendanceModal .modal-dialog {
    margin: 210px auto;
  }
}
#ReAttendanceModal .modal-content {
  border-radius: 0;
  padding: 30px;
  background: url(/assets/images/bg_white.png) repeat top center / auto;
}
.ReAttendanceModal-inner{
  max-width: 420px;
  margin: 20px auto;
}
.ReAttendanceModal-button-close{
  background-color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px){
  .ReAttendanceModal-button-close{
    width: 70px;
    height: 70px;
  }
}
.ReAttendanceModal-button-close:before,
.ReAttendanceModal-button-close:after{
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: #88898b;
}
.ReAttendanceModal-button-close:before{
  transform: rotate(45deg);
}
.ReAttendanceModal-button-close:after{
  transform: rotate(-45deg);
}

/**/
#home-blade-1 .h1 {
  color: #009ace;
  font-weight: bold;
}
#home-blade-1 .title-en {
  text-align: left;
  color: #505050;
}
#home-blade-1 .title-jp {
  text-align: left;
  color: #505050;
}
#home-blade-1 .title-date {
  color: #505050;
}
@media (max-width: 767px) {
  #home-blade-1 {
    background: url('../images/bg-top-2-sm.png') center top / 100% no-repeat;
    margin-top: 50px;
  }
  #home-blade-1.blade {
    padding-top: 100%;
  }
  #home-blade-1 .blade-inner {
    padding-bottom: 25px;
    background: rgba(255,255,255,1);
  }
  #home-blade-1 .h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #home-blade-1 .title-en {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #home-blade-1 .title-jp {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #home-blade-1 .title-date {
    text-align: right;
    font-size: 8px;
  }
}
@media (max-width: 1200px) {
  .home .navbar.open {
    height: 100%;
  }
  .home .navbar-header {
    margin-bottom: 5px;
  }
  .home .navbar-brand {
    margin-bottom: 0;
  }
  .home .navbar-toggle .icon-bar {
    background: #393939;
  }
  .home > .navbar.open .navbar-toggle .icon-bar,
  .home > .navbar.scrolled .navbar-toggle .icon-bar {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .home > .navbar #meta-nav a.btn {
    color: #393939;
  }
  .home > .navbar.open #meta-nav a.btn,
  .home > .navbar.scrolled #meta-nav a.btn {
    color: #fff;
  }
  .home > .navbar #country-select > .current {
    color: #393939;
  }
  .home > .navbar.open #country-select > .current,
  .home > .navbar.scrolled #country-select > .current {
    color: #fff;
  }
  .home > .navbar .flag-icon-jp {
    background: url(/assets/images/ico_japan_02.png) no-repeat top left;
    background-size: contain;
  }
  .home > .navbar #primary-nav .has-submenu > a {
    color: #393939;
  }
  .home > .navbar.open #primary-nav .has-submenu > a,
  .home > .navbar.scrolled #primary-nav .has-submenu > a {
    color: #fff;
  }
  .home > .navbar #primary-nav .has-submenu.open > a,
  .home > .navbar #primary-nav .has-submenu.active > a,
  .home > .navbar #primary-nav2 .has-submenu.open > a,
  .home > .navbar #primary-nav2 .has-submenu.active > a {
    background: none;
    color: #05c0ff;
  }
  #home-blade-1.blade {
    padding: 0;
    min-height: auto;
    border-bottom: solid 18px #009ace;
    margin-top: 75px;
  }
  #home-blade-1 .blade-inner {
    background: url(../images/bg-top-2.png) 0 0 no-repeat;
    background-size: cover;
    padding-top: 44.58%;
    width: 100%;
    position: relative;
  }
  #home-blade-1 .blade-inner-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #home-blade-1 .container {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #home-blade-1 .h1 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  #home-blade-1 .title-en {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #home-blade-1 .title-jp {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #home-blade-1 .title-button .btn {
    font-size: 11px;
  }
  #home-blade-1 .title-date {
    text-align: left;
    font-size: 9px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #home-blade-1 .h1 {
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 5px;
  }
  #home-blade-1 .title-en {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 20px;
  }
  #home-blade-1 .title-jp {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #home-blade-1 .title-button .btn {
    font-size: 15px;
  }
  #home-blade-1 .title-date {
    text-align: left;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1201px) {
  #home-blade-1 .container {
    width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-blade-1 .h1 {
    font-size: 34px;
    margin-top: 100px;
  }
  #home-blade-1 .title-en {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 20px;
  }
  #home-blade-1 .title-jp {
    font-size: 23px;
    margin-bottom: 20px;
  }
  #home-blade-1 .title-button .btn {
    font-size: 15px;
    width: 400px;
  }
  #home-blade-1 .title-date {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  #home-blade-1 .container {
    width: 85%;
    max-width: 1440px;
  }
}

.roboto {
  font-family: Roboto,sans-serif;
}