.ps-contact {
  padding-top: 20px;
/* table
  ============================== */
/*Radioのみ*/
/*RadioとText*/
/*CheckBox */
/*CheckBoxとText */
}
.ps-contact p.inf {
  padding: 0px 10px;
}
.ps-contact ul.attention {
  margin: 0px 0px 0px 20px;
}
.ps-contact ul.attention > li {
  margin: 0px 0px 5px 0px;
}
.ps-contact .caution {
  list-style-position: inside;
}
.ps-contact .pp a {
  color: #1356a2;
  text-decoration: underline;
}
.ps-contact span.error {
  font-size: 0.8em;
  color: #fd0206;
  background: url("/assets/img/privacy_system/user/contact/icon_caution.png") left top no-repeat;
  background-size: 18px;
  padding: 0rem 0 0 25px;
  margin-left: 4px;
  min-height: 18px;
  display: inline-block;
}
.ps-contact td.error {
  background-color: #fcd2fa;
}
.ps-contact .fmerror {
  background-color: #fcb8f3;
}
.ps-contact h2 {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: rgba(237,103,16,0.1);
  padding: 12px 15px 12px 15px;
  border-bottom: 2px solid #ed6710;
  margin-bottom: 20px;
}
.ps-contact h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.ps-contact .bt {
  padding: 10px 0px;
  text-align: center;
  clear: both;
}
.ps-contact .btn {
  max-width: 900px;
  padding: 10px 0px;
  text-align: center;
  clear: both;
}
.ps-contact .btn input,
.ps-contact .btn button {
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  padding: 5px 20px;
  font-weight: bold;
  cursor: pointer;
  color: #666;
  background: -moz-linear-gradient(top, #fff, #f1f1f1 1%, #f1f1f1 50%, #dfdfdf 99%, #ccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #f1f1f1), color-stop(0.5, #f1f1f1), color-stop(0.99, #dfdfdf), to(#ccc));
}
.ps-contact .btn input:hover,
.ps-contact .btn button:hover {
  background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}
.ps-contact .btn input:active,
.ps-contact .btn button:active {
  background: #ccc;
  padding: 6px 20px 4px;
}
.ps-contact .custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  background-color: #fff;
}
.ps-contact .custom > select {
  width: 130%;
  padding: 0.6em 2.4em 0.6em 0.6em;
  font-size: 1.5rem;
  -webkit-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #d0c7c4;
}
.ps-contact .custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  display: block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=") center no-repeat;
  pointer-events: none;
}
.ps-contact .custom > select {
  width: auto;
}
.ps-contact form td p {
  padding-left: 25px;
}
.ps-contact form dl {
  margin: 0px 10px;
}
.ps-contact form dt {
  clear: left;
  font-weight: bold;
  margin: 10px 0px 3px 0px;
}
.ps-contact form dt span {
  font-weight: normal;
  font-size: 0.8em;
}
.ps-contact form dt span.must {
  color: #f00;
}
.ps-contact form dt span.comment {
  font-weight: normal;
  font-size: 1em;
}
.ps-contact form dd p {
  padding-left: 25px;
}
.ps-contact .form-table {
  width: 900px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed;
}
.ps-contact .form-table th {
  margin: 0;
  padding: 3px 5px 3px 10px;
  color: #000;
  vertical-align: top;
  background: url("../images/shared/contents/table_th_bg.gif") #fefce0 repeat-y left top;
  border: 1px solid #d0c7c4;
  font-weight: bold;
  text-align: left;
  width: 300px;
}
.ps-contact .form-table td {
  margin: 0;
  padding: 3px 5px;
  color: #000;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #d0c7c4;
  vertical-align: middle;
}
.ps-contact .form-table td.form-table_startBtn {
  text-align: center;
  vertical-align: middle;
}
.ps-contact .form-table p {
  margin: 0 !important;
  padding: 0;
  font-size: 0.9em;
}
.ps-contact .form-table .attention {
  font-weight: normal;
}
.ps-contact .form-table .must {
  font-weight: normal;
  color: #f00;
}
.ps-contact .form-table .note {
  font-weight: normal;
  font-size: 0.7em;
}
.ps-contact .form-table .comment {
  margin: 5px 0 !important;
}
.ps-contact .form-table .filename {
  margin: 5px 0 30px 0 !important;
}
.ps-contact input[type="text"] {
  padding: 3px;
  border: 1px solid #d0c7c4;
}
.ps-contact input[type="email"] {
  border: 1px solid #d0c7c4;
}
.ps-contact input[type="tel"] {
  border: 1px solid #d0c7c4;
}
.ps-contact input[type="file"] {
  padding: 3px;
  border: 1px solid;
}
.ps-contact input[type="password"] {
  padding: 3px;
  border: 1px solid;
}
.ps-contact textarea {
  padding: 3px;
  border: 1px solid #d0c7c4;
  width: 500px;
  height: 100px;
}
.ps-contact select {
  padding: 3px;
}
.ps-contact label.radio {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.ps-contact label.radio:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  background-color: #d65;
}
.ps-contact label.radio input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0px;
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -23px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 20px 0px #fff;
}
.ps-contact label.radio input[type="radio"]:checked {
  box-shadow: none;
}
.ps-contact label.radio input[type="radio"]:focus {
  box-shadow: 20px 0px #fff;
  opacity: 0.2;
}
.ps-contact label.radio_text {
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
  height: 25px;
  padding-top: 5px;
}
.ps-contact label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 50%;
  left: 0px;
  top: 4px;
  content: '';
  z-index: 3;
}
.ps-contact label.radio_text:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 7px;
  background-color: #d65;
  z-index: 1;
}
.ps-contact label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
.ps-contact label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}
.ps-contact label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}
.ps-contact label.checkbox {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.ps-contact label.checkbox input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  left: -40px;
  box-shadow: 39px 0px #fff;
  z-index: 2;
}
.ps-contact label.checkbox input[type="checkbox"]:checked {
  box-shadow: none;
}
.ps-contact label.checkbox input[type="checkbox"]:checked:focus {
  box-shadow: 39px 0px #666;
  opacity: 0.1;
}
.ps-contact label.checkbox input[type="checkbox"]:focus {
  box-shadow: 39px 0px #eee;
}
.ps-contact label.checkbox:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #d65;
  border-bottom: 3px solid #d65;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}
.ps-contact label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  box-sizing: border-box;
  height: 25px;
}
.ps-contact label.checkbox_text:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 2px;
  border: 1px solid #b3b3b3;
  z-index: 3;
}
.ps-contact label.checkbox_text:after {
  content: '';
  position: absolute;
  top: 48%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #d65;
  border-bottom: 3px solid #d65;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}
.ps-contact label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.ps-contact label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}
.ps-contact label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.ps-contact label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #eee;
}
.ps-contact .btn_area {
  width: 80%;
  min-height: 70px;
}
.ps-contact .btn_l {
  float: left;
  height: 70px;
}
.ps-contact .btn_r {
  float: right;
  height: 70px;
}
.ps-contact .entry-note {
  margin-top: 30px;
  clear: both;
}
.ps-contact .attention_message {
  font-size: 150%;
  line-height: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .ps-contact .form-table {
    width: 100%;
  }
  .ps-contact .form-table th {
    width: 100%;
  }
  .ps-contact .form-table th.startTh {
    width: auto;
  }
  .ps-contact .form-table-contact th {
    width: 100%;
    display: block;
  }
  .ps-contact .form-table-contact td {
    width: 100%;
    display: block;
  }
  .ps-contact .form-table-contact input {
    width: 100%;
  }
  .ps-contact textarea {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .ps-contact .form-table th.startTh {
    width: 450px;
  }
}
