/*
Theme Name: pockets
Template: xeory_extension
Version: 0.4.0
Theme URI: https://pockets-info.jp/wp/wp-content/themes/pockets/
Description: 株式会社ポケッツのオリジナルテーマ
Author: 株式会社ポケッツ
Author URI: https://pockets-info.jp/
*/

@charset "utf-8";
/* CSS Document */
html { font-size: 62.5%; }

body {
	line-height: 1.4;
	font-size: 1.8rem;
}

p, dl, dd, menu, ol, ul {
	margin: 0;
	padding: 0;
}

button {
	border: none;
	background-color: transparent;
}

.post-content {
	padding: 0;
}

.cat-content, article.post, article.page {
	border: none;
	padding: 0 24px 1px;
}

.grecaptcha-badge {
	display: none;
}

/* 問い合わせフォーム ページ遷移なし */
.confirm_area,
.thanks_area {
	display: none;
}
.wpcf7-response-output{
	display: none;
}
.wpcf7-list-item:first-child {
	margin-left: 0;
}
form textarea {
	width: 600px;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	/* phone */
	body {
		font-size: 1.4rem;
	}
	h1, h2 {
		margin: 0;
	}

	.table-wrap {
		margin-bottom: 0;
	}
}