/**************************フォームの部分ここから*************************************/
dl,
tr {
  display: flex;
  align-items: center;
  /* border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999; */
  margin: 0;
}

dt,
th {
  width: 30%;
  background-color: #eee;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
dd,
td {
  width: 70%;
}
input {
  width: 100%;
  /* height: 50px; */
  /* margin-top: 7px; */
}
dt,
dd,
th,
td {
  /* height: 70px; */
}
/* .textarea dt,
.textarea dd {
  height: 300px;
}
.textarea dt {
  align-items: flex-start;
  padding-top: 20px;
} */
.textarea input {
  height: 280px;
}
.file-upload dt,
.file-upload dd {
  height: 180px;
}
.file-upload dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-upload div,
.file-upload i {
  margin-left: 20px;
  margin-right: 20px;
}
.file-upload i {
  font-size: 120px;
  color: #999;
}
.file-upload p {
  color: #666;
}

.submit-btn-wrap {
  width: 300px;
  margin: 0 auto;
}
.submit-btn {
  width: 100%;
  height: 80px;
  display: inline-block;
  text-align: center;
  background-color: #009e96;
  margin-top: 50px;
  padding: 0px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-bottom: 110px;
  border: none;
  outline: none;
}

.submit-btn-contact {
  width: 100%;
  height: 80px;
  display: inline-block;
  text-align: center;
  background-color: #f6ab00;
  margin-top: 50px;
  padding: 0px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-bottom: 110px;
  border: none;
  outline: none;
}
.file-upload img {
  width: 200px !important;
}

.file-upload label {
  position: relative;
  display: inline-block;
  background: #999;
  color: #fff;
  font-size: 14px;
  padding: 5px 25px;
  border-radius: 4px;
  margin-left: 10px;
}
.file-upload label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.file-upload .filename {
  font-size: 12px;
  margin-left: 25px;
}
.textarea th,
.textarea td {
  height: 300px;
}
.textarea th {
  align-items: flex-start;
  padding-top: 20px;
}
.textarea input {
  height: 280px;
}
.mb-20 {
  margin-bottom: 20px;
}

/* テーブル上書き */
table tr {
  align-items: center;
  border-top: 1px solid #999;
  margin: 0;
  border-collapse: collapse;
}
table tr:first-child {
  border-top: none;
}
table th {
  width: 30%;
  background: #eee;
  font-size: 14px;
  border-top: none;
  border-bottom: none;
}
table td {
  border: none;
}
.file-upload td {
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-upload th,
.file-upload td {
  height: 180px;
}
.f_btn1,
.f_btn2 {
  margin: 0 auto;
  text-align: center;
}
.confirm_btn,
.submit_btn,
.back_btn {
  width: 30%;
  height: 80px;
  display: inline-block;
  text-align: center;
  background-color: #c7161e;
  margin-top: 50px;
  padding: 0px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}
.confirm_green,
.submit_green {
  width: 30%;
  height: 80px;
  display: inline-block;
  text-align: center;
  background-color: #009e96 !important;
  margin-top: 50px;
  padding: 0px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}
.back_btn {
  background-color: #ccc;
}

/******************************11/20追加ここから****************************************/
@media screen and (min-width: 769px) and (max-width: 1070px) {
  .container {
  }
}
/******************************11/20追加ここまで****************************************/

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  /******************************追加ここから****************************************/
  .top-module .top-module-title {
    font-size: 26px;
  }
  .business-details-first {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .top-module .top-module-title {
    font-size: 22px;
  }
  .business-details-first {
    font-size: 26px;
  }
  .business-details-fourth div {
    top: 23%;
  }
  .business-details-arrow-even {
    right: 20%;
  }
  .header-title-logo img {
    width: 300px !important;
    top: 27px !important;
  }
  .horizontal-rq-wide th,
  .horizontal-rq-wide td {
    height: 140px !important;
  }
}

@media screen and (max-width: 350px) {
  .recruit-title .red-outline-box {
    width: 45% !important;
    font-size: 10px;
  }
}

@media screen and (max-width: 500px) {
  .horizontal-address th,
  .horizontal-address td {
    height: 280px !important;
  }
  .horizontal-wide th,
  .horizontal-wide td {
    height: 180px !important;
  }
  .horizontal-sm-wide th,
  .horizontal-sm-wide td {
    height: 90px !important;
  }
  .horizontal-sp-wide th,
  .horizontal-sp-wide td {
    height: 70px !important;
  }
  .horizontal-rq-wide th,
  .horizontal-rq-wide td {
    height: 200px !important;
  }
}

@media screen and (max-width: 425px) {
  .recruit-title span {
    font-size: 14px;
    padding: 8px 10px !important;
  }
  .red-outline-box {
    font-size: 14px !important;
  }
  .horizontal-address th,
  .horizontal-address td {
    height: 300px !important;
  }
}

@media screen and (min-width: 425px) and (max-width: 500px) {
  .business-details-first {
    /******************************追加ここから****************************/
    font-size: 26px !important;
  }
  .business-details-second {
    font-size: 20px !important;
  }
  .horizontal-rq-wide th,
  .horizontal-rq-wide td {
    height: 120px !important;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .business-details-odd div,
  .business-details-even div {
    /******************************訂正ここから****************************/
    top: 20%;
    left: 10%;
  }
  .business-details-even div {
    right: 15%;
    left: 12%;
  }
  .business-details-third div {
    top: 20%;
    left: 13%;
  }
  .business-details-fourth div {
    top: 15%;
    left: 15%;
    right: 16%;
  }
  .business-details-first {
    /******************************追加ここから****************************/
    font-size: 36px !important;
  }
  .business-details-second {
    font-size: 22px !important;
  }
  .horizontal-rq-wide th,
  .horizontal-rq-wide td {
    height: 150px !important;
  }
}

@media screen and (max-width: 769px) {
  .container {
    width: 96%;
    margin: 0 auto;
  }
  header {
    height: 100px;
    padding-top: 5px;
  }
  header ul {
    padding-left: 0;
    justify-content: space-between;
  }
  .header-wrap {
    display: block;
  }
  .header-wrap img,
  .footer-logo img {
    width: 80%;
  }
  .header-wrap .header-title-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-text {
    font-size: 10px;
  }

  .pc-nav ul {
    width: 95%;
    margin: 0 auto;
  }
  .pc-nav ul li a {
    padding: 0;
    text-align: center;
  }
  /* nav {
        display: none;
    }*/
  .box-title {
    font-size: 26px;
  }
  .top-contact {
    display: block;
  }
  .top-contact .top-contact-link {
    width: 100%;
  }
  .top-contact div {
    width: 100%;
  }
  .top-contact-orange,
  .top-contact-green {
    margin-bottom: 30px;
  }
  .top-small-banner {
    display: block;
    width: 100%;
  }
  .top-small-banner img {
    width: 100%;
  }
  .top-news {
    text-align: center;
    margin: 0 auto;
  }
  .top-recyle {
    width: 100%;
    margin: 0 auto;
  }
  .top-linework {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .footer-box {
    display: block;
  }
  .top-module {
    display: block;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .top-module img {
    width: 100% !important;
  }
  .top-module figure {
    margin-left: 0;
  }
  .top-module a {
    /******************************追加ここから****************************************/
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  /* .business-details {
        display: block;
    } */
  .business-details-odd,
  .business-details-even,
  .business-details-third,
  .business-details-fourth {
    width: 100%;
    /* text-align: left; */
    height: auto;
  }
  .business-details-odd div,
  .business-details-even div {
    /******************************訂正ここから****************************/
    top: 20%;
    left: 10%;
  }
  .business-details-third div {
    top: 20%;
    left: 13%;
  }
  .business-details-fourth div {
    top: 15%;
    left: 15%;
  }
  .business-details-arrow-even {
    right: 20px;
  }
  .business-details-first {
    /******************************追加ここから****************************/
    font-size: 26px;
  }
  .business-details-second {
    font-size: 18px;
  } /******************************追加ここまで****************************/

  .top-banner {
    display: block;
  }
  .top-banner p {
    padding-left: 20px;
    font-size: 20px;
  }
  .top-banner img,
  .top-banner div {
    width: 100%;
    padding-left: 0;
  }
  .top-banner div::before {
    right: 10px;
    font-size: 30px;
  }
  .top-dispose-link {
    display: block;
  }
  .main-module {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }
  .main-module figure {
    width: 100%;
  }
  .main-module figure .img-ceo {
    width: 90%;
  }
  .main-module div {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    text-align: left;
  }

  .horizontal-table {
    margin: 0 auto;
    width: 100%;
  }
  .third-banner {
    display: block;
    height: auto;
  }
  .third-banner img {
    width: 100%;
  }
  .third-banner div {
    width: 100%;
    display: table-cell;
  }
  .content {
    display: block;
  }
  .transformer-img,
  .equipment-img {
    width: 100%;
  }
  .battery-handling-recycle {
    margin-right: 0;
  }
  .battery-handling-quote {
    margin-left: 0;
  }
  .battery-handling-quote img {
    width: 100%;
  }
  .battery-example-items {
    display: block;
  }
  .battery-example-box {
    width: 100%;
    padding: 0;
  }
  .battery-example-title {
    text-align: center;
  }
  .battery-example-box-caution {
    width: 100%;
    height: auto;
  }
  .battery-other-box {
    display: block;
  }
  .vehicles-lineup div {
    width: 100%;
  }
  .ISO-cert {
    display: block;
  }
  .ISO-cert img {
    width: 100%;
    padding-left: 0;
  }
  .ISO-cert img:last-child {
    width: 100%;
    padding-right: 0;
  }
  .checkbox dt,
  .checkbox dd {
    height: auto;
  }
  .red-box {
    width: auto;
  }
  .recruit-cta img {
    margin: 50px auto;
    width: 80%;
  }
  .regular-employee .red-outline-box,
  .recruit-title .red-outline-box {
    position: static;
    width: 38%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 8px 10px;
  }
  .recruit-title span {
    font-size: 14px;
    padding: 8px 10px !important;
  }
  .hurryup {
    font-size: 30px;
  }
  .regular-employee .box-title-recruit {
    margin-bottom: 10px;
  }

  .recruit-title,
  .recruit-title h4 {
    display: block;
  }
  .sp-recruit-title {
    position: relative;
  }
  .sp-recruit-title span {
    position: absolute;
    top: 10px;
    left: 30%;
    transform: rotate(-10deg);
  }
  .recruit-title .red-box {
    display: inline-block;
    margin-left: 50px;
  }
  .file-upload dd,
  .file-upload td {
    display: block;
  }
  .file-upload img {
    width: 120px !important;
    margin-top: 20px;
    margin-left: 80px;
  }
  .file-upload div {
    margin-left: 30px;
  }
  .file-upload p {
    margin: 0;
  }
  .file-upload label {
    position: relative;
    display: inline-block;
    background: #999;
    color: #fff;
    font-size: 14px;
    padding: 5px 25px;
    border-radius: 4px;
    margin-left: 10px;
  }
  .file-upload label input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .file-upload .filename {
    font-size: 12px;
    margin-left: 25px;
  }
  .footer-address img {
    width: 300px !important;
  }
}

main,
footer {
  min-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.header-text {
  font-weight: normal;
}
.top-section-banner {
  margin-bottom: 5rem;
}
.container2 {
  width: 38%;
}
/* .textarea textarea {
  width: 100%;
  height: 300px;
} */
footer {
  margin-top: 5rem;
}
.top-contact-green img {
  width: 147px;
}
.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
  content: "";
  display: none;
}
.dropify-wrapper .dropify-message span.file-icon img {
  max-width: 415px;
  width: 100%;
}

#inquiry table th {
  padding: 0.5em 1em;
  border-top: #9fa0a0 1px solid;
  border-bottom: #9fa0a0 1px solid;
  border-right: none;
  font-weight: normal;
  /* width: 10em; */
  vertical-align: middle;
}
#inquiry table td {
  border: #9fa0a0 1px solid;
  border-left: none;
  padding: 0.5em 1em;
  word-break: break-all;
}
#inquiry table td.border_noleft {
  border-top: #9fa0a0 1px solid;
  border-bottom: #9fa0a0 1px solid;
  border-left: none;
}
#inquiry table {
  border: #9fa0a0 1px solid;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  display: table;
}
#inquiry table tr {
  display: table-row;
}
#inquiry table th,
#inquiry table td {
  height: auto;
  display: table-cell;
  padding: 1rem;
}
/* #inquiry table td input[type="text"] {
  width: 100%;
  margin-top: 0;
} */
.dropify-wrapper {
  box-sizing: border-box;
}
#inquiry .f_btn1 {
  display: block;
}
#inquiry .f_btn2 {
  display: none;
}
#inquiry.confirm .f_btn1 {
  display: none;
}
#inquiry.confirm .f_btn2 {
  display: block;
}
.txt_alert {
  margin-top: 1rem;
  color: #f00;
}
.dropify-wrapper img {
  width: auto;
}
#inquiry.confirm .f_btn2 .back_btn {
}

@media screen and (max-width: 769px) {
  main,
  footer {
    min-width: 96%;
    width: 96%;
  }
  .fb-like-box {
    width: 96%;
  }
  .header-title-logo a img {
    width: 70%;
    max-width: 300px;
  }
  .top-module figure {
    width: 100%;
  }
  .container2 {
    width: 100%;
  }
  .top-small-banner-img,
  .top-small-banner-img2 {
    width: 100%;
  }

  .confirm_btn,
  .submit_btn,
  .back_btn,
  .confirm_green,
  .submit_green {
    width: 45%;
  }
  .confirm_btn,
  .submit_btn,
  .back_btn {
    height: 50px;
    font-size: 14px;
  }
  #inquiry table th,
  #inquiry table td {
    display: block;
    width: 96%;
    border: none;
    padding: 12px 2%;
  }
}
