
/* --------------------------------------------------
	 9. iFrame
-------------------------------------------------- */
#content.form_group {
  padding-top: 48px;
  pointer-events: none;
}
.iframe .thanks {
  max-width: 90%;
  margin: 0 auto;
  padding: 1em;
}
.iframe label input[type='checkbox'] + span,
.iframe label input[type='radio'] + span {
  padding-left: 8px;
}
.iframe form {
  width: 100%;
}
.iframe .attention {
  color: #e6374b;
}
.iframe .required {
  padding-left: 1em;
  color: #e6374b;
}
.iframe .errors {
  color: #e6374b;
}
.iframe table {
  margin: 1em 0 3em;
}
.iframe table .required {
  padding-left: 0;
}
.iframe label {
  cursor: pointer;
}
.iframe .focus_text {
  padding: 0;
}
.iframe .message {
  margin: 2em 0;
}
.iframe .buttons {
  padding-top: 1em;
}
.iframe input[type='text'].calendar {
  width: 12em;
  background-image: url(../_common_img/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 30px;
}
.iframe .datetime .guide {
  color: #4d4d4d;
  font-size: 0.75rem;
  line-height: 1;
}

h2 {
    margin-bottom: 0.5em;
    color: #4d4d4d;
    font-size: 1.875rem;
    font-weight: normal;
    text-align: center;
}
.thanks div {
  text-align: center;
}
table.simple_table {
  margin: 2em auto;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
table.simple_table th,
table.simple_table td {
  border-top: 1px solid #e6e6e6;
}
table.simple_table th {
  color: #000;
  white-space: nowrap;
  background-color: transparent;
}
table.simple_table thead {
  line-height: 1.4;
}
table.simple_table tbody.text_center th,
table.simple_table tbody.text_center td {
  text-align: center;
}

table.simple_table th, table.simple_table td {
    text-align: left;
    vertical-align: middle;
    padding: 1em 2em;
}

input[type='text'], input[type='password'], select, textarea {
    width: 100%;
}
select, textarea, input[type='text'], input[type='date'], input[type='email'], input[type='password'] {
    padding: 9px 12px;
    background-color: #e6e6e6;
    border: none;
    outline: none;
    box-shadow: none;
}
textarea, input[type='text'], input[type='date'], input[type='email'], input[type='password'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select, textarea, input[type='text'], input[type='date'], input[type='email'], input[type='password'] {
    margin: 5px;
    padding: 6px;
    border: 1px solid #444;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
input, select {
    vertical-align: middle;
}
.buttons {
    text-align: center;
}
.basic_btn {
    position: relative;
    display: inline-block;
    margin: 0.5em;
    padding: 1.25em 2em;
    width: 320px;
    max-width: 100%;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    background: linear-gradient(to right, #24bbe5, #2585c6);
    border: none;
    border-radius: 3em;
    border: none;
    outline: none;
    cursor: pointer;
}

.iframe_contact_input .text_center {
	text-align: center;
}

#formcontents {
	background-color: white;
	padding-top: 20px;
	overflow-y: scroll;
	height: 95%;
}

#consent {
	border :0;
	margin: 0 20px;
	padding-top: 25px;
}
.simple_table p{
		padding-top: 15px;
	}
.input{
	padding-left: 15px;
	padding-right: 15px;
}


  @media screen and (max-width: 768px) {
  .checkbox-group {
    display: flex;
    flex-direction: column;
  }
}