/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/



/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.entry-content .inquiry th,.entry-content .inquiry td {
 display:block;
 width:100%;
 border-top:none;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;	
}
.entry-content .inquiry tr:first-child th{
 border-top:1px solid #d7d7d7;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 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:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 padding:15px;
 max-width:350px;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #ffaa56;
}

/*
スマホ指定の.entry-contentは、テーマによって使えません。（TCD系テーマは難しい）
その場合、
わかる人は、利用しているテーマページ「class」に変更、
わからない人は、.entry-contentを削除して、コード文末の「;」を!important;に変更。
例：display:block;→display:block!important;
送信ボタンカラーはbackground＝背景カラーと「緑色」のcolor部分で好みのカラーに変更してください。
*/


/*フッターのモバイル表示の際*/
.footer_S_SS .left{
 width:48%;
 margin:0 4% 0 0;
 float: left;
}

.footer_S_SS .right{
 width:48%;
 float: left;
}

.footer_S_SS hr{
 display: block;
 width: 95%;
 height: 1px;
 background-color: #555555;
 border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
 padding:0;
 margin:0 0 10px 0;
}

.footer_S_SS .menu_title a{
 color:#FFFFFF;
}

.footer_S_SS .menu_list a{
 color:#969696;
 line-height: 2.5;
}

.ts-pt-testimonials__text {
 font-size:13px;
}
