/* Scss Document */
nav.main-nav ul li#top-page a:link {
  color: #413e66;
}
nav.main-nav ul li#top-page a:hover, nav.main-nav ul li#top-page a:active, nav.main-nav ul li#top-page a:focus {
  color: #1bb1dc;
}
nav.main-nav ul li#company-page a {
  color: #1bb1dc;
}

/* ----------------------------------
	#greeting
----------------------------------- */
#greeting {
  padding: 80px 0;
}
@media (max-width: 575px) {
  #greeting {
    padding-top: 8vw;
  }
}
@media (max-width: 375px) {
  #greeting .section-header h3 {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  #greeting .section-header h4 {
    font-size: 18px;
  }
}
#greeting .photo {
  position: relative;
  margin: 60px 30px 60px 30px;
}
@media (max-width: 575px) {
  #greeting .photo {
    margin: 6vw 10px 6vw 10px;
  }
}
#greeting p {
  margin: 0 0 20px 0;
}
#greeting .photo img {
  width: 100%;
  border: 8px solid #fff;
  transition: 0.5s;
}
#greeting .photo img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
#greeting .photo::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: "";
  background-color: #ebf1fa;
  transition: 0.5s;
}
@media (max-width: 575px) {
  #greeting .photo::before {
    left: -11px;
    top: -10px;
  }
}
#greeting .photo::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: "";
  background-color: #ebf1fa;
  transition: 0.5s;
}
@media (max-width: 575px) {
  #greeting .photo::after {
    right: -11px;
    bottom: -10px;
  }
}
#greeting .greeting-name {
  float: right;
  overflow: hidden;
  _zoom: 1;
  margin-bottom: 80px;
}
#greeting .greeting-name p {
  margin-bottom: 0.5em;
}
#greeting .greeting-name h5 {
  font-weight: 700;
  letter-spacing: 0.2em;
}
#greeting .greeting-name h5 span {
  font-size: 0.8em;
  font-weight: 400;
  display: inline-block;
  margin-left: 1em;
  letter-spacing: 0;
}
@media (max-width: 575px) {
  #greeting .greeting-name {
    float: none;
    text-align: center;
  }
}
#greeting .greeting-top-read h5 {
  font-weight: 700;
  letter-spacing: 0.2em;
}
#greeting .greeting-top-read h5 span {
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 0;
}
#greeting .greeting-top-read h5 span:first-child {
  display: block;
  margin-bottom: 1em;
}
#greeting .greeting-top-read h5 span:nth-of-type(2) {
  display: inline-block;
  padding-left: 20px;
}

/* ----------------------------------
	#history
----------------------------------- */
#history {
  padding: 80px 0;
}
#history .left-border-block {
  border-left: 3px solid #1a5ea8;
  margin-left: 0.2em;
}
#history .left-border-block ul {
  list-style: none;
}
#history .left-border-block ul li {
  margin-bottom: 0.5em;
}
#history .left-border-block dl.introduce {
  width: 100%;
  padding-left: 40px;
}
#history .left-border-block dl.introduce dt {
  clear: both;
  font-weight: normal;
  float: left;
  width: 7em;
}
#history .left-border-block dl.introduce dd {
  overflow: hidden;
  _zoom: 1;
}

@media (max-width: 575px) {
  #history {
    padding: 8vw 0;
  }
  #history .left-border-block {
    border-left: none;
    margin-left: 0;
  }
  #history .left-border-block ul {
    padding-left: 0;
    margin-left: 0;
  }
  #history .left-border-block dl.introduce {
    width: 100%;
    padding-left: 0;
  }
  #history .left-border-block dl.introduce dt {
    clear: both;
    font-weight: bold;
    float: none;
    display: block;
    width: 100%;
  }
  #history .left-border-block dl.introduce dd {
    overflow: hidden;
    _zoom: 1;
  }
}
/* ----------------------------------
	#company
----------------------------------- */
#company {
  padding: 80px 0;
}
@media only screen and (max-width: 575px) {
  #company {
    padding-top: 8vw;
  }
}
#company .section-header h3 {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  #company .section-header h3 {
    font-size: 32px;
    margin-bottom: 5vw;
  }
}

.dl-dots {
  border-bottom: 1px dotted #ccc;
}
@media (min-width: 576px) {
  .dl-dots {
    clear: both;
  }
  .dl-dots dt {
    width: 12em;
    float: left;
  }
  .dl-dots dd {
    overflow: hidden;
    _zoom: 1;
  }
}

#pdf {
  margin: 10px;
  font-size: 0.8em;
  background-color: #f5f8fd;
}