@charset "UTF-8";
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.l-container {
  width: 960px;
  margin: 0 auto;
}

button, input, select, textarea {
  font-family: inherit;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="submit"] {
	border-left: 1px solid #A06646;
	border-right: 1px solid #A06646;
	border-bottom: 1px solid #A06646;
	border-top: 1px solid #A06646;
	background-color: #F4EBE6;
	border-radius: 0;
}

input:focus,
textarea:focus {
  background-color: #fff;
}

textarea {
	border-left: 1px solid #A06646;
	border-right: 1px solid #A06646;
	border-bottom: 1px solid #A06646;
	border-top: 1px solid #A06646;
	background-color: #F4EBE6;
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.c-line1 {
  border-top: 1px solid #CCC;
  margin: 30px 0;
  padding: 0px;
  line-height: 1;
}

.c-line1 hr {
  display: none;
}

.entry-content {
  padding: 0;
  margin-bottom: 20px;
}

.fsBody {
  padding: 0px !important;
}

.fsBody h1 {
	font-size: 2rem;
}

.fsBody h3 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #5E3C29;
}

.fsBody p {
  font-size: 1.6rem;
  margin: 10px 0 15px;
  line-height: 1.6;
}

.fsBody p span {
	font-size: 1.2rem;
}

.fsBody .fsRequiredMarker {
  color: #ed1010;
  margin: 0 2px;
}

.fsBody .fsForm {
  margin: 0px auto !important;
  padding: 30px 0 !important;
}

.fsBody .fsFieldRow, .fsBody .fsRowBody {
  margin-bottom: 20px !important;
}

.fsBody .fsLabel, .fsBody label {
	cursor: pointer;
	font-size: 1.4rem;
	color: #757575;
}

.fsBody .fsLabelWidth {
	font-size: 1.4rem;
	width: 165px;
	float: left;
}

.fsBody input, .fsBody textarea, .fsBody .fsSupporting {
  width: 795px;
  font-size: 1.2rem;
}

.fsBody .fsSubmit {
  margin-left: 165px;
}

.fsBody .fsSubmit .fsSubmitButton {
	width: 114px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right: 30px;
}

.fsBody .fsSubmit .fsblack {
	background-color: #B63F3F;
	color: #fff;
	border: none;
}

.fsBody .fz16 {
  font-size: 1.6rem;
}

.fsBody .fz13 {
  font-size: 1.3rem;
}

.fsBody .fsSupporting {
  *zoom: 1;
  width: 795px;
  margin-left: 165px;
}

.fsBody .fsSupporting:after {
  display: block;
  content: "";
  clear: both;
}

.fsBody .fsSupporting .fz12 {
  font-size: 1.2rem;
  float: left;
  margin-top: 4px;
}

.fsBody .fsSupporting ul {
  *zoom: 1;
}

.fsBody .fsSupporting ul:after {
  display: block;
  content: "";
  clear: both;
}

.fsBody .fsSupporting ul li {
	text-align: center;
	float: left;
	width: 50px;
	margin: 5px 5px;
	padding: 5px 0;
}

.fsLabelVertical .fsLabel {
  margin-bottom: 5px !important;
}

.fsLabelVertical .fieldset-content label {
  cursor: pointer;
  width: auto;
}

.fsRowBody input[type=email],
.fsRowBody input[type=number],
.fsRowBody input[type=tel],
.fsRowBody input[type=text] {
  height: 28px !important;
}

.fsRowBody input[type=checkbox],
.fsRowBody input[type=radio] {
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  -webkit-appearance: none;
  position: relative;
  float: left;
  margin: 0 7px 0 0;
  padding: 0;
  border: 1px solid #000;
  vertical-align: middle;
  overflow: hidden;
}

.fsRowBody input[type=checkbox]:before,
.fsRowBody input[type=checkbox]:checked:before,
.fsRowBody input[type=radio]:before,
.fsRowBody input[type=radio]:checked:before {
  content: '';
  display: inline-block;
  margin-top: 0;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

.fsRowBody .span_mt {
  margin-top: 10px;
  margin-left: 165px;
}

.fsForm input:focus {
  -webkit-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
          box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0 !important;
}

.fsRowBody input[type=checkbox]:checked:before {
  border-color: #595d64;
  background-color: #595d64;
  background-image: url("../img/form/img_check.png");
  -webkit-background-size: 55% 55%;
          background-size: 55%;
  background-position: 32%;
  background-repeat: no-repeat;
}

.fieldset-content .fsOptionLabel.horizontal {
  margin-right: 20px;
  float: left;
}

label.fsOptionLabel {
  line-height: 28px;
  cursor: pointer;
}

/*.@media screen max767
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-container {
    width: auto;
  }
  .p-form {
    margin: 0 20px;
    width: auto;
  }
  .fsBody h1 {
    font-size: 1.4rem;
  }
  .fsBody h3 {
	font-size: 1.4rem;
	font-weight: normal;
  }
  .fsBody p {
	font-size: 1.5rem;
  }
  .fsBody p span {
	font-size: 1.4rem;
  }
  .fsBody .fsForm {
    padding: 10px 0 !important;
  }
  .fsBody .fsLabel, .fsBody label {
	font-size: 1.4rem;
  }
  .fsBody .fsLabelWidth {
    width: 100%;
    font-size: 1rem;
  }
  .fsBody .fsSubmit {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .fsBody .fsSubmit .fsSubmitButton {
    width: 92px;
    height: 48px;
  }
  .fsBody .fz16 {
    font-size: 1.2rem;
  }
  .fsBody input, .fsBody textarea, .fsBody .fsSupporting {
    width: 100%;
    margin-left: 0;
    font-size: 1rem;
  }
  .fsBody .fz13 {
    font-size: 1rem;
  }
  .fsBody .fsSupporting {
    width: 100%;
    margin-left: 0;
  }
  .fsBody .fsSupporting p {
    margin-right: 40px;
    margin-top: 0;
  }
  .fsBody .fsSupporting ul {
    width: 100%;
  }
  .fsBody .fsSupporting ul table th {
    width: 20%;
    font-weight: none;
  }
  .fsBody .fsSupporting ul table td {
    width: 80%;
  }
  .fsBody .fsSupporting ul li {
    padding: 5px 0;
  }
}
