#top-bar-wrap{
    border-bottom:0px;
}
#top-bar{
    padding:0;
}
.wrapper {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
	 font-size: 16px;
font-family: "Noto Sans JP", sans-serif;
border: solid 3px #000000;
padding: 10px;
	 
}
  .txt {
    display: inline-block;
    text-align: left;
  }

.title1 {
  color: #000;
  padding: 0.5em 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
/*-------------------------------------------*/
/* contactfoam
/*-------------------------------------------*/
input[type=checkbox] {
display: none; 
}


@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}

.inquiry .haveto{	
font-size:10px;
}}

.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding: 0px 5px 0px 5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
 font-family:"Noto Sans JP",sans-serif；
}

.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;
font-family:"Noto Sans JP",sans-serif；
}

.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;
}

.haveto{
 font-size:7px;
 font-family:"Noto Sans JP", sans-serif;
 padding:5px;
 background:#ff6347;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

.verticallist .wpcf7-list-item{
 display:block;
}
input::-webkit-input-placeholder {
	color: #a9a9a9;
  font-family:"Noto Sans JP",sans-serif;
}
input:-moz-placeholder {
	color: #a9a9a9;
  font-family:"Noto Sans JP",sans-serif;
}
input::-moz-placeholder {
	color: #a9a9a9;
  font-family:"Noto Sans JP",sans-serif;
}
input:-ms-input-placeholder {
	color: #a9a9a9;
  font-family:"Noto Sans JP",sans-serif;
}

#formbtn{
 display: block;
 padding:15px;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
font-family:"Noto Sans JP",sans-serif;
}

#site-header{
	position:fixed;
}

table tr th:first-child, table tr td:first-child {
    padding-left: 10px;
}

section table { width: 100%; }
section th, section td  { padding: 10px 20px; border: 1px solid #ccc; font-family:"Noto Sans JP",sans-serif; color: #000; font-size: 16px;}
section th  { background: #f4f4f4; }
 
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}
 