/* ************************************************************** */
/* manual                                                         */
/* ************************************************************** */
#manual_list {
  list-style-type: none;
  width: 100%;
  height: auto;
}
#manual_list>li {
  display: flex;
  width: 100%;
}
#manual_list>li:not(:first-child) {
  margin-top: 4em;
}
#manual_list>li>div {
  position: relative;
}
#manual_list>li>div:nth-child(1) {
  line-height: 0;
}
#manual_list>li>div:nth-child(1)::before {
  content: "";
  display: block;
  padding-top: 45.5%
}
#manual_list>li>div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  box-sizing: border-box;
}
#manual_list>li>div:nth-child(1)>img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}
#manual_list>li>div:nth-child(2)>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc( 50% - .5em );
  border: 1px solid #575654;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: .9em;
}


/* ************************************************************** */
/* media query                                                    */
/* ************************************************************** */
/* pc-tab */
@media all and (min-width: 768px) {
  /* --- manual --- */
  #manual_list>li {
    flex-direction: row;
  }
  #manual_list>li>div {
    width: 50%;
  }
  #manual_list>li>div:nth-child(2) {
    padding-left: 1em;
  }
  #manual_list>li>div:nth-child(2)>a {
    position: relative;
    height: calc( 50% - 1em );
    transition: color .5s;
    z-index: 0;
  }
  #manual_list>li>div:nth-child(2)>a:hover {
    color: #090806;
  }
  #manual_list>li>div:nth-child(2)>a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #575654;
    transition: width .5s;
    z-index: -1;
  }
  #manual_list>li>div:nth-child(2)>a:hover::before {
    width: 100%;
  }
}
/* tab-phone */
@media all and (max-width: 767px) {
  /* --- common --- */
  .narrow_wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* --- manual --- */
  #manual_list>li {
    flex-direction: column;
  }
  #manual_list>li>div {
    width: 100%;
  }
  #manual_list>li>div:nth-child(2)>a {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-top: 1em;
  }
}


/* ************************************************************** */
/* eula                                                           */
/* ************************************************************** */
#eula_wrapper>h1 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  letter-spacing: 0;
}
#eula_wrapper>h2 {
  color: #c6b299;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #c6b299;
  padding: 0 0 .4em 0;
  margin: 2em 0 1em 0;
}
#eula_wrapper>hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #494846;
  width: 30%;
  text-align: center;
  padding: 0;
  margin-top:    3em;
  margin-bottom: 3em;
}
#eula_wrapper p {
  color: #ccc;
  line-height: 1.6em;
}
#eula_wrapper ul.list_num,
#eula_wrapper ul.list_c_num {
  display: table;
  list-style-type: none;
}
#eula_wrapper ul.list_num>li {
  display: table-row;
  counter-increment: table-ul;
}
#eula_wrapper ul.list_c_num>li {
  display: table-row;
  counter-increment: table-ol;
}
#eula_wrapper ul.list_num>li::before,
#eula_wrapper ul.list_c_num>li::before {
  display: table-cell;
  padding-right: .5em;
}
#eula_wrapper ul.list_num>li::before {
  content: counter(table-ul) ".";
}
#eula_wrapper ul.list_c_num>li:nth-child(1)::before { content: "\2460"; }
#eula_wrapper ul.list_c_num>li:nth-child(2)::before { content: "\2461"; }
#eula_wrapper ul.list_c_num>li:nth-child(3)::before { content: "\2462"; }
#eula_wrapper ul.list_c_num>li:nth-child(4)::before { content: "\2463"; }
#eula_wrapper ul.list_c_num>li:nth-child(5)::before { content: "\2464"; }
#eula_wrapper ul.list_c_num>li:nth-child(6)::before { content: "\2465"; }
#eula_wrapper ul.list_c_num>li:nth-child(7)::before { content: "\2466"; }
#eula_wrapper ul.list_c_num>li:nth-child(8)::before { content: "\2467"; }
#eula_wrapper ul.list_c_num>li:nth-child(9)::before { content: "\2468"; }
#eula_wrapper ul.list_num>li:not(:last-child)::after {
  content: "";
  display: block;
  padding-top: 1.5em;
}
#eula_wrapper ul.list_c_num>li:not(:last-child)::after {
  content: "";
  display: block;
  padding-top: .5em;
}
#eula_wrapper p.indent {
  padding-left: 1em;
  box-sizing: border-box;
}
#eula_wrapper p.ta_r {
  display: block;
  text-align: right;
}

#last_wrapper {
  margin-top: 5em;
  padding-top: 4em;
}
#last_wrapper>a {
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #969696;
  color: #fff;
  font-size: .8em;
  line-height: 1em;
  letter-spacing: .1em;
  padding: 1.8em 0;
  margin: 0 auto;
  text-align: center;
}
#last_wrapper>a::before {
  content: "\003e\003e\0020";
  line-height: 1em;
  letter-spacing: -.25em;
  margin-right: .75em;
}


/* ************************************************************** */
/* media query                                                    */
/* ************************************************************** */
/* pc-tab */
@media all and (min-width: 768px) {
  #last_wrapper>a {
    width: 40%;
    transition: color .5s;
  }
  #last_wrapper>a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #969696;
    transition: width .5s;
    z-index: -1;
  }
  #last_wrapper>a:hover {
    color: #080705;
  }
  #last_wrapper>a:hover::after {
    width: 100%;
  }
}
/* tab-phone */
@media all and (max-width: 767px) {
}