/* [ variable ]
-------------------------------------------------*/
/* element */
/* font */
/* [ font style ]
-------------------------------------------------*/
@font-face {
    font-family: 'no2';
    src: url('../../fonts/alternate-gothic/ufonts.com_alternate-gothic-no2-d-webfont.eot');
    src: url('../../fonts/alternate-gothic/ufonts.com_alternate-gothic-no2-d-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/alternate-gothic/ufonts.com_alternate-gothic-no2-d-webfont.woff') format('woff'),
         url('../../fonts/alternate-gothic/ufonts.com_alternate-gothic-no2-d-webfont.ttf') format('truetype'),
         url('../../fonts/alternate-gothic/ufonts.com_alternate-gothic-no2-d-webfont.svg#alternate_gothic_no2_dregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* [ add element ]
-------------------------------------------------*/
/* [ position center ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ Hover Motion style ]
-------------------------------------------------*/
/* [ icon style ]
-------------------------------------------------*/
/* [ form parts ]
-------------------------------------------------*/
/* Common Style
-------------------------------------------------- */
/* page title
-------------------------------------------------- */

#page_title {
  text-align: center;
}
#page_title span {
  display: block;
}
#page_title .en {
  font-family: 'no2';
  letter-spacing: 0.2em;
  color: #000;
  _text-indent: 8px;
}
#page_title .jp {
  font-family: 'Roboto';
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 300;
}

@media only screen and (min-width: 751px) {
  #page_title {
    _padding: 200px 0 260px;
    padding: 100px 0 130px;
  }
  #page_title .en {
    font-size: 38px;
  }
  #page_title .jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  #page_title {
    padding: 47px 0 43px;
  }
  #page_title .en {
    font-size: 24px;
  }
  #page_title .jp {
    font-size: 12px;
  }
}
/* section title
-------------------------------------------------- */
.section_wrap .lowlayer_section_title {
  position: relative;
  text-align: center;
}
.section_wrap .lowlayer_section_title:before {
  content: "";
  display: block;
}
.section_wrap .lowlayer_section_title:before {
  position: absolute;
  background-color: #eff1f1;
  width: 100%;
  height: 1px;
  top: 50%;
}
.section_wrap .lowlayer_section_title span {
  background-color: #fff;
  position: relative;
  display: inline-block;
  z-index: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section_wrap .lowlayer_section_title span:after {
  content: "";
  display: block;
}
.section_wrap .lowlayer_section_title span:after {
  position: absolute;
  background-color: #063156;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 751px) {
  .section_wrap .lowlayer_section_title {
    margin-bottom: 65px;
  }
  .section_wrap .lowlayer_section_title span {
    padding-left: 58px;
    padding-right: 58px;
    font-size: 18px;
  }
  .section_wrap .lowlayer_section_title span:after {
    width: 60px;
    height: 3px;
    bottom: -50px;
  }
}
@media only screen and (max-width: 750px) {
  .section_wrap .lowlayer_section_title {
    margin-bottom: 48px;
  }
  .section_wrap .lowlayer_section_title span {
    padding-left: 37px;
    padding-right: 37px;
    font-size: 17px;
  }
  .section_wrap .lowlayer_section_title span:after {
    width: 50px;
    height: 2px;
    bottom: -42px;
  }
}
