@charset "utf-8";

/* index_utf8.css?3 ここから */
@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(3) a span{
    padding-left: 16px;
}
#contents .mvArea .sliderThumb li:nth-child(4) a span{
    padding-left: 16px;
}
#contents .allInOnesection {
	margin-top: 30px;
}
#contents .allInOnesection h3 {
	text-align: center;
	background: #b84c97;
	padding: 10px 0 10px;
	color: #fff;
	font-size: 24px;
}
#contents .allInOnesection .outerBox {
	background: #fff;
	padding: 30px 40px 40px;
}
#contents .allInOnesection .outerBox p {
	text-align: center;
	font-size: 16px;
	margin: 0 0 30px;
}
#contents .allInOnesection .outerBox .innerBox {
	padding: 46px 80px;
	background: #f9eff6;
}
#contents .allInOnesection .outerBox .innerBox ul {
  display: table;
	margin-top: 15px;
}
#contents .allInOnesection .outerBox .innerBox ul li {
  display: table-row;
}
#contents .allInOnesection .outerBox .innerBox ul li span {
  display: table-cell;
  vertical-align: top;
}
#contents .allInOnesection .outerBox .innerBox ul li span:nth-child(1) {
  white-space: nowrap;
}
#contents .newsSection {
	margin-bottom: 60px !important;
}
}

@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 .allInOnesection {
	margin-top: 30px;
}
#contents .allInOnesection h3 {
	text-align: center;
	background: #b84c97;
	padding: 10px 0 10px;
	color: #fff;
	font-size: 20px;
}
#contents .allInOnesection .outerBox {
	background: #fff;
	padding: 3% 5% 5%;
}
#contents .allInOnesection .outerBox p {
	font-size: 16px;
	margin: 0 0 15px;
}
#contents .allInOnesection .outerBox .innerBox {
	padding: 5%;
	background: #f9eff6;
}
#contents .allInOnesection .outerBox .innerBox ul {
  display: table;
	margin-top: 15px;
	font-size: 12px;
}
#contents .allInOnesection .outerBox .innerBox ul li {
  display: table-row;
}
#contents .allInOnesection .outerBox .innerBox ul li span {
  display: table-cell;
  vertical-align: top;
}
#contents .allInOnesection .outerBox .innerBox ul li span:nth-child(1) {
  white-space: nowrap;
}
#contents .newsSection {
	margin-bottom: 40px !important;
}
}
/* index_utf8.css?3 ここまで */



/* 汎用 */
a:link, a:hover {
    text-decoration: none;
}
a {
    cursor: pointer;
}

/* 汎用ここまで */

/* 114 tabSection */
.tabSectionContent{
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
}
.bizprinter_botb #contents .tabSection .navTab li.active a::before {
	z-index: 1;
}
@media screen and (max-width: 767px){
    #contents .scroll img{
        width: auto;
        height: auto;
    }
    .scroll{
        overflow-y: scroll;
    }
}
.positionMapContent__item{
    cursor: pointer;
}

.positionMapLink {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    position: absolute;
}
.positionMapLinkTxt {
    position: relative;
    padding-bottom: 2px;
}
.positionMapLinkTxt::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #005AB4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.positionMapLink:hover .positionMapLinkTxt::before {
    background: #ff3300;
}
.positionMapLinkIconArrow {
    position: relative;
    top: 2px;
    left: 5px;
}
.positionMapLinkIconArrow img {
    width: 15px;
    height: auto;
}


.positionMapLinkS {
    text-align: left;
}
.positionMapLinkS .positionMapLinkTxt {
    display: block;
    font-size: 12px;
    line-height: 1.2;
}
.positionMapLinkS .positionMapLinkTxt span {
    font-size: 18px;
    display: block;
}
.positionMapLinkS .positionMapLinkTxt::before {
    height: 1px;
    background: #101011;
}
.positionMapLinkS:hover .positionMapLinkTxt::before {
    background: #ff3300;
}

.positionMapLink01 {
    top: 508px;
    left: 413px;
}

.positionMapLink02 {
    top: 485px;
    left: 413px;
}

.positionMapLink03 {
    top: 467px;
    left: 244px;
}

.positionMapLink04 {
    top: 403px;
    left: 244px;
}

.positionMapLink05 {
    top: 593px;
    left: 288px;
}

.positionMapLink06 {
    top: 403px;
    left: 67px;
}

.positionMapLink07 {
    top: 379px;
    left: 67px;
}

.positionMapLink08 {
    top: 569px;
    left: 288px;
}

.positionMapLink09 {
    top: 521px;
    left: 93px;
}

.positionMapLink10 {
    top: 590px;
    left: 93px;
}

.positionMapLink11 {
    top: 445px;
    left: 93px;
}

.positionMapLink12 {
    width: 105px;
    top: 102px;
    left: 687px;
}
.positionMapLink13 {
    top: 102px;
    left: 814px;
}

.positionMapLink14 {
    top: 194px;
    left: 817px;
}

.positionMapLink15 {
    top: 217px;
    left: 817px;
}

.positionMapLink16 {
    top: 35px;
    left: 624px;
}

.positionMapLink17 {
    top: 26px;
    left: 814px;
}

.positionMapLink18 {
    top: 58px;
    left: 624px;
}
.positionMapLink19 {
    width: 100px;
    top: 230px;
    left: 515px;
}
.positionMapLink20 {
    width: 100px;
    top: 188px;
    left: 622px;
}
.positionMapLink21 {
    width: 100px;
    top: 290px;
    left: 437px;
}

.positionMapLink22 {
    top: 223px;
    left: 350px;
}

.positionMapLink23 {
    top: 247px;
    left: 350px;
}

.positionMapLink24 {
    top: 546px;
    left: 767px;
}

.positionMapLink38 {
    width: 100px;
    top: 356px;
    left: 438px;
}

.positionMapLink39 {
    top: 364px;
    left: 605px;
}

.positionMapLink40 {
    top: 388px;
    left: 605px;
}



.positionMapLinkI {
    text-align: center;
}

.positionMapLinkI .positionMapLinkTxt {
    line-height: 1.1;
}
.positionMapLinkI .positionMapLinkTxt::before {
    content: none;
}

.positionMapLinkI .positionMapLinkTxt span {
    font-size: 15px;
    position: relative;
    display: inline-block;
}

.positionMapLinkI .positionMapLinkTxt span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #005AB4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.positionMapLinkI:hover .positionMapLinkTxt span::before {
    background: #ff3300;
}

.positionMapLink25 {
    top: 154px;
    left: 52px;
}
.positionMapLink26 {
    top: 199px;
    left: 58px;
}
.positionMapLink27 {
    top: 244px;
    left: 54px;
}
.positionMapLink28 {
    top: 296px;
    left: 61px;
}
.positionMapLink29 {
    top: 342px;
    left: 61px;
}
.positionMapLink30 {
    top: 385px;
    left: 61px;
}
.positionMapLink31 {
    top: 430px;
    left: 53px;
}
.positionMapLink32 {
    top: 475px;
    left: 53px;
}
.positionMapLink33 {
    top: 519px;
    left: 57px;
}
.positionMapLink34 {
    top: 608px;
    left: 57px;

}
.positionMapLink35 {
    top: 653px;
    left: 62px;
}
.positionMapLink36 {
    top: 740px;
	left: 89px;
}
.positionMapLink37 {
    top: 563px;
    left: 65px;
}

/* 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: 50px;
		margin-top: -70px;
}
.bannerList {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
}
.bannerList li{
	width: 23%;
}
.bannerList li img{
	width: 100%;
}
.bannerList li b {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 17px;
}
.bannerList li a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.bannerList li a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.bannerList li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px){
	.bannerList{
		column-gap: 10px;
		display: block;
	}
	.bannerList li{
		width: 100%;
		margin-bottom: 20px;
	}
	.bannerList li:last-child{
		margin-bottom: 0px;}
}
/* 114 bannerBox ここまで */
#contents .txtInfo {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px){
#contents .txtInfo {
	font-size:16px;
	display: block;
}
#contents .txtInfo span{
	display: block;
}
}

/* 20240314 バナー追加 */
.lineupBnr {
    text-align: center;
}

@media screen and (max-width: 768px) {
.lineupBnr {
    margin-bottom: 20px;
}
}

.lineupBnr a {
    transition: .2;
}

.lineupBnr a:hover {
    opacity: .7;
}
@media print, screen and (min-width: 768px){
	#lineupBox .inner01{
		padding-bottom: 40px;
	}
	.aioBnr{
		padding-bottom: 80px;
		width: 600px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	#lineupBox .inner01{
		padding-bottom: 30px;
	}
	.aioBnr{
		padding-bottom: 60px;
		width: auto;
		margin: 0 5.3287vw;
	}
}