/*
#contentsArea article p, #contentsArea article ul {
    margin: 11px 10px -1px 0 !important;
}
*/

.fontsize-default {
/*
	font-size: 1.1rem;
*/
    font-size: 1.76rem;
    line-height: 1.6;
}

a.no-border {
	text-decoration: none !important;
}

.h1, .h2 {
	text-align: center;
	font-size: 24px !important;
	background: none !important;
}

.h1 {
	margin: 25px 0 !important;
}

.h2 {
	margin: 50px 0 0 !important;
	padding: 0 !important;
	border: none !important;
    box-shadow: none !important;
}

.h3 {
	font-size: 24px !important;
	border: none !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 40px 0 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grid3Col, .grid3Col img {
    padding-bottom: 20px !important;
    width: 300px;
}

.grid2Col {
	width: 50%;
	float: left;
}

.batsu {
    font-size: 50px;
    border: 1px solid #d0cece;
    background: #d0cece;
    color: #4472c4;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
	outline: none;
	float: right;
}

.batsu:hover{
    background: #4472c4;
    border-color: #4472c4;
    color: #d0cece;
}

.clear-both {
	clear: both;
}

.bottom-link {
    text-align: right;
	padding-right: 10px !important;
}

.R-link {
	margin-top: 0 !important;
    text-align: right;
	font-weight: bold;
/*
	font-size: 1.1rem;
*/
	font-size: 1.77rem;
}

.bottom-link a {
    text-decoration: none !important;
	color: #0086be !important;
	font-weight: bold;
    font-size: 16px;
}

.bottom-link a:hover {
    text-decoration: underline !important;
}

.bc-player-BkJ2GTd5Z_default .vjs-big-play-button {
    top: 35% !important;
    left: 42% !important;
}

.btn-color-blue {
    background-color: #06c;
    color: #fff !important;
    padding: 10px 0 !important;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
	width: 85%;
    font-size: 24px;
	margin-top: 50px !important;
}

.btn-color-blue:hover {
    background-color: #fff;
    color: #06c !important;
	border: 1px solid #06c;
	padding: 9px 0 !important;
}

.btn-color-blue span {
	font-size: 31px;
}

.pioneer {
	width: 500px;
	margin: 30px auto 0 !important;
}

.pioneer td {
	vertical-align: middle !important;
	text-align: center;
	border: none !important;
}

a img:hover {
	opacity: 0.8;
}

video-js, .video-js {
	position: absolute !important;
}

.subsidy-area {
	background-color:#EDF7FF;
	padding: 10px !important;
}

@media only screen and (min-width: 600px) {
	.mt-lg-30 {
  		margin-top: 30px !important;
	}
	.pr-lg-10 {
		padding-right: 10px !important;
	}
}

@media screen and (max-width: 599px) {
	.grid3Col img {
		width: 100%;
	}

	.grid {
	    display: block;
	    margin: 20px 0 0 0 !important;
		text-align: center;
	}

	.grid2Col, .grid3Col {
		width: 100%;
		margin-bottom: 20px !important;
	}

	 .grid2Col-inner {
		padding: 0 15px 15px !important;
	}

	.modal-brightcove div {
		padding: 0 !important;
	}

	.bc-player-BkJ2GTd5Z_default .vjs-big-play-button {
		top: 25% !important;
		left: 35% !important;
	}

	.bc-player-BkJ2GTd5Z_default.vjs-fluid, .bc-player-BkJ2GTd5Z_default.vjs-fluid.vjs-16-9 {
    	padding-top: 56.25% !important;
	}

	.bc-player-BkJ2GTd5Z_default {
		height: 180px !important;
	}

	video-js, .video-js {
		position: relative !important;
	}

	.btn-color-blue {
		width: 100%;
		font-size: 15px;
	}

	.btn-color-blue span {
		font-size: 18px;
	}

	.pioneer {
		width: 100%;
	}

	.mt-sm-30 {
  		margin-top: 30px !important;
	}
}	

/* ############################################################################################## */
/* timeline */
/* ############################################################################################## */
#cd-timeline {
  position: relative;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  height: 84%;
  width: 4px;
  background: #4472c4;
  margin-left: -2px;
}
@media only screen and (min-width: 600px) {
  #cd-timeline::before {
    top: 50px;
    left: 5%;
	height: 84%;
  }
}
.cd-timeline-block {
  position: relative;
  margin-top: 2em !important;
  /* overflow: hidden; */
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both
}
.cd-timeline-block:first-child {
  margin-top: 0
}
.cd-timeline-block:last-child {
  margin-bottom: 0
}
@media only screen and (min-width: 600px) {
  .cd-timeline-block {
    margin: 4em 0
  }
  .cd-timeline-block:first-child {
    margin-top: 0
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
/*box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
  margin-left: -30px;
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 20%;
  top: 20%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-blue {
  background: #0086be
}
.cd-timeline-img.cd-pink {
  background: #f3505d
}
.cd-timeline-img.cd-location {
  background: #8ad55d
}
@media only screen and (min-width: 600px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 2%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
  }
  .cd-timeline-img img {
	  left: 30%;
	  top: 30%;
  }
  .cd-timeline-img.is-hidden {
    visibility: hidden
  }
  .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2)
  }
  100% {
    -webkit-transform: scale(1)
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px !important;
  background: #dae3f3;
  border-radius: 0.25em;
  padding: 1em;
  float: right;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  margin-top: 1em;
  font-weight: bold;
}
.cd-timeline-content h2:nth-child(2) {
  margin-top: 0;
}
.cd-timeline-content h2 span {
  color: #0086be;
  font-size: 2.4rem;
  font-weight: bold;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
/*
  font-size: 1.2rem;
*/
  font-size: 1.9rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  line-height: 1.4;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb
}
.cd-timeline-content .cd-date {
  float: left;
  opacity: .7;
  font-size: 4rem;
  font-style: italic;
  line-height: 1
}
@media screen and (max-width: 599px) {
  .cd-timeline-content .cd-date {
    float: none;
    width: 100px
  }
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 35px;
  right: 100%;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  left: auto;
  border-color: transparent;
  border-right-color: #d7e4ed;
}
@media only screen and (min-width: 600px) {
  .cd-timeline-content h2 {
    font-size: 18px;
    font-size: 1.8rem
  }
}
@media only screen and (min-width: 600px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 10px 20px !important;
    width: 87%;
	float: right;
  }
  .cd-timeline-content::before {
    top: 60px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #d7e4ed;
  }
  .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right
  }
  .cd-timeline-content.is-hidden {
    visibility: hidden
  }
  .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s
  }
}
@media only screen and (min-width: 600px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px)
  }
  100% {
    -webkit-transform: translateX(0)
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px)
  }
  100% {
    -webkit-transform: translateX(0)
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

/* ############################################################################################## */
/* modal */
/* ############################################################################################## */
.modal-detail-container {
  background: #fff;
  position: relative;
  padding: 27px !important;
  overflow:hidden;
}
.modal-detail-container [class^="color-"] {
  color: #fff;
  font-weight: bold;
  width: 280px;
  padding: 5px 0;
  text-align: center;
  margin: 0;
  line-height: 1.8em;
}
.modal-detail-container__btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 27px;
  right: 27px;
  margin: 0; 
}
.modal-detail-container__btn button {
  background: none;
  border: none;
  cursor: pointer; 
}
.modal-detail-container__btn button img {
  width: 100%; 
}
.modal-detail-container__content__ttl {
  font-weight: bold;
  font-size: 20px; 
}
.modal-detail-container__content__pc-wrapper {
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0; 
}
.modal-detail-container__content__pc-wrapper .image-area {
  margin: 0; 
}
.modal-open {
  overflow: hidden; 
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; 
}
.modal.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; 
}
.modal.fade.in {
  opacity: 1; 
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; 
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); 
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; 
}
.modal-dialog {
  position: relative;
  width: auto;
  max-width: 1080px;
  margin: 220px auto !important;
}
.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0; 
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; 
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; 
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); 
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  content: "";
  display: table;
  clear: both; 
}
.modal-header .close {
  margin-top: -2px; 
}
.modal-title {
  margin: 0; 
}
.modal-body {
  position: relative;
  padding: 15px; 
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  content: "";
  display: table;
  clear: both; 
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; 
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; 
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0; 
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; 
}

@media screen and (max-width: 599px) {
	.modal-dialog {
	  margin: 30px auto !important;
	}
}

/* ############################################################################################## */
/* telework */
/* ############################################################################################## */
#contentsArea .km-img-link img {
    max-width: 100%;
    vertical-align: middle;
}

#contentsArea .km-img-link:hover .km-img-link-content__body,
#contentsArea .km-img-link:hover .km-img-link__thumb,
#contentsArea .km-img-link:hover .km-img-link__content__title, #contentsArea .km-img-link:focus .km-img-link__thumb,
#contentsArea .km-img-link:focus .km-img-link__content__title {
	opacity: .7;
	text-decoration: none;
}

#contentsArea .km-img-link a,
#contentsArea .km-img-link:hover a {
	display: block;
    color: #000;
}

#contentsArea a.km-img-link-content__body {
	text-decoration: none !important;
}

#contentsArea a.km-img-link-content__body:hover {
	opacity: .7;
	text-decoration: none !important;
}

#contentsArea .km-img-link-content__body p {
	margin-top: 0 !important;
}

#contentsArea .km-img-link__thumb {
    margin-bottom: 25px;
    opacity: 1;
    transition: opacity ease .3s;
}

#contentsArea .km-img-link__content__title {
    display: inline-block;
    min-height: 22px;
    font-weight: bold;
    background-image: url(/business/products/copiers/newnormal/workstyle/img/icon_arrow-right.svg);
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity ease .3s;
	text-decoration: none;
}

#contentsArea .km-img-link__content {
    padding-left: 2px;
    padding-right: 2px;
}

.col-lg-4, .col-lg-12, .col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 0px;
    box-sizing: inherit;
}

@media (min-width: 600px) {
	#contentsArea .km-img-link__content__title {
	/*	margin-bottom: 22px; */
		padding-bottom: 22px;
		padding-left: 38px;
		font-size: 1.77rem;
		background-position: left 3px;
		background-size: 20px 20px;
	}

	.col-lg-4, .col-lg-12, .col-sm-12 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.col-lg-4 {
		flex: 0 0 33.333333%;
		width: 33.333333%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.mb-default-40 {
		margin-bottom: 40px !important;
	}
}

@media (max-width: 599px) {
	#contentsArea .km-img-link__content__title {
		margin-bottom: 20px;
		padding-left: 35px;
		font-size: 1.1875rem;
		background-position: left 2px;
		background-size: 20px 20px;
	}

	#contentsArea .km-img-link__content a {
		font-size: initial;
	}

	#contentsArea .km-img-link {
		width: 80%;
		margin: 0 auto;
	}

	.col-sm-12 {
		width: 100%;
	}

	.mb-phone-30 {
		margin-bottom: 30px !important;
	}	
}
