/*

For Form Pages (in Support)

*/

/* common */
form a {
  text-decoration: underline;
}
.div_inquiry {
  width: 75%;
  padding: 0 3em;
}
h4 {
  margin-bottom: 1em;
}
.required::before {
  content: '\5FC5\9808';
  font-size: 0.75em;
  font-weight: normal;
  color: #fff;
  background: var(--idk-red);
  padding: 0.1em 0.5em;
  border-radius: .2em;
  position: relative;
  top: -0.1em;
}
input, textarea {
  display: block;
  width: 100%;
}
input.text_half {
  width: 40%;
  min-width: 10em;
}
input:disabled,
textarea:disabled {
  background: #ddd;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
.radio, .checkbox {
  padding-left: 0;
}
label {
  display: inline-block;
  margin: 0.75em 0 0;
  line-height: 1em;
}
div.div_inquiry label.chk {
  margin-right: 2em;
}
input[type="checkbox"] + label::before {
  content: '\f0c8';
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
  font-size: 1.2em;
  color: #999;
  position: relative;
  top: 1px;
}
input[type="checkbox"]:checked + label::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  color: var(--idk-red);
}
input[type="checkbox"]:disabled + label.dis::before {
  font-weight: bold;
  color: #aaa;
}
input[type="radio"] + label::before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
  font-size: 1.2em;
  color: #999;
}
input[type="radio"]:checked + label::before {
  content: '\f192';
  font-family: "Font Awesome 5 Free";
  color: var(--idk-red);
}
input[type="radio"]:disabled + label.dis::before {
  font-weight: bold;
  color: #aaa;
}
input[type="button"],
input[type="submit"],
button[type="submit"] {
  border: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  background: var(--idk-red);
  padding: 0.5em 3em;
  font-size: 1em !important;
  color: #fff;
  border-radius: 5rem;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #003377 !important;
  color: #fff;
}
input[type="text"] {
  margin-bottom: 0;
}
h6.formheader {
  font-weight: normal;
  text-align: center;
  padding-bottom: .5em;
  margin: 3em 0;
  border-bottom: 3px solid #777;
}
h6 {
  text-transform: none;
}
div.div_inquiry h6.h6_item {
  margin-top: 1.5em;
  margin-bottom: 0;
}
h6.required::before {
  margin-right: 1em;
}
th .required {
  float: right;
}
.span_desc {
  display: block;
  font-size: 0.8em;
}
.span_desc.sub {
  margin: 1em 0 -1em;
}
/* Product Info(for Demo) */
.table_demo,
.table_demo th,
.table_demo td {
  border: 0;
}
.table_demo {
  width: 60%;
}
.table_demo th {
  font-size: 0.8em;
  line-height: 0.5em;
  padding-top: 1.5em;
}
.table_demo th.th_model {
  width: 80%;
}
.table_demo td {
  padding: 0.1em 0.5em;
  font-size: 0.8em;
}
.span_since {
  font-size: 0.8em;
  padding: 0 2em;
}
/* Applier Info(common) + Shipping Info(for Demo) */
div.div_info {
  padding: 1em 25% 1em 3em;
  background: var(--idk-gray);
  border-radius: .5rem;
  margin: 3em 0;
}
.h6_item {
  margin-top: 1em;
}
.h6_subitem {
  padding: 0;
  margin-top: 0.5em;
}
table.table_form {
}
table.table_form,
table.table_form th,
table.table_form td {
  border: 0px solid #000;
  background: none;
}
table.table_form th {
  width: 30%;
  min-width: 10em;
  padding: .5em 0;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
table.table_form td {
  padding-right: 0;
}
table.table_form th,
table.table_form td {
  vertical-align: middle;
}
table.table_form th.mm {
  font-weight: bold;
}
table.table_form td.mm {
  padding-left: 1em;
}

table[class*="info"] {
  width: 47%;
  margin: 2% 1%;
  display: inline-block;
  vertical-align: top;
}
table[class*="info"],
table[class*="info"] th,
table[class*="info"] td {
  border: 0px solid #000;
  background: none;
}
table[class*="info"] th {
  text-align: right;
  white-space: nowrap;
}
table[class*="info1"] th {
  width: 35%;
}
table[class*="info2"] th {
  width: 30%;
}
table[class*="info"] th,
table[class*="info"] td {
  vertical-align: middle;
}
table[class*="info"] tr.tr_mail td {
  padding-top: 0;
  padding-bottom: 0;
}
table[class*="info"] tr.tr_mail td input {
  margin-bottom: 0em;
}
.span_hyphen::before {
  content: '\f068';
  font-family: "FontAwesome";
  color: #777;
  margin: 0 5px;
}
input.btn_autoadd {
  display: none;
  border-radius: 0.2em;
  background: #777;
  color: #fff;
  font-size: 0.75em !important;
  padding: 0.1em 0.5em;
  margin: 0 0.5em 0.6em ;
}
input.btn_autoadd:hover {
  background: var(--idk-red) !important;
  transition: .2s ease;
}
/* Mail Magagine + Privacy + Confirm */
table.table_mm {
  width: 100%;
  margin: 10px 0;
  padding: 0 1%;
}
table.table_mm,
table.table_mm th,
table.table_mm td {
  border: 0px solid #000;
}
table.table_mm th {
  width: 20%;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}
table.table_mm td {
  padding-top: 0;
}
table.table_mm td * {
  vertical-align: top;
}
table.table_mm label {
  display: inline-block;
  margin-right: 50px;
}

label.radio[for="mm2"] {
  margin-left: 5%;
}
.div_privacy {
  border: 1px solid #777;
  padding: 20px;
  margin: 3em 0;
}
.div_prichk {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.div_confirm {
  text-align: center;
}
input.btn_confirm,
button.btn_confirm {
  display: block;
  border: 0px solid #000;
  border-radius: 100em;
  background: var(--idk-red);
  color: #fff;
  font-weight: bold;
  line-height: 2;
	text-shadow: none;
  padding: 5px 5em;
  transition: ease .2s;
  margin: 0 auto 3em;
}
input.btn_confirm:hover {
  background: var(--idk-darkred) !important;
}
input.btn_confirm._back,
button.btn_confirm._back {
  background: #999;
}
input.btn_confirm._back:hover,
button.btn_confirm._back:hover {
  background: #777 !important;
}
/* Bunkyo */
.div_inquiry.bunkyo {
  width: 100%;
  padding: 0;
}
.bunkyo .span_desc {
  line-height: 1.6em;
}
.bunkyo th._header .span_desc,
.bunkyo td .span_desc {
  margin-top: .5em;
}
label + span.span_desc.red,
span.span_desc.input {
  margin-top: -0.5em;
  margin-left: 2.5em;
}
.bunkyo input[type="text"],
.bunkyo input[type="password"],
.bunkyo textarea {
  display: block;
  width: 75%;
  min-width: 12em;
  resize: vertical;
}
.bunkyo input.text_half {
  width: 40%;
  min-width: 10em;
}
.bunkyo input[type="number"] {
  width: 12em;
  min-width: 12em;
}
.bunkyo label {
  display: block;
  margin: .5em 0;
}
.bunkyo table.table_form {
  margin-top: -3em;
  margin-bottom: 3em;
}
.bunkyo table.table_form th {
  vertical-align: top;
  line-height: 2.4em;
  background: var(--idk-gray);
}
.bunkyo table.table_form th._header {
  background: #999;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  padding: .75em 0;
}
.bunkyo table.table_form td._blank {
  padding: 1.5em 0;
  border-bottom: none;
}
.bunkyo table.table_form th,
.bunkyo table.table_form td {
  padding: 1em 1em;
  border-bottom: 1px solid #999;
}
.bunkyo table.table_form tr.tr_mail th,
.bunkyo table.table_form tr.tr_mail td,
.bunkyo table.table_form tr.noline th,
.bunkyo table.table_form tr.noline td {
  border-bottom: none;
}
.bunkyo table.table_form tr.tr_mail th,
.bunkyo table.table_form tr.tr_mail td {
  padding-bottom: 0;
}
.bunkyo table.table_form tr.tr_mail + tr th,
.bunkyo table.table_form tr.tr_mail + tr td {
  padding-top: 0;
}
.bunkyo th._header label {
  width: fit-content;
  margin: -0.25em auto 0;
}
th._header label .span_desc {
  display: inline-block;
}
th .span_desc {
  margin-top: -1em;
}
th._header label ~ .span_desc {
  line-height: 1.5em;
}
.bunkyo th._header input[type="checkbox"] + label::before {
  display: inline-block;
  content: '';
  margin-right: 0.5em;
  position: relative;
  top: .3em;
  height: 1.2em;
  width: 1.2em;
  border-radius: .2em;
  border: 1px solid #000;
  background: #fff;
}
.bunkyo th._header input[type="checkbox"]:checked + label::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  line-height: 1.1em;
  color: #fff;
  background: var(--idk-red);
  border: 1px solid var(--idk-red);
  top: .1em;
}
.bunkyo ._indentchk {
  padding-left: 1.6em;
  margin-bottom: 1em;
}
.bunkyo ._indentchk input[type="text"] {
  margin: 0.25em 0 0.5em;
}
._ds, ._ed, ._edm {
  display: none;
}
/* Model-form */
span.span_desc+input[type="checkbox"]+label {
	margin-top: .25em;
}
th._header span.span_desc {
    margin-top: 0.5em !important;
    line-height: 1.2em;
}
span.span_desc.input {
    margin-top: -0.5em;
    margin-left: 2.25em;
}
span.span_desc.input+input {
    margin-left: 2.25em;
}
span.span_desc.inline {
    display: inline-block;
    margin-left: .5em;
}
span.span_cat {
    display: block;
    font-weight: bold;
    padding: .5em 0 0;
}
form a.btn_small {
	background: var(--idk-red);
	padding: .25em 1em;
	color: white;
	border-radius: .25rem;
	text-decoration: none;
	cursor: pointer;
}
form a.btn_small:hover {
	background: var(--idk-darkred);
}
div.div_drop {
    display: block;
    width: 100%;
    border: 1px dotted #999;
    padding: 1em 0;
    text-align: center;
}
div.div_drop img {
    display: block;
    margin: 0 auto .5em;
    width: 15%;
    min-width: 3em;
}
a.btn_dl {
    display: inline-block;
    width: fit-content;
    font-size: .8em;
    border: 1px solid #555;
    border-radius: .25rem;
    padding: .2em 1em;
    margin-left: 0.5em;
    text-decoration: none;
}
a.btn_dl:hover {
    background: #999;
    color: #fff;
}
a.btn_dl span {
    margin-botto,margin: .9em;
    /* margin-bottom: -2px; */
}
span.span_title {
    display: inline-block;
    margin: 1em 0 .5em;
}
/*** RESPONSIVE ***/
@media screen and (max-width:767px){
  .div_inquiry {
    width: 100%;
    padding: 0 1em;
  }
  .div_inquiry textarea,
  .bunkyo input[type="text"] {
    width: 100%;
  }
  .div_info {
    padding: 1em 1em !important;
  }
  table.table_form th {
    min-width: 8em;
    white-space: normal;
  }
  .table_demo {
    width: 95%;
  }
  .table_demo th {
    line-height: 1.2rem;
  }
  table.table_info1 {
    margin-top: 1%;
    padding-top: 1%;
  }
  table[class*="info"] {
    width: 95%;
    display: block;
  }
  table[class*="info"] th {
    width: 35%;
  }  table.table_mm th {
    width: 35%;
  }
}
