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

/* コンテンツ右側ここから */


/* PC ここから */

/* PC contents_contact_text ここから  */

#contents_contact_text {
	box-sizing: border-box;
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-left: 40px;
	max-width: 800px;
	margin-bottom: 12px;
}

#contents_contact_text p{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	font-size: 16px;
	color: #303030;
	letter-spacing: 0.1em;

}

div.contents_contact_space01 {
	clear: both;
	width: 100%;
	height: 18px;
}

#contents_contact_text a {
	color: #2384e5;
	text-decoration: none;
}

#contents_contact_text a:hover {
	color: #2384e5;
	text-decoration: underline;
}

#contents_contact_text a:visited {
	color: #2384e5;
	text-decoration: none;
}

/* PC ここまで */

/* Smartphone  ここから */

@media screen and (max-width: 639px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

#contents_contact_text {
	box-sizing: border-box;
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 21px;
	padding-bottom: 0px;
	padding-right: 18px;
	padding-left: 18px;
}


#contents_contact_text p{
	float: left;
	font-size: 16px;
	color: #303030;
	letter-spacing: 0.1em;
	line-height: 1.7em;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
  .sp-hidden {
   display: none;
  }



}

/* コンテンツ右側ここまで */
