/* カスタム CSS をここに入力してください */


 td.ttitle{background-color:#dedede;font-weight:bold;width:25%;}
.itemleft{float:left;width:110px;}
.entry-content .itemleft itemimage img{width:90px;}
.itemright p{margin:0px;border-bottom:1px dashed #ccc;margin-left:100px;font-size:12px;}
.itemright .items{display:inline-block;width:4em;}
.itemright .itemss{font-size:16px;}
.btn{text-align:center;}
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
 		font-size:12px;
  	width:100%;
}

.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.table{clear:both;margin-top:45px;}

.review {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #eee;
}
.review .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #eee;
    color: #777;
  font-size:12px;
}
.review p {
    margin: 0; 
    padding: 0;
  color:#777;
}

.center{text-align:center;margin:1.2em,0,1.2em,0}

/*ボタン*/
.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 1.0em 2.0em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/**********************お問い合わせフォーム**********************/
/***** コンタクトフォーム *****/
.table-contactform7{
overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: red;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #fefefe;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  text-align: left;
  background-color:#dfdfdf;
  width:28%;
  color:#000;
  margin: 5px 10px 5px 10px;
}
 
.table-contactform7 input,
.table-contactform7 select{
  max-width: 93% !important;
  margin: 5px 10px 5px 10px;
  font-size:16px;
  border:solid 2px #FFE8E8;

}
.table-contactform7 textarea{
  max-width: 93% !important;
  margin: 5px 10px 0 0px;
  font-size:16px;
  border:solid 2px #aaa;
  height:20px;
}

.table-contactform7 text{border:solid 2px #aaa;}


.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}

.rev2 .wpcf7-list-item .wpcf7-list-item-label{font-size:12px;}

.wpcf7-list-item .wpcf7-list-item-label{color:#000;font-size:16px;font-weight:bold;letter-spacing: 5px;line-height:10px;}
/*.wpcf7-list-item .wpcf7-list-item-label:after { content: url();}*/
 
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #cecece;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	opacity:0.8;
    border:solid 1px #eee;
}

/* 送信ボタンホバー */
input.sub-btn:hover{opacity:1;}
.center {text-align:center;}
.ajax-loader{display:none;}

div.wpcf7 .ajax-loader {
	display: none !important;
}

.url-a{font-size:11px;color:#777;padding-left:1.2em;}


/**********************口コミページ**********************/
.revs{border:solid 2px #888; margin:1.2em 0;}
.revbody{
  padding:3px;
}

.revh{
 padding:3px;
 background-color:#888;
 color:#ddd;
}

table td{line-height:2.0em;display:table-cell}
.my-parts {
  text-align: left;
}
.my-parts input[type="radio"] {
  display: none;
}
.my-parts input[type="radio"] + span {
  display: inline-block;
  position: relative;
  padding: 0 2.0em 0 1.5em;
  margin: 0 .2em 0;
  cursor: pointer;
}
.my-parts input[type="radio"] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 50%;
  width: 1em;
  height: 1em;
  display: block;
}
.my-parts input[type="radio"]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  border: .2em solid #fff;
  display: block;
}

label{padding;10px;}
