@charset "UTF-8";
/*=========================================================

	Site Name   DIGITAL PAPER
	File Name   page.css

	Create Date 2018/10/04

==========================================================*/
.c5-spOnly {
  display: none;
}
@media screen and (max-width: 639px) {
  .c5-spOnly {
    display: block;
  }
}

.c5-pcOnly {
  display: block;
}
@media screen and (max-width: 639px) {
  .c5-pcOnly {
    display: none;
  }
}

.c5-mt--s {
  margin-top: 20px;
}

.c5-mt--m {
  margin-top: 34px;
}
@media screen and (max-width: 639px) {
  .c5-mt--m {
    margin-top: 25px;
  }
}

.c5-padbox {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .c5-padbox {
    padding: 0 10px;
  }
}

.c5-list {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 8px;
  list-style-type: none;
}
.c5-list li:nth-child(n + 2) {
  margin-top: 0.5em;
}
.c5-list li::before {
  content: "・";
}

.c5-clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.c5-clearfix .c5-fll {
  float: left;
}
.c5-clearfix p {
  width: 55%;
}
@media screen and (max-width: 639px) {
  .c5-clearfix p {
    width: 100%;
  }
}
.c5-clearfix img {
  box-sizing: border-box;
  padding-left: 40px;
  width: 45%;
}
@media screen and (max-width: 639px) {
  .c5-clearfix img {
    padding-left: 0;
    width: 100%;
  }
}

.c5-text--sup {
  vertical-align: super;
  font-size: 10px;
  top: 0;
}

.c5-text--sub {
  font-size: 12px;
  bottom: 0;
}

.c5-text--075em {
  font-size: 0.75em;
}

.c5-text--1rem {
  font-size: 1rem !important;
}

.c5-text--125em {
  font-size: 1.25em;
}

.c5-text--15em {
  font-size: 1.5em;
}

.c5-text--ud {
  text-decoration: underline;
}

.c5-text--notes {
  font-size: 11px;
  padding: 0;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
	display: inline-block;
}
.c5-text--notes li {
  list-style-type: none;
}
.c5-text--notes li:nth-child(n + 2) {
  margin-top: 3px;
}
.c5-text--notes li::before {
  content: "※";
}

.c5-text--notes-2 {
  font-size: 12px;
  padding: 0;
  text-align: left;
  padding-left: 2.8em;
  text-indent: -2.8em;
  line-height: 1.2;
}
.c5-text--notes-2 li {
  list-style-type: none;
}
.c5-text--notes-2 li:nth-child(n + 2) {
  margin-top: 3px;
}

.c5-text--red {
  color: #d8072e;
}

.c5-color--key {
  color: #038bd9;
}

.c5-bgcolor--key {
  color: #fff;
  background: #038bd9;
}

.c5-bgcolor--key_light {
  background: #edf7fc;
}

.c5-bgcolor--wh {
  background: #fff;
}

.c5-bgcolor--gr {
  background: #dcdcdc;
}

.c5-bgcolor--gr_light {
	background: #f7f7f7;
	padding: 30px;
}
.c5-purchased .c5-bgcolor--gr_light {
  margin-top: 80px;
  
}
.c5-bgcolor--gr_light p {
  margin: 0 !important;
}
.c5-purchased .c5-bgcolor--gr_light div {
  text-align: left;
  margin: 0;
}
.c5-bgcolor--gr_light div b {
  font-weight: bold;
}

.c5-important .c5-bgcolor--gr_light {
  padding: 30px;
}
.c5-attention {
	background: #f7f7f7;
	padding: 30px 30px 30px 80px;
	color: #d8072e;
	position: relative;
}
.c5-attention:before {
	content: '!';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background: #e87f93;
	position: absolute;
	top: 30px;
	left: 30px;
	line-height: 30px;
	color: #fff;
}
.c5-attention p {
	margin-top: 0 !important;
}
.c5-table--outer {
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .c5-table--outer {
    overflow-x: auto;
	  padding-bottom: 3px;
  }
	.c5-table--outer table {
		width: 150%;
	}
}
.c5-table--outer::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.c5-table--outer::-webkit-scrollbar-thumb {
  background: #999;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-radius: 10px;
}
.c5-table--outer::-webkit-scrollbar-button {
  display: none;
  width: 15px;
  height: 15px;
}
.c5-table--outer::-webkit-scrollbar-button:decrement:start {
border-style: solid;
border-width: 7.5px 13px 7.5px 0;
border-color: transparent #999 transparent transparent;
}
.c5-table--outer::-webkit-scrollbar-button:increment:start {
	display: none;
}
.c5-table--outer::-webkit-scrollbar-button:increment:end {
border-style: solid;
border-width: 7.5px 0 7.5px 13px;
border-color: transparent transparent transparent #999;
}
.c5-table--outer::-webkit-scrollbar-button:decrement:end {
	display: none;
}


.c5-table--outer::-webkit-scrollbar-track-piece:start {
  background: #efefef;
}
.c5-table--outer::-webkit-scrollbar-track-piece:end {
  background: #efefef;
}

.c5-table {
  line-height: 1.2;
  width: 100%;
}
.c5-table th,
.c5-table td {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  font-weight: bold;
}
.c5-table th {
  border-right: 3px solid;
	width: 20%;
	color: #000;
}
.c5-table thead {
  font-weight: bold;
  font-size: 1.3em;
	border-bottom: 2px solid #000;
	/*color: #038bd9;*/
}
.c5-table tbody th {
  text-align: left;
}
.c5-table td:nth-child(2) {
	background-color: #dcdcdc;
}
.c5-table tbody tr:nth-child(1) td:nth-of-type(3) img {
  margin-top: 1em;
  max-width: 270px;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .c5-table th,
  .c5-table td {
    padding: 10px;
	  width: auto !important;
  }
	.c5-table th {
		min-width: 100px;
	}
  .c5-table thead th {
    text-align: center;
  }
}

/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.c5-container section {
  margin-top: 120px;
  /* ゴシック体指定 */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639px) {
  .c5-container section {
    margin-top: 80px;
  }
}
.c5-container section.c5-mv {
  margin-top: 40px;
}
.c5-container section h2 {
  width: 100%;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0;
  padding: 20px;
	font-family: sans-serif;
}
.c5-container section h2 .c5-h1s {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  .c5-container section h2 .c5-h1s {
    font-size: 11px;
  }
}

.c5-mv img {
  display: block;
  width: 100%;
}
section.c5-object-product {
	margin-top: 0;
}
.c5-object-product h3 {
  margin: 0;
}
.c5-object-product p {
  margin-top: 5px;
}
.c5-object-product ul {
  margin: 0;
}
.c5-object-product .c5-list {
  font-weight: bold;
  font-size: 1.2em;
}
.c5-object-product .c5-list li:nth-child(n+2) {
  margin-top: 0;
}
@media screen and (max-width: 639px) {
  .c5-object-product .c5-list {
    font-size: 1em;
  }
}
.c5-flow {
	padding: 0 15px;
}
.c5-flow-child {
	margin-top: 30px;
}
.c5-flow-count {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.c5-warranty-period img {
  display: block;
  width: 100%;
  margin: 40px auto 0;
  max-width: 950px;
}
@media screen and (max-width: 639px) {
  .c5-warranty-period img {
    margin: 32px auto 0;
  }
	.c5-flow {
		padding: 0 5px;
	}
	.c5-attention {
		padding: 15px 15px 15px 45px;
	}
	.c5-attention:before {
		transform: scale(0.7, 0.7);
		transform-origin: left top;
		top: 15px;
		left: 15px;
	}
	.c5-bgcolor--gr_light {
		padding: 15px;
	}
	.c5-attention-tb tr {
		display: block;
		margin-bottom: 10px;
	}
	.c5-attention-tb th,
	.c5-attention-tb td {
		display: block;
		text-align: left;
	}
}

.c5-warranty-details .c5-table {
  margin: 40px auto 0;
}
@media screen and (max-width: 639px) {
  .c5-warranty-details .c5-table {
    margin: 20px auto 0;
	  font-size: 90%;
  }
}
.c5-warranty-details .c5-table .c5-diagonal {
  padding-right: 5px;
  padding-left: 5px;
}
.c5-warranty-details .c5-table .c5-diagonal div {
  display: table;
  text-align: center;
  white-space: nowrap;
}
.c5-warranty-details .c5-table .c5-diagonal div:after, .c5-warranty-details .c5-table .c5-diagonal div:before {
  content: "";
  display: table-cell;
  width: 50%;
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  background-clip: padding;
  padding: 1px;
	height: 2px;
}
.c5-warranty-details .c5-table .c5-diagonal div:after {
  border-left: 1em solid transparent;
}
.c5-warranty-details .c5-table .c5-diagonal div:before {
  border-right: 1em solid transparent;
}
.c5-warranty-details .c5-table .c5-list {
  padding-left: 0;
  text-indent: 0;
	margin-bottom: 0;
}
.c5-warranty-details .c5-table .c5-list li:nth-child(n + 2) {
  margin-top: 5px;
}
.c5-warranty-details .c5-table .c5-list li::before {
  content: "";
}
.c5-table .c5-list + p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.c5-admission-howto dt {
  float: left;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
}
.c5-admission-howto dd {
  margin-left: 100px;
}
.c5-admission-howto dd::after {
  content: "";
  display: block;
  clear: both;
}
.c5-admission-howto dt:nth-child(n + 2),
.c5-admission-howto dd:nth-child(n + 2) {
  margin-top: 0.5em;
}
@media screen and (max-width: 639px) {
  .c5-admission-howto dt {
    float: none;
  }
  .c5-admission-howto dt:nth-child(n + 2) {
    margin-top: 1em;
  }
  .c5-admission-howto dd {
    margin-left: auto;
  }
}
.c5-admission-howto b {
  font-size: 1.25em;
  font-weight: bold;
}

.c5-admission-flow .c5-padbox {
  max-width: 950px;
}
.c5-admission-flow .c5-step {
  position: relative;
}
.c5-admission-flow .c5-step:nth-child(n + 2) {
  margin-top: 65px;
}
.c5-admission-flow .c5-step:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #038bd9 transparent transparent transparent;
}
.c5-admission-flow .c5-step--number {
  float: left;
  width: 100px;
  height: 100px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 639px) {
  .c5-admission-flow .c5-step--number {
    float: none;
    width: 100%;
    height: auto;
  }
}
.c5-admission-flow .c5-step--number span {
  display: block;
  text-align: center;
  line-height: 1.1;
  padding: 1.2em;
}
.c5-admission-flow .c5-step--number b {
  font-size: 2em;
}
.c5-admission-flow .c5-step--text {
  padding: 30px;
  margin-left: 100px;
}
.c5-admission-flow .c5-step--text p {
  margin: 0;
}
@media screen and (max-width: 639px) {
  .c5-admission-flow .c5-step--text {
    margin: 0;
    padding: 20px 30px;
  }
}
.c5-admission-flow .c5-step--text::after {
  content: "";
  display: block;
  clear: both;
}
.c5-admission-flow .c5-step2-indent {
  padding-left: 9.5em;
  text-indent: -9.5em;
}
@media screen and (max-width: 639px) {
  .c5-admission-flow .c5-step2-indent {
    padding-left: 0;
    text-indent: 0;
  }
}

.c5-purchased .c5-block--term {
  color: #038bd9;
  border: 4px solid #038bd9;
  padding: 40px;
  font-size: 1.5em;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .c5-purchased .c5-block--term {
    font-size: 1.25em;
    padding: 20px;
  }
}
.c5-purchased p + div {
  text-align: center;
  margin: 40px auto;
}
.c5-purchased .c5-btn--box {
  text-align: center;
}
.c5-btn--m {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  max-width: 354px;
  width: 100%;
  padding: 20px;
  line-height: 1.2;
  color: #fff;
  background: #5787f4;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
}
.c5-btn--l {
  max-width: 700px;  
}

@media screen and (max-width: 639px) {
  .c5-btn--m {
    padding: 15px 10px;
  }
  .c5-btn--l {
    font-size: 1.05em;
  }
}
.c5-btn--m:link,
.c5-btn--m:visited,
.c5-btn--m:hover,
.c5-btn--m:active {
  text-decoration: none;
}
.c5-btn--m:hover {
  opacity: 0.8;
	color: #fff;
}
.c5-purchased .c5-btn--box .c5-btn--m:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .c5-purchased .c5-btn--box .c5-btn--m:first-child {
    margin: auto;
    margin-bottom: 20px;
  }
}
.c5-btn-arrow {
	position: relative;
	padding-left: 20px;
}
.c5-btn-arrow:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 639px) {
  .c5-purchased .c5-btn--box .c5-btn--m::before {
    left: 15px;
  }
.c5-btn-l-arrow:before{
  right: 173px;
  left: auto;
}
}
.c5-important .c5-btn--box {
  text-align: center;
  margin-top: 40px;
}
.c5-important .s5-secondaryButton {
  display: inline-block;
}

.c5-ollist li {
	margin-bottom: 8px;
}
.c5-ollist li ol {
	margin-top: 8px;
}
.c5-ollist-paren {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.c5-ollist-paren > li {
	counter-increment: count;
	padding-left: 2.2em;
	position: relative;
}
.c5-ollist-paren > li:before {
	content: "(" counter(count) ")";
	left: 0;
	position: absolute;
	top: 0;
	line-height: 1.5;
}
.c5-font-large {
	font-size: 120%;
}
.c5-ta-c {
	text-align: center;
}
.c5-fs30 {
	font-size: 30px;
}
@media screen and (max-width: 639px) {
	.c5-fs30 {
		font-size: 22px;
	}
}