@charset "UTF-8";
body#contact .stepImg {
  text-align: center;
}

body#contact .stepImg p {
  font-size: 14px;
  margin-top: 60px;
}

body#contact .wcm-inner {
  max-width: 945px;
  margin: 0 auto 120px;
}

body#contact .tableContact {
  margin-top: 50px;
}
body#contact .tableContact.another {
  margin-top: 0;
  width: 100% !important;
}
body#contact .tableContact.another .w100 {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px !important;
  font-weight: bold;
  vertical-align: top;
  padding: 30px 0;
  text-align: left;
  line-height: 1.5em;
}
body#contact .tableContact.another .w100.no-border {
  border: none;
}

body#contact .tableContact input[name=pref_old] {
  width: 111px;
}

body#contact .tableContact input[name=city_old] {
  width: 162px;
}

input[name=tel1_old],
input[name=tel2_old],
input[name=tel3_old],
input.wd-tel {
  width: 90px;
}

body#contact .tableContact input#pref,
body#contact .tableContact input#pref {
  width: 111px;
}

body#contact .tableContact input#city,
body#contact .tableContact input#city {
  width: 162px;
}

body#contact .tableContact .js-ajaxZip {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
  font-size: 12px;
  color: #000;
  padding: 10.5px 19px;
  margin-left: 10px;
  cursor: pointer;
}

.contactform ul label .js-ajaxZip {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
  font-size: 13px;
  padding: 4px 18px;
  margin-left: 10px;
  cursor: pointer;
  color: red;
}

#productsBox p {
  border-bottom: 1px dotted #ccc;
  padding: 35px 0 10px 0;
  clear: both;
  font-weight: bold;
}

#productsBox li {
  float: left;
  margin: 0 15px 0 0;
}

#productsBox ul {
  width: 100%;
  float: left;
}

label.cbc {
  padding-left: 15px;
}

.select,
.select2,
.select3,
.select4,
.select5,
.select6 {
  background: #f6f6f6;
}

.kankaku {
  height: 15px;
}

.attention_day {
  font-size: 16px;
  text-decoration: underline;
  color: #e9253e;
  font-weight: bold;
}

.attention dt {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 20px 0;
  margin-bottom: 20px;
  color: #e9253e;
}

.attention dd {
  line-height: 1.8em;
  font-size: 14px;
  font-weight: bold;
}

.attention dd span {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
}

.wdm {
  width: 47%;
}

.privacybox {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 15px 0;
  background: #f5f5f5;
}

.privacybox dl dt {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  line-height: 1.8em;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.privacybox dl dd {
  line-height: 1.8em;
}

.attention_red {
  color: red;
  border: 1px solid red;
  padding: 15px;
}

span.readtext {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -0.9em;
}

.formError {
  padding-bottom: 13px;
  display: block;
}

.fixed {
  padding-bottom: 0px;
}

.formError .formErrorClose {
  border: solid #252525 2px;
  border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  position: absolute;
  top: -4px;
  right: -4px;
  color: #efefef;
  background: #333;
  font-weight: bold;
  text-align: center;
  line-height: middle;
  cursor: pointer;
  box-shadow: 1px -1px 3px #888;
  -moz-box-shadow: 1px -1px 3px #888;
  -webkit-box-shadow: 1px -1px 3px #888;
  _z-index: 2;
}

.formError .formErrorClose:hover {
  background: #666;
}

.fixed .formErrorClose {
  display: none;
}

.formError .formErrorContent {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 6px 10px;
  width: 180px;
  position: relative;
  color: #fff;
  background: #252525;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 11px;
  box-shadow: 0px 0px 6px #888;
  -moz-box-shadow: 0px 0px 6px #888;
  -webkit-box-shadow: 0px 0px 6px #888;
  margin: 0 0 0 0;
  _z-index: 1;
}

.fixed .formErrorContent {
  margin-top: 0.5em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #f60;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 30px 0;
}

.fadeOut {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.formError .formErrorArrow {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin: 0 0 0 0;
  _z-index: 0;
}

.fixed .formErrorArrow {
  display: none;
}

.formError .formErrorArrowBottom {
  margin: -6px;
  top: 0;
}

.fixed .formErrorArrowBottom {
  display: none;
}

.formError .formErrorArrow div {
  margin: 0 auto;
  display: block;
  height: 1px;
  background: #252525;
  line-height: 0px;
  font-size: 0px;
  box-shadow: 0px 2px 3px #888;
  -moz-box-shadow: 0px 2px 3px #888;
  -webkit-box-shadow: 0px 2px 3px #888;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.formError .formErrorArrow .line10 {
  width: 19px;
}

.formError .formErrorArrow .line9 {
  width: 17px;
}

.formError .formErrorArrow .line8 {
  width: 15px;
}

.formError .formErrorArrow .line7 {
  width: 13px;
}

.formError .formErrorArrow .line6 {
  width: 11px;
}

.formError .formErrorArrow .line5 {
  width: 9px;
}

.formError .formErrorArrow .line4 {
  width: 7px;
}

.formError .formErrorArrow .line3 {
  width: 5px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

/* common form
================================= */
.hid_url {
  display: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background: none;
  font: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input[type=text],
input[type=email] {
  width: 100%;
  padding: 14.5px 25px;
  box-sizing: border-box;
  border-radius: 3px;
}

input[type=number] {
  padding: 14.5px 25px;
  box-sizing: border-box;
  border-radius: 3px;
}

input[type=tel] {
  padding: 14.5px 25px;
  box-sizing: border-box;
  border-radius: 3px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=radio] {
  opacity: 0;
  visibility: hidden;
  width: 1;
}

input[name=tel1],
input[name=tel2],
input[name=tel3] {
  width: 100%;
}

input[name=fax1],
input[name=fax2],
input[name=fax3] {
  width: 100%;
}

/**
.agree_box{
  float: left;
  width: 48%;
}
.agree_box2{
  float: right;
  width: 48%;
}*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  width: 100%;
  height: 157px;
  border-radius: 3px;
  padding: 14.5px 25px;
  line-height: 1.7;
}

input[type=reset],
input[type=submit],
input[type=button] {
  cursor: pointer;
}

button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

select {
  width: 100%;
  padding: 18px 25px;
  background: #f6f6f6 url(../../img/form/arrow.png) no-repeat right 25px center;
  background-size: 9px 8px;
  border-radius: 3px;
}

select::-ms-expand {
  display: none;
}

select[disabled] {
  pointer-events: none;
  background-color: #e8e6e5;
}

/* table contact
================================= */
.tableContact {
  width: 100%;
}

.tableContact ul label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.tableContact ul label span {
  position: relative;
  display: block;
  padding-left: 18px;
}

.tableContact ul label span:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tableContact ul label input:checked + span:after {
  display: block;
}

.tableContact ul label span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e9253e;
  position: absolute;
  border-radius: 100%;
  top: 4px;
  left: 2px;
  display: none;
}

.tableContact label span.check {
  position: relative;
  display: block;
  padding-left: 18px;
  margin: 0 0 15px 0;
}

.tableContact label span.check:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 3px;
}

.tableContact label input:checked + span.check:after {
  display: block;
}

.tableContact label span.check:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e9253e;
  position: absolute;
  border-radius: 100%;
  top: 5px;
  left: 2px;
  display: none;
}

body#contact .contactform .tableContact tr:nth-child(7) th {
  border-bottom: 1px solid #d7d7d7 !important;
  background: none !important;
}

body#contact .contactform .tableContact tr:nth-child(7) td {
  border-bottom: 1px solid #d7d7d7 !important;
  background: none !important;
}

/*** custom checkboxes ***/
.agree_box {
  text-align: center;
  background: #f5f5f5;
  padding: 15px 0;
}

.agree_box label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.agree_box2 {
  text-align: center;
  background: #f5f5f5;
  padding: 15px 0;
}

.agree_box2 label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.agree_box label:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #222;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.agree_box label:after {
  content: "";
  width: 6px;
  height: 3px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  left: 3px;
  top: -3px;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
  display: none;
}

.agree_box2 label:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #222;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.agree_box2 label:after {
  content: "";
  width: 6px;
  height: 3px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  left: 3px;
  top: -3px;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
  display: none;
}

.agreeboxx {
  float: left;
  margin: 20px 0;
  width: 100%;
}

.agree_box input:checked + label:after {
  display: block;
}

.agree_box2 input:checked + label:after {
  display: block;
}

.ararttext {
  text-align: center;
  margin: 20px 0 0 0;
}

.tableContact th {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  width: 29%;
  font-size: 14px !important;
  font-weight: bold;
  vertical-align: top;
  padding: 30px 0;
  text-align: left;
  line-height: 1.5em;
}

.tableContact th em {
  color: #fff;
  display: inline-block;
  background: #e9253e;
  font-size: 14px;
  padding: 5px 7px;
  border-radius: 3px;
  float: right;
  margin-top: -4px;
  font-weight: bold;
}

.tableContact td {
  padding: 15px 0 15px 20px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  width: 79%;
  vertical-align: middle;
}

.tableContact .dairitendis .relative-delar {
  position: relative;
  line-height: 1.4;
}

.tableContact ul .relative-delar label span:after {
  top: 31%;
}

.tableContact .dairitendis .relative-delar .show-table {
  position: absolute;
  right: 0;
  top: 12px;
  width: 63%;
}

.tableContact .dairitendis .relative-delar .show-table tr {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.tableContact .show-table-th {
  border: none;
  padding: 0;
  width: 41%;
  margin-right: 10px;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.tableContact .show-table-th span {
  display: inline-block;
  width: 71%;
}

.tableContact .show-table-td {
  border: none;
  padding: 0;
  width: 59%;
}

.tableContact .show-table-th em {
  padding: 3px 7px;
  font-size: 10px;
  display: inline-block;
  width: auto;
}

.tableContact .show-table-td input {
  padding: 10px;
}

.tableContact .bg-gray {
  background: #f6f6f6;
}

.tableContact .bg-gray2 {
  background: #bababa;
}

.tableContact .txt-gray {
  color: #959595;
  vertical-align: middle;
}

.tableContact .m5 {
  margin: 0 5px;
}

.tableContact .mr5 {
  margin: 0 5px 0 0;
}

.tableContact .js-select {
  color: #959595;
}

.tableContact .js-select.place-txt {
  color: #000;
}

.contact-btn {
  max-width: 752px;
  padding: 0 20px;
  margin: 45px auto 0;
  display: flex;
}

.contact-btn p {
  flex: 1;
}

.contact-btn .taR {
  max-width: 350px;
  height: 70px;
  background: #bebebe;
  color: #fff;
  display: block;
  border-radius: 6px;
}

.contact-btn .taR a {
  display: block;
  color: #000000;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
}

.contact-btn .taR a:hover {
  opacity: 0.65;
}

.contact-btn .taC {
  margin: 0;
}

.contact-btn .taC button {
  border: none;
  color: #fff;
  background: #000;
  font-size: 16px;
}

.taC {
  margin-top: 35px;
  text-align: center;
}

.taC button {
  font-size: 14px;
  border: 1px solid #000;
  width: 350px;
  display: block;
  height: 70px;
  border-radius: 6px;
  margin: 0 auto;
  color: #000;
}

.taC button:hover {
  opacity: 0.65;
}

.content-thank {
  margin: 117px auto 235px;
}

.content-thank .containerIndexThx {
  margin: 82px 0 0;
  text-align: center;
}

.content-thank .containerIndexThx h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 28px;
}

.content-thank .containerIndexThx p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.16em;
}

.content-thank .containerIndexThx a {
  display: block;
  margin: 65px auto 0;
  line-height: 70px;
  width: 350px;
  height: 70px;
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
}

.content-thank .containerIndexThx a:hover {
  opacity: 0.65;
}

.contactform ul label span em {
  color: #DD0000;
  font-size: 14px;
  padding: 5px 7px;
  border-radius: 3px;
  margin-top: -4px;
  font-weight: bold;
  border: 1px solid #DD0000;
  border-block-color: #DD0000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tableContact th {
    padding: 42px 0 30px;
  }
  .tableContact th em {
    margin-top: -10px;
    padding: 5px 7px 0;
    line-height: 22px;
  }
  .taC button {
    line-height: 73px;
  }
  .tableContact .js-ajaxZip {
    padding: 12px 19px 10px;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tableContact th {
    width: 25%;
  }
  .tableContact td {
    width: 75%;
  }
  input[type=text]::-ms-clear {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body#contact .stepImg picture img {
    width: 230px;
  }
  body#contact .stepImg p {
    text-align: left;
    letter-spacing: 0.06em;
    margin-top: 40px;
  }
  body#contact .wcm-inner {
    margin: 0 auto 60px;
  }
  body#contact .tableContact {
    margin-top: 35px;
  }
  input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
    padding: 14.5px 15px;
  }
  input[name=tel1],
input[name=tel2],
input[name=tel3] {
    width: 26%;
  }
  select {
    font-size: 13px;
    padding: 18.5px 15px;
    background: #f6f6f6 url(../../img/form/arrow.png) no-repeat right 15px center;
    background-size: 9px 8px;
  }
  textarea {
    padding: 14.5px 15px;
  }
  .tableContact {
    overflow: hidden;
  }
  .tableContact .dairitendis .relative-delar .show-table {
    position: static;
    width: 100%;
    margin: 10px 0;
  }
  .tableContact .dairitendis .relative-delar .show-table tr {
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
  }
  .step1 .tableContact .show-table-th {
    border: none;
    padding: 0;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 12px !important;
  }
  .step1 .tableContact .show-table-th:first-child {
    border: none;
  }
  .step1 .tableContact .show-table-th em {
    margin: 0 5px 0 0;
  }
  .step1 .tableContact .show-table-td {
    border: none;
    padding: 0;
    width: 100%;
  }
  .tableContact th {
    font-size: 14px;
    letter-spacing: 0.07em;
    padding: 0;
  }
  .tableContact th em {
    float: none;
    font-size: 12px;
    padding: 4px 6px;
    margin-left: 5px;
  }
  .tableContact .m5 {
    margin: 0;
  }
  .tableContact .mr5 {
    margin: 0;
  }
  .taC {
    margin-top: 22px;
  }
  .taC button {
    width: calc(100% - 14px);
    height: 60px;
  }
  .contact-btn {
    max-width: 100%;
    width: calc(100% - 24px);
    display: block;
    margin: 30px auto 0;
    padding: 0;
  }
  .contact-btn .taR {
    max-width: 100%;
    height: 60px;
    margin-bottom: 7px;
  }
  .contact-btn .taR a {
    line-height: 60px;
    font-size: 14px;
  }
  .contact-btn .taC button {
    width: 100%;
    font-size: 14px;
  }
  .formError .formErrorContent {
    width: 28%;
  }
  .content-thank {
    margin: 60px auto 80px;
  }
  .content-thank .containerIndexThx {
    margin: 40px 0 0;
  }
  .content-thank .containerIndexThx h4 {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .content-thank .containerIndexThx p {
    letter-spacing: 0.06em;
    text-align: left;
  }
  .content-thank .containerIndexThx a {
    margin: 40px auto 0;
    width: 100%;
    height: 60px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 360px) {
  input[name=tel1],
input[name=tel2],
input[name=tel3] {
    width: 27%;
  }
  body#contact .tableContact input[name=city] {
    width: 30%;
  }
  body#contact .tableContact .js-ajaxZip {
    width: 27.5%;
  }
}
/* step by step
=================================*/
@media only screen and (max-width: 767px) {
  .step1 .tableContact tr:first-child th {
    border-top: 1px solid #d7d7d7;
  }
  .step1 .tableContact th {
    display: block;
    width: 100%;
    border-bottom: none;
    border-top: none;
    padding: 15px 7px 10px;
  }
  .step1 .tableContact td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 0 7px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .step2 .tableContact th {
    width: 34%;
    padding: 15px 0 12px 12px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .step2 .tableContact td {
    width: 66%;
    padding: 15px 12px 10px;
    line-height: 1.7;
  }
}
.add-inner small {
  font-size: 11px;
  margin-top: 5px;
  display: block;
}

.add-inner .inbox {
  margin-top: 15px;
}

.add-inner .inbox p {
  margin-bottom: 5px;
}

.change-members-content table {
  width: 100%;
}
.change-members-content .biko {
  display: flex;
  align-items: flex-start;
}
.change-members-content .biko .biko-ttl {
  width: 29%;
  font-size: 14px !important;
  font-weight: bold;
  vertical-align: top;
  padding: 30px 0;
  text-align: left;
  line-height: 1.5em;
}
.change-members-content .biko .biko-area {
  padding: 15px 0 15px 20px;
  width: 79%;
  vertical-align: middle;
}
.change-members-content .biko .biko-area textarea {
  background: #f6f6f6;
}
/*# sourceMappingURL=form_test.css.map */