/* CSS Document */

/*
	Theme Name: Horiba
	Description: Horiba - Responsive Template
	Version: 1.0
	Author: dmc
*/

/* ------------------------------------------ */
/*			 TABLE OF CONTENTS
/* ------------------------------------------ */
/*	 01 - General & Basic Styles			*/
/*	 02 - Container Styles						*/
/*	 03 - Titles Styles								*/
/*	 04 - Content01 Styles						*/
/*	 05 - Content02 Styles						*/
/*	 06 - Content03/04/05 Styles			*/
/*	 07 - Content06 Styles						*/
/*	 08 - Footer Styles								*/
/*	 09 - Responsive Styles						*/



/*------------------------------------------*/
/*		 01 - General & Basic Styles
/*------------------------------------------*/
body {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
}

a:hover ,
a:hover small {
	color: #444;
}

a, a:hover {
	text-decoration: none;
}

i {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-weight: 500;
	margin: 0;
	color: #444;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
}

h4 {
	font-size: 16px;
	line-height: 22px;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
}

p {
	color: #000;
	font-size: 16px;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	line-height: 24px;
	margin: 0;
}

p strong {
	font-weight: 600;
}

.accent-color-bg {
	color: #fff;
}

.fittext {
	font-size: 38px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 35px;
	color: rgba(0,0,0, 0.8);
}

.fittext strong {
	font-weight: 700;
}

.page-content p {
	margin-bottom: 15px;
}

.wite-text {
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.image-text {
	margin-right: 10px;
}

a.main-button, input[type="submit"] {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a.main-button:hover, input[type="submit"]:hover {
	background: #444;
	color: #fff;
}

a.main-button i {
	font-size: 1.2em;
}

input[type="submit"] {
	border: none;
}

.tooltip .tooltip-inner {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

#content {
	padding: 60px 0;
}

#content.full-sections {
	padding: 0;
}

.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.section.repeat-bg {
	background-repeat: repeat;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	-o-background-size: auto !important;
	background-size: auto !important;
}

.bg-parallax {
	background-attachment: fixed;
}

.section-video {
	position: absolute;
	z-index: 33;
	left: 0;
	top: -100px;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.section-video object {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.section-video img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.section-video-content {
	z-index: 35;
	position: relative;
	opacity: 0.98;
}

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 34;
	opacity: 0.7;
}

.light-section {
	color: #fff;
}

.light-section .testimonials {
	color: #666;
}

.light-section .testimonials .testimonial-content p {
	color: #c4c4c4;
}

#container {
	background-color: #fff;
}

.boxed-page {
	position: relative;
	width: 1220px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.boxed-page header {
	width: 1220px;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
	transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
	transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		}
}

.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
}

.back-to-top i {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center;
	background-color: #444;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.back-to-top i:hover {
	background-color: #2486CB;
}



/*------------------------------------------*/
/*		 02 - Container Styles
/*------------------------------------------*/

.bg-white {
	background-color: #fff;
	padding: 0px 30px;
}
.contents .container {
	padding-left: 0px;
	padding-right: 0px;
}
.contents .bg-white {
	padding-bottom: 10px;
}


/*------------------------------------------*/
/*		 03 - Titles Styles
/*------------------------------------------*/

.title01 {
	color: #34AF35;
	border-bottom: 1px solid #34AF35;
	margin-bottom: 0.5em;
}
.title02 {
	color: #34AF35;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.title08 {
	color: #1374BF;
	font-size: 17px;
	border-bottom: 1px dotted #1374BF;
}
.title09 {
	line-height: 1.3;
	color: #1374BF;
	font-size: 22px;
}
.title09 small {
	line-height: 1.3;
	font-size: 14px;
	color: #1374BF;
	display: block;
}


/*------------------------------------------*/
/*		 02 - Overview Styles
/*------------------------------------------*/

#overview .row {
	background-color: #ededed;
	padding-bottom: 30px;
}
#overview .overview-head ,
#overview .overview-body {
	padding-left: 30px;
	padding-right: 30px;
}
#overview .overview-head .report {
	text-align: right;
	position: relative;
	line-height: 0;
}
#overview .overview-head .report img {
	position: relative;
	right: -30px;
	max-width: 25%;
}
#overview .overview-head h2 {
	padding: 10px 0 20px 0;
	line-height: 0;
}
#overview .overview-body h1 {
	padding-top: 30px;
	padding-bottom: 1em;
}
#overview .overview-body p {
	padding-bottom: 1em;
}



/*------------------------------------------*/
/*		 04 - Content01 Styles
/*------------------------------------------*/

.row.cont01 {
	margin-left: 0;
	margin-right: 0;
}
.cont01 p {
	background-color: #787878;
	color: #fff;
	padding: 30px 50px;
}



/*------------------------------------------*/
/*		 05 - Content02 Styles
/*------------------------------------------*/

.row.cont02 {
	padding-top: 20px;
	margin-bottom: 40px;
}
.prof-box {
	display: table;
	margin: 0 auto 30px auto;
}
.prof-text {
	font-size: 12px;
	line-height: 21px;
}
.prof-photo {
	padding-left: 10px;
}
.prof-photo img {
	max-width: 100%;
}

.prof-box .sameHeight {
	display: table-cell;
	vertical-align: bottom;
}
.cont02 p {
	margin-bottom: 1em;
}
.cont02 hr {
	margin: 0;
	border-color: #000;
}


/*------------------------------------------*/
/*		 06 - Content03/04/05 Styles
/*------------------------------------------*/

.row.lb-box {
	border-left: 30px solid #787878;
	padding-bottom: 1em;
	margin-left: -30px;
	margin-bottom: 3em;
}
.lb-box p {
	padding-left: 30px;
	padding-right: 20px;
}
.lb-box h2 ,
.lb-box h3 {
	padding-left: 30px;
	margin-right: 15px;
}


/*------------------------------------------*/
/*		 07 - Content06 Styles
/*------------------------------------------*/

.cont06 .row {
	margin-left: 5px;
	margin-right: 5px;
}
.cont06 p.small {
	line-height: 20px;
}
.cont06 .row .bg-gray {
	margin-bottom: 40px;
}
.cont06 h3 {
	margin-bottom: 10px;
}
.cont06 h4 {
	margin-top: 20px;
	margin-bottom: 5px;
}
.cont06 p.pull-left {
	margin-right: 15px;
	max-width: 150px;
}
.cont06 img {
	margin-top: 15px;
	margin-bottom: 15px;
}




/*------------------------------------------*/
/*		 08 - Footer Styles
/*------------------------------------------*/

footer .row {
	padding-top: 20px;
	padding-bottom: 50px;
	margin-left: 30px;
	margin-right: 30px;
}
footer .footer-widget {
	padding-bottom: 25px;
	border-bottom: 1px dashed #616161;
	max-width: 350px;
	margin: 0 auto 25px auto;
}
footer .footer-widget.web-widget {
	border: none;
}
footer p {
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
}
footer h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	color: #2486CB;
	border-bottom: 1px solid #2486CB;
	margin-bottom: 30px;
}
footer h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
footer h4 img {
	margin-right: 5px;
}



/*------------------------------------------*/
/*		 09 - Responsive Styles
/*------------------------------------------*/

@media (min-width : 768px) {
	.container {
		background-color: #ededed;
		padding-left: 50px;
		padding-right: 50px;
	}
	.container .row {
		background-color: #fff;
	}
	.bg-white {
		padding: 0px 50px;
	}
	#overview .row {
		padding-bottom: 50px;
	}
	#overview .overview-head ,
	#overview .overview-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	#overview .overview-head .report img {
		max-width: 100%;
	}
	.contents .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.cont01 p {
		text-align: left;
	}
	.row.lb-box {
		margin-left: 0px;
	}
	.cont06 .row .col-sm-6 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cont06 .row .bg-gray {
		background: linear-gradient(0deg, #ccc, #f9f9f9);
		padding: 10px;
	}
	.cont06 img {
		max-height: 200px;
	}
	.cont06 h3 {
		text-align: center;
	}
	.cont06 h4 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	footer .container .row {
		background-color: #ededed;
		margin-left: 0px;
		margin-right: 0px;
	}
	footer .footer-widget {
		padding-bottom: 15px;
		padding-right: 15px;
		margin-bottom: 15px;
		border-right: 1px dashed #616161;
		border-bottom: none;
	}
	footer .footer-widget.tel-widget {
		padding-left: 15px;
	}
	footer .footer-widget.web-widget {
		border-right: none;
	}
	footer h4 img {
		width: 30px;
	}
}
@media (min-width : 768px) and (max-width: 900px) {
	.prof-photo img {
		max-width: 70px;
	}
}
@media (min-width : 768px) and (max-width: 1199px) {
	#overview .overview-head .report img {
		right: -50px;
	}
}
@media (min-width : 900px) and (max-width: 1000px) {
	.prof-photo img {
		max-width: 120px;
	}
}
@media (max-width: 1105px) {
	.cont01 img.pull-right {
		display: none ! important;
	}
}
@media (max-width: 1199px) {
	.container {
		width: auto;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	#overview .overview-head .report {
		position: absolute;
		right: -35px;
		top: 0;
	}
	#overview .overview-head .report img {
		right: 0px;
	}
}
