@charset "UTF-8";

/* form
------------------------------------------------- */
.form-wrap {
  padding: 40px 3% 20px 3%;
  border: 1px solid #ddd;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 40px auto;
}
.form-wrap p {
  margin: 5px 0;
}
.form-wrap.pb-space {
  padding-bottom: 36px;

}
.form-wrap p.check {
  margin: 0;
  padding: 0 5px 16px 5px;
  font-weight: bold;
}
.forms p.back-number {
    border-top: 1px solid #ddd;
    margin-top: 10px;
	padding-top: 20px;
}
.forms dl {
}
.forms dt {
  font-weight: bold;
  background: #f1f2f6;
  padding: 6px 10px 4px 10px;
}
.forms dd {
  padding: 10px 5px 16px 5px;
}
.forms dd.pb-0 {
  padding-bottom: 0;
}
.forms dd textarea.back-number-text {
    height: 100px;
}
.forms dd > dl {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.forms dd > dl dt {
  background: none;
  padding-left: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.forms dd > dl dd {
  padding: 0 0 12px 0;
}
.forms input + span {
  margin-left: 10px;
}
.forms table.check-list {
  width: 100%;
}
.forms table.check-list tr {
  border-bottom: 1px solid #ccc;
  height: 66px;
}
.forms table.check-list td {
  padding: 10px;
}
.forms table.check-list tr td:nth-child(even) {
  width: 120px;
}
.forms table.check-list .checkbox-text {
  display: inline-block;
}
.forms table.check-list .checkbox-text::before {
  top: 5px;
}
.forms table.check-list .checkbox-input:checked + .checkbox-text::after {
  top: 3px;
}
.forms table.check-list.confirm-table tr td {
  vertical-align: top;
}
.forms table.check-list.confirm-table tr td:first-child {
  padding-right: 20px;
}
input.td-copies {
  width: 70px;
}
.label-red {
  color: #e60012;
  border: 1px solid #e60012;
}
.font-red {
  color: #e60012;
}
.label-gray {
  color: #666;
  border: 1px solid #999;
}
.area-form-btn {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px auto;
  font-size: 1.7rem;
}
.area-form-btn input:first-child {
  margin-right: auto;
}
.area-form-btn input:last-child {
  margin-left: auto;
}
.icon-plus span,
.icon-minus span {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	position: relative;
  border: 1px solid #233b6c;
	cursor: pointer;
  align-items: center;
  margin-right: 5px;
  top: 3px;
}
.icon-plus span::before,
.icon-plus span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 55%;
	width: 75%;
	height: 2px;
	margin: -8% 0 0 -42%;
	background: #233b6c;
}
.icon-plus span::after {
	transform: rotate(90deg);
}
.icon-minus span::before {
	display: block;
	content: "";
	position: absolute;
	top: 55%;
	left: 55%;
	width: 75%;
	height: 2px;
	margin: -8% 0 0 -42%;
	background: #233b6c;
}
.g-recaptcha > div {
  margin: auto auto 2em;
}
.error {
  color: #f00;
  background: #ffeced;
  padding: 10px;
  margin-bottom: 1em;
}


/* # ============================================================
   # 0~767pxここから
   # ============================================================ */
@media only screen and (max-width: 767px) {

  

  /* form
------------------------------------------------- */
.form-wrap {
  padding: 0;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.form-wrap.pb-space {
  padding-bottom: 20px;

}
.forms dl {
  padding: 0;
  border: none;
}
.forms dl dd.two-items .w-10, .forms dl dd.two-items input.w-10{
  width: 70px;
}
.forms table.check-list tr {
  border-bottom: none;
}
.forms table.check-list td {
  display: block;
  padding-bottom: 0;
}
.forms table.check-list tr td:nth-child(even) {
  width: auto;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.forms table.check-list.confirm-table tr td:nth-child(even) {
  padding-left: 10px;
}
.area-form-btn {
  display: block;
  margin-bottom: 20px;
}
.area-form-btn .btn-cancel {
  margin-bottom: 10px;
}




}

