
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #757575;
	line-height: 26px;
	font-family: sans-serif;
	font-size: 14px;
}

a {
    color: #a0a0a0;
    transition: 0.5s;
}

    a:hover,
    a:active,
    a:focus {
        color: #0404f2;
        outline: none;
        text-decoration: none;
    }

h3 {
	color:#000;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.428571428571429em;
}
h5 {
	color:#000;
	font-weight:bold;
	font-size: 15px;
	line-height: 1.666666666666667em;
}
.body-content{min-height:500px;}
.nippon-container{
	width:75vw;
	margin:0 auto;
}
/* With main Container-Fluid */

.no-overflowx {
	overflow-x: hidden;
}
.main-container {
	padding-right: 0px; padding-left: 0px;
}
	
/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  color: #000;
  width: 84px;
  height: 84px;
  text-align: center;
  line-height: 1;
  font-size: 26px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 4;
}

    .back-to-top i {
        padding-top: 12px;
        color: #000;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#head-logo img {
    padding: 0; max-height: 70px;
}
#brand-logo{ margin:0 auto;}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {color: #fff;}
.normal-page .jumbotron {
    width: 100%; height: 400px; background-color: rgb(30, 115, 190); background-position: center 0px;
    text-align: center; background-attachment: fixed; background-repeat: no-repeat;
    position: relative; z-index: 101; border-radius: 0px; padding: 91px 2rem 0px 2rem !important;
}
	.normal-page .jumbotron .mobile-imagebg, 
	.normal-page .jumbotron .mobile-imagebg img {
		display: none;
	}
    .normal-page .jumbotron h1 {
        display: block; font-size: 33px !important; font-weight: 700 !important; letter-spacing: .5px;
		position: absolute; top: 50%; margin: 20px auto 0px auto; width: calc(100% - 4rem);
    }

.home-page #intro.jumbotron {
    width: 100%; min-height: 490px; background-color: transparent; background-position: center 40%;
    text-align: center; background-attachment: fixed; background-repeat: no-repeat; vertical-align: middle;
    position: relative; z-index: 101; border-radius: 0px; background-size: 100%; padding: 0px 2rem !important;
	margin-bottom: 0px !important; overflow: hidden;
}
    .home-page .jumbotron .homepage-bg {
		position: absolute; top: 0; left: 0; width: 100%; height: 110%; background-attachment: fixed;
		background-position: center center; background-repeat: no-repeat; background-size: cover;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0);
    }
    .home-page .jumbotron .homepage-text {
		position: absolute; left: 50%; top: 50%; width: 100%; text-align: center;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
    }
		.home-page .jumbotron .homepage-text .homepage-line1 {
			text-align: center; margin: 0px 0px 7px; color: rgb(41, 25, 160); font-size: 16px;
			line-height: 22px; letter-spacing: 0px; font-family: sans-serif; font-style: normal; font-weight: 500;
			-webkit-font-smoothing: antialiased;
			-webkit-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			-moz-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			-o-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			-webkit-animation-delay: 500ms;
			animation-delay: 500ms;
		}
		.home-page .jumbotron .homepage-text .homepage-line2 {
			text-align: center; margin: 0px 0px 18px; color: rgb(63, 47, 188); font-size: 48px;
			line-height: 48px; letter-spacing: 3px; font-family: Georgia; font-style: normal; font-weight: 700;
			text-transform: uppercase;
			-webkit-font-smoothing: antialiased;
			-webkit-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			-moz-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			-o-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			-webkit-animation-delay: 700ms;
			animation-delay: 700ms;
		}
		.home-page .jumbotron .homepage-text .homepage-line3 {
			text-align: center; color: rgb(41, 25, 160); font-size: 19px; line-height: 28px;
			letter-spacing: 0px; font-family: sans-serif; font-style: normal; font-weight: 300;
			text-transform: none;
			-webkit-font-smoothing: antialiased;
			-webkit-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			-moz-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			-o-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
			-webkit-animation-delay: 900ms;
			animation-delay: 900ms;
		}

@keyframes fadeIn {
	from {
		opacity: 0;
        transform: translateY(100%);
	}
	to {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.dropdown-menu {
	/* remove unneeded dropdown.scss default */
	border: none; border-radius: 0;
} 
	
.main-nav {
	/* Drop Down */
	/* Deep Drop Down */
	border-bottom-color: rgba(221, 221, 221, 0.87) !important;
}

.main-nav,
.main-nav * {

  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #0404f2;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}    

/* White Color Menu */
	
	.white-nav.main-nav a {
		color: #fff;
	}
	.white-nav.main-nav .navbar-nav .nav-link, .white-nav.main-nav .navbar-nav .active > .nav-link {
		color: #fff;
	}
		.white-nav.main-nav .navbar-toggler-icon {
			color: #fff;
		}
		.white-nav.main-nav #main-search-icon {
			color: #fff;
		}
		.white-nav.main-nav #sidebar-toggle-icon {
			color: #fff;
		}
		
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    color: #0404f2;
    text-decoration: none;
}

.main-nav .dropdown ul {

  padding: 10px 0;
  background-color:rgba(0,0,165,1);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .dropdown li {
  min-width: 180px;
  position: relative;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color: #1e73be;
}

.main-nav .dropdown li:last-child {
  border-bottom:none;
}


.main-nav .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #b0b0b0;
  
}

.main-nav .dropdown ul a:hover,
.main-nav .dropdown ul .active > a,
.main-nav .dropdown ul li:hover > a {
  color: #fff;
}

#main-nav .nav-link.dropdown-toggle::after {   
    border: none !important;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107" !important; 
    vertical-align: 0; 
}

.main-nav .dropdown-submenu .dropdown-toggle::after {
	 border: none !important;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-nav .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .dropdown .dropdown > a {
  padding-right: 35px;
}

.main-nav .dropdown .dropdown > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
.main-nav-bg {
    background-color:#fff;
}

/* Overwrite Sitefinity Nav */
.main-nav .navbar-nav .nav-link, .main-nav .navbar-nav .active > .nav-link {
    color: #0404f2;
}
.main-nav .dropdown-item:focus, .main-nav .dropdown-item:hover {
    background: none;
}

.main-nav .navbar-toggler {
    border:none;
}

.main-nav #main-search-icon {
	background: none; color: #777777;
}
.main-nav #sidebar-toggle-icon {
	background: none; color: #777777;
}

/* Basic Menu */

.basic-menu {
	background: transparent; background-color: transparent; padding: 0px 1rem; z-index: 1030; width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border-bottom: 1px solid rgba(221, 221, 221, 0.21) !important;
}
	.basic-menu #head-logo img {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
.basic-menu.scroll-nav {
	background: #fff; background-color: #fff; padding: 0px 1rem; border-bottom: 0px !important;
    -webkit-box-shadow: 0 1px 14px rgba(0,0,0,.06);
    -moz-box-shadow: 0 1px 14px rgba(0,0,0,.06);
    box-shadow: 0 1px 14px rgba(0,0,0,.06);
}
	.basic-menu.scroll-nav #head-logo img {
		max-height: 70px;
	}
	.basic-menu.scroll-nav #brand-logo {
		display: block;
	}
	.basic-menu.scroll-nav #head-logo {
		display: block; height: auto;
	}

	.basic-menu.scroll-nav.white-nav.main-nav .navbar-nav .nav-link, 
	.basic-menu.scroll-nav.white-nav.main-nav .navbar-nav .active > .nav-link {
		color: #0404f2;
	}
	.basic-menu.scroll-nav.white-nav.main-nav .navbar-toggler-icon, 
	.basic-menu.scroll-nav.white-nav.main-nav #main-search-icon, 
	.basic-menu.scroll-nav.white-nav.main-nav #sidebar-toggle-icon {
		color:#777777;
	}

/* Homepage Menu */

.homepage-menu {
	border-bottom: 1px solid rgba(221, 221, 221, 0.87) !important;
}
	
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #757575;
  font-size: 15px;
  background-color: #000;
}
.main-footer{background-color:#1d1d1d; color:#fff;}
.main-footer h3 {font-size:14px; color:#fff;margin-bottom: 27px;}
.footer-menu{color:#2143ce;}
.footer-menu ul{list-style:none;padding-left:0.5rem;}
.footer-menu li:before {content: '\2022';font-size:10px;}
.footer-menu a{color:#2143ce; font-size:14px;}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#sidebar-wrapper {
    position: fixed;
    z-index: 1031;
    width: 320px;
    min-height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #212121;
    transition: all 1s ease;
    right: 0;
}

#sidebar-close em {
    transition: transform 0.5s;   
}

 #sidebar-close em:hover {
        transform: rotate(180deg);
}

#sidebar-toggle:focus {
    outline: none;
}

#sidebar-body {
    margin: 2em;
    color: #fff;
}

    #sidebar-body a {
        color: #fff;
    }

#sidebar-text {
    height: 30em;
    position: relative;
    min-width: 200px;
}

    #sidebar-text p {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
/* change the sidebar's width to zero to collapse the sidebar */
.sidebar-hidden #sidebar-wrapper {
    width: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 20px;
    right: 20px;
    z-index: 1033;
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 1031;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
    /* display .overlay when it has the .active class */
    .overlay.active {
        display: block;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Top Main Search
--------------------------------------------------------------*/
#search-modal {
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.9);
}
    #search-modal .modal-backdrop {
        background-color: rgb(255,255,255);
    }
    #search-modal .modal-dialog .modal-content {
        background:none;
        border:none;
    }
#search-box::placeholder {
    color: black;
    opacity: 1;
}

#search-box:-ms-input-placeholder {
    color: black;
}

#search-box::-ms-input-placeholder {
    color: black;
}
#side-search-container button {background-color:#2143ce; border:none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0; height:45px;}
#side-search-container{  margin-bottom:20px; padding-left:20px; padding-right:20px;}
#side-search-container input{outline: none;box-shadow:none !important;border-right:none; border-left:none; border-top:none; border-bottom:1px solid #d9d9d9;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0; height:45px;  }
#side-search-container input::placeholder{ font-weight:bold;color: black;}
#side-search-container input:-ms-input-placeholder{ font-weight:bold;color: black;}
#side-search-container input::-ms-input-placeholder{ font-weight:bold;color: black;}

/*------------------------------------------------------------
# Background color
------------------------------------------------------------*/
.bg-blue{background-color:#2143ce;}
.bg-copyright{background-color:#000;}
.bg-denim {background-color:#1e73be;}

/*------------------------------------------------------------
# Homepage
------------------------------------------------------------*/

.homebody-container {
	padding: 50px 0px !important;
}
	.homebody-container .margin-top-30 {
		margin-top: 30px !important;
	}
	.homebody-container .margin-top-40 {
		margin-top: 40px !important;
	}
	.homebody-container .margin-top-50 {
		margin-top: 50px !important;
	}
	.homebody-container .margin-top-60 {
		margin-top: 60px !important;
	}
	.homebody-container .margin-top-70 {
		margin-top: 70px !important;
	}
	.homebody-container .margin-top-80 {
		margin-top: 80px !important;
	}

	.homebody-container .img-responsive {
		display: block; max-width: 100%; height: auto;
	}

	.homebody-container .homepage-titleheader {
		text-align: center;
	}
		.homebody-container .homepage-titleheader .sfContentBlock {
			display: block; text-align: center; width: 100%;
		}
		.homebody-container .homepage-titleheader h1.blue-h1 {
			display: inline-block; color: #0000bb; font-size: 33px; font-weight: 700; text-transform: uppercase; text-align: center;
			letter-spacing: .5px; line-height: 1.15em; margin-bottom: 0px;
		}
		.homebody-container .homepage-titleheader p.home-link {
			margin-bottom: 0;
		}
			.homebody-container .homepage-titleheader p.home-link a {
				color: #2143ce;
			}
		.homebody-container .homepage-titleheader h4.blacktext-h4 {
			color: #000000; text-align: center; font-size: 18px; line-height: 1.5em; font-weight: 700; text-transform: uppercase;
			letter-spacing: .5px; display: block; padding-right: 12%; padding-left: 12%; margin-bottom: 0px;
		}
		.homebody-container .homepage-titleheader h3.blacktext-h3 {
			color: #000000; text-align: center; font-size: 21px; line-height: 1.43em; font-weight: 700; text-transform: uppercase;
			letter-spacing: .5px; display: block; padding-right: 12%; padding-left: 12%; margin-bottom: 0px;
		}

	.homebody-container .homepage-contentbox {
		display: block; width: 100%; font-size: 14px; 
		line-height: 26px; color: #757575; font-weight: 400;
	}
		.homebody-container .homepage-contentbox .box-item {
			margin-bottom: 22px;
		}
		.homebody-container .homepage-contentbox .box-item .box-item-text-holder {
			display: block; width: 100%; box-sizing: border-box; padding: 21px 20px 16px; background-color: #fff;
			text-align: left; border-bottom: 3px solid #bfbfbf;
		}
			.homebody-container .homepage-contentbox .box-item .box-item-text-holder .box-item-title {
				margin-bottom: 16px; color: #313131; font-size: 18px; line-height: 1.5em; font-weight: 700; 
				text-transform: uppercase; letter-spacing: .5px; color: #313131;
			}
			.homebody-container .homepage-contentbox .box-item .box-item-text-holder .box-item-title a {
				color: #313131;
			}
			.homebody-container .homepage-contentbox .box-item .box-item-text-holder .box-item-title:hover, 
			.homebody-container .homepage-contentbox .box-item .box-item-text-holder .box-item-title a:hover,
			.homebody-container .homepage-contentbox .box-item .box-item-text-holder .box-item-title a:active {
				color: #2143ce;
			}
			.homebody-container .homepage-contentbox .box-item .box-item-text-holder .box-item-excerpt {
				margin: 0 0 86px;
			}
		.homebody-container .homepage-contentbox .box-item .box-item-info-section {
			margin: 0; padding: 0; font-size: 12px; line-height: 20px; font-weight: 600; color: #a0a0a0;
			text-transform: uppercase;
		}
			.homebody-container .homepage-contentbox .box-item .box-item-info-section > div {
				display: inline-block; position: relative; padding-right: 12px; margin-right: 8px;
			}
			.homebody-container .homepage-contentbox .box-item .box-item-info-section > div:after {
				content: '|'; position: absolute; right: 0; top: 50%;
				-webkit-transform: translateY(-50%);
				-moz-transform: translateY(-50%);
				transform: translateY(-50%);
			}
			.homebody-container .homepage-contentbox .box-item .box-item-info-section > div:last-child {
				border-right: none; margin-right: 0; padding-right: 0;
			}
			.homebody-container .homepage-contentbox .box-item .box-item-info-section > div:last-child:after {
				display: none
			}
			.homebody-container .homepage-contentbox .box-item .box-item-info-section > div a {
				color: #a0a0a0;
			}
		.homebody-container .homepage-contentbox .box-item .box-item-line {
			display: block; height: 3px; width: 0; opacity: 0; background-color: #2143ce; margin-top: -3px;
			-webkit-transition: width 0s .2s,opacity .2s;
			-moz-transition: width 0s .2s,opacity .2s;
			transition: width 0s .2s,opacity .2s;
		}
		.homebody-container .homepage-contentbox .box-item:hover .box-item-line {
			width: 100%; opacity: 1;
			-webkit-transition: width .4s ease;
			-moz-transition: width .4s ease;
			transition: width .4s ease
		}

	.homebody-container .homepage-link {
		text-align: center;
	}

	.homebody-container .homepage-servicebox {
		display: block; width: 100%;
	}
		.homepage-servicebox .servicebox-row {
			margin-right: 0px; margin-left: 0px;
		}
		.homepage-servicebox .servicebox-row .servicebox-col-item {
			padding-right: 0px; padding-left: 0px;
			background-color: #fcfcfc; vertical-align: middle;
			height: 100%; background-size: cover;
		}
		.homepage-servicebox .servicebox-item-content {
			padding: 11% 9% 11% 10%;
		}
			.homepage-servicebox .servicebox-item-content .servicebox-section-subtitle {
				text-align: left; color: #0000bb; margin: 0; padding: 0; font-family: Georgia, serif;
				font-size: 17px; line-height: 1.65em; font-weight: 400; font-style: italic; 
			}
			.homepage-servicebox .servicebox-item-content .servicebox-section-maintext {
				margin-top: 9px; margin-bottom: 15px; max-height: 80px;
			}
				.homepage-servicebox .servicebox-item-content .servicebox-section-maintext h3 {
					color: #0000bb; font-size: 21px; line-height: 1.43em; font-weight: 700; text-transform: uppercase;
					letter-spacing: .5px;
				}
				.homepage-servicebox .servicebox-item-content .servicebox-section-maintext .servicebox-section-subtext {
					color: #0000bb; margin-top: 23px; font-size: 14px; line-height: 26px; font-weight: 400;
				}
			.homepage-servicebox .servicebox-item-content .servicebox-mainlink {
				font-size: 15px; background-color: #2143ce; border: 2px solid #2143ce; color: #fff;
				display: inline-block; outline: 0; font-style: normal; font-weight: 500; font-family: inherit;
				padding: 18px 57px; line-height: 1.7em; letter-spacing: 2px; text-transform: uppercase;
				-webkit-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
				-moz-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
				transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			.homepage-servicebox .servicebox-item-content .servicebox-mainlink:hover,
			.homepage-servicebox .servicebox-item-content .servicebox-mainlink:active {
				border-color: #313131; background-color: #313131; color: #2143ce;
			}

	.homebody-container .homepage-clinicmenu {
		display: block; width: 100%;
	}
		.homepage-clinicmenu .clinicmenu-row {
			margin-right: 0px; margin-left: 0px;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			flex-wrap: wrap;
		}
		.homepage-clinicmenu .clinicmenu-row .clinicmenu-col {
			padding-right: 5px; padding-left: 5px; padding-top: 5px;
			display: flex; flex-direction: column; flex-wrap: wrap;
		}
		.homepage-clinicmenu .clinicmenu-item {
			border: 1px solid #dedede; border-radius: 5px; padding: 10px;
			height: 100%;
		}
			.homepage-clinicmenu .clinicmenu-item .clinicmenu-item-imglink {
				display: block; border: 0px; width: 100%;
			}
				.homepage-clinicmenu .clinicmenu-item .clinicmenu-item-imglink img {
					max-height: 402px; width: 100%;
				}
			.homepage-clinicmenu .clinicmenu-item .clinicmenu-item-txtlink {
				display: block; padding: 0 10px; margin-top: 14px; color: #313131; font-weight: bolder; margin-bottom: 6px;
				font-size: 14px; line-height: 1.2em; text-transform: uppercase; letter-spacing: .5px;
			}
				.homepage-clinicmenu .clinicmenu-item .clinicmenu-item-txtlink:hover,
				.homepage-clinicmenu .clinicmenu-item .clinicmenu-item-txtlink:active {
					color: #2143ce;
				}

/*------------------------------------------------------------
# Notice and Health Consultation
------------------------------------------------------------*/
.notice-card{ border-top:none;border-right:none;border-left:none; border-bottom:3px solid rgba(0,0,0,.125);border-radius:0; transition: color 0.25s; background-color:#f7f7f7; }
.notice-card:hover {
   border-bottom:3px solid rgba(0,0,255);
   -webkit-transition: border-color 0.8s ease-out 0.1s;
   -moz-transition: border-color 0.8s ease-out 0.1s;
   transition: border-color 0.8s ease-out 0.1s;   
}
.notice-card .card-title a{color:#313131;font-weight:600;}
.notice-card .card-footer{background:none;}
.notice-subtitle {width:50%; margin:auto; font-size:12px; font-weight:700; letter-spacing: 1px;}
.notice-footer {width:100%; padding:0; font-size:12px; font-weight:700; letter-spacing: 1px;}
.notice-footer li, .notice-subtitle li{display:inline; margin:auto;color:#a0a0a0; }
.notice-footer li:after, .notice-subtitle li:after{ content:'|'; padding-right:7px;padding-left:10px;}
.notice-footer li:last-child:after, .notice-subtitle li:last-child:after{ content:'';}
.notice-footer a{text-align:center;}
.notice-footer a:hover{color:#757575;}
.notice-title {background-color:#1e73be; height:150px;}
.notice-title h4 {font-weight:bold;}
.related-card{border:none;}
.related-card .card-body{padding:0;}
.related-card .card-title>a{color:#000;}

/*--------------------------------------------------------------
# Generic Form Section
--------------------------------------------------------------*/

.form-title h3 {
    color: #0000bb; font-size: 21px; line-height: 1.428571428571429em; font-weight: 700 !important; margin-bottom: 20px;
}
.form-title.pad-top {
    margin-top: 25px; 
}
.form-content {
	font-size: 14px; line-height: 26px; color: #757575; font-weight: 400; 
    -webkit-font-smoothing: antialiased;
}
	.form-content.pad-top {
		margin-top: 25px; 
	}
	.form-content.pad-top-bottom {
		margin-top: 25px; margin-bottom: 50px; 
	}
	.form-content a {
		color: #2143ce !important;
	}
    .form-content.form-warning {
	    border: 2px solid #f7e700; margin: 0.5em 0em 0.5em 15px; padding: 0.2em 1em; display: none;
    }
		.form-content.form-warning p {
			margin-bottom: 0px;
		}
    .form-content.form-success {
	    border: 2px solid #398f14; margin: 0.5em 0em 0.5em; padding: 0.2em 1em; display: none;
    }
		.form-content.form-success p {
			margin-bottom: 0px;
		}
.form-paragraph h3 {
	font-size: 21px; line-height: 1.428571428571429em; font-weight: 700;
}
.form-paragraph ul {
	margin-left: 0px; padding-left: 0px; list-style-position: inside;
}
.form-paragraph h4 {
	font-size: 14px; line-height: 26px; font-weight: 700;
}

.row.medical-form {
	margin-right: 0px; margin-left: 0px;
}
.row.contactus-form {
	margin-right: 0px; margin-left: 0px; margin-bottom: 40px;
}
	.row.medical-form .form-title,
	.row.contactus-form .form-title {
		padding-right: 0px; padding-left: 0px;
	}
	.row.medical-form .ootb-form,
	.row.contactus-form .ootb-form {
		padding-right: 0px; padding-left: 0px;
	}
	
.ootb-form .form-group {
	font-size: 14px; line-height: 26px; color: #757575; font-weight: 400; margin-bottom: 0.5rem;
}
	.ootb-form .form-group label.h6, .ootb-form .form-group legend.h6 {
		font-size: 14px;
	}
	.ootb-form .form-group a {
		color: #2143ce !important;
	}
	.ootb-form .form-group .text-danger[style="display: block;"] {
		color: #f00!important; font-size: 1em; font-weight: normal; display: block; margin-bottom: 18px;
	}
	.ootb-form .submit-section button[type="submit"] {
		margin-top: 25px; margin-bottom: 25px; background-color: #2143ce; 
		display: inline-block; width: auto; height: 45px; line-height: 45px; padding: 0 20px;
		border: 1px solid #2143ce; font-size: 13px; font-family: inherit;
		color: #fff; border-radius: 0; outline: 0; cursor: pointer; 
		-webkit-transition: all .15s ease-out;
		-moz-transition: all .15s ease-out;
		transition: all .15s ease-out;
		-webkit-appearance: none;
		box-sizing: border-box;
	}
		.ootb-form .submit-section button[type="submit"]:hover {
			background-color: #fff; color: #2143ce;
		}
	.ootb-form .form-group input.form-control[data-sf-role="text-field-input"],
	.ootb-form .form-group input.form-control[data-sf-role="email-text-field-input"],
	.ootb-form .form-group textarea
	{
		width: 100%; padding: 17px 18px; outline: 0; color: #757575; margin-top: 0;
		background-color: #fff; font: 400 13.3333px sans-serif;
		border: 1px solid #d9d9d9; border-radius: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: middle;
		-webkit-appearance: none;
	}
	.ootb-form .form-group input.form-control[data-sf-role="text-field-input"]:focus,
	.ootb-form .form-group input.form-control[data-sf-role="email-text-field-input"]:focus,
	.ootb-form .form-group textarea:focus {
		box-shadow: 0 0 14px 0 rgba(0,0,0,.07)
	}
	.ootb-form .form-group[data-sf-role="text-field-container"] .text-danger[style="display: block;"],
	.ootb-form .form-group[data-sf-role="email-text-field-container"] .text-danger[style="display: block;"],
	.ootb-form .form-group[data-sf-role="paragraph-field-container"] .text-danger[style="display: block;"] {
		margin-top: 26px;
	}
	
	.ootb-form .form-group[data-sf-role="text-field-container"] input.form-control[data-sf-role="text-field-input"],
	.ootb-form .form-group[data-sf-role="email-text-field-container"] input.form-control[data-sf-role="email-text-field-input"]
	{
		height: 54px;
	}
	.ootb-form .form-group[data-sf-role="paragraph-text-field-container"] textarea {
		height: 154px;
	}
	.ootb-form .form-group[data-sf-role="multiple-choice-field-container"] legend, 
	.ootb-form .form-group[data-sf-role="checkboxes-field-container"] legend {
		margin-bottom: 0px;
	}
	.ootb-form .form-group[data-sf-role="multiple-choice-field-container"] ul, 
	.ootb-form .form-group[data-sf-role="checkboxes-field-container"] ul {
		padding-left: 1em; margin-bottom: 0px;
	}
	.ootb-form .form-group[data-sf-role="multiple-choice-field-container"] .list-inline-item:not(:last-child),
	.ootb-form .form-group[data-sf-role="checkboxes-field-container"] .list-inline-item:not(:last-child) {
		margin-right: 1rem;
	}
	.ootb-form .form-group[data-sf-role="multiple-choice-field-container"] li > label, 
	.ootb-form .form-group[data-sf-role="checkboxes-field-container"] li > label {
		margin-bottom: 0px; margin-top: .35rem;
	}
	.ootb-form .form-group[data-sf-role="multiple-choice-field-container"] .text-danger[style="display: block;"],
	.ootb-form .form-group[data-sf-role="checkboxes-field-container"] .text-danger[style="display: block;"] {
		margin-top: 0px;
	}
    .ootb-form span[data-sf-role="error-message"] {
	    border: 2px solid #f7e700; margin: 0.5em 0em 0.5em; padding: 0.2em 1em; display: block;
    }
    .ootb-form span[data-sf-role="success-message"] {
	    border: 2px solid #398f14; margin: 0.5em 0em 0.5em; padding: 0.2em 1em; display: block;
    }
	
.row.contactus-form .ootb-form .form-group {
	margin-bottom: 25px;
}
	.row.contactus-form .ootb-form .submit-section button[type="submit"] {
		margin-top: 0px;
	}
	.row.contactus-form .ootb-form .form-group .text-danger[style="display: block;"] {
		margin-bottom: 0px;
	}
.row.contactus-form .ootb-form .form-group[data-sf-role="multiple-choice-field-container"],
.row.contactus-form .ootb-form .form-group[data-sf-role="checkboxes-field-container"] {
	margin-bottom: 18px;
}

/*--------------------------------------------------------------
# Generic Side Section
--------------------------------------------------------------*/

.side-section {
    margin-bottom: 34px;
}
    .side-section h5.section-title {
        background-color: #2143ce; padding: 14px 18px; margin-bottom: 21px; color: #fff;
        font-size: 15px; line-height: 1.666666666666667em; 
    }
    .side-section .section-text {
        font-size: 14px; line-height: 26px; color: #757575; font-weight: 400;
    }
        .side-section .section-text .highlight-text {
            color: #2143ce;
        }
        .side-section .section-text img {
            border: none; height: auto; max-width: 100%;
        }
.side-section.pad-top {
    margin-top: 25px; 
}

/*--------------------------------------------------------------
# Generic Table - Copied From TablePress
--------------------------------------------------------------*/

.tablepress {
    vertical-align: middle; border-collapse: collapse; border-spacing: 0; width: 100%; margin-bottom: 1em; border: none;
}
	.tablepress tbody tr, .tablepress thead tr {
		border: 1px solid #d9d9d9;
	}
	.tablepress td {
		padding: 5px 10px;
	}
	.tablepress td, .tablepress th {
		padding: 8px; border: none; background: 0 0; float: none!important;
	}
	.tablepress tbody td {
		vertical-align: top;
	}
	.tablepress tbody td, .tablepress tfoot th {
		border-top: 1px solid #ddd;
	}
	.tablepress tbody tr:first-child td {
		border-top: 0;
	}
	.tablepress thead th, .tablepress tbody tr:first-child td, .tablepress tbody td, .tablepress tfoot th {
		border: 1px solid #ccc;
	}
	.tablepress-id-2 .row-1 .column-1, .tablepress-id-2 .row-2 .column-1, .tablepress-id-2 .row-3 .column-1, .tablepress-id-2 .row-4 .column-1, .tablepress-id-2 .row-5 .column-1 {
		background-color: #FFF6E5!important; text-align: center;
	}
	.tablepress-id-2 .row-1 .column-2, .tablepress-id-2 .row-2 .column-2, .tablepress-id-2 .row-3 .column-2, .tablepress-id-2 .row-4 .column-2, .tablepress-id-2 .row-5 .column-2 {
		text-align: left;
	}
	.tablepress-id-3 .row-1 .column-1, .tablepress-id-3 .row-2 .column-1, .tablepress-id-3 .row-3 .column-1, .tablepress-id-3 .row-1 .column-2, .tablepress-id-3 .row-1 .column-3 {
		background-color: #FFF6E5!important; text-align: center;
	}
	.tablepress-id-3 .row-2 .column-2, .tablepress-id-3 .row-3 .column-2, .tablepress-id-3 .row-2 .column-3, .tablepress-id-3 .row-3 .column-3 {
		text-align: left;
	}
	.tablepress-id-4 .row-1 .column-1, .tablepress-id-4 .row-1 .column-2, .tablepress-id-4 .row-1 .column-3, .tablepress-id-4 .row-1 .column-4, .tablepress-id-4 .row-1 .column-5, 
	.tablepress-id-4 .row-2 .column-1, .tablepress-id-4 .row-3 .column-1, .tablepress-id-4 .row-4 .column-1, .tablepress-id-4 .row-5 .column-1, .tablepress-id-4 .row-6 .column-1, 
	.tablepress-id-4 .row-7 .column-1, .tablepress-id-4 .row-8 .column-1, .tablepress-id-4 .row-9 .column-1, .tablepress-id-4 .row-10 .column-1 {
		background-color: #FFF6E5!important; text-align: center;
	}
	.tablepress-id-4 .row-2 .column-2, .tablepress-id-4 .row-2 .column-3, .tablepress-id-4 .row-2 .column-4, .tablepress-id-4 .row-2 .column-5, 
	.tablepress-id-4 .row-3 .column-2, .tablepress-id-4 .row-3 .column-3, .tablepress-id-4 .row-3 .column-4, .tablepress-id-4 .row-3 .column-5, 
	.tablepress-id-4 .row-4 .column-2, .tablepress-id-4 .row-4 .column-3, .tablepress-id-4 .row-4 .column-4, .tablepress-id-4 .row-4 .column-5, 
	.tablepress-id-4 .row-5 .column-2, .tablepress-id-4 .row-5 .column-3, .tablepress-id-4 .row-5 .column-4, .tablepress-id-4 .row-5 .column-5, 
	.tablepress-id-4 .row-6 .column-2, .tablepress-id-4 .row-6 .column-3, .tablepress-id-4 .row-6 .column-4, .tablepress-id-4 .row-6 .column-5, 
	.tablepress-id-4 .row-7 .column-2, .tablepress-id-4 .row-7 .column-3, .tablepress-id-4 .row-7 .column-4, .tablepress-id-4 .row-7 .column-5, 
	.tablepress-id-4 .row-8 .column-2, .tablepress-id-4 .row-8 .column-3, .tablepress-id-4 .row-8 .column-4, .tablepress-id-4 .row-8 .column-5, 
	.tablepress-id-4 .row-9 .column-2, .tablepress-id-4 .row-9 .column-3, .tablepress-id-4 .row-9 .column-4, .tablepress-id-4 .row-9 .column-5, 
	.tablepress-id-4 .row-10 .column-2, .tablepress-id-4 .row-10 .column-3, .tablepress-id-4 .row-10 .column-4, .tablepress-id-4 .row-10 .column-5 {
		text-align: center;
	}
	.tablepress-id-5 .row-1 .column-1, .tablepress-id-5 .row-2 .column-1, .tablepress-id-5 .row-3 .column-1, .tablepress-id-5 .row-4 .column-1, 
	.tablepress-id-5 .row-5 .column-1, .tablepress-id-5 .row-6 .column-1, .tablepress-id-5 .row-7 .column-1, .tablepress-id-5 .row-1 .column-2 {
		background-color: #FFF6E5!important; text-align: center;
	}
	.tablepress-id-5 .row-2 .column-2, .tablepress-id-5 .row-3 .column-2, .tablepress-id-5 .row-4 .column-2, 
	.tablepress-id-5 .row-5 .column-2, .tablepress-id-5 .row-6 .column-2, .tablepress-id-5 .row-7 .column-2 {
		text-align: left;
	}
	.tablepress-id-6 .row-1 .column-1, .tablepress-id-6 .row-1 .column-2, .tablepress-id-6 .row-1 .column-3, .tablepress-id-6 .row-1 .column-4 {
		background-color: #FFF6E5!important; text-align: center;
	}
	.tablepress-id-6 .row-2 .column-1, .tablepress-id-6 .row-2 .column-2, .tablepress-id-6 .row-2 .column-3, .tablepress-id-6 .row-2 .column-4, 
	.tablepress-id-6 .row-3 .column-1, .tablepress-id-6 .row-3 .column-2, .tablepress-id-6 .row-3 .column-3, .tablepress-id-6 .row-3 .column-4 {
		text-align: center;
	}
	.tablepress-id-7 .row-1 .column-1, .tablepress-id-7 .row-1 .column-2 {
		background-color: #FFF6E5!important; text-align: center;
	}
	.tablepress-id-7 .row-2 .column-1, .tablepress-id-7 .row-2 .column-2, .tablepress-id-7 .row-3 .column-1, .tablepress-id-7 .row-3 .column-2, 
	.tablepress-id-7 .row-4 .column-1, .tablepress-id-7 .row-4 .column-2, .tablepress-id-7 .row-5 .column-1, .tablepress-id-7 .row-5 .column-2, 
	.tablepress-id-7 .row-6 .column-1, .tablepress-id-7 .row-6 .column-2, .tablepress-id-7 .row-7 .column-1, .tablepress-id-7 .row-7 .column-2, 
	.tablepress-id-7 .row-8 .column-1, .tablepress-id-7 .row-8 .column-2 {
		text-align: left;
	}
	.tablepress-id-8 .row-1 .column-1, .tablepress-id-8 .row-1 .column-2, .tablepress-id-8 .row-1 .column-3 {
		background-color: #FFF6E5!important; text-align: center;
	}
	.tablepress-id-8 .row-2 .column-1, .tablepress-id-8 .row-2 .column-2, .tablepress-id-8 .row-2 .column-3, .tablepress-id-8 .row-3 .column-1, 
	.tablepress-id-8 .row-3 .column-2, .tablepress-id-8 .row-3 .column-3, .tablepress-id-8 .row-4 .column-1, .tablepress-id-8 .row-4 .column-2, 
	.tablepress-id-8 .row-4 .column-3, .tablepress-id-8 .row-5 .column-1, .tablepress-id-8 .row-5 .column-3 {
		text-align: left;
	}
	.tablepress .row-hover tr:hover td {
		background-color: #f3f3f3
	}
	.tablepress a {
		color: #2143ce;
	}

/*--------------------------------------------------------------
# SCSS Overrides / Copied from Nippon Original
--------------------------------------------------------------*/

p {
    margin-bottom: 25px;
}

.wpb_wrapper h4 {
	font-size: 18px; line-height: 1.5em; margin-bottom: 0;
}

.wpb_wrapper ul {
    padding-inline-start: 15px;
}

.edgtf-btn {
    display: inline-block; outline: 0; font-style: normal; font-weight: 500; font-family: inherit;
    padding: 18px 57px; font-size: 11px; line-height: 1.7em; letter-spacing: 2px; text-transform: uppercase;
    -webkit-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    -moz-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.edgtf-btn.edgtf-btn-solid {
    background-color: #212121; border: 2px solid #212121; color: #fff;
}

.edgtf-btn-new-sf {
    background-color: #2143ce !important; border-color: #2143ce !important; font-size: 15px;
}

.edgtf-btn.edgtf-btn-solid:hover {
    color: #2143ce!important; border-color: #313131!important; background-color: #313131!important;
}

.wpb_wrapper.pad-top {
    margin-top: 25px; 
}

/*--------------------------------------------------------------
# Responsive Media Queries 
NOTE: media re-ordered from least to most width, to preserve CSS top-bottom hierarchy
--------------------------------------------------------------*/

@media (max-width: 574px) {
	.homebody-container .homepage-contentbox {
		padding-left: 35px; padding-right: 35px;
	}
		.homebody-container .homepage-titleheader p.home-link {
			padding-left: 20px; padding-right: 20px;
		}

	.normal-page .jumbotron h1 {
		font-size: 26px !important;
	}

	.home-page .jumbotron .homepage-text {
		max-width: 300px;
	}
		.home-page .jumbotron .homepage-text .homepage-line2 {
			margin: 0px 0px 12px; font-size: 30px; line-height: 30px; letter-spacing: 2px; 
		}
		.home-page .jumbotron .homepage-text .homepage-line3 {
			font-size: 17px; line-height: 25px;
		}
}

@media (max-width: 767px) {
    #sidebar-toggle-icon, #main-search-icon {
        visibility: hidden;
        display:none;
    }
	#intro {
		height: auto; padding: 80px 0 60px 0;
	}
	#intro .container {
		height: auto !important;
	}
	#intro .intro-img {
		width: 80%;
	}
	#intro .intro-info {
		text-align: center; padding-top: 40px;
	}
	#intro .intro-info h2 {
		font-size: 34px; margin-bottom: 30px;
	}
	.section-header p {
		width: 100%;
	}
	#main-nav {
		background: #fff;
	}
		#main-nav button.navbar-toggler span {
			height: auto;
		}
		#main-nav #head-logo {
			padding: 0px 15px;
		}
	

	.basic-menu, .homepage-menu, .basic-menu.scroll-nav {
		padding: .5rem 1rem;
	}

	.normal-page #intro.jumbotron {
		max-height: 300px; height: auto !important; overflow: auto; margin-top: 77px; padding: 0px 0px !important; 
	}
		.normal-page .jumbotron .mobile-imagebg {
			display: block;
		}
			.normal-page .jumbotron .mobile-imagebg img {
				display: block; position: relative; width: 100%; height: auto;
			}
		.normal-page .jumbotron h1 {
			top: 43%; margin: 0px auto; width: 100%;
		}

	.home-page #intro.jumbotron {
		min-height: 250px; margin-top: 77px; padding: 0px 2rem !important; 
	}
		.home-page .jumbotron .homepage-bg {
			background-position: center 0;
			-webkit-transform: none!important;
			transform: none!important;
		}
		.home-page .jumbotron .homepage-text .homepage-line1 {
			margin: 0px 0px 6px; font-size: 14px; line-height: 19px;
		}
		.home-page .jumbotron .homepage-text .homepage-line2 {
			margin: 0px 0px 14px; font-size: 36px; line-height: 36px; letter-spacing: 2px; 
		}
		.home-page .jumbotron .homepage-text .homepage-line3 {
			font-size: 19px; line-height: 28px; 
		}
	.homebody-container .homepage-titleheader h4.blacktext-h4 {
		padding-right: calc(10% - 15px); padding-left: calc(10% - 15px);
	}
	.homebody-container .homepage-titleheader h3.blacktext-h3 {
		padding-right: calc(10% - 15px); padding-left: calc(10% - 15px);
	}

	.homepage-servicebox .servicebox-item-content .servicebox-section-maintext {
		max-height: unset;
	}
}

/* for all mobile screen */
@media screen and (max-width: 767px) {
    .back-to-top {
        bottom: 15px;
    }

	/* #brand-logo{width:300px;} */
    #brand-logo {
        width: 100%; vertical-align: middle; line-height: 86px; text-align: center;
    }

    .nippon-container{width:100%; padding-left:50px; padding-right:50px;}
	.notice-title-left{ margin-bottom:-3rem;}
	.notice-title-right{ margin-top:-3em;}	
	#side-search-container{ padding-left:0px; padding-right:0px;}
    .mobile-nav  a{font-size:12px;}	

    .mobile-nav .navbar-nav {
        width: 100%; margin:0 auto; padding: 0px 10px;
    }	

    .mobile-nav .dropdown-menu{border:none; padding-left:20px; padding-top:0px; }	
    .mobile-nav .navbar-toggler-icon {background: none; color:#000; font-size:14px;}
    .mobile-nav .dropdown-item{border-bottom: 1px solid #eaeaea; padding:0.5rem 0;}
    .mobile-nav .nav-link{border-bottom: 1px solid #eaeaea; padding:0.5rem 0;}
    .mobile-nav .dropdown-submenu .dropdown-toggle::after{  border: none !important;font: normal normal normal 14px/1 FontAwesome;content: "\f105";content: "\f107" !important;}
    
    .navbar-light.mobile-nav .navbar-toggler { 
        border: none; padding: 0; position: absolute; left: 1rem; top: 42px;
    }
    .navbar-light.mobile-nav #head-logo { 
        display: inline-block; margin: 0 auto; white-space: nowrap;
    }

    .navbar-nav  { 
        display: inline-block; margin: 0 auto; white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .main-nav .navbar-nav a.nav-link {
        padding: 10px 1.25rem;
    } 
    .dropdown-menu {
        margin: -1px 0 0;
    } 
}

@media (max-width: 991px) {
	.homepage-servicebox .servicebox-item-content {
		padding: 11% 9% 11% 13%;
	}
}

@media (min-width: 991px) {
  
}

@media (min-width: 992px) {
	#intro .intro-info {
		padding-top: 80px;
	}
	.row.medical-form .ootb-form .label-desc.form-group {
		padding-right: 30px;
	}
	.side-section {
		padding-left: 15px; padding-right: 15px;
	}
	.row.contactus-form .ootb-form .label-desc.form-group {
		padding-right: 30px;
	}
	.nippon-container > .row > .col-lg-8 {
		padding-right: 10px;
	}
	.nippon-container > .row > .col-lg-4 {
		padding-left: 30px;
	}
	.main-nav .navbar-nav a.nav-link:focus, .main-nav .navbar-nav a.nav-link:hover {
		color: #0404f2;
	}
}

@media (min-width: 1340px) {
    .main-nav .navbar-nav a.nav-link {
        padding: 31px 1.25rem;
    }   
}

/*--------------------------------------------------------------
# Animation Keyframes
--------------------------------------------------------------*/

@-webkit-keyframes from-bottom {
    0% {
        -webkit-transform: translate(0,15%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes from-bottom {
    0% {
        -moz-transform: translate(0,15%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes from-bottom {
    0% {
        -o-transform: translate(0,15%);
        opacity: .5
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes from-bottom {
    0% {
        transform: translate(0,15%);
        opacity: 0
    }

    100% {
        transform: translate(0,0);
        opacity: 1
    }
}