@charset "UTF-8";
/* ==============================================
 * INTRODUCTION
 *
 * @date 2015-11-09
 * @include _introduction
 *
 * memo:
 *
 * ============================================== */
#introduction-page {
  display: block; }

/* ==============================================
 * イントロダクション
 * ============================================== */
#introduction .outer {
  width: 100%;
  min-width: 940px;
  min-height: 1710px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden; }
#introduction .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none; }
#introduction .bg-sky {
  position: absolute;
  top: 40px;
  z-index: -1;
  width: 100%;
  height: 1500px;
  background: url("/img/introduction/bg_introduction.png") no-repeat center top; }
#introduction .title-header {
  clear: both;
  width: 940px;
  height: 69px;
  margin: 0 auto;
  padding: 40px 0 15px 0; }
#introduction .title-header-left {
  width: 326px;
  height: 69px;
  margin: 0;
  padding: 0;
  float: left; }
#introduction .title-header-right {
  margin: 0;
  padding: 10px 10px 0 0;
  text-align: right;
  float: right; }
#introduction .contents-body {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0; }
#introduction .lead {
  width: 940px;
  height: 765px;
  margin: 0 auto;
  padding: 0; }
#introduction .whatis {
  text-align: center;
  background: url("/img/introduction/bg_whatis.png") 24px 50% repeat;
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 100px 0; }
#introduction .glossary {
  clear: both;
  width: 940px;
  margin: 0 auto;
  padding: 0; }
#introduction .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: -o-wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#introduction .glossary-header {
  clear: both;
  width: 940px;
  height: 115px;
  margin: 0;
  padding: 0; }
#introduction .grossary-header-left {
  width: 208px;
  height: 115px;
  float: left; }
#introduction .grossary-header-right {
  width: 208px;
  height: 115px;
  float: right; }
#introduction .box {
  width: 300px;
  flex-basis: 300px;
  flex-grow: 0;
  flex-shrink: 0;
}
#introduction li .btn {
  cursor: pointer;
  width: 300px;
  height: 60px;
  /*50 */
  position: relative; }
  #introduction li .btn .none {
    display: none; }
  #introduction li .btn .def {
    position: absolute;
    right: 14px;
    top: 19px;
    z-index: 1; }
  #introduction li .btn .img {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    position: absolute;
    opacity: 0.9;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    height: 50px;
    width: 300px;
    font-size: 20px;
    padding: 15px 0 0 20px;
    background: url("/img/introduction/glossary_header.png") top left no-repeat;
  }
   #introduction li .btn .img span{
     opacity: 0.9;
     letter-spacing: 0.1em;
     font-weight: 900;
     font-size: 10px;
		 text-transform: uppercase;
		 transform-origin: left;
		 transform: scale(0.8);
     display: block;
  }
  #introduction li .btn .cr {
    position: absolute;
    right: 16px;
    top: 20px;
    z-index: 2; }
#introduction .footer1 {
  background: url("/img/introduction/glossary_footer1.png") bottom left no-repeat; }
#introduction .footer2 {
  background: url("/img/introduction/glossary_footer2.png") bottom left no-repeat; }
#introduction li {
  margin: 0 0 20px 0; }
  #introduction li .detail {
    display: none;
    padding: 0 18px; }
  #introduction li p {
    color: #555;
    font-size: 12px;
    line-height: 21px;
    padding: 0 0 15px 0; }
