@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	お問い合わせ

	------------------------------------------------------------ */

	/* グローバルナビアクティブ
	---------------------------------------------- */
	.nav_global ul li.g07 a{color: #005C92;}
	
	/* お問い合わせ
	---------------------------------------------- */
	.contact{
		width: 1100px;
		margin: 0 auto;
	}
	.contact-faq{
		padding-bottom: 80px;
	}
	.contact .univ{margin-bottom: 80px;}
	
	.contact_inner h3 span{
		color: #7A7A7A;
		font-size: 1.6rem;
		margin-left: 10px;
	}
	
	.contact_inner .name{margin-bottom: 25px;}
	
	.contact_inner .add{
		background: url("../img/ico_maker01.png") no-repeat 0 0;
		background-size: 18px;
		margin-bottom: 10px;
		padding-left: 25px;
		line-height: 23px;
	}

	.contact_inner .tel{
		background: url("../img/ico_tel01.png") no-repeat 0 0;
		background-size: 18px;
		margin-bottom: 10px;
		padding-left: 25px;
		line-height: 20px;
	}
	
	.contact_inner .tel a{
		color: #333;
		pointer-events: none;
	}
	
	.contact_inner .mail{
		background: url("../img/ico_mail01.jpg") no-repeat 0 0.4em;
		background-size: 18px;
		margin-bottom: 30px;
		padding-left: 25px;
		line-height: 23px;
	}
	
	.contact_inner .mail a{color: #333;}
	
	.contact_inner .txt{font-size: 1.6rem;}
	
	.contact .map{width: 520px;}
	
	.contact .map img{width: 100%;}
	

}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	お問い合わせ

	------------------------------------------------------------ */

	/* お問い合わせ
	---------------------------------------------- */
	.contact_inner{padding: 0 30px;}
	.contact-faq{
		padding-bottom: 60px;
	}
	.contact_inner .univ{margin-bottom: 60px;}
	
	.contact_inner h3 span{
		display: block;
		color: #7A7A7A;
		font-size: 1.4rem;
		margin-top: 3px;
	}
	
	.contact_inner .name{margin-bottom: 20px;}
	
	.contact_inner .add{
		background: url("../img/ico_maker01.png") no-repeat 0 0;
		background-size: 18px;
		margin-bottom: 5px;
		padding-left: 25px;
		line-height: 23px;
	}

	.contact_inner .tel{
		background: url("../img/ico_tel01.png") no-repeat 0 0;
		background-size: 18px;
		margin-bottom: 5px;
		padding-left: 25px;
		line-height: 23px;
	}
	
	.contact_inner .tel a{color: #333;}
	
	.contact_inner .mail{
		background: url("../img/ico_mail01.jpg") no-repeat 0 0.4em;
		background-size: 18px;
		margin-bottom: 20px;
		padding-left: 25px;
		line-height: 23px;
	}
	
	.contact_inner .mail a{color: #333;}
	
	.contact .map img{width: 100%;}
	
	
}/*--@media--*/

