/* 作成者名  中尾　暁*/
/* 使用カラー */
:root {
  --black: #000;
  --navy: #1d4763;
  --red: #b40019;
  --skyblue: #7ac8d0;
  --pink: #f9cebf;
}

/* 使用フォント */
:root {
  --NotoSans: "Noto Sans JP", sans-serif;
  /* Regular 400 Medium 500 SemiBold 600 Bold 700 Black 900 */
  --NotoSerif: "Noto Serif JP", serif;
  /* Regular 400 Medium 500 Bold 700 */
}

.company_wrapper {
  font-family: var(--NotoSans);
  color: var(--navy);
  font-size: 1.7rem;
  width: 101.9rem;
  margin: 0 auto 9.9rem;
  padding-top: 8rem;
}

/* section1↓ */
.com_sec1 {
  margin-bottom: 4.5rem;
}

.com_sec1_font {
  font-weight: 900;
  line-height: calc(59 / 17);
}

/* section1↑ */

/* section2↓ */
.com_sec2 {
  margin-bottom: 12.1rem;
}

.com_table {
  width: 57rem;
}

.c_table_line {
  /* 共通６ */
  border-bottom: 0.2rem solid var(--navy);
  padding: 1.3rem 0;
  display: flex;
}

.c_table_font {
  /* 共通１２ */
  font-weight: 900;
}

.ta_left_area {
  /* 共通６ */
  width: 25%;
}

/* section2↑ */

/* section3↓ */
.map_sec3 {

  padding: 0 1.5rem;
}

.com_map {
  /* 仮入力 */
  height: 41.6rem;
  background-color: #d0d0d0;
}

.frame_map {}

/* section3↑ */

@media screen and (max-width: 699.98px) {
  .company_wrapper {
    width: 37.5rem;
    padding-top: 3rem;
  }

  /* section1↓ */
  .com_sec1 {}

  .com_sec1_font {
    font-size: 1.7rem;
    font-weight: 400;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: 34.5rem;
    line-height: calc(38 / 17);
    letter-spacing: 0;
    /* height: 36.1rem; */
  }

  /* section1↑ */

  /* section2↓ */
  .com_table {
    width: 37.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .c_table_line {
    /* 共通６ */
    width: 34.5rem;
  }

  .c_table_font {
    /* 共通１２ */
  }

  .ta_left_area {
    /* 共通６ */
    font-size: 1.7rem;
    font-weight: 500;
    /* line-height: calc(38 / 17); */
    letter-spacing: 0;
  }

  /* section2↑ */

  /* section3↓ */
  .map_sec3 {
    padding: 0;
  }

  .com_map {
    width: 35.5rem;
    height: 50rem;
    margin: 0 auto;
  }

  .frame_map {}

  .com_sec2 {
    margin-bottom: 10rem;
  }
}