@charset "UTF-8";

.contact-btn {
  width: 370px;
  margin: 62px auto 0;
}

@media screen and (max-width: 640px) {
  .contact-btn {
    width: 100%;
    margin: 8.5% auto 0;
  }
}

.contact-btn a {
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #0068b5;
  border: 2px solid #0068b5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: all .2s;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .contact-btn a {
    padding: 4.2% 0;
    font-size: 15px;
  }
}

.contact-btn .far {
  font-weight: 100;
  font-size: 17px;
  margin-right: 12px;
}

.contact-btn a:hover {
  opacity: 1;
  color: #0068b5;
  background: #fff;
}

.club-heading-11 {
  position: relative;
  margin-bottom: 16px;
  padding: 13px 15px 13px 15px;
  background: #efefef;
  font-size: 24px;
  line-height: 1.08333;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .club-heading-11 {
    margin: 0 -10px 3.5%;
    padding: 3% 3% 3% 2.52%;
    font-size: 18px;
    line-height: 1.55556;
  }
}

.club-heading-11 span {
  position: relative;
  display: block;
  padding: 8px 0 8px 15px;
}

@media screen and (max-width: 640px) {
  .club-heading-11 span {
    padding: 0 0 0 4.48%;
  }
}

.club-heading-11 span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  left: 0;
  margin: auto;
  width: 5px;
  height: 40px;
  background: #005a9e;
}

@media screen and (max-width: 640px) {
  .club-heading-11 span:before {
    height: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .club-heading-11.twoline span:before {
    height: 87%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #header {
    height: 56px;
    padding: 9px 0 7px;
    border-bottom: 5px solid #005a9e;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #header header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95.2%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #headerLogo {
    width: 81.93%;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  #hamburgerWrap {
    position: static;
  }
}

@media screen and (max-width: 640px) {
  #menuContentsSp {
    top: 52px;
  }
}

@media screen and (max-width: 640px) {
  .ttlBg {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #contents {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10.67%;
  }
}

@media screen and (max-width: 640px) {
  .cf-contents {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.cf-contents a {
  transition: all .3s;
}

.cf-contents a:hover {
  opacity: .8;
}

.club-login {
  margin-top: 32px;
}

@media screen and (max-width: 640px) {
  .club-login {
    margin-top: 0;
  }
}

.club-login .club-login-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .club-login .club-login-wrap {
    display: none;
  }
}

.club-login .club-login-item {
  width: 300px;
  text-align: center;
}

.club-login .club-login-item+.club-login-item {
  margin-left: 30px;
}

.club-login .club-login-btn {
  width: 100%;
}

.club-login .club-login-btn a {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: #0068b5;
  border: 2px solid #0068b5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  transition: all .2s;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .club-login .club-login-btn a {
    padding: 4.2% 0;
    font-size: 15px;
  }
}

.club-login .club-login-btn a:hover {
  opacity: 1;
  color: #0068b5;
  background: #fff;
}

.club-login .club-login-btn.membership-btn a {
  border-color: #cf0010;
  background: #cf0010;
}

.club-login .club-login-btn.membership-btn a:hover {
  color: #cf0010;
  background: #fff;
}

.club-login .club-login-attention {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.57143;
}

.club-login .contact-btn.contact-btn {
  margin-top: 32px;
}

@media screen and (max-width: 640px) {
  .club-login .contact-btn.contact-btn.contact-btn {
    margin-top: 8.5%
  }
}

.cf-contents p {
  margin: 0;
}

.club-heading-07 {
  margin: 37px 0 40px;
  padding: 25px;
  color: #000;
  font-size: 27px;
}

@media screen and (max-width: 640px) {
  .club-heading-07 {
    margin: 20px 0 8%;
    padding: 1.7%;
    font-size: 18px;
    color: #7b7a7b;
    border: 1px solid #7b7a7b;
    border-width: 1px 0;
    background: transparent !important;
  }
}

.cf_contents section {
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .cf_contents section {
    padding-bottom: 14%;
  }
}

@media screen and (max-width: 640px) {
  .cf_contents section:last-child {
    padding-bottom: 0;
  }
}

.cf_contents section p {
  margin: 0;
}

.cf-contents p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .cf-contents h2 {
    display: none;
  }
}

.club-cad-download-subtitle {
  margin: 0 0 12px;
  padding: 8px 20px;
  background: #b1e0ee;
  font-size: 18px;
  line-height: 1.44444;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .club-cad-download .club-cad-download-text {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    line-height: 2.03448;
  }
}

.searchbox {
  display: flex;
  width: 252px;
  margin-top: 20px;
  box-sizing: border-box;
}

#download-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 198px;
  border: 2px solid #005a9e;
  font-size: 16px;
  padding: 4px;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#download-search:focus {
  outline: none;
}

#download-search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  background: #005a9e;
  width: calc(100% - 198px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
  box-sizing: border-box;
}

#download-search-submit:hover {
  background-color: #237ec3;
}

.cad-download-list .club-cad-download-subtitle {
  margin-bottom: 20px;
}

.cad-download-list-table table {
  width: 100%;
  border: 1px solid #dcdcdc;
  text-align: left;
  box-sizing: border-box;
  border-spacing: 0;
  font-size: 16px;
  border-collapse: collapse;
}

.cad-download-list-table thead {
  background: #f5f5f5;
}

.cad-download-list-table th,
.cad-download-list-table td {
  padding: 9px 10px;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.cad-download-list-table tr {
  border-bottom: 1px solid #dcdcdc;
  border-color: #dcdcdc;
  box-sizing: border-box;
}

.cad-download-list-table th:last-child,
.cad-download-list-table td:last-child,
.cad-download-list-table tbody tr:last-child {
  border: none;
}

.cad-download-list-table .catalog-number {
  width: 122px;
}

.cad-download-list-table .catalog-pdf {
  width: 130px;
}

.club-cad-download .cad-download-backbtn {
  width: 370px;
  margin: 62px auto 0;
}

@media screen and (max-width: 640px) {
  .club-cad-download .cad-download-backbtn {
    display: none;
  }
}

.club-cad-download .cad-download-backbtn a {
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #0068b5;
  border: 2px solid #0068b5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: all .2s;
  text-align: center;
  box-sizing: border-box;
}

.club-cad-download .cad-download-backbtn .fas {
  font-size: 17px;
  margin-right: 12px;
}

.club-cad-download .cad-download-backbtn a:hover {
  opacity: 1;
  color: #0068b5;
  background: #fff;
}

.club-cad-download .cad-download-contact {
  margin: 62px auto 0;
}

@media screen and (max-width: 640px) {
  .club-cad-download .cad-download-contact {
    margin: 8.5% auto 0;
  }
}

.club-cad-download .cad-download-backbtn+.cad-download-contact {
  margin: 20px auto 0;
}

@media screen and (max-width: 640px) {
  .club-cad-download .cad-download-backbtn+.cad-download-contact {
    margin: 8.5% auto 0;
  }
}

.cad_detail .cad-download-list {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .cad_detail .cad-download-list {
    display: none;
  }
}

.cad_detail .cad-download-list .club-cad-download-subtitle {
  margin-bottom: 16px;
}

.resultbox {
  margin-top: 15px;
}

.resultbox .page-current {
  padding: 0px;
  line-height: 1;
  font-size: 15px;
}

.resultbox .download-result-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  width: 52px;
  padding: 6px;
  background: #184e98;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

.cad_detail .cad-download-list-table {
  margin: 10px 0 10px;
}

.cad_detail .cad-download-list-table .table-first-head {
  background: #969696;
  color: #fff;
}

.cad_detail .cad-download-list-table .table-second-head {
  background: #e6e6e6;
}

.cad_detail .cad-download-list-table .table-third-head {
  background: #f5f5f5;
}

.cad_detail .cad-download-list-table .catalog-number {
  width: 157px;
}

.cad_detail .cad-download-list-table .item-number {
  width: 235px;
}

.cad_detail .cad-download-list-table .two-dimensions {
  width: 150px;
}

.cad_detail .cad-download-list-table .item-pdf {
  width: 80px;
}

.cad_detail .cad-download-list-table .dwg,
.cad_detail .cad-download-list-table .dxf {
  width: 75px;
}

.cad_detail .cad-download-list-table .mdtmaster {
  width: 160px;
}

.cad_detail .cad-download-list-table .sat {
  width: 64px;
}

.cad_detail .cad-download-list-table .step {
  width: 77px;
}

.cad_detail .cad-download-list-table tbody tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.cad_detail .cad-download-list-table td {
  word-break: break-all;
}

#contents .cad-download-attention {
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.57143;
}

.club-heading-11 {
  display: flex;
  align-items: center;
}

.club-heading-11 .link {
  margin-left: 2em;
  padding: 0;
  font-size: 16px;
}

.club-heading-11 .link:before {
  content: none;
}

.club-heading-11 .link a {
  padding: 0 0.2em;
}

.club-cad-download-attention {
  padding-left: 2.8em;
  margin: 30px 0 20px;
  box-sizing: border-box;
}

.club-cad-download-attention>li {
  list-style-type: decimal;
  padding: 3px 0 3px 0.8em;
}

.club-cad-download-attention li {
  font-size: 16px;
  line-height: 1.5;
}

.club-cad-download-attention ul {
  padding: 5px 0 5px 2.8em;
}

.club-cad-download-attention ul li {
  list-style-type: disc;
}

.cf-contents .attention {
  margin-top: 10px;
}

.open_sub_window:hover {
  opacity: 0.8;
}

.bg_sub_window {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.bg_sub_window:hover {
  transition: 0.5s;
}

.bg_sub_window.shown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
  z-index: 1000;
}

.sub_window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 30px;
  max-height: 90%;
  background-color: #fff;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .sub_window {
    width: calc(100% - 20px);
  }
}

@media print,
(min-width: 768px) {
  .sub_window {
    width: 90%;
    max-width: 900px;
  }
}

.close_sub_window {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
}

.close_sub_window::before,
.close_sub_window::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #3388dd;
  content: "";
}

.close_sub_window::before {
  width: 60%;
  height: 3px;
}

.close_sub_window::after {
  width: 3px;
  height: 60%;
}

.close_sub_window:hover {
  cursor: pointer;
}

.sub_window_content {
  display: table;
  margin: 0px auto;
}

.modal {
  display: block;
  width: 600px;
  max-width: 100%;
  height: 300px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* margin: -200px 0 0 -200px; */
  background: white;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

.modal-guts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: auto;
}

.modal .close-button {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  border: 0;
  background: black;
  color: white;
  padding: 5px 10px;
  font-size: 1.3rem;
}

.submitBtn {
  border: 0;
  background: lightgreen;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 21px;
}

#percent {
  margin: auto;
  top: 25px;
  right: 0;
  bottom: 0;
  left: 95;
  text-align: center;
  font-size: 15px;
  font-family: arial;
  font-weight: bold;
  color: #ffffff;
  z-index: 20;
}

#bar {
  margin: 0;
  width: 200px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  z-index: 20;
}

#loading_indicator {
  text-align: center;
}

#loading_indicator .dl-text {
  margin: 80px 0 20px;
}

/* デザイン */
.club-omatomedl-attention {
  text-align: center;
}

a.club-omatomedl-mainmenu-link {
  background-color: #fff;
  border: 1px solid #005a9e;
  border-radius: 8px;
  color: #005a9e;
  display: block;
  padding: 10px 20px;
  font-weight: bold;
}

a.club-omatomedl-mainmenu-link.active,
a.club-omatomedl-mainmenu-link:hover {
  color: #fff;
  background-color: #005a9e;
}

ul.club-omatomedl-mainmenu {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

ul.club-omatomedl-mainmenu li {
  margin: 0 5px;
  width: 25%;
  text-align: center;
}

@media only screen and (max-width: 640px) {

  ul.club-omatomedl-mainmenu.spDel,
  .spDel {
    display: none;
  }
}

.club-heading-02 {
  margin: 0 0 20px;
  padding: 6px 20px;
  background: #b1e0ee;
  font-size: 16px;
  line-height: 1.44444;
  box-sizing: border-box;
}

h3.club-heading-02.club-omatomedl-subtitle {
  margin-top: 20px;
  background-color: #dcdddc;
  border-radius: 5px;
}

h3.club-heading-02.club-omatomedl-subtitle .search-btn,
h3.club-heading-02.club-omatomedl-subtitle .club-omatomedl-subtitle-txt {
  display: inline;
  color: #005a9e;
  font-size: 16px;
  margin-left: 30px;
}

.cf-contents .search-txt {
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 1.6;
}

.cf-contents .cad-download-search-left .search-txt {
  padding: 0 0 0 15px;
}

.searchbox {
  margin: 0 auto;
  flex-wrap: wrap;
}

.searchbox .search-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0 0;
}

.searchbox .search-btn label {
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
  .instructions-search {
    margin-bottom: 20px;
  }
}

.instructions-search .instructions-search__category input[type='radio'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.instructions-search input:checked~.checkmark:after {
  display: block;
}

.instructions-search h4 {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  color: #005CA2;
}

@media screen and (max-width: 640px) {
  .instructions-search h4 {
    margin: 0 0 4px;
    font-size: 14px;
  }
}

.instructions-search__item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.instructions-search__item:nth-child(n+2) {
  margin-top: 5px;
}

.instructions-search__item h4 {
  display: flex;
  width: 85px;
  height: 97px;
  background-color: #005CA2;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  margin: 0 15px 0 0;
}

.instructions-search__item h4.instructions-search_h4_item {
  height: 41px;
}

@media screen and (max-width: 640px) {
  .instructions-search__item {
    flex-wrap: wrap;
  }

  .instructions-search__item h4 {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 10px;
  }

  .instructions-search__item h4.instructions-search_h4_item {
    height: auto;
  }

  .instructions-search__item h4 br {
    display: none;
  }
}

.instructions-search__select {
  margin: 0;
}

.instructions-search__category {
  display: flex;
  padding-left: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .instructions-search__category {
    flex-wrap: wrap;
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .instructions-search__category li {
    margin: 0 0 10px 10px;
    padding: 3px 3px 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
}

@media screen and (min-width: 641px) {
  .instructions-search__category li+li {
    margin-left: 30px;
  }
}

.instructions-search__category label {
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .instructions-search__category label {
    padding: 2px 8px;
  }
}

.instructions-search__category label:hover {
  color: #EA5504;
}

.instructions-search__category .instructions-search__radio input[type=radio]+label:before {
  content: "";
  display: inline-block;
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: 1px 1px;
  width: 93px;
  height: 93px;
  background-image: var(--omatome_cate_icon-default);
}

.instructions-search__category .instructions-search__radio input[type=radio]+label:after {
  content: '';
  background-image: var(--omatome_cate_icon-checked);
}

.instructions-search__category .instructions-search__radio input[type=radio]:checked+label::before {
  background-image: var(--omatome_cate_icon-checked);
}

@media screen and (min-width: 641px) {
  .instructions-search__category li+li {
    margin-left: 10px;
  }
}

.instructions-search__img {
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

.instructions-search__img img {
  width: auto;
  height: 100%;
}

.instructions-search__radio {
  margin-top: 0px;
  position: relative;
  padding-left: 26px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.instructions-search__radio .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #1d5ba1;
  border-radius: 50%;
  transform: translateY(-50%);
}

.instructions-search__radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #005CA2;
}

.instructions-search__select {
  width: 300px;
}

@media screen and (max-width: 640px) {
  .instructions-search__select {
    width: 95.1049%;
    margin: 0 auto;
  }
}

.instructions-search__select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: #005CA2 1px solid;
  border-radius: 5px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .9em auto, 100%;
  line-height: 1.3;
  padding: .5em 1.4em .4em .8em;
  color: #666464;
  font-size: 16px;
  text-transform: none;
}

.instructions-search__select select::-ms-expand {
  display: none;
}

@media screen and (max-width: 640px) {
  .instructions-search__select select {
    font-size: 14px;
  }
}

.instructions-search__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
}

.instructions-search__btn {
  display: block;
  border: none;
  padding: 12px 2px 10px;
  margin: 30px auto;
  background: #005ca2;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
  width: 200px;
  border-radius: 30px;
}

@media screen and (max-width: 640px) {
  .instructions-search__btn {
    width: 58.74126%;
    margin: 7.4% auto 0;
    padding: 3.5% 0.5% 2.5%;
    font-size: 14.5px;
    border-radius: 2.5px;
  }
}

.instructions-search__btn:hover {
  background: #EA5504;
}

.instructions-search__btn .fa-search {
  margin-right: 6px;
}

@media screen and (max-width: 640px) {
  .instructions-search__btn .fa-search {
    margin-right: 4%;
  }
}

.instructions-search__btn.reset-btn {
  background-color: #999;
}

.instructions-search__btn.reset-btn:hover {
  background: #EA5504;
}

p.club-omatomedl-subtitle-txt {
  margin: 15px 0 0;
}

.cad-download-search-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cad-download-search-flex .cad-download-search-left {
  width: 635px;
}

.cad-download-search-flex .cad-download-search-right {
  width: 355px;
}

@media screen and (max-width: 640px) {

  .cad-download-search-flex .cad-download-search-left,
  .cad-download-search-flex .cad-download-search-right {
    width: 100%;
  }
}

.club-result-actions {
  display: flex;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .club-result-actions {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

.club-result-legend {
  margin: 20px auto 5px 20px;
  flex-basis: 50%;
}

.club-result-legend h5 {
  padding: 0 0 3px;
  margin: 0;
  font-size: 16px;
}

.club-result-legend ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.club-result-legend li {
  flex-basis: 33%;
}

.club-result-legend li:last-child {
  margin-right: auto;
}

.club-result-legend figure {
  display: inline-flex;
  margin: 0;
  width: 100%;
  align-items: center;
}

.club-result-legend .omatome-zaisitu-icon {
  width: 22px;
}

.club-result-legend figcaption {
  display: flex;
  flex-grow: 1;
  padding: 6px 6px;
  align-items: center;
  white-space: nowrap;
}

.club-result-legend figcaption:before {
  content: '';
  display: block;
  height: 10px;
  margin: 0 5px;
  background-image: radial-gradient(#909090 30%, transparent 30%);
  background-size: 8px 10px;
  min-width: 25px;
}

@media screen and (max-width: 640px) {
  .club-result-legend {
    margin: 20px auto 40px 20px;
  }
}

.club-omatomedl-dlbtn {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin: 0 0 30px auto;
  padding-top: 30px;
}

.club-cad-download .club-omatomedl-dlbtn-link {
  margin: 0;
  text-align: right;
  font-size: 14px;
  line-height: 1.6;
}

.club-omatomedl-dlbtn .club-omatomedl-dlbtn-btn,
.club-omatomedl-dlbtn .club-omatomedl-reqbtn-btn {
  position: relative;
  margin-left: 20px;
}

.club-omatomedl-dlbtn .club-omatomedl-dlbtn-btn a,
.club-omatomedl-dlbtn .club-omatomedl-reqbtn-btn a {
  background-color: #00a0e9;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #00a0e9;
  color: #fff;
  display: block;
}

.club-omatomedl-dlbtn .club-omatomedl-dlbtn-btn a:hover,
.club-omatomedl-dlbtn .club-omatomedl-reqbtn-btn a:hover {
  color: #00a0e9;
  background-color: #fff;
}

.club-omatomedl-dlbtn .club-omatomedl-dlbtn-btn a.is_empty,
.club-omatomedl-dlbtn .club-omatomedl-reqbtn-btn a.is_empty {
  background-color: #ddd;
  color: #fff;
  border: 1px solid #ccc;
}

.club-omatomedl-dlbtn .club-omatomedl-dlbtn-btn span:not(.omatomedl-count),
.club-omatomedl-dlbtn .club-omatomedl-reqbtn-btn span:not(.omatomedl-count) {
  padding: 0 0 0 10px;
}

.club-omatomedl-dlbtn .club-omatomedl-dlbtn-btn span.omatomedl-count,
.club-omatomedl-dlbtn .club-omatomedl-reqbtn-btn span.omatomedl-count {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: #ee0000;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
}

.club-omatomedl-dlbtn .club-omatomedl-dlbtn-btn:hover span.omatomedl-count,
.club-omatomedl-dlbtn .club-omatomedl-reqbtn-btn:hover span.omatomedl-count {
  color: #fff;
}

.club-omatomedl-dlbtn .club-omatomedl-dlbtn-btn a.delete-all,
.club-omatomedl-dlbtn .club-omatomedl-reqbtn-btn a.delete-all {
  background-color: #ee0000;
  border: 1px solid #ee0000;
  border-radius: 6px;
  padding: 3px 10px;
}

@media screen and (max-width: 640px) {
  .club-omatomedl-dlbtn {
    display: none;
  }

  .club-omatomedl-dlbtn .club-omatomedl-dlbtn-btn,
  .club-omatomedl-dlbtn .club-omatomedl-reqbtn-btn {
    width: 100%;
    margin: 0 0 20px;
  }

  .club-omatomedl-dlbtn .club-omatomedl-dlbtn-btn a.is_empty,
  .club-omatomedl-dlbtn .club-omatomedl-reqbtn-btn a.is_empty {
    width: 100%;
    box-sizing: border-box;
  }
}

.club-omatomedl-list-table table,
.club-omatomedl-list-table th,
.club-omatomedl-list-table td {
  border-collapse: collapse;
  border-spacing: 0;
}

.club-omatomedl-list-table table {
  font-size: 14px;
  width: 100%;
  margin: 20px 0;
}

.club-omatomedl-list-table.search-result table {
  border: 1px solid #333;
}

.club-omatomedl-list-table thead th,
.club-omatomedl-list-table td {
  text-align: center;
  font-variant-east-asian: proportional-width;
  word-break: break-all;
}

.club-omatomedl-list-table td {
  padding: 5px 5px;
}

.club-omatomedl-list-table td .empty_cell {
  display: block;
  text-align: center;
}

.club-omatomedl-list-table td .empty_cell::before {
  content: 'ー';
}

.club-omatomedl-list-table thead th {
  padding: 5px 0;
  background-color: #999;
  color: #fff;
  min-width: 77px;
}

.club-omatomedl-list-table.search-result thead th.omatome-number {
  min-width: 150px;
}

.club-omatomedl-list-table.search-result thead th.omatome-hinban {
  min-width: 150px;
}

.club-omatomedl-list-table.search-result thead th.omatome-daihyou_hinban {
  min-width: 150px;
}

.club-omatomedl-list-table.search-result thead th .sort_header_inner {
  display: flex;
  height: 3em;
  margin: -5px 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-offset: 3px;
}

.club-omatomedl-list-table.search-result thead th .sort_header_inner>* {
  flex-grow: 1;
  cursor: inherit;
  padding-right: 3px;
}

.club-omatomedl-list-table.search-result thead th .sort_header_inner .mark {
  width: 0;
  flex-grow: 0;
  position: relative;
  color: transparent;
  font-size: 0;
}

.club-omatomedl-list-table.search-result thead th .sort_header_inner[data-sort-direction] .mark:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 0 solid transparent;
  border-top: 10px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: -5px;
  right: 6px;
  top: 50%;
}

.club-omatomedl-list-table.search-result thead th .sort_header_inner[data-sort-direction][data-sort-direction='asc'] .mark:after {
  transform: scale(1, -1);
}

.club-omatomedl-list-table.download-list thead th.omatome-hinban {
  width: 400px;
}

.club-omatomedl-list-table.download-list thead th.omatome-delete {
  width: 60px;
}

.club-omatomedl-list-table.download-list thead th.omatome-manual {
  min-width: 105px;
}

.club-omatomedl-list-table.download-list thead th.omatome-kind {
  min-width: 105px;
}

.club-omatomedl-list-table tr td {
  border-right: 1px solid #333;
  border-top: 1px solid #333;
}

.club-omatomedl-list-table tr[data-lang]:nth-child(n+2) td {
  border-top: 1px dashed #333;
}

.club-omatomedl-list-table tbody:only-of-type tr:nth-of-type(2n) {
  background-color: #eeeeee;
}

.club-omatomedl-list-table tbody:nth-of-type(2n) tr {
  background-color: #eeeeee;
}

.club-omatomedl-list-table .club-omatomedl-list-img a {
  position: relative;
}

.club-omatomedl-list-table .club-omatomedl-list-img a i {
  position: absolute;
  bottom: 5px;
  right: -5px;
  font-size: 20px;
}

.club-omatomedl-list-table .omatome-zaisitu>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.club-omatomedl-list-table .omatome-zaisitu>ul li {
  margin-top: 2px;
}

.club-omatomedl-list-table img.omatome-zaisitu-icon {
  width: 26px;
}

.club-omatomedl-list-table .omatome-ninteihin-icon {
  font-size: 32px;
}

.club-omatomedl-list-table .omatome-catalog-more_langs--container {
  float: right;
}

.club-omatomedl-list-table .omatome-catalog-more_langs {
  /* 他の言語を見るボタン */
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 5px 5px 5px auto;
  padding: 2px 10px;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.club-omatomedl-list-table .omatome-catalog-more_langs .mark {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.club-omatomedl-list-table .omatome-catalog-more_langs .mark:before,
.club-omatomedl-list-table .omatome-catalog-more_langs .mark:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #333333;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.4s ease 0s;
}

.club-omatomedl-list-table .omatome-catalog-more_langs .mark:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

tbody[data-catalog-num_extra_visible_langs='0'] .omatome-catalog-more_langs .mark:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.club-omatomedl-list-table tr td.flow_text {
  text-align: left;
  white-space: pre-line;
}

.club-omatomedl-list-table thead th.omatome-2dcad,
.club-omatomedl-list-table thead th.omatome-zumen {
  background-color: #666;
  border-bottom: 1px solid #333;
}

.club-omatomedl-list-table thead th.omatome-3dcad {
  background-color: #333;
  border-bottom: 1px solid #333;
}

.club-omatomedl-list-table.search-result table {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-height: 900px;
  max-height: calc(100vh - 58px);
}

.club-omatomedl-list-table.search-result table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  /* thead に :before は NG */
  box-shadow: 0 0 0 1px #333;
}

.club-omatomedl-list-table.search-result table thead th {
  border-right: 1px solid #333;
}

@media screen and (max-width: 640px) {
  .club-omatomedl-list-table.search-result table {
    overflow-x: scroll;
    width: 100%;
  }

  .club-omatomedl-list-table.search-result table th.omatome-check,
  .club-omatomedl-list-table.search-result table th.omatome-manual,
  .club-omatomedl-list-table.search-result table th.omatome-cad,
  .club-omatomedl-list-table.search-result table td:first-child,
  .club-omatomedl-list-table.search-result table td:nth-of-type(7),
  .club-omatomedl-list-table.search-result table td:nth-of-type(8) {
    display: none;
  }

  .club-omatomedl-list-table.search-result table thead th.omatome-catalog_name {
    min-width: 160px;
  }
}

.club-omatomedl-list-table .req_link {
  color: #0095C9;
}

.club-omatomedl-list-table .req_link:hover {
  color: #EA5504;
  opacity: .8;
}

.club-omatomedl-list-table .req_link.is_in_list {
  color: #f00;
}

.club-omatomedl-list-table.download-list table {
  border: none;
}

.club-omatomedl-list-table.download-list thead th {
  border-right: 1px solid #fff;
}

.club-omatomedl-list-table.download-list tr td {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.club-omatomedl-list-table.download-list thead th {
  background-color: #999 !important;
  border-bottom: none !important;
}

.omatome-dwg,
.omatome-dxf,
.omatome-mdt,
.omatome-sat,
.omatome-step,
.omatome-iges,
.omatome-pdf {
  width: 60px;
}

.club-omatomedl-list-table tr img.shuryo_icon {
  width: 34px;
  height: auto;
}

.club-omatomedl-list-table tr img.shuryo_icon:hover {
  filter: brightness(0) saturate(100%) invert(37%) sepia(30%) saturate(7480%) hue-rotate(10deg) brightness(120%) contrast(90%);
}

.club-omatomedl-list-table tr .club-omatomedl-list-img img {
  width: 50px;
  height: auto;
  min-height: 36px;
  object-fit: contain;
}

td.club-omatomedl-list-pdf img,
td.club-omatomedl-list-cad img {
  width: 40px;
  height: auto;
}

td.club-omatomedl-list-pdf img,
td.club-omatomedl-list-cad img {
  opacity: .3;
}

td.club-omatomedl-list-pdf a[href] img,
td.club-omatomedl-list-cad a[href] img {
  opacity: 1;
}

.club-omatomedl-list-table tr td span.fl {
  display: inline-block;
  background-color: #005ca2;
  color: #fff;
  padding: 3px 10px;
  margin: 0 0 0 1em;
  border-radius: 4px;
}

.club-omatomedl-list-table td>ul li {
  white-space: pre-line;
  font-size: 12px;
}

.club-omatomedl-list-table td>ul li:nth-child(n + 2) {
  margin-top: 2px;
}

.club-omatomedl-list-table.download-list td:last-child {
  font-size: 25px;
}

.club-omatomedl-list-table.download-list td:last-child a {
  color: #ccc;
}

.club-omatomedl-list-table.download-list td:last-child a:hover {
  color: #ee0000;
}

.club-omatomedl-list-table input[type="checkbox"] {
  transform: scale(1.5);
}

.pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .pagination {
    margin: 0 0 20px;
    font-size: 14px;
  }
}

.dllist-data {
  color: #005ca2;
  font-weight: bold;
  font-size: 15px;
}

.dllist-wrap {
  margin: 30px auto 0;
  max-width: 640px;
}

.dllist-wrap .dlbtn {
  text-align: center;
  margin: 20px 0;
}

.dllist-wrap .submitBtn {
  border: 0;
  background: #00a0e9;
  color: #fff;
  padding: 10px 20px;
  border: 6px double #fff;
  border-radius: 10px;
  font-size: 18px;
}

.dllist-wrap .submitBtn:hover {
  cursor: pointer;
}

.dllist-wrap .submitBtn:disabled:hover {
  cursor: not-allowed;
}

.dllist-wrap #submitBtn:disabled {
  background-color: #ccc;
}

.dllist-wrap .submitBtn span {
  margin: 0 0 0 10px;
}

.dllist-wrap .open_sub_window {
  text-decoration: underline;
}

.dllist-wrap .open_sub_window:hover {
  text-decoration: none;
  cursor: pointer;
}

.cad-download-search .searchbox {
  width: 340px;
}

.cad-download-search #download-search {
  width: 260px;
}

.cad-download-search #download-search-submit {
  width: calc(100% - 260px);
}

.instructions-search__radio {
  font-size: 0;
  padding-left: 0;
}

.tabs-container:not(.is-suspended) {
  min-height: 200px;
}

.tabs-container .is_tab_loading {
  padding-top: 20px;
  text-align: center;
}

/* 複数 / 単数 選択モーダルダイアログ */
.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -xx-transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_content {
  align-self: center;
  width: 400px;
  padding: 30px 50px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.modal_wrap:not([aria-hidden]) .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap:not([aria-hidden]) .modal_overlay .modal_content {
  transform: translateY(20px);
}

.modal_content p {
  padding-top: 0;
  text-align: center;
}

.modal_content .close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  background: transparent;
}

.modal_content .modal_button {
  display: block;
  margin: 20px 0;
  padding: 12px 2px;
  width: 100%;
  max-width: 300px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}

.modal_content .modal_button:active {
  transform: translateY(2px);
}

.modal_content .modal_button:hover {
  transition: .6s;
  -xx-background-color: #76d4ff;
  filter: brightness(155%) saturate(50%) hue-rotate(24deg);
}

.modal_content .modal_button1 {
  background-color: #00a0e9;
}

.modal_content .modal_button2 {
  background-color: #005ca2;
}

.howto_pop-content {
  align-self: center;
  width: 90%;
  max-width: 1000px;
  min-width: 320px;
  height: 90%;
  padding: 30px 40px 50px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.howto_pop-content .howto_pop-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 24px;
  cursor: pointer;
  background: transparent;
}

@media screen and (max-width: 1200px) {
  .howto_pop-content br.pc-disp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .howto_pop-content {
    width: 95%;
    padding: 20px 20px 50px;
  }

  .howto_pop-content .howto_pop-close {
    top: 0;
    right: 0;
    font-size: 20px;
  }
}

.howto_pop-content .howto_ac_close {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 100px);
  width: 240px;
  padding: 5px;
  border: 5px solid #fff;
  background-color: #666;
  color: #fff;
  transition: .3s;
}

.howto_pop-content .howto_ac_close:hover {
  cursor: pointer;
  background-color: #aaa;
}

.howto_pop-content .howto_ac_close::after {
  content: '▲';
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 12px;
}

.howto_pop-content h4 {
  margin: 0 0 20px;
}

.howto_pop-content ul {
  margin: 0 0 0 2em;
}

.howto_pop-content ul li {
  list-style: disc;
  margin: 10px 0 0;
  line-height: 1.6;
}

.howto_pop-content .howto_pop_wrap {
  height: 100%;
  overflow-y: scroll;
  font-size: 15px;
}

.howto_pop-content .howto_pop_wrap h4.head_howto {
  background-color: #005ca2;
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  font-size: 18px;
}

.howto_pop-content .howto_pop_wrap .head_howto_sub {
  font-size: 18px;
  font-weight: bold;
}

.howto_pop-content .howto_pop_wrap h5 {
  font-size: 16px;
  margin: 30px 0 0 10px;
  color: #005ca2;
}

.howto_pop-content .howto_pop_wrap h5:nth-of-type(1) {
  margin: 10px 0 0 10px;
}

.howto_pop-content .howto_pop_wrap h5::before {
  content: '■';
}

.howto_wrap {
  text-align: center;
  margin: 40px 0 10px;
}

.howto_pop-open {
  color: #0095C9;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
}

.howto_pop-open:hover {
  color: #EA5504;
}

.howto_pop-open i {
  margin: 0 8px 0 0;
  font-size: 22px;
  vertical-align: middle;
}

.howto_pop-wrap input:checked~.howto_pop-overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.howto_pop-wrap input:checked~.howto_pop-overlay .howto_pop-content {
  transform: inherit;
}

.omatome-howto {
  background-color: #eee;
  padding: 20px;
}

.omatome-howto h4 {
  margin: 0 0 20px;
}

.omatome-howto ul {
  margin: 0 0 0 2em;
}

.omatome-howto ul li {
  list-style: disc;
  font-size: 14px;
  margin: 10px 0 0;
  line-height: 1.6;
}

.howto_ac {
  width: 96%;
  margin: 0 auto;
}

.howto_ac_btn {
  background-color: #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  font-weight: bold;
  position: relative;
  padding: 10px 40px 10px 15px;
  transition: .2s;
}

.howto_ac_btn::after {
  content: '▼';
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 12px;
}

.howto_ac_btn:hover {
  background-color: #ccc;
}

.howto_ac_cnt {
  border: 1px solid #eee;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 15px;
}

.cf-contents .howto_ac_cnt p {
  margin-top: 15px;
}

.cf-contents .howto_ac_cnt p:first-child {
  margin-top: 0;
}

[hidden] {
  display: none !important;
}

[v-cloak] {
  display: none !important;
}