@charset "UTF-8" ;

@media (min-width: 1200px){
	.container {
		width: 1040px;
	}
}

@media (max-width: 767px){
	.proporsalWrap {
		padding:0 15px;
	}
	.contentsTop{
	margin:0 auto;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
	overflow:hidden;
	}
	.contents{
	margin:0 auto;
	margin-top:10px;
	margin-bottom:30px;
	text-align:left;
	overflow:hidden;
	}
	.contact{
		padding-top: 92px;
    	padding-left: 212px;
    	height: 220px;
	}
	.button{
		width: 150px;
		height: 40px;
		font-size: 85%;
		line-height: 40px;
		margin-top: 0;
	}

	#logo img{
		display: none;
	}

	#wrapTop{
		background: url(../img/bg_header.jpg) top right no-repeat;
	}

	.subnavi{
		 margin-top: 10px;
	}

	.contentsBorder {

	}

	dl#news{
		margin-bottom: 3em;
	}

	dl#news dd{
		margin-bottom:10px;
	}

	.menu-header_navi-container{
		display: none;
	}

	#wprmenu_bar, #wprmenu_bar {
		text-align: right;
	}

	.topImg{
	 	height:240px;
	 }

	.topText{
		text-shadow: 0 0 7px #666;
    	text-align: center;
    	margin-top: 0;
	}

	h2 {
    text-align: left;
    font-size: 150%;
    color: #0095DD;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
	}

	h2.h2top{
		margin-top:10px;
	}

	h2.h2lead{
		font-size: 150%;
		margin-top: 30px;
    	margin-bottom: 40px;
	}
	/*ヘッダーのアイキャッチの高さ*/
	#wrapTop {
		height: 42px;
	}
	.topImgServiceA {
	    height: 240px;
	    padding-top: 120px;
	}
	.eyecatch {
	    height: 100px;
	    padding-top: 0px;
	}
	.topImgSingle {
		height: 180px;
		padding-top: 40px;
    }
    .eyecatchSingle {
	    height: 120px;
	    padding-top: 40px;
    }
    /*ヘッダーのアイキャッチの高さ*/

	.page-titleSingle {
	    color: #fff;
	    text-align: center;
	    margin-top: -65px;
	    font-size: 26px;
	    font-weight: 700;
	    display: block;
	    letter-spacing: 0;
    }

    .blu280b{
		font-size:140%;
		color:#00a0e9;
		font-weight: 600;
		line-height:140%;
	}
	.wh280b{
    	font-size: 140%;
    	color: #FFFFFF;
    	font-weight: 600;
    	line-height: 140%;
	}
	.blk130{
		font-size: 115%;
    	line-height: 150%;
	}

	img.responsiveNone{
		display:none;
	}

/*----------------------------------------------------
	#お客様の声
----------------------------------------------------*/
.voiceWrap{
    width:100%;
    margin: 0 auto;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.voiceBox{
    width: 95%;
    margin-right: 0;
    margin-bottom: 50px;
 }

/*----------------------------------------------------
#動作環境アンカーメニュー　ボタン3列
----------------------------------------------------*/
#anchorMenu {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0;
}
#anchorMenu li {
    display: inline-block;
    width: 100%;
    /*height:50px;*/
    margin-right: 0;
    list-style: none;
}
#anchorMenu li:last-child {
    display: inline-block;
    width: 100%;
    /*height:50px;*/
    margin-right: 0;
    list-style: none;
}
li a.anchorBtn {
    width: 100%;
    /*height:50px;*/
    text-decoration: none;
    color: #FFFFFF;
    font-size: 110%;
    border: 3px solid #0095DD;
    text-align: center;
    display: inline-block;
    line-height: 47px;
    outline: none;
    margin-bottom: 1em;
}
.anchorBtn::before,
.anchorBtn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.anchorBtn,
.anchorBtn::before,
.anchorBtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}
.anchorBtn {
    background-color: #0095DD;
    color: #fff;
}
.anchorBtn:hover {
    background-color: #0095DD;
}
.anchorBtn {
    position: relative;
    z-index: 2;
    background-color: #0095DD;
    border: 2px solid #0095DD;
    color: #fff;
    line-height: 50px;
}
.anchorBtn:hover {
    background-color: #fff;
    border-color: #0095DD;
    color: #0095DD;
}
.anchorBtn::before,
.anchorBtn::after {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0095DD;
}
.anchorBtn::before {
    top: 0;
}
.anchorBtn::after {
    bottom: 0;
}
.anchorBtn:hover::before,
.anchorBtn:hover::after {
    height: 0;
    background-color: #0095DD;
}

}