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

/*PC*/
@media print, screen and (min-width: 769px) {
.h_kome {
font-size: 0.9em;
display: inline-block;
background: #f18e38;
padding: 1px 10px;
margin-right: 5px;
color: #FFF;
}

table.contact_table01 {
border-top: solid 1px #0098e6;
border-left: solid 1px #0098e6;
border-right: solid 1px #0098e6;
margin-bottom: 50px;
line-height: 240%;
width: 100%;
}

table.contact_table01 tr {
border-bottom: solid 1px #0098e6;
}

table.contact_table01 th {
font-size: 1.1em;
width: 260px;
padding: 30px;
background: #f2fafe;
text-align: left;
vertical-align: top;
color: #0098e6;
font-weight: normal;
line-height: 120%;
}

table.contact_table01 th span {
float: right;
font-size: 0.8em;
background: #f18e38;
padding: 0 10px;
color: #FFF;
line-height: normal;
}

table.contact_table01 td {
font-size: 1.1em;
padding: 30px 40px;
}

input[type="submit"] {
background: #0098e6;
color: #FFF;
font-size: 1.6em;
padding: 15px 40px;
border: none;
cursor: pointer;
transition: 0.5s;
}

input[type="submit"] :hover {
background: #004885;
}

.submit:hover {
background: #004885;
}

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;
}



}


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


/*sp*/
@media only screen and (max-width: 768px) {
.h_kome {
font-size: 0.9em;
display: inline-block;
background: #f18e38;
padding: 1px 10px;
margin-right: 5px;
color: #FFF;
}

table.contact_table01 {
border-top: solid 1px #0098e6;
border-left: solid 1px #0098e6;
border-right: solid 1px #0098e6;
margin-bottom: 50px;
line-height: 240%;
width: 100%;
}

table.contact_table01 tr {
border-bottom: solid 1px #0098e6;
}

table.contact_table01 th {
font-size: 1.1em;
display: block;
width: 100%;
padding: 5%;
background: #f2fafe;
text-align: left;
vertical-align: top;
color: #0098e6;
font-weight: normal;
line-height: 120%;
}

table.contact_table01 th span {
float: right;
font-size: 0.8em;
background: #f18e38;
padding: 0 10px;
color: #FFF;
line-height: normal;
}

table.contact_table01 td {
display: block;
width: 100%;
padding: 10% 5%;
}

input[type="submit"] {
background: #0098e6;
color: #FFF;
font-size: 1.4em;
padding: 20px 40px;
border: none;
cursor: pointer;
transition: 0.5s;
}

input[type="submit"] :hover {
background: #004885;
}

.submit:hover {
background: #004885;
}

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: 100%; box-sizing: border-box;}
.w350 { width: 100%; box-sizing: border-box;}
.w540 { width: 100%; box-sizing: border-box;}
.w100p { width: 100%; box-sizing: border-box;}

.contact_link_btn01 a{
	margin-top: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;
	margin-bottom:30px;
}

.contact_link_btn01 a:hover{
	opacity:0.8;
}


}