/* ホワイトペーパーTOP */
.hidden {
  display: none;
}

.block_3point_3line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 720px) {
  .base .container.wp-top { padding-top: 109px; }
  .wp-top-in-list_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height:48px;
    border: 1px solid #009ca2;
    background-color: #fff;
    position: fixed;
    top: 49px;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .wp-top-in-list_wrap .list_view {
    text-decoration: underline;
  }
  .wp-top-bag {
    position: relative;
    display: inline-block;
    margin: 0 15px;
  }
  .wp-top-bag img {
    width:28px;
  }
}
@media screen and (min-width: 721px) {
  .container.wp-top {
    display: flex;
  }
  .wp-top-in-list_wrap {
    display: none;
  }
}


.wp-top .search_box {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: 16px;
}
.wp-top .search_box .box_heading {
  height: 35px;
  padding: 6px 0 0 15px;
  border: 1px solid #999;
  background-color: #f4f4f4;
}
.wp-top .search_box .box_heading i {
  margin-right: 5px;
}
.wp-top .search_box .box_heading .fa-magnifying-glass::before {
  font-weight: 600;
}
.wp-top .search_box .box_heading .box_title {
  font-size: 16px;
  font-weight: 600;
}
.wp-top .search_box .box_heading h2 {
  display: initial;
}

.wp-top .search_box .box_body {
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 5px 15px 15px 15px;
}
.wp-top .search_box .box_body .item {
  margin: 15px 0;
}
.wp-top .search_box .box_body .item_key {
  width: 100px;
  margin-right: 5px;
  font-weight: 600;
  display: inline-block;
  text-align: right;
}
.wp-top .search_box .box_body .item_input {
  display: inline-block;
  width: 534px;
}
.wp-top .search_box .box_body .item_input input[type=text] {
  width: 100%;
}
.wp-top .search_box .box_body .item_input input, select {
  height: 36px;
  width: 264px;
  border: 1px solid #999;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
@media screen and (min-width: 721px) {
  .wp-top .search_box .box_body .item_input {
    width: 534px;
  }
}
@media screen and (max-width: 720px) {
  .wp-top .search_box .box_body .item_input {
    width: 100%;
  }
}
.wp-top .search_box .box_body .btn-search {
  display: block;
  width: 25%;
  margin: 0 auto;
  color: #fff;
  background-color: #459aa0;
  border-radius: 5px;
  text-align: center;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 3px 0 #ccc;
  transition: transform 0.1s, box-shadow 0.1s;
}
.wp-top .search_box .box_body .btn-search:active {
  transform: translateY(4px);
  box-shadow: 0 0 0 #ccc;
}
.wp-top .search_box .box_body input[type=text]:focus, select:focus {
  outline: solid 1px #459aa0;
}



.wp-top .result_num {
  height: 25px;
  max-width: 680px;
  margin: 40px 0 15px 0;
  font-size: 16px;
}
.wp-top .result_num span {
  font-weight: 600;
}

@media screen and (min-width: 721px) {
  .wp-top .result {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 720px) {
  .wp-top .result {
    display: block;
  }
}
#wrapper #left_contents .result_unit a {
  color: #444;
}
#wrapper #left_contents .result_unit a:hover {
  text-decoration: none;
}
#wrapper #left_contents .result_unit a:hover .title {
  text-decoration: underline;
}
.wp-top .result_unit .content_wrap:hover  {
  opacity: 0.8;
}
@media screen and (min-width: 721px) {
  .wp-top .result_unit {
    width: calc(1/2 * 100% - 20px);
    margin-left: 20px;
  }
  .wp-top .result_unit:nth-child(odd) {
    margin-left: 0;
  }
  .wp-top .result_unit:nth-child(n+3) {
    margin-top: 24px;
  }
  .wp-top .result_unit .content_wrap {
    display: flex;
    flex-direction: column;
  }
  .wp-top .result_unit img {
    width: 100%;
    height: auto;    
  }
  .wp-top .result_unit .title {
    font-size: 16px;
    margin-top: 3px;

    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2;
  }
  .wp-top .result_unit .company {
    font-size: 13px;
    margin-top: 3px;
    text-decoration: none;
  }
  .wp-top .result_unit .btn_wrap {
    margin-top: 5px;
  }
  .wp-top .result_unit .btn-add {
    display: block;
    margin: 0 auto;
    padding: 8px 14px;
    font-size: 16px;
    color: #009ca2;
    border: 1px solid #009ca2;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 0 #ccc;
    transition: transform 0.1s, box-shadow 0.1s;
  }
  .wp-top .result_unit .btn-add:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 #ccc;
  }
  .wp-top .result_unit .btn-add span {
    margin-left: 5px;
  }
}
@media screen and (max-width: 720px) {
  .wp-top .result_unit {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .wp-top .result_unit .content_wrap {
    display: flex;
  }
  .wp-top .result_unit img {
    width: 140px;
    height: auto;    
  }
  .wp-top .result_unit_text {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
  }
  .wp-top .result_unit .company {
    margin-top: auto;
  }
  .wp-top .result_unit .btn_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
  }
  .wp-top .result_unit .btn-add {
    display: block;
    padding: 8px 14px;
    font-size: 16px;
    color: #009ca2;
    border: 1px solid #009ca2;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 0 #ccc;
    transition: transform 0.1s, box-shadow 0.1s;
  }
  .wp-top .result_unit .btn-add:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 #ccc;
  }
  .wp-top .result_unit .btn-add span {
    margin-left: 5px;
  }
}



.wp-top .pagination_wrap {
  font-size: 16px;
}
#wrapper #left_contents .pagination a {
  color: #444;
}
.wp-column-side {
  width:300px;
  margin-top: 13px;
}
@media screen and (min-width: 721px) {
  .wp-column-side {
    position: sticky;
    top: 0;
  }
  .wp-side-in {
    /*border: 1px solid #009ca2;*/
    border: 1px solid #00B8A8;
    border-top: 0;
    background-color: #fff;
    margin-bottom: 15px;
    color: #000;
  }
  .wp-side-in-ttl_h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 44px;
    padding: 5px 10px;
    /*background-color: #009ca2;*/
    background-color: #00B8A8;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    font-feature-settings: "palt";
  }
  .wp-side-in .wp_side_item_empty {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  .wp-column-side {
    display: none;
  }
  .wp-side-in {
    /*border: 1px solid #009ca2;*/
    border-top: 0;
    background-color: #fff;
    color: #000;
  }
  .wp-side-in-ttl_h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 44px;
    padding: 5px 10px;
    background-color: #fff;
    /*color: #009ca2;*/
    color: #00B8A8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    font-feature-settings: "palt";
    /*border-top: solid 1px #009ca2;*/
    /*border-bottom: solid 1px #009ca2;*/
    border-top: solid 1px #00B8A8;
    border-bottom: solid 1px #00B8A8;
  }
}

.wp-side-in-item {
  font-size: 12px;
  padding: 7px 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  min-height: 61px;
}
.wp-side-in-item a {
  border: 0;
  text-decoration: none;
  color: #444;
  cursor: pointer;
}
.wp-side-in-item .img_wrap {
  padding-left: 0;
  float: left;
  width: 75px;
}
.wp-side-in-item img {
  max-height: 44px;
  max-width: 75px;
}
.wp-side-in-item-title_wrap {
  position: relative;
}
.wp-side-in-item-title {
  width: 190px;
  height: 46px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  padding-left: 8px;
  line-height: 16px;
}
.wp-side-in-item-title_wrap .wp-side-remove-item {
  position: absolute;
  top: 8px;
  right: 4px;
  bottom: 0;
  z-index: 10;
  width: 26px;
  height: 26px;
  color: #999;
  /*font-weight: bold;*/
  text-align: center;
  line-height: 26px;
  background-color: #fff;
  /*border: 1px solid #999;*/
  /*border-radius: 50%;*/
  cursor: pointer;
}
.wp-side-in-dl {
  padding: 5px 7px;;
}
.wp-side-in-dl .btn-download {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 14px 0 10px;
  background: #ff8c00;
  color: #fff;
  font-weight: 600;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 3px 0 #ccc;
  transition: transform 0.1s, box-shadow 0.1s;
}
.wp-side-in-dl .btn-download:not(:disabled):active {
  transform: translateY(4px);
  box-shadow: 0 0 0 #ccc;
}
.wp-side-in-dl .btn-download:disabled {
  background-color: #ddd;
  cursor: not-allowed;    
}

.wp-column-top {
  width:300px;
  margin-top: 13px;
  position: absolute;
  right: 0px;
}
.wp-column-top::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 150px;

  width: 0;
  height: 0;

  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #009ca2;
}
.wp-top-in {
  border: 2px solid #009ca2;
  border-top: 0;
  background-color: #fff;
  margin-bottom: 15px;
  color: #000;
}

@media screen and (max-width: 720px) {
  .wp-top-in .wp_top_item_empty {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}



.wp-top-in-ttl_h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 44px;
  padding: 5px 10px;
  background-color: #009ca2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: "palt";
}
.wp-top-in-close {
  text-align: center;
  padding: 10px 0;
  text-decoration: underline;
}
.wp-top-in-item {
  font-size: 12px;
  padding: 7px 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  min-height: 61px;
  list-style-type: none;
}
.wp-top-in-item .img_wrap {
  padding-left: 0;
  float: left;
  width: 75px;
}
.wp-top-in-item img {
  max-height: 44px;
  max-width: 75px;
}
.wp-top-in-item-title_wrap {
  position: relative;
}
.wp-top-in-item-title {
  width: 190px;
  height: 46px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  padding-left: 8px;
  line-height: 16px;
}
.wp-top-in-item-title_wrap button {
  position: absolute;
  top: 8px;
  right: 4px;
  bottom: 0;
  z-index: 10;
  width: 26px;
  height: 26px;
  color: #999;
  text-align: center;
  line-height: 26px;
  background-color: #fff;
  /*border: 1px solid #999;*/
  /*border-radius: 50%;*/
  cursor: pointer;
}
.wp-top-list-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;

  background: #E71063;
  color: #fff;
  font-size: 12px;
  font-weight: bold;

  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-top-list-badge.is-hidden {
  display: none;
}



@media screen and (min-width: 721px) {
  .wp-dl-bar {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .wp-dl-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .wp-bottom-in-dl {
    width: 300px;
    padding: 7px 0;
  }
  .wp-bottom-in-dl .btn-download {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 14px 0;
    background: #ff8c00;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.1s;
  }
  .wp-bottom-in-dl .btn-download:not(:disabled):active {
    transform: translateY(4px);
    box-shadow: 0 0 0 #ccc;
  }
  .wp-bottom-in-dl .btn-download:disabled {
    background-color: #aaa;
    cursor: not-allowed;    
  }
}


/* ダウンロードページ */
@media screen and (min-width: 721px) {
  .container-conv .left-col {
    /*width: 695px;*/
    width: 640px;
  }
  .container-conv .right-col {
    /*width: 320px;*/
    width: 350px;
    margin-left: 20px;
  }
  /* 表示用 */
  .container-conv .profile-view-box {
    display: block;
    background-color: #fff;
    padding: 15px 25px;
  }
  .container-conv .profile-view-box .lead {
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
  }
  .container-conv .profile-view-box .btn-edit {
    text-align: right;
  }
  .container-conv .profile-view-box .btn-edit a {
    display: inline-block;
    margin: 5px 0;
    padding: 4px 12px;
    /*background-color: #009ca2;*/
    background-color: #00B8A8;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
  }
  .container-conv .profile-view-box .profile {
    font-size: 14px;
  }
  .container-conv .profile-view-box .profile table {
    text-align: left;
  }
  .container-conv .profile-view-box .profile table th {
    /*width: 180px;*/
    width: 110px;
    vertical-align: top;
  }
  .container-conv .profile-view-box .profile table td {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 10px;
  }
  .container-conv .download-box .privacy-frame .heading:before {
    border: solid 1px #bbb;
  }
  .container-conv .download-box .privacy-frame .explain {
    font-size: 14px;
  }


  /* 編集用 */
  .container-conv .profile-edit-box {
    display: none;
    background-color: #fff;
    padding: 35px 50px;
  }
  .container-conv .profile-edit-box .edit-explain {
    margin-bottom: 30px;
  }
  .container-conv .profile-edit-box .profile_line_input_m {
    width: 424px;
    font-size: 14px;
  }
  .container-conv .profile-edit-box .profile_line_input_max {
    width: 100%;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    font-size: 14px;
  }
  .container-conv .profile-edit-box select {
    -webkit-appearance: none;
    border: 1px solid #ccc;
  }


  .container-conv .download-box {
    background-color: #fff;
  }
  /*
  .container-conv .download-box .enq-title {
    background: #009ca2;
    color: #FFF;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 18px;
  }
  */
  .container-conv .download-box .enq-body {
    padding: 25px 35px;
  }
  .container-conv .download-box .enq-body .enq-head {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .enq-body input[type="text"]:focus-visible,
  .enq-body textarea:focus-visible {
    outline: none;
    border-color: #009ca2;
    box-shadow: 0 0 0 1px #009ca2;
  }
  .container-conv .download-box .enq-body .errorField {
    background: #ffe4e1 !important;
  }
  .container-conv .download-box .enq-body .validate-msg {
    /*font-weight: bold;*/
    color:#e62e10;
  }


  .container-conv .download-box .privacy {
    /*border: solid 1px #bbb;*/
    background: #fff;
  }
  /*
  .container-conv .download-box .privacy-inner {
    padding: 10px;
  }
  .container-conv .download-box .privacy .title {
    position: relative;
    text-align: center;
    font-weight: 600;
  }
  .container-conv .download-box .privacy .title:before {
    background-color: #bbb;
    border-radius: 5px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 40px;
  }
  .container-conv .download-box .privacy .explain {
    color: #444;
    margin: 25px 15px 10px 15px;
  }
  */
  .container-conv .download-box .btn-wrap {
    margin-bottom: 10px;
  }
  .container-conv .download-box .btn-download {
    display: block;
    margin: auto;
    padding: 14px 0 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ff8c00;
    border-radius: 7px;
    box-shadow: 0 3px 0 #ccc;
    transition: transform 0.1s, box-shadow 0.1s;
    width: 100%;
  }
  .container-conv .download-box .btn-download:not(:disabled):active {
    transform: translateY(4px);
    box-shadow: 0 0 0 #ccc;
  }
  .container-conv .download-box .btn-download:disabled {
    background-color: #ddd;
    cursor: not-allowed;    
  }
  .container-conv .download-box2-wrap {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .container-conv .left-col {
  }
  /* 表示用 */
  .container-conv .profile-view-box {
    /*display: none;*/
    padding: 10px;
    margin: 0 10px;
  }
  .container-conv .profile-view-box .lead {
  }
  .container-conv .profile-view-box .btn-edit {
    text-align: right;
  }
  .container-conv .profile-view-box .btn-edit a {
    display: inline-block;
    margin: 5px 0;
    padding: 4px 12px;
    /*background-color: #009ca2;*/
    background-color: #00B8A8;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
  }
  .container-conv .profile-view-box .profile table {
    text-align: left;
  }
  .container-conv .profile-view-box .profile table th {
    width: 180px;
    vertical-align: top;
  }
  .container-conv .profile-view-box .profile table td {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  /* 編集用 */
  .container-conv .profile-edit-box {
    display: none;
    background-color: #fff;
    padding: 10px;
  }
  .container-conv .profile-edit-box select {
    -webkit-appearance: none;
    border: 1px solid #ccc;
  }



  .container-conv .download-box {
    padding: 10px 10px;
    margin: 0 10px 20px 10px;
  }
  .container-conv .download-box .privacy-frame .heading:before {
    border: solid 1px #bbb;
  }


  .container-conv .download-box .privacy {
    border: solid 1px #bbb;
  }
  /*
  .container-conv .download-box .privacy-inner {
    margin: 10px;
  }
  .container-conv .download-box .privacy .title {
    position: relative;
    text-align: center;
    font-weight: 600;
  }
  .container-conv .download-box .privacy .title:before {
    background-color: #bbb;
    border-radius: 5px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 40px;
  }
  .container-conv .download-box .privacy .explain {
    color: #444;
    margin: 25px 15px 10px 15px;
  }
  */

  .container-conv .download-box .enq-body .enq-head {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .enq-body input[type="text"]:focus-visible,
  .enq-body textarea:focus-visible {
    outline: none;
    border-color: #009ca2;
    box-shadow: 0 0 0 1px #009ca2;
  }


  .container-conv .download-box .btn-wrap {
    margin:10px 0;
  }
  .container-conv .download-box .btn-download, .wp-side-in-dl .btn-download {
    display: block;
    margin: auto;
    margin-top: 20px;
    padding: 14px 0 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ff8c00;
    border-radius: 7px;
    box-shadow: 0 3px 0 #ccc;
    transition: transform 0.1s, box-shadow 0.1s;
    width: 100%;
  }
  .container-conv .download-box .btn-download:active, .wp-side-in-dl .btn-download:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 #ccc;
  }
  .container-conv .download-box2-wrap {
  }
}

@media screen and (min-width: 721px) {
  .wp-column-side-conv {
    margin-top: 20px;
  }
  .wp-column-side-conv .wp-side-in-item-title {
    width: 210px;
  }
}
@media screen and (max-width: 720px) {
  .wp-column-side-conv .wp-side-in-item-title {
    width: initial;
    margin-right: 40px;
  }
}
