@charset "utf-8";


@media screen and (max-width: 767px) {
  .-pc { display: none !important;}
}
@media screen and (min-width: 768px) {
  .top_sp { display: none !important;}
}

.contact_btn {
  align-items: center;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  letter-spacing: 5px;
  margin: 0 auto;
  max-width: 360px;
  padding-bottom: 23px;
  padding-top: 25px;
  text-align: center;
}

.contact_btn span {
  color: #fff;
  font-weight: 700;
  line-height: 16px;
  width: calc(87% - 8px);
}

.contact_mainlist {
  display: flex;
  justify-content: space-between;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .contact_mainlist,
  .contact_form.m-confirm,
  .contact_form.m-thanks {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .contact_mainlist,
  .contact_form.m-confirm,
  .contact_form.m-thanks {
    margin-top: -40px;
  }
}

.contact_mainlist li {
  width: calc( (100% - min(3%,40px)*2 ) / 3);
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact_mainlist li {
    font-size: min(4vw,16px);
  }
}
@media screen and (min-width: 768px) {
  .contact_mainlist li {
    font-size: 24px;
    height: 110px;
  }
}

.contact_mainlist li div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact_mainlist li div,
.contact_mainlist li div a {
  border-radius: 20px;
}
.contact_mainlist li div a {
  padding: .5em;
  align-items: center;
  background-color: #fff;
  color: var(--cells);
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  filter: var(--sdw);
  transition: .3s all;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .contact_mainlist li div a:hover {
    background: var(--cells);
    color: #fff;
  }
}

.contact_mainlist li div .active_contact {
  background-color: var(--cells);
  color: #fff;
  pointer-events: none;
}


.contact_form,
.confirm_form {
  background: #fff;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
}
.contact_form_line table {
  width: 100%;
  margin: 0;
}
.contact_form_line th,
.contact_form_line td {
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .contact_form,
  .confirm_form{
    width: 100dvw;
    margin-left: 50%;
    margin-bottom: -100px;
    transform: translateX(-50dvw);
    padding: 30px 20px 80px;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact_form {
    padding: 55px 80px;
  }
  .confirm_form {
    padding: 0 0 55px;
  }
  .contact_form_line table {
    font-size: 18px;
  }
  .contact_form_line th {
    width: 300px;
  }
}

.contact_form input[type='submit'] {
  cursor: pointer;
  transition: .3s;
}


.contact_form_container {
  margin: 0 auto;
  border-bottom: 1px solid var(--color-gray-L);
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .contact_form_container tr th {
    padding: 0 1em 1em ;
  }
  .contact_form_container tr th br:has(+ span) {
    display: none !important;;
  }
}
@media screen and (min-width: 768px) {
  .contact_form_container tr th {
    padding-bottom: 20px;
    padding-right: 16px;
    padding-top: 10px;
  }
  .check_group {
    padding: 20px 0 40px;
  }
}




.contact_form_line:first-child table tbody tr td .radio {
  background: var(--color-gray-WG);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 1em 1.5em;
}

.contact_form_line:first-child table tbody tr td .radio.textarea_4row {
  border-bottom: none;
}

.contact_form_line:first-child table tbody tr td .radio label {
  align-items: center;
  cursor: pointer;
  position: relative;
}

.contact_form_line:first-child table tbody tr td .radio label.radio_label {
  padding-left: 1.7em;
}

.contact_form_line:first-child
  table
  tbody
  tr
  td
  .radio
  label
  input[type='radio'] {
  cursor: pointer;
  margin-right: 12px;
  opacity: 0;
  position: absolute;
}

.contact_form_line:first-child table tbody tr td .radio label .checkmark {
  aspect-ratio: 1/1;
  width: 1.2em;
  border: 2px solid var(--color-gray);
  background: #fff;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: .3em;
}
.contact_form_line:first-child table tbody tr td .radio label input:checked ~ .checkmark {
  border-color: var(--cells);
}


.contact_form_line:first-child table tbody tr td .radio label .checkmark:after {
  background: var(--cells);
  border-radius: 50%;
  content: '';
  display: none;
  /*
  height: 10px;
  left: 4px;
  top: 4px;
  width: 10px;
  */
  aspect-ratio: 1/1;
  width: 10px;
  width: 55%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.contact_form_line:first-child
  table
  tbody
  tr
  td
  .radio
  label
  input:checked ~ .checkmark:after {
  display: block;
}

.contact_form_container .attention p {
  background-color: #fff;
  border: 1px solid #f25858;
  border-radius: 8px;
  box-sizing: border-box;
  color: #f25858;
  display: none;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 704px;
  padding: 16px 32px;
  text-align: left;
}

.contact_form_container .attention p a {
  font-weight: 500;
  text-decoration: underline;
  word-break: break-word;
}

.contact_form_container .attention .change .change_span {
  display: block;
  font-size: inherit;
  margin-top: 20px;
}

.contact_form_line:first-child table tbody tr td .radio p {
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  font-weight: 500;
  margin: 10px auto;
  max-width: 704px;
  padding: 10px 20px;
  text-align: left;
}

.contact_form_line:first-child table tbody tr td .radio p a {
  font-weight: 500;
  text-decoration: underline;
  word-break: break-word;
}

.contact_form_line:nth-child(2) table {
  margin: 0 auto;
}


.contact_form_line:nth-child(2) table tbody tr th:first-child .not_must {
}

.contact_form_line:first-child table tbody tr th:first-child span,
.contact_form_line:nth-child(2) table tbody tr th:first-child span {
  background: #dc0000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-left: .5em;
  padding: .2em .3em .4em;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}



.contact_form_line:nth-child(2) table tbody tr td p {
  color: #333;
  margin-bottom: 3px;
  margin-top: 24px;
}

.contact_form_line:nth-child(2) table tbody tr td p:first-child {
  margin-top: 0;
}

label.error {
  color: #f25858;
  display: block !important;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 3px;
  margin-top: 10px;
}

.contact_form_footer .check_content label.error {
  margin-top: 5px;
  text-align: left;
}

label.error:nth-last-of-type(n + 2) {
  display: none !important;
}

.contact_form_line:nth-child(2) table tbody tr td label input[type='text'] {
  background: var(--color-gray-WG);
  border: 1px solid var(--color-gray-L);
  border-radius: 10px;
  font-weight: 500;
  height: 59px;
  line-height: 27px;
  padding: 0 16px;
  width: 214px;
}

.contact_form_line:nth-child(2) table tbody tr td label input:focus-visible {
  border: #28a7e1 solid 1px;
  outline: none;
}

.contact_form_line:nth-child(2)
  table
  tbody
  tr
  td
  label.max_width
  input[type='text'] {
  box-sizing: border-box;
  width: 100%;
}

.contact_form_line:nth-child(2) .contact_form_container {
  border-bottom: 1px solid var(--color-gray-L);
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact_form_line:nth-child(2) .contact_form_container td{
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_form_line:nth-child(2) .contact_form_container td{
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact_form_line:nth-child(2) .contact_form_container td{
    padding-bottom: 40px;
  }
}

input.error, textarea.error {
  background-color: rgba(242, 88, 88, .08) !important;
  border-color: #f25858 !important;
}

.text_area {
  background: var(--color-gray-WG);
  border: 1px solid var(--color-gray-L);
  border-radius: 10px;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 500;
  height: 285px;
  line-height: 27px;
  padding: 16px;
  width: 100%;
}

.text_area:focus-visible {
  border: #28a7e1 solid 1px;
  outline: none;
}

.contact_form_line:nth-child(2) table tbody tr td .drop-zone {
  background: var(--color-gray-WG);
  border: 1px solid var(--color-gray-L);
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 300px;
  padding: 40px;
  position: relative;
  text-align: center;
  line-height: 1.5;
}
.contact_form_line:nth-child(2) table tbody tr td .drop-zone img {
  width: 36px;
}

.delete_zone {
  border: 1px solid #333;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  min-height: 166px;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}
.contact_form_line:nth-child(2) table tbody tr td p:first-child.drop_zone_text {
  margin-bottom: 19px;
}
.delete_zone .file {
  margin-bottom: 16px;
}
.contact_form_line:nth-child(2) table tbody tr td p.file_limit {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 12px;
}
.contact_form_line:nth-child(2) table tbody tr td p.file {
  margin-bottom: 0;
}
.delete_zone_btn {
  align-items: center;
  background-color: #f25858;
  border-radius: 4px;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 43px;
  justify-content: center;
  margin: 0 auto;
  max-width: 188px;
  padding: 0 6px;
}

.contact_form_line:nth-child(2) table tbody tr td .drop-zone div:first-child {
  margin: 0 0;
  margin-bottom: 8px;
}

.contact_form_line:nth-child(2) table tbody tr td .drop-zone p:nth-child(2) {
  border: none;
  border-radius: 0;
  box-sizing: unset;
  color: #999;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 0;
  max-width: none;
  padding: 0 0;
  text-align: center;
}

.contact_form_line:nth-child(2) table tbody tr td .drop-zone p:nth-child(3) {
  border: 1px solid var(--color-gray-L);
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #999;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 8px;
  max-width: 280px;
  padding: 6px 0 6px;
  text-align: center;
}

span.file {
  font-weight: 500;
  justify-content: center;
  line-height: 27px;
}

span.sample2 {
  font-weight: 500;
  justify-content: center;
  line-height: 27px;
}

.file span {
  font-weight: 500;
  line-height: 27px;
}
.contact_form_footer {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact_form_footer {
    font-size: 18px;
  }
}
.contact_form_line:nth-child(2) table tbody tr td .drop-zone__input {
  display: none;
}

.contact_form_line:nth-child(2)
  table
  tbody
  tr:nth-child(2)
  td
  label:first-child
  input[type='text'] {
  margin-right: 16px;
}


.contact_form .check_title {
  font-weight: 700;
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_form .check_title {
    text-align: left;
  }
}

.contact_form .check_content {
  cursor: pointer;
  display: block;
  position: relative;
}

.contact_form .check_content.-gray {
  opacity: .6;
}

.contact_form_footer .check_content {
  margin: 2em 0;
}

.contact_form .check_content span.text {
  font-weight: 500;
}

.contact_form .check_content .text1 {
  font-weight: 500;
  letter-spacing: 1px;
  /*padding-left: 1.5em;*/
}

.contact_form .check_content input {
  cursor: pointer;
  height: 1px;
  opacity: 0;
  width: 1px;
}

.contact_form .check_content .check_box {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1.2em;
  background-color: #fff;
  border: 2px solid var(--color-gray-L);
  border-radius: 4px;
  position: relative;
  transform: translateY(.2em);
  margin-right: .2em;
  /*
  left: 0;
  position: absolute;
  top: .3em;
  */
}
.contact_form .check_content.-gray .check_box {
  background-color: var(--color-gray-L);
}

.contact_form .check_content input:checked ~ .check_box {
  border-color: var(--cells);
}

.contact_form .check_content .check_box:after {
  content: '';
  display: none;
  position: absolute;
}

.contact_form .check_content input:checked ~ .check_box:after {
  display: block;
}

.contact_form .check_content .check_box:after {
  border: solid var(--cells);
  border-width: 2px 2px 0 0;
  aspect-ratio: 7/3;
  width: .8em;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-80%) rotate(136deg);
}
.contact_form .check_content .check_text {
  display: inline-block;
}

input[type='submit'],
input[type='button'] {
  margin: 0 .3em 10px;
}
input[type='submit'] {
  background-color: var(--cells);
  background-position: 95% 50%;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  padding: .7em 23px .85em;
  width: 300px;
}
input[type='submit'] {
  color: #fff !important;
}
input[type='button'] {
  background-color: #fff;
  background-image: url(../img/contact/arrow_grey.svg);
  background-repeat: no-repeat;
  border: none;
  border: 2px solid var(--color-gray);
  border-radius: 100px;
  color: var(--color-gray);
  font-weight: 700;
  padding: .7em 23px .85em;
  width: 300px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  input[type='submit'],
  input[type='button'] {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  input[type='submit'],
  input[type='button'] {
    font-size: 18px;
    transition: .3s all;
  }
  input[type='submit']:hover,
  input[type='button']:hover {
    background: var(--cells-L);
  }
  input[type='button']:hover {
    color: #fff;
    border-color: var(--cells-L);
  }
}

/*the container must be positioned relative:*/
.custom_arrow {
  border-radius: 4px;
  position: relative;
  width: 248px;
}

.custom_arrow.number {
  width: 190px;
}

.custom_arrow.number div.arrow_190::before {
  right: 10px;
}

select {
  /* CSS delete arrow   */
  -webkit-appearance: none;
  appearance: none;background: var(--color-gray-WG);
  border: 1px solid var(--color-gray-L);
  border-radius: 10px;
  box-sizing: border-box;
  color: #999;
  cursor: pointer;
  font-weight: 500;
  height: 59px;
  line-height: 27px;
  padding: 0 16px;
  width: 100%;
}

select:focus-visible {
  border: #28a7e1 solid 1px;
  outline: none;
}

select.error {
  background-color: rgba(242, 88, 88, .08) !important;
  border-color: #f25858 !important;
}

.custom_arrow div::before {
  background: url(../img/contact/arrow_select.svg) 0 0 repeat;
  content: '';
  height: 5px;
  position: absolute;
  right: 10px;
  top: 28px;
  width: 8px;
  /* transform: rotate(30deg); */
}
.custom_arrow div.a::before {
  transform: rotate(180deg);
}

.btn_black {
  background-color: #111;
}

.btn_orange {
  background-color: #ed7e4f;
}

.wrapper h3 {
  font-weight: 700;
  text-align: center;
  padding: 1.5em 0;
}

.wrapper.confirm h3 {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .wrapper h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper h3 {
    font-size: 28px;
  }
}

.confirm_form {
  text-align: center;
}


.confirm_form_container {
  margin: 0 auto 60px;
  border-top: 1px solid var(--color-gray-L);
}
.confirm_form_container tr {
  border-bottom: 1px solid var(--color-gray-L);
}
.confirm_form_container th,
.confirm_form_container td {
  padding: 1em 0;
}

.confirm_form table {
  width: 100%;
}

.confirm_form table tr th, .confirm_form table tr td {
  font-weight: 700;
  text-align: left;
  width: 400px;
}
@media screen and (min-width: 768px) {
  .confirm_form table tr th, .confirm_form table tr td {
    font-size: 18px;
  }
}

.confirm_form table tr th:first-child, .confirm_form table tr td:first-child {
  font-weight: 700;
  padding-right: 16px;
  width: 190px;
}
@media screen and (min-width: 768px) {
  .confirm_form table tr th:first-child, .confirm_form table tr td:first-child {
    width: 300px;
  }
}

.confirm_form table tr td {
  padding-left: 8px;
  padding-right: 8px;
  word-break: break-all;
}

.confirm_form table tr:last-child th, .confirm_form table tr:last-child td {
  padding-bottom: 0;
}

.complete_img {
  margin-bottom: 24px;
  text-align: center;
}

.complete h3 {
  color: #0e6eb8;
  font-size: 2.4rem;
  letter-spacing: 3px;
  line-height: 38.4px;
  margin-bottom: 56px;
  text-align: center;
}

/* Change color placeholder */

::placeholder {
  color: #999;
  font-family: inherit;
  font-size: 100%;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}

input:-internal-autofill-selected {
  color: #333 !important;
}

.confirm_form input[type='submit'] {
  cursor: pointer;
  transition: .3s;
}
.confirm_form input[type='submit']:hover,
.confirm_form input[type='button']:hover {
  background: var(--cells-L);
}
.confirm_form input[type='button'] {
  cursor: pointer;
  transition: .3s;
}
.contact_form_line:nth-child(2)
  table
  tbody
  tr
  td
  label
  input[type='text'].input_190 {
  box-sizing: border-box;
  width: 190px;
}
select.select_190 {
  width: 190px;
}
.custom_arrow div.arrow_190::before {
  right: 70px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  border: 1px solid var(--cells);
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
}
.contact_form .check_title a {
  color: var(--cells);
  font-weight: 700;
  line-height: 27px;
  /* text-decoration: underline; */
}
/* .contact_form .check_title a:hover{
  text-decoration: underline;
} */

.textarea_4row textarea {
  height: auto;
  padding-bottom: 8px;
  padding-top: 8px;
  resize: vertical;
}
@media only screen and (max-width: 768px) {
  .contact_title {
    border-radius: 0;
    letter-spacing: 1px;
    line-height: 38.4px;
    margin-bottom: 0;
    padding: 59px 59px 58px 59px;
  }
  .contact_form_line:first-child table tbody tr td .radio p {
    padding: 16px;
  }
  .contact_form_container {
    max-width: 100%;
  }
  .contact_form_line:nth-child(2) .contact_form_container {
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact_form_line:nth-child(2) table tbody tr {
    border-bottom: 1px solid var(--color-gray-L);
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
  .contact_form_line:nth-child(2) table tbody tr th:first-child {
    display: block;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .contact_form_line:nth-child(2) table tbody tr th:first-child .not_must {
    margin-bottom: 16px;
  }
  .contact_form_line:nth-child(2) table tbody tr th:first-child span {
    display: inline-block;
    font-weight: 700;
    margin-top: 0;
  }
  .contact_form_line:nth-child(2) table tbody tr td {
    /* padding: 15px 9px 15px 9px; */
    padding: 0 0;
  }
  .contact_form_line:nth-child(2) table tbody tr td .custom_arrow {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .custom_arrow div::before {
    right: 15px;
    top: 29px;
  }
  select.select_190 {
    width: 100%;
  }
  .custom_arrow div.arrow_190::before {
    right: 15px;
  }
  .contact_form_line:nth-child(2) table tbody tr td label input[type='text'] {
    box-sizing: border-box;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 0;
    width: 100%;
  }
  .contact_form_line:nth-child(2)
  table
  tbody
  tr
  td
  label:nth-child(2)
  input[type='text'] {
    margin-bottom: 0 !important;
  }
  .contact_form_line:nth-child(2)
  table
  tbody
  tr
  td
  label.max_width
  input[type='text'] {
    display: block;
    margin: 0 auto !important;
    padding: 15px 9px 15px 9px;
    width: 100%;
    /* margin-bottom: 8px !important; */
  }
  .contact_form_line:nth-child(2)
  table
  tbody
  tr
  td
  label
  input[type='text'].input_190 {
    display: block;
    margin: 0 auto !important;
    padding: 15px 9px 15px 9px;
    width: 100%;
  }
  .text_area {
    display: block;
    margin: 0 auto;
    padding: 7.5px 9px 7.5px 9px;
    width: 100%;
  }
  .contact_form_line:nth-child(2) table tbody tr td .drop-zone {
    margin: 0 auto;
    max-width: 100%;
    min-height: inherit;
    padding: 24px 37px 24px 39px;
  }
  .confirm_form_container {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .confirm_form table, .confirm_form tbody, .confirm_form tr, .confirm_form th, .confirm_form td {
    display: block;
    width: 100%;
  }
  .confirm_form table tr th:first-child, .confirm_form table tr td:first-child {
    padding-right: 0;
    text-align: left;
    width: 100%;
  }
  .confirm_form table tr th, .confirm_form table tr td {
    padding: 0 0;
    text-align: left;
    width: 100%;
  }
  .confirm_form table tr th:nth-child(2), .confirm_form table tr td:nth-child(2) {
    /*border-bottom: 1px solid #cdcdcd;
    padding-bottom: 16px;*/
  }
  .confirm_form table tr:last-child th:nth-child(2), .confirm_form table tr:last-child td:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .confirm_form table tr:last-child {
    margin-bottom: 0;
  }
  .confirm_form table tr {
    /*margin-bottom: 16px;*/
  }
  .confirm_form table tr th {
    padding-top: 1em;
  }
  .confirm_form table tr td {
    padding: 0 0;
    padding-bottom: 1em;
  }
  .confirm_form {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .wrapper.confirm input[type='button'] {
    background-image: url(../img/contact/arrow_btn.svg);
    background-position: 0 0;
    background-size: 12px 15px;
    border: none;
    border-radius: 0;
    color: var(--cells) !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 15px;
    margin-right: auto;
    order: 1;
    padding: 0 0;
    padding-bottom: 8px;
    width: 100px;
  }
  .wrapper.confirm input[type='button']:hover {
    background-color: #fff;
    background-repeat: no-repeat;
  }
  input[type='submit'] {
    max-width: 100%;
    /*
    padding-bottom: 24px;
    padding-top: 24px;
    */
    width: 300px;
  }
  .wrapper.confirm input[type='submit'] {
    margin-bottom: 40px;
  }
  .contact_form_line:first-child table tbody tr th:first-child {
    display: block;
    line-height: 25.6px;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  .contact_form_line:first-child table, tbody, tr {
    display: block;
    width: 100%;
  }
  .contact_form_line:first-child table tbody tr td {
    display: block;
    padding-left: 0;
    width: 100%;
    /* padding-left: 23px;
    padding-right: 24px; */
  }
  .contact_form_line:nth-child(2) table tbody tr td p {
    margin: 0 auto;
    margin-bottom: 8px;
    margin-top: 3px;
    margin-top: 11px;
    text-align: center;
    width: 100%;
  }
  .confirm_form_line {
    /*margin-bottom: 40px;*/
    margin-top: 0;
    width: 100%;
  }
  .contact_btn {
    letter-spacing: 2px;
    max-width: 263px;
    padding-bottom: 20px;
    padding-top: 22px;
  }
  select {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
  }
  .wrapper.complete h3 {
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 32px;
    text-align: left;
  }
  .complete_img {
    margin-bottom: 32px;
  }
  .contact_btn span {
    line-height: 22.4px;
  }
  .confirm.wrapper h3 {
    letter-spacing: 2px;
    padding-bottom: 0;
  }
  .contact_form_line:first-child table tbody tr td .radio label .checkmark {
    transform: none;
  }
  .contact_form_line:first-child
  table
  tbody
  tr
  td
  .radio
  label
  .checkmark:after {
    left: .22em;
    top: .2em;
  }
  .contact_form_line:first-child table tbody tr td .radio label {
    display: flex;
    letter-spacing: .6px;
  }
  .contact_form_container .attention {
  }
  .contact_form_container .attention p {
    padding: 16px;
  }
  .contact_form_line:nth-child(2) table {
    border: none;
  }
  .check_content {
    margin: 0 auto 32px;
    max-width: 100%;
  }
  .contact_form .check_content .text1 {
    letter-spacing: .01em;
    line-height: 1.7;
    margin-left: 0;
  }
  .contact_form .check_content span.text {
    letter-spacing: 4px;
    margin-left: 0;
  }
  .contact_form_line:nth-child(2)
  table
  tbody
  tr:nth-child(2)
  td:nth-child(2)
  label:first-child
  input[type='text'] {
    margin-bottom: 15px !important;
  }
  .alert {
    margin-bottom: 0 !important;
  }
  .mt_15 {
    margin-top: 15px;
  }
  .check_text {
    padding-left: 1.8px;
  }
  .contact_form_line:nth-child(2) table tbody tr:first-child {
    padding-top: 24px;
  }
  .contact_form_line:nth-child(2) table tbody tr:last-child td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.complete.wrapper h3:before {
  content: none;
}

@media only screen and (max-width: 450px) {
  .contact_mainlist li div .arrow2::before {
    right: 30%;
  }
}
/*# sourceMappingURL=contact.css.map */
.myStyle {
  background-color: #fff !important;
  color: #000 !important;
}

/* 製品導入ご検討の方 */

.contact_form_2 .check_content:not(.check_footer) {
  margin-bottom: 0;
  margin-right: 40px;
}
.contact_form_2 .check_content:last-child {
  margin-bottom: 0;
}

.radio_group {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.radio2 {
  /* display: inline-block; */
  width: 31%;
}
.radio2 label {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  padding-left: 35px;
  position: relative;
}
.radio2 label input[type='radio'] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 1px;
  margin-right: 12px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.radio2 label .checkmark {
  /*border: 2px solid #28a7e1;*/
  border: 2px solid var(--color-gray-L);
  border-radius: 50%;
  aspect-ratio: 1/1;
  width:1.2em;
  /*
  width: 18px;
  height: 18px;
  */
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.radio2 label .checkmark:after {
  background: #fff;
  border-radius: 50%;
  content: '';
  display: none;
  aspect-ratio: 1/1;
  width: 55%;
  /*
  height: 10px;
  width: 10px;
  */
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%,-50%)
}
.radio2 label input:checked ~ .checkmark {
  border-color: var(--cells);
}
.radio2 label input:checked ~ .checkmark:after {
  display: block;
  background: var(--cells);
}
.radio2_text {
  display: block;
  text-align: right;
  width: 69%;
}

.form2_group {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.form2_group_2 {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.contact_form_line:nth-child(2) table tbody tr td p.form2_group_box {
  border: 1px solid #707070;
  margin: 0 0;
  margin-left: 20px;
  padding: 3px 0;
  text-align: center;
  width: 63px;
}
.contact_form_line:nth-child(2) table tbody tr td p.form2_group_text {
  color: #333;
  font-weight: 300;
  line-height: 27px;
  margin: 0 0;
  text-align: right;
  width: calc(100% - 248px);
}
.contact_form_line:nth-child(2) table tbody tr td p.form2_group_box.nobox {
  border: none;
  padding: 0 0;
  width: auto;
}
.no_mb {
  margin-bottom: 0;
}
.contact_form_2 .check_footer {
  display: block;
  margin-bottom: 24px !important;
}
.mr_16 {
  margin-right: 16px;
}
.contact_form_line:nth-child(2)
  table
  tbody
  tr
  td
  label
  input[type='text'].mb_15 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 828px) {
  .mr_16 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 769px) {
  .contact_form_2 .check_content {
    margin-bottom: 5px;
    margin-right: 20px;
  }
  .border_tr {
    border-bottom: 1px solid var(--color-gray-L);
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  /* .contact_form_2
  .contact_form_line:nth-child(2)
  table
  tbody
  tr:nth-child(2)
  td:nth-child(2)
  label:first-child
  input[type='text'] {
    margin-bottom: 0 !important;
  } */
  .radio_group {
    flex-wrap: wrap;
  }
  .radio2 {
    margin-bottom: 24px;
    width: 100%;
  }
  .radio_group .radio2:last-child {
    margin-bottom: 0;
  }
  .radio2_text {
    width: 100%;
  }
  .form2_group_2 {
    flex-wrap: wrap;
  }
  .contact_form_line:nth-child(2) table tbody tr td p.form2_group_text {
    /* order: -1; */
    margin-top: 10px;
    width: 100%;
  }
  .form2_group {
    flex-wrap: wrap;
  }
  .form2_group.number {
    flex-wrap: nowrap;
    margin-top: 16px;
  }
  .form2_group label {
    width: 100%;
  }
  .form2_group .label_text {
    width: calc(100% - 85px);
  }
  /* .contact_form_line:nth-child(2) table tbody tr td p.form2_group_box{
    margin-right: 0;
    margin-left: auto;
  } */
  .contact_form_line:nth-child(2) table tbody tr td p.form2_group_box.nobox {
    text-align: left;
  }
  .contact_form_2 .check_footer {
    margin: 0 auto;
  }
  .mr_16 {
    margin-right: 0;
  }
  .contact_form_line:nth-child(2)
  table
  tbody
  tr
  td
  label
  input[type='text'].mr_16 {
    margin-bottom: 15px !important;
  }


  .contact_form_line:first-child table tbody tr td label.error {
    padding: 0 20px;
  }
}

/* その他 */
.text_area_mb {
  margin-bottom: 8px;
}
.contact_form_3 .contact_form_line:first-child table {
  margin-bottom: 0;
}
.contact_form_line:first-child table tbody tr td .noborder {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .contact_form_line:first-child table tbody tr td {
    padding-left: 0;
  }
}
.radio2_noactive {
  display: none;
}
.radio_noactive {
  display: none;
}
.radio2_active {
  display: table-row;
}
.radio_active_table {
  display: table-row;
}
@media only screen and (max-width: 769px) {
  .radio2_active {
    display: block;
  }

  .radio_active_table {
    display: block;
  }
}

.p-country-name {
  display: none;
}

select::-ms-expand {
  display: none;
}
#fileArea.dragover {
  background-color: #f5f5f5;
}

#fileArea.dragover > * {
  pointer-events: none;
}

/* 体験デモ */
.form_date {
  margin-top: 10px;
}

.form_date:first-child {
  margin-top: 0;
}

.contact_form_line:nth-child(2) table tbody tr td .form_date .text {
  font-weight: normal;
}

.form_date .text span {
  color: #f25858;
  font-weight: bold;
}

/* Cellsドライブ案内通知書再発行依頼 */
.contact_form_container .drive_address {
  display: none;
}

/* 体験デモ希望日時 */
.demo_nonactive {
  display: none;
}

.demo_nonactive th .demo_text {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 10px;
}

#郵便番号-error {
  display: none!important;
}

.contact_btn_box {
  display: flex;
  justify-content: center;
}

.contact_btn_box .contact_btn {
  margin: 0 0 0 20px;
  max-width: 250px;
  width: 100%;
}

.contact_btn_box .contact_btn:first-child {
  margin: 0;
  position: relative;
}

.contact_btn_box .contact_btn:first-child::before {
  background-image: url(../img/top/arrow_btn.svg);
  background-repeat: no-repeat;
  background-size: 8px 15px;
  content: '';
  height: 15px;
  left: 15px;
  position: absolute;
  top: calc(50% - 5px);
  transform: rotate(180deg);
  width: 8px;
}

@media only screen and (max-width: 767px) {
  .contact_btn_box {
    align-items: center;
    flex-direction: column;
  }

  .contact_btn_box .contact_btn {
    margin: 10px 0 0 0;
  }
}
.detect_ie.ie {
  display: none;
}
.input_ie {
  display: block;
  margin-bottom: 10px;
}
.input_ie:last-child {
  margin-bottom: 0;
}
.textarea_consideration {
  display: none;
}

.contact_form.m-thanks {
  text-align: center
}
.wrapper.complete {
  text-align: center;
}
.complete_img {
  width: 80px;
  margin: auto;
}
.wrapper.complete h3 {
  text-align: center;
  line-height: 1.5;
  letter-spacing: .075em;
  font-size: var(--font-mds);
  margin-bottom: 0;
}
.wrapper.complete {
  padding-bottom: 20px;
}
.wrapper.complete .confirmation-notice {
  padding-bottom: 2em;
}
.wrapper.complete .confirmation-notice h4 {
  color: #f00;
  margin-bottom: 1em;
}
.wrapper.complete .confirmation-notice p {
  font-size: 14px;
}
.wrapper.complete .confirmation-notice p+p{
  margin-top: 1em;
}
.wrapper.complete .b-links {
  margin-top: 1em;
}

.wrapper.complete .b-links a {
  width: 250px;
  background: var(--cells);
  margin: .3em .3em;
  padding: .4em 2em .55em 1.5em;
}
.wrapper.complete .b-links a::after {
  border-color: #fff;
}
.wrapper.complete .b-links .e-txt {
  font-size: 16px;
  color: #fff;
}

.xdsoft_datetimepicker * {
  font-size: 14px;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .wrapper.complete .b-links a::before {
    display: none
  }
  .wrapper.complete .b-links a {
    transition:.3s all;
  }
  .wrapper.complete .b-links a:hover {
    background-color: var(--cells-L);
    border-color: var(--cells-L);
  }
  
}

.contact .notice a {
    color: #0e6eb8;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 27px;
    text-decoration: underline;
}
.contact .notice {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 27px;
	color:red;
	text-align: center;
	margin-bottom: 20px;
}