@charset "utf-8";

@page {
    size: A4 portrait; 
}
@media print {
  .buttonBlock{
    display: none;
  }
.pageBlock {
    width: 210mm;
    height: 297mm;
    box-sizing: border-box;
    page-break-after: auto;
    padding: 5mm;
    margin:auto;
}
form, #header, .c-pagetitle .c-container, .content_head1, #footer{display: none;}
.site-wrapper{background: none;}
}
/* CSSのリセット */

.buttonBlock {
    margin: 15px 0;
    text-align: center;
}

.printBtn {
  display: block;
  width: 180px;
  padding: 15px 0;
  background: #614d40;
  color: #fff;
  text-align: center;
  line-height: 138%;
  text-decoration: none;
  border-radius: unset;
  font-weight: 600;
  font-size: 14px;
  margin: 0 auto;
}

.printBtn:hover {
	background: #6d95ce;
}