@charset "utf-8";

/* ======================================================
 * form_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Parts
 * - Clearfix
 * SP Media Queries
====================================================== */

@media only screen and (max-width: 767px) {

  /* ------------------------------------------------------
   * Display Setting
  ------------------------------------------------------ */
  .inquiry_detail_tbl > tbody > tr > td > table > tbody > tr > td > table > tbody > tr {
    display: none !important;
  }
  .inquiry_detail_tbl > tbody > tr > td > table > tbody > tr > td > table > tbody > tr:last-child {
    display: block !important;
  }
  form .inquiry-detail > tbody > tr #inquiry-notice {
    display: none !important;
  }
  form .inquiry-detail > tbody > tr.error-block {
    display: block !important;
  }
  .inquiry_detail_tbl form .inquiry-detail > tbody > tr > td > span {
    display: block;
  }
  .inquiry_detail_tbl form .inquiry-detail > tbody > tr > td > span:first-child > *:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .inquiry_detail_tbl form .inquiry-detail > tbody > tr > td > span:last-child > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .inquiry_detail_tbl form .inquiry-detail > tbody > tr > td > span > br:first-child,
  .inquiry_detail_tbl form .inquiry-detail > tbody > tr > td > span > br:last-child {
    display: none;
  }
  
  /* ------------------------------------------------------
   * Table Setting
  ------------------------------------------------------ */
  #inquiry-body {
    width: inherit !important;
    margin: 2.5em -15px 0;
    padding: 0;
    font-size: 1.4rem;
  }
  .inquiry_detail_tbl .inquiry-detail {
    table-layout: fixed;
    margin-bottom: 0;
    border: none;
  }
  #inquiry-body table ,
  #inquiry-body table > tbody,
  #inquiry-body table > tbody > tr,
  #inquiry-body table > tbody > tr > th,
  #inquiry-body table > tbody > tr > td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .inquiry_detail_tbl .inquiry-detail * {
    box-sizing: border-box;
  }
  .inquiry_detail_tbl .inquiry-detail > tbody > tr > th,
  .inquiry_detail_tbl .inquiry-detail > tbody > tr > td {
    display: block;
    padding: 15px;
    border: none;
  }
  .inquiry_detail_tbl .inquiry-detail #sub_btn {
    padding: 0 15px;
    border: none;
  }
  .inquiry_detail_tbl .inquiry-detail > tbody > tr > th {
    position:relative;
    background-color: #f7f7fa;
    border-top: 1px solid #dfdfe3;
    font-size: 100%;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    line-height: 1.25;
    z-index: -1;
  }
  .inquiry_detail_tbl .inquiry-detail > tbody > tr > td {
    text-align: left;
    font-size: 1.4rem;
  }
  .inquiry_detail_tbl .inquiry-detail > tbody > tr > th .necessary {
    display: none;
  }
  .inquiry_detail_tbl .inquiry-detail > tbody > tr > th .required + .necessary {
    display: block;
    height: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .inquiry_detail_tbl .inquiry-detail > tbody > tr > th .required + .necessary::after {
    content: "Required";
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    min-width: 60px;
    margin-top: -11px;
    padding: 0 3px 1px;
    background-color: #e60012;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 21px;
    text-indent: 0;
  }
  .inquiry_detail_tbl .inquiry-detail > tbody > tr > th .required.required-de + .necessary::after {
    content: "Erforderlich";
    width: 75px;
  }
  #InquiryMsgArea {
    padding: 0 15px;
  }
  
  /* ------------------------------------------------------
   * Error Setting
  ------------------------------------------------------ */
  .inquiry_detail_tbl .error-block {
    width: 100% !important;
    background-color: #fff3f4 !important;
    border-top: 1px solid #e60012;
    border-bottom: 1px solid #e60012;
  }
  .inquiry_detail_tbl .error-block > tbody > tr > td {
    padding: 0 !important;
  }
  .inquiry_detail_tbl .error-block > tbody > tr > td > table > tbody > tr > td {
    padding: 15px !important;
  }
  .inquiry_detail_tbl .error-block td p {
    color: #e60012 !important;
    line-height: 1.4;
  }
  .inquiry_detail_tbl .error-block td p:first-child {
    color: #e60012 !important;
    font-size: 1.4rem;
    font-weight: 700 !important;
  }
  .inquiry_detail_tbl .error-block td br + p {
    padding-left: 10px !important;
  }
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- form-heading-lv1 ----- */
  .form-heading-lv1 {
    margin: 0 0 1.5em;
  }
  .form-heading-lv1 .heading_title {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  #main .form-heading-lv1 + *,
  #main .form-heading-lv1 + section > [class*="heading-lv"]:first-child {
    margin-top: 1.5em;
  }
  /* ----- form-heading-lv2 ----- */
  .form-heading-lv2 {
    margin: 3em 0 1.5em;
  }
  .form-heading-lv2 .heading_title {
    position: relative;
    padding-left: 11px;
    font-size: 2.0rem;
    line-height: 1.25;
  }
  .form-heading-lv2 .heading_title::before {
    position: absolute;
    top: .15em;
    left: 0;
    width: 2px;
    height: 90%;
    background-color: #e60012;
    content: "";
  }
  #main .form-heading-lv2 + * {
    margin-top: 1.5em;
  }
  
  input[type="text"],
  input[type="date"],
  select,
  textarea {
    width: 100%;
  }
  /*----- form-required -----*/
  .inquiry-detail .is-required {
    background-color: #fff3f4 !important;
  }
  .inquiry-detail .agree_data .is-required {
    background-color: transparent !important;
  }
  /* ----- list-note ----- */
  .form-list-note {
    margin-top: 1em;
  }
  .form-list-note > li {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.2rem;
  }
  .form-list-note > li + li {
    margin-top: .75em;
  }
  .form-list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- form-link-inline ----- */
  .form-link-inline.a-blank::after {
    display: inline-block;
    width: 10px;
    height: 9px;
    margin: 0 10px;
    background: url(/form/shared/img/form_ic01-r2x.png) no-repeat 0 0;
    background-size: 10px 9px;
    content: "";
  }
  a.form-link-inline-v2 {
    color: #333;
    text-decoration: underline;
  }
  a.form-link-inline-v2:hover {
    color: #ff0000;
  }
  /*----- form-textbox-wrap -----*/
  .form-textbox-wrap > .textbox_field {
    width: 100%;
  }
  .inquiry-detail [id^="inquiry_item"] [type="text"],
  .inquiry-detail [id^="inquiry_item"] [type="date"] {
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 6px 12px;
    border: 1px solid #dfdfe3;
    background-color: #fff;
  }
  .inquiry-detail [id^="inquiry_item"] .inquiry_zipcode {
    width: 40%;
    max-width: 354px;
    margin-left: 10px;
  }
  .inquiry-detail [id^="inquiry_item"] .inquiry_zipcode:first-child {
    margin-right: 10px;
    margin-left: 0;
  }
  .inquiry-detail [id^="inquiry_item"] [type="text"]:not(:disabled):hover,
  .inquiry-detail [id^="inquiry_item"] [type="date"]:not(:disabled):hover {
    border-color: #bbb;
  }
  .inquiry-detail [id^="inquiry_item"] [type="text"]:disabled,
  .inquiry-detail [id^="inquiry_item"] [type="date"]:disabled {
    background-color: #dfdfe3 !important;
  }
  .form-textbox-wrap.is-error > .textbox_field > input {
    border-color: #e60012 !important;
  }
  
  /*----- textarea -----*/
  .inquiry-detail [id^="inquiry_item"] textarea {
    width: 100%;
    height: 135px;
    margin: 0;
    padding: 6px 12px;
    border: 1px solid #dfdfe3;
    background-color: #fff;
    line-height: 1;
  }
  .inquiry-detail [id^="inquiry_item"] textarea:not(:disabled):hover {
    border-color: #bbb;
  }
  .inquiry-detail [id^="inquiry_item"] textarea:disabled {
    background-color: #dfdfe3 !important;
  }
  /* ----- selectbox ----- */
  .inquiry-detail [id^="inquiry_item"] .form-selectbox-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #fff;
  }
  .inquiry-detail [id^="inquiry_item"] .form-selectbox-wrap::after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    padding: 0;
    border-right: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    content:"";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .inquiry-detail [id^="inquiry_item"] .form-selectbox-wrap > select {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 5px 35px 3px 15px;
    border: 1px solid #dfdfe3;
    background: none !important;
    text-transform: none;
    cursor: pointer;
  }
  .inquiry-detail [id^="inquiry_item"] .form-selectbox-wrap > select:not(:disabled):hover {
    border-color: #bbb;
  }
  .inquiry-detail [id^="inquiry_item"] .form-selectbox-wrap > select::-ms-expand {
    display: none;
  }
  .inquiry-detail [id^="inquiry_item"] .form-selectbox-wrap > select:disabled {
    background-color: #dfdfe3 !important;
    color: #999 !important;
    cursor: default !important;
  }
  .form-selectbox-wrap.is-error > .selectbox_field > select {
    border-color: #e60012 !important;
  }
  
  /* ----- form-wrap-label ----- */
  [id^="inquiry_item"] .form-wrap-label {
    margin-top: -1em;
  }
  
  /* ----- radio ----- */
  .form-radio-wrap {
    position: relative;
    display: inline-block;
    margin-top: 1em;
    margin-right: 25px;
    padding-top: 1px;
    padding-left: 29px;
    line-height: 1.25;
    vertical-align: top;
    cursor: pointer;
  }
  .form-radio-wrap [type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .form-radio-wrap::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfe3;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  .form-radio-wrap.form-hover::before {
    border-color: #bbb;
  }
  .form-radio-wrap.form-checked::after {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e60012;
    content: "";
  }
  .form-radio-wrap.is-error .radio_label::before {
    border-color: #e60012 !important;
  }
  
  /* ----- checkbox ----- */
  .form-checkbox-wrap {
    position: relative;
    display: block;
    margin-top: 1em;
    padding-top: 1px;
    padding-left: 29px;
    line-height: 1.25;
    vertical-align: top;
    cursor: pointer;
  }
  .form-checkbox-wrap [type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  .form-checkbox-wrap::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 1px solid #dfdfe3;
    background-color: #fff;
    content: "";
  }
  .form-checkbox-wrap.form-hover::before {
    border-color: #bbb;
  }
  .form-checkbox-wrap.form-checked::after {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 10px;
    height: 5px;
    padding: 0;
    border-left: 1px solid #e60012;
    border-bottom: 1px solid #e60012;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  /* v2 */
  .form-checkbox-wrap-v2 {
    text-align: center;
  }
  .form-checkbox-wrap-v2 [type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  .form-checkbox-wrap-v2 .checkbox_label {
    display: inline-block;
    position: relative;
    min-width: 200px;
    padding: 10px;
    border: 1px solid #dfdfe3;
    background-color: #fff;
    text-indent: 1em;
    cursor: pointer;
  }
  .form-checkbox-wrap-v2 .checkbox_label::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -3.75em;
    border: 1px solid #dfdfe3;
    background-color: #fff;
    content: "";
  }
  .form-checkbox-wrap-v2 [type="checkbox"]:checked + .checkbox_label::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 5px;
    margin: -4px 0 0 -3.35em;
    padding: 0;
    border-left: 1px solid #e60012;
    border-bottom: 1px solid #e60012;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  .form-checkbox-wrap-v2.is-error .checkbox_label::before {
    border-color: #e60012 !important;
  }
  /* ----- form-icon-entry ----- */
  .form-icon-entry {
    display: inline-block;
    position: relative;
    min-width: 60px;
    padding: 0 3px 1px;
    background-color: #333;
    color: #fff;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
  }
  .form-icon-entry.type-req { background-color: #e60012; }
  /* ----- form-wrap ----- */
  .form-wrap {
    margin-top: 2.5em;
  }
  .form-wrap > *:first-child,
  .form-wrap > section:first-child > [class*="heading-lv"],
  .form-wrap > form > *:first-child,
  .form-wrap > form > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /*----- form-flow -----*/
  .form-flow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.5em 0;
    overflow: hidden;
  }
  .form-flow > li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 33.33%;
    height: 43px;
    padding: 2px 9px;
    background-color: #dfdfe3;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.1;
  }
  [data-screen="input"] .form-flow > li:nth-child(1),
  [data-screen="confirm"] .form-flow > li:nth-child(2),
  [data-screen="finish"] .form-flow > li:nth-child(3) {
    background-color: #e60012;
    color: #fff;
    font-weight: 700;
  }
  .form-flow > li:nth-child(1)::after,
  .form-flow > li:nth-child(2)::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 0;
    z-index: 2;
    display: inline-block;
    width: 18px;
    height: 43px;
    background-image: url(/form/shared/img/form_ex01_02-r2x.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto 100%;
  }
  [data-screen="input"] .form-flow > li:nth-child(1)::after,
  [data-screen="confirm"] .form-flow > li:nth-child(2)::after{
    background-image: url(/form/shared/img/form_ex01_01-r2x.png);
  }
  [data-screen="confirm"] .form-flow > li:nth-child(1)::after,
  [data-screen="finish"] .form-flow > li:nth-child(2)::after {
    background-image: url(/form/shared/img/form_ex01_03-r2x.png);
  }
  .form-flow > li:nth-child(3)::before {
    position: absolute;
    top: 0;
    right: -18px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 24px 16px;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    content: "";
  }
  .form-flow > li:nth-child(3)::after {
    position: absolute;
    bottom: 0;
    right: -18px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 24px 16px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    content: "";
  }
  .form-flow .flow_title {
    padding-left: 1em;
    text-indent: -1em;
    text-align: center;
  }
  /*----- form-announce -----*/
  .form-announce {
    margin-top: 1.5em;
  }
  .form-announce > *:first-child,
  .form-announce > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .form-announce .form-icon-entry {
    margin: 0 6px 0 3px;
  }
  /*----- form-input-label -----*/
  .form-input-label {
    display: inline-block;
    vertical-align: middle;
  }
  .has-label .form-input-label {
    display: table-cell;
  }
  .form-input-label.is-head {
    padding-right: .75em;
  }
  .form-input-label.is-tail {
    padding-left: .75em;
  }
  /* ----- form-input-text ----- */
  .form-input-text {
    padding: .5em 0;
  }
  .form-input-columns + .form-input-text {
    margin-top: 1em;
  }
  .form-input-text > *:first-child,
  .form-input-text > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .form-input-text .input_title {
    font-weight: 500;
  }
  .form-input-text .input_example {
    color: #555;
  }
  /* ----- form-agree ----- */
  .form-agree {
    margin: 3em -15px 0;
    text-align: left;
    font-size: 1.4rem;
  }
  .form-agree .agree_privacy {
    padding: 12px 15px;
    background-color: #f7f7fa;
  }
  .form-agree .agree_privacy > dt {
    margin-bottom: 1em;
    font-weight: 700;
  }
  .form-agree .agree_privacy > dd {
  }
  .form-agree .agree_privacy > dd > *:first-child,
  .form-agree .agree_privacy > dd > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .form-agree .form-link-inline {
    color: #333;
    font-weight: 700;
  }
  .form-agree .agree_head {
    margin-top: 1.5em;
    padding: 0 15px;
  }
  .form-agree .agree_description {
  }
  .form-agree .agree_data {
    margin-top: 1em;
    padding: 0 15px;
    text-align: center;
  }
  /* ----- form-submit ----- */
  #sub_btn {
    padding: 0;
    text-align: center;
  }
  #sub_btn [type="submit"] {
    margin: 2em 0 0;
  }
  #sub_btn [type="submit"] {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 12px;
    border: none;
    background-color: #2f2f2f;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
  }
  #sub_btn [type="submit"]:not(:disabled):hover {
    background-color: #000;
  }
  #sub_btn [type="submit"]:disabled {
    cursor: default;
    background-color: #797979;
    color: #bbb;
  }
  #sub_btn [type="submit"] + [type="button"] {
    display: inline-block;
    min-width: 200px;
    max-width: 100%;
    margin-top: 2em;
    padding: 12px;
    border: 1px solid #dfdfe3;
    background-color: #fff;
    color: #333;
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
  }
  #sub_btn [type="submit"] + [type="button"]:hover {
    border-color: #bbb;
    background-color: #fff3f4;
  }
  
  /* ----- form-finish ----- */
  .form-finish {
    margin-top: 1.5em;
  }
  .form-submit > *:first-child,
  .form-submit > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .form-finish > [class^="finish_"] {
    text-align: center;
  }
  .form-finish > [class^="finish_"] + [class^="finish_"] {
    margin-top: 1.5em;
  }
  .form-finish > [class^="finish_"] .finish_button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    padding: 8px 10px;
    border: 1px solid #dfdfe3;
    background-color: #fff;
    color: #333;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  .form-finish > [class^="finish_"] .finish_button .finish_label {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  .form-finish > .finish_close .finish_button .finish_label::before,
  .form-finish > .finish_close .finish_button .finish_label::after{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 1px;
    background-color: #e60012;
    content: "";
  }
  .form-finish > .finish_close .finish_button .finish_label::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .form-finish > .finish_close .finish_button .finish_label::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-finish > .finish_jump .finish_button .finish_label::after{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    padding: 0;
    border-right: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .HeaderBody::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
  .form-flow > li {
    font-size: 1.2rem;
  }
  .form-flow .flow_title {
    padding-left: 0;
    text-indent: 0;
  }
  .form-flow .flow_title br {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
}