@charset "utf-8";

body {
  font-size: 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0 10px;
  width: auto;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input, select, textarea {
  font-size: 14px !important;
}

.pc {
  display: none !important;
}
.pc-ib {
  display: none !important;
}

.sp {
  display: block !important;
}
.sp-ib {
  display: inline-block !important;
}


/*------------------------------------------------------------------------------
  comment
------------------------------------------------------------------------------*/



input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
}

textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

.txt-required {
  margin-bottom: 30px;
}

.txt-required:before {
  position: absolute;
  top: 2px;
  left: 0;
}

.contact-form .form-table,
.contact-form .form-table tbody,
.contact-form .form-table tr,
.contact-form .form-table th,
.contact-form .form-table td
{
  display: block;
  width: 100%;
  border-bottom: none;
}



.contact-form .form-table {
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
}

.contact-form .form-table th {
  padding: 8px 10px;
}

.contact-form .form-table td {
  padding: 10px;
}

.contact-form .form-table textarea {
  height: 200px;
}

/*--------
f01
----------*/

.f01 .form-table th,
.f01 .form-table td {
  border: 1px solid #d7d7d7;
  border-width: 1px 1px 0 1px;
}

/*--------
  f02
----------*/

.f02 .form-table {
  margin-left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
}


/*--------
  f03
----------*/

.f03 .form-table th {
  background: #fff;
  padding: 15px 15px 0;
}

.f03 .form-table td {
  border-top: none;
}

.f03 .form-table th,
.f03 .form-table td {
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}

.f03 .form-table tr:nth-child(odd) th,
.f03 .form-table tr:nth-child(odd) td {
  background: #ffecea;
}



/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
/*:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}