@charset "UTF-8";
/* パンくずリスト */
#breadcrumb {
  padding: 7px 0 0;
  font-size: 85%;
  width: 100%;
}

#breadcrumbInner {
  margin: 0 auto;
}

#breadcrumb #breadcrumbInner ul{
  font-size: 0;
}

#breadcrumb #breadcrumbInner li {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
}

#breadcrumb #breadcrumbInner li a + * {
  font-size: 10px;
}

#breadcrumb #breadcrumbInner li a {
  margin-right: 5px;
  text-decoration: none;
}

#breadcrumb #breadcrumbInner li a.home {
  padding-left: 20px;
  background: url(../img/common/ico_home.png) no-repeat 0 2px;
  background-size: 13px;
}

/* ページタイトル */
.page-title h1{
  text-align: center;
  font-size: 3.2rem;
  line-height: 5rem;
  margin: 10px auto 30px;
}
.english .page-title h1{
  font-family: HelveticaLTPro-Bold;
}

main video {
  margin-top: 10px;
  margin-bottom: 10px;
}

main {
  padding: 50px 0 60px;
}

.page-header.inner,
main .inner {
  margin-left: auto;
  margin-right: auto;
}
main .inner th,
main .inner td,
main .inner th p,
main .inner td p {
  font-size: 1.6rem;
}

.page-title { position: relative;}

main .inner h1 {
  font-size: 1.3rem!important;
}
/* 
main h2 {
  font-weight: bold;
  font-size: 3rem;
  color: #008654;
  border-bottom: 5px solid #008654;
  margin-bottom: 15px;
} */

main h2 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 50px;
  text-align: center;
}

main h2::after{
  content: "";
  display: block;
  width: 60px;
  margin: 6px auto 0;
  border-bottom: 8px solid #006837;
}

main h6 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 50px;
  text-align: left;
}

main h6::after{
  content: "";
  display: block;
  width: 120px;
  margin: 6px auto 0 0;
  border-bottom: 8px solid #006837;
}

main h2:not(*:first-child),
main h6:not(*:first-child) {
  margin-top: 40px;
}

main p{ margin-bottom: 15px; }
 
@media screen and (min-width: 1221px) {
  /* 1221px以上 */      
  .page-header.inner,
  main .inner { width: 1200px }

}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  /* 1060px～1250px */       
  .page-header.inner,
  main .inner { width: 92%; }
}

@media screen and (min-width: 1001px){
  .page-header.inner,
  main .inner {
    max-width: 1020px;
  }
}

@media screen and (max-width: 1000px){
  .page-header.inner{
    padding-top: 60px;
  }
  .page-title h1 {
    font-size: 2.31rem;
    line-height: 3.8rem;
  }
  main div.inner h2 {
    font-size: 2.2rem!important;
  }
  main div.inner h3 {
    font-size: 2rem!important;
  }
  main div.inner h4 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px){
  .page-title .twitter-share-button{
    position: absolute!important;
    right: 0;
     bottom: -13px;
  }
  /* .page-header { min-height: 120px;} */
  .page-header h1{
    margin: 5px auto 15px;
  }
}

@media screen and (max-width: 768px){
  /* 1060px以下、スマホ共通 */
  .page-header.inner,
  main .inner { width: 90% }


  .page-title h1{
    margin-bottom: 15px;
  }

  .page-title .twitter-share-button{
    display: block;
    margin: 0 0 20px auto;
  }
}