@charset "UTF-8";
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  /* -------------------------------------
    フォーム
  ------------------------------------- */
  .form .message {
    margin-bottom: 1em;
  }
  .form .form_wrap .caution {
    margin-bottom: 0.5em;
  }
  .form .form_wrap .red {
    color: #f00;
  }
  .form .form_wrap p {
    display: none;
  }
  .form .form_wrap .form_inner {
    overflow: hidden;
  }
  .form .form_wrap .form_inner > .tr > div {
    border: 1px #ccc solid;
    border-bottom: none;
    padding: 1em;
    position: relative;
  }
  .form .form_wrap .form_inner > .tr > div > span {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .form .form_wrap .form_inner > .tr > div > span:last-child {
    padding: 5px;
  }
  .form .form_wrap .form_inner > .tr > div:first-child {
    background-color: #eee;
    padding: 0.5em 1em;
    font-weight: bold;
  }
  .form .form_wrap .form_inner > .tr > div.required:after {
    content: "※必須";
    position: absolute;
    color: #f00;
    right: 1em;
  }
  .form .form_wrap .form_inner > .tr > div > .kibo {
    margin-top: 0.5em;
  }
  .form .form_wrap .form_inner > .tr > div > .kibo select {
    width: 100%;
  }
  .form .form_wrap .form_inner > .tr > div.w4em input[type=text],
  .form .form_wrap .form_inner > .tr > div.w4em textarea {
    width: 4em;
    box-sizing: border-box;
  }
  .form .form_wrap .form_inner > .tr > div.parts_ib span {
    display: inline-block;
    margin-right: 1em;
  }
  .form .form_wrap .form_inner > .tr > div.w100 input[type=text],
  .form .form_wrap .form_inner > .tr > div.w100 textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .form .form_wrap .form_inner > .lastC > .lastC {
    border-bottom: 1px #ccc solid;
    margin-bottom: 1em;
  }
  .form .form_wrap .submit {
    text-align: center;
    margin-bottom: 2em;
  }
  .form .form_wrap .submit li {
    display: block;
    margin-bottom: 1em;
  }
  .form .form_wrap .submit li:last-child {
    margin-bottom: 0;
  }
  .form .form_wrap .submit li button,
  .form .form_wrap .submit li input {
    font-size: 1.2em;
  }
  .form .form_wrap .submit li.button_submit input {
    font-size: 1.5em;
  }
  .form .form_only {
    padding-top: 5px;
  }
  .mw_wp_form_input .error {
    display: inline-block !important;
    padding-left: 5px;
    color: #f00;
    font-weight: bold;
  }
  .mw_wp_form_confirm .form_only {
    display: none;
  }
  .mw_wp_form_confirm .required:after {
    content: "" !important;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  /* -------------------------------------
    フォーム
  ------------------------------------- */
  .form .message {
    margin-bottom: 1em;
  }
  .form .form_wrap .caution {
    margin-bottom: 0.5em;
  }
  .form .form_wrap .red {
    color: #f00;
  }
  .form .form_wrap .form_inner {
    overflow: hidden;
    margin-bottom: 2em;
    display: table;
    box-sizing: border-box;
    width: 100%;
  }
  .form .form_wrap .form_inner > .tr {
    display: table-row;
    box-sizing: border-box;
  }
  .form .form_wrap .form_inner > .tr > p {
    display: none !important;
  }
  .form .form_wrap .form_inner > .tr > div {
    box-sizing: border-box;
    display: table-cell;
    border: 1px #ccc solid;
    border-bottom: none;
    border-right: none;
    padding: 1em;
    position: relative;
    vertical-align: middle;
  }
  .form .form_wrap .form_inner > .tr > div > span {
    display: block;
    margin-left: 0;
  }
  .form .form_wrap .form_inner > .tr > div > select {
    font-size: 1em;
  }
  .form .form_wrap .form_inner > .tr > div > input[type=text],
  .form .form_wrap .form_inner > .tr > div > textarea {
    padding: 0.5em;
  }
  .form .form_wrap .form_inner > .tr > div:first-child {
    background-color: #eee;
    padding: 0.5em 1em;
    max-width: 30%;
    width: 30%;
    font-weight: bold;
  }
  .form .form_wrap .form_inner > .tr > div:first-child + div {
    border-right: 1px #ccc solid;
  }
  .form .form_wrap .form_inner > .tr > div.required:after {
    content: "※必須";
    position: absolute;
    color: #f00;
    right: 1em;
  }
  .form .form_wrap .form_inner > .tr > div > .kibo {
    margin-top: 0.5em;
  }
  .form .form_wrap .form_inner > .tr > div > .kibo > span {
    display: inline-block;
    margin-right: 1em;
  }
  .form .form_wrap .form_inner > .tr > div.w4em input[type=text],
  .form .form_wrap .form_inner > .tr > div.w4em textarea {
    width: 4em !important;
    box-sizing: border-box;
  }
  .form .form_wrap .form_inner > .tr > div.parts_ib span {
    display: inline-block;
    margin-right: 1em;
  }
  .form .form_wrap .form_inner > .tr > div.w30 input[type=text],
  .form .form_wrap .form_inner > .tr > div.w30 textarea {
    width: 30% !important;
    box-sizing: border-box;
  }
  .form .form_wrap .form_inner > .tr > div.w50 input[type=text],
  .form .form_wrap .form_inner > .tr > div.w50 textarea {
    width: 50% !important;
    box-sizing: border-box;
  }
  .form .form_wrap .form_inner > .tr > div.w100 input[type=text],
  .form .form_wrap .form_inner > .tr > div.w100 textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .form .form_wrap .form_inner > .lastC > div {
    border-bottom: 1px #ccc solid;
    margin-bottom: 2em;
  }
  .form .form_wrap .submit {
    text-align: center;
    width: 100%;
    margin-bottom: 3em;
  }
  .form .form_wrap .submit li {
    display: inline-block;
    margin-bottom: 1em;
  }
  .form .form_wrap .submit li:last-child {
    margin-bottom: 0;
  }
  .form .form_wrap .submit li.button_return {
    margin-right: 1em;
  }
  .form .form_wrap .submit li.button_return button,
  .form .form_wrap .submit li.button_return input {
    font-size: 1em;
    padding: 0.5em 1em;
  }
  .form .form_wrap .submit li.button_submit button,
  .form .form_wrap .submit li.button_submit input {
    font-size: 1.2em;
    padding: 0.5em 1em;
  }
  .form .form_wrap .form_only {
    padding-top: 5px;
  }
  .form .form_wrap p {
    display: none;
  }
  .form_telnum {
    font-size: 1.5em;
    padding-top: 5px;
    font-weight: bold;
  }
  .mw_wp_form_input .error {
    display: inline-block !important;
    padding-left: 5px;
    color: #f00;
    font-weight: bold;
  }
  .mw_wp_form_confirm .form_only {
    display: none;
  }
  .mw_wp_form_confirm .required:after {
    content: "" !important;
  }
}