@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
#whim_knitnews {
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  #whim_knitnews {
    font-size: 12px;
    max-width: 710px;
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #whim_knitnews {
    font-size: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #whim_knitnews .sp_none {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  #whim_knitnews .pc_none {
    display: none;
  }
}
#whim_knitnews a {
  display: block;
  text-decoration: none;
  color: #222;
}
#whim_knitnews .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#whim_knitnews .whim_read {
  width: 90%;
  margin: 30px auto;
  text-align: left;
}
@media screen and (min-width: 970px) {
  #whim_knitnews .point_1 {
    margin-top: 200px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 {
    margin-top: 150px;
    margin-bottom: 100px;
  }
}
#whim_knitnews .point_1 .title {
  margin-bottom: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
#whim_knitnews .point_1 .title span {
  display: block;
}
#whim_knitnews .point_1 .title .num {
  text-decoration: underline;
}
#whim_knitnews .point_1 .title .sub {
  font-size: 12px;
}
#whim_knitnews .point_1 .title2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
#whim_knitnews .point_1 .box_item {
  width: 40%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 .box_item {
    width: 85%;
  }
}
#whim_knitnews .point_1 .box_item .w90 {
  width: 90%;
  margin: 0 auto;
}
#whim_knitnews .point_1 .box_item p {
  font-size: 10px;
}
@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 .box_item p {
    font-size: 11px;
  }
}
#whim_knitnews .point_1 .flexbox {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 .flexbox {
    width: 100%;
  }
}
#whim_knitnews .point_1 .box_code {
  width: 48%;
  margin: 0 auto;
}
#whim_knitnews .point_1 .box_code ul {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
#whim_knitnews .point_1 .box_code ul li {
  padding-bottom: 5px;
}
@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 .box_code ul li {
    padding-bottom: 8px;
  }
}
#whim_knitnews .point_1 .box_code ul li a {
  text-decoration: underline;
}
#whim_knitnews .point_1 .box_code ul li a:hover {
  opacity: 0.6;
}
#whim_knitnews .point_1 .box_code .center {
  text-align: center;
  font-size: 10px;
}
#whim_knitnews .point_1 .box_code p {
  font-size: 10px;
}
@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 .box_code p {
    font-size: 11px;
  }
}
#whim_knitnews .point_1 .w40 {
  width: 40%;
}
@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 .w40 {
    width: 85%;
  }
}
#whim_knitnews .mt70 {
  margin-top: 70px;
}
#whim_knitnews .line {
  margin: 100px auto;
  display: block;
  height: 1px;
  width: 220px;
  background-color: #222;
}
#whim_knitnews .fur_btn a {
  text-align: center;
  margin: 80px auto;
  padding: 10px;
  border: 1px solid #222;
  width: 250px;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 970px) {
  #whim_knitnews .fur_btn a {
    width: 280px;
  }
}

.w_btn {
  text-align: center;
}
@media screen and (min-width: 970px) {
  .w_btn {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 970px) {
  .w_btn {
    padding: 40px 0;
  }
}
.w_btn a {
  background-color: #222;
  color: #fff !important;
  display: block;
  margin: 15px auto 0;
  text-decoration: none;
}
@media screen and (min-width: 970px) {
  .w_btn a {
    padding: 9px 0;
    width: 350px;
  }
}
@media screen and (max-width: 970px) {
  .w_btn a {
    padding: 9px 0;
    width: 80%;
  }
}
.w_btn a:hover {
  background-color: #808080;
}

/* ANIMATION
--------------------------------------*//*# sourceMappingURL=style.css.map */