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


/*----main visual----*/
.mv{
    background: url(/contact/img/mv_bg-min.jpg);
    background-size: cover;
    background-position: center;
}
.mv h1{
    font-size: 240%;
    text-align: center;
    color: #ffffff;
    text-shadow:0px 0px 9px #000000;
    padding: 200px 0 140px;
}

/*----service----*/
.contact{
    padding: 40px 0;
    max-width: 970px;
    margin: 0 auto;
}
h2{
    font-size: 200%;
    color: #7bb37b;
    margin: 0 auto;
    max-width: 970px;
    text-align: center;
    margin-bottom: 30px;
}
h2 span{
    position: relative;
    padding: 20px;
}
h2 span:after{
    content: "";
    width: 50%;
    height: 2px;
    background-color: #7bb37b;
    position: absolute;
    bottom: 10px;
    left: 25%;
}


#formWrap {
	max-width:600px;
	margin:0 auto;
	padding: 30px 0;
	color:#555;
	line-height:120%;
	font-size:110%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom:1px solid #ccc;
	padding:10px;
}
table.formTable td.bd_none,table.formTable th.bd_none{
    border-bottom: none;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}
input[type="button" i], input[type="submit" i], input[type="reset" i]{
	font-size: 180%;
	margin: 40px 10px;
    width: 200px;
    }
input[type="text" i]{
    width: 80%;
    font-size: 110%;
}
.attention{
	color: #666666;
	margin: 20px 0;
	}

textarea{
    width: 99%;
}


@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
    .mv h1{
        padding: 120px 0 70px;
        font-size: 200%;
    }
    input[type="text" i]{
        border: 1px solid #cccccc;
        width: 90%;
    }
    textarea{
        border: 1px solid #cccccc;
    }
    table.formTable th{
        width: 37%;
    }
    input[type="button" i], input[type="submit" i], input[type="reset" i]{
	font-size: 120%;
	margin: 40px 10px;
    width: 130px;
    }
    table.formTable{
        width: 95%;
    }
}