/* **************#contact************* */

#contact {
	padding: 50px 0px 50px 0px;
	margin: 0 auto;
	width: 100%;
	float: left;
	display: inline;
}

@media screen and (max-width: 680px) {
#contact {
	padding: 50px 0px 50px 0px;
	margin: 0 auto;
	width: 100vw;
	background-size: cover;
	background-position: center;
}
}

#contact h1 {
	margin: 0px 0px 30px 0px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 32px ;
	line-height:1.4em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:2px;
}

#contact h3 {
	margin: 0px 0px 15px 0px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 24px ;
	line-height:1.4em;
	background-image:url(image);
	max-height: 100%;
	letter-spacing:2px;
}

@media screen and (max-width: 960px) {
#contact h3 {
	font-size: 22px;
	margin: 0px 0px 15px 0px;
}
}

#contact h4 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6em;
	text-align:left;
	background-image:url(image);
	max-height: 100%;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

#contact h5 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6em;
	text-align:left;
	background-image:url(image);
	max-height: 100%;
}

#contact p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.8em;
	text-align:left;
	background-image:url(image);
	max-height: 100%;
}
@media screen and (max-width: 680px) {
#contact p {
	font-size:88%;
	line-height:1.6em;
}
}

#contact .dit {
	padding: 0px 0px 30px 0px;
	margin: 0 auto;
	width: 60%;
}

@media screen and (max-width: 1280px) {
#contact .dit {
	padding: 0px 0px 30px 0px;
	margin: 0 auto;
	width: 90%;
}
}

@media screen and (max-width: 680px) {
#contact .dit {
	padding: 0px 0px 15px 0px;
	margin: 0 auto;
	width:90%;
}
}

#contact .dits {
	margin: 0 auto;
	padding:30px 30px 30px 30px;
	background-color:#EFEFEF;
	-webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

#contact .dits ul {
	margin: 15px 0px 5px 15px;
	padding:0;
	list-style-position: outside;
}

#contact .dits ul li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	list-style: disc;
	text-align:left;
	max-height: 100%;
	color: #DD0772;
	margin-bottom:10px;
}
@media screen and (max-width: 680px) {
#contact .dits ul li {
	font-size: 88%;
}
}

#contact .dits ul li span {
	color:#000000;
	background-image:url(img/ico.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:25px;
}

#contact .dits ul li p {
	color:#000000;
}

#contact .mform_in {
	margin:0;
	padding:10px 0px 0px 0px;
	clear: both;
}

#contact .mform_in button {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6em;
	padding:15px 0px 15px 0px;
	width:30%;
	background-image:url(image);
	max-height: 100%;
}

#contact .dits textarea {
	width:100%;
	height:15%;
}