@charset "UTF-8";

.fv .fvWrap{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 80px;
	text-align: right;
}

.fv .pageHead{
	color: #bbb8b7;
	font-size: 75px;
	font-size: 7.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
}

.fv p{
	color: #bbb8b7;
	font-size: 13px;
	font-size: 1.3rem;
}

.company{
    background: url(../images/bg.svg) no-repeat right bottom 5%;
    background-size: 40%;
}

.company #area01{
	margin-bottom: 150px;
}

.company #area01 .secInr {
    border: 2px solid #f9f9f9;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px;
}

.company #area01 .secInr .tblWrap{
	background: #f9f9f9;
    padding: 40px;
}

.company #area01 .secInr table{
	width: 100%;
}

.company #area01 .secInr table th,
.company #area01 .secInr table td{
	line-height: 2;
	padding: 20px;
}

.company #area01 .secInr table th{
	border-bottom: 1px solid #605e5e;
	font-weight: bold;
	text-align: center;
	min-width: 120px;
	width: 12%;
}

.company #area01 .secInr table td{
	border-bottom: 1px solid #bbb8b7;
	text-align: left;
	width: 88%;
}

@media only screen and (min-width: 1625px) {

}

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

}

@media only screen and (max-width: 1375px){
.company #area01 .secInr table th{
	width: 12%;
}
}

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

}

/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {

}

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

}

/*------------------------------------for sp--*/
@media only screen and (max-width: 480px) {
	
.fv .fvWrap {
    padding: 100px 0 40px;
}	
	
.fv .pageHead {
    font-size: 45px;
    font-size: 4.5rem;
}

.company {
    background: url(../images/bg.svg) no-repeat right bottom 1%;
    background-size: 55%;
}	
	
.company #area01 {
    margin-bottom: 60px;
}	
	
.company #area01 .secInr {
    padding: 10px;
}
.company #area01 .secInr .tblWrap {
    padding: 30px 15px 20px;
}	
.company #area01 .secInr table th, 
.company #area01 .secInr table td {
    border-bottom: none;
	line-height: 2;
    display: block;
    width: 100%;
}	
.company #area01 .secInr table th{
	background: #bbb8b7 ;
	color: #fff;
	min-width: auto;
    padding: 10px 20px;	
}

.company #area01 .secInr table td {
	padding: 20px;
}
}
