@charset "UTF-8";

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

ウェブサイト作成料金

price.css

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

/* プランBOX
------------------------------------------- */
#web .plan_mold_detail dd {
  font-size: 1.5rem;
}
#web .pm_price {
  font-size: 1.8rem;
}

.plan_mold_ttl {
  padding: 5px 100px 0 22px;
  background-color: #fa3296;
}
.plan_mold_main {
  border: 3px solid #fa3296;
}
.plan_mold_detail dt {
  background: #fa3296;
}
#pamphlet .plan_mold_pic {
  margin: 20px 0;
}
#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;
}

/* ドメイン・サーバー
------------------------------------------- */
.sep_ttl {
  padding: 1em;
  margin-bottom: 30px;
  color: #fa3296;
  font-size: 2rem;
  border-left: 5px solid #fa3296;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}
.sep_ttl span {
  padding-left: 1.6em;
}
.d_sec {
  margin-bottom: 30px;
}
.d_desc {
  margin-bottom: 30px;
}
.d_desc p:not(:last-child) {
  margin-bottom: 10px;
}
.d_table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0 0 30px;
  width: 100%;
}
.d_table th,
.d_table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1.2em 18px;
}
.d_table th {
  width: 10em;
  background: #f6f6f6;
}
.price_desc p:not(:last-child) {
  margin-bottom: .8em;
}
.feature_block {
  margin-bottom: 30px;
}
.feature_box {
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 3px;
  background-color: #f8f8f8;
}
.feature_box:not(:last-child) {
  margin-bottom: 1.4em;
}
.feature_box .inside {
  display: table;
  width: 100%;
  padding: 1.4em;
  box-sizing: border-box;
  background-color: #fff;
}
.feature_box .clip {
  display: table-cell;
  padding-right: 15px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}
.feature_box .desc {
  display: table-cell;
}
.feature_ttl {
  margin-bottom: .8em;
  font-size: 1.6rem;
}
.feature_ttl .label {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 1em;
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  background-color: #fa3296;
}
.domain-server-clip {
  margin-bottom: 20px;
}
.problem {
  margin-bottom: 20px;
}
.problem ul {
  padding: 15px;
  border: 2px solid #fa3296;
  background-color: #fafafa;
}
.problem ul li:not(:last-child) {
  margin-bottom: .4em;
}
.problem ul li::before {
  content: "●";
  color: #fa3296;
  padding-right: .4em;
  font-size: 85%;
  
}
.problem_txt {
  font-weight: bold;
}
.problem_q {
  display: inline-block;
  margin-right: 1.6em;
  font-size: 1.6rem;
}
.problem_a {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: center;
  background-color: #fa3296;
  z-index: 0;
}
.problem_a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fa3296 transparent transparent;
}