@charset "UTF-8";
html {
  font-size: 62.5%;
}

html,
body {
  color: #565656;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 300;
}

h1,
h2,
h3 {
  font-weight: 300;
  margin: 0;
}

h4,
h5 {
  font-weight: 300;
  margin: 0;
  line-height: 2rem;
}

h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
}

h2 {
  font-size: 2.3rem;
  line-height: 3rem;
  margin-bottom: 0.9rem;
}

h3 {
  font-weight: 300;
  margin-bottom: 0.9rem;
  font-size: 2.1rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1.1rem;
}

h5 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1rem;
  margin-bottom: 0.9rem;
}

p {
  line-height: 1.8;
  font-size: 16px;
  margin: 0 0 15px;
}

#sub-nav {
  background-color: #2356A0;
  padding: 10px 0;
}
#sub-nav span {
  color: #fff;
}
#sub-nav span:first-child {
  margin-right: 20px;
}

.main-nav a {
  color: #343434 !important;
  font-size: 14px;
  font-weight: 700;
}
.main-nav a:hover {
  color: #2356A0 !important;
}
.main-nav a:last-child {
  padding-right: 0;
}

.hello h2 {
  font-size: 2.8rem;
  position: relative;
  top: -30px;
  color: #2356A0;
}

.parenthesis {
  position: relative;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  border-left: 1px solid #ccc;
}
.parenthesis::after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  border-right: 1px solid #ccc;
}

.features {
  text-align: center;
}
.features .button {
  padding: 15px 40px;
  color: #fff;
  background-color: #5088d9;
  border-radius: 30px;
  display: inline-block;
}
.features .button:hover {
  opacity: 0.8;
}
.features .button-wrapper {
  text-align: center;
  margin-top: 30px;
}

.summary h2 {
  margin-bottom: 40px;
  font-size: 2.8rem;
  color: #2356A0;
}
.summary h2::before {
  content: "- ";
  color: #2356A0;
}
.summary h2::after {
  content: " -";
  color: #2356A0;
}
.summary p {
  line-height: 2;
  font-size: 16px;
}

.service2 h3 {
  font-size: 2rem;
}
.service2 .panel {
  border-bottom-right-radius: 20px;
}

.home-wrapper.sub {
  padding: 80px 0;
}
.home-wrapper.sub h1 {
  font-size: 35px;
}

#laboratory-info li {
  font-size: 1.4rem;
  line-height: 1.8;
  border-bottom: 2px dotted rgba(35, 86, 160, 0.15);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#laboratory-info h3 {
  margin-bottom: 30px;
}

#greeting {
  border-bottom-right-radius: 30px;
  padding: 30px;
  background-color: #fff;
}
#greeting h2 {
  margin-bottom: 30px;
}
#greeting p {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 2.2;
}
#greeting .sign {
  text-align: right;
  font-weight: 700;
}

#we-want h2 {
  margin-bottom: 30px;
}
#we-want ul {
  margin-left: 20px;
}
#we-want li {
  color: #2356A0;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-right: 20px;
}
#we-want li span {
  color: #fff;
  background-color: #2356A0;
  height: 30px;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
}

#contact .button {
  padding: 15px 40px;
  color: #fff;
  background-color: #5088d9;
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 70px;
  font-size: 1.6rem;
}
#contact .button:hover {
  opacity: 0.8;
}

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