@charset "UTF-8";
/*-----------------------*/
/*      Initialize       */
/*-----------------------*/
/*CSSリセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 100%;
  line-height: 1em;
}

@font-face {
  font-family: 'Averia Serif Libre';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/AveriaSerifLibre-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Averia Serif Libre';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/AveriaSerifLibre-Bold.ttf") format("truetype");
}
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, code, em, img, small,
strong, sub, sup, tt, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, embed, figure, figcaption,
input, button, textarea, canvas, audio, video,
footer, header, hgroup, menu, nav, section {
  box-sizing: border-box;
}

/*-----------------------*/
/*       Variables       */
/*-----------------------*/
/*-----------------------*/
/*    Global settings    */
/*-----------------------*/
@page {
  size: portrait;
}
strong, h1, h2, h3, h4, h5, h6 {
  font-family: "SeuratPro-B", sans-serif;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
}

p {
  font-size: 94%;
  padding: 12px 0;
  line-height: 160%;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 6px 0 10px 24px;
}

li {
  font-size: 94%;
  padding: 0;
  line-height: 160%;
}

small {
  font-size: 84%;
}

.unprint {
  display: none;
}

.inline {
  display: inline-block;
}

.align-left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.h100 {
  height: 100%;
}

.sp0 {
  margin: 0;
  padding: 0;
}

/*-----------------------*/
/*       Mainframe       */
/*-----------------------*/
html, body {
  height: auto;
}

body {
  color: #000;
  font-family: "SeuratPro-DB", sans-serif;
  -webkit-print-color-adjust: exact;
}

article {
  position: absolute;
  margin: 0 auto;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 251mm !important;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  page-break-inside: avoid;
}

.section-1, .section-2 {
  position: relative;
  width: 100%;
}

.section-1 {
  border-bottom: dotted 1px #000;
  padding-bottom: 3mm;
}

.date-stamp {
  width: 45mm;
  height: 33mm;
  overflow: hidden;
}

.img-stamp {
  display: block;
  width: 100%;
  height: auto;
  z-index: -1;
}

.stamp-year, .stamp-month, .stamp-day, .stamp-weekday,
.head-username, .head-staytime, .head-sc-days,
.username, .staytime, .sc-days-status {
  display: block;
  position: absolute;
}

.stamp-year {
  top: 2mm;
  left: 21mm;
  font-family: "DNPShueiGoKinStd-B";
  color: #fff;
  font-size: 80%;
  transform: rotate(-11deg);
}

.ge-year {
  font-family: "DNPShueiGoKinStd-B";
  color: #fff;
  font-size: 175%;
  font-weight: bold;
  z-index: 2;
}

.stamp-month {
  top: 12mm;
  left: 5mm;
  width: 15mm;
  text-align: center;
  letter-spacing: -0.125em;
  font-family: "DNPShueiGoKinStd-B";
  color: #000;
  font-size: 247%;
  transform: rotate(-11deg);
  z-index: 2;
}

.stamp-day {
  top: 8.5mm;
  left: 19mm;
  width: 18mm;
  text-align: center;
  letter-spacing: -0.115em;
  font-family: "DNPShueiGoKinStd-B";
  color: #000;
  font-size: 267%;
  transform: rotate(-11deg);
  z-index: 2;
}

.stamp-weekday {
  top: 18mm;
  left: 38mm;
  font-family: "DNPShueiGoKinStd-B";
  color: #fff;
  font-size: 120%;
  transform: rotate(-11deg);
}

.head-username, .head-staytime, .head-sc-days {
  font-family: "DNPShueiMGoStd-B";
  font-size: 80%;
  color: #000;
  padding-left: 1mm;
}

.head-username {
  top: 0.1mm;
  left: 48mm;
}

.head-staytime {
  top: 9.5mm;
  left: 48mm;
}

.head-sc-days {
  top: 18.9mm;
  left: 48mm;
}

.username, .staytime, .sc-days-status {
  font-family: "BudoStd-L";
  font-size: 87%;
  color: #000;
  width: 72mm;
  padding-left: 20mm;
  padding-bottom: 1mm;
  border-bottom: solid 1px #000;
}

.username {
  top: 0.1mm;
  left: 48mm;
  letter-spacing: 0.25em;
}

.staytime {
  top: 9.5mm;
  left: 48mm;
  letter-spacing: 0;
}

.sc-days-status {
  top: 18.9mm;
  left: 48mm;
  letter-spacing: 0;
}

.img-title {
  position: absolute;
  top: 0;
  right: 0;
  width: 60mm;
  height: auto;
}

.cond_area {
  position: relative;
  left: 15mm;
  height: 19mm;
  width: 90mm;
  padding-bottom: 1mm;
}

.img-cond-title {
  position: absolute;
  top: 2mm;
  left: -11mm;
  width: 50mm;
  height: auto;
}

.img-cond {
  position: absolute;
  top: 0.5mm;
  left: 43mm;
  width: 15mm;
  height: auto;
}

.cond_status {
  position: absolute;
  top: 2mm;
  left: 60mm;
  font-family: "DNPShueiMGoStd-B";
  font-size: 94%;
}

.credo_area {
  position: absolute;
  top: 40mm;
  left: 100mm;
  height: 24mm;
}

.img-credo-title {
  position: absolute;
  top: -5mm;
  left: 0;
  width: 50mm;
  height: auto;
}

.credo_no {
  position: absolute;
  top: -8mm;
  left: 50mm;
  width: 18mm;
  font-family: "BudoStd-L";
  font-size: 187%;
  text-align: center;
}

.credo_no2 {
  position: absolute;
  top: -5mm;
  left: 68mm;
  width: 10mm;
  font-family: "DNPShueiMGoStd-B";
  font-size: 94%;
}

.trsp_area {
  position: relative;
  top: -4mm;
  left: 15mm;
  height: 18mm;
  width: 120mm;
  margin-bottom: -7mm;
}

.img-trsp-title {
  position: absolute;
  top: 2mm;
  left: -11mm;
  width: 50mm;
  height: auto;
}

.trsp_status {
  position: absolute;
  top: 2mm;
  left: 45mm;
  font-family: "DNPShueiMGoStd-B";
  font-size: 87%;
  line-height: 140%;
}

.common-disp-area {
  position: relative;
  left: 6mm;
  width: calc(100% - 12mm);
  padding-top: 15mm;
  padding-bottom: 1mm;
}

.img-common-disp-title {
  position: absolute;
  top: 2mm;
  left: -2mm;
  width: 50mm;
  height: auto;
}

.schedule-head {
  position: relative;
  width: 100%;
  height: 9mm;
  padding: 2mm;
  font-family: "DNPShueiMGoStd-B";
  font-size: 87%;
  background-color: #ccc;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}

.schedule-column {
  position: relative;
  width: 100%;
  height: 12.5mm;
  font-family: "BudoStd-L";
  font-size: 87%;
  border-bottom: dotted 1px #999;
}
.schedule-column:last-child {
  border-bottom: solid 1px #666;
}

.schedule-cell {
  display: inline-block;
  text-align: center;
  width: calc(33% - 1mm);
}

.img-acv {
  display: block;
  width: 100%;
  height: auto;
}

.schedule-pos {
  position: relative;
  top: -4.2mm;
}

.repo-description {
  position: absolute;
  top: 6.5mm;
  left: 58mm;
  font-family: "DNPShueiMGoStd-B";
  font-size: 74%;
}

.free-repo {
  position: relative;
  width: calc(100% - 16mm);
  min-height: 20mm;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #666;
  padding: 2mm 3mm;
  border-radius: 2.5mm;
  font-family: "BudoStd-L";
  font-size: 87%;
}

.thanks-area {
  position: relative;
  left: 6mm;
  width: calc(100% - 12mm);
  padding-top: 5mm;
  padding-bottom: 1mm;
  margin-bottom: -3mm;
}

.thanks-card {
  position: relative;
  top: -11mm;
  width: calc(100% - 66mm);
  min-height: 20mm;
  height: auto;
  margin-left: auto;
  margin-right: 8mm;
  border: solid 1px #666;
  padding: 3mm 2mm 5mm;
  border-radius: 2.5mm;
  font-family: "BudoStd-L";
  font-size: 87%;
  margin-bottom: -10mm;
}

.img-thanks-title {
  position: relative;
  top: 4mm;
  left: -2mm;
  width: 50mm;
  height: auto;
}

.thanks-comment {
  position: absolute;
  top: 56mm;
  right: 11mm;
  font-family: "TentomushiStd-L";
  font-size: 74%;
}

.hero-name {
  position: absolute;
  top: 5.5mm;
  left: 58mm;
  width: 60mm;
  padding: 1mm 1.5mm;
  font-family: "BudoStd-L";
  font-size: 87%;
  border-bottom: solid 1px #666;
}

.text_memo {
  font-family: "BudoStd-L";
  font-size: 94%;
  letter-spacing: 0.15em;
  line-height: 125%;
  width: 100%;
}

.reason-head {
  position: absolute;
  top: 23mm;
  left: 30mm;
  font-family: "DNPShueiMGoStd-B";
  font-size: 94%;
}

.hero-reason {
  position: relative;
  top: -0.5mm;
  width: calc(100% - 66mm);
  min-height: 20mm;
  height: auto;
  margin-left: auto;
  margin-right: 8mm;
  border: solid 1px #666;
  padding: 3mm 2mm 5mm;
  border-radius: 2.5mm;
  font-family: "BudoStd-L";
  font-size: 87%;
}

.signature-wrap {
  position: relative;
  padding-top: 5px;
  text-align: right;
}

.signature {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 56px;
  padding: 4px 0 0 1px;
  border-bottom: solid 1px #000;
  font-family: "TsukuGoPr5-M", sans-serif;
  font-size: 60%;
  text-align: left;
}
