@charset "UTF-8";
/****************************************
　　　　色
****************************************/
:root {
  --color-synapseblue-dark:#14b8a6;
  --color-synapseblue:#00b0bd;
  --color-synapseblue-light:#66c8cf;
  --color-synapseblue-light2:#ebfaf8;
  --color-gray:#696969;
  --color-lightgray:#dcdcdc;
}

/****************************************
　　　　構成部分
****************************************/
#synapse-station #container {
  text-align: left;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #synapse-station #main_area {
    width: 100%;
  }
  #synapse-station #container {
    width: 100%;
  }
}
#synapse-station img {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 769px) {
  #synapse-station .menu-list {
    display: flex;
    justify-content: space-between;
  }
  #synapse-station .menu-list__item {
    width: 49%;
  }
}
#synapse-station .menu-list__item {
  padding-bottom: 10px;
}
#synapse-station .menu-list__item a {
  display: block;
  padding: 10px 0;
  text-align: center;
  border-radius: 30px;
}
@media print, screen and (min-width: 769px) {
  #synapse-station .menu-list {
    padding: 10px 100px;
  }
}
#synapse-station .station .menu-list .station a {
  background-color: var(--color-synapseblue-dark);
  color: white;
  font-weight: bold;
}
#synapse-station .station .menu-list .satellite a {
  color: var(--color-synapseblue-dark);
  background-color: var(--color-lightgray);
  font-weight: bold;
}
#synapse-station .station .menu-list .satellite a:hover {
  background-color: var(--color-synapseblue-dark);
  color: white;
  font-weight: bold;
}
#synapse-station .station__about:before {
  content: "";
  display: block;
  height: 300px;
  margin-top: -250px;
  visibility: hidden;
}
#synapse-station .satellite .menu-list .station a {
  color: var(--color-synapseblue-dark);
  background-color: var(--color-lightgray);
  font-weight: bold;
}
#synapse-station .satellite .menu-list .station a:hover {
  background-color: var(--color-synapseblue-dark);
  color: white;
  font-weight: bold;
}
#synapse-station .satellite .menu-list .satellite a {
  background-color: var(--color-synapseblue-dark);
  color: white;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #synapse-station .satellite .map {
    margin-left: 50px;
  }
}
#synapse-station .heading-lv1-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
#synapse-station .heading-lv1 {
  color: var(--color-synapseblue-dark);
  font-size: 1.8em;
  text-align: center;
  border-top: none;
  border-bottom: solid 1px var(--color-synapseblue-dark);
  display: inline;
  font-weight: normal;
}
#synapse-station .heading-lv2 {
  color: var(--color-synapseblue-dark);
  font-size: 1.6em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: dotted 1px var(--color-gray);
}
#synapse-station .heading-lv3 {
  color: var(--color-synapseblue-dark);
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: bold;
}
#synapse-station .section-box {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 20px;
}
@media print, screen and (min-width: 769px) {
  #synapse-station .section-box {
    padding: 60px 100px;
  }
}
#synapse-station .section-box:nth-child(odd) {
  background-color: var(--color-synapseblue-light2);
}
#synapse-station .inner-box {
  margin: 0 auto 30px auto;
}
@media print, screen and (min-width: 769px) {
  #synapse-station .inner-box {
    width: 95%;
  }
}
#synapse-station .service__title {
  font-weight: bold;
  font-size: 1.2em;
}
#synapse-station .service__desc {
  margin-left: 0;
}
#synapse-station .visit__name {
  font-weight: bold;
  font-size: 1.3em;
}
#synapse-station .support__list {
  list-style: disc;
  margin-left: 1em;
}
#synapse-station .application__list {
  list-style: decimal;
  margin-left: 1em;
}
#synapse-station .satellite__shop {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 769px) {
  #synapse-station .satellite__shop p {
    margin-left: 50px;
  }
}
#synapse-station .satellite__shop-name {
  font-weight: bold;
  font-size: 1.3em;
}
@media print, screen and (max-width: 768px) {
  #synapse-station .map {
    margin-left: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  #synapse-station .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

#container dl {
  margin: auto;
}
#container #contact {
  margin: 0px auto 0;
}
#container #contact a.contactListLink {
  color: #333;
  text-decoration: none;
}
#container #contact p {
  margin: auto;
}
#container #contact #contact .contactList {
  width: 100%;
}
#container #contact .contactFormButton {
  color: white;
}
#container #contact .popupTel .popupContainer {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #container #contact .contactList {
    width: 48%;
  }
}

@media only screen and (min-width: 769px), print {
  #pagetop_pc {
    padding-right: 0;
  }
}
