<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************************
	Contact - className :Contact
***********************************************************************/
@media only screen and (max-width: 936px) {
  #Contact input {
    padding: 10px;
  }
}
#Contact .Contact_01,
#Contact .Contact_02,
#Contact .Contact_03 {
  padding: 0 20px;
}

.Contact_ttl {
  text-align: center;
}

.note {
  margin-bottom: 20px;
}

.checkbox {
  display: none;
}

.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}

.checkbox + .checkbox-icon:before {
  content: "\f096";
  font-family: 'FontAwesome';
  color: #ccc;
  font-size: 20px;
}

.checkbox:checked + .checkbox-icon:before {
  content: "\f046";
  color: #0068b7;
}

.privacy_check {
  text-align: center;
}
.privacy_check .privacy_check_link {
  display: block;
  color: #333;
  text-decoration: underline;
}

/*!***************************************************************
 *  table_box
 ****************************************************************/
.m-table_box_err {
  width: 100%;
  display: table;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.m-table_box .table_box-row li span.caution {
    font-size: 14px;
    font-weight: normal;
    margin-left: 1em;
}


/*!***************************************************************
 * ç•ªåœ°ãƒ»å»ºç‰©åå¯¾å¿œ
 ****************************************************************/
#personal-data.m-table_box .table_box-row &gt; * {
  width: 80%;
}
#personal-data.m-table_box .table_box-row &gt; .bg-color-light_gray {
  width: 20%;
}
#personal-data.m-table_box [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#personal-data.m-table_box .table_box-row &gt; li:after {
  clear: both;
  display: block;
  content: " ";
}
#personal-data.m-table_box .table_box-row &gt; li .address_note {
  font-weight: normal;
  font-size: 12px;
  float: left;
  margin-top: 10px;
}
#personal-data.m-table_box .table_box-row &gt; li .require {
  float: left;
  width: 100%;
}
</pre></body></html>