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

.pgTtl {
	background-image: url(../contact/img/pgttl.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}

.stTl {
    background-image: url(../img_common/stTlbline.jpg);
}

.inner{
	padding-top: 0;
}

.regBx {
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    width: 33.3%;
    float: left;
    height: 320px;
    margin: 0 0;
    border-right: #fff solid 1px;
    position: relative;
    text-align: center;
	padding: 30px;
text-decoration: none;
color: #fff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
transition: 0.5s;

}

.txm{
	margin-left: 90px;
	margin-bottom: 1em;
}

#contactform {
	width: 920px;
	margin: 40px auto 40px;
}

.formTable {
	border-top: 1px solid #9f9f9f;
	border-collapse: collapse;
	width: 920px;
	margin-top: 1em;
	margin-bottom: 30px;
}

.formTable th,
.formTable td {
	 font-weight: normal;
	 padding: 1em;
	border-bottom: 1px solid #9f9f9f;
}

.formTable label {
	margin: 5px 5px;
}
.formTable th {
	width: 240px;
	color: #053667;
	font-size: 17px;
	border-right: 4px solid #053667;
}
.formTable em {
	color: #A17077;
	font-size: 13px;
	font-style: normal;
	
}
.formTable span {
	color: #D00003;
}
input[type="text"],
textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 560px;
	font-size: 16px;
	padding: 10px 5px;
}
input.wS {
	width: 160px;
	margin-bottom: 5px;
}
select.wS {
	width: 160px;
	margin-bottom: 5px;
}
input[type="email"] {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 460px;
	font-size: 16px;
	padding: 5px 5px;
}
select {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100px;
	font-size: 16px;
	padding: 5px 5px;
}
input[type="reset"] {
	
}
input[type="submit"] {
}
#btnbox {
	text-align: center;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .btn {
    font-size: 15px;
    /* font-weight:bold; */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    padding: 8px 30px;
    color: #fff;
    background-color: #053667;
    border: 1px solid #053667;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	-webkit-appearance: none;
}
input:hover[type="submit"], input:hover[type="reset"], input:hover[type="button"], button:hover, .btn:hover {
    color: #053667;
    background-color: #edeff2;
    text-decoration: none!important;

    box-shadow: none;
    -webkit-box-shadow: none;
}



@media screen and (max-width:767px){
	
.pgTtl {
	height:auto;
	background-size: 560px;
	background-position: center top;
	}
	
.inner{
	padding-top: 40px;
}

#contactform {
	width: 100%;
	margin: 30px auto 40px;
	padding: 0
}

.formTable {
	border-top: 1px solid #9f9f9f;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

.formTable th,
.formTable td {
	display: block;
}
.formTable td {
	padding-bottom: 15px;
}
.formTable label {
	margin: 5px 5px;
}
.formTable th {
	width: 100%;
	border-right: none;
	border-bottom: none;
	padding-bottom: 0;
	padding-left: 0;
}
.formTable em {
	color: #A17077;
	font-size: 13px;
	font-style: normal;
	
}
.formTable span {
	color: #D00003;
}
input[type="text"],
textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
	font-size: 16px;
	padding: 5px 5px;
}
input.wS {
	width: 160px;
	margin-bottom: 5px;
}
select.wS {
	width: 160px;
	margin-bottom: 5px;
}
input[type="email"] {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
	font-size: 16px;
	padding: 5px 5px;
}
select {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 50%;
	font-size: 16px;
	padding: 5px 5px;
}
input[type="reset"] {
	
}
input[type="submit"] {
}
#btnbox {
	text-align: center;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .btn {
    font-size: 15px;
    /* font-weight:bold; */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    padding: 8px 20px;
    color: #fff;
    background-color: #053667;
    border: 1px solid #053667;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	-webkit-appearance: none;
}
input:hover[type="submit"], input:hover[type="reset"], input:hover[type="button"], button:hover, .btn:hover {
    color: #053667;
    background-color: #edeff2;
    text-decoration: none!important;

    box-shadow: none;
    -webkit-box-shadow: none;
}

.txm{
	margin-left: 0;
}
	
	
}