/*
Theme Name: chc_ptr_theme
Description: 中央ハウスクリーン株式会社 様
Theme URI: https://center-house-clean.com
Author: Kouzou Saika | ZOCOZO DESIGN Inc.
Author URI: https://zocozo.com
Version: 
License: 
License URI: 
*/

@charset "UTF-8";
/* --- Reset --- */
body {
		font: 13px/1.231 "Shin Go Regular","Shin Go Medium","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		*font-size: small; /* for IE */
		*font: x-small;    /* for IE */
		-webkit-text-size-adjust: 100%;
		margin: 0px;
		padding: 0px;
		}
		header, section, footer, aside, nav, article, figure, hgroup { 
				margin: 0px;
				padding: 0px;
				display: block;
		}
		div,dl,dt,dd,
		ul,ol,li,h1,h2,h3,h4,h5,h6,
		pre,code,form,fieldset,legend,
		input,textarea,p,blockquote,th,td {
				margin: 0px;
				padding: 0px;
		}
		table {
				border-collapse: collapse;
				border-spacing: 0px;
		}
		img{
				border: none;
				outline: none;
		}
		ul,ol,li {
				list-style: none;
		}
		a {
				text-decoration: none;
				border: none;
				outline: none;
		}
		input,textarea {
		/*Browser rule cancel*/
				-webkit-appearance: none;
					 -moz-appearance: none;
								appearance: none;
				
				-webkit-border-radius: 0px;
						 -o-border-radius: 0px;
						-ms-border-radius: 0px;
					 -moz-border-radius: 0px;
								border-radius: 0px;
		}
		/*iPhone for "label tag" tap*/
		label {
				cursor:pointer;
    }
		/*iPhone tel*/
		a[href^="tel"]{
				color: inherit;
				text-decoration: none;
		}
		strong {
					font-weight: normal;
}
/* --- Reset end --- */

hr{
		border-top: 1px solid #fff;
		border-left: none;
		border-right: none;
		border-bottom: none;
		}
		hr.scroll{
				border-top: none;
				border-left: none;
				border-right: none;
				border-bottom: none;
				margin: 0px;
				padding: 0px;
		}
		hr.clear{
				border-top: 1px solid #fff;
				border-left: none;
				border-right: none;
				border-bottom: none;
				clear: both;
}

/* contactForm7 send display */
.sent_space{
		display: none;
		}
		.sent .sent_space{
				display: none;
				
				width: 320px;
				margin: 20px auto 20px;
				padding: 30px 3px;
				text-align: center;
				letter-spacing: 0.2em;
				font-size: 92%;
				color: #3c88d9;/*light blue*/
				border-top: 1px solid #3c88d9;
				border-bottom: 1px solid #3c88d9;
				border-left: none;
				border-right: none;
}

div.wpcf7-response-output {
			display: none !important;
			padding: 30px 3px;
			text-align: center;
			}
			/*error text*/
			div.wpcf7-spam-blocked,
			div.wpcf7-validation-errors{
						display: none;
						border-top: 1px solid #F69;
						border-bottom: 1px solid #F69;
						border-left: none;
						border-right: none;
						letter-spacing: 0.2em;
						font-size: 92%;
						color: #f69;
						font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
						width: 320px;
						margin: 10px auto 20px;
			}
			/*send icon circle*/
			table.mailform tr td.srBtn span.ajax-loader {
						width: 16px !important;
						height: 16px;
						margin: 0px auto !important;
			}
			/*forget text input*/
			table.mailform tr td textarea{
						text-align: left;
			}
			/*misstake input*/
			.wpcf7 span.wpcf7-not-valid-tip {
							display: none;
			}
			.wpcf7 .wpcf7-not-valid {
							background: #FEF7FA;
}
/* default error text space */
div.screen-reader-response {
    display: none;
}
/* contactForm7 send display end */


/* --- reCAPTCHA none display --- */
.grecaptcha-badge {
    opacity: 0;
}
/* --- reCAPTCHA none display end --- */

/* --- hack --- */

.clearfix:after{
		content: "."; 
		display: block; 
		height: 0px; 
		font-size: 0px;	
		clear: both; 
		visibility: hidden;
		color: #fff;
}
.clearfix { display: inline-block; } 
/* Hides from IE Mac */
* html .clearfix { height: 1%; background: #fff; }
/* --- hack end --- */

