@charset "utf-8";

/* --------------------------------------------
  main-visual ボタン用個別調整
-------------------------------------------- */

@media print, screen and (min-width: 768px) and (max-width: 1240px) {
  #main-visual .two-col .left .to-niken { height: 57px; }
  #main-visual .two-col .left .to-niken span { width: 80%; }
}

@media print, screen and (max-width: 767px) {
  #main-visual .two-col .left .to-niken { height: 57px; }
  #main-visual .two-col .left .to-niken span { width: 80%; }
}

/* --------------------------------------------
  各セクションのタイトル画像 個別調整
-------------------------------------------- */

.title-image1 {
  width: auto !important;
  height: 108px !important;
}

@media screen and (max-width: 767px) {
  .title-image1 {
    width: auto !important;
    height: 64px !important;
  }
}

/* --------------------------------------------
 用意するもの「羊毛」のp 個別調整
-------------------------------------------- */

@media print, screen and (min-width: 768px) {
  #prepare .prepare-second#wool p {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  #prepare .prepare-second#wool p {
    margin-bottom: 1em;
  }
}

/* --------------------------------------------
 ダウンロードボタン 個別調整
-------------------------------------------- */

@media print, screen and (min-width: 768px) and (max-width: 900px) {
  #paper .btn-normal {
    height: 57px;
  }
  #paper .btn-normal span {
    width: 80%;
  }
}

@media print, screen and (max-width: 767px) {
  #paper .btn-normal { height: 57px; }
  #paper .btn-normal span { width: 80%; }
}
