@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*トップページのみフッター上の余白を0*/
.home .l-content {
  margin: 0 auto 0em;
}
/*h1タイトルに黒背景を付ける0*/
  .c-pageTitle {
    font-size: 1.5em;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
  }

/*リフォーム事例カテゴリの色分け*/
/*その他*/
.c-postThumb__cat[data-cat-id="16"] {
  background-color: #D28F27;
}
.c-categoryList__link[data-cat-id="16"] {
  background-color: #D28F27;
}
/*キッチン*/
.c-postThumb__cat[data-cat-id="14"] {
  background-color: #ED182C;
}
.c-categoryList__link[data-cat-id="14"] {
  background-color: #ED182C;
}
/*ユニットバス*/
.c-postThumb__cat[data-cat-id="13"] {
  background-color: #00B0DC;
}
.c-categoryList__link[data-cat-id="13"] {
  background-color: #00B0DC;
}
/*リビング*/
.c-postThumb__cat[data-cat-id="12"] {
  background-color: #E51585;
}
.c-categoryList__link[data-cat-id="12"] {
  background-color: #E51585;
}
/*外観*/
.c-postThumb__cat[data-cat-id="11"] {
  background-color: #38B146;
}
.c-categoryList__link[data-cat-id="11"] {
  background-color: #38B146;
}
/*洗面所トイレ*/
.c-postThumb__cat[data-cat-id="15"] {
  background-color: #007EBD;
}
.c-categoryList__link[data-cat-id="15"] {
  background-color: #007EBD;
}

/*reCHAPCHAのマークを非表示*/	
.grecaptcha-badge { visibility: hidden; }

/*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 th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#FFF2C8;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;
 background: #FFFFFF;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:10px;
 padding:3px 5px;
 background:#006898;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:10px;
 padding:3px 5px;
 background:#AAAAAA;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#006898;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#006898;
 border:1px solid #006898;
}
/*送信されましたの枠*/
div.wpcf7-mail-sent-ok {
	border: 2px solid #008BCC;
}
.spam1 {width: 30px; height: 30px;}

/*reCAPTCHAの位置調整*/
.grecaptcha-badge {
margin-bottom: 60px;
}