@charset "utf-8";
/* head
------------------------------------------------------------*/
.head_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/company/bg.jpg");
  /* background-blend-mode: multiply;
  background-color: #595757;*/
}
/* com
------------------------------------------------------------*/
.com_read {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 3%;
  line-height:1.8;
}
@media screen and (max-width: 575px) {
  .com_read {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.boss_subname {
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.boss_name {
  font-size: 3.5rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-top: 5px;
  padding-top: 0px;
  line-height: 1.0;
}
.n_table {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}
.n_table th {
  width: 25%;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
.n_table th {
  width: 28%;
}
}
.n_table td {
  width: 75%;
  background-color: #fff;
}
.n_table th, .n_table td {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #929292;
  font-feature-settings: "palt";
}
.access_area img {
  margin-bottom: 15px;
}
.map_ttl {
  font-size: 2.6rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-top: 5px;
  padding-top: 5px;
  line-height: 1.0;
  color: #FFFFFF;
  padding-bottom: 5px;
  background-color: #152A8C;
  margin-bottom: 15px;
}
.map_tx {
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .map_tx {
    padding-bottom: 10px;
  }
}
.map_tx span {
  font-size: 1.8rem;
  color: #E60012;
}
.map_box iframe {
  width: 100%;
  height: 400px;
}