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

/*PC*/
@media print, screen and (min-width: 769px) {
.hedTitle {
background: url(../images/contact/hed_img.jpg) center center no-repeat;
background-size: cover;
width: 100%;
height: 310px;
overflow: hidden;
margin: 0 auto;
display: table;
}

.hedTitleIn {
display: table-cell;
width: 100%;
margin: auto;
height: 100%;
padding: 0px 0px 0px 100px;
vertical-align: middle;
}

.hedTitleIn h3 {
font-weight: normal;
color: #fff;
font-size: 2em;
letter-spacing: 0.1em;
margin-bottom: 15px;
text-shadow:0px 0px 5px #656565;
}

.hedTitleIn p {
color: #fff;
font-family: Arial, Helvetica, "sans-serif";
font-weight: bold;
font-style: italic;
text-shadow:0px 0px 5px #656565;
}

.com_table_tag {
    border-top: 1px solid #f1f0ee;
    width: 100%;
	margin:0 0 40px;
}

table.comTable01 th {
width: 25%;
}

.com_table_tag th {
	background:#F0F0F0;
	width:20%;
	background:none;
	border-bottom: 1px solid #f1f0ee;
	padding: 10px;
	text-align: left;
	display:table-cell;
}	
	
.com_table_tag td {
    border-bottom: 1px solid #f1f0ee;
    border-left: 1px solid #f1f0ee;
    padding:10px;
	display:table-cell;
}	
	
	
.com_table_tag th span {
float: right;
font-size: 0.8em;
background: #9c110a;
padding: 3px 10px;
color: #FFF;
line-height: normal;
}

input[type="submit"] {
background: #329b5f;
border: #329b5f 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input[type="submit"]:hover {
background: #fff;
border:#329b5f 1px solid;
color: #329b5f;
}

.submit:hover {
background: #fff;
border: #329b5f 1px solid;
color: #329b5f;
}

input[type="text"],
textarea,
select {
padding: 8px;
border: 1px solid #dddddd;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.w240 { width: 240px;}
.w350 { width: 350px;}
.w540 { width: 540px;}
.w100p { width: 100%; box-sizing: border-box;}

.contact_link_btn01 a{
	margin-top:30px;
	margin-bottom:30px;
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    padding: 10px 50px;
    text-align: center;
	text-decoration:none;
}

.contact_link_btn01 a:hover{
	opacity:0.8;
}

.inqImg {
width: 100%;
box-sizing: border-box;
border: #329b5f 5px solid;
margin: 0 auto 30px;
}

.txt {
    padding: 0 20px 0 10px;
}

.h_kome {
background: #9c110a none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 0.9em;
margin-right: 5px;
padding: 1px 10px;
}

	


}





/*----------------------------------------------------*/





/*sp*/
@media only screen and (max-width: 768px) {
.hedTitle {
background: url(../images/contact/hed_img.jpg) center center no-repeat;
background-size: cover;
width: 100%;
height: auto;
overflow: hidden;
margin: 0 auto;
}

.hedTitleIn {
width: 100%;
margin: auto;
padding: 30px 10px;
box-sizing: border-box;
}

.hedTitleIn h3 {
font-weight: normal;
color: #fff;
font-size: 1.4em;
letter-spacing: 0.1em;
margin-bottom: 15px;
text-shadow:0px 0px 5px #656565;
}

.hedTitleIn p {
color: #fff;
font-family: Arial, Helvetica, "sans-serif";
font-weight: bold;
font-style: italic;
text-shadow:0px 0px 5px #656565;
}

.com_table_tag {
    border-top: 1px solid #f1f0ee;
    width: 100%;
	margin:0 0 40px;
}
	
.com_table_tag th {
	background:#F0F0F0;
	width:96%;
	background:none;
	border-bottom:none;
	padding: 2%;
	text-align: center;
	display: block;
}	

table.comTable01 th {
width: 25%;
}

	
.com_table_tag td {
    border-bottom: 1px solid #f1f0ee;
    border-left: none;
    padding:2%;
	display: block;
}	
	
.com_table_tag th span {
float: right;
font-size: 0.8em;
background: #9c110a;
padding: 0 10px;
color: #FFF;
line-height: normal;
}

input[type="submit"] {
background: #329b5f;
border: #329b5f 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input[type="submit"]:hover {
background: #fff;
border: #329b5f 1px solid;
color: #329b5f;
}

.submit:hover {
background: #fff;
border: #329b5f 1px solid;
color: #329b5f;
}

input[type="text"],
textarea,
select {
padding: 8px;
border: 1px solid #dddddd;
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.w240 { width: 90%;}
.w350 { width: 90%;}
.w540 { width: 90%;}
.w100p { width: 100%; box-sizing: border-box;}

.contact_link_btn01 a{
	margin-top:30px;
	margin-bottom:30px;
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    padding: 10px 50px;
    text-align: center;
	text-decoration:none;
}

.contact_link_btn01 a:hover{
	opacity:0.8;
}

.inqImg {
width: 100%;
box-sizing: border-box;
border: #329b5f 5px solid;
margin: 0 auto 30px;
}

.txt {
    padding: 0 20px 0 10px;
}

.h_kome {
background: #9c110a none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 0.9em;
margin-right: 5px;
padding: 1px 10px;
}




}