/*
Theme Name: Xwrite child
Version: 2.0.0
Template: xwrite
*/

body {
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
}

h6 {
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 200;
}

span.xwb-fs-12 {
	vertical-align: 15%;
}

span.no-new-line {
	white-space: pre;
}

/* ContactForm7 */
table.CF7_table {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #a1a1a1;
}

table.CF7_table tr {
	border-top: 1px solid #a1a1a1;
}

table.CF7_table td, table.CF7_table th {
	text-align: left;
	padding: 15px 20px;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
	display: table;
}

/* 入力欄 */
.CF7_table input, .CF7_table textarea {
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	padding: 5px 10px;
}

.CF7_table select {
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	padding: 10px;
}

.wpcf7 textarea[name="your-message"] {
	width: 100%;
	margin-bottom: -7px;
}

/*「必須」文字*/
.CF7_req {
	font-size: .9em;
	margin-right: .7em;
	padding: 5px;
	background: #ff3c84;
	color: #fff;
	border-radius: 5px;
}

/*「任意」文字*/
.CF7_unreq {
	font-size: .9em;
	margin-right: .7em;
	padding: 5px;
	background: #a1a1a1;
	color: #fff;
	border-radius: 5px;
}

/* タイトル列 */
@media screen and (min-width: 782px) {
	.CF7_table th {
	width: 30%;
	min-width: 18%;
	background-color: #f2f2f2;
	}
}

/* レスポンシブ */
@media screen and (max-width: 782px) {
	table.CF7_table{
	width: 100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th {
	display: block;
	width: 100%;
	line-height: 1.5em;
	}
	.CF7_table th {
	background-color: #f2f2f2;
	}
}

/* 「送信」ボタン */
.wpcf7 input.wpcf7-submit {
	display: block;
	width: 300px;
	margin: 10px auto;
	padding: .3em;
	background-color: #1f7bff;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.wpcf7-spinner {
	display: none;
}

/* Cloudflare Turnstile */
.cf-turnstile {
	display: block;
	margin-top: 20px;
	text-align: center;
}