/* __________________________________________________ pages */
#sec01, #sec02 {
  max-width: 1240px;
  margin: auto;
  padding: 38px 20px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #sec01, #sec02 {
    display: block;
    padding: 20px 0;
  }
}
#sec01 figure, #sec02 figure {
  flex-basis: 55%;
}
#sec01 figure iframe, #sec02 figure iframe {
  width: 100%;
}
#sec01 > div, #sec02 > div {
  flex-basis: 45%;
  max-width: 45%;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  #sec01 > div, #sec02 > div {
    max-width: 100%;
    padding: 20px;
  }
}
#sec01 > div h2, #sec02 > div h2 {
  margin: 0;
  padding: 10px 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std",sans-serif;
}
#sec01 > div h2 strong, #sec02 > div h2 strong {
  font-size: 1.875rem;
  display: block;
}
#sec01 > div p, #sec02 > div p {
  margin: 20px 0 10px;
  padding: 0;
  line-height: 1.4375rem;
  white-space: nowrap;
}
@media screen and (max-width: 1170px) {
  #sec01 > div p, #sec02 > div p {
    white-space: normal;
  }
}
#sec01 > div p span, #sec02 > div p span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#sec01 > div p span.phone, #sec02 > div p span.phone {
  background: url(../common/img/icon_phone.png) no-repeat left center;
  padding-left: 22px;
  background-size: contain;
  margin-right: 1rem;
}
#sec01 > div p span.fax, #sec02 > div p span.fax {
  background: url(../common/img/icon_fax.png) no-repeat left center;
  padding-left: 28px;
  background-size: contain;
}
#sec01 > div address, #sec02 > div address {
  font-style: normal;
}
#sec01 > div .menulist, #sec02 > div .menulist {
  display: flex;
  justify-content: flex-start;
}
#sec01 > div .menulist ul, #sec02 > div .menulist ul {
  flex-basis: 49%;
  padding-left: 1em;
}
#sec01 > div .menulist ul li, #sec02 > div .menulist ul li {
  font-size: 0.875rem;
}

#sec01 {
  border-bottom: 1px solid #ccc;
}

#sec02 {
  margin-bottom: 3.75rem;
}

.breadcrumbs {
  background: #EDF7F6;
}
