@charset "UTF-8";
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

article img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
article.download_title_area {
  position: relative;
  width: 80%;
  margin: 50px auto 50px auto;
}
.download_title {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 2.2rem;
  margin: 0px auto 0px auto;
  text-align: center
}
.download_title_sub_name {
  font-size: 1.6rem;
  margin: 0px auto 1.5rem auto;
  text-align: center
}
article.downloadsearch_area {
  width: 100%;
  margin: 0 auto;
  background-color: #eee;
  margin-bottom: 1rem
}
.downloadsearch {
  width: 80%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0px 3rem 0px;
}




.downloadsearch_upper{

  display: flex;

  align-items: center;
}



.custam-checkbox {
  appearance: none
}
.custam-checkbox:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.custam-checkbox + label{
  white-space: nowrap;

}
.custam-checkbox + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 .5em 0 0;
  background-color: #fff;
  vertical-align: bottom;
  position: relative;

  box-sizing: border-box;
  border: #000 1px solid
}
.custam-checkbox:checked + label:before {
  background-image: url(/pc/images/check-active.jpg);
  background-size: 16px, 16px;
  background-position: top left;
  box-sizing: border-box;
  border: #000 1px solid;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 2rem;

  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: .5px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: bold;
  white-space: nowrap;

}


.downloadsearch_inner {
  width: 100%;
  display: flex;
  margin: 3rem 0 0 0;
}

.downloadsearch .title_mini {
  font-size: 1.6rem;
  line-height: 2rem;
}
.downloadsearch .downloadsearch_inner .title_mini {
  font-size: 1.4rem;
}


.downloadsearch_area .select_area_a {
  width: 25%;
  margin: 0 2rem 0 0;
}
.downloadsearch_area .select_area_b {
  width: 35%;
  margin: 0 2rem 0 0;
}
.downloadsearch_area .select_area_c {
  width: 20%;
  margin: 0 2rem 0 0;
}
.downloadsearch_area .select_area_d {
  width: 25%;
  margin: 0 2rem 0 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}


.downloadsearch_area select {
  margin-top: 1rem;
  appearance: none;
  padding: 1rem 40px 1rem 1rem;
  outline: none;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border: #ccc 2px solid;

  background: url("/pc/images/select_menu_arr.svg") center right/ 40px 20px no-repeat #fff;
  border-radius: 0px;
  color: #000;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  box-sizing: border-box;
}


.downloadsearch_area select[disabled] {
  margin-top: 1rem;
  appearance: none;
  padding: 1rem 1rem;
  outline: none;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border: #ccc 2px solid;
  background: transparent;
  background: url("/pc/images/select_menu_dis_arr.svg") center right/ 40px 20px no-repeat #ccc;
  border-radius: 0px;
  color: #666;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  box-sizing: border-box;
  cursor: default
}

.downloadsearch_area select:focus {
  border: 2px solid #000;
}
/*.pulldown_option [selected] {
  font-size: 14px !important;


  color: #999 !important;
}*/

option {

}





.downloadsearch_area input[type="text"] {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 1rem;
  outline: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border: 2px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
  transition: all .3s;
}
.downloadsearch_area input[type="text"]:focus {
  box-sizing: border-box;
  border: 2px solid #000;
}
.downloadsearch_area input[type="text"]::placeholder {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.downloadsearch_area input[type="submit"] {
  align-self: flex-end;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  padding: 1rem 3rem;
  margin-bottom: .2rem;
  outline: none;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  background-color: #666;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  transition: all .3s;
}
.downloadsearch_area input[type="submit"][disabled] {
  cursor: default;
  background-color: #ccc;
}
.downloadsearch_area input[type="submit"][disabled]:hover {
  background-color: #ccc;
}
.downloadsearch_area input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}

#search {
  position: relative;


}
 #frmSearch {



}

#suggest_list {
  position: absolute;
/*top:16px;
  left:0px;*/
  width: 77vw;

  max-height: 20vh;
  overflow: scroll;
  overflow-x: hidden;

  background-color: #fff;

  z-index: 50

}

#suggest_list ul {
  margin: auto;
  display: flex;
  flex-flow: wrap;
  padding: .5rem;

  background-color: #fff;
  border-bottom: none;


}

#suggest_list ul li {
  flex: 0 0 auto;
  width: calc(15vw - 2rem);
  border-bottom: solid 1px #ccc;
  padding: .5rem 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #fff;
  cursor: pointer
}
#suggest_list ul li:hover {
  background-color: #ccc
}

@media screen and (min-width: 767px){
  #suggest_list.form_fit{
    width: 100%;
  }
  #suggest_list.form_fit ul li{
    width: calc(50% - 2rem);
  }
}


.not_hit_txt{
  text-align: center;
  padding: 10px;
  margin: 100px 0;
  font-size: 1.4rem;
}

@media (max-width: 1205px) {




.downloadsearch {
  width: 80%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0px 1.5rem 0px;
}







.downloadsearch_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0 0;
}



.downloadsearch_area .select_area_a {
  width: 100%;
  margin: 0 0 1rem 0;
}
.downloadsearch_area .select_area_b {
  width: 100%;
  margin: 0 0 1rem 0;
}
.downloadsearch_area .select_area_c {
  width: 50%;
  margin: 0 2rem 1rem 0;
}
.downloadsearch_area .select_area_d {
  width: 50%;
  margin: 0 2rem 1rem 0;
}





.downloadsearch_area input[type="submit"] {
  align-self: flex-end;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  padding: 1rem 3rem;
  margin-bottom: 1.2rem;
  outline: none;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  background-color: #666;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  transition: all .3s;
}



#suggest_list {
  position: absolute;
/*top:16px;
  left:0px;*/
  width: 80vw;

  max-height: 20vh;
  overflow: scroll;
  overflow-x: hidden;

  background-color: #fff;

  z-index: 50

}

#suggest_list ul {
  margin: auto;
  display: flex;
  flex-flow: wrap;
  padding: .5rem;

  background-color: #fff;
  border-bottom: none;


}

#suggest_list ul li {
  flex: 0 0 auto;
  width:auto;
  border-bottom: none;
  padding: .5rem 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #fff;
  cursor: pointer
}
#suggest_list ul li:hover {
  background-color: #ccc
}


}








@media screen and (max-width: 767px) {
article.download_title_area {
  position: relative;
  width: 80%;
  margin: 20px auto 40px auto;
}
.download_title {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 2rem;
  margin: 0px auto 0px auto;
  text-align: center
}


.downloadsearch {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0px 1.5rem 0px;
}

}







/*検索結果
}*/
article.downloadsearch_area_r {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 4%;
  width: 100%;
  margin: 0 auto;
  background-color: #eee;
  margin-bottom: 1rem
}

.b_downloadsearch_r {
  display: none;
}

.downloadsearch_r_area {
  display: flex;
  flex-wrap: nowrap;  width: 100%;


}


.downloadsearch_r {
  flex: 2 0;
  padding: 2rem 0px 1.5rem 0px;
}
.downloadsearch_r.nb {
  flex: 1 0;
  border-left: #999 1px solid;
  padding-left: 2rem
}




.downloadsearch_r .downloadsearch_upper{
  display: flex;
  align-items: center;
}



.downloadsearch_r .custam-checkbox {
 appearance: none
}
.downloadsearch_r .custam-checkbox:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.downloadsearch_r .custam-checkbox + label{
  white-space: nowrap;

}
.downloadsearch_r .custam-checkbox + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 .5em 0 0;
  background-color: #fff;
  vertical-align: bottom;
  position: relative;

  box-sizing: border-box;
  border: #000 1px solid
}
.downloadsearch_r .custam-checkbox:checked + label:before {
  background-image: url(/pc/images/check-active.jpg);
  background-size: 16px, 16px;
  background-position: top left;
  box-sizing: border-box;
  border: #000 1px solid;
}
.downloadsearch_r .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 2rem;

  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: .5px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: bold;
  white-space: nowrap;

}




.downloadsearch_r .downloadsearch_inner {
  display: flex;
  margin: 2rem 0 0 0;
}
.downloadsearch_r .title_mini {
  font-size: 1.2rem;line-height: 2rem;
}
.downloadsearch_area_r .select_area_a {
  flex: 2 0;
  margin: 0 1rem 0 0;
}
.downloadsearch_area_r .select_area_b {
  flex: 2 0;
  margin: 0 1rem 0 0;
}
.downloadsearch_area_r .select_area_c {
  flex: 1 0;
  margin: 0 1rem 0 0;
}
.downloadsearch_area_r .select_area_d {
	position: relative;
	flex: 1 0;
	margin: 0 1rem 0 0;
}
.downloadsearch_area_r select {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 1rem;
  appearance: none;
  padding: 1rem 40px 1rem 1rem;
  outline: none;
  width: 100%;
  border: #ccc 2px solid;

  background: url("/pc/images/select_menu_arr.svg") center right/ 40px 20px no-repeat #fff;
  border-radius: 0px;
  color: #000;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  box-sizing: border-box;
}
option {
  background-color: #fff; /* オプションの背景色 */
  color: #000; /* オプションの文字色 */
}
.downloadsearch_area_r select[disabled] {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 1rem;
  appearance: none;
  padding: 1rem 1rem;
  outline: none;
  width: 100%;
  border: #999 2px solid;
  background: transparent;
  background: url("/pc/images/select_menu_dis_arr.svg") center right/ 40px 20px no-repeat #ccc;
  border-radius: 0px;
  color: #666;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  box-sizing: border-box;
  cursor: default
}
.downloadsearch_area_r select:focus {
  border: 2px solid #000;
}

.downloadsearch_area_r input[type="text"] {
  font-size: 1.2rem;
  line-height: 1.6rem;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 1rem;
  outline: none;
  border: 2px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
  transition: all .3s;
}
.downloadsearch_area_r input[type="text"]:focus {
  box-sizing: border-box;
  border: 2px solid #000;
}
.downloadsearch_area_r input[type="text"]::placeholder {
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.downloadsearch_area_r input[type="submit"] {
  align-self: flex-end;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  padding: 1.2rem 2rem;
  margin: 0 2rem .1rem 0;
  outline: none;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  background-color: #666;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  transition: all .3s;
}
.downloadsearch_area_r input[type="submit"][disabled] {
  cursor: default;
  background-color: #ccc;
}
.downloadsearch_area_r input[type="submit"][disabled]:hover {
  background-color: #ccc;
}
.downloadsearch_area_r input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}
article.downloadsearch_list_area {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 1260px;
}



.list_top_area {
  width: 100%;
  display: flex;
  align-items: flex-end;

  padding: .5rem 0 1.5rem 0;
  border-bottom: #666 1px solid;
}

.list_top_area > .title_mini{
  flex: 1 0
}

.page_no  {
  flex: 1 0 auto;  display: flex;
  justify-content: center;

}

.page_no a {
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  /*color: #4A89F9*/
  border-bottom: 2px solid #DFDFDF;
  width: 25px;
  text-align: center;
  margin-right: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.page_no a:hover {
  border-bottom: 2px solid #227DCC;
}

.Propage-no.Propage-no-act {
  border-color: #227DCC;
  pointer-events: none;
}

.select_area_num {
  flex: 1 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;

}

.list_bottom_area {

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 1.5rem 0;
}


.select_area_num select {
  font-size: 1.2rem;
  appearance: none;
  padding: .5rem .5rem .5rem 2rem;
  margin-left: 1rem;
  outline: none;
  width: 100px;
  border-bottom: #666 1px solid;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  background: transparent;
  background: url("/pc/images/select_menu_arr.svg") center right/ 40px 20px no-repeat #fff;
  border-radius: 0px;
  color: #000;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  box-sizing: border-box;
}
.product_list_area {
  width: 100%;
  border-bottom: #666 1px solid;
  margin-top: -88px;
  padding-top: 88px;
}
.product_list {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background: url("/pc/images/downloadlist_arr01.svg") center right/ 40px 40px no-repeat ;
  transition: background-color .3s;
}
.product_list:hover {
  background-color: #f3f3f3;
  opacity: 1;
}
.product_list.hv {
  background: url("/pc/images/downloadlist_arr02.svg") center right/ 40px 40px no-repeat;
  background-color: #f3f3f3;
  opacity: 1
}
.product_header {
  display: flex;
  align-items: center;
}
.product_thumbnail {
  width: 100px;
  mix-blend-mode: multiply;
}
.product_thumbnail.product_thumbnail_none img{
  transform: scale(0.7);
}
.product_header .product_name_modelNumber {
  margin: 0 0 0 1rem;
}
.product_header .product_name {
  font-size: 1.2rem;

}
.product_header .product_modelNumber {
  font-size: 2rem;
  margin: 1rem 0 0 0;
  display: flex;
  align-items:center;


}


.label_discon {
  margin: 0 0 0 1rem;
  padding: .4rem 1.5rem .4rem 1.5rem;
  color: #fff;
  background-color: #666;
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";

}



.product_list .b_product {
  display: none;
  margin: 0 0 0 2rem;
  padding: 1rem 4rem 1rem 1rem;
  color: #000;
  border: #000 1px solid;
  font-size: 1.2rem;
  background: url("/pc/images/b_product_arr.svg") right center / 18px 18px no-repeat #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.product_list .b_product.av {
  display: block;
}
.product_list .b_product:hover {
  background: url("/pc/images/b_product_arr.svg") right -2px center / 18px 18px no-repeat #fff;
  opacity: 1
}
.product_list_icon_area {
  display: none;
  margin: 0 10rem 0 auto;
}
.product_list_icon_area.av {
  display: flex;
}
.product_list_icon {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.product_list_icon img {
  padding: 0rem 1rem 0rem .5rem;
  width: 20px
}

.download_list_area {
  overflow: hidden;
  max-height: 0px;
}
.download_list_area.appa {
  max-height: 9999px;
}
.dl_list_outer {
  display: flex;
  border-bottom: #666 1px solid;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}


.download_list_area .dl_list_outer:last-child {
  display: flex;
  border-bottom: transparent;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}



.dl_list_inner_left {
  width: 20%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 1rem 0 0 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.dl_list_inner_right {
  flex: 1 0;
}
.dl_list {
  flex: 1 0;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  border-bottom: #666 1px solid;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  word-break: break-all;
}

.dl_list_inner_right .dl_list:last-child {
  flex: 1 0;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  border-bottom: transparent;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  word-break: break-all;
}

.list_name {
  width: 30%;
  padding: 0rem 1rem;
}
.list_filename {
  width: 45%;
  padding: 0rem 1rem;
}
.list_filesize {
  width: 10%;
  padding: 0rem 1rem;
  text-align: right;
}
.list_pv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 5%;
  padding: 0rem .5rem 0rem 1rem;
}
.list_dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 5%;
  padding: 0rem 1.5rem 0rem 0rem;
}
.list_pv img, .list_dl img {
  width: 20px
}

/* ダウンロードの注意書きモーダル */

.notice_btn_wrap{
  margin: 0 15px;
}
.notice_btn{
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  padding: 4px 10px;
  outline: none;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  background-color: #666;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  transition: all .3s;
}
.notice_btn:hover{
  background-color: #000;
  color: #fff;
}

.notice_modal {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}
.notice_modal .modal_bg{
  background: rgba(0,0,0,0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.notice_modal_content{
  background: #fff;
  left: 50%;
  padding: 5% 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  max-width: 850px;
  box-sizing: border-box;
  overflow-y: auto;
}
.notice_modal_content ul{
  padding-left: 20px;
  list-style-type: none;
  list-style-position: outside;
}
.notice_modal_content ul li{
	font-family: "FP-ヒラギノ角ゴ ProN W3";
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 1.4rem;
	text-align:justify;
}
.notice_modal_content ul li::before {
  content: "●";
  margin-left: -1em;
}

@media (max-width: 1205px) {

  /*検索結果
  }*/
  article.downloadsearch_area_r {
    display: block;

    padding: 1rem 0 0 0;
    width: 100%;
    margin: 0 auto;
    background-color: #eee;
    margin-bottom: 1rem
  }




  .b_downloadsearch_r{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    width: 12rem;
    padding: 1rem 0;
    color: #000;
    border-bottom: #000 1px solid;
    margin: 0rem auto 1rem auto;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    cursor: pointer;
  }


  .b_downloadsearch_r_arr {
    width: 20px;
    height: 12.5px;
    margin-left: .5rem;
    background: url("/pc/images/b_downloadsearch_r_arr.svg") top left/ 20px 25px no-repeat;
  }
  .b_downloadsearch_r_arr.av {
    background: url("/pc/images/b_downloadsearch_r_arr.svg") bottom left / 20px 25px no-repeat;
  }

  .b_downloadsearch_r:hover
  {

  }


  .b_downloadsearch_r::before {
    content: "再検索 ";


  }
  .b_downloadsearch_r.stt::before {
    content: "閉じる";

  }
  .downloadsearch_r_area {
    display: block;
    overflow: hidden;
    max-height: 0px;

  }
  .downloadsearch_r_area.appa {
    max-height: 9999px;
    overflow: visible;
  }

  .downloadsearch_r {
    width: 90%;
    margin: 0 auto;

  }

  .downloadsearch_r.nb {
    width: 90%;
    border-left: none;
    border-top: #fff 4px solid;
    margin: 0 auto;
    padding-left: 0rem
  }





  .downloadsearch_r .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 2rem;

    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: .5px;
    font-family: "FP-HiraKakuProN-W6";
    font-weight: bold;
    white-space: nowrap;


  }




  .downloadsearch_r .downloadsearch_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 0 0;
  }
  .downloadsearch_r .title_mini {
    font-size: 1.4rem;line-height: 2rem;
  }
  .downloadsearch_area_r .select_area_a {
    flex: 1 0 100%;

    margin: 0 0 1rem 0;
  }
  .downloadsearch_area_r .select_area_b {
  flex: 1 0 100%;
    margin: 0 0 1rem 0;
  }
  .downloadsearch_area_r .select_area_c {
    flex: 1 0 50%;

    margin: 0 2rem 1rem 0;
  }
  .downloadsearch_area_r .select_area_d {
    position: relative;
    width: 50%;
    margin: 0 2rem 1rem 0;
  }
  .downloadsearch_area_r select {
    margin-top: 1rem;
    appearance: none;
    padding: 1rem 40px 1rem 1rem;
    outline: none;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: #ccc 2px solid;

    background: url("/pc/images/select_menu_arr.svg") center right/ 40px 20px no-repeat #fff;
    border-radius: 0px;
    color: #000;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    box-sizing: border-box;

  }

  .downloadsearch_area_r select[disabled] {
    margin-top: 1rem;
    appearance: none;
    padding: 1rem 1rem;
    outline: none;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: #ccc 2px solid;
    background: transparent;
    background: url("/pc/images/select_menu_dis_arr.svg") center right/ 40px 20px no-repeat #ccc;
    border-radius: 0px;
    color: #666;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    box-sizing: border-box;
    cursor: default
  }
  .downloadsearch_area_r select:focus {
    border: 2px solid #000;
  }

  .downloadsearch_area_r input[type="text"] {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 1rem;
    outline: none;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
    transition: all .3s;
  }

  .downloadsearch_area_r input[type="submit"] {
    align-self: flex-end;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.05rem;
    padding: 1rem 3rem;
    margin-bottom: 1.2rem;
    outline: none;
    color: #fff;
    border: 0px;
    border-radius: 3px;
    background-color: #666;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    transition: all .3s;
  }













  .product_list_area {
    width: 100%;
    border-bottom: #666 1px solid;
    margin-top: -60px;
    padding-top: 60px;
  }






  .product_list {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    background: url("/pc/images/downloadlist_arr01.svg") center right/ 40px 40px no-repeat ;
    transition: background-color .3s;
  }
  .product_list:hover {
    background-color: #f3f3f3;
    opacity: 1;
  }
  .product_list.hv {
    background: url("/pc/images/downloadlist_arr02.svg") center right/ 40px 40px no-repeat;
    background-color: #f3f3f3;
    opacity: 1
  }







  .product_thumbnail {
    width: 80px;
    mix-blend-mode: multiply;
  }
  .product_header .product_name_modelNumber {
    margin: 0 0 0 1rem;
  }
  .product_header .product_name {
    font-size: 1rem;

  }
  .product_header .product_modelNumber {
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
    display: flex;
    align-items:center;
    word-break: break-all;

  }


  .label_discon {
    margin: 0 0 0 1rem;
    padding: .5rem;
    color: #fff;
    background-color: #666;
    font-size: 1rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";

  }



  .product_list .b_product {
    display: none;
    margin: 0 0 0 2rem;
    padding: 1rem 2rem 1rem 1rem;
    color: #000;
    border: #000 1px solid;
    font-size: 1rem;
    background: url("/pc/images/b_product_arr.svg") right center / 18px 18px no-repeat #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
  }
  .product_list .b_product.av {
    display: block;
  }
  .product_list .b_product:hover {
    background: url("/pc/images/b_product_arr.svg") right -2px center / 18px 18px no-repeat #fff;
    opacity: 1
  }
  .product_list_icon_area {
    display: none;
    margin: 0 4rem 0 auto;
  }
  .product_list_icon_area.av {
    display: flex;
  }
  .product_list_icon {
    display: flex;
    align-items: center;
    padding: 1rem .5rem 1rem .5rem;
    font-size: 1rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
  }
  .product_list_icon img {
    padding: 0rem 1rem 0rem .5rem;
    width: 20px
  }






  .dl_list_outer {
    display: flex;
    border-bottom: #666 1px solid;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
  }


  .download_list_area .dl_list_outer:last-child {
    display: flex;
    border-bottom: transparent;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
  }



  .dl_list_inner_left {
    width: 20%;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1rem 0 0 1rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
  }
  .dl_list_inner_right {
    flex: 1 0;
  }
  .dl_list {
    flex: 1 0;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    border-bottom: #666 1px solid;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    word-break: break-all;
  }

  .dl_list_inner_right .dl_list:last-child {
    flex: 1 0;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    border-bottom: transparent;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    word-break: break-all;
  }

  .list_name {
    width: 30%;
    padding: 0rem 1rem;
  }
  .list_filename {
    width: 45%;
    padding: 0rem 1rem;
  }
  .list_filesize {
    width: 10%;
    padding: 0rem 1rem;
    text-align: right;
  }
  .list_pv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 5%;
    padding: 0rem .5rem 0rem 1rem;
  }
  .list_dl {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 5%;
    padding: 0rem 1.5rem 0rem 0rem;
  }
  .list_pv img, .list_dl img {
    width: 20px
  }


}



@media screen and (max-width: 767px) {


  .list_top_area {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: .5rem 0 1.5rem 0;
    border-bottom: #666 1px solid;
    flex-wrap: wrap;
  }

  .list_top_area > .title_mini{
    flex: 0 1;font-size: 1.2rem;
    white-space: nowrap;

  }

  .page_no  {
    flex: 1 0 auto;  display: flex;
    justify-content: center;
    width: 100%;
  }

  .list_bottom_area {
    padding: 2.5rem 0 1.5rem 0;
  }

  .page_no:nth-of-type(2) {
    order: 2;
    margin-top: 2.6rem;
  }
  .page_no a {
    font-size: 1.5rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    border-bottom: 2px solid #DFDFDF;
    width: 36px;
    text-align: center;
    margin-right: 8px;
    padding-bottom: 5px;
  }

  .page_no a:hover {
    border-bottom: 2px solid #227DCC;
  }

  .Propage-no.Propage-no-act {
    border-color: #227DCC;
    pointer-events: none;
  }

  .select_area_num {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

  }
  .select_area_num .title_mini{
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .select_area_num select {
    font-size: 1.2rem;
    appearance: none;
    padding: .5rem .5rem .5rem .5rem ;
    margin-left: 1rem;
    outline: none;
    width: 60px;
    border-bottom: #666 1px solid;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    background: transparent;
    background: url("/pc/images/select_menu_arr.svg") center right/ 40px 20px no-repeat #fff;
    border-radius: 0px;
    color: #000;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    box-sizing: border-box;
  }

  .product_list_area {
    width: 100%;
    border-bottom: #666 1px solid;
    margin-top: -60px;
    padding-top: 60px;
  }





  .product_list {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    width: 100%;
    min-height: 80px;
    cursor: pointer;
    background: url("/pc/images/downloadlist_arr01.svg") center right/ 40px 40px no-repeat ;
    transition: background-color .3s;
  }
  .product_list:hover {
    background-color: #f3f3f3;
    opacity: 1;
  }
  .product_list.hv {
    background: url("/pc/images/downloadlist_arr02.svg") center right/ 40px 40px no-repeat;
    background-color: #f3f3f3;
    opacity: 1
  }



  .product_thumbnail {
    width: 80px;
    mix-blend-mode: multiply;
  }
  .product_header{
    flex: 0 0 auto;
    margin: 0 1rem 0 1rem;
    width: calc(100% - 50px);
  }

  .product_header .product_name {
    font-size: 1rem;

  }
  .product_header .product_modelNumber {
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
    display: flex;
    align-items:center;
    word-break: break-all;

  }


  .label_discon {
    margin: 0 0 0 1rem;
    padding: .5rem;
    color: #fff;
    background-color: #666;
    font-size: 1rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";

  }



  .product_list .b_product {
    display: none;
    margin: 0 2rem 0 1rem;
    padding: 1rem 40px 1rem 1rem;
    color: #000;
    border: #000 1px solid;
    font-size: 1rem;
    background: url("/pc/images/b_product_arr.svg") right center / 18px 18px no-repeat #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
  }


  .product_list_icon_area {
    display: none;
    margin: 0 2rem 0 auto;
  }

  .product_list_icon {
    display: flex;
    align-items: center;
    padding: 1rem .5rem 1rem .5rem;
    font-size: 1rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
  }


  .dl_list_outer {
    display: flex;
    flex-flow: wrap;
    border-bottom: #666 1px solid;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
  }



  .dl_list_inner_left {
    width: 100%;
    background-color: #ddd;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1rem 0 1rem 1rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
  }

  .dl_list {
    flex: 1 0;
    padding: 1rem 1rem 1rem 0rem;
    display: flex;
    align-items: center;
    border-bottom: #666 1px solid;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    word-break: break-all;
  }

  .dl_list_inner_right .dl_list:last-child {
    flex: 1 0;
    padding: 1rem 1rem 1rem 0rem;
    display: flex;
    align-items: center;
    border-bottom: transparent;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    word-break: break-all;
  }

  .list_name {
    width: 30%;
    padding: 0rem 1rem;
  }
  .list_filename {
    width: 45%;
    padding: 0rem .5rem;
  }
  .list_filesize {
    width: 10%;
    padding: 0rem .5rem;
    text-align: right;
  }
  .list_pv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 10%;
    padding: 0rem 1rem 0rem 1rem;
  }
  .list_dl {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 10%;
    padding: 0rem .5rem 0rem 0rem;
  }

  .downloadsearch_r .downloadsearch_upper{
    flex-wrap: wrap;
  }

  .downloadsearch_r .form-check-inline{
    width: 100%;
    margin: 15px 0 20px;
    padding: 0;
  }
  .notice_btn_wrap {
    margin: 15px 0;
    width: 100%;
  }
  .product_thumbnail img{
    min-width: 80px;
  }

}
