@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------


    WHAT SHINANOA
	

---------------------------------------------------*/


/*INDEX  -----------------------------------------------*/
.index-cont01{
	width:1150px;
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:100px 0;
}

.index-cont01 > h3{
	font-size:34px;
	line-height:1.2;
	margin-bottom:40px;
}

.index-cont01 h3 > span{
	font-size:24px;
}

.index-cont01 > p{
	line-height:2;
}


@media screen and (max-width: 960px) {
.index-cont01{
	width:90%;
	padding:30px 0;
	margin-bottom:20px;
}

.index-cont01 > h3{
	font-size:24px;
	margin-bottom:20px;
}

.index-cont01 h3 > span{
	font-size:16px;
}

.index-cont01 > p{
	line-height:1.6;
	text-align:left;
}
}

/*INDEX NAV   -----------------------------------------------*/
.index-nav{
	width:1150px;
	margin:0 auto;
}

.index-nav ul li{
	display:block;
	position:relative;
	width:550px;
	height:220px;
	float:left;
	margin-right:50px;
	margin-bottom:50px;
	text-align:center;
}

.index-nav ul li p{
	display:block;
	width:550px;
	position:absolute;
	top:65px;
	font-size:24px;
	color:#FFFFFF;
	z-index: 50;
}

.index-nav ul li:nth-child(2),
.index-nav ul li:nth-child(4){
	margin-right:0px;
}

.index-nav ul li:nth-child(3),
.index-nav ul li:nth-child(4){
	margin-bottom:0px;
}

.index-nav ul li span{
	display:block;
	font-size:20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
}

.index-nav ul li .arrow{
	position: absolute;
	bottom:0;
    left:0;
	width: 100%;
    height: 40px;
    z-index: 1;
	background:url(../images/common/index_nav_arrow.png) no-repeat center center #3388E1;
}

.index-nav ul li .overlay{
	position: absolute;
	top:0;
    left:0;
	width: 100%;
    height: 100%;
    z-index: 1;
	background:url(../images/common/overlay_b.png) 0 0;
}

.index-nav ul li.nav01{
	background:url(../images/what/index_nav01.jpg) no-repeat 0 0;
	background-size:contain;
}

.index-nav ul li.nav02{
	background:url(../images/what/index_nav02.jpg) no-repeat 0 0;
	background-size:contain;
}

.index-nav ul li.nav03{
	background:url(../images/what/index_nav03.jpg) no-repeat 0 0;
	background-size:contain;
}

.index-nav ul li.nav04{
	background:url(../images/what/index_nav04.jpg) no-repeat 0 0;
	background-size:contain;
}

.index-nav ul li a{
	position:absolute;
    top:0;
    left:0;
    width:100.1%;
    height:100.1%;
    text-indent:-9999px;
	cursor:pointer;
	 z-index: 1000;
}

.index-nav ul li a:hover{
	background-color:rgba(255,255,255,0.5);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index-nav:after{
	content: "";
    clear: both;
	display: block;
}


@media screen and (max-width: 960px) {
.index-nav{
	width:100%;
	margin-bottom:50px;
}

.index-nav ul li{
	width:49.5%;
	height:120px;
	margin-right:0;
	margin-bottom:5px;
	margin-right:0.5%;
}

.index-nav ul li p{
	width:100%;
	top:30px;
	font-size:16px;
}

.index-nav ul li:nth-child(2),
.index-nav ul li:nth-child(4){
	margin-right:0px;
}

.index-nav ul li:nth-child(3),
.index-nav ul li:nth-child(4){
	margin-bottom:0px;
}

.index-nav ul li span{
	font-size:16px;
}

.index-nav ul li .arrow{
    height: 30px;
}

.index-nav ul li .overlay{
}

.index-nav ul li.nav01,
.index-nav ul li.nav02,
.index-nav ul li.nav03,
.index-nav ul li.nav04{
	background-size:cover;
	background-position:center center;
}
}





/*INNER NAV   -----------------------------------------------*/
.inner-nav{
	width:100%;
	margin:0 auto;
	padding-top:40px;
	margin-bottom:50px;
	border-bottom:1px #E4E4E4 solid;
}

.inner-nav .box{
	display:block;
	width:1200px;
	margin:0 auto;
}

.inner-nav .box a{
	text-align:center;
	display:block;
	width:299px;
	height:59px;
	float:left;
	line-height:1.4;
	border-left:1px #E4E4E4 solid;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	line-height:59px;
}

.inner-nav .box a:last-child{
	width:298px;
	border-right:1px #E4E4E4 solid;
}

.inner-nav .box a span{
	display:block;
	font-size:14px;
	font-weight:normal;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.inner-nav .box a{
	font-size:16px;
	text-decoration:none;
}

.inner-nav .box a:hover,
.inner-nav .box a span:hover,
.inner-nav .box a.active{
	color:#3388E1;
}

.inner-nav:after{
	content: "";
    clear: both;
	display: block;
}

@media screen and (max-width: 960px) {
.inner-nav{
	display:none;
}
}






/*--------------------------------------------------

    SALES 販売事業
	 
---------------------------------------------------*/

.sales-cont00{
	width:1200px;
	margin:0 auto;
	text-align:center;
}

.sales-cont00 > h4{
	font-size:50px;
	margin-bottom:70px;
	line-height:1;
}

.sales-cont01{
	width:1198px;
	margin:0 auto;
	border:1px #3388E1 solid;
	text-align:center;
	padding:48px 99px;
	position:relative;
}

.sales-cont01 .float{
	width:375px;
	height:35px;
	position:absolute;
	top:-17px;
	left:50%;
	transform: translate(-50%, 0%);
	-webkit-transform:translate(-50%, 0%);
}

.sales-cont01 .float > p{
	display:block;
	width:375px;
	height:35px;
	background-color:#3388E1;
	font-size:24px;
	line-height:35px;
	text-align:center;
	color:#FFFFFF;
}

.sales-cont01 ul li{
	display:block;
	width:313px;
	float:left;
	margin-right:27px;
}

.sales-cont01 ul li img{
	width:100%;
	height:auto;
	border:1px #DDDDDD solid;
	margin-bottom:5px;
}

.sales-cont01 ul li:nth-child(1),
.sales-cont01 ul li:nth-child(2),
.sales-cont01 ul li:nth-child(3){
	margin-bottom:30px;
}

.sales-cont01 ul li:nth-child(3),
.sales-cont01 ul li:nth-child(6){
	margin-right:0px;
}

.sales-cont01:after{
	content: "";
    clear: both;
	display: block;
}

.sales-cont02{
	width:1200px;
	margin:0 auto;
	text-align:center;
	background:url(../images/what/sales_07.png) no-repeat center top;
	padding-top:40px;
}

.sales-cont02 > h4{
	font-size:24px;
	font-weight:bold;
	color:#1F437F;
	margin-bottom:20px;
}

.sales-cont02-inner{
	width:1198px;
	border:1px #1F437F solid;
	padding:48px 99px;
	position:relative;
}

.sales-cont02-inner .float{
	width:670px;
	height:35px;
	position:absolute;
	top:-17px;
	left:50%;
	transform: translate(-50%, 0%);
	-webkit-transform:translate(-50%, 0%);
}

.sales-cont02-inner .float > p{
	display:block;
	width:210px;
	height:35px;
	background-color:#E4EAEB;
	color:#1F437F;
	font-size:14px;
	line-height:35px;
	float:left;
}

.sales-cont02-inner .float > p+p{
	margin-left:20px;
}

.sales-cont02-inner h5{
	width:1000px;
	height:52px;
	background-color:#1F437F;
	color:#FFFFFF;
	font-size:32px;
	line-height:52px;
	letter-spacing:0.2em;
	margin-bottom:20px;
}

.sales-cont02-inner h6{
	color:#1F437F;
	font-size:24px;
	margin-bottom:30px;
}

.sales-cont02-inner ul li{
	display:block;
	width:228px;
	/*height:118px;*/
	min-height:125px;
	float:left;
	margin-right:26px;
	margin-bottom:26px;
	line-height:1.5;
}

.sales-cont02-inner ul li > span{
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:1;
	margin-top:20px;
	margin-bottom:15px;
}

.sales-cont02-inner ul li:nth-child(1),
.sales-cont02-inner ul li:nth-child(2),
.sales-cont02-inner ul li:nth-child(5),
.sales-cont02-inner ul li:nth-child(6){
	border:1px #1F437F solid;
	color:#1F437F;
}

.sales-cont02-inner ul li:nth-child(3),
.sales-cont02-inner ul li:nth-child(4),
.sales-cont02-inner ul li:nth-child(7),
.sales-cont02-inner ul li:nth-child(8){
	border:1px #008C69 solid;
	color:#008C69;
}

.sales-cont02-inner ul li:nth-child(4),
.sales-cont02-inner ul li:nth-child(8){
	margin-right:0px;
}

.sales-cont02-inner ul li:nth-of-type(n+5){
	margin-bottom:0px;
}

.sales-cont02-inner:after{
	content: "";
    clear: both;
	display: block;
}


.sales-cont03{
	width:1198px;
	margin:0 auto;
	border:1px #1F437F solid;
	padding:48px 99px;
	position:relative;
	margin-top:20px;
}

.sales-cont03 .float{
	width:375px;
	height:35px;
	position:absolute;
	top:-17px;
	left:50%;
	transform: translate(-50%, 0%);
	-webkit-transform:translate(-50%, 0%);
}

.sales-cont03 .float > p{
	display:block;
	width:375px;
	height:35px;
	background-color:#E4EAEB;
	font-size:16px;
	line-height:35px;
	text-align:center;
}

.sales-cont03 > h5{
	width:330px;
	height:50px;
	margin:0 auto;
	text-align:center;
	line-height:50px;
	font-size:18px;
	border:1px #555555 solid;
	margin-bottom:25px;
}

.sales-cont03 ul li{
	width:228px;
	height:60px;
	border-top:1px #555555 solid;
	border-bottom:1px #555555 solid;
	text-align:center;
	float:left;
	margin-right:23px;
	margin-bottom:23px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari） */
	justify-content: center; /* 横方向中央揃え */
}

.sales-cont03 ul li:nth-child(4),
.sales-cont03 ul li:nth-child(8){
	margin-right:0;
}

.sales-cont03 ul li:nth-of-type(n+5){
	margin-bottom:0px;
}

.sales-cont03 > h5{
	background-color:#EEEEEE;
	/*background:url(../images/what/sales_09.png) no-repeat left center #EEEEEE;*/
}

/*.sales-cont03 ul li{
	background:url(../images/what/sales_09.png) no-repeat left center;
}*/

.sales-cont03:after{
	content: "";
    clear: both;
	display: block;
}


.sales-cont04{
	width:1200px;
	margin:0 auto;
	padding-top:110px;
}

.sales-cont04 > img.logo{
	display:block;
	width:51px;
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
}

.sales-cont04 > h5{
	font-size:30px;
	text-align:center;
	line-height:1;
	margin-bottom:75px;
}

.sales-cont04 .box1,
.sales-cont04 .box2{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.sales-cont04 .box1 .box1-txt > h6,
.sales-cont04 .box2 .box2-txt > h6{
	font-size:16px;
	font-weight:bold;
	color:#555555;
	border-bottom:1px #CCCCCC dashed;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:25px;
}

.sales-cont04 .box1 > .box1-txt{
	width:750px;
	float:left;
}

.sales-cont04 .box1 > img{
	width:400px;
	float:right;
}

.sales-cont04 .box1:after,
.sales-cont04 .box2:after{
	content: "";
    clear: both;
	display: block;
}

.sales-cont04 .box2 > .box2-txt{
	width:750px;
	float:right;
}

.sales-cont04 .box2 > img{
	width:400px;
	float:left;
}

.sales-cont05{
	width:100%;
	height:400px;
	background:url(../images/what/sales_17.jpg) no-repeat center center;
	background-size:cover;
	margin-bottom:80px;
}



@media screen and (max-width: 960px) {
.sales-cont00{
	width:90%;
	margin-bottom:50px;
}

.sales-cont00 > h4{
	font-size:24px;
	margin-bottom:0px;
}

.sales-cont01{
	width:95%;
	padding:2%;
}

.sales-cont01 .float{
	width:60%;
	left:50%;
	transform: translate(-50%, 0%);
	-webkit-transform:translate(-50%, 0%);
}

.sales-cont01 .float > p{
	width:100%;
	font-size:14px;
}

.sales-cont01 ul{
	margin-top:20px;
}

.sales-cont01 ul li{
	display:block;
	float:left;
}

.sales-cont01 ul li img{
}

.sales-cont01 ul li p{
	font-size:12px;
}

.sales-cont01 ul li:nth-child(1),
.sales-cont01 ul li:nth-child(3),
.sales-cont01 ul li:nth-child(5),
.sales-cont01 ul li:nth-child(7),
.sales-cont01 ul li:nth-child(9){
	width:49%;
	height:auto;
	margin-bottom:20px;
	margin-right:2%;
}

.sales-cont01 ul li:nth-child(2),
.sales-cont01 ul li:nth-child(4),
.sales-cont01 ul li:nth-child(6),
.sales-cont01 ul li:nth-child(8){
	width:49%;
	height:auto;
	margin-bottom:20px;
	margin-right:0;
}



.sales-cont02{
	width:100%;
	padding-top:40px;
}

.sales-cont02 > h4{
	font-size:16px;
	margin-bottom:20px;
}

.sales-cont02-inner{
	width:95%;
	padding:2%;
	margin:0 auto;
}

.sales-cont02-inner .float{
	width:95%;
	left:5%;
	transform: translate(-2%, 0%);
	-webkit-transform:translate(-2%, 0%);
}

.sales-cont02-inner .float > p{
	width:32%;
	font-size:11px;
}

.sales-cont02-inner .float > p+p{
	margin-left:2%;
}

.sales-cont02-inner h5{
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	margin-top:20px;
	margin-bottom:10px;
}

.sales-cont02-inner h6{
	font-size:14px;
	margin-bottom:20px;
}

.sales-cont02-inner ul li{
	width:49%;
	/*height:auto;*/
	min-height:150px;
	margin-right:1%;
	margin-bottom:10px;
	font-size:12px;
	padding:10px 0;
}

.sales-cont02-inner ul li > span{
	font-size:14px;
	margin-top:0px;
	margin-bottom:5px;
}
.sales-cont02-inner ul li:nth-child(2),
.sales-cont02-inner ul li:nth-child(4),
.sales-cont02-inner ul li:nth-child(6),
.sales-cont02-inner ul li:nth-child(8){
	margin-right:0px;
}

.sales-cont02-inner ul li:nth-of-type(n+5){
	margin-bottom:10px;
}

.sales-cont03{
	width:95%;
	padding:2%;
	margin:0 auto;
	margin-top:20px;
}

.sales-cont03 .float{
	width:60%;
	left:50%;
	transform: translate(-50%, 0%);
	-webkit-transform:translate(-50%, 0%);
}

.sales-cont03 .float > p{
	width:100%;
	font-size:14px;
}

.sales-cont03 > h5{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:14px;
	margin-bottom:15px;
	margin-top:20px;
}

.sales-cont03 ul li{
	width:49%;
	margin-right:1%;
	margin-bottom:10px;
	font-size:10px;
	text-align:left;
	padding-left:1.5em;
	height:auto;
	/*line-height:33px;*/
	padding:5px 0;
}

.sales-cont03 ul li:nth-child(2),
.sales-cont03 ul li:nth-child(4),
.sales-cont03 ul li:nth-child(6),
.sales-cont03 ul li:nth-child(8){
	margin-right:0;
}

.sales-cont03 ul li:nth-of-type(n+5){
	margin-bottom:10px;
}



.sales-cont04{
	width:90%;
	padding-top:50px;
	margin-bottom:0px;
}

.sales-cont04 > img.logo{
	width:51px;
	margin-bottom:10px;
}

.sales-cont04 > h5{
	font-size:20px;
	margin-bottom:20px;
}

.sales-cont04 .box1,
.sales-cont04 .box2{
	margin-bottom:50px;
}

.sales-cont04 .box1 .box1-txt > h6,
.sales-cont04 .box2 .box2-txt > h6{
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.sales-cont04 .box1 > .box1-txt,
.sales-cont04 .box2 > .box2-txt{
	margin-bottom:20px;
}

.sales-cont04 .box1 > .box1-txt,
.sales-cont04 .box2 > .box2-txt,
.sales-cont04 .box1 > img,
.sales-cont04 .box2 > img{
	width:100%;
	height:auto;
	float:none;
}

.sales-cont05{
	width:100%;
	height:200px;
	background-size:cover;
	margin-bottom:30px;
}
}





/*--------------------------------------------------

    FACILITY 設備事業
	 
---------------------------------------------------*/

.facility-cont01{
	width:1200px;
	margin:0 auto;
	text-align:center;
	margin-bottom:80px;
}

.facility-cont01 > h4{
	font-size:50px;
	margin-bottom:70px;
	line-height:1;
}

.facility-cont01 > p{
	line-height:2;
}

.facility-cont02{
	width:100%;
	height:400px;
	background:url(../images/what/facility_01.jpg) no-repeat center center;
	background-size:cover;
	margin-bottom:80px;
}

.facility-cont03{
	width:1200px;
	margin:0 auto;
	text-align:center;
	margin-bottom:120px;
}

.facility-cont03 > img.logo{
	display:block;
	width:51px;
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
}

.facility-cont03 > h5{
	font-size:30px;
	text-align:center;
	line-height:1;
	margin-bottom:75px;
}

.facility-cont03 ul{
	display:block;
	margin-left:80px;
}

.facility-cont03 ul.text{
	margin-bottom:35px;
}

.facility-cont03 ul.text li{
	display:block;
	width:328px;	
	height:70px;
	/*border:1px #3388E1 solid;*/
	border-top:1px #3388E1 solid;
	border-bottom:1px #3388E1 solid;
	color:#3388E1;
	font-size:22px;
	line-height:1.4;
	float:left;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari） */
	justify-content: center; /* 横方向中央揃え */
}

.facility-cont03 ul.text li+li{
	margin-left:25px;
}

.facility-cont03 .box1,
.facility-cont03 .box2{
	width:100%;
	height:auto;
	margin-bottom:60px;
	text-align:left;
}

.facility-cont03 .box1 .box1-txt > h6,
.facility-cont03 .box2 .box2-txt > h6{
	font-size:16px;
	font-weight:bold;
	color:#555555;
	border-bottom:1px #CCCCCC dashed;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:25px;
}

.facility-cont03 .box1 > .box1-txt{
	width:750px;
	float:right;
}

.facility-cont03 .box1 .box1-txt > a,
.facility-cont03 .box2 .box2-txt > a{
	margin-top:20px;
	display:block;
	color:#3387E0;
}

.facility-cont03 .box1 .box1-txt > a.newwin:after,
.facility-cont03 .box2 .box2-txt > a.newwin:after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background:url(../images/common/icon_newwin_sb.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	margin-left:10px;
}

.facility-cont03 .box1 > img{
	width:400px;
	float:left;
}

.facility-cont03 .box1:after,
.facility-cont03 .box2:after{
	content: "";
    clear: both;
	display: block;
}

.facility-cont03 .box2 > .box2-txt{
	width:750px;
	float:left;
}

.facility-cont03 .box2 > img{
	width:400px;
	float:right;
}

.facility-cont03 ul:after{
	content: "";
    clear: both;
	display: block;
}

a.data-icon{
	display:block;
	text-align:left;
	background:url(../images/common/icon_data.png) no-repeat left center;
	background-size:14px;
	padding-left:30px;
	margin-bottom:35px;
	text-decoration:underline;
	color:#204380;
}



@media screen and (max-width: 960px) {
.facility-cont01{
	width:90%;
	margin-bottom:30px;
}

.facility-cont01 > h4{
	font-size:24px;
	margin-bottom:20px;
	line-height:1.2;
}

.facility-cont01 > p{
	line-height:1.6;
	text-align:left;
}

.facility-cont02{
	width:100%;
	height:200px;
	background-size:cover;
	margin-bottom:30px;
}

.facility-cont03{
	width:90%;
	margin-bottom:50px;
}

.facility-cont03 > img.logo{
	width:51px;
	margin-bottom:10px;
}

.facility-cont03 > h5{
	font-size:20px;
	margin-bottom:20px;
}

.facility-cont03 ul{
	margin-left:0;
}

.facility-cont03 ul.text{
	margin-bottom:15px;
}

.facility-cont03 ul.text li{
	width:100%;	
	height:auto;
	font-size:16px;
	float:none;
	padding:10px 0;
}

.facility-cont03 ul.text li+li{
	margin-left:0px;
	margin-top:5px;
}

.facility-cont03 .box1,
.facility-cont03 .box2{
	margin-bottom:50px;
}

.facility-cont03 .box1 .box1-txt > h6,
.facility-cont03 .box2 .box2-txt > h6{
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.facility-cont03 .box1 > .box1-txt,
.facility-cont03 .box2 > .box2-txt{
	margin-bottom:20px;
}

.facility-cont03 .box1 > .box1-txt,
.facility-cont03 .box2 > .box2-txt,
.facility-cont03 .box1 > img,
.facility-cont03 .box2 > img{
	width:100%;
	height:auto;
	float:none;
}

.facility-cont03 .box1 .box1-txt > a,
.facility-cont03 .box2 .box2-txt > a{
	margin-bottom:30px;
}

a.data-icon{
	background:url(../images/common/icon_data.png) no-repeat left top;
	background-size:14px;
	padding-left:20px;
	margin-bottom:20px;
}

}






/*--------------------------------------------------

    PAINTING 塗装事業
	 
---------------------------------------------------*/

.painting-cont01{
	width:1200px;
	margin:0 auto;
	text-align:center;
	margin-bottom:80px;
}

.painting-cont01 > h4{
	font-size:50px;
	margin-bottom:70px;
	line-height:1;
}

.painting-cont01 > p{
	line-height:2;
}

.painting-cont02{
	width:100%;
	height:400px;
	background:url(../images/what/painting_01.jpg) no-repeat center center;
	background-size:cover;
	margin-bottom:80px;
}

.painting-cont03{
	width:1200px;
	margin:0 auto;
	padding-top:110px;
}

.painting-cont03 ul{
	margin-top:15px;
}

.painting-cont03 ul li{
	list-style:disc;
	margin-left:1.5em;
	line-height:2;
}

.painting-cont03 > img.logo{
	display:block;
	width:51px;
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
}

.painting-cont03 > h5{
	font-size:30px;
	text-align:center;
	line-height:1;
	margin-bottom:75px;
}

.painting-cont03 .box1,
.painting-cont03 .box2{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.painting-cont03 .box1 .box1-txt > h6,
.painting-cont03 .box2 .box2-txt > h6{
	font-size:16px;
	font-weight:bold;
	color:#555555;
	border-bottom:1px #CCCCCC dashed;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:25px;
}

.painting-cont03 .box1 > .box1-txt{
	width:750px;
	float:left;
}

.painting-cont03 .box1 .box1-txt > a,
.painting-cont03 .box2 .box2-txt > a{
	margin-top:20px;
	display:block;
	color:#3387E0;
}

.painting-cont03 .box1 .box1-txt > a.newwin:after,
.painting-cont03 .box2 .box2-txt > a.newwin:after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background:url(../images/common/icon_newwin_sb.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	margin-left:10px;
}

.painting-cont03 .box1 > img{
	width:400px;
	float:right;
}

.painting-cont03 .box1:after,
.painting-cont03 .box2:after{
	content: "";
    clear: both;
	display: block;
}

.painting-cont03 .box2 > .box2-txt{
	width:750px;
	float:right;
}

.painting-cont03 .box2 > img{
	width:400px;
	float:left;
}

.painting-cont04{
	width:100%;
	height:80px;
	text-align:center;
}

.painting-cont04 a{
	display:block;
	width:375px;
	height:80px;
	text-align:center;
	border:1px #204380 solid;
	margin:0 auto;
	background:url(../images/group/index_nav01.png) no-repeat center center;
	background-size:50%;
	text-indent:-9999px;
}

.painting-cont03 a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-webkit-transition: all .3s;
	transition: all .3s;
}


@media screen and (max-width: 960px) {
.painting-cont01{
	width:90%;
	margin-bottom:30px;
}

.painting-cont01 > h4{
	font-size:24px;
	margin-bottom:20px;
	line-height:1.2;
}

.painting-cont01 > p{
	line-height:1.6;
	text-align:left;
}

.painting-cont02{
	width:100%;
	height:200px;
	background-size:cover;
	margin-bottom:30px;
}

.painting-cont03{
	width:90%;
	padding-top:50px;
	margin-bottom:0px;
}

.painting-cont03 > img.logo{
	width:51px;
	margin-bottom:10px;
}

.painting-cont03 > h5{
	font-size:20px;
	margin-bottom:20px;
}

.painting-cont03 .box1,
.painting-cont03 .box2{
	margin-bottom:50px;
}

.painting-cont03 .box1 .box1-txt > h6,
.painting-cont03 .box2 .box2-txt > h6{
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.painting-cont03 .box1 > .box1-txt,
.painting-cont03 .box2 > .box2-txt{
	margin-bottom:20px;
}

.painting-cont03 .box1 > .box1-txt,
.painting-cont03 .box2 > .box2-txt,
.painting-cont03 .box1 > img,
.painting-cont03 .box2 > img{
	width:100%;
	height:auto;
	float:none;
}

.painting-cont04 a{
	width:90%;
}
}





/*--------------------------------------------------

    DEVELOPMENT 営業開発・事業開発
	 
---------------------------------------------------*/

.development-cont01{
	width:1200px;
	margin:0 auto;
	text-align:center;
	margin-bottom:80px;
}

.development-cont01 > h4{
	font-size:50px;
	margin-bottom:70px;
	line-height:1;
}

.development-cont01 > p{
	line-height:2;
}

.development-cont02{
	width:100%;
	height:400px;
	background:url(../images/what/development_01.jpg) no-repeat center center;
	background-size:cover;
	margin-bottom:80px;
}

.development-cont03{
	width:1200px;
	margin:0 auto;
	padding-top:110px;
}

.development-cont03 ul{
	margin-top:15px;
}

.development-cont03 ul li{
	list-style:disc;
	margin-left:1.5em;
	line-height:2;
}

.development-cont03 > img.logo{
	display:block;
	width:51px;
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
}

.development-cont03 > h5{
	font-size:30px;
	text-align:center;
	line-height:1;
	margin-bottom:40px;
}

.development-cont03  h5 + p{
	text-align:center;
	margin-bottom:200px;
	line-height:2;
}

.development-cont03 .box1,
.development-cont03 .box2{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.development-cont03 .box1 .box1-txt > h6,
.development-cont03 .box2 .box2-txt > h6{
	font-size:16px;
	font-weight:bold;
	color:#555555;
	border-bottom:1px #CCCCCC dashed;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:25px;
}

.development-cont03 .box1 > .box1-txt{
	width:750px;
	float:left;
}

.development-cont03 .box1 > img{
	width:400px;
	float:right;
}

.development-cont03 .box1:after,
.development-cont03 .box2:after{
	content: "";
    clear: both;
	display: block;
}

.development-cont03 .box2 > .box2-txt{
	width:750px;
	float:right;
}

.development-cont03 .box2 > img{
	width:400px;
	float:left;
}

.development-cont03 table{
	width:100%;
	border-collapse:collapse;
	text-align:center;
}

.development-cont03 table tr{
	border-top:1px #CCCCCC dashed;
}

.development-cont03 table th,
.development-cont03 table td{
	padding:15px;
}


@media screen and (max-width: 960px) {
.development-cont01{
	width:90%;
	margin-bottom:30px;
}

.development-cont01 > h4{
	font-size:24px;
	margin-bottom:20px;
	line-height:1.2;
}

.development-cont01 > p{
	line-height:1.6;
	text-align:left;
}

.development-cont02{
	width:100%;
	height:200px;
	background-size:cover;
	margin-bottom:30px;
}

.development-cont03{
	width:90%;
	padding-top:50px;
	margin-bottom:0px;
}

.development-cont03 > img.logo{
	width:51px;
	margin-bottom:10px;
}

.development-cont03 > h5{
	font-size:20px;
	margin-bottom:20px;
}

.development-cont03  h5 + p{
	margin-bottom:50px;
}

.development-cont03 .box1{
	margin-bottom:50px;
}

.development-cont03 .box2{
	margin-bottom:0px;
}

.development-cont03 .box1 .box1-txt > h6,
.development-cont03 .box2 .box2-txt > h6{
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.development-cont03 .box1 > .box1-txt,
.development-cont03 .box2 > .box2-txt{
	margin-bottom:20px;
}

.development-cont03 .box1 > .box1-txt,
.development-cont03 .box2 > .box2-txt,
.development-cont03 .box1 > img,
.development-cont03 .box2 > img{
	width:100%;
	height:auto;
	float:none;
}

.development-cont03 table{
	width:100%;
}

.development-cont03 table tr{
	border-top:none;
}

.development-cont03 table th,
.development-cont03 table td{
	display:block;
	width:100%;
}

.development-cont03 table th{
	background-color:#CCCCCC;
}

.development-cont03 table td+td{
	border-top:1px #CCCCCC solid;
}
}