@charset "UTF-8";
/* フォントサイズ
=========================================== */
/* 矢印
=========================================== */
/* 角丸
=========================================== */
#page_title {
  background-image: url(../img/aboutus/page_title.jpg);
}

#page_title::before {
  z-index: -1;
}

#information {
  margin-top: 6em;
}

@media only screen and (max-width: 767px) {
  #information {
    margin-top: 14vw;
  }
}

#information .flex > div:nth-child(1) {
  width: 43%;
  padding-right: 2.5em;
}

@media only screen and (max-width: 767px) {
  #information .flex > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 5vw;
  }
}

#information .flex > div:nth-child(2) {
  width: 57%;
}

@media only screen and (max-width: 767px) {
  #information .flex > div:nth-child(2) {
    width: 100%;
  }
}

#information table {
  border-top: 1px #e9e9e9 solid;
}

#information table tr {
  background-color: rgba(255, 255, 255, 0.4);
  font-family: "-apple-system", BlinkMacSystemFont,'Noto Sans JP', sans-serif;
  border-bottom: 1px #e9e9e9 solid;
  padding: 1.5em 2em;
  vertical-align: middle;
}
#information table.about{
  margin-top: 3em;
  border-top: none;
}
#information table.about tr {
  width: 49%;
  border-left: 1px #e9e9e9 solid;
}
#information table.about th{
  width: 12rem;
}

#information table th {
  font-size: 1.6rem;
  width: 35%;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#information table td {
  font-size: 1.4rem;
  line-height: 1.7;
}

#information table td span {
  display: inline-block;
  line-height: 1;
}

#information table td span img {
  vertical-align: middle;
}

#information table td a.map {
  display: inline-block;
  margin-left: 0.5em;
}

#information table td a.map img {
  vertical-align: baseline;
}

@media only screen and (max-width: 767px) {
  #information table.about tr {
    width: 100%;
  }
}

#group {
  margin-top: 4em;
}

@media only screen and (max-width: 767px) {
  #group {
    margin-bottom: 5em;
  }
}

#group ul:before {
  content: "";
  display: block;
  width: 32%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  /* 疑似要素beforeの順番を必ず指定する*/
}

#group ul li {
  width: 31.5%;
  font-family: "-apple-system", BlinkMacSystemFont,'Noto Sans JP', sans-serif;
  margin-bottom: 1.25em;
}

@media only screen and (max-width: 767px) {
  #group ul li {
    width: 100%;
  }
}

#group ul li a.acc_title {
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
  border-top: 1px #e9e9e9 solid;
  border-bottom: 1px #e9e9e9 solid;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 1.0em 1em;
  letter-spacing: 0.1em;
  position: relative;
}

#group ul li a.acc_title:before, #group ul li a.acc_title:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 5%;
}

#group ul li a.acc_title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#group ul li a.acc_title.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#group ul li .acc_div {
  background-color: #fff;
  padding: 1em 1.5em;
}

#group ul li dl {
  margin-bottom: 1em;
}

#group ul li dl dt {
  font-weight: bold;
}

#group ul li dl.office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#group ul li dl.office dt {
  width: 30%;
}

#group ul li dl.office dd {
  width: 70%;
}

#group ul li .acc_div {
  display: none;
}
/*# sourceMappingURL=aboutus.css.map */