body {
  margin: 0;
  /* プルシアンブルー */
  color: #192f60;
  font-size: 1.2rem;

  /* Google fonts */
  font-family: "Noto Sans JP";
}

section h1 {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #192f60;
}

table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
table th,
table td {
  /* border: 1px solid #999; */
  border-bottom: 1px solid #999;
  padding: 0.5em 1em;
}
table th {
  width: 30%;
}
table td {
  width: 70%;
  text-align: left;
}

.container {
  width: 960px;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 92px;
  z-index: 5;
  background-color: white;
}

/* 固定ヘッダー分の空のdiv */
.header-padding {
  padding: 50px;
}

.company-rogo {
  float: left;
}

.company-name {
  margin-left: 10px;
  height: 92px;
  line-height: 92px;
  float: left;
}

.company-name h1{
  font-size: 2.5rem;
}

header h1 {
  font-size: 1.8rem;
  padding: 0;
  margin: 0 auto;
}

.main-visual {
  width: 100%
  max-height: 680px;
  overflow: hidden;
}

.main-catch {
  position: relative;
}

.main-catch p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size: 24px;
  font-weight: 600;
  color: #192f60;
  text-align: center;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white, -1px 1px 0 white,
    1px -1px 0 white;
  }

.main-catch img {
  height: auto;
  width: 100%;
}

.box-line {
  border: 1px solid gray;
}

.centering {
  text-align: center;
}

.cards {
  display: -webkit-flex;
  display: flex;
}

.summary {
  -webkit-flex: 1;
  flex: 1;
  margin: 10px;
  border: 1px solid #192f60;
  border-radius: 5px;
  padding: 15px;
}

/* Mobile */
@media screen and (max-width: 700px) {
	.cards {
		-webkit-flex-direction: column;
    flex-direction: column;
	}
}


.googlemap {
  padding: 3%;
}

footer {
  color: white;

  background-color: #192f60;
}

.footer-status {
  font-size: 0.8rem;
  color: white;
  margin: 5px 0;

  -webkit-flex: 1;
  flex: 1;
  padding: 15px;
}

.footer-status p {
  font-style: normal;
  margin: 0 auto;
}

.footer-status a {
  color: white;
}

.footer-status h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.copyright {
  width: 100%;
  text-align: center;
}

.copyright p {
  font-size: 0.8rem;
  margin-block-end: 0;
}
