/* ポップアップ  */
.modal_open {
  background-color: #003b60;
  color: #fff;
  margin: 10px 0px;
  padding: 10px;
  width: 70%;
  display: inline-block;
  float: left;
}

.modal_box {
  position: absolute;
  z-index: 7777;
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 0;
  top: -50px;
  border: 2px solid #aaa;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  overflow-y: scroll;
}

.modal_box.Lv1 {
  height: 1000px;
}

.modal_box.Lv2 {
  height: 900px;
}

.download-agreement {
  padding: 50px 60px;
}

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 62px;
  font-size: 46px;
  color: #000;
  line-height: 62px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}

.modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.link_area {
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}

.link_area .modal_link {
  display: inline;
}

.link_area .modal_link a {
  display: inline-block;
  width: 180px;
  color: #000;
  line-height: 2.5;
  text-decoration: none;
  margin: 0 10px;
  background: #e6e6e6;
}

.link_area>a {
  cursor: pointer;
}

.link-area ul li.modal_link:first-child a {
  float: left;
}

.link-area ul li.modal_link:last-child a {
  float: right;
}

.zmdi-close:before {
  content: '\f136';
  color: #757575;
}
 /*  ウィンドウサイズ769px以下の時のスタイル  */
@media screen and (max-width: 769px) {
  .modal_box {
    margin: 0 80px;
    width: 90%;
  }

  .modal_box.Lv1 {
    height: 1000px;
    margin-top: 350px;
  }

  .modal_box.Lv2 {
    height: 750px;
    margin-top: 150px;
  }

  .modal_close {
    width: 40px;
    line-height: 40px;
    font-size: 30px;
  }

  .modal_close i {
    line-height: 44px;
  }

  .link_area {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 25px auto 0;
  }

  .link_area .modal_link a {
    margin: 15px auto 0;
  }

  .link_area ul li.modal_link:first-child a {
    float: none;
    margin-top: 0;
  }

  .link_area ul li.modal_link:last-child a {
    float: none;
  }

}

/* download */
.download-software table tr {
  border-bottom: 1px solid #000;
  color: #434040;
}

.download-software table {
  width: 100%;
}

.download-software table td {
  color: #434040;
  border-right: 1px solid #000;
  text-align: center;
  color: #434040;
}

.download-software table td:last-child {
  color: #434040;
  border-right: none;
}

.download-software table tr:first-child {
  border-bottom: none;
}

.download-software td.bord-color {
  background-color: #d8d8d8;
  padding: 10px;
  margin: 10px 20px;
  color: #434040;
}

.download-software td,
th {
  padding: 3px;
  width: 30px;
  height: 25px;
  color: #434040;
}

.download-software th {
  background: #f5f5f5;
}

h1.download-header-title {
  color: #003b60;
  font-size: 26px;
  font-weight: 600;
  border-bottom: solid 3px #39a9dc;
  padding-bottom: 35px;
  text-align: left;
}

h1.entry-title.downloads-header-title {
  color: #434040;
  font-size: 40px;
  border-bottom: solid 1px #d8d8d8;
  padding: 40px 0 20px;
  margin-bottom: 1rem;
}

.download-agreement-box {
  margin-top: 30px;
}

.download-agreement-box h3 {
  color: #003b60;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  font-size: 2.0rem;
  font-family: Arial;
}

.download-agreement-box p {
  margin-bottom: 20px;
}

.download-agreement-box p+p {
  margin-bottom: 20px;
}

.download-btn-box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  justify-items: center;
  width: 900px;
  margin: 50px auto 0;
}

a.download-btn-left {
  background-color: #696a72;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  margin-right: 50%;
  font-weight: bold;
  font-size: 1.4rem;
}

.download-mail-form {
  border: solid 1px #9e9d9d;
  padding: 60px 70px 40px;
  display: block;
  box-sizing: border-box;
}

a.download-btn-right {
  background-color: #35abe2;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

p.download-btn {
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
}

p.download-btn>a {
  cursor: pointer;
}

.download-mail-content-txt {
  margin: 40px 0 35px;
  font-size: 1.6rem;
}

.download-mail {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.dlwnload-mail-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-bottom: 0px;
}

h1.download-header-title {
  color: #003b60;
  font-size: 26px;
  font-weight: 600;
  border-bottom: solid 3px #39a9dc;
  padding-bottom: 35px;
}

p.download-agreement-text {
  color: #434040;
  font-weight: 500;
  text-align: left;
  word-break: break-all;
  font-size: 1.4rem;
  font-family: Arial;
}

div.wpcf7 {
  margin: 0;
  padding: 0;
}

.anchor-download {
  padding-top: 75px;
  margin-top: -75px;
}

.tradeshows-wrapper {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  a.download-btn-left {

    margin-right: 70px;
  }

  p.download-agreement-text {
    font-size: 14px;
  }

  .download-conte-title {
    font-size: 18px;
  }

  .download-agreement-box p {
    margin-bottom: 5px;
  }

  .download-agreement-box p+p {
    margin-bottom: 5px;
  }

  .download-agreement-box {
    margin-top: 20px;
  }

  h1.download-header-title {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .download-privacy,
  .download-mail-content-txt {
    word-break: break-all;
  }

  .dlwnload-mail-content {
    padding-bottom: 0px;
  }
}


/****************************
download-mail
****************************/
div.wpcf7-mail-sent-ok {
  display: none !important;
}

div#wpcf7-f11083-p11081-o1 {
  position: relative;
  padding: 0 80px;

}

.download-mail-form p.form-download-btn {
  text-align: center;
}

input.wpcf7-form-control.wpcf7-submit {
  background: #39a9dc;
  border: none;
  font-size: 1.8rem;
  color: #434040;
  cursor: pointer;
  padding: 1.5rem;
  display: inline-block;
  line-height: 1;
  color: #fff;
}

div#wpcf7-f11083-o1 {
  border: solid 1px #000;
  padding: 50px;
  display: block;
  box-sizing: border-box;
  z-index: 0;
  position: absolute;
}

.site-content-contain .dlwnload-mail-content h1.download-header-title {
  color: #003b60;
  font-size: 26px;
  font-weight: 600;
  border-bottom: solid 3px #39a9dc;
  padding-bottom: 35px;
}

div#wpcf7-f11083-o1 {
  border: solid 1px #000;
  padding: 50px;
  display: block;
  box-sizing: border-box;
}

h1.download-entry-title {
  border-bottom: solid 2px #f5f5f5;
  padding-bottom: 45px;
}

.download-conte-title {
  color: #434040;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.download-content ul li {
  list-style: none;
  color: #434040;
  font-size: 1.4rem;
}

.download-content {
  margin: 50px 0 100px;
}

.download-software {
  margin-bottom: 100px;
}

.dlwnload-mail-content p {
  text-align: left;
}

.sent .download-mail {
  display: none;
}

.c-primary2 {
  color: #6fdbf1;
}

div#wpcf7-f11083-o1 {
  border: solid 1px #000;
  padding: 50px;
  display: block;
  box-sizing: border-box;
}


.form-download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

p.form-download-title {
  width: 25%;
  font-weight: 600;
  margin-bottom: 0;
  font-family: 小塚ゴシック Pr6N;
  font-size: 1.6rem;
}

.form-download-txt input.wpcf7-form-control {
  background-color: #eae8e8;
  padding: 15px;
  width: 100%;
  border: solid 1px #a9a9a9;
  box-sizing: border-box;
}

p.form-download-txt {
  width: 100%;
  margin-bottom: 0px;
}

p.download-privacy {
  margin-top: 50px;
  font-size: 1.6rem
}

.media-body {
  display: none;
}

.software-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 600px;
  margin: 50px auto;
  position: relative;
}

.download-sofrware-box::after {
  position: absolute;
  right: 0;
  top: 180px;
  left: 0;
  margin: auto;
  content: '';
  background-color: #dcdcdc;
  width: 50%;
  height: 2px;
}

.download-sofrware-box {
  text-align: center;
  position: relative;
  margin-top: 70px;

}

.download-sofrware-box h3 {
  font-size: 2.8rem;
  font-weight: bold;
}

.software-box p {
  font-size: 2.4rem;
}

.disagree {
  display: inline-block;
  color: #fff;
  background: #3c3c3c;
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem;
  cursor: pointer;
  line-height: 1;
  width: 150px;
}

a#disagree-link {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-mail-software {
  position: absolute;
  top: 0;
  padding: 50px 60px;
  width: 100%;
  box-sizing: border-box;
}

.software-box a.button {
  background-color: #35abe2;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 2.0rem;
}

#modal2 .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  position: absolute;
  left: 49%;
  top: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);

}

.sent .download-mail {
  display: none;
}

div#wpcf7-f11083-o1 {
  position: relative;
  z-index: 3;
}

#modal2 .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

#modal4 .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

#modal6 .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.windows form.wpcf7-form {
  padding: 50px 0;
}

.downloadLang {
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
}

.downloadLang ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.downloadLang ul li a {
  display: flex;
  align-items: center;
}

.download-wrapper {
  margin: 0 auto;
  padding: 60px 0px;
  margin-bottom: 15rem;
}

.uploadImg ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.download-wrapper h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 60px;
}

.uploadImg ul li {
  max-width: 250px;
  height: auto;
}

.uploadTermsList li {
  width: 40%;
}

.uploadTermsList {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  margin-bottom: 5rem;
}

.seriesNote {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.uploadTermsList li a span.LinkTxt {
  display: inline-block;
  color: #000;
  font-size: 1.6rem;
  text-decoration-line: none;
}

.uploadTermsList li a:hover span.LinkTxt {
  text-decoration: underline;
}

ul.uploadTermsList li:hover {
  opacity: 0.7;
}

a.dlfiles-link:hover {
  color: #23527c;
  text-decoration: underline;
}

.seriesTxt {
  color: #62C5E7;
  border-bottom: solid 1px #62C5E7;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.seriesTxt.patmark {
  color: #e46604;
  border-bottom: solid 1px #e46604;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.uploadTermsList li {
  display: block;
  text-align: center;
}

.addbtn {
  display: inline-block;
  text-align: center;
  margin: 3rem auto 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addbtn a {
  color: #464241;
  border: solid 2px #464241;
  display: inline-block;
  padding: 1rem;
  font-size: 1.5rem;
  width: 150px;
}

.downItem h3 {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1;
}

table#fav-table {
  margin: 0px 0 0px;
}

.tradeshows-wrapper h2 {
  position: relative;
  top: 20px;
  font-size: 1.8rem;
}

table.mb-file-table.tablesorter tr.tablesorter-headerRow th:nth-child(1) {
  width: 43%;
}

table.mb-file-table.tablesorter tr.tablesorter-headerRow th:nth-child(2) {
  width: 17%;
}

table.mb-file-table.tablesorter tr.tablesorter-headerRow th:nth-child(3) {
  width: 40%;
}

#download .tablesorter-default td {
  vertical-align: middle !important;
}

.addbtn a:hover {
  opacity: 0.7;
}

.uploadImg ul li:hover {
  opacity: 0.7;
}

a.privacyTXT {
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .site-content-contain .dlwnload-mail-content h1.download-header-title {
    font-size: 20px;

    padding-bottom: 20px;
  }

  input.wpcf7-form-control.wpcf7-submit {
    width: 50%;
    padding: 5px 10px;
    font-size: 14px;
  }

  h1.entry-title.downloads-header-title {
    font-size: 2.4rem !important;
    padding: 20px 0 10px;
    font-weight: 600;
  }

  input.wpcf7-form-control {
    padding: 5px;
  }

  .download-mail-content-txt {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 20px;
  }

  .software-box {

    width: 100%;

  }

  p.download-privacy {
    margin-top: 30px;
  }

  .download-sofrware-box {
    margin-top: 30px;
  }

  .modal_contents_wrap {

    width: 95%;

  }

  .download-agreement-box h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .download-btn-box {

    width: 100%;
    margin: 10px auto 0;
  }


  .download-content {
    margin-bottom: 50px;
  }

  p.form-download-title {
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .download-mail {
    padding: 0px 0px;
  }

  .download-mail-form {
    padding: 20px 15px 10px;
    margin: 0 10px;
  }


  .download-agreement {
    padding: 50px 0px;
  }

  div#wpcf7-f11083-p11081-o1 {
    padding: 0 10px;
    margin-top: 50px;
  }

  .download-mail-software {
    padding: 50px 10px;
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
  }

  #modal2 .wpcf7 form.sent .wpcf7-response-output {
    width: 54%;
    font-size: 12px;
    top: 30px;

  }

  .download-sofrware-box h3 {
    font-size: 1.8rem;
  }

  .software-box p {
    font-size: 1.4rem;
  }

  .software-box a.button {

    font-size: 1.4rem;
  }

  .form-download {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 10px;
  }

  p.form-download-btn>a {
    display: block;
  }

  .download-sofrware-box::after {
    right: 0;
    top: 140px;
    width: 100%;
  }

  .download-wrapper h1 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .windows form.wpcf7-form {
    padding: 30px 0;
  }

  input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 10px 10px;
    font-size: 1.2rem;
    font-weight: 600;
    width: 115px;
  }

  .disagree {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    width: 40%;
  }

  .downloadLang {
    padding-right: 10px;
  }

  .seriesNote {
    font-size: 1.6rem;
  }

  .seriesTxt {
    font-size: 2rem;
  }

  .uploadTermsList {
    margin-bottom: 0;
  }

  .addbtn a {
    padding: 0.5rem;
    font-size: 1.2rem;
    width: 100px;
  }

  .uploadTermsList li {
    width: 48%;
  }

  .uploadTermsList {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .uploadTermsList li a {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  table.mb-file-table.tablesorter tr.tablesorter-headerRow th:nth-child(1) {
    width: 40%;
  }

  table.mb-file-table.tablesorter tr.tablesorter-headerRow th:nth-child(2) {
    width: 30%;
  }

  table.mb-file-table.tablesorter tr.tablesorter-headerRow th:nth-child(3) {
    width: 30%;
  }

  table#fav-table tr td:nth-child(1) {
    width: 40%;
  }

  table#fav-table tr td:nth-child(2) {
    width: 30%;
  }

  table#fav-table tr td:nth-child(3) {
    width: 30%;
  }

  .downItem h3 {
    font-size: 1.4rem;
  }

  .download-wrapper {
    margin-bottom: 5rem;
  }

  .tradeshows-wrapper {
    margin-top: 2rem;
  }

  .anchor-download {
    padding-top: 5.5rem;
    margin-top: -5.5rem;
  }

  a#disagree-link {
    font-size: 1.2rem;
  }
}