@charset "utf-8";

/**
 *
 *  企業理念
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
.blockTtl{
	margin: 20px 0 40px;
	font-size: 42px;
}
.blockTtl:after{
	margin-top: 10px;
}
.blockTtl.en{
	margin-top: 0;
}


/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.sec{
	padding: 80px 0;
}
.sec-ttl{
	position: relative;
	left: 50%;
	width: 144px;
	margin: 0 0 12px -72px;
	padding: 5px 0;
	background: #e7e3d6;
	border-radius: 3px;
	text-align: center;
	font-size: 131%;
	font-weight: 500;
	font-family: "Noto Sans Japanese","メイリオ","Meiryo",serif;
}
/* IE9・10 */
.sec-ttl:not(:target){
	padding: 9px 0 1px\9;
}
/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .sec-ttl{
		padding: 9px 0 1px;
	}
}
.sec-lead{
	text-align: center;
	font-size: 108%;
}
.sec-img{
	margin-top: 75px;
	width: 100%;
	height: auto;
}




/*--------------------------------------------------------------------------
   お問い合わせページ（電話箇所）
---------------------------------------------------------------------------*/
.stance{
/*	background: #fafafa url(../images/index/bg_stance.gif) no-repeat center;*/
	text-align: center;
}
.stance .blockTtl{
	font-size: 41px;
	
}
.stance .newline br{
	display: none;
}



/*--------------------------------------------------------------------------
  Thanksページ
---------------------------------------------------------------------------*/
.stance1{
/*	background: #fafafa url(../images/index/bg_stance.gif) no-repeat center;*/
	text-align: center;
}
.stance1 .blockTtl{
	font-size: 30px;
	
}
.stance1 .newline br{
	display: none;
}




/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 740px
 *
 ----------------------------------------------------------------- */
@media screen and (max-width:740px) {

	/*--------------------------------------------------------------------------
	   overwrite  - 共通CSSの上書き -
	---------------------------------------------------------------------------*/
	.blockTtl{
		font-size: 24px;
		margin: 0 0 25px;
	}


	/*--------------------------------------------------------------------------
	   common
	---------------------------------------------------------------------------*/
	.sec br{
		display: none;
	}
	.sec{
		padding: 40px 0 35px;
	}
	.sec-ttl{
		width: 105px;
		height: 30px;
		margin: 0 0 12px -52px;
		padding: 0;
		font-size: 13px;
		line-height: 30px;
	}
	.sec-lead{
		text-align: left;
		font-size: 100%;
	}
	.sec-img{
		margin-top: 32px;
	}


	/*--------------------------------------------------------------------------
	   事業スタンス
	---------------------------------------------------------------------------*/
	.stance{
		background: #fafafa url(../images/index/bg_stance_sp.gif) no-repeat top;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.stance .blockTtl{
		font-size: 154%;
		line-height: 1.4;
	}
	.stance .newline br{
		display: block;
	}
	
	.stance1{
		text-align: center;
		}
		.stance1 .blockTtl{
			font-size: 30px;
			
		}
		.stance1 .newline br{
			display: none;
	}
	

}

/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 667px
 *
 ----------------------------------------------------------------- */
@media screen and (max-width:667px) {

	/*--------------------------------------------------------------------------
	   overwrite  - 共通CSSの上書き -
	---------------------------------------------------------------------------*/
	.blockTtl{
		font-size: 24px;
		margin: 0 0 25px;
	}


	/*--------------------------------------------------------------------------
	   common
	---------------------------------------------------------------------------*/
	.sec br{
		display: none;
	}
	.sec{
		padding: 40px 0 35px;
	}
	.sec-ttl{
		width: 105px;
		height: 30px;
		margin: 0 0 12px -52px;
		padding: 0;
		font-size: 13px;
		line-height: 30px;
	}
	.sec-lead{
		text-align: center;
		font-size: 100%;
	}
	.sec-img{
		margin-top: 32px;
	}


	/*--------------------------------------------------------------------------
	   事業スタンス
	---------------------------------------------------------------------------*/
	.stance{
		background: #fafafa url(../images/index/bg_stance_sp.gif) no-repeat top;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.stance .blockTtl{
		font-size: 154%;
		line-height: 1.4;
	}
	.stance .newline br{
		display: block;
	}
	

}

/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ411px
 *
 ----------------------------------------------------------------- */
@media screen and (max-width:411px) {

	/*--------------------------------------------------------------------------
	   overwrite  - 共通CSSの上書き -
	---------------------------------------------------------------------------*/
	.blockTtl{
		font-size: 24px;
		margin: 0 0 25px;
	}


	/*--------------------------------------------------------------------------
	   お問い合わせありがとうござました
	---------------------------------------------------------------------------*/
	
	
	.stance1 .blockTtl{
		font-size: 120%;
		line-height: 1.4;
	}

	
	
	.sec-lead{
		text-align: left;
		padding: 0 30px;
		font-size: 100%;
	}


}
