@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: sans-serif;
	box-sizing: border-box;
	word-break: break-all;
	line-height: 1em;
}
*,
::before,
::after {
  position: relative;
}
ul,li {
	list-style: none;
}
body {
	background-color: #efefef;
	text-align: center;
	margin: 0;
	padding: 0;
}
header,section,nav,aside,footer,article,time,main {
	display: block;
}
div#wrapper {
	max-width: 1200px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	z-index: 0;
}

span#pagetop {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: url(_images/pagetop.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
	padding: 0;
	margin: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	user-select: none;
	z-index: 0;
	border-radius: 5px;
}
span#pagetop:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	border: none;
}
a {
	word-break: break-all;
}
a:hover img {
	opacity: 0.7;
}.rows {
	clear: both;
}
.rows:after,
.clear:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.rows .col1,.rows .col2,.rows .col25,.rows .col3,.rows .col33,.rows .col4,.rows .col5,.rows .col6,.rows .col7,.rows .col8,.rows .col9,.rows .col10{
	float: left;
	padding: 5px;
}
.rows .col10 {
	float: none;
}
.rows .col1 {width: 10%;}
.rows .col2 {width: 20%;}
.rows .col25 {width: 25%;}
.rows .col3 {width: 30%;}
.rows .col33 {width: 33%;}
.rows .col4 {width: 40%;}
.rows .col5 {width: 50%;}
.rows .col6 {width: 60%;}
.rows .col7 {width: 70%;}
.rows .col8 {width: 80%;}
.rows .col9 {width: 90%;}
.rows .col10 {width: 100%;}/******************************************
[reset]
******************************************/
*,
::before,
::after {
  position: relative;
  box-sizing: border-box;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

small {
  font-size: 80%;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

input,
button,
textarea,
select {
  outline: 0;
  border: 0px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
button,
textarea,
select,
optgroup {
  font: inherit;
}

[disabled] {
  cursor: default;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-ms-clear {
  visibility: hidden;
}

optgroup {
  font-weight: bold;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

textarea {
  overflow: auto;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

button {
  background: none;
  overflow: visible;
}

::-moz-selection,
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::-moz-selection,
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
p {
	font-size: 16px;
	line-height: 1.5em;
	padding: 1em;
}table#console {
	position: fixed;
	left: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	text-align: left;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 5px;
}
table#console th,
table#console td {
	font-size: 12px;
	color: #FFF;
	padding: 8px 15px;
	color: #090;
	font-weight: normal;
}
table#console tbody tr {
	border-top: solid 1px rgba(255,255,255,0.5);
}
table#console tbody tr:hover {
	background: #000;
	cursor: pointer;
}
table#console td {
	white-space: nowrap;
}
table#console thead tr th {
	color: #000;
	float: none;
	font-size: 10px;
	background: #090;
	padding: 3px 15px;
	text-align: right;
}
nav.language_switch select {
	font-size: 16px;
	border: solid 1px #999;
	border-radius: 3px;
	padding: .3em .5em;
}footer {
	position: relative;
	max-width: 100%;
	margin: 20px auto 0 auto;
	clear: both;
	padding: 20px;
	border-top: solid 1px #000;
}
footer p {
	clear: both;
	font-size: 12px;
	color: #666;
	text-align: left;
	padding: 5px 0px;
}
footer nav {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
}div.msg {
	display: none;
}
div#msg {
	position: fixed;
	z-index: 999999;
	top: -100px;
	right: 10px;
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	padding: .5em 1em;
	font-size: 16px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}div#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	backdrop-filter: blur(3px);
	display: none;
}div.qrcode_wrapper {
	text-align: center;
	padding: 1em;
}
button.qrcode {
	border: solid 1px #CCC;
	padding: .5em 1em;
	font-size: 16px;
}div#splash_background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	display: none;
	background: rgba(255,255,255,0.1);
}
div#splash_wrapper {
	position: fixed;
	top: 10px;
	right: -300px;
	width: 300px;
	height: 100px;
	z-index: 1000;
	overflow: hidden;
}
div#splash_wrapper div#splash_inner {
	position: relative;
	width: 300px;
	height: 100px;
	border: solid 3px #CCC;
	border-right: none;
	background: rgba(255,255,255,0.96);
	margin: 0 0 0 auto;
	border-radius: 10px 0 0 10px;
}
div#splash_wrapper div#splash_inner div#splash_image {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 8px;
	left: 8px;
	border-radius: 40px;
	border: solid 2px #FFF;
	background-color: #EEE;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
div#splash_wrapper div#splash_inner div#splash_point,
div#splash_wrapper div#splash_inner div#splash_text {
	position: absolute;
	width: 100%;
	left: 0;
	padding-left: 100px;
	line-height: 1em;
	text-align: left;
}
div#splash_wrapper div#splash_inner div#splash_text {
	bottom: 0;
	padding-bottom: 50px;
	margin-top: 1em;
}
div#splash_wrapper div#splash_inner div#splash_point {
	top: 0;
	padding-top: 50px;
	margin-bottom: 2em;
}header.frontpage {
	padding: 1em;
	background: #000;
}
header.frontpage h1 {
	font-size: 16px;
	color: #FFF;
}
main.frontpage {
	margin: 10px 0;
}
main.frontpage form {
	max-width: 100%;
	width: 322px;
	margin: 0 auto;
	border: solid 1px #CCC;
	text-align: center;
	padding: 10px;
	background: #EEE;
}
main.frontpage form input,
main.frontpage form button {
	display: block;
	width: 100%;
	margin: 0.2em 0;
}
main.frontpage form input[type=text],
main.frontpage form button {
	font-size: 16px;
	border: solid 1px #CCC;
	padding: .4em .5em;
	margin-top: .5em;
}
main.frontpage ul.error {
	background: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	margin-bottom: 10px;
}
main.frontpage ul.error li {
	padding: 5px;
	color: #F00;
	font-size: 12px;
}header.app {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	height: 40px;
}
header.app h1 {
	font-size: 16px;
	color: #FFF;
	text-align: left;
	padding: 12px 0 0 10px;
}
header.app nav {
	z-index: 10;
	position: fixed;
	right: 0em;
	top: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}
header.app nav div {
	position: relative;
	padding-right: 1em;
}
header.app nav span {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
}
header.app nav ul {
	position: absolute;
	right: 0px;
	top: 30px;
	display: none;
	list-style: none;
	background: rgba(0,0,0,0.8);
	border-radius: 0 0 0 5px;
}
header.app nav.open ul {
	display: inline-block;
}
header.app nav ul li a {
	white-space: nowrap;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: .8em 1.5em;
	font-size: 12px;
}
header.app nav ul li a:hover {
	color: #090;
}
header.app nav ul li:last-child a {
	border-radius: 0 0 0 5px;
}

main.app {
	padding: 40px 0;
}
main.app nav {
	margin: 20px auto;
}
main.app nav ul {
	padding: 2%;
}
main.app nav ul li {
	display: block;
	padding: 2%;
	float: left;
	width: 50%;
}
main.app nav ul li a {
	display: block;
	width: 100%;
	border: solid 1px #CCC;
	background: #FFF;
	border-radius: 4px;
	padding: 2em 0;
	text-decoration: none;
}
main.app div.profile_icon {
	text-align: center;
	padding-top: 50px;
}
main.app div.profile_icon img {
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	width: 128px;
	height: 128px;
}
main.app h2 {
	padding: 50px 0;
}
main.app h2 span {
	font-size: 21px;
	border-bottom: solid 1px #000;
	display: inline-block;
	padding: .3em 1em;
}
main.app section {
	padding: 10px;
}
main.app section form {
	max-width: 100%;
	margin: 0 auto;
	border: solid 1px #CCC;
	text-align: center;
	padding: 10px;
	background: #EEE;
}
main.app ul.error {
	background: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	margin-bottom: 10px;
}
main.app ul.error li {
	padding: 5px;
	color: #F00;
	font-size: 12px;
}

main.app section form table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
main.app section form table th,
main.app section form table td {
	border: solid 1px #000;
}
main.app section form table td input,
main.app section form table td button,
main.app section form table td select {
	border: none;
	display: block;
	width: 100%;
	max-width: 100%;
	border: none;
	font-size: 16px;
	padding: .5em 1em;
	min-height: 50px;
}
main.app section form table thead tr th {
	padding: 5px 10px;
	background: #CCC;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
main.app section form table thead tr td {
	padding: 5px;
	font-size: 12px;
	height: 100%;
}
main.app section form table tbody tr td.td5 {
	width: 5%;
}
main.app section form table tbody tr td.td10 {
	width: 10%;
}
main.app section form table tbody tr td.td20 {
	width: 20%;
}
main.app section form table tbody tr td.td30 {
	width: 30%;
}
main.app section form table tbody tr td.td35 {
	width: 35%;
}
main.app section form table tbody tr td button.upload {
	background: url(_images/upload.svg) no-repeat center center;
	background-size: 1em 1em;
	display: block;
	width: 100%;
}
main.app section form table tbody tr td button.image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
section.uri p {
	font-size: 12px;
	padding: 1em;
}
section.uri input {
	display: block;
	width: 94%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	border: solid 1px #CCC;
	border-radius: 0;
	padding: .5em 1em;
	background: none;
	outline: none;
}
section.uri div {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
section.uri div p {
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: none;
	background: rgba(0,152,0,0.9);
	border-radius: 5px;
	color: #FFF;
}/******************************************
[form-table]
******************************************/
.form-table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
button {
	border: none;
}
.form-table tr {
  border-bottom: 2px solid #efefef;
}

.form-table tr:last-child {
  border-bottom: none;
}

.form-table tr th,
.form-table tr td {
  background: #fff;
  text-align: left;
  vertical-align: top;
}

.form-table tr th {
  width: 220px;
  font-weight: 400;
}

.form-table tr td {
  padding: 10px 20px;
}

.form-table-confirm tr td {
  padding-top: 25px;
  padding-bottom: 25px;
  vertical-align: middle;
}

.form-table-height {
  height: 60px;
}
.form-table tr th,
.form-table tr td{
	background: #FFF;
	font-weight: normal;
}
/******************************************
[form-row]
******************************************/
.form-row {
  margin: 0 0 10px;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-row-table {
  width: 100%;
}

.form-row-table tr:last-child th,
.form-row-table tr:last-child td {
  padding-bottom: 0;
}

.form-row-table th,
.form-row-table td {
  padding: 0 0 10px;
  text-align: left;
  vertical-align: middle;
}

.form-row-table th {
  width: 1%;
  padding-right: 20px;
  font-weight: 400;
  white-space: nowrap;
}

/******************************************
[form-group]
******************************************/
.form-group {
  display: flex;
  align-items: center;
}

.form-group-item {
  margin: 0 15px 0 0;
}

.form-group-item:last-child {
  margin-right: 0;
}

/******************************************
[form-checkGroup]
******************************************/
.form-checkGroup {
  display: flex;
  align-items: center;
}

.form-checkGroup-item {
  margin: 0 40px 0 0;
}

.form-checkGroup-item:last-child {
  margin-right: 0;
}

.form-checkGroup-padding {
  padding: 10px 5px;
}

/******************************************
[form-help]
******************************************/
.form-help {
  font-size: 12px;
}

/******************************************
[form-error]
******************************************/
.form-error {
  font-size: 12px;
  font-weight: 600;
  color: #eb2514;
}

.form-error::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: '';
}

.form-error::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: '';
}

/******************************************
[form-footer]
******************************************/
.form-footer {
  margin: 0 0 60px;
}

.form-footer-description {
  margin: 0 0 30px;
  text-align: center;
  font-size: 18px;
}

.form-footer-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: '';
}

.form-footer-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: '';
}

/******************************************
[form-btn]
******************************************/
.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-btn-item {
  margin: 0 50px 0 0;
}

.form-btn-item:last-child {
  margin-right: 0;
}

/******************************************
[form-label]
******************************************/
.form-label {
  display: flex;
  min-height: 30px;
  padding: 5px 0 10px 55px;
  line-height: 1.2;
  position: relative;
}

/******************************************
[form-required]
******************************************/
.form-required {
  position: absolute;
  top: 5px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 16px;
  background: #eb2514;
  border-radius: 3px;
  font-size: 10px;
  color: #fff;
}

/******************************************
[form-control]
******************************************/
:placeholder-shown {
  color: #bababa;
}

::-webkit-input-placeholder {
  color: #bababa;
}

:-moz-placeholder {
  color: #bababa;
  opacity: 1;
}

::-moz-placeholder {
  color: #bababa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bababa;
}

.form-control {
  width: 380px;
  height: 40px;
  padding: 0 15px;
  background: #efefef;
}

.form-control-withUnit {
  padding-right: calc(1em + 20px);
}

.form-control-unit {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-control-w140 {
  width: 140px;
}

.form-control-w220 {
  width: 220px;
}

.form-control.is-error {
  border: 2px solid #eb2514;
}

/******************************************
[form-select]
******************************************/
.form-select-input {
  padding-right: 40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iSWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHJlY3QgaWQ9IkFyZWEiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0iI2ZjZmNmYyIgb3BhY2l0eT0iMCIvPgogIDxnIGlkPSJJY29uLTIiIGRhdGEtbmFtZT0iSWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4yOSAyLjQ5OSkiPgogICAgPHBhdGggaWQ9IlBhdGgiIGQ9Ik01LDcuNWw1LDUsNS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4yOSAtMi40OTkpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyNjI2MjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjY2NyIvPgogIDwvZz4KPC9zdmc+Cg==);
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 20px;
}

/******************************************
[form-check]
******************************************/
.form-check {
  display: flex;
  align-items: center;
  line-height: 1;
}
.form-check-input {
	opacity: 0;
}


.form-check-input:checked + .form-check-label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Kz44Oz44Od44O844ON44Oz44OIXzI4XzUiIGRhdGEtbmFtZT0i44Kz44Oz44Od44O844ON44Oz44OIIDI4IOKAkyA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDQ0IDQ0Ij4KICA8Y2lyY2xlIGlkPSLmpZXlhoblvaJfNiIgZGF0YS1uYW1lPSLmpZXlhoblvaIgNiIgY3g9IjIyIiBjeT0iMjIiIHI9IjIyIiBmaWxsPSIjM2FkNjc2Ii8+CiAgPHBhdGggaWQ9IkZvbnRBd3NvbWVfY2hlY2tfIiBkYXRhLW5hbWU9IkZvbnRBd3NvbWUgKGNoZWNrKSIgZD0iTTcuMDYxLDgwLjMuMyw3My41NGExLjAzOSwxLjAzOSwwLDAsMSwwLTEuNDdsMS40Ny0xLjQ3YTEuMDM5LDEuMDM5LDAsMCwxLDEuNDcsMEw3LjgsNzUuMTUxLDE3LjU0NCw2NS40YTEuMDM5LDEuMDM5LDAsMCwxLDEuNDcsMGwxLjQ3LDEuNDdhMS4wMzksMS4wMzksMCwwLDEsMCwxLjQ3TDguNTMxLDgwLjNhMS4wMzksMS4wMzksMCwwLDEtMS40NywwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuNjA1IC01MC44NDkpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
}

.form-check-input:not(:disabled) + .form-check-label {
  cursor: pointer;
}

.form-check-input.is-error + .form-check-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #eb2514;
}

.form-check-label {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}

.form-check-label:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: 0 10px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Kz44Oz44Od44O844ON44Oz44OIXzI4XzUiIGRhdGEtbmFtZT0i44Kz44Oz44Od44O844ON44Oz44OIIDI4IOKAkyA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDQ0IDQ0Ij4KICA8ZyBpZD0i5qWV5YaG5b2iXzYiIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDYiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2QwZDBkMCIgc3Ryb2tlLXdpZHRoPSIxIj4KICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjIyIiBzdHJva2U9Im5vbmUiLz4KICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjIxLjUiIGZpbGw9Im5vbmUiLz4KICA8L2c+CiAgPHBhdGggaWQ9IkZvbnRBd3NvbWVfY2hlY2tfIiBkYXRhLW5hbWU9IkZvbnRBd3NvbWUgKGNoZWNrKSIgZD0iTTcuMDYxLDgwLjMuMyw3My41NGExLjAzOSwxLjAzOSwwLDAsMSwwLTEuNDdsMS40Ny0xLjQ3YTEuMDM5LDEuMDM5LDAsMCwxLDEuNDcsMEw3LjgsNzUuMTUxLDE3LjU0NCw2NS40YTEuMDM5LDEuMDM5LDAsMCwxLDEuNDcsMGwxLjQ3LDEuNDdhMS4wMzksMS4wMzksMCwwLDEsMCwxLjQ3TDguNTMxLDgwLjNhMS4wMzksMS4wMzksMCwwLDEtMS40NywwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuNjA1IC01MC44NDkpIiBmaWxsPSIjZWZlZmVmIi8+Cjwvc3ZnPgo=) no-repeat center;
}

.form-check-label:empty:before {
  margin-right: 0;
}

/******************************************
[form-radio]
******************************************/
.form-radio {
  display: flex;
  align-items: center;
  line-height: 1;
}

.form-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-radio-input:checked + .form-radio-label .form-radio-mark:after {
  opacity: 1;
}

.form-radio-input:not(:disabled) + .form-radio-label {
  cursor: pointer;
}

.form-radio-input.is-error + .form-radio-label .form-radio-mark {
  border: 2px solid #eb2514;
}

.form-radio-label {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.form-radio-label:empty .form-radio-mark {
  margin-right: 0;
}

.form-radio-mark {
  width: 36px;
  height: 36px;
  margin: 0 15px 0 0;
  background: #efefef;
  border-radius: 50%;
}

.form-radio-mark:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #262626;
  border-radius: 50%;
  opacity: 0;
}

/******************************************
[btn]
******************************************/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 72px;
  border-radius: 36px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s;
}

.btn:disabled {
  cursor: default;
}

.btn-green {
  background: #3ad676;
  color: #fff;
}

.btn-green:disabled {
  opacity: 0.3;
}

.btn-black {
  background: #262626;
  color: #fff;
}

.btn-black:hover {
  background: rgba(38, 38, 38, 0.5);
}

.btn-white {
  background: #fff;
  border: 1px solid #bababa;
  color: #262626;
}

.btn-blue {
  background: #005bac;
  color: #fff;
}

.btn-blue:hover {
  background: #1880d9;
}

.btn-center {
  margin-right: auto;
  margin-left: auto;
}

.btn-fit {
  display: inline-flex;
  width: auto;
}

.btn-sm {
  height: 40px;
  padding: 0 25px;
  border-radius: 20px;
  font-size: 14px;
}

/******************************************
[copyBtn]
******************************************/
.copyBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 15px;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #3ad676;
  font-weight: 600;
  color: #3ad676;
  transition: 0.3s;
}

.copyBtn:before {
  content: '';
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8cGF0aCBpZD0iRm9udEF3c29tZV9wZW5jaWwtYWx0XyIgZGF0YS1uYW1lPSJGb250QXdzb21lIChwZW5jaWwtYWx0KSIgZD0iTTE3LjUyOCw1LjA2OCwxNS45MDcsNi42ODlhLjQyMi40MjIsMCwwLDEtLjYsMGwtMy45LTMuOWEuNDIyLjQyMiwwLDAsMSwwLS42TDEzLjAyOC41NjhhMS42OTEsMS42OTEsMCwwLDEsMi4zODcsMGwyLjExMywyLjExM0ExLjY4NSwxLjY4NSwwLDAsMSwxNy41MjgsNS4wNjhaTTEwLjAxNSwzLjU4MS43ODIsMTIuODE0LjAzNywxNy4wODVhLjg0NS44NDUsMCwwLDAsLjk3Ny45NzdsNC4yNzItLjc0OSw5LjIzMi05LjIzMmEuNDIyLjQyMiwwLDAsMCwwLS42bC0zLjktMy45YS40MjcuNDI3LDAsMCwwLS42LDBaTTQuMzg2LDEyLjAyM2EuNDkuNDksMCwwLDEsMC0uN0w5LjgsNS45MTJhLjQ5Mi40OTIsMCwxLDEsLjcuN0w1LjA4MiwxMi4wMjNBLjQ5LjQ5LDAsMCwxLDQuMzg2LDEyLjAyM1pNMy4xMTcsMTQuOTc5SDQuOHYxLjI3NmwtMi4yNjguNEwxLjQ0MywxNS41NTlsLjQtMi4yNjhIMy4xMTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMjQgLTAuMDc1KSIgZmlsbD0iIzNhZDY3NiIvPgo8L3N2Zz4K) no-repeat center;
  background-size: cover;
}

.copyBtn:hover {
  background: #3ad676;
  color: #fff;
}

.copyBtn:hover:before {
  content: '';
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8cGF0aCBpZD0iRm9udEF3c29tZV9wZW5jaWwtYWx0XyIgZGF0YS1uYW1lPSJGb250QXdzb21lIChwZW5jaWwtYWx0KSIgZD0iTTE3LjUyOCw1LjA2OCwxNS45MDcsNi42ODlhLjQyMi40MjIsMCwwLDEtLjYsMGwtMy45LTMuOWEuNDIyLjQyMiwwLDAsMSwwLS42TDEzLjAyOC41NjhhMS42OTEsMS42OTEsMCwwLDEsMi4zODcsMGwyLjExMywyLjExM0ExLjY4NSwxLjY4NSwwLDAsMSwxNy41MjgsNS4wNjhaTTEwLjAxNSwzLjU4MS43ODIsMTIuODE0LjAzNywxNy4wODVhLjg0NS44NDUsMCwwLDAsLjk3Ny45NzdsNC4yNzItLjc0OSw5LjIzMi05LjIzMmEuNDIyLjQyMiwwLDAsMCwwLS42bC0zLjktMy45YS40MjcuNDI3LDAsMCwwLS42LDBaTTQuMzg2LDEyLjAyM2EuNDkuNDksMCwwLDEsMC0uN0w5LjgsNS45MTJhLjQ5Mi40OTIsMCwxLDEsLjcuN0w1LjA4MiwxMi4wMjNBLjQ5LjQ5LDAsMCwxLDQuMzg2LDEyLjAyM1pNMy4xMTcsMTQuOTc5SDQuOHYxLjI3NmwtMi4yNjguNEwxLjQ0MywxNS41NTlsLjQtMi4yNjhIMy4xMTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMjQgLTAuMDc1KSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
}

/******************************************
[progress]
******************************************/
.progress {
  margin: 0 0 50px;
  max-width: 100%;
}
.progress img {
	max-width: 100%;
	display: block;
}

/******************************************
[policy]
******************************************/
.policy {
  padding: 15px 15px 0;
  background: #fff;
}

.policy-content {
  height: 240px;
  padding: 30px 15px;
  border: 1px solid #efefef;
  overflow-y: scroll;
}

.policy-headline {
  margin: 0 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.policy-header-title {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 600;
}

.policy-header-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: '';
}

.policy-header-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: '';
}

.policy-header-content {
  padding: 15px;
  background: #efefef;
}

.policy-footer {
  text-align: right;
  font-size: 13px;
}

.policy-footer::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: '';
}

.policy-footer::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: '';
}

.policy-section {
  margin: 0 0 20px;
}

.policy-section:last-child {
  margin-bottom: 0;
}

.policy-title {
  font-weight: 600;
}

.policy-text {
  font-size: 13px;
}

.policy-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: '';
}

.policy-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: '';
}

.policy-form {
  padding: 15px 0;
}

.policy-required {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.policy-check {
  display: flex;
  justify-content: center;
}

/******************************************
[finish]
******************************************/
.finish {
  padding: 50px 0 40px;
}

.finish-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.finish-description {
  text-align: center;
  font-size: 16px;
}

.finish-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: '';
}

.finish-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: '';
}

/******************************************
[error]
******************************************/
.error {
  flex: 1 0 auto;
  background: #fff;
}

.error-content {
  padding: 120px 0 0;
  text-align: center;
}

.error-headline {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  color: #cfd5d8;
}

.error-catch {
  margin: 0 0 60px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #cfd5d8;
}

.error-title {
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.error-text {
  margin: 0 0 60px;
  font-size: 16px;
}

.error-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: '';
}

.error-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: '';
}
.form-table input {
	border: none;
	outline: none;
	font-size: 16px;
}button#check1,
button#check2 {
	display: block;
	width: 100%;
}.form-row-table tr th span {
	display: block;
	padding-top: 1em;
}header {
	
}
header h1,
header h2 {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}
header h2 {
	color: #FFF;
}
header div#header {
	background: #005bac;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	padding: 1.5em 0;
}main {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding: 3em 0;
	text-align: left;
}
main h3 {
	display: flex;
	align-items: center;
	margin: 40px 0 20px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}
main h3:before {
	content: '';
	width: 10px;
	height: 50px;
	margin: 0 15px 0 0;
	background: #005bac;
}
main div#container section {
	background: #FFF;
	padding: 20px;
}section.confirm {
	margin: 1em auto;
}
section.confirm table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
section.confirm table tr th,
section.confirm table tr td {
	border-bottom: solid 1px #CCC;
	padding: .5em 1em;
	font-weight: normal;
}
section.confirm table tr:last-child th,
section.confirm table tr:last-child td {
	border: none;
}
section.confirm table tr th {
	width: 25%;
	font-size: .8em;
}
section.confirm table tr {
	background: #FFF;
}
section.confirm table tr:nth-child(odd) {
	background: #EEE;
}ul.mfp_error {
	border: solid 2px #900;
	border-radius: 5px;
	padding: 15px;
	background: #FEE;
	margin: 1em auto;
}
ul.mfp_error li {
	color: #900;
	list-style: disc;
	margin-left: 2em;
	padding-bottom: .5em;
}
ul.mfp_error li:last-child {
	padding: 0;
}
p.mfp_error {
	color: #900;
	padding: 0;
	font-weight: bolder;
}
body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}form#mailformpro dl dt {
	float: none;
	width: auto;
	clear: both;
	font-size: 12px;
	padding: 10px 0 0 10px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dt,
form#mailformpro dl dt span {
	vertical-align: middle;
	line-height: 1em;
}
form#mailformpro dl dt span {
	margin-top: -0.3em;
}
form#mailformpro dl dd {
	border: none;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
.mfp_rows {
	clear: both;
}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows select,
.mfp_rows textarea,
form#mailformpro .mfp_rows label {
	width: 100%;
	min-width: 100%;
	word-break: break-all;
	white-space: normal;
}
.mfp_rows .mfp_col1,.mfp_rows .mfp_col2,.mfp_rows .mfp_col3,.mfp_rows .mfp_col4,.mfp_rows .mfp_col5,.mfp_rows .mfp_col6,.mfp_rows .mfp_col7,.mfp_rows .mfp_col8,.mfp_rows .mfp_col9,.mfp_rows .mfp_col10 {
	float: left;
	padding: 0 1.5%;
}
.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}


.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
	box-shadow: 0px 1px 3px #CCC inset;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}

table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	
}div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}


div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}

ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	
}
div.mfp_buttons button#mfp_button_cancel {
	
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}.mfp_element_all {
	max-width: 90%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}
.mfp_element_reset {
	color: #333;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background: gradient(linear, center top, center bottom, from(#F7F7F7), to(#7ECEF4));
	background: -webkit-gradient(linear, center top, center bottom, from(#F7F7F7), to(#7ECEF4));
	background: -moz-linear-gradient(top, #F7F7F7, #7ECEF4);
	background: -ms-linear-gradient(top, #F7F7F7 0%, #7ECEF4 100%);
	box-shadow: 0px 2px 15px #7ECEF4;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}

@media screen and (max-width: 800px) {
* {
	box-sizing: border-box;
}
html,body {
	width: 100%;
}
.form-label {
	min-height: 20px;
	padding-bottom: 0;
	margin: 0;
}.rows .col1,.rows .col2,.rows .col25,.rows .col3,.rows .col33,.rows .col4,.rows .col5,.rows .col6,.rows .col7,.rows .col8,.rows .col9,.rows .col10{
	float: none;
	padding: 5px;
	width: 100%;
}
/******************************************
[form-table]
******************************************/
.form-table {
	max-width: 100%;
}
.form-table tr th,
.form-table tr td {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	position: static;
}
.form-table tr td input,
.form-table tr td input.form-control,
.form-control {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
}
.form-row {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}header h2 {
	padding: 0 1em;
	line-height: 1.3em;
	font-size: 21px;
}
main h3 {
	margin: 1em .5em;
	font-size: 18px;
	line-height: 1.3em;
}
.btn-sm {
	white-space: nowrap;
}
.form-row-table th,
.form-row-table td {
	display: block;
	width: 100%;
}
ul.mfp_error {
	margin: 5px;
}
ul.mfp_error li {
	margin-left: 15px;
}
}

@media print {
html,body {
	background: none;
}
header,footer,nav,form,aside,div#PageTopArrow {
	display: none;
}
div#wrapper {
	width: auto;
}
div#wrapper main {
	width: auto;
	margin: 0;
	padding: 0;
	box-shadow: none;
}
div#wrapper main h2 {
	background: none;
	text-shadow: none;
	color: #000;
	border-bottom: solid 2px #000;
}
div#wrapper main section {
	page-break-inside: avoid;
}

}
div#overlay div#overlay_inner.overlay_loading,
div#mfp_loading {
	background: url(_images/mfp_loading.gif) no-repeat center center;
}

