#page.in.company .month_table {
  border-bottom: 1px solid #bbbcbc;
}
#page.in.company .month_table tr {
  border-bottom: none;
}
#page.in.company .month_table tr th {
  box-sizing: border-box;
  border-right: none;
  width: 72px;
}

#page.in.company .mail span {
  color: #fff;
}

#page.in.company .logo {
  text-align: right;
}

.no_border {
  border: none!important;
}

#page.in.company .fl_box {
  display: flex;
  padding-top: 120px;
  margin-top: -120px;
}

#page.in.company .fl_box figure {
  width: 30%;
  margin-right: 20px;
}

#page.in.company .fl_box h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

#page.in.company .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

#page.in.company .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#ec a {
  color: #4169e1;
  text-decoration: underline;
}

#ec a::after {
  content: "↗";
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.75em;
  transform: translateY(-1px);
  opacity: 0.7;
}

hr {
  border-width: 2px 0px 0px 0px;
  border-style: solid;
  border-color: gray;
  height: 2px;
}

#page.in.company .more {
  display: block;
  width: 50%;
  max-width: 350px;
  background: #b20718;
  color: #fff;
  text-align: center;
  margin: 30px auto;
  padding: 15px 0;
  border-radius: 80px;
  border: none;
  box-shadow: 0 0 5px #941412;
  font-size: 18px;
}

#page.in.company section#cta {
  background: #e2e2e2;
  padding: 0px 0px 16px 0px;
}

#page.in.company section#cta h2 {
  text-align: center;
  font-weight: 700;
  color: #bf0400;
  font-size: 26px;
}

.pro_tbl {
  width: 300px;
  border-top: none !important;
  border-bottom: none !important;
  margin: 0;
}

.pro_tbl tr {
  border-top: none !important;
  border-bottom: none !important;
}

.pro_tbl td {
  padding: 0;
}

/*cta*/
@media (min-width: 1px) and (max-width: 940px) {
  table tr td .col {
    margin-left: 0;
  }
}
@media (min-width: 1px) and (max-width: 640px) {
  #page.in.company .fl_box {
    display: block;
  }

  #page.in.company .fl_box figure {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  #page.in.company .fl_box figure img {
    max-width: 280px;
  }

  #page.in.company .fl_box .hd_box {
    margin-bottom: 30px;
  }

  #page.in.abc .contact ul li a {
    display: block;
    font-size: 13px;
    padding: 2px 0;
    text-decoration: none;
  }

  #page.in.abc .contact ul li.tel a span.no {
    font-size: 15px;
    font-weight: bold;
    color: #dd051a;
    padding: 5px 0 0;
  }
  #page.in.abc .contact ul li.tra a span.no {
    font-size: 15px;
    font-weight: bold;
    color: #dd051a;
    padding: 5px 0 0;
  }
  #pageMv h1 {
    padding: 10vw 0;
    font-size: 7vw;
    color: #fff;
  }
  table tr th {
    width: 70px;
  }
}

#page.in.company .btn-wrapper {
  display: flex;
  justify-content: center;
}

#page.in.company .btn-wrapper .btn {
  background-color: #a01410;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 220px;
  min-width: 120px;
  padding: 18px 0;
  margin: 12px 0 12px 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.25s ease;
  opacity: 1;
}

#page.in.company .btn-wrapper .btn:nth-of-type(1) {
  margin-left: 0;
}

#page.in.company .btn-wrapper .btn:hover {
  background-color: #8f100c;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#page.in.company .btn-wrapper .btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#page.in.company .bnr_section {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 50px;
}

#page.in.company .bnr_section a {
  width: 100%;
}

#page.in.company .bnr_section a:nth-of-type(1) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  #page.in.company .top-banner {
    display: block;
  }
  #page.in.company .top-banner li {
    width: 100%;
    padding: 5px 5px;
    box-sizing: border-box;
  }

  #page.in.company .top-banner li img {
    max-width: 100%;
    height: auto;
    text-align: center;
  }

  #page.in.company .btn-wrapper {
    flex-direction: column;
    align-items: center;
  }

  #page.in.company .btn-wrapper .btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  #page.in.company .bnr_section {
    flex-direction: column;
  }

  #page.in.company .bnr_section a:nth-of-type(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

/*このCSS下田記述 事業部詳細へ飛ぶbtn部分　終わり*/

/*このCSS下田記述 資料請求ボタン部分*/

#page.company section#cta .cta_box .right a.btn2 {
  color: #fff;
  padding: 10px;
  background-color: blue;
  display: block;
  margin: 10px auto;
  text-align: center;
  box-shadow: 0px 5px darkblue;
  width: 90%;
  max-width: 300px;
  font-size: 22px;
}

#page.in.company section#cta .cta_box .right a.btn2:active {
  background-color: #4169e1;
  box-shadow: none;
  position: relative;
  top: 5px;
}

#page.in.company section#cta .cta_box .right a.btn2:hover {
  background-color: #4169e1;
}

#page.in.company .wrap h2 {
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
    #page.in.company .wrap h2 {
        padding-bottom: 20px;
      }
}