<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contact-main
{	padding: 0 10px;
}

#contact-main &gt; .in
{	border: 1px solid #AEAEAE;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;
}

/* --- */
.box-warning
{	background: url("../img/common/bg_blue_line.png") #CDEBF5;
	padding: 15px 15px 15px 80px;
	min-height: 50px;
	position: relative;
}
.box-warning:not(:last-child)
{	margin-bottom: 20px;
}

.box-warning::before
{	background: url("../img/common/blue_warning.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 15px;
}

/* --- */
.progress-bar
{	overflow: hidden;
	font-size: 1.05em;
}

.progress-bar:not(:last-child)
{	margin-bottom: 20px;
}

.progress-bar &gt; div
{	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	width: calc(100% / 3);
	box-sizing: border-box;
	padding-right: 2px;
	position: relative;
	text-align: center;
}

.progress-bar &gt; div::before,
.progress-bar &gt; div::after
{	background-color: #DBDBDB;
	content: "";
	position: absolute;
	z-index: 1;
	height: 50%;
}

.progress-bar &gt; div::before
{	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
	top: 0px;
	padding-bottom: 1px;
}
.progress-bar &gt; div::after
{	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
	bottom: 0px;
}
.progress-bar &gt; div:nth-child(3n+1)::before,
.progress-bar &gt; div:nth-child(3n+1)::after
{	right: 2px;
	left: -100%;
}
.progress-bar &gt; div:nth-child(3n+2)::before,
.progress-bar &gt; div:nth-child(3n+2)::after
{	right: 2px;
	left: 0;
}
.progress-bar &gt; div:nth-child(3n)::before,
.progress-bar &gt; div:nth-child(3n)::after
{	right: -100%;
	left: 0px;
}

.progress-bar &gt; div &gt; span
{	position: relative;
	z-index: 2;
	display: block;
	padding: 15px 10px;
}

/* Colors */
.progress-bar &gt; div.active
{	color: #FFF;
}

.progress-bar &gt; div.active::before,
.progress-bar &gt; div.active::after
{	background-color: #099FD1;
}

/* ----- */
.blue-text
{	color: #099FD1;
}

/* ----- */
.contact-form
{}
.contact-form:not(:last-child)
{	margin-bottom: 40px;
}

.contact-form input[type=text],
.contact-form textarea,
.contact-form select
{	max-width: 100%;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	font-size: 16px;
}

.contact-form input[type=text].err,
.contact-form textarea.err
{	background-color: #FFEFEF;
}

.contact-form textarea
{	resize: vertical;
	min-height: 8em;
}

.contact-form label
{	cursor: pointer;
}

/* */
.contact-form &gt; dl
{	border-top: 1px solid #DCDCDC;
	padding: 10px;
}
.contact-form &gt; dl:last-child
{	border-bottom: 1px solid #DCDCDC;
}
.contact-form &gt; dl &gt; dt,
.contact-form &gt; dl &gt; dd
{	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.contact-form &gt; dl &gt; dt
{	width: 25%;
	font-weight: bold;
	margin-right: 2%;
	overflow: hidden;
	text-align: left;
}
.contact-form &gt; dl &gt; dd
{	width: 73%;
}

.contact-form &gt; dl &gt; dt.req::before,
.contact-form &gt; dl &gt; dt.optional::before
{	display: inline-block;
	vertical-align: middle;
	padding: 1px 5px;
	border: 1px solid;
	border-radius: 5px;
	color: #FFF;
	font-size: 0.975em;
	float: right;
	margin-left: 10px;
	font-weight: normal;
}

.contact-form &gt; dl &gt; dt.req::before
{	background: #F7BECA;
	background: -webkit-linear-gradient(top, #F7BECA 0%, #EC6D88 100%);
	background: linear-gradient(to bottom, #F7BECA 0%, #EC6D88 100%);
	content: "å¿…é&nbsp;ˆ";
	border-color: #EC6D88
}
.contact-form &gt; dl &gt; dt.optional::before
{	background: #8CD2EA;
	background: -webkit-linear-gradient(top, #8CD2EA 0%, #23AAD7 100%);
	background: linear-gradient(to bottom, #8CD2EA 0%, #23AAD7 100%);
	content: "ä»»æ„";
	border-color: #0AA0D2;
}


/* - */
.input-holder input[type=text],
.input-holder textarea
{	width: 100%;
}

/* */
.input-caption
{	overflow: hidden;
}
.input-caption &gt; p
{	float: left;
	margin-right: 0.5em;
}
.input-caption &gt; div
{	overflow: hidden;
}

/* */
.input-name-wrap &gt; div
{	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-right: 2%;
}
.input-name-wrap &gt; div:nth-child(2n)
{	margin-right: 0;
}

.input-phone-wrap &gt; div
{	display: inline-block;
	vertical-align: top;
	max-width: 33.3333%;
	max-width: (100% / 3);
	padding-right: 1em;
	position: relative;
}

.input-phone-wrap &gt; div:nth-child(3n),
.input-phone-wrap &gt; div:last-child
{	padding-right: 0;
}

.input-phone-wrap &gt; div::after
{	background-color: currentColor;
	content: "";
	width: 0.5em;
	height: 1px;
	top: 50%;
	margin-top: -1px;
	right: 0.25em;
	position: absolute;
}

.input-phone-wrap &gt; div:nth-child(3n)::after,
.input-phone-wrap &gt; div:last-child::after
{	content: none;
}

.input-phone-wrap &gt; div input[type=text]
{	max-width: 4em;
}

/* - */
.multi-inputs &gt; div
{	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.multi-inputs &gt; div:not(:last-child)
{	margin-right: 1em;
}

.multi-inputs label
{	display: inline-block;
}

.multi-inputs input[type=radio],
.multi-inputs input[type=checkbox]
{	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

/* */
.indent-input
{	padding-left: 25px;
	text-indent: -25px;
}

.indent-input input[type=radio],
.indent-input input[type=checkbox]
{	display: inline-block;
	width: 25px;
	text-indent: 0;
	margin: 0;
}

/* ----------------------------- */
#contact-priv-wrap
{	background: url("../img/common/bg_blue_line.png");
	padding: 20px 15px;
}

#contact-priv-main
{	background-color: #FFF;
	padding: 20px;
	border: 1px solid #6BC5E3;
}

#contact-priv-main .midasi
{	color: #4C4C4C;
	/* font-size: 2em; */
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: 2px solid #6BC5E3;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

#contact-priv-main .midasi b
{	display: inline-block;
	font-weight: inherit;
}

/* */
#contact-priv-main ol &gt; li
{	padding-left: 1em;
	text-indent: -1em;
}
#contact-priv-main ol &gt; li:not(:last-child)
{	margin-bottom: 15px;
}
#contact-priv-main ol &gt; li &gt; span
{	display: block;
	font-weight: bold;
}

/* ----------------------------- */
.contact-btns
{	text-align: center;
}

.contact-btns &gt; a
{	width: 49%;
	height: auto;
	min-height: 0;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact-btns &gt; a:not(:last-child)
{	margin-right: 2%;
}

.contact-btns &gt; a:only-child
{	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* */
.finish &gt; p {
  /* font-size: 18px; */
  font-size: 16px;
  line-height: 1.6;
}

/* ------------------------------------------------------------------------------------- */
@media only screen and (max-width: 799px)
{	#contact-main &gt; .in
	{	padding: 15px;
	}

	.progress-bar
	{	font-size: 1em;
	}

/* */
	.contact-form:not(:last-child)
	{	margin-bottom: 30px;
	}

	.contact-form &gt; dl
	{	border-top: none;
		padding: 0;
	}
	.contact-form &gt; dl:last-child
	{	border-bottom: none;
	}

	.contact-form &gt; dl &gt; dt,
	.contact-form &gt; dl &gt; dd
	{	display: block;
		width: auto;
		padding: 10px;
	}

	.contact-form &gt; dl &gt; dt
	{	border-bottom: 1px solid #DCDCDC;
	}

/* */
	.input-name-wrap &gt; div
	{	display: block;
		width: auto;
		margin: 0 auto;
	}
	.input-name-wrap &gt; div:not(:last-child)
	{	margin-bottom: 10px;
	}

/* */
	.multi-inputs label
	{	padding-top: 2px;
		padding-bottom: 2px;
	}

/* --- */
	#contact-priv-wrap
	{	padding: 10px;
	}

	#contact-priv-main
	{	padding: 25px 10px 10px;
	}

	#contact-priv-main .midasi
	{	font-size: 1.6em;
	}

	.finish &gt; p {
    font-size: 16px;
	}
}

/* ------------------------------------------------------------------------------------- */
@media only screen and (max-width: 600px)
{	.progress-bar
	{	font-size: 0.95em;
	}
	.progress-bar &gt; div &gt; span
	{	padding: 12px 8px;
	}

/* */
	.contact-form:not(:last-child)
	{	margin-bottom: 20px;
	}
	.contact-form.smt-mb0
	{	margin-bottom: 0;
	}

/* */
	.box-warning
	{	padding-left: 70px;
	}

	.box-warning::before
	{	width: 40px;
		height: 40px;
		margin-top: -20px;
	}

/* --- */
	#contact-priv-main .midasi
	{	font-size: 1.35em;
		margin-bottom: 15px;
	}
}

/* ------------------------------------------------------------------------------------- */
@media only screen and (max-width: 449px)
{
	.finish &gt; p {
    font-size: 3.75vw;
	}
	#contact-priv-main .midasi
	{	font-size: 4.5vw;
	}
}


/* add ------------------------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cccccc;
}

.ui-datepicker-trigger {
	margin: 0 5px;
	vertical-align: middle;
}

.w820 {
  max-width: 820px;
  margin: 0 auto 15px;
}
	@media only screen and (min-width: 800px) {
	  .w820 {
	    margin-bottom: 30px;
	  }
	}

.required::before,
.required-after::after,
.any-before::before,
.any-after::after {
  content: "å¿…é&nbsp;ˆ";
  display: inline-block;
  padding: 1px 5px;
  background: #f7beca;
  background: -moz-linear-gradient(top, #f7beca 0%, #ec6d88 100%);
  background: -webkit-linear-gradient(top, #f7beca 0%, #ec6d88 100%);
  background: linear-gradient(to bottom, #f7beca 0%, #ec6d88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7beca', endColorstr='#ec6d88',GradientType=0 );
  border: solid 1px #ec6d88;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  vertical-align: middle;
}
.any-before::before,
.any-after::after {
	content: "ä»»æ„";
  background: #8cd2ea;
  background: -moz-linear-gradient(top, #8cd2ea 0%, #23aad7 100%);
  background: -webkit-linear-gradient(top, #8cd2ea 0%, #23aad7 100%);
  background: linear-gradient(to bottom, #8cd2ea 0%, #23aad7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cd2ea', endColorstr='#23aad7',GradientType=0 );
  border-color: #0aa0d2;
}
.required::before,
.any-before::before {
  margin-right: 5px;
}
.required-after::after,
.any-after::after {
  margin-left: 5px;
}


a.normal.no-arrow {
  padding-right: 0;
  background-image: none;
}</pre></body></html>