@charset "UTF-8";
/* ===================================================================
CSS Document
file name  :cad-download.css
style info :cad-download Style
=================================================================== */
.fixed-area {
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.fixed-area.fixed {
  position: fixed;
  top: 184px;
  left: 50%;
  background: #FFF;
  z-index: 9;
  transform: translateX(-50%);
  border-bottom: solid 1px #ccc;
  width: auto;
}
.btn-wrap {
  margin: 20px 0;
}
.btn-novelty .btn03__link {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0 40px 0 30px;
}
.btn-novelty .btn03__link:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: #FFF 2px solid;
  border-left: #FFF 2px solid;
  transform: rotate(135deg);
  margin: -1px 0 0 60px;
  transition: all .2s ease;
  top: calc(50% - 5px);
  right: 15px;
}
/*--------------------------
		download
---------------------------*/
.download {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.download.fixed {
  position: fixed;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  z-index: 100;
}
.download__btn-wrap {
  text-align: right;
}
.download__btn {
  background: url(../img/common/bg_dots02.png) repeat;
  color: #FFF;
  position: relative;
  padding: 7px 30px 9px 54px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
}
.download__btn::before {
  content: '';
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  transition: opacity .5s ease;
}
.download__btn::before {
  background: url(../img/common/mark10.png) no-repeat center/contain;
}
.download__btn::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 12px;
    top: calc(50% - 5px);
}
.download__btn:disabled {
  background: #d2d2d2;
  color: #FFF;
}
.download__btn:disabled:hover {
  opacity: 1;
}

.checklist__item {
  margin: 0 5px 10px 0;
  border: solid 1px #bfbfbf;
}
.checklist__item .selectit {
  display: inline-block;
  font-weight: 600;
  padding: 5px 5px 5px 5px;
  width: 88px;
}
.checklist .checklist__item:nth-of-type(5) {
  margin-right: 0;
}
.checklist__item input[type="checkbox"] {
  border-radius: 0;
  margin: 0 5px 0 0;
  border: 1px solid #000;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 14px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 14px;
  min-width: 14px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
  position: relative;
}
.checklist__item input[type="checkbox"]:checked:before {
  content: url(../img/common/mark04.png);
  position: absolute;
  top: -5px;
  left: -2px;
}
.radiolist input[type="radio"] {
  -webkit-appearance: none;
  border: solid 1px #b1b1b1;
  width: 18px;
  height: 18px;
  border-radius: 30px;
  cursor: pointer;
  top: 3px;
  position: relative;
  left: -4px;
}
.radiolist input[type="radio"]:checked:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #626262;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 10px;
}
:placeholder-shown {
color: #898989;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
color: #898989;
}
/* Firefox 18- */
:-moz-placeholder {
color: #898989;
}
/* Firefox 19+ */
::-moz-placeholder {
color: #898989;
}
/* IE 10+ */
:-ms-input-placeholder {
color: #898989;
}
.products__wrap {
  padding: 30px 0;
}
/*--------------------------
		product-search
---------------------------*/
.product-search {
  background: #f9f9f9;
  padding: 12px 10px 2px 15px;
  margin: 0 0 15px;
}
.product-search-pager {
  display: flex;
  justify-content: flex-end;
}
.product-search__input-txt {
  width: 69%;
}
.product-search-results {
  font-size: 20px;
}
.product-search-results__info {
  color: #e4380a;
  margin-left: 20px;
}
.radiolist {
  margin: 0 0 10px;
  align-items: center;
}
.radialist__item {
  margin-right: 18px;
}
.product-search__input-txt input[type="text"] {
  width: 210px;
  font-size: 13px;
}
.product-search__inputnum-txt input[type="text"] {
  width: 180px;
  font-size: 13px;
  margin: 0;
}
.radiolist__item {
  font-size: 15px;
  font-weight: 600;
  margin-right: 20px;
}
/*--------------------------
		product
---------------------------*/
.product__item {
  width: 470px;
  margin-bottom: 60px;
  position: relative;
  padding: 0 0 120px;
}
.product__item-ttl--small {
  font-size: 14px;
  padding: 2px 0 2px 9px;
}
.product__item-logo {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  line-height: 1.4;
}
.product__item-logo img{
  height: 12px;
  width: auto;
}
.product__item-img {
  margin-right: 20px;
  width: 95px;
}
.product__item-img img {
  max-width: 100%;
  height: auto;
}
.product__item-txt {
  width: calc(100% - 115px);
  font-size: 15px;
}
.product__item-format-wrap {
  justify-content: flex-end;
}
.product__item-format {
  color: #a0a0a0;
  font-weight: 600;
  border: solid 1px;
  width: 75px;
  text-align: center;
  padding: 2px 10px;
  margin: 0 0 0 7px;
}
.product__item-pager-wrap {
  display: flex;
  justify-content: center;
}
.product__item-ttl {
  position: relative;
  margin: 0 0 11px;
}
.product__item-ttl a,
.product__item-ttl div {
    font-size: 20px;
    font-weight: 800;
    position: relative;
    line-height: 1.2;
    text-indent: -0.6em;
    background: rgb(240,240,240);
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(200,200,200,1) 100%);
    padding: 10px 25px 10px 0.8em;
    color: #000;
    position: relative;
    display: flex;
    word-break: break-word;
    flex-wrap: wrap;
    align-items: center;
}
/*
.product__item-ttl a::after,
.product__item-ttl div::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-left: #000 2px solid;
  transform: rotate(135deg);
  margin: -1px 0 0 60px;
  transition: all .2s ease;
  top: calc(50% - 4px);
  right: 15px;
}
*/

/* ライトボックス */
.lbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.lbox__inner {
  width: 920px;
  background: #FFF;
  text-align: center;
  padding: 10px 10px 40px;
  border-radius: 10px;
  position: relative;
  z-index: 102;
}
.lbox__txt {
  font-size: 22px;
  margin: 0 0 30px;
  font-weight: 500;
}
.lbox input[type="text"] {
  width: 420px;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  text-align: center;
  font-size: 18px;
}
.lbox__txt a {
  color: #008aff;
  text-decoration: underline
}
.lbox__txt a:hover {
  text-decoration: none;
}
.lbox__btn {
  background: #e4380a;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px 38px;
}
.lbox__btn02 {
  background: #e4850a;
}
.lbox__btn:hover {
  opacity: .7;
}
.lbox__btn{
}
.lbox #close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 45px;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 60px;
  border: solid 1px #FFF;
}
.lbox #close:hover {
  cursor: pointer;
}
.lbox #close:before, .lbox #close:after {
  content: '';
  display: block;
  width: 2px;
  height: 28px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lbox #close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lbox #close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lbox #clickable {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: .3;
}
.lbox .item-box-wrap {
  height: 57vh;
  max-height: 680px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.lbox .item-box {
  width: 650px;
}
.lbox__ttl {
  font-size: 20px;
  background: #000;
  color: #FFF;
  padding: 15px 0;
  margin: 0 0 20px;
  border-radius: 10px 10px 0 0;
}
.lbox__ttl i {
  display: inline-block;
  margin-right: 15px;
}