@media (min-width:751px){
/* CSS Document */



/*mv*/
	#mv { background: url("../images/company/mv.jpg") center center no-repeat; background-size: cover; height: 354px; border-bottom: solid 1px #DDDEDE; margin-bottom: 0; }

	#p2,#p3 { padding-top: 135px; }
	#p3 { padding-bottom: 100px; letter-spacing: 1px; }
	#p4 { padding-top: 70px; padding-bottom: 45px; letter-spacing: 1px; }
	#p5 { padding-top: 40px; padding-bottom: 40px; letter-spacing: 1px; }

	.bg2 { background: url("../images/company/bg2.jpg") center center no-repeat; height: 428px; padding-top: 63px; background-size: cover; position: relative; }
	#p2 .right { width: 520px; }
	#p2 .left { width: 580px; }

	/*代表写真が入るまでの暫定処理*/
	#p2 .left { margin-left: 255px; }
	#p2 .left p { text-align: center; }
	#p2 .left p.p_name { text-align: right; line-height: 1.5;margin-right: 50px; margin-top: 10px; }
	/*代表写真が入るまでの暫定ここまで*/

	#p2 .left p { color: #FFFFFF; font-size: 14px; line-height: 2; }
	#p2 .right .president { position: relative; }
	#p2 .right .president p { position: absolute; left: 10px; bottom: 10px; font-family: 游明朝,"Yu Mincho",YuMincho; font-size: 15px; color: #FFFFFF; line-height: 1.3; }

	table.ctable td { padding-left: 50px; border-left: 1px solid #C3C3C3; }

	#p5 { text-align: center; background-color: rgba(233,233,233,0.7); }
	#p5 .mainw { /*padding-top: 25px; padding-bottom: 25px;*/ }
	#p5 h3 { font-size: 20px; font-family: 游明朝,"Yu Mincho",YuMincho; padding-right: 0.5em; font-weight: bold; margin-bottom: 15px; }
	#p5 p { font-size: 15px; text-align: center; margin-bottom: 10px; }
	#p5 .cbtn { width: 300px; height: 50px; line-height: 50px; margin-right: auto; margin-left: auto; background-position: center right 10px; }
	#p5 .cbtn:hover { background-position: center right 5px; opacity: 0.7; }


}/*End for pc*/


/*Start for SP*/
@media (max-width:750px){

	#mv { background: url("../images/company/mv_sp.jpg") center center no-repeat; background-size: cover; margin-bottom: 9.2vw;  }

	#p2,#p3 { padding-top: 15vw; }
	#p3 { padding-bottom: 10vw; }
	#p4 { padding-top: 6vw; padding-bottom: 6vw; }

	.bg2 { background: url("../images/company/bg2.jpg") center center no-repeat;  padding-top: 5vw; padding-bottom: 5vw; background-size: cover; position: relative; }
	#p2 .right { margin-bottom: 2.6vw; }
	#p2 .right img { width: 100%; }	
	#p2 .left p { color: #FFFFFF; line-height: 2; font-size: 3.2vw; letter-spacing: 0.3vw; }	
	#p2 .right .president { position: relative; }
	#p2 .right .president p { position: absolute; left: 2.6vw; bottom: 2.6vw; font-family: 游明朝,"Yu Mincho",YuMincho; font-size: 3.4vw; color: #FFFFFF; line-height: 1.3; }

	/*代表写真が入るまでの暫定処理*/
	#p2 .left p.p_name { text-align: right; line-height: 1.5; margin-top: 4vw; }
	/*代表写真が入るまでの暫定ここまで*/

	#p5 { background-color: rgba(233,233,233,0.7); padding-top: 6vw; padding-bottom: 40vw; }
	#p5 .mainw { /*padding-top: 25px; padding-bottom: 25px;*/ }
	#p5 h3 { font-size: 5vw; font-family: 游明朝,"Yu Mincho",YuMincho; font-weight: bold; margin-bottom: 2.6vw; text-align: center; }
	#p5 p { font-size: 3.3vw; text-align: center; margin-bottom: 1.3vw; }
	#p5 .cbtn { /*width: 300px; height: 50px; line-height: 50px; margin-right: auto; margin-left: auto; background-position: center right 10px;*/ }

	#pagetop_sp { margin: -30vw auto 4vw; }

}/*End for SP*/