@charset "UTF-8";
/***************************************
 *
 *subpage CSS
 *
 *2019/XX
 *
 ****************************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
.trans_txt_parent .inner {
  overflow: hidden; }
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(100px); }

.scroll_fadein {
  transform: translateY(100px);
  opacity: 0; }

.mgt0 {
  margin-top: 0 !important; }

.tac {
  text-align: center !important; }

#content.subpage .contact_form input[type="email"], #content.subpage .contact_form input[type="phone"], #content.subpage .contact_form input[type="text"], #content.subpage .contact_form textarea {
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f5f5f5; }
#content.subpage .contact_form textarea {
  min-height: 200px; }
#content.subpage .contact_form table tr td {
  width: 83%; }
#content.subpage .contact_form table tr th {
  border: none;
  width: 17%; }
  #content.subpage .contact_form table tr th.req:before {
    content: "必須";
    font-size: 14px;
    padding: 2px 7px;
    display: inline-block;
    margin-right: 5px;
    background: red;
    color: #fff;
    font-weight: normal; }

/*# sourceMappingURL=subpage.css.map */
