@charset "UTF-8";

.inner {
	max-width: 960px;
	width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
}

footer .inner {
	max-width: 1000px;
}

html,
body {
	height: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: 500;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	font-size: inherit;
	width: 100%;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

.aligncenter {
	text-align: center;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	transition: all .25s ease;
}

* {
	box-sizing: border-box;
}

/* pcのみ */
@media screen and (min-width: 835px) {
	.sp {
		display: none !important;
	}

	.spbr {
		display: none;
	}
}

@media screen and (max-width: 834px) {
	body {
		font-size: 1.4rem;
	}

	/* default ---------------------------------------*/
	img {
		max-width: 100%;
	}

	* {
		box-sizing: border-box;
	}

	/* common item ---------------------------------------*/
	.pc {
		display: none !important;
	}

	.pcbr {
		display: none;
	}

	.btn {
		max-width: 280px;
	}
}

/* エディター用のカスタムスタイル */
/* h1 タグのスタイル */
.post-cont-wrap h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #ccc;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

/* h2 タグのスタイル */
.post-cont-wrap h2 {
	font-size: 2em;
	font-weight: bold;
	color: #555;
	margin-bottom: 1em;
}

/* 段落 (p) タグのスタイル */
.post-cont-wrap p {
	font-size: 1.1em;
	line-height: 1.8;
	color: #666;
	margin-bottom: 1.5em;
}

/* strong タグのスタイル */
.post-cont-wrap strong {
	font-weight: bold;
	color: #0073aa;
	padding: 0.2em 0.4em;
	border-radius: 4px;
}

/* a タグのスタイル */
.post-cont-wrap a {
	color: #0073aa;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.post-cont-wrap a:hover {
	color: #005177;
	text-decoration: none;
}

/* エディター内のリストスタイル */
.post-cont-wrap ul,
.post-cont-wrap ol {
	margin-left: 2em;
	margin-bottom: 1.5em;
}

/* 引用 (blockquote) タグのスタイル */
.post-cont-wrap blockquote {
	font-style: italic;
	color: #555;
	border-left: 4px solid #ccc;
	padding-left: 1em;
	margin: 1.5em 0;
}

/* テーブルスタイル */
.post-cont-wrap table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

.post-cont-wrap table th,
.post-cont-wrap table td {
	border: 1px solid #ccc;
	padding: 0.8em;
	text-align: left;
}

.post-cont-wrap table th {
	background-color: #f9f9f9;
}

/* キャプション (figcaption) スタイル */
.post-cont-wrap figcaption {
	font-size: 0.9em;
	color: #888;
	margin-top: 0.5em;
	text-align: center;
}

/* 画像 (img) のスタイル */
.post-cont-wrap img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5em auto;
}

/* hr タグのスタイル */
.post-cont-wrap hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 2em 0;
}

/* コード (pre, code) のスタイル */
.post-cont-wrap pre,
.post-cont-wrap code {
	font-family: monospace, monospace;
	background-color: #f4f4f4;
	padding: 0.5em;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow-x: auto;
}

.post-cont-wrap pre {
	margin-bottom: 1.5em;
}

/* リストアイテムのマーカー */
.post-cont-wrap ul li::marker,
.post-cont-wrap ol li::marker {
	color: #0073aa;
}

/* 見出しの装飾追加 */
.post-cont-wrap h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: #666;
	margin-bottom: 0.8em;
}

.post-cont-wrap h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #777;
	margin-bottom: 0.6em;
}

/* リンクボタンスタイル */
.post-cont-wrap .btn {
	display: inline-block;
	padding: 0.8em 1.2em;
	background-color: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.post-cont-wrap .btn:hover {
	background-color: #005177;
}

/* ========================= */
/* レスポンシブスタイル */
/* ========================= */
@media (max-width: 834px) {
	.post-cont-wrap h1 {
		font-size: 1.8em;
	}

	.post-cont-wrap h2 {
		font-size: 1.6em;
	}

	.post-cont-wrap p {
		font-size: .8em;
		line-height: 1.6;
	}

	.post-cont-wrap img {
		margin: 1em auto;
	}

	.post-cont-wrap table {
		font-size: 0.9em;
	}
}

@media (max-width: 500px) {
	.post-cont-wrap h1 {
		font-size: 1.6em;
	}

	.post-cont-wrap h2 {
		font-size: 1.3em;
	}

	.post-cont-wrap h3 {
		font-size: 1.1em;
	}

	.post-cont-wrap h4 {
		font-size: .9em;
	}

	.post-cont-wrap p {
		font-size: 0.7em;
		line-height: 1.4;
	}

	.post-cont-wrap .btn {
		padding: 0.6em 1em;
	}
}

.formsubmit.zcwf_button {
	color: white !important;
	background: transparent linear-gradient(0deg, #0279FF 0%, #00A3F3 100%);
	margin-bottom: 20px !important;
}

#crmWebToEntityForm.zcwf_lblLeft {
	width: 100%;
	padding: 25px;
	margin: 0 auto;
	box-sizing: border-box;
}

#crmWebToEntityForm.zcwf_lblLeft * {
	box-sizing: border-box;
}

#crmWebToEntityForm {
	text-align: left;
}

#crmWebToEntityForm * {
	direction: ltr;
}

.zcwf_lblLeft .zcwf_title {
	word-wrap: break-word;
	padding: 0px 6px 10px;
	font-weight: bold
}

.zcwf_lblLeft.cpT_primaryBtn:hover {
	background: linear-gradient(#02acff 0, #006be4 100%) no-repeat padding-box !important;
	box-shadow: 0 -2px 0 0 #0159b9 inset !important;
	border: 0 !important;
	color: #fff !important;
	outline: 0 !important;
}

.zcwf_lblLeft .zcwf_col_fld input[type=date],
.zcwf_lblLeft .zcwf_col_fld input[type=text],
input[type=password],
.zcwf_lblLeft .zcwf_col_fld textarea {
	width: 100%;
	border: 1px solid #c0c6cc !important;
	resize: vertical;
	border-radius: 5px;
	padding: 7.5px 5px;
	font-size: 16px;
}

.zcwf_lblLeft .zcwf_col_lab {
	width: 100%;
	word-break: break-word;
	padding: 0px 6px 0px;
	margin-right: 10px;
	margin-block: 5px 7.5px;
	float: left;
	min-height: 1px;
}

.zcwf_lblLeft .zcwf_col_fld {
	width: 100%;
	padding: 0px 6px 0px;
	position: relative;
	margin-top: 5px;
	font-size: 16px;
}

.zcwf_lblLeft .zcwf_privacy {
	padding: 6px;
}

.zcwf_lblLeft .wfrm_fld_dpNn {
	display: none;
}

.dIB {
	display: inline-block;
}

.zcwf_lblLeft .zcwf_col_fld_slt {
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	float: left;
	resize: vertical;
	padding: 2px 5px;
	height: 55px;
}

.zcwf_lblLeft .zcwf_row:after,
.zcwf_lblLeft .zcwf_col_fld:after {
	content: '';
	display: table;
	clear: both;
}

.zcwf_lblLeft .zcwf_col_help {
	float: left;
	margin-left: 7px;
	font-size: 12px;
	max-width: 35%;
	word-break: break-word;
}

.zcwf_lblLeft .zcwf_help_icon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	border: 1px solid #c0c6cc;
	color: #c1c1c1;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	border-radius: 50%;
}

.zcwf_lblLeft .zcwf_row {
	margin: 15px 0px;
}

.zcwf_lblLeft .zcwf_col_fld textarea {
	min-height: 140px;
}

.zcwf_lblLeft .formsubmit {
	margin-right: 5px;
	cursor: pointer;
	color: #313949;
	font-size: 12px;
}

.zcwf_lblLeft .zcwf_privacy_txt {
	width: 90%;
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-family: Arial;
	display: inline-block;
	vertical-align: top;
	color: #313949;
	padding-top: 2px;
	margin-left: 6px;
}

.zcwf_lblLeft .zcwf_button {
	font-size: 20px;
	color: #313949;
	border: 1px solid #c0c6cc;
	padding: 15px 5px;
	border-radius: 50px;
	cursor: pointer;
	max-width: 300px;
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zcwf_lblLeft .zcwf_tooltip_over {
	position: relative;
}

.zcwf_lblLeft .zcwf_tooltip_ctn {
	position: absolute;
	background: #dedede;
	padding: 3px 6px;
	top: 3px;
	border-radius: 4px;
	word-break: break-word;
	min-width: 100px;
	max-width: 150px;
	color: #313949;
	z-index: 100;
}

.zcwf_lblLeft .zcwf_ckbox {
	float: left;
}

.zcwf_lblLeft .zcwf_file {
	width: 55%;
	box-sizing: border-box;
	float: left;
}

.cBoth:after {
	content: '';
	display: block;
	clear: both;
}

@media all and (max-width: 600px) {
	#crmWebToEntityForm.zcwf_lblLeft {
		padding: 0;
	}

	.zcwf_lblLeft .zcwf_col_lab,
	.zcwf_lblLeft .zcwf_col_fld {
		width: auto;
		float: none !important;
		font-size: 16px;
	}

	.zcwf_lblLeft .zcwf_col_help {
		width: 40%;
	}

	.zcwf_lblLeft .zcwf_button {
		font-size: 18px;
		padding: 10px 5px;
	}

	.formsubmit.zcwf_button {
		margin-bottom: 10px !important;
	}
}

#calenDiv {
	padding: 10px;
	display: table;
	width: 195px;
	font-family: helvetica, sans-serif !important;
}

.calNav {
	width: 20px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 4px;
	cursor: pointer
}

#calenDiv .calNav {
	width: 15px;
}

#calenDiv .yearNavLft {
	right: 10px;
}

#calenDiv .yearNavRgt {
	left: 10px;
}

#calenDiv .dLft {
	right: 5px;
}

#calenDiv .dRgt {
	left: 5px;
}

.dLft {
	right: 10px;
	opacity: 0.8;
}

.dRgt {
	left: 10px;
	opacity: 0.8;
}

.yearNavLft {
	right: 15px;
}

.yearNavRgt {
	left: 15px;
	opacity: 0.6;
}

#calenDiv table.calDay {
	border-spacing: 6px;
	margin-top: 0
}

#calenDiv table.calDay td {
	padding: 3px 4px;
	font-size: 11px
}

#calenDiv table.calDay th {
	padding: 0 3px;
	font-size: 11px;
	padding-right: 0;
	padding-left: 1px;
	color: #888;
	width: 22px;
	cursor: default;
	border-radius: 3px;
	text-align: center;
	font-weight: normal;
}

#calenDiv #weekDays {
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #c0c6cc;
	border-bottom: 1px solid #c0c6cc;
	border-spacing: 5px;
	margin-left: 0;
	color: #8b9ab9;
}

#calenDiv .sCalMon {
	cursor: default;
	display: inline-block;
	color: #888;
	width: 110px;
	font-size: 12px;
}

table.calDay td:hover {
	background-color: #e8e8e8;
}

table.calDay {
	color: #222;
	margin-left: -10px;
	border-spacing: 12px;
}

table.calDay td,
table.calDay th {
	font-size: var(--crm-extra-medium-font-size);
	cursor: default;
	border-radius: 3px;
	text-align: center;
	padding: 3px 5px;
	font-family: helvetica, sans-serif !important;
}

table.calDay td.sel,
table.calDay td.sel:hover {
	color: #fff;
	background: #b3b3b3;
	border-radius: 3px;
}

table.calDay td.noNum,
table.calDay td.lt-gray {
	color: #c1c1c1;
}

.aligncenter {
	text-align: center;
}

#calBtns a,
.lyteCalBtns .lyteCalCurrentDate a {
	color: var(--linkColor);
	font-size: 14px;
	text-decoration: none;
}

#calenDiv #calBtns {
	width: 183px;
	margin-left: 10px;
	border-top: 0;
	font-size: 11px;
	padding: 3px 0 12px !important;
}

.arrow {
	border: solid #666;
	border-width: 0 1px 1px 0;
	display: inline-block;
	height: 6px;
	width: 6px;
}

#calenDiv .right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#calenDiv .left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.mLMinus2 {
	margin-left: -2px;
}

.mRMinus2 {
	margin-right: -2px;
}

.vaM {
	vertical-align: middle;
}

.tempCalDiv {
	display: none;
	margin: 0;
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	border: 1px solid #c0c6cc;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	border-top: 0;
	top: 20px;
}
