@charset "utf-8";
/* GLOBAL STYLES
    -------------------------------------------------- */
/* Padding below the footer and lighter body text */

* {
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro";
	color: #606980;
}

body {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
}

h2 {
	font-size: 50px;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 30px;
	letter-spacing: 5px;
	color: #606980;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 30px;
}

h4 {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 25px;
}

hr {
	padding-bottom: 20px;
	width: 70%;
	height: 10px;
	border-top: 1px;
}

input, textarea {
	border-radius: 10px;
}

table {
	margin: auto;
	text-align: left;
	border-collapse: separate;
	border-spacing: 0px;
}

a {
	color: #4D996C;
}

a:hover, .row a:focus {
	color: #859493;
	text-decoration: none;
}

#footer {
	position: absolute;
	margin-top: 20px;
}

#footer p {
	margin-top: 30px;
}

.explanation {
	padding: 10px 5px;
}

.explanation h4 {
	border-bottom: 1px dotted #e0e0e0;
}

/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}

.navbar-toggle .icon-bar {
	border: 1px solid #859493;
}

.navbar a {
	color: #606980;
}

.navbar a:hover, .navbar a:focus {
	color: #cfcfcf;
	text-decoration: none;
}

.navbar-custom {
	background-color: white;
	font-size: 16px;
}

.drop-menu>li {
	color: white;
}

.dropdown-menu>li>a {
	background-color: white;
	color: #4D996C;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper>.container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-wrapper .navbar .container {
	width: auto;
}

/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #FFFFFF;
}

/*****Since positioning the image, we need to help out the caption*****/
.carousel-caption {
	z-index: 10;
	padding: 0;
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: rgba(238, 238, 238, 0.4);
}

.carousel-caption h1 {
	color: #fff;
	text-shadow: 0px 0px 1px #666, 0px 0px 5px #666, 0px 0px 6px #666, 0px
		0px 7px #004080, 0px 0px 8px #004080;
	line-height: 1.5em;
}

/*****Declare heights because of positioning of img element*****/
.carousel.item {
	height: auto;
	background-color: #FFFFFF;
}

.carousel-inner>.item>img {
	height: auto;
	width: auto;
	margin: auto;
	background-color: #FFFFFF;
}

/* Featurettes
    ------------------------- */
.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: bold;
	letter-spacing: 5px;
}

.thumbnail .caption {
	border-radius: 5px;
	color: #606980;
}

.btn a {
	display: block;
	cursor: pointer;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #4f4f4f;
	border-radius: 5px;
	box-shadow: 0 6px 0 #636363, 0 12px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s,
		-webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s,
		transform 0.3s;
}

.btn a:hover {
	background-color: #4f4f4f;
	box-shadow: 0 3px 0 #636363, 0 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.btn a:active {
	color: #ddd;
	background-color: #8e8e8e;
	box-shadow: 0 0 0 #636363, 0 0 0px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition-duration: 0.1s;
}

span.new {
    color: #c54e4e;
    font-size: smaller;
}

/*****Technology*****/
.tech {
	width: 100%;
	margin-bottom: 30px;
	padding: 10px 20px 10px 20px;
	border: solid 0px #e0e0e0;
	background-color: #FFFFFF;
}

.left_line h4 {
	border-left: 10px solid #4D996C;
	padding-left: 10px;
}

div.tech li {
	margin: auto;
}

/*****Company******/
table.table {
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: solid 1px #e0e0e0;
}

tbody.head th {
	width: 15%;
	color: #FFFFFF;
	background-color: #4D996C;
}

#office {
	padding: 20px;
}

.map {
	width: 270px;
	margin: 0 0 10px 10px;
	float: right;
}

.ph_right {
	margin: 0 0 10px 10px;
	float: right;
}

.ph_left {
	margin: 0 10px 10px 0;
	float: left;
}

/*****Contact*****/
p#address {
	width: 100%;
	margin: 100px 0px;
	padding: 50px 30px 50px 30px;
	border: solid 1px #cfcfcf;
	border-radius: 10px;
}

#contactUs {
	min-height: 100%;
}

#contact {
	margin-top: 30px;
	background-color: white;
	text-align: center;
}

/*****Privacy*****/
#privacy {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 30px;
	border: solid 1px #cfcfcf;
	border-radius: 10px;
	background-color: white;
	margin-bottom: 30px;
}

ol#lst_privacy {
	margin: auto;
	line-height: 0.5em;
}

#lst_privacy p {
	margin: 10px;
}

/******PageTop button******/
#pageTop {
	position: fixed;
	padding: 10px;
	bottom: 20px;
	right: 20px;
}

#pageTop {
	font-size: 12px;
	border-radius: 5px;
	text-align: center;
	color: white;
	background-color: rgba(77, 153, 108, 0.5);
	border-radius: 5px;
}

.glyphicon {
	color: white;
}

#pageTop:hover {
	background-color: rgba(77, 153, 108, 1);
}

/* SiteMap*/
.sitemap {
	margin-bottom: 100px;
}

.a-map-link {
	display: table-cell;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-item-position: inside;
}

.a-map-link:hover {
	box-flex: 1.0;
	color: #fff;
	background-color: rgba(77, 153, 108, 0.8);
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
}

.btn-map-link a {
	table-layout: fixed;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 10px 0px 10px 0px;
	color: #579972;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px #4D996C solid;
	border-radius: 5px;
}

/*googlemap*/
.address {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	border-bottom: 1px dotted;
	padding-bottom: 40px;
}

/*Contact*/
.contactUs {
	margin-bottom: 200px;
}
/* RESPONSIVE CSS
    -------------------------------------------------- */
/*ブラウザの横幅が768px 以上のときのフォントサイズなど*/
/* RESPONSIVE CSS
    -------------------------------------------------- */
@media ( min-width : 768px) {
	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}
	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}
	.featurette-heading {
		font-size: 50px;
	}
	.fourContents {
		margin-right: 20px;
		margin-left: 45px;
	}
}

@media ( min-width : 1280px) {
	.width {
		padding: auto 50px;
	}
	.carousel-inner>.item>img {
		height: auto;
		width: 100%;
		margin: auto;
		background-color: #FFFFFF;
	}
	.fourContents {
		margin-right: 10px;
		margin-left: 40px;
	}
}

@media ( max-width : 1169px) {
	.explanation h4 {
		font-size: 23px;
	}
}

@media ( max-width : 1106px) {
	.explanation h4 {
		font-size: 20px;
	}
}

@media ( max-width : 980px ) {
	.width {
		padding-right: 100px;
		padding-left: 100px;
	}
	.carousel-caption {
		margin-bottom: 30px;
	}
	.carousel-caption h1 {
		font-size: 2.5rem;
		margin-top: 12px;
	}
	.featurette-heading {
		padding-top: 40px;
	}
	#privacy {
		margin-top: 60px;
	}
	ol#lst_privacy {
		margin: 10px;
	}
}

@media ( max-width : 780px) {
	.featurette-heading {
		padding-top: 90px;
		font-size: 40px;
	}
	#privacy {
		margin-top: 100px;
	}
}

@media ( max-width : 768px ) {
	body {
		padding-top: 50px;
	}
	h2 {
		font-size: 3.0rem;
	}
	h3 {
		font-size: 2.0rem;
	}
	th {
		width: 30%;
	}
	th, td {
		font-size: 1.2rem;
		padding: 5px;
	}
	div.tech li, #address, .thumbnail, #privacy {
		font-size: 1.3rem;
	}
	.carousel-caption {
		margin-bottom: 30px;
	}
	.carousel-caption h1 {
		font-size: 1.9rem;
		margin-top: 12px;
	}
	.address {
		margin-top: 20px;
	}
	.a-map-link {
		font-size: 1.2rem;
	}
}

@media ( max-width : 480px ) {
	.carousel-caption {
		margin-bottom: 19px;
	}
	.carousel-caption h1 {
		font-size: 1.4rem;
		margin-top: 12px;
	}
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
	#Top {
		padding-right: 10px;
		padding-left: 10px;
	}
	.width {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media ( min-width : 360px ) {
	.fourContents {
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media ( max-width : 320px ) {
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
	#Top {
		padding-right: 10px;
		padding-left: 10px;
	}
	.width {
		padding-right: 0px;
		padding-left: 0px;
	}
	.fourContents {
		margin-right: 40px;
		margin-left: 5px;
	}
	.carousel-caption {
		margin-bottom: 19px;
	}
	.carousel-caption h1 {
		font-size: 1.4rem;
		margin-top: 12px;
	}
	p#address {
		margin: 100px 10px;
	}
}