/*-----------------------------------------------------------------------------------
	sotsugo
	Author: od
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

.text-justify{
	text-align: justify;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

.line-white{
	border-style:solid;
	height:auto;
	padding-left:30px;
	border-color:var(--swatch-var-6101)!important;
	border-width:0px 0px 0px 1px;
}
h3{
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:1.5em;
}
h2{
	font-size:28px;
	line-height:1.5em;
}
p{
	font-size:16px;
	line-height:1.8em;
}
h1{
	font-size:36px;
	line-height:1.5em;
}
.line-black{
	border-style:solid;
	height:auto;
	padding-left:30px;
	border-color:#C20089!important;
	border-width:0px 0px 0px 1px;
}
h4{
	font-size:18px;
	color:var(--swatch-var-3826)!important;
	line-height:1.8em;
	font-weight:bold;
}
.btn-clean{
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px #000000;
	background-color:var(--swatch-var-4428);
	color:var(--swatch-var-6411)!important;
	font-size:16px;
	text-transform:uppercase;
	padding:10px 30px 10px 30px;
	border-radius:5px 5px 5px 5px;
	font-weight:bold;
	text-align:left;
}
.btn-clean:hover{
	color:var(--swatch-var-2349)!important;
	background-color:var(--swatch-var-6411);
}
.text-footer{
	font-size:12px;
}
label{
	font-size:14px;
}
.box-location{
	padding:70px 70px 70px 70px;
	border-radius:20px 20px 20px 20px;
	display:flex;
	position:relative;
	align-items:center;
	background-image:url("img/194894517_l.jpg");
	background-size:cover;
	background-position:center top;
}
.hero{
	overflow:hidden;
}
.hero::before{
	background-size:cover;
	content:"";
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url("img/0025_original.jpg");
	background-position:center center;
	filter:brightness(0.8);
}
.grey-box{
	background-color:#E8EBF0;
	width:100%;
	display:flex;
	align-items:center;
	min-height:220px;
	margin-bottom:30px;
	padding:40px 60px 40px 60px;
	border-radius:25px 25px 25px 25px;
	background-position:center center;
	background-image:url("img/pharma_template_05.jpeg");
	background-size:cover;
}
.img-left{
	position:relative;
	left:-180px;
	border-radius:25px 25px 25px 25px;
	width:auto;
	background-size:cover;
	background-position:center center;
	height:330px;
}
.box-pharma{
	margin-right:140px!important;
	margin-bottom:100px;
	padding:90px 100px 90px 100px;
	border-radius:20px 20px 20px 20px;
	position:relative;
	display:flex;
	align-items:center;
	background-image:url("img/pharma_template_07.jpeg");
	background-position:center top;
	background-size:cover;
}
.img-pharmaceuticals{
	position:relative;
	left:210px;
	border-radius:25px 25px 25px 25px;
	height:330px;
	width:auto;
	background-image:url("img/pharma_template_06.jpg");
	background-size:cover;
	background-position:center center;
}
.hero1{
	overflow:hidden;
}
.hero1::before{
	background-size:cover;
	content:"";
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url("img/pharma_template_22.jpg");
	background-position:center center;
	filter:brightness(0.8);
}
.hero3{
	overflow:hidden;
}
.hero3::before{
	background-size:cover;
	content:"";
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url("img/pharma_template_19.jpg");
	background-position:center center;
	filter:brightness(1.0);
}
.hero4{
	overflow:hidden;
}
.hero4::before{
	background-size:cover;
	content:"";
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url("img/pharma_template_20.jpg");
	background-position:center center;
	filter:brightness(0.8);
}
.active{
	color:#C20089!important;
}
.nav-link.active{
	color:#C20089!important;
}
h5{
	font-size:30px;
}
.nav-special.fullscreen-nav{
	background-color:transparent;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.text-heading-medium{
	font-family:"Inter-Light";
	font-size:30px;
	line-height:36px;
}
.nav-tabs .nav-link{
	border-style:solid;
	border-color:var(--swatch-var-6101)!important;
	border-width:1px 1px 1px 1px;
	border-radius:8px 8px 8px 8px;
	min-width:180px;
	text-align:center;
	color:var(--swatch-var-6101)!important;
	font-family:"Inter-Regular";
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color:var(--swatch-var-2349)!important;
	background-color:var(--swatch-var-6101);
	border-radius:8px 8px 8px 8px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6101)!important;
	font-family:"Inter-Regular";
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover{
	background-color:var(--swatch-var-2183);
	border-style:solid;
	border-color:var(--swatch-var-2183)!important;
	border-width:1px 1px 1px 1px;
}
.nav-tabs .nav-link:hover{
	background-color:var(--swatch-var-2183);
	color:var(--swatch-var-2349)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-2183)!important;
}
.img-cancer{
	position:relative;
	left:-170px;
	border-radius:25px 25px 25px 25px;
	width:auto;
	background-size:cover;
	background-image:url("img/pharma_template_13.jpg");
	background-position:center center;
	height:330px;
}
.img-hepa{
	position:relative;
	left:-170px;
	border-radius:25px 25px 25px 25px;
	width:auto;
	background-size:cover;
	background-image:url("img/pharma_template_10.jpg");
	background-position:center center;
	height:330px;
}
.img-multiple{
	position:relative;
	left:-170px;
	border-radius:25px 25px 25px 25px;
	width:auto;
	background-size:cover;
	background-image:url("img/pharma_template_09.jpg");
	background-position:center center;
	height:330px;
}
.letters{
	font-family:"Inter-Bold";
	font-size:50px;
}
.year{
	font-size:35px;
	font-family:"Inter-Bold";
}
.link-footer-white{
	color:var(--swatch-var-2349)!important;
	text-decoration:none;
	text-transform:none;
	font-family:"Inter-Regular";
	letter-spacing:1px;
}
.link-footer-white:hover{
	color:var(--swatch-var-6101)!important;
}
.box-contact{
	background-color:#E8EBF0;
	width:100%;
	display:flex;
	align-items:center;
	min-height:220px;
	margin-bottom:30px;
	padding:40px 60px 40px 60px;
	border-radius:25px 25px 25px 25px;
	background-position:left center;
	background-image:url("img/pharma_template_04.jpeg");
	background-size:cover;
}
.img-zurich{
	height:218px;
}
.img-basel{
	height:218px;
}
.check{
	color:var(--swatch-var-2349)!important;
}
.navbar-brand img{
	width:250px;
	height:61px;
}
.gnav{
	font-size:16px;
	font-weight:bold;
	color:var(--swatch-var-6411)!important;
	margin-left:20px;
}
.gnav:hover{
	color:var(--swatch-var-4428)!important;
}
.img-style{
	width:300px;
}
.tit-gakka{
	text-align:center;
	font-size:36px;
	line-height:1.2em;
}
.p-top{
	font-size:14px;
	line-height:1.5em;
	padding-bottom:0px;
	margin-bottom:5px;
}
.button-02{
	background-color:var(--swatch-var-644);
	border-color:var(--swatch-var-7414)!important;
	font-size:14px;
	font-weight:600;
	color:#1D1D1D!important;
	margin-bottom:10px;
}
.button-02:hover{
	background-color:var(--swatch-var-3011);
	color:#FFFFFF!important;
	border-style:solid;
	border-color:var(--swatch-var-3011)!important;
	border-width:1px 1px 1px 1px;
}
.button-02:active{
	background-color:var(--swatch-var-3011);
}
.svg-icon-style{
	width:10px!important;
	fill:var(--swatch-var-3826)!important;
	background-color:transparent!important;
}
.white{
	color:var(--swatch-var-2349)!important;
}
.tit-h2{
	font-size:20px;
	line-height:1.5em;
}
.h3-pro{
	font-size:28px;
	text-align:center;
	color:var(--swatch-var-2183)!important;
	line-height:36px;
	font-family:"Roboto";
	font-weight:500;
	letter-spacing:2px;
}
.pink{
	color:var(--swatch-var-2183)!important;
}
.box-pink{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-2183)!important;
	border-radius:10px 10px 10px 10px;
}
.svg-icon-fill{
	fill:var(--swatch-var-2183)!important;
	width:50px!important;
	height:50px!important;
}
.tit-h3{
	font-size:20px;
	letter-spacing:0px;
	line-height:1.5em;
	text-align:center;
	color:var(--swatch-var-1771)!important;
}
.p-eng{
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}
.line{
	border-style:dotted;
	border-color:var(--swatch-var-3313)!important;
	padding-bottom:5px;
	margin-bottom:5px;
	border-width:0px 0px 1px 0px;
}
.tag{
	background-color:var(--swatch-var-644);
	font-size:12px;
	font-weight:bold;
	color:var(--swatch-var-6411)!important;
	padding:2px 2px 2px 2px;
}
.tag:hover{
	color:var(--swatch-var-2349)!important;
}
.h6-color{
	color:var(--swatch-var-1072)!important;
	font-weight:bold;
	margin-bottom:2%;
}
.button-line{
	border-color:var(--swatch-var-3578)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	color:var(--swatch-var-6411)!important;
	background-color:var(--swatch-var-2349);
	font-size:14px;
	padding:0.8em 1em 0.8em 1em;
}
.button-line:hover{
	background-color:var(--swatch-var-5783);
	color:var(--swatch-var-2349)!important;
}
.p-small{
	font-size:13px;
	font-weight:normal;
	line-height:1.8em;
}
.midashi{
	font-size:28px;
	color:var(--swatch-var-6411)!important;
	border-width:0px 0px 5px 0px;
	border-style:double;
	border-color:var(--swatch-var-6101)!important;
}
.box-menu{
	border-style:solid;
	border-color:var(--swatch-var-6079)!important;
	border-width:5px 5px 5px 5px;
	padding:1em 1em 1em 1em;
}
.img-miya--style{
	width:100px;
	margin-top:-10px;
	margin-bottom:10px;
}
.img-nav-style{
	width:40px;
}
.img-gaik-style{
	width:120px;
}
.img-card{
	position:relative;
	z-index:2;
	width:150px;
}
.bloc-margin-top{
	margin-top:-18%;
	position:relative;
	z-index:2;
}
.st-flame{
	border-radius:100px 100px 100px 100px;
	width:100px;
}
.p-no{
	font-family:"Roboto";
	color:var(--swatch-var-5652)!important;
	font-size:60px;
	line-height:60px;
	font-weight:lighter;
	text-align:center;
	text-transform:uppercase;
}
.tit-voice{
	font-size:20px;
	text-align:center;
	font-weight:bold;
}
.hero-h1{
	font-size:60px;
	line-height:1.5em;
}
.button{
	padding:10px 30px 10px 30px;
	text-transform:uppercase;
	font-size:14px;
	color:var(--swatch-var-3048)!important;
	border-width:1px 1px 1px 1px;
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-color:var(--swatch-var-3048)!important;
	background-color:transparent;
}
.button:hover{
	color:#FEFFFF!important;
	background-color:#414141;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-7677)!important;
}
.text-link{
	text-decoration:none;
}
.text-link:hover{
	text-decoration:underline!important;
	color:var(--swatch-var-4304)!important;
}
.faq-q{
	font-size:20px;
	color:var(--swatch-var-1771)!important;
	font-weight:bold;
}
.q-tit{
	font-size:20px;
	background-color:var(--swatch-var-3048);
	border-radius:20px 20px 20px 20px;
	text-align:center;
	padding:0.25em 1em 0.25em 1em;
	color:var(--swatch-var-2349)!important;
	margin-right:15px;
}
.black-button{
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	background-color:var(--swatch-var-417);
	color:#FEFFFF!important;
	border-width:0px 0px 0px 0px;
	border-radius:30px 30px 30px 30px;
}
.black-button:hover{
	color:#FEFFFF!important;
	background-color:var(--swatch-var-3011);
	border-width:0px 0px 0px 0px;
}
.faq-h3{
	font-size:20px;
	color:var(--swatch-var-1771)!important;
	letter-spacing:0px;
	line-height:1.8em;
}
.p-strong{
	font-weight:bold;
	color:var(--swatch-var-6411)!important;
}
.tit-midashi{
	font-size:28px;
	font-family:"Zen Maru Gothic";
	font-weight:700;
}
.tel{
	font-size:28px;
	color:#00B7FF!important;
	padding-bottom:0px;
}
.button-menu{
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	font-size:24px;
	background-color:var(--swatch-var-2349);
	color:var(--swatch-var-3826)!important;
	margin-bottom:10px;
	text-align:left;
	padding-left:2rem;
	border-style:solid;
	border-color:var(--swatch-var-3826)!important;
	border-width:1px 1px 1px 6px;
	font-weight:bold;
}
.button-menu:hover{
	color:var(--swatch-var-3826)!important;
	border-style:solid;
	border-width:1px 1px 1px 6px;
	font-weight:bold;
	background-color:var(--swatch-var-2349);
	border-color:var(--swatch-var-3826)!important;
}
.button-sidemenu{
	padding-top:1rem;
	padding-bottom:1rem;
	font-size:16px;
	background-color:var(--swatch-var-2349);
	color:var(--swatch-var-3826)!important;
	text-align:left;
	padding-left:0.5rem;
	border-style:solid;
	border-color:var(--swatch-var-6079)!important;
	font-weight:normal;
	border-width:1px 0px 0px 0px;
}
.button-sidemenu:hover{
	color:var(--swatch-var-3826)!important;
	border-style:solid;
	background-color:var(--swatch-var-2349);
	border-color:var(--swatch-var-3826)!important;
	border-width:1px 0px 0px 0px;
}
.tit-h3-sub{
	font-size:20px;
	background-color:var(--swatch-var-644);
	padding:1em 1em 1em 1em;
	letter-spacing:0px;
	border-width:0px 0px 0px 5px;
	border-style:solid;
	border-color:var(--swatch-var-3826)!important;
}
.tit-sub{
	font-size:24px;
	color:var(--swatch-var-2183)!important;
}
.box-line{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6411)!important;
	margin-bottom:30px;
}
.blue{
	color:var(--swatch-var-1771)!important;
}
a{
	color:var(--swatch-var-2213)!important;
}
.tit-eng{
	font-size:16px;
	text-transform:uppercase;
	line-height:1.5em;
}
.img-okamo-style{
	width:150px;
}
.red{
	color:var(--swatch-var-1343)!important;
}
.container{
	max-width:90%;
}
.dropdown-menu{
	background-color:var(--swatch-var-2281);
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.dropdown-menu li a{
	font-size:15px;
	color:var(--swatch-var-6411)!important;
	padding:10px 15px 10px 15px;
}
.dropdown-menu li a:hover{
	background-color:var(--swatch-var-4428);
	color:var(--swatch-var-2349)!important;
}
.svg-icon-bloc-23-fill{
	fill:var(--swatch-var-1771)!important;
}
.accordion-line{
	border-style:solid;
	border-color:var(--swatch-var-6275)!important;
	border-width:0px 0px 1px 0px;
}
.accordion-heading{
	font-family:"Roboto-Light";
	font-size:24px;
	text-decoration:none;
	background-color:transparent;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-6275)!important;
	position:relative;
	display:flex;
	align-items:center;
}
.accordion-link{
	font-family:"Roboto-Light";
	text-decoration:none;
	color:var(--swatch-var-3826)!important;
	padding-top:15px;
	padding-bottom:15px;
	font-size:20px;
	font-weight:bold;
}
.img-tasukiga-style{
	width:600px;
}
.box-yellow{
	background-color:var(--swatch-var-2349);
	padding:1em 1em 1em 1em;
	border-style:solid;
	border-color:var(--swatch-var-2474)!important;
	border-width:15px 15px 15px 15px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-6411:rgba(30,30,30,1.00);
	
	--swatch-var-2349:rgba(255,255,255,1.00);
	
	--swatch-var-6101:rgba(255,166,178,1.00);
	
	--swatch-var-3826:rgba(2,66,123,1.00);
	
	--swatch-var-6079:rgba(245,245,245,1.00);
	
	--swatch-var-5867:rgba(0,194,242,0.50);
	
	--swatch-var-2183:rgba(215,82,155,1.00);
	
	--swatch-var-4428:rgba(123,224,160,1.00);
	
	--swatch-var-7414:rgba(255,255,255,0);
	
	--swatch-var-3011:#282828;
	
	--swatch-var-1449:#AAE6FD;
	
	--swatch-var-2324:#FFF793;
	
	--swatch-var-6300:#FFD8D4;
	
	--swatch-var-417:#3DB3E1;
	
	--swatch-var-3578:#464646;
	
	--swatch-var-3313:#969696;
	
	--swatch-var-644:#F5F5EB;
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
	--swatch-var-2281:rgba(255,255,255,0.79);
	
	--swatch-var-5652:#FFA9C3;
	
	--swatch-var-7677:#111111;
	
	--swatch-var-3048:#1991D8;
	
	--swatch-var-4304:#46B446;
	
	--swatch-var-2213:#22AAE0;
	
	--swatch-var-1771:#198EE0;
	
	--swatch-var-1343:rgba(255,30,44,1.00);
	
	--swatch-var-4568:#040213;
	
	--swatch-var-6275:#C2C4B9;
	
	--swatch-var-3219:#008C44;
	
	--swatch-var-2474:rgba(252,231,102,1.00);
	
}


/* Background colour styles */

.bgc-2349{
	background-color:var(--swatch-var-2349);
}
.bgc-3826{
	background-color:var(--swatch-var-3826);
}
.bgc-6079{
	background-color:var(--swatch-var-6079);
}
.bgc-4428{
	background-color:var(--swatch-var-4428);
}

/* Text colour styles */

.tc-2349{
	color:var(--swatch-var-2349)!important;
}
.tc-4428{
	color:var(--swatch-var-4428)!important;
}
.tc-3578{
	color:var(--swatch-var-3578)!important;
}
.tc-6411{
	color:var(--swatch-var-6411)!important;
}
.tc-6101{
	color:var(--swatch-var-6101)!important;
}
.tc-3826{
	color:var(--swatch-var-3826)!important;
}

/* Button colour styles */

.btn-c-4428{
	background:var(--swatch-var-4428);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4428:hover{
	background:#48AD6D!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-6101{
	color:var(--swatch-var-6101)!important;
}
.ltc-6101:hover{
	color:#CC737F!important;
}
.ltc-6411{
	color:var(--swatch-var-6411)!important;
}
.ltc-6411:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-3826{
	color:var(--swatch-var-3826)!important;
	border-color:var(--swatch-var-3826)!important;
}

/* Bloc image backgrounds */



/* = Additional CSS
-------------------------------------------------------------- */
.fixed {
top:0px;
position: fixed;
z-index: 999;
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
	}
.zoom {
  overflow: hidden;
  position: relative;
}
.zoom img {
  transition: transform .5s;
  width: 100%;
}
.zoom:hover img {
  transform: scale(1.6);
 transition-delay: .1s;
}
.btn-clean {transition: all 0.75s ease;}
.gradient-text {
background: linear-gradient(to right, #C30089 20%, #6B014B 80%);
background-size: 200% auto;
color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
animation: animated_text 5s ease-in-out infinite;
	-moz-animation: animated_text 5s ease-in-out infinite;
	-webkit-animation: animated_text 5s ease-in-out infinite;
}
@keyframes animated_text {
	0% { background-position: 0px 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0px 50%; }
}
.btn {
transition: 0.8s ease-in-out;
}




/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.text-footer{
		font-size:18px;
	}
	h1{
		font-size:36px;
		line-height:36px;
	}
	.box-location{
		margin-left:20px!important;
		margin-right:0px;
	}
	.box-pharma{
		padding-left:70px;
		padding-right:70px;
		background-size:cover;
		margin-right:25px!important;
	}
	.img-pharmaceuticals{
		left:0px;
		top:60px;
		margin-bottom:55px;
	}
	.img-left{
		left:0px;
		top:60px;
		margin-bottom:40px;
	}
	.img-cancer{
		left:0px;
		top:60px;
		margin-bottom:40px;
	}
	.img-hepa{
		left:0px;
		top:60px;
		margin-bottom:40px;
	}
	.img-multiple{
		left:0px;
		top:60px;
		margin-bottom:40px;
	}
	.img-basel{
		width:auto;
		height:auto;
	}
	.img-zurich{
		width:auto;
		height:auto;
	}
	.column-sotugo{
		padding-left:0px;
		padding-right:0px;
	}
	.tit-gakka{
		font-size:24px;
	}
	.button-02{
		margin-bottom:5px;
		margin-top:5px;
		padding:10px 15px 10px 15px;
	}
	.tit-h2{
		font-size:22px;
	}
	.p-eng{
		font-size:12px;
		line-height:14px;
		letter-spacing:1px;
	}
	.button-line{
		margin-top:5px;
	}
	.p-small{
	}
	h3{
		font-size:14px;
	}
	.box-menu{
		margin-bottom:15px;
		padding:0.5em 0.5em 0.5em 0.5em;
	}
	.img-miya--style{
		width:50px;
		margin-top:-50px;
	}
	.text-center{
	}
	.bloc-margin-top{
		margin-top:-10%;
	}
	.st-flame{
		width:150px;
	}
	.img-card{
		border-radius:30px 30px 30px 30px;
		width:150px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6411)!important;
		fill:var(--swatch-var-6411)!important;
	}
	.menu-icon-nav-stroke{
		stroke:var(--swatch-var-3826)!important;
		fill:var(--swatch-var-3826)!important;
	}
	.tit-voice{
		font-size:16px;
		line-height:1.5em;
	}
	.tit-h3{
		font-size:24px;
		text-align:center;
	}
	.button{
	}
	.black-button{
	}
	.faq-h3{
		font-size:24px;
	}
	.q-tit{
		font-size:18px;
	}
	.tit-midashi{
		font-size:36px;
	}
	.tel{
		font-size:24px;
	}
	.button-menu{
		font-size:18px;
	}
	.button-sidemenu{
		font-size:16px;
		padding-top:0.5rem;
		padding-bottom:0.5rem;
	}
	p{
		font-size:14px;
	}
	.tit-sub{
		font-size:24px;
	}
	.midashi{
		font-size:20px;
		line-height:1.5em;
	}
	.line-white{
		border-width:0px 0px 0px 0px;
	}
	.tit-h3-sub{
		font-size:18px;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:28px;
		line-height:40px;
	}
	.nav-special.fullscreen-nav .nav > li a{
		text-transform:uppercase;
		font-size:50px;
		margin-left:0px;
	}
	.box-location{
		padding-left:50px;
		padding-right:50px;
		margin-left:10px;
	}
	.img-pharmaceuticals{
		left:0px;
		bottom:25px;
		margin-bottom:45px;
		height:300px;
	}
	.box-pharma{
		margin-right:15px!important;
		margin-left:0px;
		padding:70px 50px 70px 50px;
	}
	.img-left{
		left:0px;
		top:50px;
		margin-bottom:45px;
		height:300px;
	}
	.text-footer{
		line-height:35px;
	}
	.nav-special.fullscreen-nav{
		background-color:#E7EAF0;
		z-index:999;
		margin-top:50px;
	}
	h2{
		font-size:20px;
	}
	.img-cancer{
		left:0px;
		top:50px;
		margin-bottom:45px;
	}
	.img-hepa{
		left:0px;
		top:50px;
		margin-bottom:45px;
	}
	.img-multiple{
		left:0px;
		top:50px;
		margin-bottom:45px;
	}
	.img-basel{
		width:auto;
		height:auto;
	}
	.img-zurich{
		height:auto;
		width:auto;
	}
	.grey-box{
		padding-left:40px;
		padding-right:40px;
	}
	.box-contact{
		padding-left:40px;
		padding-right:40px;
	}
	.year{
		color:var(--swatch-var-2349)!important;
	}
	label{
		color:var(--swatch-var-2349)!important;
	}
	.p-top{
		font-size:14px;
	}
	.button-02{
		font-size:14px;
		margin-top:5px;
	}
	.tit-h2{
		font-size:18px;
	}
	.p-eng{
		font-size:12px;
	}
	.button-line{
		font-size:14px;
		margin-top:5px;
		padding:10px 10px 10px 10px;
	}
	.box-menu{
		padding:0.5em 0.5em 0.5em 0.5em;
		margin-bottom:15px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3826)!important;
		fill:var(--swatch-var-3826)!important;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-2281);
	}
	.close-special-menu .close-icon{
		background-color:var(--swatch-var-6411);
	}
	.gnav{
		margin-left:0px;
	}
	.img-miya--style{
		width:50px;
		margin-top:-50px;
	}
	.text-center{
	}
	.st-flame{
		width:150px;
	}
	.img-card{
		border-radius:50px 50px 50px 50px;
	}
	.tit-h3{
		font-size:18px;
		text-align:center;
	}
	.button{
		font-size:13px;
		line-height:23px;
	}
	.black-button{
		font-size:13px;
		line-height:23px;
	}
	.faq-h3{
		font-size:20px;
		letter-spacing:0px;
		line-height:1.8em;
	}
	.q-tit{
		font-size:18px;
	}
	.tit-midashi{
		font-size:28px;
	}
	.tel{
		font-size:20px;
	}
	.button-menu{
		margin-bottom:1px;
		font-size:18px;
	}
	.button-sidemenu{
		margin-bottom:1px;
		font-size:14px;
		padding-top:0.5rem;
		padding-bottom:0.5rem;
	}
	.tit-sub{
		font-size:24px;
		line-height:1.5em;
	}
	h4{
		font-size:15px;
	}
	.midashi{
		font-size:18px;
		line-height:1.8em;
	}
	.line-white{
		border-width:0px 0px 0px 0px;
	}
	.tit-h3-sub{
		font-size:16px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:20px;
		line-height:30px;
	}
	h4{
		font-size:16px;
		line-height:1.5em;
	}
	.nav-special.fullscreen-nav .nav > li a{
		font-size:30px;
	}
	h2{
		font-size:20px;
	}
	.grey-box{
		padding-left:10px;
		padding-right:10px;
	}
	.line-white{
		border-left-width:0px;
		padding-left:15px;
		padding-right:15px;
	}
	.line-black{
		border-left-width:0px;
		padding-left:15px;
		padding-right:15px;
	}
	h3{
		font-size:14px;
		line-height:1.5em;
	}
	.box-pharma{
		margin-right:0px!important;
		padding-left:15px;
		padding-right:15px;
	}
	.box-location{
		padding:20px 20px 20px 20px;
		margin-left:0px!important;
		margin-right:0px;
	}
	.img-pharmaceuticals{
		left:0px;
		bottom:50px;
		margin-bottom:45px;
		height:200px;
	}
	.img-left{
		left:0px;
		top:67px;
		margin-bottom:45px;
		height:200px;
	}
	.text-footer{
		font-size:12px;
		line-height:1.5em;
	}
	.close-special-menu .close-icon{
		background-color:var(--swatch-var-6411);
	}
	.nav-special.fullscreen-nav{
		margin-top:50px;
		background-image:url("img/pharma_template_18.jpg");
		background-size:cover;
		background-position:left bottom;
	}
	.img-cancer{
		left:0px;
		top:67px;
		margin-bottom:45px;
	}
	.img-hepa{
		left:0px;
		top:67px;
		margin-bottom:45px;
	}
	.img-multiple{
		left:0px;
		top:67px;
		margin-bottom:45px;
	}
	.box-contact{
		padding-left:10px;
		padding-right:10px;
	}
	.text-heading-medium{
	}
	.navbar-brand img{
		width:150px;
		height:35px;
	}
	.column-sotugo{
		padding-left:0px;
		padding-right:0px;
	}
	.p-top{
		font-size:12px;
	}
	.button-02{
		margin-top:5px;
		font-size:12px;
		text-align:center;
		margin-bottom:2px;
	}
	p{
		font-size:14px;
	}
	.tit-h2{
		font-size:18px;
		letter-spacing:0px;
	}
	.p-eng{
		font-size:12px;
	}
	.line{
		padding-bottom:10px;
		margin-bottom:15px;
	}
	.tag{
		padding:2px 2px 2px 2px;
		margin-bottom:5px;
	}
	.h6-color{
		margin-bottom:15px;
	}
	.button-line{
		font-size:12px;
		border-color:var(--swatch-var-3578)!important;
		padding:10px 10px 10px 10px;
	}
	.p-small{
		font-size:12px;
		letter-spacing:0px;
	}
	.h3-pro{
		font-size:18px;
		letter-spacing:0px;
		font-weight:800;
	}
	.tit-h3{
		font-size:15px;
		line-height:1.8em;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3826)!important;
		fill:var(--swatch-var-3826)!important;
	}
	.box-menu{
		padding:0.5em 0.5em 0.5em 0.5em;
		margin-bottom:15px;
	}
	.hero{
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-2281);
	}
	.gnav{
		margin-left:0px;
	}
	.midashi{
		font-size:18px;
		line-height:1.8em;
	}
	.img-miya--style{
		width:80px;
		margin-top:0px;
	}
	.text-center{
	}
	.st-flame{
		width:70px;
	}
	.p-no{
		font-size:35px;
		line-height:45px;
	}
	.tit-voice{
		font-size:18px;
		line-height:1.5em;
	}
	.img-card{
		border-radius:30px 30px 30px 30px;
		width:100px;
	}
	.button{
		margin-bottom:10px;
		padding:5px 30px 5px 30px;
	}
	.p-kakui{
	}
	.faq-q{
		font-size:16px;
	}
	.q-tit{
		font-size:14px;
	}
	.black-button{
		padding:10px 20px 10px 20px;
	}
	.faq-h3{
		font-size:14px;
		line-height:1.8em;
		letter-spacing:0px;
	}
	.tit-midashi{
		font-size:18px;
	}
	.tel{
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.button-menu{
		padding-top:0.5rem;
		padding-bottom:0.5rem;
		margin-bottom:5px;
		padding-left:1rem;
		font-size:12px;
	}
	.button-sidemenu{
		padding-top:0.5rem;
		padding-bottom:0.5rem;
		padding-left:1rem;
		font-size:12px;
		margin:0px 0px 0px 0px;
	}
	.tit-sub{
		font-size:20px;
	}
	.box-pink{
	}
	.tit-h3-sub{
		font-size:16px;
		line-height:1.5em;
	}
	.tit-eng{
		font-size:12px;
	}
	.accordion-heading{
	}
	.box-yellow{
		padding:0em 0em 0em 0em;
		border-width:10px 10px 10px 10px;
	}
	
}

