@charset "utf-8";

/* ============================================================
   co（会社概要・利用規約・プライバシーポリシー共通）
============================================================ */

#main h1 {
  margin-bottom: 25px;
}
#main h1 img {
  width: 100%;
  max-width: 503px;
  height: auto;
}

#lead {
  margin-bottom: 30px;
}
#lead h2 img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}
#lead p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}
#lead ul {
  font-size: 0.85rem;
  padding: 10px 15px 12px;
  background: #bce2ec;
  margin-bottom: 20px;
  border-radius: 4px;
  line-height: 1.8;
}
#img_co {
  width: 100%;
  max-width: 200px;
  height: auto;
  float: right;
  margin: 0 0 16px 16px;
}

/* 会社概要テーブル */
table#co_data {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 0.9rem;
}
table#co_data th {
  padding: 12px 16px;
  width: 140px;
  background: #feefc6;
  border-bottom: 1px solid #e8d5a0;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
table#co_data td {
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #e8d5a0;
  line-height: 1.7;
}
table#co_data td ul {
  padding-left: 0;
}
table#co_data td ul li {
  font-size: 0.85rem;
  line-height: 1.8;
}

/* 地図 */
#gmap {
  width: 100%;
  margin-top: 12px;
}
#gmap iframe {
  width: 100%;
  max-width: 610px;
  height: 350px;
  border: 0;
}

/* ============================================================
   利用規約・プライバシーポリシー共通
============================================================ */

#m_agree,
#m_pp {
  margin-bottom: 20px;
}
#m_agree img,
#m_pp img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

#lead_agree,
#lead_pp {
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 0.9rem;
}

#agree,
#pp {
  background: #fff9f0;
  border: 1px solid #d4b896;
  border-radius: 6px;
  padding: 24px 30px;
  margin-bottom: 30px;
}

#agree p,
#pp p {
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

#agree dt.ttl,
#pp dt.ttl {
  padding: 6px 10px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: bold;
  background: #3389a3;
  margin: 20px 0 10px;
  border-radius: 3px;
}

#agree dd > dl,
#pp dd > dl {
  margin: 6px 0 8px;
}

#agree dl dl dt,
#pp dl dl dt {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 0.85rem;
}

#agree dl dl dd,
#pp dl dl dd {
  padding-left: 1em;
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 4px;
}

#agree dd,
#pp dd {
  margin-bottom: 4px;
  font-size: 0.85rem;
  line-height: 1.7;
}

#pp div#pp_adrs {
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  border: 1px dotted #aaa;
  border-radius: 4px;
  margin: 10px 0;
  font-size: 0.85rem;
}

/* ============================================================
   responsive (max 768px)
============================================================ */
@media (max-width: 768px) {

  #img_co {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 0 16px;
  }

  /* テーブルを縦並びに */
  table#co_data,
  table#co_data tbody,
  table#co_data tr,
  table#co_data th,
  table#co_data td {
    display: block;
    width: 100%;
  }
  table#co_data th {
    white-space: normal;
    background: #feefc6;
    padding: 8px 12px;
    font-size: 0.8rem;
    border-bottom: none;
  }
  table#co_data td {
    padding: 8px 12px 16px;
    font-size: 0.85rem;
    border-bottom: 1px solid #e8d5a0;
  }

  #gmap iframe {
    height: 260px;
  }

  #agree,
  #pp {
    padding: 16px;
  }
}