@charset "utf-8";

/* 代表ご挨拶 */
.title .outer {
  display: flex;
}

.title .outer .text {
  letter-spacing: 0;
  line-height: 2;
  margin-right: 1%;
  width: 70%;
}

.title .outer .img {
  width: 40%;
}

.title .title_dn {
  font-size: 1.5rem;
}

.title .name p,
.title .name div {
  text-align: right;
}

/* 会社概要 */
.gaiyo {
  padding: 3% 10% 9% 10%;
}

.list {
  width: 100%;
}

.list th ,
.list td{
  border-bottom: 2px solid;
  border-top: 2px solid;
  line-height: 4;
  text-align: left;
}

.list th{
  width:8rem;
}

.none_bottom_line td{
  border-bottom: hidden;
  padding-top:1.5rem;
  line-height: 1.5;
}

/* アクセス */
.access iframe {
  text-align: center;
}

.map_s {
  display: flex;
  justify-content: space-between;
}

.access_map {
  width: 50%;
}

.access_map p{
  font-size: 1.６rem;
}

/* ==========================================================================
  レスポンシブ対応用メディアクエリー
   ========================================================================== */
/* タブレット横, PC */
@media only screen and (max-width: 792px) {

  /* 代表ご挨拶 */
  .title .outer {
    flex-wrap: wrap;
  }

  .title .outer .img {
    flex-direction: column;
    margin-bottom: 2rem;
    order: 1;
    width: 100%;
  }

  .title .outer .img img {
    width: 70%;
  }

  .title .name p,
  .title .name div {
    text-align: left;
    width: 100%;
  }

  .title .outer .text {
    order: 2;
    width: 100%;
  }

  .title {
    padding: 0 10%;
  }

  /* 会社概要 */
  .list tr {
    line-height: 3;
  }

  /* アクセス */
  .access {
    margin: 0 10%;
  }
}

/* スマートフォン横、タブレット縦j */
@media only screen and (max-width: 430px) {
  .list td {
    padding-right: 0.8rem;
  }
  .map_s {
    display: block;
  }
  
  .access_map {
    width: 100%;
  }
  
  .access_map p{
    font-size: 1.６rem;
  }
}