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

/* Hide global nav on ID-verification upload page only (sidebar already removed via One column no sidebar template) */
body.page-id-3699 #access { display: none !important; }

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

/* Hide footer on ID-verification upload page only */
body.page-id-3699 #footer { display: none !important; }
body.page-id-3699 #nendebcopy { display: none !important; }

/* Responsive layout fix for ID-verification upload page: make form fields fluid on narrow screens */
body.page-id-3699 #content,
body.page-id-3699 #main {
  max-width: 100%;
  box-sizing: border-box;
}
body.page-id-3699 .wpcf7-form-control {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
body.page-id-3699 img { max-width: 100%; height: auto; }
@media screen and (max-width: 480px) {
  body.page-id-3699 #content { padding-left: 10px; padding-right: 10px; }
}

/* Mobile readability & touch-target sizing for ID-verification upload page */
@media screen and (max-width: 600px) {
  body.page-id-3699 { font-size: 17px; }
  body.page-id-3699 .entry-title,
  body.page-id-3699 h1.entry-title {
    font-size: 1.5em;
    line-height: 1.3;
  }
  body.page-id-3699 .entry-content p {
    font-size: 1em;
    line-height: 1.6;
  }
  body.page-id-3699 .wpcf7-form p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  body.page-id-3699 .wpcf7-form-control {
    font-size: 16px !important;
    padding: 12px !important;
    min-height: 48px;
    line-height: 1.4;
  }
  body.page-id-3699 textarea.wpcf7-form-control {
    min-height: 120px;
  }
  body.page-id-3699 input[type="file"].wpcf7-form-control {
    min-height: auto;
    padding: 8px !important;
  }
  body.page-id-3699 input[type="submit"] {
    font-size: 18px !important;
    padding: 16px 20px !important;
    width: 100%;
    min-height: 52px;
  }
}