@charset "utf-8";

/* CSS Document */



.product {
  padding-bottom: 40px;
}

.product .content {
  background-image: url(../images/crasucrafts/base1.jpg);
  background-repeat: repeat;
  color: #000000;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.product .lineup_top {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
}

.product .lineup_top .product_title {
  font-family: "Yu Mincho","ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","Noto Serif JP","ＭＳ Ｐ明朝","MS PMincho",serif;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size:26px;
  font-weight: bold;
  margin: 0;
  padding:15px
}

.product .content .text0 {
  font-family: "Yu Mincho","ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","Noto Serif JP","ＭＳ Ｐ明朝","MS PMincho",serif;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size:20px;
  font-weight: bold;
  margin: 0;
  padding:15px;
  text-align: center;
}

.product .lineup_inner .introduction {
  background: #ffffff;
  width: 100%;
  max-width: 900px;
}

.product .lineup_inner .introduction .text {
  color:#333333;
  width: 85%;
  margin:10px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.6;
  font-size:14px;
  text-align: left;
}


.product .lineup_inner .introduction2 {
  background-image: url(../images/crasucrafts/base2.jpg);
  background-repeat: repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 20px;
}



.product .lineup_inner .info {
  background-color:#ffffff;
  padding-top: 20px;
}

.product .lineup_inner .info .text {
  color:#333333;
  width: 90%;
  margin:15px auto;
  padding-bottom: 30px;
  line-height: 1.6;
  text-align: left;
  font-size:14px;
}


.product form#mailformpro {
  background: #ffffff;
  width: 95%;
}


@media screen and (max-width: 767px) {
  main .main_wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

.product .lineup_inner .introduction {
  width: 100%;
  margin:0 auto;
}

}
