@charset "UTF-8";


/*****************************************************
　共通　
*****************************************************/
/* .inner 
------------------------------------------------- */
.inner{
	margin:0 auto;
	max-width:1000px;
	width:96%;
}
.inner-1200{
	margin:0 auto;
	max-width:1200px;
	width:96%;
}
.inner-1160{
	margin:0 auto;
	max-width:1160px;
	width:96%;
}
/* 詳細 
------------------------------------------------- */
.v-detail dl{
	display:table;
	width:100%;
}
.v-detail dl dt,
.v-detail dl dd{
	display:table-cell;
	vertical-align:top;
}
.v-detail dl dt span{
	background:url('../img/common/arrow.png') no-repeat left center;
	display:inline-block;
	font-size:33px;
	font-size:3.3rem;
	font-weight:bold;
	/*letter-spacing:0.24em;*/
	line-height:40px;
	padding:0 0 0 50px;
}
.v-detail dl dt span:after{
	content:'：';
}
.v-detail dl dd{
	font-size:25px;
	font-size:2.5rem;
	letter-spacing:0.1em;
	line-height:1.3;
}


/*****************************************************
　ヘッダー　
*****************************************************/
#header{
	margin:30px 0 0;
	text-align:center;
}
/* ロゴ 
------------------------------------------------- */
#header .logo-company{
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:3px 0;
}
#header .logo-txt{
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
	line-height:1.6;
}


/*****************************************************
　フッター　
*****************************************************/
#footer{
	text-align:center;
}
#footer .foot-inner{
	background:#fff;
	padding:38px 0 32px;
}
/* ロゴ 
------------------------------------------------- */
#footer .foot-logo .logo-txt{
	font-weight:bold;
	line-height:1.5;
	margin:17px 0 8px;
}
#footer .foot-logo .logo-company{
	font-size:29px;
	font-size:2.9rem;
	font-weight:bold;
	line-height:1.4;
}
/* 会社情報 
------------------------------------------------- */
#footer .company-block{
	margin:28px 0 0;
}
#footer .company-block .company-item + .company-item{
	margin:20px 0 0;
}
#footer .company-block .company-item dt{
	font-size:25px;
	font-size:2.5rem;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.4;
	margin:0 0 5px;
}
#footer .company-block .company-item dd{
	font-size:20px;
	font-size:2.0rem;
	letter-spacing:0.2em;
	line-height:1.1;
}
#footer .company-block .company-link{
	font-size:20px;
	font-size:2.0rem;
	letter-spacing:0.14em;
	line-height:22px;
	margin:25px 0 0;
}
#footer .company-block .company-link a{
	background:url('../img/common/arrow.png') no-repeat left center;
	background-size:22px auto;
	color:#ee6e01;
	display:inline-block;
	padding:0 0 0 30px;
}
/* コピーライト 
------------------------------------------------- */
#copyright{
	display:block;
	line-height:1.4;
	padding:12px 0;
}


/*****************************************************
　固定電話ボタン　
*****************************************************/
#fix-telbtn{
	display:none;
}



@media screen and (max-width:1500px){
	/*****************************************************
	　ヘッダー　
	*****************************************************/
	/* ロゴ 
	------------------------------------------------- */
	#header .logo{
		margin:0 auto;
		width:15vw;
	}
	#header .logo-company{
		font-size:1.5vw;
	}
	#header .logo-txt{
		font-size:0.95vw;
	}
}


@media screen and (max-width:1024px){
	/*****************************************************
	　共通　
	*****************************************************/
	/* .inner 
	------------------------------------------------- */
	.inner{
		max-width:none;
		width:90vw;
	}
	.inner-1200{
		max-width:none;
		width:90vw;
	}
	.inner-1160{
		max-width:none;
		width:90vw;
	}
	/* 詳細 
	------------------------------------------------- */
	.v-detail dl{
		display:block;
	}
	.v-detail dl dt,
	.v-detail dl dd{
		display:block;
	}
	.v-detail dl dt{
		margin:0 0 1.25vw;
	}
	.v-detail dl dt span{
		background-size:6.25vw auto;
		font-size:5.15vw;
		line-height:6.25vw;
		padding:0 0 0 7.81vw;
	}
	.v-detail dl dt span:after{
		content:'';
	}
	.v-detail dl dd{
		font-size:3.9vw;
		margin:0 0 0 7.81vw;
	}


	/*****************************************************
	　ヘッダー　
	*****************************************************/
	#header{
		align-items:center;
		display:flex;
		justify-content:center;
		margin:2.34vw 0;
	}
	/* ロゴ 
	------------------------------------------------- */
	#header .logo{
		margin:0;
	}
	#header .logo img{
		width:20vw;
	}
	#header .logo-company-txt{
		margin:0 0 0 2.34vw;
		text-align:left;
	}
	#header .logo-company{
		font-size:3vw;
		margin:0.5vw 0;
	}
	#header .logo-txt{
		font-size:2vw;
	}
	#header .logo-txt br:nth-child(2){
		display:none;
	}


	/*****************************************************
	　フッター　
	*****************************************************/
	#footer .foot-inner{
		padding:5.93vw 0 5vw;
	}
	/* ロゴ 
	------------------------------------------------- */
	#footer .foot-logo .logo-txt{
		margin:2.65vw 0 1.25vw;
	}
	#footer .foot-logo .logo-company{
		font-size:5.62vw;
	}
	/* 会社情報 
	------------------------------------------------- */
	#footer .company-block{
		margin:4.37vw 0 0;
	}
	#footer .company-block .company-item + .company-item{
		margin:3.12vw 0 0;
	}
	#footer .company-block .company-item dt{
		font-size:4.84vw;
		margin:0 0 0.78vw;
	}
	#footer .company-block .company-item dd{
		font-size:3.9vw;
	}
	#footer .company-block .company-link{
		font-size:3.9vw;
		line-height:3.43vw;
		margin:3.9vw 0 0;
	}
	#footer .company-block .company-link a{
		background-size:3.43vw auto;
		padding:0 0 0 4.68vw;
	}
	/* コピーライト 
	------------------------------------------------- */
	#copyright{
		padding:1.87vw 0;
	}


	/*****************************************************
	　固定電話ボタン　
	*****************************************************/
	#fix-telbtn{
		bottom:90px;
		display:block;
		position:fixed;
		right:10px;
		width:16.66vw;
		z-index:10;
	}
	#fix-telbtn img{
		width:100%;
	}
}

