
body {
    color: #555;
}

/*

.banner-overlay2 {
    background: url(../img/tex.png) rgba(242, 255, 218, 0.76);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .54;
    z-index: 9;
}
*/

.company {
    margin-bottom: 30px;
}

.info-left {
    width: 200px;
    padding: 1em;
    background: #eee;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.info-right {
    display: table-cell;
    padding: 1em;
}
#company-info li {
    border-bottom: 1px dotted #999;
    /* padding: 1em; */
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

#company-enkaku li {
    padding: 5px 0;
    font-size: 16px;
}


.en-left {
    display: table-cell;
    width: 100px;
}

.en-right {
    display: table-cell;
    vertical-align: middle;
	text-align: left;
}

#company-about {
    background: url(/assets/img/company.png) no-repeat;
    background-size: cover;
    position: relative;
    height: 580px;
    background-position: center;
}


#company-info ul {
    margin: 30px 0;
	    border: 1px solid #777;
}


.ma30 {
    margin: 0 30%;
}
.company h2 {
    position: relative;
    color: #777;
    font-family: sans-serif;
    margin-bottom: 30px;
}

.company h2:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #777;
}



.company h2:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 2px #777;
}


#company-it h3 {
    color: #AE0505;
    margin-bottom: 10px;
}


#company-enkaku ul {
    border: 1px solid #777;
    border-radius: 1em;
    padding: 1em;
    margin-bottom: 3em;
}



.map-left {
    display: table-cell;
	    vertical-align: middle;


}

.map-right {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 62%;
}



.map-left img {
    width: 100%;
}


.map-right {
    text-align: left;
}

.map-right h3 {
    font-size: 18px;
    background: #eee;
    padding: 0.3em;
    margin-top: 0;
}

.map-right p {
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 8px;
}

#company-it img {
    border-radius: 0.5em;
    margin-bottom: 1em;
}


.it-1 {
    
  margin-bottom: 2em;
  margin-top: 3em;
	
}



#company-it p {
    line-height: 1.5;
    margin-bottom: 5px;
}

#company-qr li p {
    color: #AE0505;
    font-size: 19px;
    font-weight: bold;
}


#company-naiyou li {
    margin-bottom: 10px;
	font-size: 18px;
}

#company-torihiki li {
    margin-bottom: 10px;
	font-size: 18px;
}



/*qr*/


#company-qr ul {
    width: 100%;
}

#company-qr li {
    width: 22.2%;
    display: inline-block;
    /* float: left; */
    vertical-align: top;
}
#company-qr li span {
    display: block;
}








/*992px以上*/

@media all and (min-width: 992px) {
	

/*アイティーボックス*/

.it-1 {
    height: 330px;
}

.it-2 {
    height: 330px;
}


.it2-photo {
    float: right;
}
	

.it-photo {
    float: left;

}

.it-photo img {
    height: 300px;
}

	
.it2-photo img {
    height: 300px;
}
	
	

.it-text {
    float: right;
    width: 828px;
    padding-left: 30px;
	margin-top: 15px;
}
	
.it2-text {
    float: left;
    width: 828px;
    padding-right: 30px;
    margin-top: 63px;
}
	
	
#company-it h3 {
    margin: 0;
    color: #AE0505;
    padding-bottom: 30px;
    font-size: 33px;
	text-align: left;
}
	
#company-it p {
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left;
}
	

	
}





/*992px以下*/

@media all and (max-width: 991px) {
	
	.map-left {
    display: block;
    margin-bottom: 1em;
    vertical-align: middle;
}
	.map-right {
    padding-left:0;

}
	
.map-right p {
    line-height: 1.2;
    margin-bottom: 10px;
}
	
	#company-qr li {
    width: 100%;
	display: block;
}
	
	#company-it img {
    border-radius: 0.5em;
    margin-bottom: 1em;
    width: 100%;
}
	
	
	
}

/*700px以下*/

@media all and (max-width: 700px) {
	
	.company {
    margin-bottom: 1em;
}
	
	

.info-left {
    width: 100%;
    padding: 1em;
    background: #eee;
    text-align: center;
    display: block;
    vertical-align: middle;
}
	

	
	.en-left {
    display: block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #777;
}
	
.ma30 {
    margin: 0 5%;
}

	.map-right h3 {
    font-size: 18px;
    background: #eee;
    padding: 0.3em;
    margin-top: 20px;
}
	.en-right {
    display: block;
    vertical-align: middle;
    text-align: center;
}
	
	.en-right span {
    display: block;
}
#company-about {
    height: 270px;
}
	.info-right {
    display: block;
    padding: 1em;
    text-align: center;
    font-size: 15px;
}
	
	#company-about {
    background: url(/assets/img/company-sp.png) no-repeat;
    background-size: cover;
    position: relative;
	background-position: center;}
	

	
	#company-it p {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16px;
}
	
	#company-it h3 {
    color: #AE0505;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
}
	
	#company-it p {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}
	
	#company-naiyou li {
    margin-bottom: 15px;
    font-size: 16px;
    /* text-align: left; */
}
	
	#company-torihiki li {
    margin-bottom: 10px;
    font-size: 15px;
}
	
	.en-right p {
    font-size: 16px;
}
	
	
	.en-left {
    display: block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #777;
}
	
	#company-enkaku li {
    padding: 10px 0;
    font-size: 16px;
}
	
	
	
}

	
	
	
	/*700px以下*/

@media all and (max-width: 340px) {
		
#company-about {
    height: 228px;
}
	
	.company h2 {
    position: relative;
    color: #777;
    font-family: sans-serif;
    margin-bottom: 30px;
    font-size: 19px;
}
	
	
	
	}
	

	
