@charset "utf-8";

/*
Theme Name: Original WordPress Theme
Description: original wordpress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

/* 260119：フォーム：turnstileのレイアウト調整 */
.wpcf7-turnstile {
	margin: 0 auto 30px;
	width: fit-content;
}

/* 260120問い合わせフォーム文言追加 */
.data-type-p {
    text-align: right;
	margin-bottom: 10px;
  }

@media screen and (max-width: 600px) {
	.data-type-p {
    text-align: left;
}
}