@charset "UTF-8";
h4 {
  font-size: 110%;
  text-align: left;
  line-height: 1.3em;
}
/*======================================
title-EN
/*======================================*/
.title-EN {
  text-align: center;
}
.title-EN h1 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 200%;
  line-height: 1em;
  letter-spacing: 4px;
  padding-bottom: .5em;
  margin: 0 auto ;
}
.title-EN h2 {
  text-align: center;
  font-size: 140%;
  line-height: 1.5em;
}
.title-EN p {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width:768px) {
  .title-EN h2 {
    font-size: 160%;
  }
} /*END query*/
/*======================================
title
/*======================================*/
h1, h2, h3, h4, h5 {
  line-height: 1.5em;
}
.page-title-CMN h1 {
  text-align: center;
  font-size: 160%;
  line-height: 1.5em;
  letter-spacing: 5px;
}
.page-title-CMN h1 span {
  display: block;
  font-size: 80%;
  letter-spacing: 3px;
  margin-bottom: .5em;
}
.page-title-CMN h2 {
  text-align: center;
  font-size: 170%;
  line-height: 1.5em;
}
.page-title-CMN h2 span {
  display: block;
  font-size: 80%;
  letter-spacing: 3px;
}
.page-title-CMN h3 {
  text-align: center;
  font-size: 140%;
  line-height: 1.3em;
}
.page-title-CMN p {
  text-align: center;
  font-size: 120%;
  margin-top: 1em;
}
@media screen and (min-width:768px) {
  /*======================================
title
/*======================================*/
  .page-title-CMN h1 {
    font-size: 230%;
  }
  .page-title-CMN h2 {
    font-size: 200%;
  }
  .page-title-CMN h3 {
    font-size: 160%;
  }
} /*END query*/