@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;
}

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    */
/*-----------------------*/
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%;
}

.undisp {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.01);
}

.warning {
  color: #f66;
}

.base-font-size {
  font-size: 107%;
}

.dispframe, header h1, footer p, article {
  position: relative;
  max-width: 864px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.flexbox-l {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.flexbox-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexbox-r {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

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

body {
  color: #333333;
  font-family: "SeuratPro-DB", sans-serif;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  position: relative;
  height: auto;
  min-width: 320px;
  min-height: 100%;
  padding-bottom: 45px;
  /* フッターの高さ */
}

header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d0eff0;
  border-bottom: dotted 1px #84cfd0;
}
header h1 {
  font-family: "BabyPopStd-EB";
  font-size: 214%;
  color: #54b0b1;
  text-align: center;
}
header h1 sup {
  display: inline-block;
  position: relative;
  top: -5px;
}
header h1 a {
  text-decoration: none;
}
header h1 a:link {
  color: #54b0b1;
}
header h1 a:visited {
  color: #54b0b1;
}
header h1 a:hover {
  color: #54b0b1;
}
header h1 a:focus {
  color: #54b0b1;
}
header h1 a:active {
  color: #54b0b1;
}
header img {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 64px;
  height: auto;
  margin: 0;
  padding: 0 8px 0 0;
}

footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #d0eff0;
  font-family: "SeuratPro-DB", sans-serif;
  font-size: 80%;
  color: #333333;
  text-align: center;
  z-index: 100;
}
footer p {
  color: #54b0b1;
  text-align: center;
  word-break: keep-all;
}
footer.active {
  position: fixed;
}

article {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

h2 {
  font-family: "RodinNTLGPro-EB", sans-serif;
  font-size: 160%;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #84cfd0;
  text-align: center;
  transform: skew(-8deg, 0);
  /*	margin-top: 30px;
  	margin-bottom: 10px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	font-size: $px15;
  	color: #fff;
  	background-color: $tj-green;
  	text-align: center;
  	border-radius: 20px;
  	*/
}

h4 {
  width: 100%;
  padding: 8px 0 8px 8px;
  margin-top: 15px;
  background-color: rgba(208, 239, 240, 0.7);
  border-top: solid 1px #84cfd0;
  border-bottom: solid 1px #84cfd0;
  font-family: "RodinNTLGPro-EB", sans-serif;
  font-size: 107%;
  color: #54b0b1;
}

.description {
  text-align: center;
  font-size: 107%;
  padding-bottom: 20px;
  border-bottom: solid 1px #84cfd0;
}

/*-----------------------*/
/*      form layout      */
/*-----------------------*/
.inline {
  display: inline-block;
}

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

.pos_rel {
  position: relative;
}

.w150 {
  width: 150px;
}

.w120 {
  width: 120px;
}

.w100 {
  width: 100px;
}

.w90 {
  width: 90px;
}

.w80 {
  width: 80px;
}

.weight-normal {
  font-weight: normal;
  font-family: "SeuratPro-DB", sans-serif;
}

.txt_loader {
  display: none;
  font-family: "SeuratPro-B", sans-serif;
}

.txt-green {
  color: #84cfd0;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
  font-family: sans-serif !important;
  font-size: 94%;
  color: #333333;
}

textarea {
  line-height: 140%;
  resize: none;
  width: 100%;
  margin-top: 2px;
  border: solid 1px #999;
  border-radius: 6px;
  padding: 5px 10px;
}

select {
  font-family: sans-serif !important;
  font-size: 94%;
  height: 36px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  color: #333333;
  border: solid 1px #999;
  border-radius: 6px;
}
select#curriculum {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

button, input[type="submit"], input[type="password"] {
  -webkit-appearance: none;
  color: #333333;
}

.pwbox {
  margin-left: 20px;
  width: 180px;
}

input[type="submit"].btn_submit {
  display: inline-block;
  background-color: #ea674e;
  font-family: "SeuratPro-B", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 87%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border: solid 1px #ea674e;
  padding: 10px 15px;
  border-radius: 24px;
}
input[type="submit"].btn_submit:hover {
  background-color: #fff;
  color: #ea674e;
}

label {
  font-weight: bold;
  font-family: "SeuratPro-B", sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
}

.label_br {
  padding-top: 15px;
}

.btn_add_cur {
  display: inline-block;
  position: relative;
  background-color: #ea674e;
  font-family: "SeuratPro-B", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 87%;
  cursor: pointer;
  letter-spacing: 0em;
  transition: background-color 0.3s, color 0.3s;
  border: solid 1px #ea674e;
  padding: 10px 15px;
  border-radius: 24px;
}
.btn_add_cur:hover {
  background-color: #fff;
  color: #ea674e;
}

.task_chk {
  display: none;
}

.appear {
  display: inline-block;
}

.disapp {
  display: none;
}

.btn_file {
  display: inline-block;
  background-color: #ea674e;
  font-weight: bold;
  color: #fff;
  font-size: 87%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border: solid 1px #ea674e;
  margin-top: 20px;
  padding: 12px 20px;
  border-radius: 24px;
}
.btn_file:hover {
  background-color: #fff;
  color: #ea674e;
}

#file_uploader {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 1px;
  z-index: -1000;
  opacity: 0;
}

#fakepath {
  -webkit-appearance: none;
  display: block;
  position: relative;
  margin: 0 auto 10px;
  padding: 15px 20px;
  width: 50%;
  font-family: sans-serif;
  font-size: 87%;
  color: #666;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border: dotted 1px #999;
  border-radius: 6px;
}
@media screen and (max-width: 864px) {
  #fakepath {
    width: 75%;
  }
}
@media screen and (max-width: 540px) {
  #fakepath {
    width: 100%;
  }
}

/*.btn-c2, .btn-c3, .btn-c4 {
	&:before {
		content: "カリキュラム追加";
		position: relative;
		color: inherit;
	}
	&.active {
		&:before {
		content: "カリキュラム削除";
		position: relative;
		color: inherit;
		}
	}
}
*/
.sec_c2, .sec_c3, .sec_c4 {
  position: absolute;
  z-index: -1;
  height: 0;
  opacity: 0;
}
.sec_c2.active, .sec_c3.active, .sec_c4.active {
  position: relative;
  z-index: 0;
  height: auto;
  opacity: 1;
}

input[type="radio"] {
  -webkit-appearance: none;
}

.cond1, .cond2, .cond3, .cond4, .cond5,
.acv1, .acv2, .acv3, .acv4, .acv5 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.cond1 + label, .cond2 + label, .cond3 + label, .cond4 + label, .cond5 + label {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 16%;
  height: auto;
  border: solid 2px #ddd;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 1.6% 3% 1%;
  cursor: pointer;
  line-height: 160%;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media screen and (max-width: 864px) {
  .cond1 + label, .cond2 + label, .cond3 + label, .cond4 + label, .cond5 + label {
    font-size: 2vw;
  }
}
@media screen and (max-width: 540px) {
  .cond1 + label, .cond2 + label, .cond3 + label, .cond4 + label, .cond5 + label {
    font-size: 0.5vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .cond1 + label, .cond2 + label, .cond3 + label, .cond4 + label, .cond5 + label {
    width: 18%;
  }
}
.cond1 + label:hover, .cond2 + label:hover, .cond3 + label:hover, .cond4 + label:hover, .cond5 + label:hover {
  background-color: #f7dad9;
  border: solid 2px rgba(234, 103, 78, 0.4);
}
.cond1 + label .cond-face, .cond2 + label .cond-face, .cond3 + label .cond-face, .cond4 + label .cond-face, .cond5 + label .cond-face {
  color: #333333;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.5;
}

.cond1:checked + label, .cond2:checked + label, .cond3:checked + label, .cond4:checked + label, .cond5:checked + label {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #f7dad9;
  border: solid 2px rgba(234, 103, 78, 0.4);
}

.acv1 + label, .acv2 + label, .acv3 + label, .acv4 + label, .acv5 + label {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 12%;
  height: auto;
  border: solid 2px #ddd;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0.25% 0.75%;
  cursor: pointer;
  line-height: 160%;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media screen and (max-width: 864px) {
  .acv1 + label, .acv2 + label, .acv3 + label, .acv4 + label, .acv5 + label {
    font-size: 2vw;
  }
}
@media screen and (max-width: 540px) {
  .acv1 + label, .acv2 + label, .acv3 + label, .acv4 + label, .acv5 + label {
    font-size: 0.5vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .acv1 + label, .acv2 + label, .acv3 + label, .acv4 + label, .acv5 + label {
    width: 18%;
  }
}
.acv1 + label:hover, .acv2 + label:hover, .acv3 + label:hover, .acv4 + label:hover, .acv5 + label:hover {
  background-color: #f7dad9;
  border: solid 2px rgba(234, 103, 78, 0.4);
}

.acv1:checked + label, .acv2:checked + label, .acv3:checked + label, .acv4:checked + label, .acv5:checked + label {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #f7dad9;
  border: solid 2px rgba(234, 103, 78, 0.4);
}

input[type="checkbox"] {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  transform: scale(0.01);
  opacity: 0;
}

.trsp1, .trsp2, .trsp3, .trsp4, .trsp5, .trsp6, .trsp7 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.trsp1 + label, .trsp2 + label, .trsp3 + label, .trsp4 + label, .trsp5 + label, .trsp6 + label, .trsp7 + label {
  display: block;
  position: relative;
  background-color: #fff;
  width: 18%;
  height: auto;
  border: solid 2px #ddd;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 0 2px 8px;
  cursor: pointer;
  line-height: 160%;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .trsp1 + label, .trsp2 + label, .trsp3 + label, .trsp4 + label, .trsp5 + label, .trsp6 + label, .trsp7 + label {
    width: 31%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 540px) {
  .trsp1 + label, .trsp2 + label, .trsp3 + label, .trsp4 + label, .trsp5 + label, .trsp6 + label, .trsp7 + label {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .trsp1 + label, .trsp2 + label, .trsp3 + label, .trsp4 + label, .trsp5 + label, .trsp6 + label, .trsp7 + label {
    width: 44%;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 360px) {
  .trsp1 + label, .trsp2 + label, .trsp3 + label, .trsp4 + label, .trsp5 + label, .trsp6 + label, .trsp7 + label {
    width: 140px;
  }
}
.trsp1 + label .trsp-way, .trsp2 + label .trsp-way, .trsp3 + label .trsp-way, .trsp4 + label .trsp-way, .trsp5 + label .trsp-way, .trsp6 + label .trsp-way, .trsp7 + label .trsp-way {
  color: #333333;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.trsp1 + label .trsp-way-dis, .trsp2 + label .trsp-way-dis, .trsp3 + label .trsp-way-dis, .trsp4 + label .trsp-way-dis, .trsp5 + label .trsp-way-dis, .trsp6 + label .trsp-way-dis, .trsp7 + label .trsp-way-dis {
  color: #333333;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.3;
}

.trsp7 + label {
  background-color: #f0f0f0;
  cursor: default;
}

.trsp1 + label:hover, .trsp2 + label:hover, .trsp3 + label:hover, .trsp4 + label:hover, .trsp5 + label:hover, .trsp6 + label:hover {
  background-color: #f7dad9;
  border: solid 2px rgba(234, 103, 78, 0.4);
}
.trsp1 + label:hover .trsp-way, .trsp2 + label:hover .trsp-way, .trsp3 + label:hover .trsp-way, .trsp4 + label:hover .trsp-way, .trsp5 + label:hover .trsp-way, .trsp6 + label:hover .trsp-way {
  color: #333333;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.5;
}

.trsp1:checked + label, .trsp2:checked + label, .trsp3:checked + label, .trsp4:checked + label, .trsp5:checked + label, .trsp6:checked + label {
  background-color: #f7dad9;
  border: solid 2px rgba(234, 103, 78, 0.4);
}
.trsp1:checked + label .trsp-way, .trsp2:checked + label .trsp-way, .trsp3:checked + label .trsp-way, .trsp4:checked + label .trsp-way, .trsp5:checked + label .trsp-way, .trsp6:checked + label .trsp-way {
  color: #333333;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.5;
}

@media not screen and (max-width: 768px) {
  .box6 {
    width: 600px;
    margin: 0 auto;
  }
  .box6 .trsp1 + label, .box6 .trsp2 + label, .box6 .trsp3 + label, .box6 .trsp4 + label, .box6 .trsp5 + label, .box6 .trsp6 + label, .box6 .trsp7 + label {
    width: 31%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.sc_day1, .sc_day2 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.sc_day1 + label, .sc_day2 + label {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 20%;
  height: auto;
  border: solid 2px #ddd;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 0 2px 8px;
  cursor: pointer;
  line-height: 160%;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sc_day1 + label, .sc_day2 + label {
    width: 31%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 540px) {
  .sc_day1 + label, .sc_day2 + label {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .sc_day1 + label, .sc_day2 + label {
    width: 44%;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 360px) {
  .sc_day1 + label, .sc_day2 + label {
    width: 140px;
  }
}
.sc_day1 + label .sc_days, .sc_day2 + label .sc_days {
  color: #333333;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.sc_days + label:hover, .sc_days + label:hover {
  background-color: #f7dad9;
  border: solid 2px rgba(234, 103, 78, 0.4);
}
.sc_days + label:hover .sc_days, .sc_days + label:hover .sc_days {
  color: #333333;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.5;
}

.sc_day1:checked + label, .sc_day2:checked + label {
  background-color: #f7dad9;
  border: solid 2px rgba(234, 103, 78, 0.4);
}
.sc_day1:checked + label .sc_days, .sc_day2:checked + label .sc_days {
  color: #333333;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.5;
}

.trbox.active {
  display: none;
}

.rmbox.active {
  margin: 0 auto;
}

.rmbox2.active {
  display: none;
}

form {
  padding-top: 10px;
  padding-bottom: 10px;
}
form p {
  font-size: 105%;
}

input {
  padding: 5px 10px;
  border: solid 1px #999;
  border-radius: 6px;
}

.required {
  color: #f66;
  font-size: 80%;
  font-weight: bold;
  font-family: "SeuratPro-B", sans-serif;
}

.form_line {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.bb_dot {
  border-bottom: dotted 1px #ccc;
}

.bb_solid_green {
  border-bottom: solid 2px #84cfd0;
}

.time_set {
  text-align: center;
}
.time_set p {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.column_l {
  height: 200px;
}

.column_s {
  height: 100px;
}

.btn_area, .btn_area_1, .btn_area_2, .btn_area_3, .btn_area_4 {
  display: block;
  text-align: center;
  padding: 20px 0 10px 0;
  letter-spacing: 1em;
}
.btn_area.active, .btn_area_1.active, .btn_area_2.active, .btn_area_3.active, .btn_area_4.active {
  display: none;
}

.btn_area_b, .btn_area_1b, .btn_area_2b, .btn_area_3b, .btn_area_4b {
  display: none;
  text-align: center;
  padding: 20px 0 10px 0;
  letter-spacing: 1em;
}
.btn_area_b.active, .btn_area_1b.active, .btn_area_2b.active, .btn_area_3b.active, .btn_area_4b.active {
  display: block !important;
}

.trigger-c2b, .trigger-c3b, .trigger-c4b {
  display: active;
}
.trigger-c2b.active, .trigger-c3b.active, .trigger-c4b.active {
  display: block;
}

.conf_str {
  font-size: 94%;
  line-height: 140%;
}

button.print {
  -webkit-appearance: none !important;
  display: inline-block;
  background-color: #ea674e;
  font-family: "SeuratPro-B", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 87%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border: solid 1px #ea674e;
  padding: 10px 15px;
  border-radius: 24px;
}
button.print:hover {
  background-color: #fff;
  color: #ea674e;
}

.print_area {
  border: solid 1px #ccc;
  margin: 15px auto 0;
  padding: 15px;
  padding-bottom: 25px;
  max-width: 400px;
}

.table_wrap {
  border: solid 1px #333333;
  padding: 1px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  border: solid 1px #333333;
  padding: 0;
}
td p {
  padding-top: 0;
  padding-bottom: 0;
}

.table_date, .table_time {
  letter-spacing: 0.25em;
  padding: 5px 0;
}

.table_date {
  font-family: "SeuratPro-DB", sans-serif;
  font-size: 67%;
}

.table_time {
  font-family: "BudoStd-L";
  font-size: 74%;
}

.table_name {
  font-family: "BudoStd-L";
  font-size: 87%;
  letter-spacing: 0.5em;
  padding: 3px 0;
}

.item_width {
  width: 64px;
}

.table_cond {
  position: relative;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.table_cond img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.cond_rate {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 60%;
}

.table_report {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  height: 240px;
}

.text_report {
  font-family: "BudoStd-L";
  font-size: 67%;
  letter-spacing: 0.25em;
  line-height: 140%;
  width: 100%;
}

.table_memo {
  vertical-align: top;
  padding: 5px 10px;
  height: 45px;
}

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

.signature_wrap {
  padding-top: 5px;
  text-align: right;
}

.signature {
  width: 120px;
  height: 40px;
  padding: 0 0 0 1px;
  border-bottom: solid 1px #333333;
  font-family: "TsukuGoPr5-M", sans-serif;
  font-size: 60%;
  text-align: left;
}

/*---- rendaring ----*/
.stamp-year, .stamp-month, .stamp-day, .stamp-weekday, .ge-year {
  font-family: "DNPShueiGoKinStd-B";
}

.head-username, .head-staytime, .head-sc-days, .schedule-head, .repo-description, .cond_status, .trsp_status, .credo_no2, .reason-head {
  font-family: "DNPShueiMGoStd-B";
}

.username, .staytime, .sc-days-status, .credo_no, .schedule-cell, .schedule-columnm, .free-repo, .thanks-card, .hero-name, .hero-reason {
  font-family: "BudoStd-L";
}

.thanks-comment {
  font-family: "TentomushiStd-L";
}

.signature {
  font-family: "TsukuGoPr5-M", sans-serif;
}
