h1 {
color: #fff;
background: #68a4d9;
padding: 20px;
margin: 20px;
border: 1px dashed rgba(255,255,255,0.8);
box-shadow: 0 0 0 5px #68a4d9;
-moz-box-shadow: 0 0 0 5px #68a4d9;
-webkit-box-shadow: 0 0 0 5px #68a4d9;
font-size: 200%;
font-weight:bold;
}

h2 {
border-bottom: double 5px #FFC778;
}

h10{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
}
.pc #logo_text { position:absolute; top:45px; left:0px; }
.pc #logo_text h10 { font-size:26px; font-weight:normal; margin:0 0 10px 0; }
.pc #logo_text h10 a { display:block; -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none; }
.pc #logo_text h10 a:hover { }
.pc #logo_text #tagline { font-size:11px; font-weight:normal; }
.pc #logo_image h10 { position:absolute; margin:0; padding:0; line-height:100%; }

@media screen and (max-width: 625px) {
 #logo_image { margin:21px 0 0 15px !important; z-index:9999; float:left; }
 .pc #logo_image h10 img { display:none !important; }
}
.pc #logo_image h10 img { display:block; }

/*-------------------LINE構築代行コンタクトフォーム用--------------------*/
#cf-tbl{
width: 800px;
  background: #eee;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}
@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{
font-size:.8em;
padding: 5px;
background: #F57500;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

/*----------------------------------------------------------*/