@charset "UTF-8";
/* software_01.html 専用 */
/* ct_list */
.ct_list li {
  display: table;
  margin-top: 8px;
  padding-left: 20px;
  background: url(/ldg/ja/common/img/module/bullet/bullet_list_disc.png) no-repeat 8px 0.5em; }

.ct_list_item {
  display: table-cell;
  max-width: 150px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap; }

.ct_list_item:after {
  content: "………………………"; }

/* software_03.html 専用 */
/* ct_bnr */
.ct_bnr img:hover {
  opacity: 0.9; }

/* ct_movie */
.ct_movie {
  display: block;
  float: left;
  width: 352px;
  text-align: center; }

.ct_movie:nth-of-type(2) {
  float: right; }

.ct_movie img {
  border: 1px solid #bdbdbd; }

.ct_movie img:hover {
  opacity: 0.9; }

/* ct_txt_caption */
.ct_txt_caption {
  text-align: center; }

/* ct_box */
.ct_box {
  margin: 24px 0 0;
  border: 1px solid #bdbdbd;
  padding: 0; }

.ct_box p {
  margin: 0; }

.ct_txt_title {
  border-bottom: 1px solid #bdbdbd;
  padding: 13px 16px;
  background: #e0ddd5; }

.ct_box_inner {
  margin: 13px 16px;
  position: relative; }

.ct_img {
  margin: 16px 0 0;
  border: 1px solid #bdbdbd; }

.ct_img_right {
  position: absolute;
  top: 0;
  right: 0; }

/* ct_table */
.ct_table_normal {
  margin: 16px 0 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #bdbdbd; }

.ct_table_normal th {
  font-weight: bold; }

.ct_table_normal th, .ct_table_normal td {
  padding: 13px 16px;
  border: 1px solid #bdbdbd;
  vertical-align: top;
  line-height: 1.43; }

.ct_table_title {
  background: #e0ddd5;
  font-weight: bold; }

.ct_table_img {
  background: #ffffff;
  text-align: center; }

/* ct_txt_prepared */
.ct_txt_prepared {
  height: 150px;
  line-height: 150px;
  background: #dedede;
  text-align: center;
  font-weight: bold; }

/* ct_txt_agreement */
.ct_txt_agreement {
  height: 320px;
  border: 1px solid #bdbdbd;
  padding: 2em;
  overflow-y: scroll;
  background: #fff; }

/* ct_modal */
.ct_modal_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.50;
  zoom: 1;
  top: 0;
  left: 0;
  display: none; }

.ct_modal_body {
  background: #fff;
  width: 660px;
  border: 1px solid #e0ddd5;
  padding: 45px;
  position: absolute;
  z-index: 2;
  display: none; }

.ct_modal_body .ct_modal_close {
  position: absolute;
  top: -1px;
  right: -1px;
  cursor: pointer; }

.ct_modal_wrap .ct_modal_body {
  left: 50%;
  margin-left: -376px; }

.ct_modal_storage .ct_modal_body {
  display: block; }

/* md_agreeBtn */
.ct_agreeBtn {
  margin: 24px 0 0;
  text-align: center; }

.ct_agreeBtn .label {
  margin-right: 16px; }

.ct_agreeBtn .checkbox {
  margin-right: 7px; }

.ct_agreeBtn .btn {
  display: inline-block;
  min-width: 188px;
  padding: 14px 10px;
  border-radius: 3px;
  text-decoration: none;
  background: #d50000;
  color: #fff;
  font-weight: bold; }

.ct_agreeBtn .btn:hover {
  background: #a10000; }

.ct_agreeBtn .btn.is-disabled {
  background: #ebaaa8;
  cursor: default; }

/*

	boxsizing settings

**************************************************/
.option_lead {
  font-size: 15px;
  margin-bottom: 20px; }
.option .sec {
  margin-bottom: 60px; }
  .option .sec table tbody tr td {
    padding: 5px 2px;
    text-align: center; }
    .option .sec table tbody tr td a {
      display: inline-block; }
      .option .sec table tbody tr td a.blt, .option .sec table tbody tr td a.blt_tri_r {
        position: relative; }
        .option .sec table tbody tr td a.blt:before, .option .sec table tbody tr td a.blt_tri_r:before {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -2px;
          margin-right: 6px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 0 6px 6px;
          border-color: transparent transparent transparent #d50000;
          content: ""; }
@media (max-width: 767px) {
  .option_lead {
    font-size: 4.375vw;
    line-height: 7.5vw;
    margin-bottom: 6.25vw; }
  .option .frame {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: calc( 100% + 3.125vw ); }
    .option .frame .table {
      white-space: nowrap;
      width: auto;
      position: relative; }
      .option .frame .table:after {
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        height: 1px;
        width: 3.125vw;
        content: ""; }
      .option .frame .table tbody tr td {
        text-align: left;
        padding: 3.125vw; } }

.download .sec {
  margin-bottom: 40px; }
  .download .sec p {
    font-size: 14px; }
  .download .sec p + p {
    margin-top: 16px; }
  .download .sec_list {
    margin-bottom: 20px;
    font-size: 14px; }
    .download .sec_list > li > ol {
      margin-top: 8px; }
    .download .sec_list li + li {
      margin-top: 16px; }
    .download .sec_list_num {
      margin-bottom: 20px; }
      .download .sec_list_num li {
        font-size: 14px;
        list-style: none;}
        .download .sec_list_num li > ul {
          margin-top: 16px; }
      .download .sec_list_num li + li {
        margin-top: 10px; }
  .download .sec_list_01 {
    margin-top: 10px;
    margin-bottom: 20px; }
    .download .sec_list_01 li {
      position: relative;
      padding-left: 20px;
      font-size: 14px; }
      .download .sec_list_01 li .red {
        color: #d50000; }
      .download .sec_list_01 li:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        color: #d50000;
        content: "※"; }
  .download .sec_list_02 {
    margin-top: 10px;
    margin-bottom: 20px; }
    .download .sec_list_02 li {
      font-size: 14px;
      font-size: 14px;
      color: #6e6e6e; }
      .download .sec_list_02 li .num {
        min-width: 2.5em;
        display: inline-block; }
    .download .sec_list_02 li + li {
      margin-top: 8px; }
  .download .sec_btn {
    margin-top: 40px;
    text-align: center; }
    .download .sec_btn p {
      text-align: center;
      margin-bottom: 16px; }
    .download .sec_btn .label {
      margin-right: 16px;
      font-size: 14px;
      color: #444; }
      .download .sec_btn .label input[type="checkbox"] {
        margin-right: 7px; }
    .download .sec_btn .btn {
      display: inline-block;
      min-width: 188px;
      padding: 14px 10px;
      border-radius: 3px;
      text-decoration: none;
      background: #d50000;
      color: #fff;
      font-weight: bold; }
  .download .sec_anchor {
    width: auto;
    margin-bottom: 40px; }
    .download .sec_anchor li {
      width: 49.5%; }
  .download .sec_links {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 20px; }
    .download .sec_links li {
      font-size: 14px; }
      .download .sec_links li a {
        font-size: 14px;
        display: block;
        padding-left: 10px;
        font-weight: bold;
        position: relative; }
        .download .sec_links li a:before {
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 3px 0 3px 6px;
          border-color: transparent transparent transparent #d50000;
          content: ""; }
    .download .sec_links li + li {
      margin-left: 16px; }
.download_os li a {
  font-size: 14px;
  padding-left: 15px;
  position: relative; }
  .download_os li a:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 3px 0 3px;
    border-color: #d50000 transparent transparent transparent;
    content: ""; }
.download_os li + li {
  margin-left: 32px; }
.download #anc_win {
  margin-bottom: 16px; }
.download #anc_mac {
  margin-bottom: 30px; }
.download .table tbody th {
  text-align: center;
  background: #eee; }
  .download .table tbody th .md_btn {
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    margin: 8px 0 0;
    padding: 12px 8px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    background: #fff;
    color: #333; }
    .download .table tbody th .md_btn:before {
      display: inline-block;
      position: relative;
      top: -1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 8px;
      margin-right: 4px;
      vertical-align: middle;
      border-color: transparent transparent transparent #d50000;
      content: ""; }
.download .table tbody td, .download .table tbody th {
  padding: 5px 0;
  text-align: center; }
  .download .table tbody td.sp, .download .table tbody th.sp {
    background: #ddd; }
  .download .table tbody td.win1, .download .table tbody th.win1 {
    background: #B5DAFF; }
  .download .table tbody td.win2, .download .table tbody th.win2 {
    background: #DDEFFF; }
  .download .table tbody td.mac1, .download .table tbody th.mac1 {
    background: #FFCAFF; }
  .download .table tbody td.mac2, .download .table tbody th.mac2 {
    background: #FFCAFF; }
  .download .table tbody td.mac2, .download .table tbody th.mac2 {
    background: #FFECF5; }
  .download .table tbody td.firm, .download .table tbody th.firm {
    background: #DDE58C; }
.download .table tbody td a {
  display: block; }
  .download .table tbody td a.blt_tri_r {
    display: block;
    position: relative; }
    .download .table tbody td a.blt_tri_r:before {
      width: 14px;
      height: 10px;
      left: -7px;
      display: inline-block;
      position: relative;
      background: url(/ldg/ja/common/img/module/bullet/bullet_tri_right.png) no-repeat left top;
      content: ""; }
.download .frame + .frame {
  margin-top: 20px; }
.download .btn.disabled {
  background: #ebaaa8;
  cursor: pointer;
  pointer-events: none; }
@media (max-width: 767px) {
  .download_os {
    flex-direction: row; }
    .download_os li a {
      font-size: 4.375vw;
      padding-left: 4.6875vw;
      position: relative; }
      .download_os li a:before {
        border-width: 2.5vw 0.9375vw 0 0.9375vw; }
    .download_os li + li {
      margin-left: 32px; }
  .download .sec {
    margin-bottom: 12.5vw; }
    .download .sec p {
      font-size: 4.375vw;
      line-height: 7.5vw; }
      .download .sec p strong {
        font-weight: bold; }
    .download .sec p + p {
      margin-top: 2.5vw; }
    .download .sec_list {
      margin-bottom: 6.25vw;
      font-size: 4.375vw;
      line-height: 7.5vw; }
      .download .sec_list li + li {
        margin-top: 2.5vw; }
      .download .sec_list_num {
        margin-bottom: 6.25vw; }
        .download .sec_list_num li {
          font-size: 4.375vw;
          line-height: 7.5vw; }
          .download .sec_list_num li > ul {
            margin-top: 2.5vw; }
        .download .sec_list_num li + li {
          margin-top: 3.125vw; }
    .download .sec_list_01 {
      margin-top: 3.125vw;
      margin-bottom: 6.25vw; }
      .download .sec_list_01 li {
        padding-left: 6.25vw;
        font-size: 4.375vw; }
    .download .sec_list_02 {
      margin-top: 3.125vw;
      margin-bottom: 6.25vw; }
      .download .sec_list_02 li {
        font-size: 4.375vw;
        position: relative;
        padding-left: 2.5em; }
        .download .sec_list_02 li .num {
          position: absolute;
          left: 0;
          top: 0;
          min-width: 2.5em;
          display: inline-block; }
      .download .sec_list_02 li + li {
        margin-top: 2.5vw; }
    .download .sec_btn {
      margin-top: 12.5vw; }
      .download .sec_btn p {
        margin-bottom: 5vw; }
      .download .sec_btn .label {
        margin-right: 5vw;
        font-size: 4.375vw;
        color: #444; }
        .download .sec_btn .label input[type="checkbox"] {
          margin-right: 7px; }
      .download .sec_btn .btn {
        display: inline-block;
        min-width: 100%;
        margin-top: 2.5vw;
        font-size: 4.375vw;
        box-sizing: border-box;
        padding: 4.375vw 3.125vw;
        border-radius: 0.9375vw; }
    .download .sec_anchor {
      width: 100%;
      margin-bottom: 12.5vw; }
      .download .sec_anchor li {
        width: 100%;
        font-size: 4.375vw; }
    .download .sec_links {
      margin-bottom: 6.25vw; }
      .download .sec_links li {
        font-size: 4.375vw; }
        .download .sec_links li a {
          font-size: 4.375vw; }
      .download .sec_links li + li {
        margin-left: 5vw; }
  .download #anc_driver.sec, .download #anc_firm.sec {
    margin-left: 0;
    margin-right: 0; }
  .download #anc_win {
    margin-bottom: 9.375vw; }
  .download .table tbody th .md_btn:before {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.25vw 0 1.25vw 2.5vw;
    margin-right: 4px;
    vertical-align: middle;
    border-color: transparent transparent transparent #d50000;
    content: ""; }
  .download .table tbody td a {
    display: block; }
    .download .table tbody td a.blt_tri_r {
      display: block;
      position: relative;
      padding-left: 4.375vw; }
      .download .table tbody td a.blt_tri_r:before {
        width: 4.375vw;
        height: 3.125vw;
        display: block;
        position: absolute;
        top: 1.5625vw;
        left: 0;
        background: url(/ldg/ja/common/img/module/bullet/bullet_tri_right.png) no-repeat left top;
        content: ""; }
  .download .frame {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: calc( 100% + 3.125vw ); }
    .download .frame .table {
      white-space: nowrap;
      width: auto;
      position: relative; }
      .download .frame .table:after {
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 3.125vw;
        height: 1px;
        content: ""; }
      .download .frame .table tbody tr th, .download .frame .table tbody tr td {
        text-align: left;
        padding: 3.125vw 6.25vw;
        width: auto; }
  .download .frame + .scroll_explain {
    margin-top: 12.5vw; } }

#bottom_nav {
  margin-bottom: 0; }

.scroll_explain {
  position: relative;
  padding-left: 8.75vw;
  margin-bottom: 3.125vw;
  font-size: 4.375vw;
  font-weight: bold; }
  .scroll_explain:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.25vw;
    height: 8.125vw;
    background: url(../img/finger.png) no-repeat left center;
    background-size: 6.25vw 8.125vw;
    content: ""; }

.remodal {
  width: 750px; }
  .remodal_container {
    padding: 0 45px 45px; }
  .remodal_head {
    border-bottom: 2px solid #bdbdbd;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 24px; }
    .remodal_head:after {
      display: block;
      position: absolute;
      background: #d50000;
      left: 0;
      bottom: -2px;
      height: 2px;
      width: 128px;
      content: ""; }
  .remodal_label {
    color: #d50000;
    font-size: 24px; }
  .remodal_frame_box {
    margin-top: 24px;
    height: 320px;
    overflow-y: scroll;
    border: 1px solid #bdbdbd;
    padding: 2em 2em calc( 2em - 16px ); }
  .remodal_txt {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 22px; }
    .remodal_txt_md {
      font-size: 16px;
      margin-bottom: 16px; }
      .remodal_txt_md strong {
        font-weight: bold; }
  .remodal_foot {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px; }
    .remodal_foot .remodal_txt {
      margin-bottom: 0; }
    .remodal_foot label {
      font-size: 14px; }
      .remodal_foot label input {
        margin-right: 7px; }
    .remodal_foot a {
      display: inline-block;
      min-width: 188px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      background: #d50000;
      padding: 14px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      color: #fff;
      text-decoration: none;
      margin: 0 16px; }
      .remodal_foot a.disabled {
        background: #ebaaa8;
        pointer-events: none; }
      .remodal_foot a:hover {
        opacity: 0.75;
        filter: alpha(opacity=75); }
      .remodal_foot a:link, .remodal_foot a:visited {
        color: #fff; }
  @media (max-width: 767px) {
    .remodal {
      width: calc( 100% - 15px); }
      .remodal_container {
        padding: 6.25vw 6.25vw; }
      .remodal_head {
        border-bottom: 0.625vw solid #bdbdbd;
        padding-bottom: 2.5vw;
        margin-bottom: 3.75vw; }
        .remodal_head:after {
          bottom: -0.625vw;
          height: 0.625vw;
          width: 20vw; }
      .remodal_label {
        font-size: 5.625vw; }
      .remodal_frame_box {
        margin-top: 3.75vw;
        height: 37.5vw;
        padding: 6.25vw 3.125vw 0; }
      .remodal_txt {
        font-size: 3.75vw;
        margin-bottom: 5vw;
        line-height: 6.25vw; }
        .remodal_txt strong {
          font-weight: bold; }
        .remodal_txt_md {
          font-size: 4.0625vw;
          margin-bottom: 2.5vw; }
      .remodal_foot {
        flex-direction: column; }
        .remodal_foot label {
          font-size: 3.75vw;
          display: block;
          margin-bottom: 2.1875vw; }
          .remodal_foot label input {
            margin-right: 2.1875vw; }
        .remodal_foot a {
          display: block;
          width: 100%;
          min-width: auto;
          font-size: 4.375vw;
          padding: 4.375vw 3.125vw;
          -webkit-border-radius: 0.9375vw;
          -moz-border-radius: 0.9375vw;
          border-radius: 0.9375vw;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          margin: 0; }
        .remodal_foot .remodal_txt {
          margin-bottom: 0;
          margin-top: 2.1875vw; } }
