@charset "UTF-8";
.card_content {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
}

.special_sample {
  margin: 25px auto 30px;
  max-width: 600px;
  width: 84%;
  border: 1px solid #19caea;
}

.card_making {
  position: relative;
  margin-top: 30px;
  line-height: 1.3;
}

.card_making .card_making_txt {
  font-size: 18px;
  font-weight: bold;
  color: #f41b50;
}

.card_making .step_box {
  margin-top: 20px;
  border: 3px solid #b0bebf;
  border-radius: 5px;
  background-color: #fff;
}

.card_making .step_box.step1 {
  margin-top: 50px;
  padding: 45px 230px 60px;
}

.card_making .step_box.step2 {
  padding: 45px 30px 20px;
}

.card_making .step_box.step2 .step_txt {
  text-align: center;
}

.card_making .step_title {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.card_making .step_txt {
  display: inline-block;
  width: 260px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.card_making input[type="text"] {
  width: 375px;
  margin-top: 40px;
  padding: 10px;
}

.card_making .producer_check {
  display: inline-block;
  width: 375px;
  margin-top: 50px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}

.card_making .producer_check li {
  display: inline-block;
  margin: 0 10px;
}

.card_making .producer_check li input[type="radio"] {
  background-color: #f0f4f4;
  border: 0;
  outline: none;
  padding: 5px;
}

.card_making .card_list {
  margin-top: 50px;
}

.card_making .card_list li {
  position: relative;
  display: inline-block;
  margin: 0 13px 25px;
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
  font-size: 16px;
  cursor: pointer;
  background-color: #29ccef;
}

.card_making .card_list li label {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.card_making .card_list li input {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}

.card_making .card_list li img {
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}

.card_making .card_list li.sel_this_on .select {
  opacity: 1;
  filter: alpha(opacity=100);
}

.card_making .card_list li.sel_this_on img {
  opacity: .2;
  filter: alpha(opacity=20);
}

.card_making .card_list li.sel_this_on:before {
  opacity: .8;
  filter: alpha(opacity=80);
}

.card_making .card_list li:hover img {
  opacity: .2;
  filter: alpha(opacity=20);
}

.card_making .card_list li .select {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  padding-top: 24px;
  background-color: #fff;
  border-radius: 50%;
  color: #29ccef;
  font-size: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}

.card_making .card_list li a {
  color: #000;
  text-decoration: none;
}

.card_making .card_list li span {
  display: block;
  margin-top: 3px;
}

.card_making .card_list img {
  width: auto;
}

.download_back {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 500;
  display: none;
}

.download_load {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  text-align: center;
  color: #19caeb;
  font-size: 24px;
  letter-spacing: .1em;
  z-index: 600;
  -webkit-animation: blink .8s infinite alternate;
          animation: blink .8s infinite alternate;
  display: none;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes blink {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.download_btn {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 80px;
  text-align: center;
  z-index: 600;
  display: none;
}

.download_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #f41b50;
  line-height: 80px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
}

.download_return {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  display: none;
  z-index: 600;
}

.download_return a {
  font-family: 'Nunito',"ヒラギノ角ゴ ProN W3", "游ゴシック",YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

@media only screen and (max-width: 750px) {
  .card_making {
    margin-top: 20px;
    line-height: 1.3;
  }
  .card_making .card_making_txt {
    font-size: 16px;
  }
  .card_making .step_box {
    margin-top: 10px;
    border: 2px solid #b0bebf;
    border-radius: 5px;
    background-color: #fff;
  }
  .card_making .step_box.step1 {
    margin-top: 25px;
    padding: 20px 5% 25px;
  }
  .card_making .step_box.step2 {
    padding: 20px 5% 20px;
  }
  .card_making .step_title {
    font-size: 18px;
  }
  .card_making .step_txt {
    width: 100%;
    display: block;
    margin-top: 22px;
    font-size: 15px;
  }
  .card_making input[type="text"] {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  .card_making .producer_check {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  .card_making .producer_check li {
    margin: 0 10px 0 0;
  }
  .card_making .card_list {
    margin-top: 5%;
  }
  .card_making .card_list li {
    width: 25.5%;
    margin: 0 1.5% 3%;
    font-size: 11px;
  }
  .card_making .card_list li:last-child {
    width: 50%;
  }
  .card_making .card_list li .select {
    width: 60%;
    height: auto;
    padding: 10px 0;
    font-size: 10px;
  }
  .card_making .card_list li img {
    max-width: 100%;
  }
  .download_btn {
    width: 90%;
  }
}
