@charset "utf-8";
html{
  scroll-behavior: smooth;
}
#contentsArea {
    color: #000000;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .2px;
}

#contentsArea .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#contentsArea .col-12 {
    width: 100%;
}

#contentsArea .section h1 {
    margin: 0 0 20px 0;
    color: #c0167b;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
}

#contentsArea .section h1 span {
    font-weight: bold;
}

#contentsArea .section h2 {
    margin: 20px 0 30px;
    padding: 20px 32px;
    color: #ffffff;
    font-size: 24px;
}

#contentsArea .section h3 {
    /* margin-bottom: 20px; */
    color: #c0167b;
    font-size: 24px;
    line-height: 1.3;
}

#contentsArea .section h4 {
    font-size: 20px;
}

#contentsArea .bg-gray {
    background-color: #e5e3df;
}

#contentsArea .shadow {
    box-shadow: 0px 2px 10px rgba(117,117,124,.5);
}

#contentsArea .figure-box {
    text-align: center;
}

#contentsArea .figure-box .figure-box-inner {
    display: inline-block;
    background-color: #ffffff;
}

#contentsArea  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#contentsArea .mainvisual {
    margin: 10px 0 40px;
}
/*
#contentsArea .section-inner {
    margin-bottom: 50px;
}
*/
#contentsArea .section-inner > div {
    /* margin: 18px 0; */
    padding: 35px 30px;
}

#contentsArea .intro .section-inner > div {
    padding: 30px;
    background: url("/business/products/copiers/bizhub_i-series/img/img_line2.png") no-repeat top 3px right;
}

#contentsArea .intro .section-inner p {
    font-size: 18px;
    line-height: 1.4;
}

#contentsArea .concept .section-inner h2 {
    background-color: #009eb7;
}

#contentsArea .concept .section-inner .order1 p:first-of-type {
    margin-bottom: 20px;
}

#contentsArea .point .section-inner > div {
    padding: 0;
}

#contentsArea .point .section-inner h2 {
    background-color: #826fb0;
}

#contentsArea .point .section-inner h3 {
    margin-bottom: 34px;
    font-size: 26px;
    text-align: center;
}

#contentsArea .lineup .section-inner > div {
    padding: 30px 5px;
}
/*
#contentsArea .lineup .section-inner h2 {
    background-color: #cea100;
}

#contentsArea .lineup .section-inner h3 {
    margin-left: 26px;
}
*/

#contentsArea .lineup .section-inner p {
    margin-left: 26px;
    margin-bottom: 7px;
    font-size: 20px;
}

#contentsArea .banner .section-inner > div {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    padding: 0;
}

#contentsArea .banner .section-inner h3 {
    position: relative;
    margin: 12px 8px 8px;
    padding-left: 16px;
    font-size: 18px;
}

#contentsArea .banner .section-inner h3:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin-right: 6px;
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #009eb7;
}

#contentsArea .banner .section-inner p {
    margin-left: 26px;
}

#contentsArea .banner .section-inner .figure-box {
    margin: 0;
}

#contentsArea .banner .section-inner .button a,
#contentsArea .support .section-inner .button a,
#contentsArea .function .section-inner .button a,
#contentsArea .new_work .section-inner .button a{
    display: block;
    padding: 22px 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: #009eb7;
    border: 1px solid #009eb7;
    box-sizing: border-box;
}

#contentsArea .pagelink .row{
    padding: 25px 0px;
}
#contentsArea .pagelink a.pagelink-btn{
    position: relative;
    display: block;
    margin: 0 3px;
    padding: 20px 5px 30px;
	height: 50px;
    font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
    color: #ffffff;
    background-color: #cea100;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none;
	line-height: 1.6;
    transition-duration: .3s;
}
#contentsArea a.pagelink-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    right: 43%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(135deg);
}

#contentsArea .section-inner .h2-title {
    padding: 30px 0px;
    border-top: 4px solid #009eb7;
    background: url("/business/products/copiers/bizhub_i-series/img/img_line.png") no-repeat top 10px right;
}
#contentsArea .section-inner .h2-title h2 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 28px;
}
#contentsArea .section-inner .h3-title {
    margin: 0 0 20px;
    padding: 20px 32px 16px;
    color: #ffffff;
    font-size: 24px;
    background-color: #009eb7;
}
#contentsArea .section-inner .h3-text {
    padding: 0px 30px;
}
#contentsArea .support .section-inner .support-task {
    color: #009eb7;
    padding: 20px;
    font-size: 22px;
	font-weight: bold;
	line-height: 2.2;
    background: #e5ffff;
	margin-right: 20px;
}
#contentsArea .support .section-inner .support-image {
	margin-left: 20px;
}
#contentsArea .support .section-inner .h3-task {
    border-left: 4px solid #009eb7;
    padding: 10px 5px 10px 20px;
    display: block;
    color: #009eb7;
    font-size: 24px;
	font-weight: bold;
}
#contentsArea .support .section-inner .text-task {
    margin: 0;
    padding: 15px 30px 20px;
	line-height: 1.6;
}
#contentsArea .section-inner .support-solution,
#contentsArea .section-inner .function-block,
#contentsArea .section-inner .new_work-block{
    border: 4px solid #cea100;
	margin-bottom: 50px;
}
#contentsArea .support .section-inner .support-solution_item1 {
    color: #ffffff;
    font-size: 15px;
	font-weight: bold;
    background-color: #cea100;
	margin-right: 20px;
}
#contentsArea .support .section-inner .support-solution_item1 p {
	margin: 5px;
	padding: 8px 8px;
    border: 1px solid #ffffff;
}
#contentsArea .support .section-inner .support-solution_item2{
    color: #c0167b;
    font-size: 24px;
	font-weight: bold;
	padding: 5px;
}
#contentsArea .support .section-inner .support-solution_item2 .sub{
    font-size: 18px;
	font-weight: normal;
	margin-top: 2px;
}
#contentsArea .support .section-inner .support-solution_text,
#contentsArea .section-inner .function-block_text,
#contentsArea .section-inner .new_work-block_text {
	margin-right: 20px;
	line-height: 1.6;
}

#contentsArea .support .section-inner .support-dl_text {
	line-height: 1.6;
	margin-right: 3px;
	margin-left: 3px;
}

#contentsArea .support .section-inner .support-solution_image {
	margin-left: 20px;
}
#contentsArea .section-inner .function-block_image,
#contentsArea .section-inner .new_work-block_image {
    margin-top: 8px;
	margin-left: 20px;
}
#contentsArea .section-inner .function-block_video {
    margin-top: 8px;
	margin-left: 20px;
}
#contentsArea .section-inner .function-block_video iframe {
    width: 100%;
	height: 260px;
}
#contentsArea .section-inner .function-block_video div {
	height: auto;
}
#contentsArea .section-inner .function-block_video div video-js {
    height: 260px;
}
#contentsArea .section-inner .function-block_title {
    color: #c0167b;
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
#contentsArea .section-inner .function-block_comment2{
    font-size: 14px;
	margin-top: 5px;
}

#contentsArea .section-inner .new_work-block_title{
    color: #c0167b;
    font-size: 24px;
	font-weight: bold;
}
#contentsArea .section-inner .new_work-block_subtitle{
    color: #c0167b;
    font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.2;
}
#contentsArea .section-inner .new_work-block_subtitle span{
    font-size: 18px;
}
#contentsArea .section-inner .new_work-block .linklist {
    margin-top: 10px;
}
#contentsArea .section-inner .new_work-block .linklist li{
    display: inline-block;
	margin-right: 20px;
}
#contentsArea .section-inner .new_work-block .linklist li a{
	color: #000;
	text-decoration: none;
}
#contentsArea .section-inner .new_work-block .linklist li a:before{
    content: "\025b6";
	color: #009eb7;
	font-size: 22px;
	padding-right: 4px;
	text-decoration: none;
	vertical-align: middle;
}
#contentsArea .img-border{
	border: 1px solid #dcdcdc;
}
 
.marginTop0{ margin-top: 0px !important; }
.marginTop10{ margin-top: 10px !important; }
.marginTop15{ margin-top: 15px !important; }
.marginTop60{ margin-top: 60px !important; }
.marginTop80{ margin-top: 80px !important; }

.marginBottom0{ margin-bottom: 0px !important; }
.marginBottom10{ margin-bottom: 10px !important; }
.marginBottom15{ margin-bottom: 15px !important; }
.marginBottom20{ margin-bottom: 20px !important; }
.marginBottom30{ margin-bottom: 30px !important; }
.marginBottom40{ margin-bottom: 40px !important; }
.marginBottom50{ margin-bottom: 50px !important; }
.marginBottom60{ margin-bottom: 60px !important; }
.marginBottom70{ margin-bottom: 70px !important; }
.marginBottom80{ margin-bottom: 80px !important; }
.marginBottom90{ margin-bottom: 90px !important; }
.marginBottom100{ margin-bottom: 100px !important; }

@media only screen and (min-width: 600px) {
#contentsArea .col-lg-10 {
    width: 80%;
}

#contentsArea .col-lg-9 {
    width: 75%;
}

#contentsArea .col-lg-8 {
    width: 66.67%;
}
	
#contentsArea .col-lg-7 {
    width: 58.33333%;
}

#contentsArea .col-lg-6 {
    width: 50%;
}

#contentsArea .col-lg-5 {
    width: 41.66667%;
}

#contentsArea .col-lg-4 {
    width: 33.33%;
}

#contentsArea .col-lg-3 {
    width: 25%;
}

#contentsArea .col-lg-2 {
    width: 20%;
}

.d-lg-none {
    display: none;
}

#contentsArea .section a img {
    transition-duration: .3s;
}

#contentsArea .section a:hover img {
    opacity: .7;
    transition-duration: .3s;
}

#contentsArea .concept .section-inner > div > div:nth-of-type(2n-1) {
    margin-right: 20px;
}

#contentsArea .concept .section-inner > div > div:nth-of-type(2n) {
    margin-left: 20px;
}

#contentsArea .point .row {
    margin-top: -130px;
}

#contentsArea .point .col-lg-4 {
    padding: 160px 18px 32px;
    letter-spacing: .5px;
    box-sizing: border-box;
    z-index: -1;
}
#contentsArea .point .col-lg-4:nth-of-type(2) {
    margin: 0 20px;
}

#contentsArea .point .col-lg-4 p {
    min-height: 208px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.3;
}

#contentsArea .point .col-lg-4 img {
    width: 260px;
}

#contentsArea .banner .section-inner {
    margin-bottom: 90px;
    font-size: 18px;
}

#contentsArea .banner .row .col-12:not(.button) {
    margin-bottom: 40px;
}

#contentsArea .banner .section-inner .row:nth-of-type(2) {
    width: 690px;
    margin: 0 auto;
}

#contentsArea .long-button-field {
	width: 970px !important;
}

#contentsArea .long-button-field a {
	width: 420px !important;
}

#contentsArea .long-button-field a.long-text {
	padding: 4px 0 !important;
}

#contentsArea .banner .section-inner .button a {
    display: block;
    width: 320px;
    margin: 0 auto;
    transition-duration: .3s;
}

#contentsArea .banner .section-inner .button .button_wide{
	width: 98.5%;
}

#contentsArea .banner .section-inner .button .line_spacing{
	line-height: 1.4;
}

#contentsArea .banner .section-inner .button a:hover,
#contentsArea .support .section-inner .button a:hover,
#contentsArea .function .section-inner .button a:hover,
#contentsArea .new_work .section-inner .button a:hover{
    color: #009eb7;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #009eb7;
    transition-duration: .3s;
}

#contentsArea .support .section-inner .button a,
#contentsArea .function .section-inner .button a,
#contentsArea .new_work .section-inner .button a{
    display: block;
    width: 314px;
    margin: 0 auto;
    transition-duration: .3s;
}

#contentsArea .pagelink a.pagelink-btn span.line-lg{
	display: block;
	margin-top: 8px;
}

.mt-lg-0{ margin-top: 0px !important; }
.mt-lg-5{ margin-top: 5px !important; }
.mt-lg-8{ margin-top: 8px !important; }
.mt-lg-10{ margin-top: 10px !important; }
.mt-lg-20{ margin-top: 20px !important; }
.mt-lg-30{ margin-top: 30px !important; }
.mt-lg-80{ margin-top: 80px !important; }
.mt-lg-61{ margin-top: 61px !important; }

.ml-lg-20{ margin-left: 20px !important; }

.mr-lg-20{ margin-right: 20px !important; }

.mb-lg-0{ margin-bottom: 0px !important; }

.pt-lg-55{ padding-top: 55px !important; }

.pb-lg-5{ padding-bottom: 5px !important; }
.pb-lg-15{ padding-bottom: 15px !important; }
.pb-lg-20{ padding-bottom: 20px !important; }
.pb-lg-55{ padding-bottom: 55px !important; }

}

@media only screen and (max-width: 599.99px) {
.d-sm-none {
    display: none;
}

#contentsArea {
    padding: 0;
}

#contentsArea .section h1 {
    margin: 0 0 4px 0;
    font-size: 18px;
}

#contentsArea .section h2 {
    margin: 0;
    padding: 15px;
    font-size: 16px;
}

#contentsArea .section h3 {
    margin: 0 0 4px 0;
    font-size: 15px;
}

#contentsArea .order1 {
    order: 1;
}

#contentsArea .order2 {
    order: 2;
}

#contentsArea .figure-box .figure-box-inner {
    width: 100%;
}

#contentsArea .mainvisual {
    margin: 0 0 30px;
}

#contentsArea .section-inner {
    margin-bottom: 30px;
}

#contentsArea .intro .section-inner > div {
    margin: auto 12px;
    padding: 15px 12px;
    background-size: 265px auto;
}

#contentsArea .intro .section-inner p {
    font-size: 16px;
    line-height: 1.3;
}

#contentsArea .concept .section-inner .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 22px;
}

#contentsArea .concept .section-inner h3 {
    margin-bottom: 12px;
}

#contentsArea .concept .section-inner p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.3;
}
#contentsArea .point .section-inner > div > .figure-box {
    display: block;
    margin-bottom: 16px;
    padding: 10px 10px 20px;
    background-color: #009eb7;
}

#contentsArea .point .section-inner .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#contentsArea .point .col-lg-4 {
    position: relative;
    margin-bottom: 15px;
    padding: 84px 22px 18px;
    box-sizing: border-box;
}

#contentsArea .point .col-lg-4:last-of-type {
    margin-bottom: 0;
}

#contentsArea .point .col-lg-4:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 46px;
    height: 46px;
    padding: 7px 10px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #009eb7;
    border: 2px solid #ffffff;
    border-radius: 100%;
    box-sizing: border-box;
    transform: translateX(-50%);
}

#contentsArea .point .col-lg-4:nth-of-type(1):before {
    content: "1";
}

#contentsArea .point .col-lg-4:nth-of-type(2):before {
    content: "2";
}

#contentsArea .point .col-lg-4:nth-of-type(3):before {
    content: "3";
}

#contentsArea .point .section-inner h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

#contentsArea .point .section-inner p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
}

#contentsArea .point .section-inner .row > div:nth-of-type(1)  .figure-box{
    width: 206px;
    height: auto;
    margin: 0 auto;
}

#contentsArea .lineup .section-inner .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
}

#contentsArea .lineup .section-inner > div {
    padding: 20px 0;
}

#contentsArea .lineup .section-inner h3 {
    margin: 0;
    font-size: 16px;
}

#contentsArea .lineup .section-inner p {
    margin: 8px 0 2px 0;
    font-size: 15px;
}

#contentsArea .banner .section-inner {
    margin-bottom: 0;
}

#contentsArea .banner .section-inner > div {
    margin-bottom: 0;
}

#contentsArea .banner .row .col-12 {
    margin-bottom: 20px;
}

#contentsArea .banner .section-inner h3 {
    margin: 12px 22px 8px 12px;
    font-size: 14px;
}

#contentsArea .banner .section-inner h3:before {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 9px;
}

#contentsArea .banner .section-inner p {
    margin: 0 26px;
    font-size: 14px;
    line-height: 1.2;
}

#contentsArea .banner .section-inner .button {
    margin-bottom: 40px;
}

#contentsArea .banner .section-inner .button a {
    margin: 0 20px;
}

#contentsArea .banner .section-inner .button .line_spacing{
	line-height: 1.4;
}

#contentsArea .section-inner .h3-text {
    padding: 0px 20px;
}
#contentsArea .section-inner > div {
    padding: 35px 20px;
}

#contentsArea .pagelink .section-inner .row,
#contentsArea .support .section-inner .row,
#contentsArea .function .section-inner .function-block .row,
#contentsArea .new_work .section-inner .new_work-block .row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#contentsArea .pagelink a.pagelink-btn{
    padding: 6px 20px;
    height: auto;
    text-align: left;
}
#contentsArea .pagelink a.pagelink-btn span.line-sm{
	display: block;
	margin-top: 8px;
}
#contentsArea a.pagelink-btn:after {
    top: 16%;
    right: 5%;
    width: 10px;
    height: 10px;
}
#contentsArea a.two-line:after {
    top: 42%;
}
#contentsArea .section-inner .h2-title {
    background-size: 110px;
	margin-bottom: 0;
	padding: 20px 0px;
}
#contentsArea .section-inner .h2-title h2 {
    padding-left: 15px;
	font-size: 22px;
}
#contentsArea .section-inner .h3-title {
    padding: 20px 15px 16px;
	font-size: 20px;
}
#contentsArea .lineup .section-inner .h3-title {
	font-size: 20px;
}

#contentsArea .support .section-inner .support-task {
    padding: 15px;
    font-size: 18px;
    line-height: 1.6;
    margin-right: 0;
}
#contentsArea .support .section-inner .support-image {
    margin-top: 20px;
    margin-left: 0px;
}
	
#contentsArea .support .section-inner .h3-task {
    border-left: 6px solid #009eb7;
    padding: 8px 5px 8px 10px;
    font-size: 20px;
	margin-left: 20px;
}
#contentsArea .support .section-inner .text-task {
    margin: 0 0 30px 0;
    padding: 15px 20px 10px;
}
#contentsArea .section-inner .support-solution,
#contentsArea .section-inner .function-block,
#contentsArea .section-inner .new_work-block {
    border: 1px solid #cea100;
    margin: auto 30px 30px 30px;
	padding: 15px 12px 10px;
}
#contentsArea .section-inner .support-solution{
    position: relative;
}
#contentsArea .support .section-inner .support-solution_item1 {
    position: absolute;
    width: 90%;
    top: -3%;
	left: 5%;
	margin-right: 0;
}
#contentsArea .support .section-inner .support-solution_item1 p {
    font-size: 20px;
    text-align: center;
	margin: 2px;
	padding: 4px;
}
#contentsArea .support .section-inner .support-solution_item2 {
    font-size: 20px;
	padding: 5px 0px;
	margin-top: 23px;
}
#contentsArea .support .section-inner .support-solution_item2 .sub {
    line-height: 1.4;
    font-size: 16px;
}
#contentsArea .support .section-inner .support-solution_text {
    margin-right: 0;
	margin-top: 5px;
}
#contentsArea .section-inner .function-block_text,
#contentsArea .section-inner .new_work-block_text {
    margin-right: 0;
}
#contentsArea .support .section-inner .support-solution_image,
#contentsArea .section-inner .function-block_image,
#contentsArea .section-inner .new_work-block_image {
    margin: 15px 0;
}
#contentsArea .section-inner .function-block_video {
    margin: 15px 0;
}
#contentsArea .section-inner .function-block_video iframe {
	height: 180px;
}
#contentsArea .section-inner .function-block_video div video-js {
	height: 180px;
}
#contentsArea .section-inner .function-block_title {
    font-size: 18px;
    margin-bottom: 10px;
}
#contentsArea .section-inner .new_work-block_title {
    font-size: 18px;
}
#contentsArea .section-inner .new_work-block_subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}
#contentsArea .section-inner .new_work-block_subtitle span {
    font-size: 16px;
}
#contentsArea .section-inner .new_work-block .linklist {
    margin-top: 15px;
}
#contentsArea .section-inner .contact {
    padding: 0 30px;
	margin-bottom: 30px;
}

.mt-sm-0{ margin-top: 0px !important; }
.mt-sm-10{ margin-top: 10px !important; }
.mt-sm-15{ margin-top: 15px !important; }
.mt-sm-20{ margin-top: 20px !important; }
.mt-sm-30{ margin-top: 30px !important; }

.mb-sm-5{ margin-bottom: 5px !important; }
.mb-sm-10{ margin-bottom: 10px !important; }
.mb-sm-15{ margin-bottom: 15px !important; }

.pt-sm-10{ padding-top: 10px !important; }
.pt-sm-15{ padding-top: 15px !important; }
.pt-sm-20{ padding-top: 20px !important; }

.pb-sm-5{ padding-bottom: 5px !important; }
.pb-sm-10{ padding-bottom: 10px !important; }
.pb-sm-15{ padding-bottom: 15px !important; }

#contentsArea .col-sm-6 {
    width: 50%;
}
}

/* iPhone 5/SE(320×528) 用 */
@media only screen and (max-width: 324px){
#contentsArea .support .section-inner .support-solution_item1 {
    top: -2%;
}
#contentsArea .support .section-inner .support-solution_item1 p {
    font-size: 17px;
}
}