@charset "UTF-8";
/*-------------reset//------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: "";
}
abbr,
acronym {
	border: 0;
}
img {
	vertical-align: bottom;
	border: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
/*-------------//reset------------------*/
body {
	font-family: "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*transform: rotate(.03deg);*/
	font-size: 16px;
	line-height: 2.3;
	color: #222;
	/*color: #010f1e;*/
	font-feature-settings: "palt";
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
h2 {
	font-size: 217%;
	line-height: 1.4;
	margin-bottom: 1.2em;
	text-align: center;
	font-weight: bolder;
}
.body-contents-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
span {
	display: block;
}
.sp {
	display: none;
}
.tb {
	display: none;
}
/*---//base---*/
.button {
	font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display: block;
	width: 50%;
	padding: 1em 0;
	line-height: 1;
	font-size: 138%;
	font-weight: bold;
	letter-spacing: 0.8px;
	text-align: center;
	color: #fff;
	background: #d52929;
	text-decoration: none;
	text-shadow: none !important;
	margin: 0.5em auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.buttonueki {
	font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display: block;
	width: 50%;
	padding: 1em 0;
	line-height: 1;
	font-size: 138%;
	font-weight: bold;
	letter-spacing: 0.8px;
	text-align: center;
	color: #fff;
	background: #f39710;
	text-decoration: none;
	text-shadow: none !important;
	margin: 0.5em auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.buttonueki02 {
	font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	display: block;
	width: 50%;
	padding: 1em 0;
	line-height: 1;
	font-size: 138%;
	font-weight: bold;
	letter-spacing: 0.8px;
	text-align: center;
	color: rgb(128, 134, 139);
	background: #f1f3f4;
	text-decoration: none;
	text-shadow: none !important;
	margin: 0.5em auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
/*---//ボタン用スタイル---*/
.q-contents-wrapper {
	width: 100%;
	margin-top: 0px;
	z-index: 100;
}
.align-center {
	text-align: center;
}
.q-title {
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	margin-top: 2em;
}
.q-catch {
	color: #ff6600;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1em;
}
.q-businesshours {
	font-size: 30px;
}
.q-telfax {
	font-size: 36px;
	font-weight: bold;
}
.q-description {
	font-size: 18px;
}
h2 {
	position: relative;
	padding: 0.5em;
	background: #a6d3c8;
	color: white;
}
.privacypolicy {
	width: 100%;
	height: 180px;
	text-align: left;
	overflow: auto;
	padding: 5px;
	border: 1px #ccc solid;
	box-sizing: border-box;
	margin-bottom: 4em;
	font-size: 88%;
	line-height: 2;
}
header {
	text-align: left;
	background: rgba(1, 15, 30, 0.9);
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 0px;
	box-sizing: border-box;
	padding: 5px 0 5px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 2em;
}
header.ueki {
	text-align: left;
	background: #307f1b;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 0px;
	box-sizing: border-box;
	padding: 5px 0 5px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 2em;
}
header.canus {
	text-align: left;
	background: #1a3c52;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 0px;
	box-sizing: border-box;
	padding: 5px 0 5px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 2em;
}
header.akasaka {
	text-align: left;
	background: #69026f;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 0px;
	box-sizing: border-box;
	padding: 5px 0 5px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 2em;
}
.body-contents-wrapper-header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.body-contents-wrapper-header p {
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	margin-left: auto;
	margin-left: auto;
}
footer {
	width: 100%;
	margin-top: -20px;
	bottom: 0;
	left: 0;
	text-align: left;
	background-color: #010f1e;
}
footer.ueki {
	width: 100%;
	margin-top: -20px;
	bottom: 0;
	left: 0;
	text-align: left;
	background-color: #307f1b;
}
footer.canus {
	width: 100%;
	margin-top: -20px;
	bottom: 0;
	left: 0;
	text-align: left;
	background-color: #1a3c52;
}
footer.akasaka {
	width: 100%;
	margin-top: -20px;
	bottom: 0;
	left: 0;
	text-align: left;
	background-color: #69026f;
}
.fooda-contents-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
}
.fooda-contents-wrapper p {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 72%;
	line-height: 1.4;
}
.tel-title {
	width: 100%;
	background-color: #f2f2f2;
	padding: 0.5em 0;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
	color: #222;
}
.tel-wrapper {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 1em 1em;
	margin-bottom: 1em;
	background-color: #fff;
	border-left: 4px solid #f2f2f2;
	border-right: 4px solid #f2f2f2;
	border-bottom: 4px solid #f2f2f2;
}
.tel-wrapper p.font01 {
	font-size: 113%;
	/*font-weight:bold;*/
	line-height: 1.2;
	margin-top: 1em;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.tel-wrapper p.font02 {
	font-size: 88%;
	padding-top: 0.25em;
}
.tel-contents-title {
	border-radius: 50px;
	width: 60%;
	background-color: #f2f2f2;
	color: #fff;
	font-size: 200%;
	padding: 0.25em 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	color: #222;
}
.tel-contents-title02 {
	border-radius: 50px;
	width: 60%;
	margin-top: 0.5em;
	background-color: #f2f2f2;
	color: #fff;
	font-size: 200%;
	padding: 0.25em 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	color: #222;
}
.campaign-contents {
	font-weight: bold;
	font-size: 175%;
	padding: 0.25em 0;
}
.tel-contents {
	font-size: 20px;
	line-height: 1.2;
	padding: 1em 0;
}
/*
.campaign-title,.campaign-wrapper{
display:none;
}*/
/* -------//contents----- */
input {
	padding: 1em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
textarea {
	padding: 1em;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
select {
	padding: 1em;
	font-size: 16px;
	width: 50%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
input.wpcf7c-conf {
	border: none !important;
	background-color: #efefef !important;
	-webkit-box-shadow: 0 0 0px 999px #efefef inset !important;
	font-weight: bold;
	box-sizing: border-box;
	width: 100%;
}
select.wpcf7c-conf {
	border: none !important;
	background-color: #efefef !important;
	font-weight: bold;
	box-sizing: border-box;
	width: 100%;
}
textarea.wpcf7c-conf {
	border: none !important;
	background-color: #efefef !important;
	font-weight: bold;
	box-sizing: border-box;
	width: 100%;
}
textarea.wpcf7-form-control-wrap {
	font-weight: bold;
	box-sizing: border-box;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 999px #fff inset;
}
/* -------//フォーム周り----- */
@media screen and (max-width: 1000px) {
	.sp {
		display: inherit;
	}
	.pc {
		display: none;
	}
	.tb {
		display: none;
	}
	body {
		font-size: 15px;
		line-height: 2.3;
		color: #222;
		/*color: #010f1e;*/
		font-feature-settings: "palt";
	}
	.body-contents-wrapper,
	.body-contents-wrapper-header,
	.fooda-contents-wrapper,
	.contents-wrapper-width {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		box-sizing: border-box;
	}
	header {
		text-align: left;
		background: rgba(1, 15, 30, 0.9);
		/*height: 49px;*/
		height: auto-flow;
		width: 100%;
		top: 0;
		left: 0;
		padding-top: 0px;
		box-sizing: border-box;
		padding: 15px 0 15px 0;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
		margin-bottom: 2em;
	}
	.body-contents-wrapper-header p {
		color: #fff;
		font-weight: bold;
		font-size: 113%;
		text-align: center;
		margin-left: auto;
		margin-left: auto;
		line-height: 1.4;
	}
	.btn-cv {
		width: 70%;
		font-size: 100%;
	}
	.cv {
		width: 80%;
		font-size: 125%;
	}
	.cv-down {
		width: 70%;
		font-size: 125%;
	}
	.tel-title {
		width: 98%;
		background-color: #f2f2f2;
		padding: 1em 0;
		font-size: 145%;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		margin-left: 1%;
		margin-right: 1%;
		color: #222;
		line-height: 1.1;
	}
	.tel-wrapper {
		width: 98%;
		box-sizing: border-box;
		text-align: center;
		padding: 1em 0.5em;
		margin-bottom: 1em;
		background-color: #fff;
		border-left: 4px solid #f2f2f2;
		border-right: 4px solid #f2f2f2;
		border-bottom: 4px solid #f2f2f2;
		margin-left: 1%;
		margin-right: 1%;
	}
	.tel-contents-title {
		border-radius: 50px;
		width: 90%;
		background-color: #f2f2f2;
		font-size: 145%;
		padding: 0.25em 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-weight: bold;
	}
	.tel-contents-title02 {
		border-radius: 50px;
		width: 90%;
		background-color: #f2f2f2;
		font-size: 145%;
		padding: 0.25em 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-weight: bold;
	}
	.tel-contents {
		line-height: 1.2;
	}
	.tel-wrapper p.font01 {
		font-size: 100%;
		/*font-weight:bold;*/
		line-height: 1.2;
		margin-top: 1em;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.tel-wrapper p.font02 {
		font-size: 78%;
		padding-top: 0.25em;
	}
	.buttonueki {
		font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		display: block;
		width: 50%;
		padding: 1em 0;
		line-height: 1;
		font-size: 100%;
		font-weight: bold;
		letter-spacing: 0.8px;
		text-align: center;
		color: #fff;
		background: #f39710;
		text-decoration: none;
		text-shadow: none !important;
		margin: 0.5em auto;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	}
	.buttonueki02 {
		font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		display: block;
		width: 50%;
		padding: 1em 0;
		line-height: 1;
		font-size: 100%;
		font-weight: bold;
		letter-spacing: 0.8px;
		text-align: center;
		color: rgb(128, 134, 139);
		background: #f1f3f4;
		text-decoration: none;
		text-shadow: none !important;
		margin: 0.5em auto;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	}
}
/*--------------------------------------------------------------------------
◆キャンペーン用スタイル
--------------------------------------------------------------------------*/
.campaign-title {
	width: 100%;
	background-color: #ff9a05;
	padding: 0.25em 0;
	color: #fff;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.campaign-contents-title {
	width: 95%;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	font-size: 113%;
	padding: 0.25em 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}
.campaign-wrapper {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 1em 0 0;
	margin-bottom: 1em;
	background-color: #ff9a05;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 6px 3px #efefef;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.campaign-contents {
	font-weight: bold;
	font-size: 175%;
	padding: 0.5em 0;
	line-height: 1;
	color: #fff;
}
.campaign-annotation {
	font-size: 100%;
	padding: 0 0 0.5em;
	line-height: 1.2;
	color: #fff;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid red;
	box-sizing: border-box;
}
/*
.campaign-title,.campaign-wrapper{
display:none;
}*/
@media screen and (max-width: 480px) {
	.campaign-title {
		width: 98%;
		background-color: #ff9a05;
		padding: 0.25em 0;
		color: #fff;
		font-size: 113%;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		margin-left: 1%;
		margin-right: 1%;
	}
	.campaign-wrapper {
		width: 98%;
		box-sizing: border-box;
		text-align: center;
		padding: 1em 1em 0.5em;
		margin-bottom: 1em;
		background-color: #fff;
		margin-left: 1%;
		margin-right: 1%;
		background-color: #ff9a05;
		border: 4px solid #ffffff;
		box-shadow: 0px 0px 6px 3px #efefef;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
	.campaign-contents-title {
		width: 90%;
		border-top: 1px solid #ffffff;
		color: #ffffff;
		font-size: 113%;
		padding: 0.25em 0 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-weight: bold;
	}
	.campaign-contents {
		line-height: 1.2;
		font-size: 138%;
	}
	.campaign-annotation {
		font-size: 100%;
		padding: 0 0 0.5em;
		line-height: 1.2;
		color: #fff;
	}
	select {
		padding: 1em !important;
		font-size: 16px !important;
		width: 100% !important;
		box-sizing: border-box;
		border: 1px solid #ccc;
	}
}
/*-- clearfix--*/
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
/* End Hack */
/*--clearfix--*/
/*--テキスト色--*/
.tred {
	color: red;
	display: inline;
}
/*--------------------------------------------------------------------------
◆特商ページ
--------------------------------------------------------------------------*/
.law > table {
	width: 100%;
	line-height: 160%;
	margin: 0 auto 2rem auto;
}
.law > table th,
.law > table td {
	border: 1px solid #e6e6e6;
	padding: 7px 10px;
}
.law > table th {
	background: #efefef;
	color: #333333;
	font-weight: bold;
	width: 23%;
}
.law > table td {
	text-align: left;
	background: #ffffff;
}
.law > table tbody th {
	text-align: left;
}
.law > table td * {
	margin-bottom: 1em !important;
}
.law > table td ul.catch {
	margin-bottom: 0em !important;
}
.law > table td ul.catch li {
	margin-bottom: 0.4em !important;
}
.law > table td ul.catch li:last-of-type {
	margin-bottom: 0em !important;
}
.law > table td ul.catch br {
	display: none !important;
}
.law > table td *:last-of-type {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 480px) {
	.law > table {
		width: 100%;
		text-align: left;
	}
	.law > table tr {
		display: block;
		padding: 0;
	}
	.law > table th {
		display: block;
		background: #e5e5e5;
		width: auto;
		border: none;
		padding: 4px 16px;
	}
	.law > table td {
		display: block;
		border: 1px solid #e5e5e5;
		background: #fff;
		line-height: 160%;
		padding: 16px;
	}
}
/*--------------------------------------------------------------------------
◆全体幅を縮める＆背景イメージ
--------------------------------------------------------------------------*/
body {
	background-image: url(https://company-site.jp/wp-content/uploads/uekiya-q-bg.jpg);
}
header.ueki {
	width: 60%;
	margin: 0 auto;
}
.body-contents-wrapper-header {
	width: 100%;
}
.q-contents-wrapper {
	width: 60%;
	margin: 0 auto;
}
.body-contents-wrapper {
	background: #fff;
	padding: 2rem;
	width: auto;
}
input[type="submit"] {
	width: 400px !important;
	background-position: 48px;
	text-indent: 1.4em;
}
footer.ueki {
	width: 60%;
	margin: 0 auto;
}
.fooda-contents-wrapper {
	width: auto;
	padding: 1.8rem;
}
::placeholder {
	color: #aaaaaa !important;
}
@media screen and (max-width: 1024px) {
	header.ueki {
		width: 100%;
	}
	.q-contents-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	footer.ueki {
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.body-contents-wrapper {
		padding: 0.2rem;
	}
	.body-contents-wrapper-header p {
		padding: 0 0.4rem;
	}
	input[type="submit"] {
		width: 100% !important;
	}
	.body-contents-wrapper,
	.body-contents-wrapper-header,
	.fooda-contents-wrapper,
	.contents-wrapper-width {
		margin: 0;
	}
}
/*--------------------------------------------------------------------------
◆「♪お客さま専用ダイヤル♪」の下にスマホのみ「電話番号をタップ！」
--------------------------------------------------------------------------*/
span#content-tel_sp-tap {
	display: none;
}
@media screen and (max-width: 480px) {
	span#content-tel_sp-tap {
		display: inline;
	}
}
/*--------------------------------------------------------------------------
◆背景・余白等微調整 20210816
--------------------------------------------------------------------------*/
body {
	background-image: url(https://company-site.jp/wp-content/uploads/bg-ikawa.jpg);
}
.content-tel-cath {
	font-weight: 600;
	margin-top: -1rem;
	line-height: 1.6;
	margin-bottom: 12px;
}
.content-tel-cath span.tred {
	font-size: 80%;
	font-weight: 100;
}
.content-tel-tel,
.content-tel-tel-050 {
	width: 80% !important;
	margin: 0px auto;
	padding: 0px 20px;
}
.content-tel-note {
	width: 80% !important;
}
.q-title {
	margin-top: 1.6rem !important;
}
p#reCAPTCHA {
	font-size: 0.8rem !important;
	margin: 100px 0 20px !important;
}
.privacypolicy {
	font-size: 0.7rem;
}
.content-tel-note {
	font-size: 1rem !important;
}
@media screen and (max-width: 1030px) {
	.content-tel-tel,
	.content-tel-tel-050 {
		width: 90% !important;
	}
}
@media screen and (max-width: 480px) {
	.content-tel-cath {
		margin-top: 0;
		line-height: initial;
		margin-bottom: initial;
	}
	.content-tel-note {
		font-size: 12px;
	}
}
/*------------------------------------------------------------------------
◆ページ内リンク 代表写真レイアウト調整
------------------------------------------------------------------------*/
.jigyousya img {
	margin: 0 auto 1rem auto;
	display: block;
	width: auto;
}
/*------------------------------------------------------------------------
◆フォーム用レイアウト 個々のファイルからテンプレートファイルへ 2023-11-24
------------------------------------------------------------------------*/
/* all display
-------------------------------------------------- */
/* table
-------------------------------------------------- */
table {
	width: 100% !important;
}
table td,
table th {
	word-break: break-all;
	text-align: left;
}
body {
	/*  background: url("./lib/images/bg.png");*/
	color: #241913;
}
a {
	text-decoration: none;
	color: #47b39d;
}
::placeholder {
	color: #e2e2e2;
	text-indent: 1em;
	font-size: 1.25em;
}
img {
	vertical-align: bottom;
	border: none;
	width: 100%;
}
input {
	/*フォーカスしたときのトランジション設定 すべてのプロパティが0.5秒で切り替わる*/
	transition: all 0.5s;
}
/*見出し欄*/
.inquiry th {
	text-align: left;
	font-size: 16px;
	color: #2d2d2d;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom: 18px;
	width: 100%;
	background: #e0e0e0;
	box-sizing: border-box;
}
/*通常欄*/
.inquiry td {
	font-size: 13px;
	background: #ffffff;
}
/*th tdの縦並び*/
th,
td {
	display: block;
	text-align: left;
	width: 100%;
}
th,
td {
	padding: 4px 0;
}
/*必須の調整*/
.haveto {
	font-size: 8px;
	padding: 4px 6px;
	background: #f29810;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	position: relative;
	bottom: 2px;
}
/*任意の調整*/
.any {
	font-size: 8px;
	padding: 4px 6px;
	background: #2d2d2d;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	position: relative;
	bottom: 2px;
}
/*親テーマからADD*/
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form textarea {
	width: 100%;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
	border-radius: 3px;
	padding: 8px 13px;
	margin: 4px 0;
	max-width: 100%;
	border: 1px #ccc solid;
	outline: none;
	box-sizing: border-box;
}
/* form
---------------------------------------- */
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
	border-radius: 5px;
	padding: 20px 0;
}
form textarea {
	/* 表示崩れを調整します */
	font-family: "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 20px;
}
/*プレースホルダ色*/
/* Chrome, Safari */
input::-webkit-input-placeholder {
	color: #e2e2e2;
}
/* Firefox */
input::-moz-placeholder {
	color: #e2e2e2;
}
/* Firefox 18以前 */
input:-moz-placeholder {
	color: #e2e2e2;
}
/* IE */
input:-ms-input-placeholder {
	color: #e2e2e2;
}
/* Chrome, Safari */
::-webkit-input-placeholder {
	color: #e2e2e2;
}
/* Firefox */
::-moz-placeholder {
	color: #e2e2e2;
}
/* Firefox 18以前 */
:-moz-placeholder {
	color: #e2e2e2;
}
/* IE */
:-ms-input-placeholder {
	color: #e2e2e2;
}
textarea[name="your-message"] {
	height: 24em !important;
}
/* コンタクトフォーム内臓ボタン */
form input {
	width: 12%;
	padding: 1em;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
form input {
	padding: 12px 20px;
}
form input[type="submit"],
form button {
	color: #fff;
}
input[type="submit"] {
	display: block;
	width: 41%;
	margin: 0 auto;
	background: #bd7004;
	height: 78px;
	background-repeat: no-repeat;
	font-size: 164%;
	font-weight: bold;
	border-radius: 7px;
}
input[type="submit"]:hover {
	background: #f2960f;
	height: 78px;
	background-repeat: no-repeat;
}
/* コンタクトフォーム内臓ボタン デフォに近い方コメントアウト*/
/* base.cssを上書き*/
input {
	transition: all 0.3s;
	text-indent: 1em;
	font-size: 120%;
}
/* base.cssを上書き 該当pのみ */
.mb140P {
	margin-bottom: 2.1em;
}
span.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none !important;
}
td.alert_on span.wpcf7-not-valid-tip,
td.alert_on .wpcf7-response-output {
	display: inline !important;
}
input#Kakunin {
	margin-bottom: 3em;
}
input#Sousin {
	text-indent: 0em;
}
input#Modoru {
	height: 2em;
	color: #888888;
	text-align: center;
	font-weight: bold;
	padding: 0 35px 0 20px;
	background: #eeeeee;
	border: solid 1px #cdcdcd;
}
/*PCのみの設定*/
/*スマホのみの設定*/
@media screen and (max-width: 767px) {
	span.subtext {
		display: block;
		padding-top: 10px;
		font-size: 60%;
	}
	input[type="submit"] {
		width: 100%;
		background-position: 60px;
		text-indent: 1em;
		font-size: 142%;
	}
	input#Modoru {
		margin-bottom: 1em;
	}
}
/* 移植時追加 */
th > span {
	display: inline;
}
.content-tel-cath {
	text-align: center;
	font-size: 18px;
}
.content-tel-zone {
	border: 4px solid #f3960f;
	box-sizing: border-box;
	line-height: 1.4;
}
.content-tel-title {
	background-color: #f3960f;
	padding: 20px;
	font-size: 32px;
	text-align: center;
	color: #fff;
}
.content-tel-time {
	padding: 10px 20px;
	font-size: 28px;
	text-align: center;
}
.content-tel-time i {
	font-style: normal;
	padding: 0px 10px;
}
.content-tel-tel,
.content-tel-tel-050 {
	width: 60%;
	margin: 0px auto;
	padding: 0px 20px;
}
.content-tel-tel a,
.content-tel-tel-050 a {
	color: #28a73b;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 40px;
	font-weight: bold;
	background-color: #f2f2f2;
	border-radius: 50px;
	padding: 10px;
}
.content-tel-tel a:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 35px;
	background-image: url(https://company-site.jp/wp-content/uploads/ueki-inquiry-freetel.png);
	background-repeat: no-repeat;
	background-position: top 0;
	background-size: contain;
	vertical-align: middle;
}
.content-tel-tel-050 a:before {
	content: "☎";
	font-size: 30px;
	display: inline-block;
	width: 50px;
	height: 45px;
	vertical-align: middle;
}
.content-tel-sub {
	text-align: right;
	width: 60%;
	margin: 10px auto;
}
.content-tel-sub a {
	text-decoration: none;
}
.content-tel-note {
	font-size: 12px;
	width: 60%;
	margin: 10px auto;
	text-align: left;
}
.content-tel-note li {
	list-style-type: none;
}
@media screen and (max-width: 1000px) {
	.content-tel-title {
		font-size: 24px;
		padding: 10px;
	}
	.content-tel-time {
		padding: 10px 0px;
		font-size: 16px;
		text-align: center;
	}
	.content-tel-tel {
		width: 95%;
		padding: 0px;
	}
	.content-tel-tel a {
		font-size: 26px;
	}
	.content-tel-tel a:before {
		width: 30px;
		height: 20px;
	}
	.content-tel-tel-050 {
		width: 95%;
		padding: 0px;
	}
	.content-tel-tel-050 a {
		font-size: 26px;
	}
	.content-tel-tel-050 a:before {
		width: 30px;
		height: auto;
		font-size: 25px;
	}
	.content-tel-sub {
		text-align: right;
		width: 95%;
		margin: 10px auto;
		font-size: 14px;
	}
	.content-tel-note {
		font-size: 12px;
		width: 95%;
		margin: 10px auto;
	}
	.content-tel-note ul {
		padding: 0px;
	}
}
/* 戻るボタンレイアウト調整*/
input[value="戻る"] {
	display: block;
	margin: 1em auto;
	box-sizing: content-box !important;
}
/* プライバシーポリシーチェックの調整 */
#acceptance_wrap {
	margin: 10px;
	text-align: center;
}
#acceptance_wrap center a {
	text-decoration: none;
}
input[type="checkbox"] {
	transform: scale(1.8);
}
span.wpcf7-list-item-label {
	display: inline;
}
span.wpcf7-list-item {
	margin: 0 !important;
}
input[name="accept-this-1"] {
	width: 30px;
}
/* フォーム全体の長さを縮小 */
header.ueki {
	padding: 5px;
	margin-bottom: 0em;
}
.content-tel-title {
	padding: 5px;
}
.q-title {
	margin-top: 0.5em;
}
th,
td {
	padding: 0;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
	margin: 4px 0 20px;
}
.inquiry th {
	padding: 0 5px 0 20px;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
	padding: 5px;
}
textarea#Message {
	height: calc(1.4em * 4) !important;
	line-height: 1.3;
}
#acceptance_wrap {
	margin: 0 10px;
}
.mb140P {
	margin-bottom: 0;
}
span.wpcf7-list-item {
	line-height: 1.6em;
}
p#reCAPTCHA {
	text-align: center;
	line-height: 1.2em;
	margin: 10px 0;
	font-size: 90%;
}
@media screen and (max-width: 767px) {
	header.ueki {
		padding: 10px 0;
	}
	span.subtext {
		padding-top: 0;
	}
}
/* ◆フォーム改修 承諾「ここにチェック」 */
.inquiry span {
	display: inline;
}
p.privacy-acceptance {
	font-weight: 600;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
.wpcf7-list-item {
	width: 40%;
}
.wpcf7-list-item {
	display: block;
	margin-left: 0em !important;
}
span.privacy-check {
	font-weight: 600;
	color: red;
	display: inline;
}
input[type="checkbox"] {
	margin-left: 40%;
	width: 20px !important;
	transform: scale(1.4) !important;
}
span.privacy-check-attention {
	line-height: 1.6;
	margin: 30px 0;
}
input[type="submit"] {
	text-indent: 0;
}
@media screen and (max-width: 767px) {
	input[type="checkbox"] {
		margin-left: 0;
	}
	label {
		display: block;
		width: 250px;
	}
	span.privacy-check-attention {
		font-size: 14px;
	}
	span.privacy-check {
		font-size: 18px;
	}
	span.wpcf7-list-item {
		padding-top: 10px;
	}
}

/*------------------------------------------------------------------------
◆プライバシーポリシー 2025-07-30
------------------------------------------------------------------------*/
.q-contents-wrapper.privacy h2 {
	background: #307f1b;
}
.q-contents-wrapper.privacy h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 1.8rem;
}
.q-contents-wrapper.privacy li {
	list-style: none;
}
.q-contents-wrapper.privacy ul {
	margin: 1rem;
}
footer.ueki a {
	color: white;
}
@media screen and (max-width: 480px) {
	.q-contents-wrapper.privacy .body-contents-wrapper {
		padding: 10px;
	}
	.q-contents-wrapper.privacy h2 {
		font-size: 28px;
	}
}
/*------------------------------------------------------------------------
◆お問い合わせ送信ボタン 注意書き追加 2025-08-20
------------------------------------------------------------------------*/
span.privacy-check-attention {
	margin: 30px 0 0;
}
span.btn-note {
	line-height: 1.6;
	margin: 0 auto 2rem;
	font-weight: 600;
	color: red;
}
