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

#contactPart_tel {
	margin-bottom:55px;
}
#contactPart_tel .fontTel {
	font-size:3.2em;
	padding:15px 25px 15px 25px!important;
	border:solid 3px #eee;
	background:#fff;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */  
}
#contactPart_tel .fontTel,
#contactPart_tel .fontTel a {
	color:#6cf;
	text-decoration:none;
}
#contactPart_tel .fontTel a {
	display:block;
	padding:20px 0 20px 170px;
	min-height:50px;
	background:url(css_img/iconTel.png) no-repeat 10px 10px;
	background-size:120px;
}

#contactPart_mail {}

#contactPart_mail dl {
	padding:20px 0 20px 45px;
	border-bottom:solid #eee 1px;
}
#contactPart_mail dt {
	float:left;
	width:180px;
	font-size:1.05em;
	color:#3ac;
}
#contactPart_mail dd {
	margin-left:200px;
}

#contactPart_mail dd .textMini {
	padding:15px 0;
	color:#fb735a;
	font-size:0.92em;
}

#contactPart_mail dd span.wpcf7-list-item {
display:block;
padding:11px 0 11px 0;
color:#666;
}
#contactPart_mail dd span.wpcf7-list-item input {
margin-right:5px;
}

#contactPart_mail .formBtm {
	padding-top:55px;
}
#contactPart_mail .formBtm li {
	float:left;
	margin-right:25px;
}

#contactPart_line {
	margin-bottom:55px;
}
#contactPart_line .p01{
	margin-bottom:10px;
	position:relative;
	font-weight:bold;
	font-size:1.13em;
	color:#666;
	box-sizing:border-box;
	padding:45px 0 0 125px!important;
	min-height:120px;
}
#contactPart_line .p01::before {
	content:"";
	display:block;
	width:100px;
	height:100px;
	left:0;
	top:10px;
	position:absolute;
	background:url(css_img/iconLINE.svg) no-repeat left top;
	background-size:100%;
}
#contactPart_line .p01 a{
	color:#37A2B7;
}
#contactPart_line .p02{
	color: #FFF;
	padding: 10px 15px;
	background: #FFA148;
}

/*フォーム設定*/
#contactPart_mail dl #yourName {
	width:250px;
}
#contactPart_mail dl #yourMail,
#contactPart_mail dl #yourMailChack {
	width:380px;
}
#contactPart_mail dl #yourTel {
	width:280px;
}
#contactPart_mail dl #boxTextContact {
	width:550px;
	height:150px;
}

#groupContact #contactPart_thanks p {
	margin-bottom:15px;
}
#groupContact #thankMessage {
	border:solid 1px #eee;
	padding:20px 25px;
	background:#fff;
	margin-bottom:35px;
}

.introMain {margin-bottom:25px;}
#contactPart_mail .boxError {
	color:#f00;
	padding:10px 15px;
}

#groupContact .groupOtherWk {
	padding:25px 15px;
	border:solid 1px #acf5eb;
	margin-bottom:25px;
	border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
}
#groupContact .groupOtherWk h4 {
	text-align:center;
	border-bottom:solid 2px #eee;
	margin-bottom:25px;
	color:#49c4da;
	padding:0 0 15px;
	font-size:1.35em;
}

/*アクセスマップ*/
#dataAccess {
	margin-bottom:55px;
}

#dataAccess #listShosaiAcc {
	float:left;
	width:550px;
}

#dataAccess #listShosaiAcc dl {
	padding:15px 3px;
	border-bottom:solid 1px #ccc;
	color:#666;
	font-size:0.9em;
}
#dataAccess #listShosaiAcc dt {
	float:left;
	width:150px;
}
#dataAccess #listShosaiAcc dd {
	margin-left:150px;
}

#dataAccess #boxMap {
	width:400px;
	float:right;
}
#dataAccess #boxMap iframe {
	width:100%;
	height:400px;
}

/**************************************************************************************
**************************************************************************************
画面サイズが1024pxより小さい場合
**************************************************************************************
**************************************************************************************/


@media screen and (max-width: 1024px){
	
}


/**************************************************************************************
**************************************************************************************
画面サイズが640pxより小さい場合
**************************************************************************************
**************************************************************************************/

@media screen and (max-width: 640px){
	/*フォーム設定*/
	#contactPart_mail dl #yourName,
	#contactPart_mail dl #yourMail,
	#contactPart_mail dl #yourMailChack,
	#contactPart_mail dl #yourTel,
	#contactPart_mail dl #boxTextContact {
		width:100%;
	}
	
	
	/*アクセスマップ*/
	#dataAccess #listShosaiAcc {
		float:none;
		width:auto;
		margin-bottom:55px;
	}
	#dataAccess #listShosaiAcc dt {
		width:120px;
	}
	#dataAccess #listShosaiAcc dd {
		margin-left:120px;
	}

	#dataAccess #boxMap {
		width:auto;
		float:none;
	}
}


/**************************************************************************************
**************************************************************************************
画面サイズが460pxより小さい場合
**************************************************************************************
**************************************************************************************/

@media screen and (max-width: 460px){
	
	#contactPart_mail dt {
		float:none;
		width:auto;
		margin-bottom:15px;
	}
	#contactPart_mail dd {
		margin-left:0;
	}
	
	#contactPart_tel .fontTel {
		padding:0;
		border:none;  
	}
	#contactPart_tel .fontTel a {
		width:171px;
		height:0;
		padding:223px 0 0 0;
		overflow:hidden;
		min-height:inherit;
		background:url(css_img/iconTelSmf.png) no-repeat left top;
		background-size:100%;
		margin:0 auto;
	}
	
	

	#contactPart_line {
		margin-bottom:45px;
	}
	
	#contactPart_line .p01 {
    font-size: 1.13em;
    padding: 140px 0 0 0!important;
    min-height: inherit;
		margin-bottom:35px;
		text-align:center;
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	
	#contactPart_line .p01::before {
    width: 120px;
    height: 120px;
    left: 50%;
    top: 10px;
		margin-left:-60px;
	}
	
	/*アクセスマップ*/
	#dataAccess #listShosaiAcc dt {
		width:auto;
		float:none;
		margin-bottom:15px;
	}
	#dataAccess #listShosaiAcc dd {
		margin-left:1.5em;
	}
	
}