.img-float ul{
  margin-bottom:15px;  /* 下のコンテンツまでの余白 */
}
.img-float li {
width:30%;/* 画像の横幅（２つなので*/
float:left;/*画像の左寄せ*/
list-style:none;/* リストマークを削除 */
  margin:0; /* 画像の周りの余白を削除 */
  box-sizing: border-box;
}
.img-float ul:after {
 content:"";
 clear:both;  /* 画像の回り込みを解除 */
 display:block;
}
/*画像を画面内におさめる*/
@media only screen and (max-width: 750px)  
{
img { max-width: 100%; height: auto;}
}

table { width: 100%; }
th,td  { padding:20px;
border: 1px solid #cdcdcd;
font-size:15px;
line-height:normal;
text-align:left;
}
th  {
	background: #ffffff;
}
 
/*--------.company01---------*/
.company01 th  { width: 30%; text-align: center;
}
 
@media only screen and (max-width:480px){
    .company01 { margin: 0 -10px; }
    .company01 th,
    .company01 td{
    width: 100%;
		display: block;
    border-top: none;
    }
  .company01 tr:first-child th { border-top: 1px solid #ddd;}
}

/* 回り込み設定*/
img.size-medium wp-image-627 alignnone{
float:right;
}
/*回り込み解除の設定*/
br.float_clear{
	clear:both;
}

/*titlebox1タイトル付きの枠*/
	
	.titlebox1 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.titlebox1 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.titlebox1 p {
    padding: 15px 20px;
    margin: 0;
}

/*コンタクトフォームCSS*/
.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}


#branding img {
    display: none;
}