@charset "UTF-8";
/*
Theme Name: Twenty Twenty-One-child
Template: twentytwentyone
*/
/* Variables */
:root {
	/* Font Family */
    --global--font-primary: var(--font-headings, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif);
    --global--font-secondary: var(--font-base, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif);
	/* Font Size */
	--global--font-size-base: 1rem;
	--global--font-size-xs: 0.8rem;
	--global--font-size-sm: 0.875rem;
	--global--font-size-md: 1rem;
	--global--font-size-lg: 1.125rem;
	--global--font-size-xl: 1.2rem;
	--global--font-size-xxl: 1.25rem;
	--global--font-size-xxxl: 1.5rem;
}
@media only screen and (min-width: 652px) {
	:root {
		--global--font-size-xl: 1.25rem;
		--global--font-size-xxl: 1.5rem;
		--global--font-size-xxxl: 2.0rem;
		--heading--font-size-h3: 1.25rem;
		--heading--font-size-h2: 1.5rem;
	}
}

/*ContactForm7カスタマイズ*/
.wpcf7-list-item-label{
  width: 20px;
  height: 20px;
  top: -6px;
  position: relative;
}

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

/*入力欄*/
.CF7_table input, .CF7_table textarea,
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 2px;
	background: #27acd9;
	color: #fff;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 2px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
}

/* タイトル列 */
.CF7_table th{
  background-color:#ebedf5;/*ブルーグレー*/
}

.CF7_table{
  table-layout: fixed;
}
.CF7_table th{
  display: table-cell;
  width: 160px;
}
.CF7_table td{
  display: table-cell;
}
/* レスポンシブ スクリーンサイズが767px以下の場合に適用 */
@media screen and (max-width: 768px){
  .CF7_table{
    table-layout: auto;
    max-width: var(--responsive--aligndefault-width);
    width: var(--responsive--aligndefault-width);/* 90% */
  }
  .CF7_table tr{
    max-width: var(--responsive--aligndefault-width);
  }
  .CF7_table tr,
  .CF7_table td,
  .CF7_table th{
    display: block;
    width: 100%;
  }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#27acd9;
	border:0;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
