#top-bar-wrap{
    border-bottom:0px;
}
#top-bar{
    padding:0;
}
ul li {
  list-style: none;
}
.works_wrap{
	padding:auto;
    margin:auto;
	max-width:800px;
}
.works_wrap p {
    margin: 0; 
    padding: 0;
}	

.box29 {
    margin: 2em 0;
	 padding: 0 0 5px 0;
    background: #f0f1f2;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #9cc715;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
 .css-fade1 {
    animation-name: fade-in3;
    animation-duration: 2s;
    animation-timing-function: ease-out; 
    animation-delay: 1s; 
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards; 
  }
  @keyframes fade-in3 {
    0% {
      opacity: 0;
      transform: translate3d(0, 20px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
.btn-flat-border{
	margin: 20px 0 0 0;
  display: inline-block;
  padding: 0.7em;
  text-decoration: none;
  color: #9cc715;
  border: solid 2px #9cc715;
  border-radius: 3px;
  transition: .4s;
	text-align:center;
	font-size:16px;
	font-family: 'Noto Sans Japanese';
}

.btn-flat-border:hover {
  background: #9cc715;
  color: white;
}
.number1_logo p{
		font-family: 'Noto Sans Japanese';
 color: #fff;	
	line-height:1em
}
.parent {
   margin: 0 0 0 auto;
}
.example {
  display: inline-block;
  width: 100%;
	text-align:left
}

ul.kengaku {
 color: #1e366a;
  border: double 5px #9CC813;
  padding: 0.5em 0.5em 0.5em 2em;
}
ul.kengaku li {
	list-style-type: disc;
  line-height: 1.5;
  padding: 0.5em 0;
}

ul.kashikoi {
 color: #1e366a;
  border: dotted #1e366a 1px;
  padding: 0.5em 0.5em 0.5em 2em;
}

ul.kashikoi li {
list-style-type: disc;
  line-height: 1.5;
  padding: 0.5em 0;
}
ul.korona {
  color: #668ad8; 
  border: double 5px #9CC813;
  padding: 0.5em 0.5em 0.5em 2em;
}

ul.korona li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*-------------------------------------------*/
/* 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;
}

.single .entry-title {
    font-size: 34px;
	padding: 40px 0 20px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 0.6px;
}


table {
  margin: 20px auto;
}
.tbl-r02 th {
background:#e5e5e5;
  border: solid 1px #ccc;
  color: #fff;
 padding: 10px;
text-align:center;
}
.tbl-r02 td {
border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
border-bottom: none;
    display: block;
    width: 100%;
  }
}
