/* =========================
header
========================= */
#nav .nav-list .nav-company a:after {
  width: 100%;
  bottom: 0;
  left: 0%;
}

/* =========================
page-head
========================= */
.page-head {
  background-image: url("/company/img/head-sp.jpg");
}

@media screen and (min-width: 768px) {
  .page-head {
    background-image: url("/company/img/head-pc.jpg");
  }
}
/* =========================
contents
========================= */
.contents {
  color: #5a5a5a;
}

body{
  font-size: 1.5em;
  letter-spacing: 1.2px;
}
p{
  margin-bottom:1em;
  font-family: "Arial";
}

/* =========================
overview
========================= */
.overview {
  padding: 10px 0 0;
  margin: 0 auto 92px;
}
.overview .overview-list {
  width: 100%;
  border-top: 1px solid #7fa4ce;
}
.overview .line {
  border-bottom: 1px solid #7fa4ce;
}
.overview .line-head,
.overview .line-body {
  display: block;
}
.overview .line-head {
  padding: 12px 10px 4px 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
.overview .line-body {
  padding: 0 10px 12px 10px;
  font-size: 1.4rem;
}
.overview .line-body .service .service-list {
  padding-left: 1em;
  text-indent: -1em;
}
.overview .line-body .badge-list {
  letter-spacing: -0.4em;
}
.overview .line-body .badge-list .badge-item {
  display: inline-block;
  width: 65px;
  margin: 0 8px;
}
.overview .line-body .badge-list .badge-item:first-child {
  width: 42px;
}
#cntents{
    max-width:980px;
    margin:auto;
    padding:100px 0 0;
}
#sec01 h1 {
    font-size: 1.2em;
    text-align: left;
    padding-top: 2.5em;
    font-weight: bold;
}
#cntents .contents{
    padding-bottom:0;
}
#rap{
    margin: 0 20px;
}
ol{
    list-style-type:decimal;
}
#sec01 ol li {
    margin: 0 0 1em 20px;
    line-height: 200%;
    font-family: "Arial";
}
ol.bracket{
  margin-left:17px;
}
ol.bracket > li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.bracket > li:before {
    content: "(" counter(cnt) ")";
    display: inline-block;
    margin-left: -2.5em;
    width: 2em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
#sec01 a{
    color:-webkit-link;
}

@media screen and (min-width: 768px) {
  .overview {
    margin: 0 auto 108px;
  }
  .overview .line-head,
.overview .line-body {
    display: table-cell;
  }
  .overview .line-head {
    width: 150px;
    padding: 22px 0 22px 10px;
  }
  .overview .line-body {
    padding: 22px 10px 22px 0;
    font-size: 1.6rem;
  }
  .overview .line-body .badge-list {
    letter-spacing: -0.4em;
  }
  .overview .line-body .badge-list .badge-item {
    display: inline-block;
    width: 74px;
    margin: 0 8px;
  }
  .overview .line-body .badge-list .badge-item:first-child {
    width: 48px;
  }
}
/* =========================
history
========================= */
.history {
  margin: 0 auto 88px;
}
.history .history-list {
  position: relative;
}
.history .history-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dce6f2;
  position: absolute;
  top: 16px;
  left: 56px;
}
.history .block-line:not(:last-child) {
  margin: 0 auto 48px;
}
.history .block-ttl {
  margin: 0 auto 32px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.history .block-ttl:before {
  content: "";
  width: 1px;
  height: 16px;
  margin: auto;
  background-color: #5a5a5a;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.history .history-line {
  position: relative;
  margin: 0 auto 24px;
}
.history .history-line:last-child {
  margin: 0 auto 0;
}
.history .history-line:last-child:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 56px;
}
.history .history-line .date {
  width: 106px;
  height: 1.2em;
  line-height: 1.3;
  margin: auto;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
}
.history .history-line .year {
  font-size: 1.6rem;
  position: relative;
  top: -2px;
}
.history .history-line .year:before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #dce6f2;
  position: absolute;
  top: 0.75em;
  left: 42px;
}
.history .history-line .month {
  position: absolute;
  left: 74px;
}
.history .history-line .month:before, .history .history-line .month:after {
  content: "";
  position: absolute;
}
.history .history-line .month:before {
  width: 14px;
  height: 1px;
  background-color: #dce6f2;
  top: 0.6em;
  left: -18px;
}
.history .history-line .month:after {
  width: 9px;
  height: 9px;
  background-color: #7fa4ce;
  border-radius: 100px;
  top: 0.32em;
  left: -22px;
}
.history .history-line .detail {
  padding: 0 0 0 118px;
}

@media screen and (min-width: 768px) {
  .history {
    margin: 0 auto 140px;
  }
  .history .history-list {
    position: relative;
  }
  .history .history-list:before {
    left: 72px;
  }
  .history .block-ttl {
    margin: 0 auto 40px;
    font-size: 1.8rem;
  }
  .history .history-line {
    position: relative;
    margin: 0 auto 44px;
  }
  .history .history-line:last-child:before {
    left: 72px;
  }
  .history .history-line .date {
    width: 162px;
    height: 1.4em;
    font-size: 1.4rem;
  }
  .history .history-line .year {
    font-size: 2.2rem;
    top: -6px;
  }
  .history .history-line .year:before {
    width: 12px;
    top: 0.78em;
    left: 56px;
  }
  .history .history-line .month {
    font-size: 1.6rem;
    left: 96px;
  }
  .history .history-line .month:before {
    width: 12px;
    left: -20px;
  }
  .history .history-line .month:after {
    top: 0.34em;
    left: -28px;
  }
  .history .history-line .detail {
    padding: 0 0 0 162px;
    font-size: 1.6rem;
  }
}
/* =========================
access
========================= */
.access .gmap {
  height: 0;
  padding-bottom: 62.858%;
  margin: 0 auto 24px;
  overflow: hidden;
  position: relative;
}
.access .gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.access .detail {
  font-size: 1.6rem;
  line-height: 1.5;
}
.access .detail .name {
  padding: 0 0 0 10px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 5px solid #004b9e;
}
.access .detail .tel {
  margin: 0 auto 20px;
}
.access .detail .route-line > *:not(:last-child) {
  margin: 0 auto 6px;
}
.access .detail .route-line .means,
.access .detail .route-line .station,
.access .detail .route-line .time {
  display: inline-block;
}
.access .detail .route-line .means {
  width: 7em;
  margin-right: 1em;
}
.access .detail .route-line .station {
  width: 5em;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .access .gmap {
    padding-bottom: 39.2%;
  }
  .access .detail {
    line-height: 1.6;
  }
}/*# sourceMappingURL=style.css.map */

@media print {
  #header{
    display: none;
  }
  #cntents{
    padding:20px 0 0;
  }
}