/* line 4, outline.scss */
.page-title .top-img {
  translate: 54% 0;
  width: 13.5%; }
  @media screen and (max-width: 800px) {
    /* line 4, outline.scss */
    .page-title .top-img {
      right: 72px;
      translate: 0 0;
      width: 108px; } }

/* line 16, outline.scss */
.wrapper h2 {
  margin-bottom: 48px; }
  @media screen and (max-width: 800px) {
    /* line 16, outline.scss */
    .wrapper h2 {
      margin-bottom: 16px; } }
@media screen and (max-width: 800px) {
  /* line 23, outline.scss */
  .wrapper .history h2 {
    margin-bottom: 40px; } }

/* line 36, outline.scss */
.office table tbody th {
  font-size: 20px; }

/* line 45, outline.scss */
.gmap {
  display: inline-block;
  background-image: url("../img/icon_map.svg");
  background-repeat: no-repeat;
  background-position: right center;
  margin-left: 24px;
  padding-right: 20px; }
  @media screen and (max-width: 800px) {
    /* line 45, outline.scss */
    .gmap {
      margin-left: 0; } }

/* line 56, outline.scss */
.o-tel {
  display: inline-block;
  margin-right: 24px; }

/* line 60, outline.scss */
.o-fax {
  display: inline-block; }

/* line 66, outline.scss */
.historylist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 800px) {
    /* line 66, outline.scss */
    .historylist {
      gap: 4px 0; } }
  /* line 75, outline.scss */
  .historylist::before, .historylist::after {
    position: absolute;
    left: 10px;
    width: 1px;
    content: ""; }
  /* line 82, outline.scss */
  .historylist::before {
    top: 8px;
    height: calc(100% - 88px);
    background-color: rgba(0, 64, 151, 0.2); }
  /* line 87, outline.scss */
  .historylist::after {
    bottom: 0;
    height: 80px;
    background: linear-gradient(#004097 0%, rgba(0, 49, 116, 0.3) 54.19%, rgba(0, 32, 76, 0) 100%);
    opacity: 0.2; }
  /* line 93, outline.scss */
  .historylist dt {
    position: relative;
    width: 145px;
    color: #004097;
    font-weight: 500;
    padding: 0 0 56px 36px;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 93, outline.scss */
      .historylist dt {
        width: 100%;
        padding-bottom: 0; } }
    /* line 104, outline.scss */
    .historylist dt::before {
      position: absolute;
      left: 6px;
      top: 8px;
      width: 9px;
      height: 9px;
      content: "";
      background-color: #004097;
      border-radius: 50%; }
  /* line 115, outline.scss */
  .historylist dd {
    color: #525A64;
    width: calc(100% - 145px);
    font-size: 15px;
    padding: 0 0 56px;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 115, outline.scss */
      .historylist dd {
        width: 100%;
        padding: 0 0 40px 36px; } }

/*# sourceMappingURL=outline.css.map */
