@charset "utf-8";

/* CSS Document */



.product {
  padding-bottom: 40px;
}

.product .content {
  background-image: url(../images/waon/base1.jpg);
  background-repeat: repeat;
  color: #333333;
  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:26px;
  font-weight: bold;
  margin: 0;
  padding:15px
}


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

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


.product .lineup_inner{
  background: #ffffff;
  padding-bottom: 30px;
}

.product .lineup_inner .info {
  background-image: url(../images/waon/base2.jpg);
  background-repeat: repeat;
  margin-bottom: 30px;
}


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





.product .lineup_inner .info .fx_left {
width:300px;
}

.product .lineup_inner .info .fx_row {
  display: flex;
  flex-wrap: wrap;
}


.product .lineup_inner .info .fx_row_r {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

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


@media screen and (max-width: 900px) {
.product .lineup_inner {
  width: 95%;
  margin:0 auto;
}

}


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

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


.product .lineup_inner .info .text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size:16px;
  padding-bottom: 16px;
}



.product .lineup_inner .info .fx_left {
  width: 100%;
}

.product .lineup_inner .info .fx_row {
  display: initial;
  flex-wrap: initial;
}
.product .lineup_inner .info .fx_row_r {
  display: initial;
  flex-wrap: initial;
  flex-direction: initial;
}


}
