@charset "UTF-8";
@import url("/css/form.css");

/* --------------------------------
	reset
-------------------------------- */


/* --------------------------------
	#header-main-block
-------------------------------- */
#header-main-block {
	background: url('../../images/contact/main-image.png') no-repeat top center;
	background-position: center 0px;
	height: 370px;
}

.img-tel { 
	width: 496px;
	margin-bottom: 14px;
}


/* --------------------------------
	#contents-main-block
-------------------------------- */
.privacy-desc-title {
	font-size: 168.71%;
	border-bottom: 2px solid #009944;
	padding-bottom: 12px;
	margin: 40px 0 20px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
}
#contents-main-block li {
	font-size: 118.71%;
}


/* PC SIZE */
@media screen and (min-width: 980px){
}

/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
	#contents-main-block li {
		font-size: 112.71%;
	}
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 350px){
}
