article p {
  line-height: 1.8;
  text-align: justify;
}
article a {
  color: #F28300;
  text-decoration: underline;
}

.page-header {
  background: #ffffff url(../img/bg_page_header.png) no-repeat;
  background-size: contain;
  padding: 20px 0 10px;
  margin-bottom: 20px;
}
.page-header h1 {
  line-height: 1.4;
  color: #4D4D4D;
  margin: 3rem auto 1.5rem;
  text-align: center;
  font-weight: bold;
}
.page-header h1 small {
  display: block;
  color: #F28300;
  font-size: 1.2rem;
  padding-top: .6em;
}
.page-header h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 0 auto;
  padding: 1rem 0 0;
  border-bottom: 2px solid #F28300;
}
.page-header p {
  display: block;
  text-align: center;
  padding: 0 0 1rem;
  margin: 0;
}

@media (min-width: 768px) {
  .page-header {
    background-position: center;
    background-size: cover;
  }

  .nav-news ul {
    max-width: 940px;
  }
}
.nav-news {
  background-color: #fff;
  border-bottom: 3px solid #F28300;
  padding: 0 5px;
  margin-bottom: -10px;
  border-color: #F28300;
}
.nav-news.cafe {
  border-color: #EB3F79;
}
.nav-news.shop {
  border-color: #7D56C1;
}
.nav-news.graduate {
  border-color: #41A4F4;
}
.nav-news.job {
  border-color: #25A599;
}
.nav-news.other {
  border-color: #9BCB64;
}
.nav-news ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 100%;
}
.nav-news li {
  display: table-cell;
  list-style-type: none;
  border-right: 2px solid #ffffff;
  width: 16.666%;
  vertical-align: middle;
  text-align: center;
  background-color: #F28300;
  line-height: 1.2;
  opacity: 0.5;
}
.nav-news li.active {
  opacity: 1;
}
.nav-news li.cafe {
  background-color: #EB3F79;
}
.nav-news li.shop {
  background-color: #7D56C1;
}
.nav-news li.graduate {
  background-color: #41A4F4;
}
.nav-news li.job {
  background-color: #25A599;
}
.nav-news li.other {
  background-color: #9BCB64;
}
.nav-news a {
  display: block;
  white-space: pre-wrap;
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 6px 0;
}

.nav-page {
  background-color: #ffffff;
}
.nav-page ul {
  list-style-type: none;
  padding: 0;
  border: 1px solid #CED7DB;
}
.nav-page li {
  border-bottom: 1px solid #CED7DB;
}
.nav-page li:last-child {
  border-bottom: 0;
}
.nav-page a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 14px 24px 14px 8px;
  text-align: center;
  position: relative;
}
.nav-page a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  right: 10px;
  color: #BCBCBC;
  top: 50%;
  margin-top: -10px;
}

#main {
  margin-bottom: 20px;
}
#main section {
  margin-bottom: 40px;
}
#main section:last-of-type {
  margin-bottom: 0;
}

.single #main section {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }

  .page.admin-bar .sidebar {
    top: 100px;
  }

  .nav-page a {
    text-align: left;
  }
}
h1.style01 {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
h1.style01 img {
  max-width: 80%;
}

h2.style01 {
  margin: 3rem auto 1.5rem;
  text-align: center;
  font-weight: bold;
}
h2.style01 small {
  display: block;
  color: #F28300;
  font-size: .8rem;
  padding-top: 1em;
}
h2.style01:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 0 auto;
  padding: 1.5rem 0;
  border-bottom: 2px solid #F28300;
}

h3.style01 {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 1rem;
  font-weight: bold;
}

h4.style01 {
  font-weight: bold;
  margin-top: 3rem;
}

h2.style02 {
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 5px #B1DEDA;
          box-shadow: 0px 0px 0px 5px #B1DEDA;
  border: dashed 2px white;
  padding: .5em;
  margin-bottom: 2rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: #B1DEDA;
}
h2.style02:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #4CB5AB;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h3.style02 {
  font-weight: bold;
  color: #00786A;
  margin-top: 3rem;
  margin-top: 2rem;
  line-height: 1.4;
}
h3.style02 strong {
  display: block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00786A;
  padding: 10px 0;
  border-radius: 50px;
  width: 40%;
  margin: 0 auto 20px;
  margin-top: 3rem;
}
h3.style02.color2 {
  color: #41A4F4;
}
h3.style02.color2 strong {
  background-color: #41A4F4;
}
h3.style02.color3 {
  color: #8cc63f;
}
h3.style02.color4 {
  color: #ab76b0;
}
h2.style03 {
  background-color: #4CB5AB;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-radius: 50px;
  margin-bottom: 20px;
}
h2.style03.color2 {
  background-color: #41A4F4;
}
h2.style03.color3 {
  background-color: #8cc63f;
}
h2.style03.color4 {
  background-color: #ab76b0;
}
h3.style03 {
  background-color: #8CC63F;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
}
h3.style03.small {
  font-size: 1rem;
}
h3.style03.height-line1 {
  display: table;
  width: 100%;
}
h3.style03.height-line1 span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

h4.style03 {
  font-weight: bold;
  margin: 15px 0 10px;
  color: #333;
  border-bottom: 1px solid #6fa030;
}

.img-label {
  max-width: 50%;
  text-align: center;
  margin: 1.5rem auto;
}

dl.dl-inline {
  display: table;
  width: 100%;
}
dl.dl-inline dt {
  display: table-cell;
}
dl.dl-inline dd {
  display: table-cell;
  text-align: right;
  width: 35%;
}

figure.style01 {
  margin-bottom: 10px;
  text-align: center;
}
figure.style01 figcaption {
  margin-top: 10px;
}

.sec-about {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
