<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 *
 */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');


html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: "Noto Sans Japanese","繝｡繧､繝ｪ繧ｪ","Meiryo",verdana,"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",Sans-Serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #333;
}
html, body {
	width: 100%;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	font-weight: 600;
}
h1 { font-size: 4.8rem; color: #0c4a57; }
h2 { font-size: 3.4rem; color: #0c4a57; }
h3 { font-size: 2.8rem; color: #0c4a57; }
h4 { font-size: 1.8rem; color: #0c4a57; }

#features h1 span { font-size: 120%;}
@media screen and (max-width: 768px) {
	h1 { font-size: 3.4rem; color: #0c4a57; }
	h2 { font-size: 2.8rem; color: #0c4a57; }
	h3 { font-size: 2.0rem; color: #0c4a57; }
	h4 { font-size: 1.8rem; color: #0c4a57; }
	#features h1 { text-align:justify; }
	#features h1 span { font-size: 100%; }
}
.v-sp{
	display:none;
}

a[href^="tel:"] {
	pointer-events: none;
}

a {
	color: #296b79;
	transition: all .3s ease-in-out; }

a:focus,
button:focus {
	outline: none;
}

.btn:hover,
a:hover {
	text-decoration: none;
	color: #d15455;
}
img {
	max-width: 100%;
}
.bg-fixed {
	background-size: cover;
}
.bg-grey {
	background-color: #f7f8f9;
}

.fs-40 { font-size: 40px; }

section {
	position: relative;
}
.section-content {
	padding-top: 80px;
	padding-bottom: 80px;
	box-sizing: border-box;
}
.title-wrap,
.section-title {
	text-align: center;
}
.section-title span{
	color:#0da28f;
}
.sub-title{
	font-family: 'Smooch Sans', sans-serif;
	font-size:2.2rem;
	margin-top:-35px !important;
	padding:0;
}
.sub-title span{
	color:#0da28f;
}
.shadow {
	box-shadow: 0 10px 30px 0 rgba(67, 80, 98, 0.24), 0 2px 4px 0 rgba(67, 80, 98, 0.1) !important;
}
#header-navbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 11;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#header-logo {
	
}
#header-logo h4 {
	display: inline-block;
	color: #fff;
	margin-bottom: 0;
	margin-left: 5px;
	font-size:1.3rem;
	letter-spacing: 0.5px;
}
h3#logo {
	width:300px;
	height: 43px;
	overflow: hidden;
	background: url(../img/logo.svg);
	background-size: 300px;
	margin-top:5px;
}
#logo a {
	padding-top:45px;
}
.navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
	transition: .3s ease;
}
.navbar-nav:hover li a {
	opacity: 0.5;
}
.navbar-nav:hover li a:hover {
	opacity: 1;
}
.navbar-toggler {
	font-size: 2rem;
	color: #fff; 
}
.nav-item{
	padding-left:10px;
}
.jumbotron {
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
	min-height: 100vh;
}
.jumbotron_sub {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
	min-height: 50vh;
}
.jumbotron .container, .jumbotron_sub .container {
	position: relative;
	z-index: 1;
}
.jumbotron:before, .jumbotron_sub:before {
	position: absolute;
	display: block;
	content: "";
	opacity: 0.8;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* fallback for old browsers */  
	background: -webkit-linear-gradient(to right, rgba(1, 112, 135, .8), rgba(1, 112, 135, 1));
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, rgba(1, 112, 135, .8), rgba(1, 112, 135, 1));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.jumbotron h1 {
	line-height: .9;
	font-weight: bold;
	display: inline-block;
	border: 10px solid #fff;
	padding: 30px;
	font-size: 7rem;
	color: #fff;
	opacity: 0;
	animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
	animation-delay: .8s;
}
.jumbotron_sub h1 {
	line-height: .9;
	font-weight: bold;
	display: inline-block;
	border: 10px solid #fff;
	padding: 30px;
	font-size: 3rem !important;
	color: #fff;
	opacity: 0;
	animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
	animation-delay: .8s;
}
.overlay:before {
	position: absolute;
	display: block;
	content: "";
	opacity: 0.9;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, rgba(1, 112, 135, .2), rgba(1, 112, 135, .5));
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, rgba(1, 112, 135, .2), rgba(1, 112, 135, .5));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.overlay.bg-white {
	color: #000;
}
.overlay.bg-white:before {
	background: #fff;
	opacity: .7;
}
.text-white {
	color: #fff;
}

#topmov {
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
}
.tgt {
	width:840px;
	margin-left: -410px;
	opacity: 0;
	position:absolute;
	left:50%; top:65%;
	font-size: 2.0rem;
	color: #fff !important;
	z-index:100;
}
.tgt span{ display: none; float: left;}
.tgt span.cur{ display: block; }


#section-features{
	width: 100%;
	height: 70vh;
	border-bottom:30px solid #fff;
	overflow: hidden;
}
#section-features:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../img/features.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	z-index:-1;
}
#section-features:hover:after {
	opacity: .8;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.bg_txt1 {
	position: absolute;
	right: -220px;
	bottom: -120px;
	font-size: 35rem;
	color: rgba(255, 255, 255, .3);
}
#section-features h2{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size:6.5rem;
	float:right;
	margin-top: -20px;
	font-weight:500;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
}
#section-features h2 span {
	font-size: 120%;
}

#section-features p{
	float:right;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.6rem;
	margin-top: -20px;
	padding:10px 15px;
	background:rgba(255, 255, 255, .8);
	font-weight:400;
	color: #0c4a57;
}
#section-features2{
	/*background: url("../img/features2.jpg") no-repeat;
	background-position:center center;
	background-size: cover;
	*/
	width: 100%;
	height: 70vh;
	border-bottom:30px solid #fff;
	overflow: hidden !important;
}
#section-features2:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../img/features2.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	z-index:-1;
}
#section-features2:hover:after {
	opacity: .8;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.bg_txt2 {
	position: absolute;
	left: -50px;
	top: -20px;
	font-size: 35rem;
	color: rgba(255, 255, 255, .3);
}
#section-features2 h2{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size:6.5rem;
	float:right;
	margin-top: -20px;
	font-weight:500;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
}
#section-features2 h2 span {
	font-size: 120%;
}

#section-features2 p{
	float:right;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 1.6rem;
	margin-top: -20px;
	font-weight:400;
	padding:10px 15px;
	background:rgba(255, 255, 255, .8);
	color: #0c4a57;
}

#section-features3{
	/*
	background: url("../img/features3.jpg") no-repeat;
	background-position:center center;
	background-size: cover;
	*/
	width: 100%;
	height: 70vh;
	border-bottom:30px solid #fff;
	overflow: hidden;
}
#section-features3:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../img/features3.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	z-index:-1;
}
#section-features3:hover:after {
	opacity: .8;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.bg_txt3 {
	position: absolute;
	right: -60px;
	top: -150px;
	font-size: 35rem;
	color: rgba(255, 255, 255, .3);
}
#section-features3 h2{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size:6.5rem;
	float:right;
	margin-top: -20px;
	font-weight:500;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
}
#section-features3 h2 span {
	font-size: 120%;
}
#section-features3 p{
	float:right;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.6rem;
	margin-top: -20px;
	font-weight:400;
	padding:10px 15px;
	background:rgba(255, 255, 255, .8);
	color: #0c4a57;
}

.bg-swich {
	width: 100vw;
	height: 40vh;
	background-position:center center;
	background-size: cover;
	overflow: hidden;
}
#recruit{
	background: url("../img/bg_top_recruit.jpg") no-repeat;
	background-position: left top;
	background-size: 100%;
	width: 100vw;
	height: 500px;
	overflow: hidden;
	animation: scroll-anim 45s linear infinite;
}

@keyframes scroll-anim {
	  0% { opacity: 0; }
	  5% { opacity: 1; }
	 99% { opacity: 1; }
	100% { background-position: 0 100%; opacity: .1;}
}

.recruit-box{
	background: rgba(255, 255, 255, .8);
	text-align:center;
	padding: 25px;
	margin: -35px 0 0;
}
.recruit-box h2 {
	margin-bottom:30px;
	font-size:5.0rem;
}
.recruit-box p {
	margin-top:20px 0;
	font-size:1.7rem;
	text-align:center;
}

.employ-button {
	margin: 1.5em 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.employ-button li {
	display: inline-block;
}
.employ-button li:nth-child(2) {
	margin: 0 0 0 75px;
}
.employ-button li span {
	border: 3px solid #0c4a57;
	border-radius: 50%;
	color: #0c4a57;
	display: block;
	height: 100px;
	line-height: 90px;
	width: 100px;
	font-size:2rem;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.recruit_btn {
	width:50%;
	margin:2em auto 2em;
	padding:15px;
	border:1px solid #555;
	background:#0c4a57;
	text-align: center;
}
.recruit_btn a{
	color:#fff;
	font-size:2.0rem;
}

#inquiry_box {
	width: 100vw;
	padding:130px 0 120px;
}
#inquiry_box h2 {
	margin-bottom:0.2em;
}

.sub_caption{
	font-size:1.8rem !important;
	text-align:center;
}
#tel_box {
	width:80%;
	margin:30px auto;
	border:1px solid #ccc;
	padding:30px 0;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	display:flex;
	box-sizing: border-box;
}
#tel_box div {
	width:100%; 
	text-align:center;
}
#tel_box aside {
	margin:0 0 1em;
	font-size:2.0rem;
}
.tel_num, .fax_num {
	font-family: 'Lato', sans-serif;
	font-size:3.8rem !important;
	color:#0c4a57;
	display:inline-block;
	margin:0 50px 20px;
	font-weight: 600;
}
.tel_num i, .fax_num i {
	display:inline-block;
	margin-right:10px;
	font-size:90%;
}
.tel_num span {
	font-size:1.4rem;
}
.inq_btn {
	width:80%;
	margin:2.5em auto 1em;
	padding:15px;
	border:1px solid #0c4a57;
	background:#d1dddf;
	text-align: center;
}
.inq_btn a{
	color:#0c4a57;
	font-size:2.0rem;
}
#address {
	margin: 1em 0;
}
#address p {
	margin:0;
	padding:0;
	line-height:1.4;
}
#foot-link{
	margin: 2.5em 0 0;
}
#foot-link a{
	display:inline-block;
	margin:0 10px;
}
#copy {
	width: 100%;
	margin-top: 10px;
	padding:5px;
	clear: both;
	display: block;
	text-align: center;
	color: #fff;
	background: #0c4a57;
	font-size: 1.2rem;
	font-weight: 400;
}

/* scrollup
==================================================*/

.scrollup{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .3;
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
	background: #296b79;
	opacity: 1;
}
.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;
}

@media screen and (max-width: 992px) {


}

@media screen and (max-width: 768px) {
	html,
	 body {
	 	-webkit-overflow-scrolling: touch;
	 	width:100%;
	 	overflow-x:hidden;
	 	box-sizing:border-box;
	}
	img{
		max-width:100%;
	}
	.section-content {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.v-sp{
		display:block;
	}
	#header-logo h4 {
		margin-bottom: 0;
		margin-left: 0;
		font-size:1.3rem;
		letter-spacing: 0;
	}
	h3#logo {
		width:70%;
		overflow: hidden;
		background: url(../img/logo.svg) no-repeat;
		background-size: 100%;
		margin-top:5px;
	}
	.bg-swich {
		width:100%;
		background-position:center center;
		background-size: cover;
		overflow: hidden;
	}
	#topmov, .rectangle-1, .rectangle-2 {
		display:none;
	}
	.jumbotron h1 {
		line-height: 1;
		font-weight: 500;
		border: 3px solid #fff;
		padding: 20px;
		font-size: 2.0rem;
		color: #fff;
		opacity: 0;
		animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
		animation-delay: .8s;
	}
	.tgt {
		width:80%;
		margin: 0 auto;
		opacity: 0;
		position:absolute;
		left:10%; top:65%;
		font-size: 1.5rem;
		color: #fff !important;
		z-index:10;
	}
	.section-sub-title{
		text-align:left;
	}
	.slider_s p{
		font-size:1.4rem;
	}
	.bg_txt1 {
		position: absolute;
		right: -120px;
		bottom: -50px;
		font-size: 15rem;
		color: rgba(255, 255, 255, .3);
	}
	.section-title{
		text-align:left;
	}
	
	.sub-title{
		text-align:right;
		font-size:2.0rem;
		margin-top:-60px !important;
		padding:0;
	}
	.sub-title span{
		color:#0da28f;
	}
	.row{
		width:100% !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}
	#section-features h2{
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		box-sizing:border-box;
		font-size:3.0rem;
		float:none;
		margin-top: -20px;
		font-weight:500;
		text-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
	}

	#section-features p{
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		font-size: 1.6rem;
		margin-top: 20px;
		padding:10px 15px;
		background:rgba(255, 255, 255, .8);
		font-weight:400;
		color: #0c4a57;
		box-sizing:border-box;
		float:none;
		border:1px solid #fff;
	}
	.bg_txt2 {
		position: absolute;
		left: -50px;
		top: -80px;
		font-size: 15rem;
		color: rgba(255, 255, 255, .3);
	}
	#section-features2 h2{
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		color: #fff;
		font-size:2.8rem;
		float:none;
		margin-top: 20px;
		font-weight:500;
		text-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
		width:100%;
	}
	#section-features2 p{
		float:none;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		text-orientation: upright;
		font-size: 1.6rem;
		margin-top: 20px;
		font-weight:400;
		padding:10px 15px;
		background:rgba(255, 255, 255, .8);
		color: #0c4a57;
		width:100%;
	}
	.bg_txt3 {
		position: absolute;
		right: -60px;
		top: -80px;
		font-size: 15rem;
		color: rgba(255, 255, 255, .3);
	}
	#section-features3 h2{
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		color: #fff;
		font-size:2.8rem;
		float:none;
		margin-top: -10px;
		font-weight:500;
		text-shadow: 2px 2px 7px rgba(0, 0, 0, .6);
	}
	#section-features3 p{
		float:none;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		font-size: 1.6rem;
		margin-top: 20px;
		font-weight:400;
		padding:10px 15px;
		background:rgba(255, 255, 255, .8);
		color: #0c4a57;
		width:95%;
	}

	#recruit{
		background: url("../img/bg_top_recruit.jpg") no-repeat;
		background-position: left top;
		background-size: 100%;
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.recruit-box{
		width:100%;
		background: rgba(255, 255, 255, .8);
		text-align:center;
		padding: 15px;
		margin: -15px 0 0;
	}
	.recruit-box h2 {
		margin-bottom:30px;
		font-size:3.0rem;
	}
	.recruit-box p {
		margin-top:20px 0 10px;
		font-size:1.5rem;
		text-align:left;
	}
	.employ-button {
		display:none;
	}
	.recruit_btn {
		width:90%;
		margin:0 auto;
		padding:10px;
	}
	.recruit_btn a{
		font-size:1.6rem;
	}
	#inquiry_box {
		width: 100vw;
		padding:50px 0;
	}
	#inquiry_box h2 {
		margin-bottom:0.2em;
		font-size:2.0rem;
		text-align:left !important;
	}
	#inquiry_box .sub_caption{
		text-align:left !important;
		font-size:1.6rem !important;
		line-heght:1.1 !important;
	}
	#tel_box {
		width:100%;
		margin:30px auto;
		border:1px solid #ccc;
		padding:30px 0;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
		display:flex;
		box-sizing: border-box;
	}
	#tel_box div {
		width:90%;
		margin:0 auto;
		text-align:center;
	}
	#tel_box aside {
		margin:0 0 1em;
		font-size:1.6rem;
	}
	.tel_num, .fax_num {
		font-family: 'Lato', sans-serif;
		font-size:2.6rem !important;
		color:#0c4a57;
		display:inline-block;
		margin:0 10px 20px;
		font-weight: 600;
	}
	.tel_num i, .fax_num i {
		display:inline-block;
		margin-right:10px;
		font-size:90%;
	}
	.tel_num span {
		font-size:1.4rem;
	}
	.inq_btn {
		width:100%;
		margin:2.5em auto 1em;
		padding:10px;
		border:1px solid #0c4a57;
		background:#d1dddf;
		text-align: center;
	}
	.inq_btn a{
		color:#0c4a57;
		font-size:1.6rem;
	}
}

/*==============================
=        BUSINESS PAGE          =
==============================*/

.process-box{
	position:relative;
	width:100%;
	padding:15px 20px;
	box-sizing:border-box;
	min-height:240px;
}
.process-box aside{
	position:absolute;
	left:20px;
	top:10px;
	width:150px;
	border-bottom:1px solid #0c4a57;
	z-index:10;
	font-size:6.0rem;
	color:#0c4a57;
	line-height:1;
	font-family: 'Open Sans', sans-serif;
}
.process-box figure{
	width:320px;
	height:195px;
	z-index:1;
	margin-left:100px;
	margin-right:60px;
	float:left;
}
.process-box div{
	width:55%;
	float:left;
	margin:5px 0;
	padding-left:60px;
	border-left:1px solid #0c4a57;
	height:180px;
}
.process-box h4, .process-box p{

}
.process-box h4{
	font-size:2.4rem;
	margin-bottom:20px;
	background:#0c4a57;
	color:#fff;
	padding:4px 10px;
	font-family: 'Smooch Sans', sans-serif;
}
.process-box h4 span{
	display:inline-block;
	margin-left:20px;
	font-family: "Noto Sans Japanese","繝｡繧､繝ｪ繧ｪ","Meiryo",verdana,"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",Sans-Serif;
	text-align:right;
	float:right;
	font-size:80%;
}
.single_featured{
	position:relative;
}
.single_featured img{
	width:100%;
}
figure.hover-parent {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
figcaption.hover-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(111,88,70,0.9);
	opacity: 0;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 30px;
}
figcaption.hover-mask div{
	display:inline-block;
	border:1px solid #fff;
	border-radius:5px;
	margin:auto;
	width:95%;
	height:95%;
	padding:30px 20px 10px;
	text-align:left;
	font-size:1.5rem;
}
figcaption.hover-mask div h4{
	color:#fff;
	text-align:center;
	margin-bottom:1em;
}
figcaption.hover-mask div p{
	color:#fff;
	margin:0;
	padding:0;
}
figcaption.hover-mask {
	transition:all 0.6s ease;
	transform: rotateX(-180deg);
}
figure.hover-parent:hover .hover-mask {
	transform: rotateX(0deg);
	opacity: 1;
}
.machine-list h4{
	background:#e9e9e9;
	padding:3px 8px;
	margin:0;
}
.machine-list p{
	margin:0;
	padding:5px;
}

@media screen and (max-width: 768px) {
	.process-box{
		position:relative;
		width:100%;
		padding:15px 0px;
		min-height:auto;
	}
	.process-box aside{
		position:absolute;
		left:0;
		top:0;
		width:50%;
		border-bottom:1px solid #0c4a57;
		font-size:6.0rem;
	}
	.process-box figure{
		width:70%;
		height:auto;
		z-index:1;
		margin-left:30%;
		margin-right:0;
		float:none;
	}
	.process-box div{
		width:100%;
		float:none;
		margin:5px 0;
		padding-left:0;
		border-left:0;
		height:auto;
	}
	.process-box h4{
		font-size:2.4rem;
		margin-bottom:10px;
		background:#0c4a57;
		color:#fff;
		padding:4px 10px;
	}
}

/*==============================
=        COMPANY PAGE          =
==============================*/

#mg-policy{
	text-align:left;
	font-size:2.9rem;
	letter-spacing:-.5px;
	font-weight:600;
	padding:20px;
	box-sizing:border-box;
	background:#d0e1e4;
}
.d-tbl{
	display:table;
	width:95%;
}
.tbl-row{
	display:table-row;
}
.tbl-cell {
	display:table-cell;
	box-sizing:border-box;
	padding:18px 10px;
	border-bottom:1px solid #ccc;
}

@media screen and (max-width: 768px) {
	#mg-policy{
		text-align:justify;
		font-size:1.8rem;
		letter-spacing:-1px;
		padding:10px 10px;
	}
	.d-tbl{
		width:100%;
		margin-bottom:20px;
	}
	.d-tbl .tbl-cell{
		display:block;
		width:100%;
		padding:10px 10px;
	}
	.d-tbl .tbl-cell:nth-child(odd){
		background:#e4e4e4;
	}
	

}


/*==============================
=        RECRUIT PAGE          =
==============================*/
#recruit-box1{
	position:relative;
	width:100%;
	margin:0;
}
#recruit-box1 p{
	margin:0 auto 50px;
	line-height:1.5;
	font-size:1.7rem;
}
.zoom {
	width: 100%;
	overflow: hidden;
	float:right;
}
.zoom-1 img {
	width: 100%;
	height: auto;
	animation: animationZoom1 5s ease-in-out forwards;
}
@keyframes animationZoom1 {
	100% { transform: scale(1.05)}
}
#recruit-box2{
	background:#eeeeee;
	box-sizing:border-box;
	padding:30px;
	margin-bottom:80px;
}
#recruit-box3{
	box-sizing:border-box;
	margin-bottom:80px !important;
}
#recruit-box2 h4{
	line-height:1.4;
}
#recruit-box2 p{
	margin:10px 8px 20px;
}


@media screen and (max-width: 768px) {

	#recruit-box1 p{
		text-align:justify !important;
		font-size:1.5rem;
	}
	#recruit-box2{
		padding:15px 10px;
		margin-bottom:30px;
	}
	#recruit-box2 h4{
		font-size:1.6rem;
	}
	#recruit-box2 p{
		margin:10px 0 20px;
	}
	#recruit-box3{
		margin-bottom:0 !important;
	}

}
/*==============================
=        INQUIRY PAGE          =
==============================*/
.contact-cap{
	text-align:center;
}

#inq_tel_box {
	width:80%;
	margin:30px auto 50px;
	background:#0c4a57;
	padding:10px 30px;
	box-sizing: border-box;
	color:#fff;
	font-size:1.6rem;
}
#inq_tel_box div {
	box-sizing: border-box;
	display:flex;
	align-items: center;
}
#inq_tel_box p{

}
.ex_text{
	padding-top:8px;
	text-align:left;
}
.inq_tel_num{
	font-family: 'Lato', sans-serif;
	font-size:4.6rem !important;
	color:#fff;
	margin:0 35px 0 0;
	font-weight: 600;
}
.form-group input[type="text"], .form-group input[type="tel"], .form-group input[type="email"] {
	padding:8px 10px !important;
	font-size: 1.6rem;
}

.form-group textarea {
	font-size:1.5rem;
}
.form-group select {
	padding:8px 10px !important;
	font-size: 1.6rem;
}

#inq-tbl{
	width:70%;
	margin:30px auto 50px;
	border-collapse:collapse;
}
#inq-tbl td{
	padding:15px 20px;
	border-bottom:1px dotted #efefef;
}


@media screen and (max-width: 768px) {
	.contact-cap{
		text-align:justify;
	}
	#inq_tel_box {
		width:100%;
		margin:10px auto 20px;
		padding:10px;
		color:#fff;
		font-size:1.4rem;
	}
	#inq_tel_box div {
		display:block !important;
		text-align:left;
	}
	.inq_tel_num{
		display:block !important;
		width:100%;
		font-size:2.6rem !important;
		margin:0;
		text-align:center;
	}
	.ex_text{
		display:block !important;
		padding-top:8px;
		text-align:center;
	}

}
/*==============================
=            BUTTON            =
==============================*/
.btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  padding: 9px 25px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s; }

.btn-primary {
  display: inline-block;
  background-color: #d5394a;
  border-color: #d5394a;
  color: #fff; }
  .btn-primary:hover {
    background-color: #d15455;
    border-color: #d15455;
    color: #fff; }

.btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
  .btn-outline-primary:hover {
    background-color: #d15455;
    border-color: #d15455;
    color: #fff;
}

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15); }

.btn-icon {
  color: #000; }

.btn-link {
  color: #d5394a; }

/*=====  End of BUTTON  ======*/
/*==========================================
=            FORM RECTANGLE ETC            =
==========================================*/
.rectangle-1 {
	width: 2000px;
	height: 200px;
	background: rgba(142, 45, 226, .4);
	background: -webkit-linear-gradient(to right, rgba(114, 193, 209 .5), rgba(0, 134, 162, .5));
	background: linear-gradient(to right, rgba(114, 193, 209, .5), rgba(0, 134, 162, .5));
	transform-origin: 90% 50% 0;
	position: absolute;
	left: -5%;
	top: 40%;
	z-index: 0;
	transform: scale(1) rotate(40deg);
}
.rectangle-2 {
	width: 2000px;
	height: 200px;
	background: rgba(142, 45, 226, .4);
	background: -webkit-linear-gradient(to right, rgba(114, 193, 209, .5), rgba(0, 134, 162, .5));
	background: linear-gradient(to right, rgba(114, 193, 209, .5), rgba(0, 134, 162, .5));
	transform-origin: 50% 20% 0;
	position: absolute;
	right: 0;
	z-index: 0;
	transform: scale(1) rotate(40deg);
}

@keyframes fade-in-right {
	from {
		opacity: 0;
		transform: translateX(-100vw) rotate(-15deg);
	}
	to {
		opacity: 1;
		transform: translateX(0) rotate(-15deg);
	}
}
@keyframes grow1 {
	from {
		opacity: 0;
		transform: scale(2) rotate(-10deg);
	}
	to {
		opacity: 1;
		transform: scale(1) rotate(-10deg);
	}
}

@keyframes grow2 {
	from {
		opacity: 0;
		transform: scale(2) rotate(50deg);
	}
	to {
		opacity: 1;
		transform: scale(1) rotate(50deg);
	}
}
@keyframes fadeInFromTop {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.rectangle-1 {
	opacity: 0;
	animation: grow1 ease 1s forwards;
	box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important;
}
.rectangle-2 {
	opacity: 0;
	animation: grow2 ease 1s forwards;
	box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important;
}
.rectangle-transparent-1 {
	width: 500px;
	height: 500px;
	border: 15px solid rgba(255, 255, 255, 0.08);
	position: absolute;
	left: -5%;
	bottom: -10%;
	display: block;
	animation: floating-slow ease-in-out 12s infinite;
}
.rectangle-transparent-2 {
	width: 600px;
	height: 600px;
	border: 15px solid rgba(255, 255, 255, 0.08);
	position: absolute;
	right: -10%;
	top: 5%;
	display: block;
	animation: floating-slow ease-in-out 12s infinite;
}
.rectangle-transparent-3 {
	width: 400px;
	height: 400px;
	border: 15px solid rgba(255, 255, 255, 0.08);
	position: absolute;
	right: -5%;
	bottom: -10%;
	display: block;
	animation: floating-slow ease-in-out 12s infinite;
}

.square-3{
	width:650px;
	height: 650px;
	border:15px solid rgba(255, 255, 255, .2);
	position: absolute;
	display: block;
	left: -10%;
	top: 2%;
	animation: floating-slow2 ease-in-out 8s infinite;
}
.square-4{
	width:650px;
	height: 650px;
	border:15px solid rgba(255, 255, 255, .2);
	position: absolute;
	display: block;
	right: -7%;
	top: -5%;
	animation: floating-slow ease-in-out 8s infinite;
}

.circle-1 {
	width: 180px;
	height: 180px;
	border: 2px solid #fff;
	position: absolute;
	display: block;
	border-radius: 50%;
	transform-origin: 50% 50%;
	right: 10%;
	top: 50%;
	animation: fadeInFromTop .5s linear forwards, floating ease 4s infinite;
}

.circle-2 {
	width: 180px;
	height: 180px;
	top: 30%;
	left: 90%;
	border: 2px solid #fff;
	position: absolute;
	display: block;
	border-radius: 50%;
	transform-origin: 50% 50%;
	animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite;
}

.circle-3 {
	top: 80%;
	right: 25%;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	position: absolute;
	display: block;
	border-radius: 50%;
	animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite;
}

@keyframes floating {
	  0% { transform: translate(0%, 0%) rotate(25deg); }
	 25% { transform: translate(5%, 5%) rotate(25deg); }
	 50% { transform: translate(5%, 5%) rotate(25deg); }
	 75% { transform: translate(0%, 5%) rotate(25deg); }
	100% { transform: translate(0%, 0%) rotate(25deg); }
}

@keyframes floating-slow {
	  0% { transform: translate(0%, 0%) rotate(25deg); }
	 25% { transform: translate(1%, 3%) rotate(25deg); }
	 50% { transform: translate(2%, 1%) rotate(25deg); }
	 75% { transform: translate(0%, 3%) rotate(25deg); }
	100% { transform: translate(0%, 0%) rotate(25deg); }
}

@keyframes floating-slow2 {
	  0% { transform: translate(0%, 0%) rotate(-45deg); }
	 25% { transform: translate(2%, 4%) rotate(-48deg); }
	 50% { transform: translate(3%, 2%) rotate(-45deg); }
	 75% { transform: translate(0%, 4%) rotate(-48deg); }
	100% { transform: translate(0%, 0%) rotate(-45deg); }
}

.triangle {
	position: absolute;
}

.triangle-1 {
	right: 5%;
	animation: fadeInFromTop .5s linear forwards, floating ease-in-out 6s infinite;
}
.triangle-1 img {
	height: 60px;
	width: 50px;
	transform: rotate(30deg);
}
.triangle-2 {
	top: 30%;
	right: -3%;
	animation: fadeInFromTop .5s linear forwards, floating ease-in-out 8s infinite;
}
.triangle-2 img {
	width: 150px;
	height: 95px;
	transform: rotate(-60deg);
}
.triangle-3 {
	top: 80%;
	left: 18%;
	animation: fadeInFromTop .5s linear forwards, floating ease-in-out 10s infinite;
}
.triangle-3 img {
	width: 45px;
	height: 45px;
	transform: rotate(40deg);
}
.triangle-4 {
	top: 10%;
	right: 2%;
	animation: fadeInFromTop .5s linear forwards, floating ease-in-out 5s infinite;
}
.triangle-4 img {
	width: 135px;
	height: 135px;
	transform: rotate(-40deg);
}
.section-title {
	margin-bottom: 30px;
}

.slick-slide {
  transition: .3s ease;
}
.slick-slide:not(.slick-current) {
  opacity: .7;
 	filter: blur(1px);
}


.slider_s {
	margin-top: 10px;
}
.slider_s div{
	text-align:center;
}
.slider_s p {
	margin-top:5px;
}
.slider_s p span{
	display:block;
	font-size:90%;
	margin:-5px 0 0;
	padding:0;
}
.slick-center img{
	border:7px solid #ccc;
}


.progress-bar {
  background-color: #d5394a; }

.filter-button-group {
	margin-bottom: 15px;
}
.filter-button-group a {
	margin: 5px;
	cursor: pointer;
}
.grid-link a {
  margin: 5px;
  font-size: 20px;
  color: #000; }
.grid-portfolio {
	position:relative;
	overflow: hidden;
	min-height:380px;
}
.gutter-sizer {
  width: 2%; }
.grid-sizer,
.grid-item {
  width: 32%; }
.grid-item {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden; }
  .grid-item:hover .grid-info {
    top: 50%;
    opacity: 1; }
.grid-item-wrapper:before {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
  opacity: 0; }
.grid-item-wrapper:hover:before {
  opacity: 1; }
.grid-info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease; }
.lightcase-icon-close:before {
  content: '\e870';
  font-family: "Linearicons-Free"; }
.grid-title {
  text-align: center; }

/*=====  End of PORTFOLIO  ======*/
/*===============================
=            SideNav            =
===============================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff; }

.sidenav-content {
  padding: 8px 32px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.in .sidenav-content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s; }

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav #side-nav-close,
.sidenav #side-search-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

#side-search .form-control {
  background-color: transparent; }

#side-search .input-group-text {
  background: transparent;
  color: #fff; }

/*==============================
=            SKILLS            =
==============================*/
.skill-item {
  width: 100%;
  position: relative;
  padding: 10px 0; }
  .skill-item p {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500; }
  .skill-item .text-muted {
    color: #939393; }

.progress-bar, .progress {
  transition: all 2s;
}

/*====================================
=            FORM CONTROL            =
====================================*/

.form-control:focus {
	border-color: #d15455;
	box-shadow: 0 0 0 0.2rem rgba(209, 84, 85, 0.25);
	background:rgba(139, 122, 112, 0.1);
}

.form-control::-webkit-input-placeholder {
  opacity: .5; }

.form-control::-moz-placeholder {
  opacity: .5; }

.form-control:-ms-input-placeholder {
  opacity: .5; }

.form-control::-ms-input-placeholder {
  opacity: .5; }

.form-control::placeholder {
  opacity: .5; }

/*==================================
=            RESPONSIVE            =
==================================*/
@media (max-width: 992px) {
	.not-on-top #header-navbar {
		position: fixed;
		top: 0;
		height: auto;
		width: 100%;
		background: rgba(12, 74, 87, .9);
		z-index: 11;
	}
	#header-navbar {
		padding-top: 5px !important;
		padding-bottom: 0 !important;
	}
	.navbar-transparent .navbar-collapse {
		background: rgba(12, 74, 87, .9);
		padding: 5px 10px;
	}
}

@media (max-width: 767px) {
	.grid-item { width: 100%; }
	.progress { height: 30px; font-size: 16px; }
	.v-pc{ display:none; }
}


/*----------------*/
/* text style     */
/*----------------*/
.em{ font-weight:bold; }
.serif{ font-family:"貂ｸ譏取悃" , "Yu Mincho" , "貂ｸ譏取悃菴�" , "YuMincho" , "繝偵Λ繧ｮ繝取�譛� Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS譏取悃E" , "�ｭ�ｳ �ｰ譏取悃" , "MS PMincho" , serif; }
.fs70{ font-size:70% !important; }
.fs80{ font-size:80% !important; }
.fs90{ font-size:90% !important; }
.fs110{ font-size:110% !important; }
.fs120{ font-size:120% !important; }
.attention{
	color:#881600;
}

/*----------------*/
/* layout         */
/*----------------*/
.f-left{ float:left; }
.f-right{ float:right; }
.text-left{ text-align:left; }
.text-right{ text-align:right; }
.text-justify{ text-align:justify; }
.text-center{ text-align:center; }
.text-center-pc{ text-align:center; }
.v-top{ vertical-align:top; }
.v-middle{ vertical-align:middle; }
.v-bottom{ vertical-align:bottom; }
.indent1{ text-indent:1em; }
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}
.clear{ clear:both; }

/*----------------*/
/* margin         */
/*----------------*/
/** top **/
.mgt3{ margin-top:3px !important; }
.mgt5{ margin-top:5px !important; }
.mgt8{ margin-top:8px !important; }
.mgt10{ margin-top:10px !important; }
.mgt13{ margin-top:13px !important; }
.mgt15{ margin-top:15px !important; }
.mgt20{ margin-top:20px !important; }
.mgt25{ margin-top:25px !important; }
.mgt30{ margin-top:30px !important; }
.mgt40{ margin-top:40px !important; }
.mgt45{ margin-top:45px !important; }
.mgt50{ margin-top:50px !important; }
.mgt60{ margin-top:60px !important; }
.mgt70{ margin-top:70px !important; }
.mgt80{ margin-top:80px !important; }
.mgt90{ margin-top:90px !important; }
.mgt100{ margin-top:100px !important; }
.mgt120{ margin-top:120px !important; }
.mgt-70{ margin-top:-70px !important; }
.mgt-7em{ margin-top:-7em !important; }

/** right **/
.mgr0{ margin-right:0 !important; }
.mgr1{ margin-right:1px !important; }
.mgr2{ margin-right:2px !important; }
.mgr3{ margin-right:3px !important; }
.mgr5{ margin-right:5px !important; }
.mgr6{ margin-right:6px !important; }
.mgr8{ margin-right:8px !important; }
.mgr10{ margin-right:10px !important; }
.mgr12{ margin-right:12px !important; }
.mgr13{ margin-right:13px !important; }
.mgr15{ margin-right:15px !important; }
.mgr20{ margin-right:20px !important; }
.mgr25{ margin-right:25px !important; }
.mgr30{ margin-right:30px !important; }
.mgr35{ margin-right:35px !important; }
.mgr40{ margin-right:40px !important; }
.mgr50{ margin-right:50px !important; }
.mgr60{ margin-right:60px !important; }
.mgr120{ margin-right:120px !important; }

/** left **/
.mgl0{ margin-left:0 !important; }
.mgl5{ margin-left:5px !important; }
.mgl10{ margin-left:10px !important; }
.mgl12{ margin-left:12px !important; }
.mgl15{ margin-left:15px !important; }
.mgl20{ margin-left:20px !important; }
.mgl25{ margin-left:25px !important; }
.mgl30{ margin-left:30px !important; }
.mgl35{ margin-left:35px !important; }
.mgl40{ margin-left:40px !important; }
.mgl50{ margin-left:50px !important; }
.mgl55{ margin-left:55px !important; }
.mgl60{ margin-left:60px !important; }

/** bottom **/
.mgb3{ margin-bottom:3px !important; }
.mgb5{ margin-bottom:5px !important; }
.mgb7{ margin-bottom:7px !important; }
.mgb10{ margin-bottom:10px !important; }
.mgb15{ margin-bottom:15px !important; }
.mgb18{ margin-bottom:18px !important; }
.mgb20{ margin-bottom:20px !important; }
.mgb25{ margin-bottom:25px !important; }
.mgb30{ margin-bottom:30px !important; }
.mgb35{ margin-bottom:30px !important; }
.mgb40{ margin-bottom:40px !important; }
.mgb45{ margin-bottom:45px !important; }
.mgb50{ margin-bottom:50px !important; }
.mgb55{ margin-bottom:55px !important; }
.mgb60{ margin-bottom:60px !important; }
.mgb70{ margin-bottom:70px !important; }
.mgb80{ margin-bottom:80px !important; }
.mgb90{ margin-bottom:90px !important; }
.mgb100{ margin-bottom:100px !important; }
.mgb120{ margin-bottom:120px !important; }
.mgb130{ margin-bottom:130px !important; }
.mgb150{ margin-bottom:150px !important; }

.pgb5{ padding-bottom:5px !important; }
.pgb10{ padding-bottom:10px !important; }
.pgb15{ padding-bottom:15px !important; }
.pgb20{ padding-bottom:20px !important; }
.pgl30{ padding-left:30px !important; }
.pdb2em{ padding-bottomt:2em }

/** all **/
.mrg0{ margin:0; }
.mrg0a{ margin:0 auto; }
.mrg5{ margin:5px; }
.mrg8{ margin:8px; }
.mrg10{ margin:10px; }
.mrg15{ margin:15px; }
.mrg15-10{ margin:15px 10px; }
.mrg10-10{ margin:10px 10px 0; }
.mrg0-10{ margin:0 10px; }

/*----------------*/
/* width          */
/*----------------*/
.w10{width:10%;}
.w15{width:15%;}
.w18{width:18%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w47{width:47%;}
.w48{width:48%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}
.w95{width:95%;}
.w100{width:100%;}

</pre></body></html>