/* ホバー画像
--------------------------- */
.zoom-box {display: inline-block;overflow: hidden;}
.c-bnr.zoom {transition-duration: .5s;}
.c-bnr.practice03 {position: relative;transition: .6s cubic-bezier(0.33, 1, 0.68, 1);}

.c-bnr.practice03::before,
.c-bnr.practice03::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.c-bnr.practice03::before {
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
}
.c-bnr.practice03::after {
  color: #fff;
  content: "詳細";
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
background-color: rgba(0,0,0,0.7);
}
.c-bnr.practice03:hover::before,.c-bnr.practice03:hover::after {opacity: 1;}
.c-bnr.practice03:hover::after {letter-spacing: 0.2em;}
.c-bnr.practice03:hover {transform: scale(1.1);}

/* 矢印
--------------------------- */
.yazirusi_btn {
    width: 80%; height: 8px;
    float: right;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    transition: all .3s;
}
.yazirusi_btn:hover::before{
    left:0%;
}

.yazirusi_btn:hover::after{
    right:-5%;
}


/* メールフォーム
--------------------------- */
.wpcf7 {}
.asterisk {margin: 0 0 0 0.2em;color: #70ac2e;}
span.wpcf7-list-item {display: block;}

.wpcf7-file{
width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
    padding: 8px;
}
.wpcf7 input[type="number"] {
	width: 80px;
	border: 1px solid #ddd;
	font-size: 100%;
    padding: 8px;
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}
}
/*見出し欄*/
.inquiry{width:100%;}
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:35%;
 background:#efefef;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:8px;
 padding:4px 6px 6px 6px;
 background:#000;
 color:#fff;
 margin-right:6px;
 position:relative;
 bottom:2px;
}
/*任意の調整*/
.any{
 font-size:8px;
 padding:4px 6px 6px 6px;
 background:#898989;
 color:#fff;
 margin-right:6px;
 position:relative;
 bottom:2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:14px 15px 18px 15px;
 width:300px;
 background:#000;
 color:#fff;
 font-size:16px;
 font-weight:bold;	 
 border-radius:0px;
 margin:20px auto 0;
line-height: 2em;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#727171;
 color:#fff;
 line-height: 2em;
 padding:14px 15px 18px 15px;
}
th.example5 { vertical-align: top; }
