@charset "utf-8";

/* index_utf8.css?3 ここから */
@media print, screen and (min-width: 768px) {
    #contents .menuAreaWrapper {
        z-index: 1000;
    }
}
@media print, screen and (min-width: 768px){
.troubleItem_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -40px;
    margin-bottom: -40px;
}
.troubleItem {
    flex: 1 1 50%;
    max-width: 50%;
    padding-left: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.troubleItem a {
    color: inherit;
}
.troubleItem_image {
    overflow: hidden;
}
.troubleItem_image img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.troubleItem_textArea {
    position: relative;
    display: flex;
    width: 95.65%;
    height: 75px;
    margin: 0 auto;
    margin-top: -50px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    background: #0059b3;
    transition: all 0.3s ease;
    align-items: center;
    text-align: center;
}
.troubleItem_textArea:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.troubleItem_text {
    flex: 1 1 auto;
    margin-left: 15px;
    margin-right: 40px;
    color: #fff;
    font-size: 20px;
}
.troubleItem_text.bunkyo b {
    background-image: url(/products/bizprinter/smartcharge/images/index/icon_trouble_bunkyo.png);
}
.troubleItem_text.office b {
    background-image: url(/products/bizprinter/smartcharge/images/index/icon_trouble_office.png);
}
.troubleItem_text.iryo b {
    background-image: url(/products/bizprinter/smartcharge/images/index/icon_trouble_iryo.png);
}
.troubleItem_text.ryu b {
    background-image: url(/products/bizprinter/smartcharge/images/index/icon_trouble_ryu.png);
}

.troubleItem_text b {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
    display: inline-block;
}

#contents .mvArea .sliderThumb li {
    position: relative;
    display: inline-block;
    width: 20%;
    /* width: 25%; */
    height: 55px;
}
#contents .mvArea .sliderThumb li:nth-child(1) {
    width: 20%;
    height: 55px;
    z-index: 5;
}
#contents .mvArea .sliderThumb li:nth-child(2) {
    width: 20%;
    height: 55px;
    z-index: 4;
}
#contents .mvArea .sliderThumb li:nth-child(3) {
    width: 20%;
    height: 55px;
    z-index: 3;
}
#contents .mvArea .sliderThumb li:nth-child(4) {
    width: 20%;
    height: 55px;
    z-index: 2;
}
#contents .mvArea .sliderThumb li:nth-child(5) {
    width: 20%;
    height: 55px;
    z-index: 1;
}
#contents .mvArea .sliderThumb li:nth-child(4) a:after {
	display:block;
}
#contents .mvArea .sliderThumb li:nth-child(4) a span:after {
	display:block;
}
#contents .mvArea .sliderThumb li:nth-child(5) a:after {
	display:none;
}
#contents .mvArea .sliderThumb li:nth-child(5) a span:after {
	display:none;
}
#contents .mvArea .sliderThumb li:nth-child(2) a span{
    padding-left: 16px;
}
#contents .tabArea03 .tabBox.purple,
#contents .tabArea03 .tabBox.green {
	width: 480px;
}
#contents .tabArea03 .tabBox small a{
	width: 100%;
}
#contents .tabArea02 .tabBox a .ico {
	height: 49px;
  padding-top: 21px;
}
#contents .mvArea01 .btnMv01 {
	right: 39px;
}
#contents .mvArea01 .linkMv {
	position:absolute;
	top:440px;
	left:0;
	font-size: 14px;
}
#contents .mvArea01 .linkMv.linkMv_lmc400 {
    top:370px;
}
#contents .mvArea01 .linkMv a {
	text-decoration: underline;
}
.optionLink{
	margin-bottom: 40px;
	display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
	position: relative;
	z-index: 30;

}
.optionLink li {
	width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	border-left: 1px solid #fff;
}
.optionLink li .optionLink__item{
    position: relative;
    display: block;
    font-weight: bold;
    color: #fff;
		background-color: #b84c97;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 80%;
		height: 60px;
		padding: 5px 10% 15px;
}
.optionLink__item:hover{
    color: #fff;
		opacity: 0.7;
}
.optionLink__item::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
		transform: rotate(135deg) translateX(-50%);
    bottom: 10px;
		left: 47.5%;
}
.optionLink li .optionLink__item.optionLink__item-green{
		color: #fff;
		background-color: #56b087;
}
}

@media screen and (max-width: 767px){

.troubleItem_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    display: block;
    margin-left: 0;
    margin-bottom: -20px;
}
.troubleItem {
    flex: 1 1 50%;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
}
.troubleItem a {
    color: inherit;
}
.troubleItem_image {
    overflow: hidden;
}
.troubleItem_image img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.troubleItem_text {
    flex: 1 1 auto;
    color: #fff;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 120%;
}
.troubleItem_textArea {
    position: relative;
    display: flex;
    width: 95.65%;
    margin: 0 auto;
    margin-top: -35px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    background: #0059b3;
    transition: all 0.3s ease;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    height: auto;
}
.troubleItem_textArea:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.troubleItem_text.bunkyo b {
    background-image: url(/products/bizprinter/smartcharge/images/index/icon_trouble_bunkyo.png);
}
.troubleItem_text b {
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
    display: inline-block;
    padding: 20px 0 20px 50px;
}
#contents .mvArea .sliderThumb li {
    position: relative;
    display: inline-block;
}
#contents .mvArea .sliderThumb li a {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 1.865vw;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    background-color: #f2f8fc;
}
#contents .mvArea .sliderThumb li a span {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#contents .mvArea .sliderThumb li a.active {
    color: #fff;
    background-color: #004a93;
}
#contents .mvArea .sliderThumb li a.active:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 45%;
    transform: translateX(-45%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #004a93 transparent;
}
#contents .mvArea .sliderThumb li a.active:after {
    border-color: #004a93 transparent transparent transparent;
}

#contents .mvArea .sliderThumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 5px 0 0;
    border-color: #f2f8fc transparent transparent transparent;
}
#contents .mvArea .sliderThumb li:nth-child(4) a:after {
	display:block;
}
#contents .mvArea .sliderThumb li:nth-child(4) a span:after {
	display:block;
}
#contents .mvArea .sliderThumb li:nth-child(5) a:after {
	display:none;
}
#contents .mvArea .sliderThumb li:nth-child(5) a span:after {
	display:none;
}
#contents .mvArea .sliderThumb li:nth-child(1) {
    width: 33.3%;
    /* width: 25%; */
    height: 40px;
    z-index: 5;
}
#contents .mvArea .sliderThumb li:nth-child(2) {
    width: 33.3%;
    height: 40px;
    z-index: 4;
}
#contents .mvArea .sliderThumb li:nth-child(3) {
    width: 33.3%;
    height: 40px;
    z-index: 3;
}
#contents .mvArea .sliderThumb li:nth-child(4) {
    width: 50%;
    height: 40px;
    z-index: 2;
}
#contents .mvArea .sliderThumb li:nth-child(5) {
    width: 50%;
    height: 40px;
    z-index: 1;
}
#contents .mvArea .sliderThumb li:nth-child(2) a span{
    padding-left: 0;
}
#contents .mvArea01 .linkMv {
	text-align: center;
	margin-top: 10px;
}
#contents .mvArea01 .linkMv a {
	text-decoration: underline;
}
.optionLink{
	margin-bottom: 40px;
  display: block;
  -webkit-justify-content: center;
	position: relative;
	z-index: 30;
}
.optionLink li {
	width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	margin-bottom: 15px;
}
.optionLink li .optionLink__item{
    position: relative;
    display: block;
    font-weight: bold;
    color: #fff;
		background-color: #b84c97;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
    height: 100%;
    padding: 20px 0 25px;
}
.optionLink__item:hover{
    color: #fff;
		opacity: 0.7;
}
.optionLink__item::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
		transform: rotate(135deg) translateX(-50%);
    bottom: 10px;
		left: 47.5%;
}
.optionLink li .optionLink__item.optionLink__item-green{
		color: #fff;
		background-color: #56b087;
}
}
/* index_utf8.css?3 ここまで */



/* 汎用 */
a:link, a:hover {
    text-decoration: none;
}
a.link-st01:hover{
	text-decoration: underline;
}
a {
    cursor: pointer;
}
li#solution-purple,
li#option-purple,
li#supplies-purple,
li#option-green,
li#solution-green,
li#supplies-green {
	margin-top: -110px;
	padding-top: 110px;
}
#solution-purple{
	position: relative;
	z-index: 20;
}
#option-purple{
	position: relative;
	z-index: 10;
}
/* 汎用ここまで */

/* 114 tabSection */
.tabSection{
    margin-bottom: 78px;
}
.tabSectionContent{
    background-color: #cccccc;
    padding: 20px;
    text-align: center;
}
@media screen and (max-width: 767px){
    #contents .scroll img{
        width: auto;
        height: auto;
    }
    .scroll{
        overflow-y: scroll;
    }
}
.positionMapContent__item{
    cursor: pointer;
}
/* 114 tabSection ここまで */

/* 114 scrollBox */
.blue .scrollBox {
    border: 4px solid #bfdef3;
}
.blue .scrollBox:before {
    border-color: #bfdef3 transparent transparent transparent;
}
.scrollBox {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}
.scrollBox:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
}
.scrollBox__text {
    margin-bottom: 5px;
    font-size: 10px;
    text-align: center;
}
.scrollBox__image {
    margin: 0 auto;
    width: 42px;
}
/* 114 scrollBox ここまで */

/* 114 bannerBox */
.bannerBox{
    padding-bottom: 78px;
}
.bannerList{
    display: flex;
    justify-content: center;
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;

}
@media screen and (max-width: 767px){
    .bannerList{
        column-gap: 10px;
}
}

/* 114 bannerBox ここまで */


/* 114 contctBox */

#contctBox .inner01{
    margin-bottom: 78px;
}
#contents .detail01 ul.annotation {
	margin-bottom: 40px;
}
#contents .detail01 ul.annotation li {
	display: table;
}
#contents .detail01 ul.annotation li span {
	display: table-cell;
}
#contents .detail01 ul.annotation li span:first-child {
	width: 61px;
}
/* 114 contctBox ここまで */

/* 新規2 */
#contents .detail01 .table01 .td01 {
    background-color: #fff;
}
#contents .purple .detail01 .image01.image01-1{
    margin-bottom: 0
}
#contents .purple .detail01 .image01.image01-2{
    margin-bottom: 40px;
}
#contents .green .detail01 .image01.image01-1{
    margin-bottom: 0;
}
.leftBox01{
    position: relative;
}
.leftBox01__img{
		width: 40px;
		display: table-cell;
		padding: 5px 10px 0;
}
.leftBox01__img-2{
}
.leftBox01__img__content{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contents .detail01 .table01 .w01 {
    width: 180px;
}
#contents .detail01 .table01 .w01 {
    width: 180px;
}
#contents .detail01 .table01 .w02 {
    width: 48px;
}
#contents .detail01 .table01 .w03 {
    width: 98px;
}
#contents .detail01 .table01 .w04 {
    width: 200px;
}
.th-w{
    width: 230px;
}
.th-w-2{
    width: 250px;
}
#contents .green .detail01 .table01 .tdleft, #contents .green .detail01 .table01 .tdl {
    background: #fff;
}
.table__subTitle-purple{
    padding: 18px 0 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
    color: #b84c97;
}
.table__subTitle-green{
    padding: 18px 0 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
    color: #56b087;
}
.table__subTitle__sub{
    font-size: 16px;
    font-weight: bold;
    padding: 16px 0;
}
#contents .detail01 .table01 .th01{
    font-size: 16px;
}
#contents .detail01 .table01 .th-op-purple {
    color: #b84c97;
    border-right: 1px solid #f1dbea;
    border-bottom: 1px solid #f1dbea;
}
#contents .green .detail01 .table01 .th-op-green{
    color: #56b087;
    border-right: 1px solid #d6ece2;
    border-bottom: 1px solid #d6ece2;
}
.th-w-3{
    width: 130px;
}
.th-w-4{
    width: 98px;
}
#contents .detail01 .table01 .th02 {
	min-height: 80px;
}
#contents .detail01 .table01 .th-subBg {
	min-height: auto;
}

.note{
    padding-top: 8px;
    font-size: 14px;
}
@media screen and (max-width: 767px){
#contents .purple .detail01 .image01.image01-2{
    margin-bottom: 20px;
}
.leftBox01__img{
    display: none;}

#contents .detail01 .leftBox01.bb01 {
    border-bottom: none;
}
#contents .detail01 .table01 .th01:first-child {
		text-align: center;
}
}
#contents .detail01 .table01 td img {
	width: 12px;
}

/* 20240318追加 */
.textRed {
    color: #e60021;
}

#contents .detail01 .textVertical .num {
    text-orientation: upright;
    display: inline !important;
}