/*
Theme Name: ad.shinmai.co.jp/form/shinmaikai Main Theme
Version: 1.0
Derived from the Original Theme: Twenty Eleven
Original Theme URI: http://wordpress.org/extend/themes/twentyeleven
Original Author: the WordPress team
Original Author URI: http://wordpress.org/
Original Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	max-height: 999999px;	/* against Android Chrome Font Boosting */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	vertical-align: baseline;
}
table, caption, tfoot, thead {
	vertical-align: middle;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img[usemap^="#"],	/* MTL KAZ: added for IE 9 or older */
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* Variables	JUL-2022 KAZ
----------------------------------------------- */
:root {
	/* Dimensions */
	--viewheight: 100vh;

	/* Colors */
}
@media screen and (min-width: 783px) {	/* WP Admin Bar */
	:root {
		/* Dimensions */
		--wp-admin-bar-height: 32px;
	}
}
@media screen and (max-width: 782px) {	/* WP Admin Bar */
	:root {
		/* Dimensions */
		--wp-admin-bar-height: 46px;
	}
}
@media print {	/* WP Admin Bar */
	:root {
		/* Dimensions */
		--wp-admin-bar-height: 0px;
	}
}


/* =Structure
----------------------------------------------- */
body {
	padding: 0;
	min-width: 970px;	/* MTL: This should be equal to the width of content areas such as #masthead and #mainwall if the content areas should have no paddings or margins or a little wider if a margin is required between browser and the text in the content. */
	font-size: 100%;
	-webkit-text-size-adjust: none;	/* KAZ: was 100% */
	text-size-adjust: none;	/* KAZ */
}
#masthead, #breadcrumbs, #mainwall, #ft_links {
/*	width: 970px; */
}
#page {
	background: #fff;
}
#primary {
	float: left;
	margin: 0;
	width: 684px;	/* Width of main area */
}
#primary.nosidebar {
	float: none;
	margin: 0 auto;
	width: 100%;
}
#content {
	margin: 0;
}
#secondary {
	float: right;
	width: 261px;	/* width of sidebar, if no margin between the sidebar and the main area, this can be commented out (MAT) */
}

/* Alignment */
.alignleft {
	float: left;
	margin-right: 1.625em;
	 /* display: inline; */
}
.alignright {
	float: right;
	margin-left: 1.625em;
	 /* display: inline; */
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Global
----------------------------------------------- */
body, input, textarea {
	color: black;
	font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; /* MTL see tips.xls */
/*	line-height: 1.333; */	/* 2024.5 KAZ: c/o */
}
input, textarea, select {
	font-size: 100%;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}

/* Text elements */
hr, p {
	margin-bottom: 16px;
}
strong, .strong  {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Table */
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
/*	margin-bottom: 16px; */	/* 2024.5 KAZ: c/o */
}
tbody {
	vertical-align: top;
}

/* List */
ul {
	list-style: none;
}
ul, ol {
	margin: 0 0 16px 22px;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

/* Data list */
dl {
	margin: 0 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: white;
	box-shadow: none;
	border: 1px solid #ddd;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input[type=submit],
input[type=image],
input[type=button],
button {
	cursor: pointer;
}
form :-ms-input-placeholder { color: #aaaaaa; }	/* IE 10+ */
form ::-webkit-input-placeholder { color: #aaaaaa; }	/* Google Chrome, Safari, Opera 15+, Android, iOS */
form :-moz-placeholder { color: #aaaaaa; opacity: 1; }	/* Firefox 18- */
form ::-moz-placeholder { color: #aaaaaa; opacity: 1; }	/* Firefox 19+ */
form :placeholder-shown { color: #aaaaaa; }

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
/* a:focus, a:active, */
a.current {
	text-decoration: underline;
}
@media (any-hover: hover) { 
	a:hover {
		text-decoration: underline;
	}
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */
#branding {
	position: relative;
	z-index: 9999;
}
#masthead {
	margin: 0 auto;
}


/* =Content
----------------------------------------------- */
#topmain, #main {
	clear: both;
	overflow: hidden;
	position: relative;
}
#topmain {
}
#main {
}
#mainwall {
		/* Mat c/o for slide show buttons like http://kobabo-s.com  overflow: hidden; */
	margin: 0 auto;
}
.page-title,
.entry-title {
	line-height: 1.5;	/* 42px */
	font-size: 1.75rem;	/* 28px */
	font-weight: bold;
}
.page-title a {
}
.hentry,
.no-results {
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) { 
	.entry-title a:hover {
		color: inherit;
		text-decoration: underline;
	}
}
.entry-title img {
	vertical-align: middle;
}
.entry-title-top {
	display: none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
/*	margin-bottom: 20px; */
}
.entry-content h1, .entry-content h2 {	/* 2024.5 KAZ: c/o */
/*	margin: 0 0 20px; */
}
.entry-content h1 {	/* 2024.5 KAZ: c/o */
/*	line-height: 1.5; */	/* 42px */
/*	font-size: 1.75rem; */	/* 28px */
}
.entry-content h2 {	/* 2024.5 KAZ: c/o */
/*	line-height: 1.6667; */	/* 40px */
/*	font-size: 1.5rem; */	/* 24px */
/*	font-weight: bold; */
}
.entry-content h3 {
	margin: 0 0 12px;
	line-height: 1.5;	/* 30px */
	font-size: 1.25rem;	/* 20px */
	font-weight: bold;
}
.entry-content h4 {
	margin: 0 0 12px;
	line-height: 1.5;	/* 24px */
	font-weight: bold;
}
.entry-content #s {
	width: 75%;
}
.entry-content p, .entry-content li {	/* to avoid Android's bug, see wordpress\todo.txt in MTL */
	background-color: rgba(255,255,255,0.01);
}
 	/* -- Mat copied from the original twentyeleven .css after pointed out by Viex and talking with kaz 2021.1 */
.entry-content table {	/* 2024.5 KAZ: c/o */
/*	border-bottom: 1px solid #ddd; */
/*	width: 100%; */
}
.entry-content th,
.entry-content td {	/* 2024.5 KAZ: c/o */
/*	border-top: 1px solid #ddd; */
/*	padding: 6px 10px 6px 0; */
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
@media (any-hover: hover) { 
	.page-link a:hover {
		background: #888;
		color: #fff;
		font-weight: bold;
	}
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
@media (any-hover: hover) { 
	.entry-meta .edit-link a:hover
	{
		background: #888;
		color: #fff;
	}
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
#searchform .screen-reader-text {
	display: none;
}

/* Gutenberg blocks */
/* Counter-styles against /wp-includes/css/dist/block-library/style.min.css */
.entry-content figure {
	margin-bottom: 45px;
}
.entry-content .wp-block-image {
	line-height: 0;
}
.entry-content .wp-block-image .alignleft {
	margin-right: 40px;
}
.entry-content .wp-block-image .alignright {
	margin-left: 40px;
}
.entry-content .wp-block-image figcaption {
	line-height: 1.5;
	color: inherit;
	font-size: 100%;
}

/* Images */
.entry-content img {
	max-width: 100%;
	height: auto;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	max-width: 96%;
	background: #eee;
	margin-bottom: 1em;
	padding: 5px 0;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption img[class*='wp-image-'] {	/* MTL: added against img[class*='wp-image-'] */
	border: 0;
	padding: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 1px;
	padding: 2px 0 0 5px;
	position: relative;
	background: transparent;
	text-align: center;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =error404
----------------------------------------------- */
.error404 .entry-title {	/* MAY-2023 KAZ: added */
	padding: 200px 0;
	text-align: center;
}
.error404 #primary #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	overflow: hidden;
	margin: 0 0 25px;
}
.error404 #primary #s {
	width: 95%;
}
.error404 #primary .widget {
	clear: none;
	float: left;
	width: 45%;
}
.error404 #primary .widget_archive {
	clear: both;
}


/* =Footer
----------------------------------------------- */
#colophon {
	clear: both;
	overflow: hidden;
	text-align: center;
/*	height: 60px; */
}
#ft_copyright {	/* 2024.5 KAZ: c/o; see below */
/*	line-height: 30px; */
/*	height: 30px; */
/*	font-size: 70%; */
}


/* Common entries
-------------------------------------------------------------- */
.left {
	text-align: left;
	display: block;	/* Mat added these. If you use these for table, list, etc. and can't cover by the following td.right .., please override these invidually. */
}
.center {
	text-align: center;
	display: block;
}
.right {
	text-align: right;
	display: block;
}
td.right, th.right, td.center, th.center, td.left, th.left {
	display: table-cell;
}
li.right, li.right, li.center {
	display: list-item
}
.middle {
	vertical-align: middle;
}
.imgonly {
	line-height: 0;
}
.imgonly a,
a.imgonly {
	display: inline-block;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
a.current img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
@media (any-hover: hover) {
	.transbtn:hover, a:hover img {
		opacity: 0.75;
		filter: alpha(opacity=75);
	}
	.notransbtn:hover, a:hover img.notransbtn, #headlogo a:hover img, #ft_links a:hover img {
		opacity: 1;
		filter: none;
	}
}
/*.ios .transbtn:hover { */
/* iOS 8.4.1 で :hover に opacity が指定してあると 2 回タップしないとリンク先に飛ばない。script.js でユーザーエージェントを見て body に class="ios" を追加。 */
/*	opacity: 1;
 *	filter: none;
 *}
 */
.nomargin {
	margin: 0 !important;
}
.topbottommargin {
	margin: 20px auto !important;
}
.topmargin {
	margin-top: 60px !important;
}
.topmarginbig {
	margin-top: 80px !important;
}
.notopmargin {
	margin-top: 0 !important;
}
.bottommargin {
	margin-bottom: 20px !important;
}
.bottommarginbig {
	margin-bottom: 60px !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.onlymarginright{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
.onlymarginleft{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}
.nopadding {
	padding: 0 !important;
}
.noborder {
	border: 0px !important;
}
.border {
	border: 1px solid gray;
}
.noclear {
	clear: none !important;
}
.nobackground {
	background: transparent none !important;
}
.nobr {
	white-space: nowrap;
}


/* Front Page Components
----------------------------------------------- */
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
.group:before,
.group:after,
.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}
.group:after,
.wrap:after {
  clear: both;
}
.wrap,
.content {
  width: 960px;
  margin: 0 auto;
}
.entry-header {	/* 2024.5 KAZ: was .header */
  padding: 85px 0 30px;
  background: #f0f0e1;
}
.content {
  padding: 55px 0 155px;
}
#colophon {	/* 2024.5 KAZ: was .footer */
  border-top: 1px solid #663300;
}
#ft_copyright {	/* 2024.5 KAZ: was .footer p */
  padding: 20px 0;
  text-align: center;
  font-size: 10px;
  letter-spacing: 5px;
}
p,
th,
label {
  font-size: 14px;
}
th,
label {
  font-weight: bold;
}
td .note,
em,
th .note {
  font-size: 12px;
  line-height: 1.2;
}
th[colspan="2"] {
  text-align: center;
}
h1 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  width: 178px;
  height: 34px;
  background: url(/form/shinmaikai/wp-content/themes/shinmaikai/images/h1.png) no-repeat;
}
h2 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  height: 34px;	/* 2024.5 KAZ: was 23px */
  padding: 0 0 10px;
  background: url(/form/shinmaikai/wp-content/themes/shinmaikai/images/h2.png) no-repeat;
  border-bottom: 1px solid #663300;
}
form,
.wall {	/* 2024.5 KAZ: added */
  width: 700px;
  margin: 0 auto;
}
.flow {
  margin: 55px 0 0;
}
.flow li {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  height: 52px;
  float: left;
  background: url(/form/shinmaikai/wp-content/themes/shinmaikai/images/flow.png) no-repeat;
}
.flow .flow-1 {
  width: 249px;
  background-position: 0 -99px;
}
.flow .flow-1.current {
  background-position: 0 0;
}
.flow .flow-2 {
  width: 249px;
  background-position: -253px 0;
}
.flow .flow-2.current {
  background-position: -253px -99px;
}
.flow .flow-3 {
  width: 202px;
  background-position: -505px 0;
}
.flow .flow-3.current {
  background-position: -505px -189px;
}
.wpcf7 p {
	margin-bottom: 0;	/* 2024.5 KAZ */
}
.flow + .note,
.flow + .note + .note,	/* 2024.5 KAZ */
.errors + .note {
  height: 15px;
  line-height: 15px;
  margin: 35px 0 5px 5px;
  letter-spacing: 2px;
  color: #663300;
}
.flow + .note em,
.errors + .note em {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.required {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  width: 30px;
  height: 15px;
  background: url(/form/shinmaikai/wp-content/themes/shinmaikai/images/required.png) no-repeat;
}
table {
  width: 700px;
  border-bottom: 2px dotted #bca58f;
}
th,
td {
  border-collapse: collapse;
  border-top: 2px dotted #bca58f;
}
th {
  width: 230px;	/* 2024.5 KAZ: was 200px */
  padding: 15px;
  vertical-align: top;
}
th .required {
  float: right;
}
th .note {
  font-weight: normal;
}
td {
  font-size: 15px;
  padding: 8px 0;
  vertical-align: middle;
}
td p.note {
  margin: 5px 0 0;
}
td p.note.red {	/* 2024.5 KAZ */
	color: red;
}
td p:not(.note) {	/* 2024.5 KAZ */
  font-size: 15px;
}
/*td .radio {
 *  margin-bottom: 25px;
 *}
 *td .radio:last-child {
 *  margin-bottom: 0;
 *}
 */	/* 2024.5 KAZ: c/o */
td.image .wpcf7-list-item {	/* 2024.5 KAZ */
	display: block;
	margin: 0;
}
td.image p.note + p .wpcf7-list-item {	/* 2024.5 KAZ */
	margin-top: 25px;
}
td.image .wpcf7-list-item input[type="radio"] {	/* 2024.5 KAZ: was td .radio input[type="radio"] */
  margin: 0;	/* 2024.5 KAZ */
  vertical-align: -1px;
}
input[type="text"],
input[type="email"],	/* 2024.5 KAZ: added */
textarea {
  padding: 4px;
  border-radius: 5px;
  border: 1px solid #d5d3cd;
}
input[type="text"][size="4"] {
  width: 50px;
}
input[type="text"][size="20"] {
  width: 290px;
}
input[type="text"][size="40"],	/* 2024.5 KAZ: was [size="30"] */
input[type="email"][size="40"] {	/* 2024.5 KAZ: added */
  width: 410px;	/* 2024.5 KAZ: was 400px */
}
input[type="text"][size="15"] {	/* 2024.5 KAZ */
  width: 180px;
}
textarea {
  width: 410px;	/* 2024.5 KAZ: was 400px */
  max-width: 410px;	/* 2024.5 KAZ: was 400px */
  height: 124px;	/* 2024.5 KAZ: was 114px */
}
.buttons-area, .buttons-area-confirm {	/* 2024.5 KAZ: was .submit */
  text-align: center;
  padding: 50px 0 0;
}
.buttons-area input[type="submit"],
.buttons-area .button-rewrite,
.buttons-area-confirm .button-confirm {	/* 2024.5 KAZ: was .submit input[type="submit"] */
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  width: 200px;
  height: 50px;
  border: 0;
  margin: 0 30px;
  padding: 0;
  background: url(/form/shinmaikai/wp-content/themes/shinmaikai/images/buttons.png) no-repeat -256px 0;
}
.buttons-area input[type="submit"]:hover,
.buttons-area .button-rewrite:hover,
.buttons-area-confirm .button-confirm:hover {	/* 2024.5 KAZ: was .submit input[type="submit"]:hover */
  opacity: 0.7;
}
.buttons-area input[type="submit"]:focus,
.buttons-area .button-rewrite:focus,
.buttons-area-confirm .button-confirm:focus {	/* 2024.5 KAZ: was .submit input[type="submit"]:focus */
  position: relative;
  top: 1px;
}
.buttons-area-confirm .button-confirm {	/* 2024.5 KAZ: was .submit input[type="submit"][name="confirm"] */
  background: url(/form/shinmaikai/wp-content/themes/shinmaikai/images/confirm.png) no-repeat;
}
.buttons-area .button-rewrite {	/* 2024.5 KAZ: was .submit input[type="submit"][name="back"] */
  background-position: 0 0;
}
.box {
  margin: 50px 0 0;
  padding: 20px;
  border: 1px solid #663300;
}
.box h3 {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
  color: #663300;
}
.box p {
  margin-top: 20px;
  margin-bottom: 0;	/* 2024.5 KAZ */
  line-height: 1.8;
  color: #333333;
}
.errors {
  margin: 25px 0;
  padding: 15px;
  border: 1px solid red;
}
.errors li {
  list-style: disc;
  margin: 0 0 0 1em;
  font-size: 15px;
  line-height: 1.5;
}
.file {
  display: inline-block;
  margin: 0 5px;
  font-weight: normal;
}
.image-file {
  font-weight: bold;
}
#count_pr {
  padding: 0 4px;
  font-weight: bold;
  font-size: 200%;
}
form.wpcf7-form-mode-edit .copy {	/* 2024.5 KAZ: added form.wpcf7-form-mode-edit */
  background-color: #f0f0e1;
}


/* Thanks Page Components
----------------------------------------------- */



/* =Print
----------------------------------------------- */
@media print {
	.entry-meta .edit-link a {
		display: none;
	}

}
@charset "utf-8";
/*
 * Copyright (c) 2012 takashi shinohara
 * this Library is licensed. http://aulta.jp/library/
 * http://aulta.jp/library/wordpress/contactForm7Confirm.html
 * last update: 2012-02-15, 0.0.1.
 *
 *	MTL 変更履歴
 *	02-OCT-2012	確認画面の文字色等を変更
 *	24-APR-2019	エラーメッセージの表示位置を各フィールドの次に移動
 */

/*
 * 入力時に付加するclass
 */
form.wpcf7-form-mode-edit {
	
}
form.wpcf7-form-mode-edit .note.confirmonly {	/* 2024.5 KAZ: added */
	display: none;
}

/*
 * 確認時に付加するclass
 */
form.wpcf7-form-mode-confirm {
	
}
form.wpcf7-form-mode-confirm th {	/* 問い合わせページのプレビューで、<TH>の幅が広がりすぎるので  */
/*	width: 180px; */	/* 2024.5 KAZ: c/o */
}
form.wpcf7-form-mode-confirm .note:not(.confirmonly),	/* 2024.5 KAZ: added */
form.wpcf7-form-mode-confirm th[colspan="2"],	/* 2024.5 KAZ: added */
form.wpcf7-form-mode-confirm .email_confirm_line,
form.wpcf7-form-mode-confirm .accept_line,
form.wpcf7-form-mode-confirm .captcha_line {	/* 確認時に表示しない項目 */
	display: none;
}

/*
 * 「確認へ」を押したときの入力チェックでひっかかった時に表示するメッセージ
 */
/*form.wpcf7-form ul.error-messages {
 *	color:red;
 *}
 */	/* APR-2019 KAZ: revised as follows */
form.wpcf7-form span.wpcf7-form-control-wrap .error-messages {
	display: block;
	color: red;
}
form.wpcf7-form-mode-edit .wpcf7-not-valid-tip {	/* 2024.5 KAZ: added */
	display: none;
}

/*
 * 入力チェックに引っかかったときに tr.addClass('error')
 */
/*form.wpcf7-form table tr.error td {
 *	background-color:#FFA8EC;
 *}
 */	/* APR-2019 KAZ: c/o */

/*
 * プレビュー時のテキスト
 */
/*form.wpcf7-form table td span.wpcf7-form-control-wrap-confirm {
 *	color:green;
 *}
 */	/* MTL: c/o */
form.wpcf7-form span.wpcf7-form-control-wrap-confirm {	/* MTL */
/*	color: black; */	/* 2024.5 KAZ: c/o */
/*	font-weight: bold; */	/* 2024.5 KAZ: c/o */
}
form.wpcf7-form td.image span.wpcf7-form-control-wrap-confirm {	/* 2024.5 KAZ: */
	font-weight: bold;
}

/*
 * ボタンエリア、確認へ
 */
form.wpcf7-form p.buttons-area-confirm {
/*	padding: 20px; */	/* 2024.5 KAZ: c/o */
/*	text-align: center; */
}

/*
 * ボタンエリア、書き直す、送信（「書き直す」が加わるため位置調整）
 */
form.wpcf7-form p.buttons-area .button-rewrite {
/*	margin-right: 20px; */	/* 2024.5 KAZ: c/o */
}
/* form.wpcf7-form p.buttons-area .wpcf7-submit {
	margin-left: 20px;
}
*/	/* MTL: c/o */


/* 送信後 */
form.wpcf7-form div.wpcf7-mail-sent-ok,
.wpcf7-form.sent .wpcf7-response-output {
	display: none;
}
