@charset "utf-8"; /* 〠 */

/*---- Font ----*/
.fsmall {
	font-size: 12px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.aboutbox ul {
	margin-left: 20px;
	padding: 0px;
}

.aboutbox ul li {
	text-align: left;
	margin-bottom: 10px;
}

/*---- Indent ----*/
.indent1 {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.4em;
}


@media (min-width: 768px) {
	.navbar-custom .navbar-brand {
		height: 90px;
	}
	
	.navbar-custom .navbar-brand img {
		width: 90px;
	}
	
	.module-title {
		position: relative;
		letter-spacing: 4px;
		text-align: center;
		font-weight: 400;
		font-size: 46px;
		color: #0f2c4c;
		margin: 0 0 70px;
		font-family: 'Cinzel', serif;
	}
	
	.cate-title {
		margin: 0px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 32px;
		font-family: 'Cinzel', serif;
		color: #0f2c4c;
	}

	.cate-title-small {
		margin: 0px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 18px;
		color: #0f2c4c;
	}
	
	.main-logo {
	width: 250px;
	margin: 0px auto 30px;
	}
	
	.main-logo img {
	max-width: 100%;
	}
	
	/*---- 会社概要 ----*/
	.companytable {
		display: table;
		width : 100%;
		margin: 0px auto;
	}
	
	.companytable-row {
		display: table-row;
	}
	
	.companytable .companytable-title {
		display: table-cell;
		width: 15%;
		padding: 15px 0px;
		vertical-align: top;
		text-align: left;
		border-bottom: 1px solid #D9D9D9;
	}
	
	.companytable .companytable-data {
		display: table-cell;
		padding: 15px 0px;
		vertical-align: top;
		text-align: left;
		border-bottom: 1px solid #D9D9D9;
	}
	
	.module-small {
		position: relative;
		padding: 50px 0;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
}

@media (min-width: 750px) and (max-width: 1200px) {
	.navbar-custom .navbar-brand {
		height: 90px;
	}
	
	.navbar-custom .navbar-brand img {
		width: 90px;
	}
	
	.module-title {
		position: relative;
		letter-spacing: 4px;
		text-align: center;
		font-weight: 400;
		font-size: 46px;
		color: #0f2c4c;
		margin: 0 0 70px;
		font-family: 'Cinzel', serif;
		color: #0f2c4c;
	}
	
	.cate-title {
		margin: 0px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 32px;
		font-family: 'Cinzel', serif;
		color: #0f2c4c;
	}
	
	.cate-title-small {
		margin: 0px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 18px;
		color: #0f2c4c;
	}
	
	.main-logo {
	width: 200px;
	margin: 0px auto 30px;
	}
	
	.main-logo img {
	max-width: 100%;
	}
	
	.gnavi {
		padding-top: 15px;
	}
	
	/*---- 会社概要 ----*/
	.companytable {
		display: table;
		width: 100%;
	}
	
	.companytable-row {
		display: table-row;
	}
	
	.companytable .companytable-title {
		display: table-cell;
		width: 15%;
		min-width : 150px;
		padding: 15px 0px;
		vertical-align: top;
		text-align: left;
		border-bottom: 1px solid #D9D9D9;
	}
	
	.companytable .companytable-data {
		display: table-cell;
		padding: 15px 0px;
		vertical-align: top;
		text-align: left;
		border-bottom: 1px solid #D9D9D9;
	}
	
	.module-small {
		position: relative;
		padding: 50px 0;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
}

@media (max-width: 767px) {
	.navbar-custom .navbar-brand {
		height: 60px;
	}
	
	.navbar-custom .navbar-brand img {
		width: 50px;
	}
	
	.module-title {
		position: relative;
		letter-spacing: 4px;
		text-align: center;
		font-weight: 400;
		font-size: 26px;
		color: #0f2c4c;
		margin: 0 0 10px;
		font-family: 'Cinzel', serif;
		color: #0f2c4c;
	}
	
	.cate-title {
		margin: 0px 0px 10px 0px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 600;
		font-size: 20px;
		font-family: 'Cinzel', serif;
		color: #0f2c4c;
		text-align: center;
	}

	.cate-title-small {
		margin: 0px 0px 10px 0px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 600;
		font-size: 16px;
		color: #0f2c4c;
		text-align: center;
	}
	
	.main-logo {
	margin-bottom: 20px;
	text-align: center;
	}
	
	.main-logo img {
	width: 40%;
	}
	
	.gnavi {
		margin-top: 10px;
	}
	
	.gnavi ul li {
	background-color: #63d0e7;
	}
	
	/*---- 会社概要 ----*/
	.companytable {
	}
	
	.companytable-row {
		margin-bottom: 5px;
	}
	
	.companytable .companytable-title {
		padding: 5px 0px;
		font-weight: bold;
		text-align: left;
	}
	
	.companytable .companytable-data {
		padding-bottom: 5px;
		border-bottom: 1px solid #D9D9D9;
		text-align: left;
	}
	
	.module-subtitle {
	margin-bottom: 30px;
	}
	
	.module-title + .module-subtitle {
	  margin-top: 0px;
	}
	
	.module-small {
		position: relative;
		padding: 30px 0;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
	
}

@media only screen and (max-width: 480px) {
	.navbar-custom .navbar-brand {
		height: 60px;
	}
	
	.navbar-custom .navbar-brand img {
		width: 50px;
	}
	
	.module-title {
		position: relative;
		letter-spacing: 4px;
		text-align: center;
		font-weight: 400;
		font-size: 32px;
		color: #0f2c4c;
x		margin: 0 0 20px 0px;
		font-family: 'Cinzel', serif;
	}
	
	.cate-title {
		margin: 0px 0px 20px 0px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 700;
		font-size: 20px;
		font-family: 'Cinzel', serif;
		color: #0f2c4c;
	}

	.cate-title-small {
		margin: 0px 0px 20px 0px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 16px;
		color: #0f2c4c;
	}
	
	.module-small {
		position: relative;
		padding: 30px 0;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
}