@charset "utf-8";
/*============================================

print.css

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

/* common
------------------------------------------- */
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.pl1 { padding-left: 1.3rem; }
.print_table_sec_body .std_ttl,
.print_cont_sec .std_ttl { margin-top: 30px; }

/* 印刷種別
------------------------------------------- */
.print_type_list {
  margin: 30px 0;
}
.print_type_item {
  border: #d7d7d7 1px solid;
  float: left;
}
.print_type_item .inner {
  background: #fffbf3;
  border: #fff 3px solid;
  display: block;
  text-align: center;
}
.print_type_item.col3 {
  width: 224px;
  margin-right: 16px;
}
.print_type_item.col3 .inner {
  padding: 0 20px 20px 20px;
}
.print_type_item.col3:nth-of-type(3) { margin-right: 0; }
.print_type_item.col2 {
  width: 340px;
  margin-right: 26px;
}
.print_type_item.col2:nth-of-type(2) { margin-right: 0; }
.print_type_item.col2 .inner {
  padding: 0 25px 20px 25px;
}
.print_type_ttl {
  border-top: #fa8200 4px solid;
  border-bottom: #ccc 1px dashed;
  font-size: 1.7rem;
  line-height: 1.2;
  margin-top: -4px;
  margin-bottom: 1em;
  padding: 0.8em 0;
}
.print_type_ttl.line1 { padding: 1.4em 0; }
.print_type_ttl.pamphlet { border-color: #fa463c transparent #ccc transparent; }
.print_type_ttl.shopcard { border-color: #fa8200 transparent #ccc transparent; }
.print_type_ttl.folder { border-color: #a064fa transparent #ccc transparent; }

/* 封筒 */
.e_type_ttl { font-size: 1.7rem; }
.e_type_ttl span { padding: 2px 0 2px 30px; }
.e_type_item {
  background: #fffbf3;
  border: #d7d7d7 2px solid;
  float: left;
  margin-right: 25px;
  padding: 1em 0;
  text-align: center;
  width: 215px;
}
.e_type_item:nth-of-type(3) { margin-right: 0; }
.e_type_item a { display: block; }
.e_type_subttl { font-size: 1.5rem; margin-bottom: 5px; }


/* 印刷料金
------------------------------------------- */
.print_table_sec {
  background: #fffbf3;  
  border: #e2d6cb 1px solid;
  margin: 30px 0;
}

/* header */
.print_table_sec_header {
  border-bottom: #e2d6cb 1px solid;
  box-sizing: border-box;
  display: table;
  padding: 10px 20px;
  width: 100%;
}
.print_table_sec_ttl {
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: table-cell;
  vertical-align: middle;
}
.print_table_baloon {
  position: absolute;
  width: 75px;
  height: 75px;
  top: -10px;
  left: -10px;
}
.print_table_sec_mainttl { font-size: 2rem; }
.print_table_sec_subttl { font-size: 1.2rem; }
.print_table_sec_price {
  display: table-cell;
  font-size: 1.4rem;
  padding: 0 10px 8px 0;
  text-align: right;
  vertical-align: bottom;
}
.print_table_sec_price .num { font-size: 2.4rem; }

.print_table_p01 { background-image: url(../../../pamphlet/pc/img/print/p4.png); background-size: 38px 56px; padding: 8px 0 8px 50px; }
.print_table_p02 { background-image: url(../../../pamphlet/pc/img/print/p8.png); background-size: 35px 56px; padding: 8px 0 8px 50px; }
.print_table_p03 { background-image: url(../../../pamphlet/pc/img/print/p16.png); background-size: 35px 56px; padding: 8px 0 8px 50px; }
.print_table_s01 { background-image: url(../../../shopcard/pc/img/print/plastic.png); background-size: 66px 48px; padding: 8px 0 5px 80px; }
.print_table_s02 { background-image: url(../../../shopcard/pc/img/print/paper.png); background-size: 66px 48px; padding: 8px 0 5px 80px; }
.print_table_s03 { background-image: url(../../../shopcard/pc/img/print/twofold.png); background-size: 66px 48px; padding: 8px 0 5px 80px; }
.print_table_f01 { background-image: url(../../../folder/pc/img/print/single_s.png); padding: 15px 0 15px 100px; }
.print_table_f02 { background-image: url(../../../folder/pc/img/print/double_s.png); padding: 15px 0 15px 100px; }
.print_table_e { padding: 10px 0 10px 80px; position: relative; }

/* body */
.print_table_sec_body {
  padding: 30px 30px 20px 30px;
}
.print_ttl_size { font-size: 1.4rem; }
.print_ttl_size .note { font-size: 0.9rem; }
.print_table_note {
  margin: 8px 0 8px 1.8rem;
  text-indent: -1.8rem;
}
.print_table_sec_body .print_table_note { font-size: 1.2rem; }
.print_table_note:before {
  content: "■";
  font-size: 0.9rem;
  padding-right: 1em;
  vertical-align: middle;
}
.print_table_note.namecard:before { color: #03a9f4; content: "●"; font-size: 0.6rem; }
.print_table_note.envelope:before { color: #96d228; }
.print_table_note.pamphlet:before { color: #fa463c; }
.print_table_note.shopcard:before { color: #fa8200; }
.print_table_note.folder:before { color: #a064fa; }
.print_table_note.att:before { color: #ff6f64; }

/* table */
.print_table {
  background: #fff;
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
}
.print_table th,
.print_table td {
  border: #ccc 1px solid;
  box-sizing: border-box;
  font-weight: normal;
  text-align: center;
}
.print_table thead th {
  background: #f1f1f1;
  font-size: 1.2rem;
  padding: 1em 0;
}
.print_table thead th.figure {
  background: #fff;
}
.figure_ttl {
  margin-bottom: 1em;
}
.figure_set:nth-of-type(2) { margin-top: 1em; }
.print_table .col3 { width: 29%; }
.print_table .col2 { width: 42%; }
.print_table_header {
  font-size: 1.5rem!important;
  font-weight: bold!important;    
}
.print_table tbody th {
  background: #f6f6f6;
  padding: 0.4em 1em;
}
.print_table .badge_area { position: relative; }
.print_table .badge {
  right: 20px;
  position: absolute;
  top: calc(50% - 21px);
}


/* コンテンツ
------------------------------------------- */
.print_cont_sec {
  margin: 40px 0;
}
.clearfix > .print_cont_body {
  float: left;
  width: 400px;
}
.print_cont_img {
  float: right;
  width: 270px;
}
.print_cont_body p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 10px 0;
}

/* 見出しアイコン */
.cal_ico { background: url(../img/print/icon_cal.png) no-repeat 0 50%; }
.clip_ico { background: url(../img/print/icon_clip.png) no-repeat 0 50%; }
.mult_ico { background: url(../img/print/icon_mult.png) no-repeat 0 50%; }
.print_ico { background: url(../img/print/icon_print.png) no-repeat 0 50%; }
.key_ico { background: url(../img/print/icon_key.png) no-repeat 0 50%; }

/* 注意事項 */
.print_att_block {
  background: #f5f5f5;
  border: #ff6f64 1px solid;
  margin-top: 20px;
  padding: 10px 20px;  
}
.print_att_header {
  font-size: 1.5rem;
}
.caution_ico {
  background: url(../img/print/icon_caution.png) no-repeat 0 50%;
  padding: 2px 0 2px 25px;
}

/* オプション */
.print_opt_table {
  margin: 15px auto;
  width: 100%;
}
.print_opt_table th,
.print_opt_table td {
  border: #ccc 1px solid;
  padding: 1em;
  text-align: center;
}
.print_opt_body,
.print_opt_compatible { text-align: left!important; }
.print_opt_ttl {
  background: #f6f6f6;
  width: 10em;
}
.print_opt_price { width: 5em; }
.print_opt_compatible {
  background: #fffbf3;
}
.print_opt_compatible_ttl {
  font-weight: bold;
}


/* ご注意ください
------------------------------------------- */
.print_caution_sec {
  background: #f6f6f6;
  border-right: #ff6f64 1px solid;
  border-bottom: #ff6f64 1px solid;
  border-left: #ff6f64 1px solid;
  margin-top: 50px;
}
.print_caution_header {
  background: #ff6f64;
  box-sizing: border-box;
  color: #fff;
  display: table;
  padding: 20px;
  width: 100%;
}
.print_caution_ttl,
.print_caution_ttl_sub {
  display: table-cell;
  vertical-align: middle;
}
.print_caution_ttl {
  font-size: 1.6rem;
  padding: 0 1em;
  width: 8em;
}
.icon_essential { background: url(../img/i_essential.png) no-repeat 0 50%; padding-left: 15px; }
.print_caution_ttl_sub {
  font-size: 1.2rem;
  line-height: 1.3;
}

.print_caution_body {
  padding: 0 25px;
}
.print_caution_block {
  border-top: #ccc 1px solid;
  padding: 20px 0;
}
.print_caution_block:first-of-type { border-top: 0; }
.print_caution_txt {
  float: right;
  font-size: 1.2rem;
  width: 500px;
}
.print_caution_img {
  float: left;
}
.print_caution_subttl {
  font-weight: bold;
  margin-bottom: 5px;
}

/* ボタン
------------------------------------------- */
.print_anchor{
  margin: 40px 0;
}
.print_anchor_records,
.print_anchor_order {
  float: left;
  font-size: 1.6rem;
  text-align: center;
  width: 345px;
}
.print_anchor_records {
  margin-right: 20px;
}
.print_anchor_records a,
.print_anchor_order a {
  display: block!important;
  padding: 10px 0!important;
}
.print_anchor_records span {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
}

#namecard .print_anchor_records span {
  background-image: url(../../../namecard/pc/img/flow/namecard_c_arw16.png);
}
#envelope .print_anchor_records span {
  background-image: url(../../../envelope/pc/img/flow/envelope_c_arw16.png);
}
#pamphlet .print_anchor_records span {
  background-image: url(../../../pamphlet/pc/img/flow/pamphlet_c_arw16.png);
}
#shopcard .print_anchor_records span{
  background-image: url(../../../shopcard/pc/img/flow/shopcard_c_arw16.png);
}
#folder .print_anchor_records span {
  background-image: url(../../../folder/pc/img/flow/folder_c_arw16.png);
}