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

.contact {
	text-align: left;
}
.contact h2 {
	color: #0061AC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.5em;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.hissu {
	font-weight: bold;
	color: #C00;
}


.contactform {
	margin-top: 50px;
	margin-bottom: 5px;
}
.contactcheck {
	margin-top: 50px;
	margin-bottom: 50px;
	
	}

.privacy h3 {
	text-align: left;
	background-image: url(../image/h3_back.png);
	color: #0061AC;
	font-size: 20px;
	margin-top: 50px;
}
.privacy h3 span {
	background-color: #FFF;
	line-height: 20px;
	padding: 5px;
}

.contact_caption {
	font-size:18px;
	text-align:center;
	margin-top:50px;}
.contact_address_tel {
	border:solid #369 3px;
	padding:30px;
	width:50%;
	margin:20px auto 200px auto;
	font-size:20px;
	line-height: 180%;
}
.contact_address_tel dd {
	margin-bottom:10px;}
.contact_address_tel em {
	font-size:16px;
	font-style: normal;
}
@media (max-width: 1200px) {
	.contact_address_tel {
	width:80%;
}

}

@media (max-width: 480px) {
.privacy h3 {
	font-size: 15px;
}
.privacy h3 span {
	line-height: 15px;
}
	
}

.privacy dl {
	margin-left: 20px;
}
.privacy dl dt {
	font-weight: bold;
}
.privacy dl dd {}
.privacy dl dd ul {}
.privacy dl dd ul li {
	list-style-type: disc;
	margin-left: 20px;
}
