@charset "UTF-8";

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

パンフレットHOME

common_pamphlet.css

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

/* 印刷料金 */

.completion {
  margin: 0 0 40px;
}
.completion_list {
  margin: 0 0 20px;
}
.completion_box {
  float: left;
  padding: 4px;
  margin: 0;
  width: 216px;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #fff;
}
.completion_box:not(:last-child) {
  margin: 0 16px 0 0;
}
.completion_inner {
  padding: 0 20px 150px;
  background: #fffbf3;
}
.completion_name {
  display: inline-block;
  padding: 12px 0;
  margin: -5px 0 0;
  color: #fa463c;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1;
  border-top: 4px solid #fa463c;
  border-bottom: 1px dashed #a6a39e;
}
.page4_print .completion_inner {
  background: #fffbf3 url(../img/contents/4p_print.png) no-repeat 50% 90px;
}
.page8_print .completion_inner {
  background: #fffbf3 url(../img/contents/8p_print.png) no-repeat 50% 90px;
}
.page16_print .completion_inner {
  background: #fffbf3 url(../img/contents/16p_print.png) no-repeat 50% 90px;
}
.completion_btn {
  text-align: right;
}
.completion_btn .pam_c_arw {
  padding: 0 20px 0 0;
  background: url(../../../_common/pc/img/pam_c_arw.png) no-repeat 100% 50%;
}



.srv_lede {
  line-height: 1.6;
  font-size: 1.6rem;
}
.pam_srv {
  display: flex;
  justify-content: space-between;
}
.pam_srv .detail {
  width: 420px;
  font-size: 108%;
}
.pam_srv .detail li {
  margin-bottom: 8px;
}
.pam_srv .thumb {
  width: 260px;
}
.pam_srv .thumb img {
  width: 100%;
  height: auto;
}