@charset "utf-8";

html.step-overflow, body.step-overflow {
  overflow-x: auto;
}
html.step-overflow #step-header-section, html.step-overflow #step-main, html.step-overflow #step-hero, html.step-overflow #step-mobile-menu, html.step-overflow #step-footer, body.step-overflow #step-header-section, body.step-overflow #step-main, body.step-overflow #step-hero, body.step-overflow #step-mobile-menu, body.step-overflow #step-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  font-family: "Noto Sans Japanese";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 200;
  color: #e9ebec;
  background-color:#1c2f3d;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
.br-pc { display:none; }
}

@media screen and (min-width: 768px) {
.br-sp { display:none; }
}

.sp-only{
	display: none;
}
@media screen and (max-width: 768px) {
  	.sp-only{
		display:inline;
	}
}

.pc-only{
	display:inline;
}
@media screen and (max-width: 768px) {
  	.pc-only{
		display: none;
	}
}

/* IMAGES -------------------------------------------- */
.pc-img { display: block !important; }
.sp-img { display: none !important; }
 
@media screen and (max-width: 768px) {
.pc-img { display: none !important; }
.sp-img { display: block !important; }
}



::-webkit-selection {
  color: #ffffff;
  background: #49b4ea;
}

::-moz-selection {
  color: #ffffff;
  background: #49b4ea;
}

::selection {
  color: #ffffff;
  background: #49b4ea;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #1092d4;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #31a8a7;
  text-decoration: none;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 0 0;
  padding: 0;
  color: #89e5ff;
  font-family: "Noto Sans Japanese";
  font-weight:400;
}

h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}

h2, .h2 {
  font-size: 20px;
  line-height: 30px;
}

h3, .h3 {
  font-size: 17px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}

ul, ol {
	padding:0 0 0 0;
	line-height: 1.5;
}
ul ul, ul ol, ol ul, ol ol {
	padding-left: 25px;
}

ul, ol, p {
  margin: 0 0 20px 0;
}

.step-serif {
  font-family: "Noto Sans Japanese";
}

.step-sans-serif {
  font-family: "Noto Sans Japanese";
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.step-card.garden{
	background-image: url(../com-img/i-top-clinic-01c.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 460px;
	height: 465px;
	background-size: 100%;
}

a.step-card.garden:hover{
	background-image: url(../com-img/i-top-clinic-01b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

a.step-card.dental{
	background-image: url(../com-img/i-top-clinic-02c.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 460px;
	height: 465px;
	background-size: 100%;
}

a.step-card.dental:hover{
	background-image: url(../com-img/i-top-clinic-02b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

a.step-card.garden .step-card-body,
a.step-card.dental .step-card-body{
	margin-top:328px;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
  
a.step-card.garden{
	background-image: url(../com-img/i-top-clinic-01c.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 480px;
	width:100%;
	max-height: 405px;
	height:100%;
	background-size: 100%;
}

a.step-card.garden:hover{
	background-image: url(../com-img/i-top-clinic-01b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

a.step-card.dental{
	background-image: url(../com-img/i-top-clinic-02c.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 480px;
	width:100%;
	max-height: 405px;
	height:100%;
	background-size: 100%;
}

a.step-card.dental:hover{
	background-image: url(../com-img/i-top-clinic-02b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

a.step-card.garden .step-card-body,
a.step-card.dental .step-card-body{
	margin-top:68%;
}
}
/* ----------------------------------------------------------Header */
#step-header-section {
  position: absolute;
  top: 50px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 103;
}

#step-menu-logo {
  clear: both;
}

#step-quick-contacts {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 2em;
}
#step-quick-contacts .sep {
  padding: 0 .5em;
  color: rgba(255, 255, 255, 0.5);
}
#step-quick-contacts a {
  font-size: 14px;
  padding: 20px 10px;
  color: white;
}
#step-quick-contacts a > i {
  margin-right: 10px;
  margin-top: 5px;
  color: white;
}
#step-quick-contacts a:hover {
  color: white;
}

/*-------------------------------------------------------LOGO*/
#step-logo {
  margin: 10px 0 0 0;
  padding: 0;
}
#step-logo a {
  border-bottom: none !important;
}
#step-logo a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
	#step-logo {
		text-align: center;
		margin: 0 0 0 0;
		padding:0;
		float: none !important;
	}
}







/*------------------------------------------------------------NAVI Superfish*/
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  *width: 8em;
}

.sf-menu a {
  color: #1c2f3d;
  padding: .75em 1em;
  font-weight: 300;
  border-left: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 14px;
  border-bottom: none !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}

/*----------------------選択中*/
.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #698cc5;
}

/*----------------------ロールオーバー*/
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  color: #fff;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}




/*-----------------------------------------------NAVI-RIGHT*/
#step-menu-wrap {
  float: left;
  width:100%;
  position: relative;
  padding:0;
  margin:10px 0 0 0;
  -moz-border-radius: 5px;    /* 古いFirefox用 */
   -webkit-border-radius: 5px; /* 古いSafari,Chrome用 */
   border-radius: 5px;
  background-color:rgba(255, 255, 255, 1);
}
#step-menu-wrap .sf-menu a {
  padding: 7px 15px;
}
#step-primary-menu > li > .sf-with-ul::after {
  border: none !important;
}
#step-menu-wrap .home-btn {
	position:relative;
	top:3px;
}


/*------------------------------------------SUB MENU BACKGROUND*/
#step-primary-menu .step-sub-menu {
	top: 43px;
	margin:0 0 0 0;
	padding: 10px 0 10px 0;
	background-color:rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#step-primary-menu .step-sub-menu:before {
  position: absolute;
  top: -8px;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
}

/*------------------------------------------SUB MENU FUKIDASHI*/
#step-primary-menu .step-sub-menu:after {
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(255, 255, 255, 0.9);
  border-left: 8px solid transparent;
  content: '';
}

#step-primary-menu .step-sub-menu .step-sub-menu:before {
  top: 6px;
  right: 100%;
}

#step-primary-menu .step-sub-menu .step-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

/*------------------------------------------SUB MENU BUTTON*/
#step-primary-menu .step-sub-menu a {
  letter-spacing: 0;
  padding: 2px 15px;
  font-size: 14px;
  line-height: 26px;
  color: #1c2f3d !important;
  text-transform: none;
  background: none;
}
#step-primary-menu .step-sub-menu a:hover {
  color: #fff !important;
  background-color:#1c2f3d;
}


.step-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.step-nav-toggle.active i::before, .step-nav-toggle.active i::after {
  background: #1c2f3d;
}
.step-nav-toggle:hover, .step-nav-toggle:focus, .step-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

/*------------------------------------------TOGGLE MENU BUTTON*/
.step-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  text-transform: uppercase;
  text-indent: -55px;
  transition: all .2s ease-out;
}
.step-nav-toggle i::before, .step-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.step-nav-toggle.step-nav-white > i {
  color: #ffffff;
  background: #1c2f3d;
}
.step-nav-toggle.step-nav-white > i::before, .step-nav-toggle.step-nav-white > i::after {
  background: #1c2f3d;
}
.step-nav-toggle i::before {
  top: -6px;
}
.step-nav-toggle i::after {
  bottom: -6px;
}
.step-nav-toggle:hover i::before {
  top: -8px;
}
.step-nav-toggle:hover i::after {
  bottom: -8px;
}
.step-nav-toggle.active i {
  background: transparent;
}
.step-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.step-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}


.step-nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  padding: 20px 8px 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  background-color:#fff;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .step-nav-toggle {
    display: block;
  }
}



/* ------------------------------------------------------SP MENU */
#step-mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #333;
  padding: 0.75em 1.25em;
}
#step-mobile-menu #step-mobile-menu-ul {
  padding: 0;
  margin: 0;
}
#step-mobile-menu #step-mobile-menu-ul li {
  list-style: none;
}
#step-mobile-menu #step-mobile-menu-ul li.active > a {
  color: #ffffff;
}
#step-mobile-menu #step-mobile-menu-ul a {
	font-family: "Noto Sans Japanese";
	font-size:14px;
	padding: 7px 0;
	display: block;
	color: rgba(255, 255, 255, 0.6);
	border-bottom-style:dotted;
	border-width:1px;
	border-color:#CCC;
}
#step-mobile-menu #step-mobile-menu-ul a:hover {
  color: rgba(255, 255, 255, 1.0);
}



#step-mobile-menu #step-mobile-menu-ul .step-sub-ddown {
  position: relative;
}
#step-mobile-menu #step-mobile-menu-ul .step-sub-ddown::after {
  font-family: "Noto Sans Japanese";
  speak: none;
  font-style: normal;
  font-weight: 200;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "▾";
}

#step-mobile-menu #step-mobile-menu-ul .step-sub-menu {
  display: none;
  padding-left: 20px;
}
#step-mobile-menu #step-mobile-menu-ul .step-sub-menu li {
  list-style: none;
}

#step-logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 44px;
  left: 0;
  position: fixed;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: #1c2f3d;/*モバイル右背景色*/
  color: #ccc;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
#step-logo-mobile-wrap h1 {
  padding: 10px 16px 0 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#step-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#step-content {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #step-content {
    margin-bottom: 4em;
  }
}

#step-sidebar {
  padding: 7em 0;
  font-size: 16px;
}
#step-sidebar.left-sidebar {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #step-sidebar.left-sidebar {
    padding-right: 0px;
  }
}
#step-sidebar.right-sidebar {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #step-sidebar.right-sidebar {
    padding-left: 0px;
  }
}
#step-sidebar .sidebar-box {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
#step-sidebar .sidebar-heading {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #2e2e2e;
  position: relative;
  padding-top: 7px;
}
#step-sidebar .sidebar-heading .border {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebebeb;
}
#step-sidebar .sidebar-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#step-sidebar .sidebar-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}


/*---------------------------------------------TOP IMAGES*/
#step-hero {
  background-color: #1c2f3d;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  float: left;
  width: 100%;
  height: 100px;
  display: table;
  position: relative;
  z-index: 20;
  color: #ffffff;
}
#step-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #999;
  opacity: 0.0;
}
@media screen and (max-width: 768px) {
  #step-hero {
    background-position: center center;
  }
}

#step-hero .step-arrow {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -45px;
  display: table;
  color: #ffffff;
  font-size: 14px;
  line-height:2;
  z-index: 99;
  text-decoration: none;
  width: 90px;
  height: 30px;
  background: #1092d4;
  border-bottom: none !important;
  text-align: center;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
}
#step-hero .step-arrow i {
  display: table-cell;
  vertical-align: middle;
}
#step-hero .step-arrow:active, #step-hero .step-arrow:focus, #step-hero .step-arrow:hover {
  outline: none;
}

#step-hero .step-hero-wrap {
  padding-top: 15em;
  display: table;
  height: 150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #step-hero .step-hero-wrap {
    padding-top: 4em;
  }
}
#step-hero .step-hero-wrap .step-hero-intro {
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
}
#step-hero .step-hero-wrap .logo2{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
#step-hero .step-hero-wrap .phone{
	position:relative;
	top:-55px;
	float:right;
}



#step-hero .step-hero-wrap .step-hero-intro a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#step-hero .step-hero-wrap .step-hero-intro a:hover {
  color: white;
  border-bottom: 1px solid white;
}

/*-----------------------------------------------------------H1*/
#step-hero .step-hero-wrap .step-hero-intro > h1 {
  font-size: 20px;
  line-height: 47px;
  color: rgba(255, 255, 255, 1.0);
  text-align:right;
  font-weight: 400;
  position:relative;
  top:0px;
}
@media screen and (max-width: 768px) {
  #step-hero .step-hero-wrap .step-hero-intro > h1 {
    font-size: 30px;
	text-align:right;
	top:13px;
  }
}

/*-----------------------------------------------------------H2*/
#step-hero .step-hero-wrap .step-hero-intro > h2 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 14px;
  font-weight:200;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #step-hero .step-hero-wrap .step-hero-intro > h2 {
    letter-spacing: 1px;
  }
}
#step-hero .step-hero-wrap .btn {
  color: #fff;
}
#step-hero .step-hero-wrap .btn:hover, #step-hero .step-hero-wrap .btn:active, #step-hero .step-hero-wrap .btn:focus {
  background: #333;
  border-color: #333;
}

#step-hero .step-hero-wrap {
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
	#step-hero .step-hero-wrap {
    padding-top: 0em;
  }
}

@media screen and (max-width: 768px) {
  #step-hero, .step-hero-wrap {
    position: relative;
    padding: 30px 0 5px 0;
    height: inherit !important;
  }
}






/*------------------------------------------------------MAIN*/
#step-main {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	color:#bbc1c5;
	font-size: 13px;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	line-height:1.5;
}

@media screen and (max-width: 768px) {
  body.inner-page #step-main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

#step-hero,
#step-main,
#step-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.step-mobile-menu-visible #step-hero,
body.step-mobile-menu-visible #step-main,
body.step-mobile-menu-visible #step-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.step-mobile-menu-visible #step-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.step-product-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.step-product-2 .img {
  background-color: #1092d4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 7em;
}
@media screen and (max-width: 768px) {
  .step-product-2 .img {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .step-product-2 .img {
    height: 300px;
  }
}
.step-product-2 .step-half {
  min-height: 500px;
  padding: 3em;
  width: 50%;
  font-size: 20px;
  line-height: 38px;
  background-color: #f7f7f7;
}
.step-product-2 .step-half h3 {
  font-size: 30px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .step-product-2 .step-half {
    min-height: inherit;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 28px;
  }
}
.step-product-2.step-reverse .img {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .step-product-2.step-reverse .img {
    position: relative;
  }
}

#step-contact {
  padding: 7em 0;
}

#step-works .step-work-item figure {
  margin-bottom: 20px !important;
  float: left;
  width: 100%;
}
#step-works .step-work-item .heading {
  font-size: 17px;
  margin-bottom: 40px;
}
#step-works .step-work-item .step-category {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 0;
}

#step-call-to-action {
  clear: both;
  display: block;
  padding: 3em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  letter-spacing: 7px;
  text-transform: uppercase;
  background: transparent;
  font-size: 16px;
  color: #000000;
}
#step-call-to-action:hover, #step-call-to-action:focus, #step-call-to-action:active {
  color: #ffffff;
  background: #f86942;
  border-top: 1px solid #f86942;
  border-bottom: 1px solid #f86942;
}



/*------------------------------------------------------------------FOOTER*/
#step-footer {
	clear: both;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	font-size:13px;
	line-height: 1.5;
	color:#fff;
	position: relative;
	padding: 7em 0 1em 0;
	background: #121f28;
	float: left;
	width: 100%;
}

#step-footer .step-arrow {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -45px;
  display: table;
  color: #ffffff !important;
  font-size: 13px;
  line-height:2.2;
  z-index: 99;
  text-decoration: none;
  width: 90px;
  height: 30px;
  background: #1092d4;
  border-bottom: none !important;
  text-align: center;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
}
#step-footer .step-arrow i {
  display: table-cell;
  vertical-align: middle;
}
#step-footer .step-arrow:active, #step-footer .step-arrow:focus, #step-footer .step-arrow:hover {
  outline: none;
  color: #ffffff !important;
}

#step-footer .step-consultation {
	text-align:left;
}
@media screen and (max-width: 768px) {
	#step-footer .step-consultation {
		text-align:center;
	}
}

#step-footer .step-clinicinfo {
	text-align:right;
}
@media screen and (max-width: 768px) {
	#step-footer .step-clinicinfo {
		text-align:center;
	}
}
#step-footer .step-clinicinfo p{
	font-family: "Noto Sans Japanese";
	font-weight:200;
	font-size:13px;
	line-height: 1.5;
	color:#fff;
	padding: 0 0 0 0;
	margin:0 0 10px 0;
}
#step-footer .step-clinicinfo p.phonenumber{
	font-family: "Noto Sans Japanese";
	font-weight:500;
	font-size:26px;
	line-height: 1.3;
	color:#fff;
	text-align:right;
	padding: 0px 0 5px 0;
	margin:0;
}

#step-footer .step-clinicinfo p.phonenumber img{
	padding: 0 0 0 0;
	margin:-3px 5px 0 0;
}


#step-footer .step-affili {
	text-align:center;
}

#step-footer .step-affili p{
	font-family: "Noto Sans Japanese";
	font-weight:200;
	font-size:13px;
	line-height: 1.5;
	color:#fff;
	padding: 5px 0 0 0;
}


#step-footer .step-copyright {
	color:#999;
	margin-top: 1em;
}
#step-footer .step-copyright p {
  font-size: 11px;
  line-height: 1.9;
  text-align:right;
}
@media screen and (max-width: 768px) {
	#step-footer .step-copyright p {
		font-size: 11px;
		line-height: 1.9;
 		text-align:center;
	}
}


#step-footer .step-footer-heading {
  font-size: 15px;
  font-weight:200;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 10px;
}
#step-footer .step-footer-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#step-footer .step-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*-------------------------------------------------FOOTPHONE */
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 255, 255, 255, 0.8 );
	z-index: 10000;
}

.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 10px 0;
	text-align: center;
}

.inquiry_btn {
    background-color: #41e430;
	background-image:url(../com-img/i-tap-phone-bg.svg);
	background-repeat:no-repeat;
	background-position:10px 0px;
    -webkit-border-radius: 5px;
    display: inline-block;
    text-align: center;
	text-indent:20px;
    text-decoration: none;
	width: 45%;
    padding: 5px 0;
	margin:0 5px 0 5px;
	font-family: "Noto Sans Japanese";
    font-size: 14px;
    font-weight: 400;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.freedial_btn {
    background-color: #41e430;
	background-image:url(../com-img/i-tap-phone-bg.svg);
	background-repeat:no-repeat;
	background-position:center center;
    -webkit-border-radius: 5px;
    display: inline-block;
    text-align: center;
	text-indent:20px;
    text-decoration: none;
	width: 15%;
    padding: 5px 0;
	margin:0 5px 0 5px;
	font-family: "Noto Sans Japanese";
    font-size: 14px;
    font-weight: 400;
}
.freedial_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.reserve_btn {
    background-color: #333;
	background-image:url(../com-img/i-tap-online-bg.svg);
	background-repeat:no-repeat;
	background-position:10px 0px;
    -webkit-border-radius: 5px;
    display: inline-block;
    text-align: center;
	text-indent:20px;
    text-decoration: none;
	width: 45%;
    padding: 5px 0;
	margin:0 5px 0 5px;
	font-family: "Noto Sans Japanese";
    font-size: 14px;
    font-weight: 400;
}
.reserve_btn:link, .reserve_btn:visited {
    color: #FFFFFF !important;
}
.link-jgc_btn {
    background-color: #415795;
	background-image:url(../com-img/i-icon-bg-jgc.svg);
	background-repeat:no-repeat;
	background-position:center center;
    -webkit-border-radius: 5px;
    display: inline-block;
    text-align: center;
	text-indent:20px;
    text-decoration: none;
	width: 45%;
    padding: 5px 0;
	margin:0 5px 0 5px;
	font-family: "Noto Sans Japanese";
    font-size: 14px;
    font-weight: 400;
}
.link-jgc_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.link-jdo_btn {
    background-color: #ed6d00;
	background-image:url(../com-img/i-icon-bg-jdo.svg);
	background-repeat:no-repeat;
	background-position:center center;
    -webkit-border-radius: 5px;
    display: inline-block;
    text-align: center;
	text-indent:20px;
    text-decoration: none;
	width: 45%;
    padding: 5px 0;
	margin:0 5px 0 5px;
	font-family: "Noto Sans Japanese";
    font-size: 14px;
    font-weight: 400;
}
.link-jdo_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}


/*-------------------------------------------------GOOGLEMAP*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:10px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*-------------------------------------------------Moviesetting*/

.movie-setting {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:10px;
}
 
.movie-setting iframe,
.movie-setting object,
.movie-setting embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*-------------------------------------------------TIMES*/

table.calendar {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	padding:0;
	text-align: left;
	line-height: 1.5;
	font-weight:200;
	font-family: "Noto Sans Japanese";
	font-size:13px;
	color:#fff;
	margin:0 0 10px 0;
}

table td.titl{
	width: auto;
	padding: 5px 5px 5px 0px;
	vertical-align: center;
	border-bottom: 1px solid #fff;
	text-align:left;
}

table td.week{
	width: auto;
	padding: 5px 5px 5px 5px;
	vertical-align: center;
	border-bottom: 1px solid #fff;
	text-align:center;
}

table td.time{
	width: auto;
	padding: 5px 5px 5px 5px;
	vertical-align: center;
	border-bottom: 1px dotted #fff;
	text-align:center;
}

table td.day{
	width: auto;
	padding: 5px 5px 5px 5px;
	vertical-align: center;
	border-bottom: 1px dotted #fff;
	text-align:center;
}
table td.notice{
	width: auto;
	padding: 5px 5px 5px 0px;
	vertical-align: center;
	text-align:left;
}
table .closed {
	color:#F30;
}






.step-cards {
  background: #162631;
  padding: 3em 0 3em 0;
}
@media screen and (max-width: 768px) {
  .step-cards {
    padding: 3em 0;
  }
}
.step-cards .step-card {
  display: block;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  margin-bottom: 30px;
  border-bottom: none;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.step-cards .step-card img {
  z-index: -1;
}
.step-cards .step-card .step-card-body {
  padding: 20px;
}
.step-cards .step-card .step-card-body h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight:300;
  color: #005bac;
  margin-bottom: 5px;
  padding:0;
  background-color:#fff;
}
.step-cards .step-card .step-card-body p {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 200;
  color: #515151;
  padding:0;
}

.step-cards .step-card .step-card-body p.eng{
  font-size: 10px;
  line-height: 1.2;
  font-weight: 200;
  color: #1092d4;
  padding:0;
  margin:0 0 3px 0;
}

.step-card-body p.address{
	margin-bottom:0;
}

.step-cards .step-card .step-card-body p:last-child {
  margin-bottom: 0;
}
.step-cards .step-card:hover {
  text-decoration: none;
  border-bottom: none;
  bottom: 10px;
}
.step-cards .step-card:hover h3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #1092d4;
}

.quote {
  width: 80%;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 200;
  line-height: 38px;
}
.quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .quote {
    font-size: 20px;
    width: 100%;
  }
}

/* Helper Classes */
/* Spacer */
.step-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.step-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .step-spacer-xlg {
    height: 70px;
  }
}

.step-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .step-spacer-lg {
    height: 50px;
  }
}

.step-spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .step-spacer-md {
    height: 30px;
  }
}

.step-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .step-spacer-sm {
    height: 20px;
  }
}

.step-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .step-spacer-xs {
    height: 20px;
  }
}

.step-spacer-xxs {
  height: 20px;
}

.step-letter-spacing {
  letter-spacing: 1px;
}

.step-no-margin-bottom {
  margin-bottom: 0 !important;
}

.step-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
}

.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}

.step-section-heading .step-lead {
  position: relative;
}
.step-section-heading .step-lead > .step-line {
  height: 2px;
  display: block;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background: rgba(0, 0, 0, 0.3);
}
.step-section-heading .step-sub {
  font-size: 18px;
}

/* -------------------------------------------------------------------Buttons */
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.step-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #fff !important;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #fff !important;
  background: #005bac !important;
  color: #ffffff;
}

.btn-primary {
  background: #005bac;
}

.btn-success {
  background: #00e195;
}

.btn-danger {
  background: #e02745;
}

.btn-info {
  background: #0bbff2;
}

.btn-warning {
  background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #282e3c;
  color: #ffffff;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 2px solid #1092d4;
}

.js .to-animate,
.js .feature-box,
.js .work-box,
.js .topics-box,
.js .footer-box,
.js .animate-box {
  opacity: 0;
}

.heading {
  margin-bottom: 3em;
}

/* ---------------------------------------------------------------------------------------------common*/

#step-main ol.type-01{
	list-style-type:decimal;
	margin: 0 0 20px 1.5em;
	padding:0;
}

#step-main ul.type-01{
	list-style-type:square;
	margin: 0 0 20px 1.5em;
	padding:0;
}

#step-main ul.type-02{
	list-style-type:none;
	margin: 0 0 20px 0;
	padding:0;
}

#step-main li{
	margin: 0 0 3px 0;
}

#step-main li.point{
	padding:0 0 0 20px;
	background-image:url(../com-img/i-li-point01.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

#step-main li.que{
	padding:0 0 0 20px;
	background-image:url(../com-img/i-li-question.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#step-main li.ans{
	padding:0 0 0 20px;
	margin:0 0 15px 0;
	background-image:url(../com-img/i-li-anser.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#step-main li.maru{
	padding:0 0 0 20px;
	margin:0 0 0 0;
	background-image:url(../com-img/i-li-maru.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

#step-main li.batsu{
	padding:0 0 0 20px;
	margin:0 0 0 0;
	background-image:url(../com-img/i-li-batsu.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

.mb40{
	margin-bottom:40px;
}

.mb25{
	margin-bottom:25px;
}

.mb15{
	margin-bottom:15px;
}

.mb10{
	margin-bottom:10px;
}

.mb5{
	margin-bottom:5px;
}

.mb0{
	margin-bottom:0px;
}

/*-------------------------------------------------配置画像*/
.image-radi-10 {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-bottom:0 0 0 0;
	padding:0 0 10px 0;
}

.image-l {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

.image-r {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.yosete-l {
	float:left;
}

.yosete-r {
	float:right;
}

.kadomaru{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.clearfloat { clear: both; }


/* ---------------------------------------------------------------------------------------------default*/
#step-default {
	padding: 4em 0 4em 0;
}

#step-default .step-default {
	margin-bottom: 30px;
}

#step-default .step-default h3 {
	font-size: 16px;
	line-height: 1.5;
	font-weight:300;
	color: #fff;
	margin-bottom: 5px;
	padding:0;
}

#step-default .step-default p{
	margin:0 0 10px 0;
	padding: 0px;
	color:#bbc1c5;
	font-size: 13px;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	line-height:1.5;
}


/* -----------------------------------------------------------------------------------------topslide*/ 
#bg-top_slide{
	background-image:url(../com-img/i-jmc-logo-02.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:80%;
	background-color:#1c2f3d;
}

@media screen and (max-width: 768px) {
  #bg-top_slide{
    background-image:url(../com-img/i-jmc-logo-02.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50%;
	background-color:#1c2f3d;
  }
}


#top_slide{
	width:95%;
	margin:40px 0 0 0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#top_slide ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}



/* ---------------------------------------------------------------------------------------------Topics*/
#step-topics {
  padding: 4em 0 4em 0;
}
#step-topics .step-topics {
  margin-bottom: 30px;
}
#step-topics .step-topics h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight:300;
  color: #005bac;
  margin-bottom: 5px;
  padding:0;
  background-color:rgba(0, 0, 0, 0);
}

#step-topics-box {
	width:100%;
	text-align:left;
}

#step-topics-box dl {
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	padding: 0px;
}

#step-topics-box dt {
	margin-bottom:0px;
	margin-left:0px;
	padding: 0px;
	color:#dde0e2;
	font-size: 15px;
	font-family: "Noto Sans Japanese";
	font-weight:400;
	line-height:1.5;
}

#step-topics-box dd.dete {
	margin:0px;
	padding: 0px;
	color:#99a1a8;
	font-size: 11px;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	line-height:1.5;
}

#step-topics-box dd.message {
	margin:0px;
	padding: 0px;
	color:#dde0e2;
	font-size: 13px;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	line-height:1.5;
}

#step-topics-box dd.message p{
	margin:0 0 5px 0;
	padding: 0px;
}
#step-topics-box dd.message a{
	color:#515151;
	text-decoration:none;
}

#step-topics-box dd.message a:hover {
	color: #990000;
}

#topics-boder {
	width:100%;
	height:10px;
	margin-bottom:10px;
	padding:0px;
	border-bottom: 1px #CCC dotted;
}


/* ---------------------------------------------------------------------------------------------CONTENTS*/

#step-contents {
	background: #1c2f3d;
 	padding: 4em 0px 4em 0px;
}

#step-contents .step-contents {
	margin:0 0 30px 0;
}

#step-contents-box {
	width:100%;
	text-align:left;
}

#step-contents-box ul.number {
	list-style-type:decimal-leading-zero;
	padding-left:26px;
	color:#515151;
	font-size: 13px;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	line-height:1.5;
}

#step-contents-box ul.box {
	list-style-type:none;
	color:#515151;
	font-size: 13px;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	line-height:1.5;
}

#step-contents-box ul.box li {
	padding-left:22px;
	background-image: url(../com-img/i-li-box.svg);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

#step-contents-box ul.meritdemerit {
	list-style-type:none;
	color:#515151;
	font-size: 13px;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	line-height:1.5;
}

#step-contents-box ul.meritdemerit li.maru {
	padding-left:22px;
	background-image: url(../com-img/i-li-maru.svg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin:0 0 5px 0;
}

#step-contents-box ul.meritdemerit li.batu {
	padding-left:22px;
	background-image: url(../com-img/i-li-batu.svg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin:0 0 5px 0;
}

#step-contents-box ul.meritdemerit li.question {
	padding-left:22px;
	background-image: url(../com-img/i-li-qus.svg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin:0 0 5px 0;
	color:#005bac;
}

#step-contents-box ul.meritdemerit li.anser {
	padding-left:22px;
	background-image: url(../com-img/i-li-ans.svg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin:0 0 15px 0;
}

#step-contents-box p{
	color:#515151;
	font-size: 13px;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	line-height:1.5;
}

#step-contents-box p.maker{
	color:#999;
	font-size: 11px;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	line-height:1.5;
	margin:0 0 7px 0;
	padding:0 0 3px 0;
}

#step-contents-box p.bold2{
	color:#515151;
	background-color:#eee;
	font-size: 14px;
	font-family: "Noto Sans Japanese";
	font-weight:300;
	line-height:1.5;
	margin:0 0 10px 0;
	padding:7px 15px 7px 15px;
}

#step-contents-box p.bold1{
	color:#515151;
	font-size: 13px;
	font-family: "Noto Sans Japanese";
	font-weight:400;
	line-height:1.2;
	margin:0 0 0px 0;
	padding:0 0 0px 0;
}

#step-contents-box p.bold{
	color:#515151;
	font-size: 15px;
	font-family: "Noto Sans Japanese";
	font-weight:300;
	line-height:1.5;
	margin:0 0 2px 0;
	padding:0 0 0px 0;
}

#step-contents-box p.strong{
	color:#515151;
	font-size: 16px;
	font-family: "Noto Sans Japanese";
	font-weight:300;
	line-height:1.5;
	border-bottom: solid 2px #ccc;
	position: relative;
	margin:0 0 7px 0;
	padding:0 0 3px 0;
}

#step-contents-box p.strong:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px skyblue;
	bottom: -2px;
	width: 10%;
}

#step-contents-box h3.chatch {
  font-size: 18px;
  line-height: 1.5;
  font-weight:400;
  color: #3688cc;
  margin-bottom: 10px;
  padding:0;
}

#step-contents-box dl {
	margin-bottom:0px;
	margin-left:0px;
	margin-top:10px;
	padding: 0px;
}

#step-contents-box dt.job {
	margin-bottom:0px;
	margin-left:0px;
	padding: 0px;
	color:#515151;
	font-size: 15px;
	font-family: "Noto Sans Japanese";
	font-weight:300;
	line-height:1.5;
	text-align:left;
	letter-spacing: 2px;
}

#step-contents-box dd.english {
	margin:0px;
	padding: 0px;
	color:#777;
	font-size: 11px;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	line-height:1.5;
	text-align:left;
}

#step-contents-box dd.name {
	margin:0px;
	padding: 0px;
	color:#515151;
	font-size: 17px;
	font-family: "Noto Sans Japanese";
	font-weight:300;
	line-height:1.5;
	text-align:left;
	letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #step-contents-box dt.job {
	text-align:center;
}

#step-contents-box dd.english {
	text-align:center;
}

#step-contents-box dd.name {
	text-align:center;
}
}



#step-contents-box dl.history {
	overflow: hidden;
	width: 100％;
	margin-top:15px;
	margin-bottom: 20px;
	font-size:12px;
	line-height:17px;
	color:#515151;
	text-align:left;
}

#step-contents-box dl.history dt {
	font-family: "Noto Sans Japanese";
	font-weight:200;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	width: 20％;
	float: left;
	clear: both;
}

#step-contents-box dl.history dd {
	font-family: "Noto Sans Japanese";
	font-weight:200;
	width: 80％;
	margin:0 0 5px 0;
	padding:0 0 5px 79px;
	border-bottom: 1px dotted #333;
}

#step-contents-box ul.society {
	width: 100％;
	margin-top:15px;
	margin-bottom: 20px;
	font-size:12px;
	line-height:20px;
	color:#515151;
	text-align:left;
	list-style-type: square;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
}




#contents-boder {
	width:100%;
	height:10px;
	margin-bottom:10px;
	padding:0px;
	border-bottom: 1px #CCC dotted;
}


/*------------------BNN MENU*/


.sp-contents-1{
	position:relative;
	width:100%;
	height:auto;
	margin:0px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	border:solid 1px #CCC;
	padding:9px;
	overflow:hidden;
}

.sp-contents-1 a{
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	text-indent:-333px;
	text-decoration:none;
}

.sp-contents-1 a:hover{
	background-color: rgba(255,255,255,0.3);
}

.sp-contents-1 img{
	display:block;
	width:35%;
	float:left;
}

.sp-contents-1 .detail{
	width:60%;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
}

.sp-contents-1 .detail h3{
	font-size: 15px;
	line-height: 1.5;
	font-family: "Noto Sans Japanese";
	font-weight:400;
}

.sp-contents-1 .detail p{
	font-size: 12px;
	line-height: 1.4;
	font-family: "Noto Sans Japanese";
	font-weight:200;
	margin:0;
	padding:0;
}


/* floatによる回り込みをクリア */
.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}









/* ---------------------------------------------------------------------------------------------Features*/
#step-features {
  padding: 4em 0 4em 0;
}
#step-features .step-feature {
  margin-bottom: 30px;
}

#step-features .step-feature h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight:300;
  color: #005bac;
  margin-bottom: 5px;
  padding:0;
}
#step-features .step-feature p {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 200;
  color: #515151;
  padding:0;
  text-align:left;
}

#step-features .step-feature p.eng{
  font-size: 10px;
  line-height: 1.2;
  font-weight: 200;
  color: #1092d4;
  padding:0;
  margin:0 0 3px 0;
  text-align:center;
}



#step-features .step-feature .heading {
  font-size: 18px;
  margin-bottom: 20px !important;
  font-weight: 200;
  color: #2e2e2e;
}
#step-features .step-feature-icon {
  margin: 0 auto 1em auto;
  text-align: center;
}
#step-features a.medicon img{
	opacity:1.0;
}
#step-features a:hover.medicon img{
	opacity:0.5;
}


/* Header */
.step-header {
  text-align: center;
}
.step-header .step-heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .step-header .step-heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.step-header .step-heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}

/* Easy Rsponsive Tabs */
.step-tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #1092d4;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.step-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .step-tab-menu-icon {
    margin-top: 7px;
  }
}

#step-feature-slider .step-item-slide-text {
  margin-top: 1em;
}
#step-feature-slider .step-item-slide-text > h2 {
  position: relative;
  padding-bottom: 20px;
}
#step-feature-slider .step-item-slide-text > h2 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  #step-feature-slider .step-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  #step-feature-slider .step-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 480px) {
  #step-feature-slider .step-item-slide-text {
    margin-top: 0em;
  }
}

#step-testimonial {
  padding: 7em 0;
  background-size: cover;
}
#step-testimonial.border-top {
  border-top: 1px solid whitesmoke;
}
@media screen and (max-width: 768px) {
  #step-testimonial {
    padding: 7em 0;
  }
}
#step-testimonial blockquote {
  padding-left: 0;
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
  border-left: none;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  #step-testimonial blockquote {
    width: 100%;
    font-size: 35px;
    line-height: 47px;
  }
}
#step-testimonial blockquote p {
  text-align: center;
  color: #ffffff;
}
#step-testimonial .step-testimonial-author {
  font-size: 18px;
}
#step-testimonial .step-uppercase-heading-sm {
  color: #000000;
}

/* Accordions */
.step-accordion .panel-title > a {
  border-bottom: none !important;
}
.step-accordion .panel-title > a:hover {
  border-bottom: none !important;
}
.step-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.step-accordion .panel-heading .accordion-toggle {
  color: #1092d4;
}
.step-accordion .panel-heading .accordion-toggle:after {
  font-family: "Noto Sans Japanese";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
.step-accordion .panel-heading.collapsed .accordion-toggle {
  color: #2e2e2e !important;
}
.step-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: "Noto Sans Japanese";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}

/* Progress Bars */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #1092d4;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

/* Social Icons */
.step-social-icons {
  padding: 0;
}
.step-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.step-social-icons li a {
  height: 40px;
  width: 40px;
  border: 1px solid #ebebeb;
  display: table;
  text-align: center;
  color: #2e2e2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.step-social-icons li a:hover {
  background: #f86942;
  border: 1px solid #f86942 !important;
  color: #ffffff !important;
}
.step-social-icons li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
  .step-pricing-table-1 .step-pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .step-pricing-table-1 .step-pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-body,
.step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-heading {
  background: #1092d4;
  color: #ffffff;
}
.step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
}
.step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-heading h3 sup, .step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-heading h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.step-pricing-table-1 .step-pricing-table-item.step-best-offer .step-pricing-table-item-heading {
  background: #1092d4;
  color: #ffffff;
}
.step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
.step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.step-pricing-table-1 .step-pricing-table-item .step-pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.step-pricing-table-1 .step-pricing-table-item.step-best-offer .step-pricing-table-item-body {
  border: 2px solid #1092d4;
  border-top: none;
}

/* Nav Links */
.step-nav-links ul {
  padding: 0;
  margin: 0;
}
.step-nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.step-nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #1092d4;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.step-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.step-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-fullwidth.step-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.step-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

.mb100{
	margin-bottom:100px;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #1092d4;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #1092d4;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #1092d4;
}

/* Image Alignment */
img.step-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}

div#step-main.renen{
	float:none;
	position:inherit;
}

.step-renen h3,
.history h3{
    width: auto;
    height: auto;
    padding: 10px 15px 8px 15px;
    margin: 10px 0 25px 0;
    background-color: #616e78;
    border-radius: 3px 3px 3px 3px;
    font-family: "Noto Sans Japanese";
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
}

@media screen and (max-width: 480px) {
  img.step-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.step-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.step-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
  .mb100{
	margin-bottom:30px;
}
}
img.step-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.step-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.step-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.step-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.step-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.step-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

dl.renen{
	/*width:70%;*/
	margin-left:auto;
	margin-right:auto;
/*	border:solid 1px #FFF;
	padding:20px;*/
}

dl.renen p.title{
	font-size:24px;
	text-align:center;
	border:solid 1px #FFF;
	padding:10px;
	width:40%;
	margin-left:auto;
	margin-right:auto;
}

dl.renen  dd.point {
    padding: 0 0 0 20px;
    background-image: url(../com-img/i-li-point01.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

/*dl.renen p.title::before{
	background-image: url(../com-img/frame_l2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	content:"";
	display:inline-block;
	width:31px;
	height:44px;
	background-size:100%;
}

dl.renen p.title::after{
	background-image: url(../com-img/frame_r2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	content:"";
	display:inline-block;
	width:31px;
	height:44px;
	background-size:100%;
}*/

dl.renen dd{
	margin-bottom:10px;
	font-size:13px;
}

dl.renen dd.main{
	text-align:left;
	font-size:20px;
	margin-top:30px;
	margin-bottom:30px;
	color: #8bafe5;
}

div.video video {
    background-color: #999;
    height: 300px;
}

@media screen and (max-width: 480px){
dl.renen{
	width:100%;
	margin-left:auto;
	margin-right:auto;
/*	border:solid 1px #FFF;
	padding:20px;*/
}

dl.renen dd{
	margin-bottom:10px;
	font-size:13px;
}

dl.renen p.title{
	font-size:24px;
	text-align:center;
	padding:10px;
	width:100%;
/*	margin-left:auto;
	margin-right:auto;*/
}

/*dl.renen p.title::before{
	background-image: url(../com-img/frame_l2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	content:"";
	display:inline-block;
	width:31px;
	height:44px;
	background-size:100%;
}

dl.renen p.title::after{
	background-image: url(../com-img/frame_r2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	content:"";
	display:inline-block;
	width:31px;
	height:44px;
	background-size:100%;
}*/

dl.renen dd.main{
	text-align:center;
	font-size:20px;
	margin-top:15px;
	margin-bottom:15px;
}

div#step-main.renen{
	float:none;
	position:inherit;
}
}

@media screen and (max-width: 768px){
dl.renen{
	width:100%;
	margin-left:auto;
	margin-right:auto;
/*	border:solid 1px #FFF;
	padding:20px;*/
}

dl.renen dd{
	margin-bottom:10px;
	font-size:13px;
}

dl.renen p.title{
	font-size:24px;
	text-align:center;
	padding:10px;
	width:100%;
/*	margin-left:auto;
	margin-right:auto;*/
}

div#step-main.renen{
	float:none;
	position:inherit;
}

/*dl.renen p.title::before{
	background-image: url(../com-img/frame_l2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	content:"";
	display:inline-block;
	width:31px;
	height:44px;
	background-size:100%;
}

dl.renen p.title::after{
	background-image: url(../com-img/frame_r2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	content:"";
	display:inline-block;
	width:31px;
	height:44px;
	background-size:100%;
}*/

dl.renen dd.main{
	text-align:left;
	font-size:20px;
	margin-top:15px;
	margin-bottom:15px;
}

div#step-main.renen{
	float:none;
	position:inherit;
}

.mb100{
	margin-bottom:50px;
}

div.video video{
	background-color:#999;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


}


