body {
	width: 100%;
	background: url(../images/top/map.png) no-repeat right -20px top 60px;
	background-size: 340px auto;
}
.contact {
	max-width: 735px;
	width: 100%;
	margin-bottom: 40px;
}
.tel_box {
	margin-bottom: 40px;
}
.tel_box .icon {
	margin: 0;
	float: left;
}
.tel_box dl {
	margin-left: 95px;
}
.tel_box dt {
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 13px;
}
.tel_box dd {
	line-height: 140%;
	font-size: 90%;
}
.tel_box dd span {
	display: block;
	font-size: 250%;
	font-weight: 400;
	margin-bottom: 10px;
}
form {
}
form dl,form dt,form dd,
input, select, textarea {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
form .red {
	color: #F33;
	display: inline-block;
	padding: 0 2px;
	font-weight: 600;
	font-size: 90%;
}
form dl {
	display: table;
	border-bottom: #eee 1px dashed;
	width: 100%;
}
form dt {
	display: table-cell;
	width: 190px;
	background-color: #eee;
	padding: 10px 10px 10px 15px;
	font-weight: 400;
	vertical-align: middle;
}
form dd {
	display: table-cell;
	padding: 10px 10px 10px 15px;
}
form dd select,
form dd input,
form dd textarea {
	border: none;
	background-color: #fff;
	border: #ccc 1px solid;
	padding: 5px;
	border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */
}
form dd input {
	width: 100%;
}
form dd input.siz_s {
	max-width: 80px;
	width: 25%;
}
form dd input.siz_m {
	max-width: 300px;
	width: 70%;
}
form dd select {
	margin: 3px 3px;
}
form dd textarea {
	width: 100%;
}
form .form_btn {
	max-width: 300px;
	width: 100%;
	margin: 25px auto;
	text-align: center;
}
form input[type="submit"] {
  -webkit-appearance: none;
}
form .form_btn input {
	background-color: #AE161D;
	color: #fff;
	text-align: center;
	border: none;
	max-width: 300px;
	width: 100%;
	font-size: 120%;
	line-height: 100%;
	font-weight: 200;
	padding: 15px 0 17px;
	letter-spacing: 1px;
}
form .form_btn input:hover {
	cursor: pointer;
	background-color: #770203;
}
.thanks {
	margin: 50px 0 100px;
}
.thanks dt {
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 150%;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.thanks dd {
	text-align: center;
}




@media screen and (max-width: 980px) {
body {
	background: url(../images/top/map.png) no-repeat right -50px top 60px;
	background-size: 280px auto;
}
}





@media screen and (max-width: 680px) {
body {
	background: none;
}
.tel_box {
	margin-bottom: 30px;
}
.tel_box .icon {
	display: none;
}
.tel_box dl {
	width: 70%;
	margin: 0px auto;
}
.tel_box dt {
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 8px;
	text-align: center;
}
.tel_box dd {
	text-align: center;
}
.tel_box dd p {
	margin-bottom: 5px;
}
.tel_box dd p img {
	max-width: 25px;
}
.tel_box dd p a {
	display: block;
	text-align: center;
	background-color: #016D30;
	color: #fff;
	font-size: 120%;
	padding: 10px 0;
}
.tel_box dd p a:hover {
	background-color: #002F09;
}
.tel_box dd span {
	display: none;
}
form dl {
	display: block;
	border-left: #eee 1px solid;
	border-right: #eee 1px solid;
}
form dt {
	display: block;
	width: 100%;
	padding: 2px 10px 2px 10px;
}
form dd {
	display: block;
	padding: 10px;
}
form dd input.siz_m {
	max-width: none;
	width: 100%;
}
form dd select {
	margin: 0;
	width: 100%;
}
.thanks {
	width: 90%;
	margin: 0px auto;
}
.thanks dd {
	text-align: left;
}
}






@media print{
  /*printで適用する内容*/
}





@media screen and (max-width: 480px) {
}