/*-----------------------------------------------------------------------------------
	    Corporate [B3-Multi]-jsm
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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;
}


/* Sizes */

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

/* = 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 Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* 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{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-md{
	max-width:300px;
}
.text-w-lg{
	max-width:400px;
}
.text-w-70{
	max-width:70%;
}
.text-w-60{
	max-width:60%;
}
.text-w-50{
	max-width:50%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


.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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* iFrame */

iframe{
	border:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Noto Sans JP";
	color:#707070!important;
}
.container{
	max-width:1170px;
}
.corporate-icon{
	margin-bottom:15px;
	color:#154658!important;
}
.corporate-home-row{
	max-width:90%;
	margin-right:auto;
	margin-left:auto;
}
.corporate-social-icon{
	margin-right:3px;
	margin-left:3px;
	background-color:transparent;
	color:#424242!important;
	border-radius:100px 100px 100px 100px;
}
.corporate-center{
	text-align:center;
}
.corporate-icon:hover{
	color:#000000!important;
}
h1{
	font-family:"Lato";
	font-weight:900;
	font-size:40px;
	line-height:50px;
}
h2{
	font-family:"Lato";
	font-weight:400;
	font-size:30px;
	line-height:40px;
}
h3{
	font-family:"Lato";
	font-weight:700;
	font-size:23px;
	line-height:33px;
}
h4{
	font-family:"Lato";
	font-weight:300;
	font-size:20px;
	line-height:30px;
}
p{
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
label{
	font-family:"Lato";
	font-weight:400;
}
a{
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
	line-height:24px;
	color:#15ABAA!important;
}
.navbar-nav li a{
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
	margin-right:3px;
	margin-left:3px;
	color:#FEFFFE!important;
}
.navbar-brand{
	font-family:"Lato";
	font-weight:400;
	font-size:23px;
	line-height:33px;
	color:#000000!important;
	text-transform:uppercase;
}
.navbar-brand:hover{
	color:#17ABAA!important;
}
.navbar-nav li a:hover{
	color:#16ABAA!important;
}
.corporate-button{
	color:#FEFFFF!important;
	background-color:#16ABAA;
	text-transform:uppercase;
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	line-height:24px;
	padding-right:28px;
	padding-left:28px;
}
.a:hover{
	color:#154658!important;
}
.corporate-button:hover{
	background-color:#000000;
}
.corporate-social-icon:hover{
	background-color:transparent;
	color:#16ABAA!important;
}
.jsm-mennt-thum-img-style{
	width:60%;
}
.blocsapp-special-menu blocsnav{
	background-color:#FEFFFF;
}
.close-special-menu .close-icon{
	background-color:#000000;
}
.container-div-margin-top{
	margin-top:10px;
}
.p-style{
	font-size:0.82em;
	line-height:22px;
	font-family:Lato;
	font-weight:700;
	width:100%;
}
.jsm-header-h1-style{
	font-size:22px;
}
.img-bloc-1-style{
	width:180px;
	height:180px;
}
.navbar-brand img{
	width:52px;
	height:52px;
}
.nav-txt{
	font-family:"Noto Sans JP";
	font-size:1em;
	text-align:left;
	color:#FEFFFE!important;
}
.link-style{
	line-height:16px;
}
.nav-txt:hover{
	text-shadow:0px 0px 0px #FEFFFE;
}
.a:active{
	color:#15ABAA!important;
}
.h2-style{
	font-size:1.4em;
	font-family:Lato;
	font-weight:700;
	opacity:0.7;
	width:100%;
}
.p-bloc-2-style{
	font-size:13px;
	width:100%;
}
.img-bloc-2-style{
	width:72px;
	height:72px;
	border-radius:0px 0px 0px 0px;
}
.p-2-style{
	font-size:14px;
}
.p-4-style{
	font-size:14px;
}
.p-6-style{
	font-size:14px;
}
.p-7-style{
	font-size:6px;
}
.p-bloc-5-style{
	font-size:12px;
	line-height:16px;
	font-family:"Noto Sans JP";
}
.divider-style{
	width:100%;
}
.row-style{
	width:100%;
}
.img-8-style{
	width:212px;
}
.p-5-style{
	font-size:13px;
	width:100%;
}
.jsm-about-title{
	width:100%;
	border-style:solid;
	border-color:#707070!important;
	text-align:center;
	line-height:1.9em;
	background-color:#FEFFFE;
	padding:22px 22px 22px 22px;
	border-width:1px 1px 1px 1px;
}
.h3--jsm-style{
	font-size:1.1em;
	line-height:24px;
}
.img--f1e1603-matsui--style{
	width:279px;
}
.p-26-style{
	font-size:13px;
	width:100%;
}
.h5-style{
	font-family:Lato;
	font-weight:700;
}
.h3-under24-style{
	font-size:22px;
	margin-bottom:24px;
}
.btn-style{
	border-radius:25px 25px 25px 25px;
}
.btn-padding{
	padding-top:2px;
	padding-bottom:2px;
}
.none-btn{
	color:#FEFFFE!important;
}
.none-btn:hover{
}
.none-btn:active{
}
.btn-txt-padding{
	padding-top:2px;
	padding-bottom:2px;
}
.p-bloc-top-suport-style{
	font-size:13px;
}
.h2-infomation-style{
	font-size:22px;
	width:100%;
}
.h4-style{
	font-size:16px;
}
.btn-contact-style{
	padding-top:0px;
	padding-bottom:0px;
	border-radius:22px 22px 22px 22px;
}
.btn-contact-style:active{
	color:#154658!important;
}
.img--f1e1603-松井--style{
	width:418px;
}
.img--f1e1564-一般--style{
	width:420px;
}
.row-bloc-17-style{
	width:100%;
}
.img-footer-style{
	height:204px;
}
.img-23-style{
	height:204px;
}
.img-24-style{
	height:204px;
}
.btn-footer-toiawase-style{
	border-radius:10px 10px 10px 10px;
}
.p-footer-style{
	font-size:0.82em;
}
.footer-link-txt{
	font-size:0.82em;
	color:#707070!important;
	text-align:center;
}
.footer-link-txt:active{
	font-size:0.82em;
	color:#154658!important;
	text-align:center;
}
.footer-link-txt:hover{
	font-size:0.82em;
	color:#154658!important;
	text-align:center;
}
.footer-link-padding{
	margin-right:24px;
}
.link-会社案内-style{
	width:4.98%;
}
.h2-10-style{
	font-size:18px;
}
.h3-style{
	font-size:22px;
}
.sub-nav{
	border-style:solid;
	border-color:rgba(84,84,84,0.2)!important;
	border-width:1px 1px 1px 1px;
}
.sub-nav-link{
	color:#545454!important;
	font-size:0.6em;
	border-style:none;
}
.sub-nav-link:hover{
}
.sub-na-v-link:hover{
	border-style:solid;
	color:#545454!important;
	font-size:0.6em;
}
.sub-na-v-link{
	font-size:0.6em;
}
.subnav-txt{
	font-size:0.92em;
	color:#303030!important;
}
.subnav-txt:hover{
	color:#15ABAA!important;
	border-style:none;
	border-color:rgba(22,171,170,0.1)!important;
}
.jsm-h2-support-header-style{
	font-size:22px;
}
.jsm-p-support-header-style{
	text-align:center;
}
.jsm-p-support-header-style:hover{
}
.jsm-roundttitle{
	border-style:solid;
	border-color:#303030!important;
	font-size:0.6em;
	background-color:#FEFFFE;
	border-radius:1em 1em 1em 1em;
	border-width:1px 1px 1px 1px;
}
.h2-round-style{
	font-size:1.5em;
	color:#141414!important;
}
.jsm-h3-sub-title-green{
	font-size:1em;
	line-height:24px;
	color:#154658!important;
}
.jsm-p-topics{
	font-size:1.2em;
	line-height:1.9em;
	font-weight:100;
	border-style:none;
	border-left-width:6px;
	border-color:rgba(255,97,21,0.0)!important;
}
.img-25-style{
	width:423px;
	border-radius:0px 0px 0px 0px;
}
.img-bloc-23-style{
	width:295px;
}
.h4-bloc-24-style{
	font-size:9px;
}
.h4-roudstyle{
	font-size:16px;
	text-align:center;
}
.jsm-p-normal{
	font-size:0.82em;
	font-family:"Noto Sans JP";
	line-height:1.7em;
	float:none;
}
.p-bloc-24-style{
	font-family:Lato;
	font-weight:400;
}
.jsm-txt-link-style{
	color:#707070!important;
}
.jsm-txt-link-style:hover{
}
.linktxt-jsm-style:hover{
	color:#154658!important;
}
.linktxt-jsm-style{
	font-size:0.82em;
}
.link-スカッシュコート販売のjsm-style:hover{
}
.jsm-txtlink-style{
	color:#3A9086!important;
	font-size:0.86em;
	font-weight:normal;
	margin-bottom:16px;
}
.jsm-txtlink-style:hover{
	color:#154658!important;
}
.h2-jsm-style{
	font-size:1.4em;
	line-height:1.9em;
}
.jsm-p-mini{
	font-size:0.75em;
}
.jsm-h3-faq{
	font-size:1em;
}
.img-jsa-log-style{
	width:95px;
}
.jsm-width{
	width:60%;
}
.support-width{
	width:40%;
	text-align:center;
}
.jsm-h3-sub-title-white{
	color:#FEFFFE!important;
	font-size:1em;
	text-shadow:0px 0px 4px #000000;
}
.jsm-h3-sub-title-white:hover{
}
.jsm-h3-sub-title-white:active{
}
.jsm-p-width-long{
	width:80%;
	text-align:left;
}
.jsm-header-h1-font-green{
	color:#154658!important;
	text-shadow:0px 0px 8px #FEFFFE;
	font-size:22px;
}
.jsm-header-h1-font-green:hover{
}
.jsm-header-h1-font-green:active{
}
.h3-bloc-12-style{
	font-size:16px;
	text-align:left;
	line-height:1.7em;
	font-weight:normal;
}
.row-bloc-12-style{
	width:100%;
}
.btn-more-info-style{
	color:#FEFFFE!important;
	border-radius:25px 25px 25px 25px;
}
.btn-more-info-style:hover{
	color:#15ABAA!important;
}
.jsm-p-topics:hover{
	font-weight:100;
}
.img-style{
	width:95px;
}
.jsm-green{
	color:#FEFFFE!important;
	background-color:#154658;
	max-width:40%;
	border-style:solid;
	border-color:rgba(21,70,88,0.0)!important;
	border-radius:1em 1em 1em 1em;
	border-width:1px 1px 1px 1px;
}
.jsm-p-width{
	max-width:50%;
	width:40%;
}
.jsm-p-round{
	border-style:solid;
	display:inline-block;
	float:none;
	margin-bottom:4px;
	padding:2px 8px 2px 8px;
	border-radius:8px 8px 8px 8px;
	border-width:1px 1px 1px 1px;
}
.jsm-span-left{
	padding-left:10%;
}
.jsm-btn-width{
	width:40%;
}
.img-17-style{
	width:288px;
}
.img-18-style{
	width:288px;
}
.img-19-style{
	width:288px;
}
.p-29-style{
	font-size:12px;
}
.jsm-orage{
	color:#FEFFFE!important;
	background-color:#FF7F00;
	max-width:40%;
	border-color:rgba(255,127,0,0.0)!important;
	border-radius:1em 1em 1em 1em;
	border-width:1px 1px 1px 1px;
}
.jsm-h3-sub-title-orange{
	font-size:1em;
	line-height:24px;
	color:#F77B00!important;
}
.jsm-font-green{
	color:#154658!important;
}
.jsm-font-orange{
	color:#F77B00!important;
}
.h3-18-style{
	font-size:20px;
}
.jsm-p-mini-leftbar{
	border-style:solid;
	border-color:#FE6114!important;
	padding-left:16px;
	border-width:0px 0px 0px 6px;
}
.container-div-style{
	width:36.72%;
}
.p-30-style{
	font-size:16px;
}
.jsm-blue{
	color:#FEFFFE!important;
	background-color:#00A7E8;
	max-width:40%;
	border-style:none;
	border-color:rgba(0,0,0,0.0)!important;
	border-radius:1em 1em 1em 1em;
	border-width:1px 1px 1px 1px;
}
.jsm-font-blue{
	color:#00A7E8!important;
}
.h3—jsm-style{
	font-size:1.1em;
}
.img-shunou-thum02--style{
	width:320px;
}
.img-shunou-thum03--style{
	width:320px;
}
.jsm-brown{
	background-color:#905113;
	color:#FEFFFE!important;
	max-width:40%;
	border-radius:1em 1em 1em 1em;
	border-width:1px 1px 1px 1px;
}
.jsm-font-brown{
	color:#905113!important;
}
.jsm-p-upperbar{
	border-style:solid;
	border-color:#154658!important;
	padding-top:16px;
	text-align:left;
	border-width:2px 0px 0px 0px;
}
.img-39-style{
	width:59px;
}
.h3-pruducts-txt-style{
	font-size:16px;
}
.h3-product-title-style{
	font-size:18px;
}
.jsm-product-type-style{
	font-size:13px;
	background-color:rgba(191,191,191,0.5);
	color:#303030!important;
	border-style:solid;
	border-color:#707070!important;
	border-width:0px 0px 0px 12px;
}
.img-jsm-products-cap--style{
	width:219px;
}
.jsm-round-small{
	border-style:solid;
	padding-left:8px;
	padding-right:8px;
	border-radius:24px 24px 24px 24px;
	border-width:1px 1px 1px 1px;
}
.html-widget-style{
	width:96.68%;
}
.h2-form-style{
	font-size:22px;
}
.jsm-p-cotion{
	font-size:0.85em;
	color:#8E0F08!important;
}
.p-bloc-13-style{
	font-size:14px;
}
.h3-form02-style{
	font-size:16px;
	margin-top:16%;
}
.h4-form-style{
	font-size:16px;
	width:34.3%;
	line-height:30px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:22px;
	color:#545454!important;
	padding:0px 0px 0px 0px;
}
.h2-form02-style{
	font-size:24px;
}
.h3-bloc-57-style{
	font-size:20px;
	border-style:solid;
	text-align:center;
	border-radius:42px 42px 42px 42px;
	border-width:1px 1px 1px 1px;
}
.p-bloc-57-style{
	font-family:"helvetica";
}
.h4-bloc-57-style{
	font-size:18px;
}
.jsm-go-map{
	background-color:rgba(203,203,203,0.2);
	padding:32px 32px 32px 32px;
}
.jsm-go-map:hover{
	background-color:rgba(20,206,134,0.2);
}

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

/* Background colour styles */

.bgc-dark-cerulean{
	background-color:#19596C;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-azure-mistweb{
	background-color:#F0FEFB;
}
.bgc-white-2{
	background-color:#FFFFFF;
}
.bgc-snow{
	background-color:#FBFBFB;
}
.bgc-light-gray{
	background-color:#C5DDD7;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-medium-jungle-green{
	color:#323234!important;
}
.tc-dark-cerulean{
	color:#19596C!important;
}
.tc-onyx{
	color:#141414!important;
}

/* Button colour styles */

.btn-dark-cerulean{
	background:#19596C;
	color:#FFFFFF!important;
}
.btn-dark-cerulean:hover{
	background:#144756!important;
	color:#FFFFFF!important;
}
.wire-btn-dark-cerulean{
	color:#19596C!important;
	border-color:#19596C!important;
}

/* Icon colour styles */

.icon-dark-cerulean{
	color:#19596C!important;
	border-color:#19596C!important;
}
.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-home-header-pic-2x-50{
	background-image:url("img/home-header-pic@2x-50.jpg");
}
.bg-promo-top02-spR02-2x-50{
	background-image:url("img/promo-top02-spR02@2x-50.jpg");
}
.bg-mentenance-header−PIC-2x-50{
	background-image:url("img/mentenance-header−PIC@2x-50.jpg");
}
.bg-5-0027-matsui--2x{
	background-image:url("img/5-0027-matsui-@2x.jpg");
}
.bg-squashcoat-header-pic-2x-50{
	background-image:url("img/squashcoat-header-pic@2x-50.jpg");
}
.bg-dounyu-header-pic-2x-50{
	background-image:url("img/dounyu-header-pic@2x-50.jpg");
}
.bg-products-page-header−PIC-2x-50{
	background-image:url("img/products-page-header−PIC@2x-50.jpg");
}
.bg-squashpage-header−PIC-2x-50{
	background-image:url("img/squashpage-header−PIC@2x-50.jpg");
}




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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 only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {.b-parallax{background-attachment:scroll;}}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {.b-parallax{background-attachment:scroll;}}
@media (max-width: 991px)
{
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	h1{
		font-size:35px;
		line-height:45px;
	}
	h2{
		font-size:28px;
		line-height:38px;
	}
	h3{
		font-size:22px;
		line-height:32px;
	}
	h4{
		font-size:19px;
		line-height:29px;
	}
	.navbar-brand{
		font-size:22px;
		line-height:32px;
	}
	.navbar-nav li a{
		margin-right:2px;
		margin-left:2px;
	}
	.link-style{
		font-size:13px;
		line-height:13px;
	}
	.img-footer-style{
		width:219px;
	}
	.img-23-style{
		;
	}
	.jsm-p-support-header-style{
		font-size:13px;
	}
	.jsm-width{
		width:86%;
	}
	.support-width{
		width:100%;
	}
	.jsm-txtlink-style{
		font-size:0.82em;
	}
	.jsm-h3-sub-title-white{
		color:#FEFFFE!important;
		text-align:center;
		font-size:1em;
		text-shadow:0px 0px 3px #000000;
	}
	.jsm-h3-sub-title-green{
		font-size:1em;
		color:#154658!important;
	}
	.jsm-icontxt-link-style{
		font-size:1em;
	}
	.jsm-icontxt-link-style:hover{
		color:#154658!important;
	}
	.h2-jsm-style{
	}
	.jsm-h3-faq{
		font-size:0.85em;
		line-height:1.9em;
	}
	.jsm-mennt-thum-img-style{
		width:283px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:30px;
		line-height:40px;
	}
	h2{
		font-size:25px;
		line-height:35px;
	}
	h3{
		font-size:21px;
		line-height:31px;
	}
	h4{
		font-size:18px;
		line-height:28px;
	}
	p{
		font-size:15px;
		line-height:23px;
	}
	a{
		font-size:15px;
		line-height:23px;
	}
	.navbar-nav li a{
		font-size:13px;
		line-height:23px;
		text-align:center;
	}
	.navbar-brand{
		font-size:21px;
		line-height:31px;
	}
	.bloc-margin-bottom{
		margin-bottom:50px;
	}
	.corporate-home-row{
		max-width:100%;
	}
	.bloc-0-margin-bottom{
		margin-bottom:50px;
	}
	.corporate-icon{
		padding-top:50px;
	}
	.jsm-header-h1-style{
		font-size:16px;
	}
	.link-style{
		line-height:31px;
		font-size:16px;
	}
	.h3-style{
		font-size:1.2em;
	}
	.p-bloc-top-suport-style{
		font-size:0.8em;
	}
	.nav-txt{
	}
	.jsm-p-support-header-style{
		background-color:rgba(255,255,255,0.7);
		color:#303030!important;
	}
	.jsm-width{
		width:100%;
	}
	.jsm-h3-sub-title-white{
		text-align:center;
		color:#FEFFFE!important;
		text-shadow:0px 0px 13px #000000;
	}
	.jsm-mennt-thum-img-style{
		width:270px;
	}
	.jsm-header-h1-font-green{
		font-size:1em;
	}
	.jsm-header-h1-font-green:hover{
	}
	.jsm-header-h1-font-green:active{
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:28px;
		line-height:38px;
	}
	h2{
		font-size:23px;
		line-height:33px;
	}
	h3{
		font-size:20px;
		line-height:30px;
	}
	h4{
		font-size:17px;
		line-height:27px;
	}
	.navbar-brand{
		font-size:20px;
		line-height:30px;
	}
	.navbar-nav li a{
		text-align:center;
	}
	.corporate-center{
	}
	.bloc-0-margin-bottom{
		margin-bottom:50px;
	}
	.bloc-22960-margin-bottom{
		margin-bottom:49px;
	}
	.corporate-icon{
		padding-top:50px;
	}
	.jsm-hamnav{
	}
	.jsm-hamnav:hover{
		background-color:#FEFFFE;
		color:#FEFFFE!important;
	}
	.nav-txt:hover{
		color:#FEFFFE!important;
	}
	.link-style{
		font-size:11px;
		line-height:11px;
	}
	.jsm-squash-coat-link-style{
		color:#FEFFFE!important;
	}
	.jsm-squash-coat-link-style:hover{
		color:#15ABAA!important;
	}
	.jsm-squash-coat-link-style:active{
		color:#FEFFFE!important;
	}
	.h2-style{
		width:100%;
		text-align:center;
		padding-top:0px;
		margin-top:-46px;
		padding-right:12px;
		padding-left:12px;
		font-size:1.1em;
		line-height:1.7em;
		margin-bottom:32px;
	}
	.p-bloc-2-style{
		padding-right:12px;
		padding-left:12px;
		text-align:center;
		font-weight:100;
	}
	.footer-link{
		text-align:center;
	}
	.h3-under24-style{
		font-size:16px;
		text-align:center;
		font-weight:bold;
	}
	.p-bloc-top-suport-style{
		font-size:12px;
		text-align:left;
		line-height:19px;
	}
	.p-bloc-5-style{
		line-height:2em;
	}
	.h3-style{
		font-size:16px;
	}
	.h4-bloc-17-style{
		width:100%;
		font-size:14px;
	}
	.p-style{
		font-size:11px;
	}
	.h2-infomation-style{
		font-size:14px;
	}
	.h3-bloc-17-style{
		font-size:16px;
	}
	.h4-bloc-16-style{
		font-size:14px;
	}
	.h3-bloc-16-style{
		font-size:16px;
	}
	.h2-jsm-style{
		font-size:1em;
		line-height:1.9em;
	}
	.h6-style{
		font-size:14px;
	}
	.p-6-style{
		width:100%;
		font-size:13px;
	}
	.p-4-style{
		font-size:13px;
	}
	.p-2-style{
		font-size:13px;
	}
	.img-bloc-2-style{
		width:48px;
		height:48px;
	}
	.jsm-h2-support-header-style{
		font-size:15px;
		margin-top:-38px;
	}
	.p-29-style{
		font-size:12px;
	}
	.jsm-p-support-header-style:hover{
		padding-bottom:52px;
	}
	.sub-nav:hover{
		;
	}
	.jsm-p-support-header-style{
		color:#262627!important;
		background-color:rgba(255,255,255,0.7);
		padding-bottom:52px;
	}
	.jsm-p-support-header-style:active{
	}
	.sub-nav:active{
	}
	.sub-nav{
		border-style:none;
	}
	.h2-round-style{
		font-size:1em;
	}
	.jsm-p-topics{
		font-size:0.92em;
	}
	.jsm-p-normal{
		font-size:0.75em;
	}
	.img-39373-style{
		width:228px;
	}
	.jsm-txtlink-style{
		font-size:0.8em;
	}
	.jsm-h3-faq{
		font-size:0.82em;
	}
	.jsm-h3-sub-title-white{
		color:#FEFFFE!important;
		text-align:center;
		text-shadow:0px 0px 13px #000000;
		font-size:0.75em;
	}
	.jsm{
	}
	.jsm-h3-sub-title-green{
		font-size:0.8em;
		text-align:center;
	}
	.jsm-header-h1-font-green{
		font-size:1em;
	}
	.mt-1{
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

