@charset "utf-8";
/* CSS Document */

#mj-detail {
}
#mj-detail .mj-detail-txtbox {
  width: 92%;
  margin: 0 auto;
}
#mj-detail .mj-detail-txtbox p {
  color: #4c443a;
  font-size: .92em;
  text-align: left;
}
#mj-detail .mj-detail-catch {
  background-color: #e63376;
  box-sizing: border-box;
  color: #fff;
  margin: 0 auto 4%;
  text-align: center;
  padding: .5em 0;
  width: 100%;
}
#mj-detail .mj-detail-img {
  box-sizing: border-box;
  border: 1px solid #bbb3a9;
  margin: 0 auto;
  width: 79.6%;
}
#mj-detail .mj-detail-img img {
}
#mj-detail .mj-detail-ttl {
  color: #e63376;
  font-size: 2.14em;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  margin: .6em auto .4em;
}
#mj-detail .mj-detail-info {
}
#mj-detail .mj-detail-info p {
  border-top: 1px solid #bbb3a9;
  font-size: .78em;
  line-height: 1.35em;
  padding: 1.3em 0;
  margin: 0 auto;
}
#mj-detail .mj-detail-info p.txtc {
  font-size: .92em;
  text-align: center;
  padding: 1em 0;
  margin: 1.5em auto 0;
}
.mj-detail-cta {
  box-sizing: border-box;
  border: .714em solid #f0ece7;
  margin: 7% auto 0;
  width: 100%;
}
.mj-detail-cta.mj-detail-cta-normal{
	border: .3em solid #f0ece7;
	text-align: center;
}
.mj-detail-cta.mj-detail-cta-normal .mj-detail-cta-nprice {
	font-size: .9em;
}
.mj-detail-cta .mj-detail-cta-ttl {
  box-sizing: border-box;
  font-size: 1.78em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  position: relative;
  padding: 1em 0;
  width: 100%;
}
.mj-detail-cta .mj-detail-cta-ttl:after {
  content: "";
  background-color: #000;
  height: 1px;
  width: 50%;
  display: block;
  position: absolute;
  bottom: .5em;
  left: 50%;
  -webkit-transform: translate3d(-50% , 0 , 0);
  -ms-transform: translate3d(-50% , 0 , 0);
  -o-transform: translate3d(-50% , 0 , 0);
  transform: translate3d(-50% , 0 , 0);
}
.mj-detail-cta-teiki .mj-detail-cta-ttl {
  color: #e63376;
}
.mj-detail-cta .mj-detail-cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mj-detail-cta .mj-detail-cta-img {
  width: 40%;
}
.mj-detail-cta .mj-detail-cta-txt {
  width: 60%;
  box-sizing: border-box;
  padding-right: 5.5%;
}
.mj-detail-cta .mj-detail-cta-tprice {
  margin-top: .3em;
  font-weight: bold;
  color: #e63376;
}
.mj-detail-cta .mj-detail-cta-tprice .fs-l {
  font-size: 2.03em;
  line-height: 1em;
}
.mj-detail-cta .mj-detail-cta-tprice:before {
  content: "初回定期価格";
  display: block;
  border: 1px solid;
  color: #e63376;
  font-size: .8em;
  font-weight: normal;
  background-color: #fff;
  padding: .35em .5em .2em;
  line-height: 1.2em;
  vertical-align: middle;
  margin-right: 0;
  margin-bottom: .6em;
  width: 6em;
}
.mj-detail-cta .mj-detail-cta-tprice .mj-cta-off {
  display: block;
  text-align: center;
  background-color: #e63376;
  color: #fff;
  padding: .3em 0 .2em;
  margin-top: .4em;
  box-sizing: border-box;
}
.mj-detail-cta .mj-detail-cta-nprice:before {
  content: "通常価格";
  display: inline-block;
  border: 1px solid;
  color: #4c443a;
  font-size: .78em;
  font-weight: normal;
  line-height: 1em;
  background-color: #fff;
  padding: .45em .5em .3em;
  vertical-align: middle;
  margin-right: .5em;
  margin-bottom: .6em;
}
.mj-detail-cta .mj-detail-cta-nprice {
  font-weight: bold;
  font-size: .78em;
}
.mj-detail-cta .mj-detail-cta-nprice .fs-l {
  font-size: 1.45em;
}
.mj-detail-cta .mj-detail-cta-att {
  width: 88%;
  margin: 1em auto 1.5em;
  font-size: .78em;
  line-height: 1.3em;
}
.mj-detail-cta .btn-box {
  width: 88%;
}
