@charset "UTF-8";

/*============================================

封筒作成料金

price.css

============================================*/

/* プランBOX
------------------------------------------- */

.plan_mold_ttl {
  background-color: #96d228;
}
.plan_mold_ttl span {
  display: inline-block;
  padding: 0 0 0 28px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
#design_price .plan_mold_ttl span {
  line-height: 16px;
  background-image: url(../img/contents/i_en_design.png);
}
#set_price .plan_mold_ttl span {
  padding: 0 0 0 58px;
  line-height: 16px;
  background-image: url(../img/contents/i_en_set.png);
}
.plan_mold_main {
  border: 3px solid #96d228;
}
.plan_mold_detail dt {
  background: #96d228;
}
.pm_setplan_btn {
  text-align: center;
}
.pm_setplan_btn a {
  display: block;
  font-size: 1.5rem;
}
.pm_setplan_btn a .en_c_arw {
  padding: 0 16px 0 0;
  background: url(../../../_common/pc/img/en_c_arw.png) no-repeat 100% 50%;
}
#set_price .plan_mold_pic {
  margin: 20px 0 30px;
}
#set_price .sentence {
  margin: 0 0 10px;
}
.price .service_plan_desc {
  margin: 0 0 20px;
}
.envelope_size {
  margin: 0 0 20px;
}
.paper_size_btn {
  text-align: right;
}
.paper_size_btn .en_c_arw {
  background: rgba(0, 0, 0, 0) url(../../../_common/pc/img/en_c_arw.png) no-repeat scroll 100% 50%;
  padding: 0 20px 0 0;
}