/* Scss Document */
.wrapper {
    width: 92%;
    max-width: 1120px;
    margin: 0 auto;
}
.wrapper.company {
   /* margin-top: 60px;*/
}
.top {
    background: url(../images/top_company.jpg);
    background-size: cover;
    height: 0;
    padding-top: 45%;
    position: relative;
	margin-bottom: 60px;
}
.top .alphabet {
    font-family: 'Montserrat', sans-serif;
    ;
    color: rgba(30,185,238,1.00);
    font-weight: bold;
    position: absolute;
    top: -100px;
}
.top h2 {
    font-weight: bold;
    position: absolute;
    top: 60px;
    left: 40px;
}
.caption-area {
    margin: 80px 0;
}
.caption-area .title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.caption-area p {
    margin: 30px 0;
    text-align: center;
    line-height: 2.0em;
}
.data-list table {
    width: 100%;
    margin: 0 auto 120px;
}
.data-list table tr {
    border-bottom: 1px solid #eeeeee;
}
.data-list table tr th, .data-list table tr td {
    padding: 20px 0;
    letter-spacing: 0.1em;
    line-height: 2.0em;
}
.data-list table tr th {
    width: 30%;
}
.data-list table tr td {
    width: 70%;
}
.data-list table tr td.indent {
	padding-left: 6.5em;
    text-indent: -6.5em;
}

@media screen and (min-width: 769px) {
	.top {
		margin-top: 140px;
	}
	.top .alphabet {
		font-size: 120px;
		top: -100px;
	}
	.top h2 {
		font-size: 28px;
		top: 60px;
		left: 40px;
	}
}

@media screen and (max-width: 768px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
	.wrapper.company {
		margin-top: 20px;
	}
	.top {
		margin-top: 50px;
	}
	.top .alphabet {
		font-size: 48px;
		top: -33px;
	}
	.top h2 {
		color: #fff;
		font-size: 16px;
		top: inherit;
		left: 0px;
		bottom: 0;
		transform: translate(0,100%);
		width: 100%;
		padding: 10px 20px;
		background-color: rgba(30,185,238,1.00);
	}
	.caption-area {
		margin: 60px 0 40px 0;
	}
	.caption-area .title {
		font-size: 18px;
	}
	.data-list table {
		margin: 0 auto 80px;
	}
	
}





/*# sourceMappingURL=company.css.map */
