/***********************
【見出しの設定】
****************************/
h2#webcri {
	position: relative;
	padding-left: 25px;
	border-bottom: 3px solid #e78787;
	color: #666;
	font-size: 23px;
	line-height: 32px;
	margin-right: 50px;
}

h2#webcri:before {
	position: absolute;
	top: -8px;
	left: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	height: 12px;
	width: 12px;
	background: #f6a88a;
	content: "";
}

h2#webcri:after {
	position: absolute;
	top: 8px;
	left: 2px;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	height: 8px;
	width: 8px;
	background: #f5e770;
	content: "";
}

/**************************************************************
スマホ改行なし
**************************************************************/
@media screen and (max-width: 480px) {
	br {
		display: none;
	}
}

h2#last {
	font-size: 90%;
	color: #ff0000;
	font-weight: normal;
	display: inline !important;
	word-break: keep-all;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

/**************************************************************
ふっくらリンク
**************************************************************/
a.footerdayo {
	color: #E07575;
	font-size: 70%;
}
/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}
/***** コンタクトフォーム郵便幅 *****/
input[type="text"].wpcf7-text {
    width: auto;
}


/***********************
【デザインライン】
****************************/
hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
