@charset 'UTF8';

/** --- リモートメンテナンス関連 start ---. */
.remote-maintenance-position {
    justify-content: center;
    display: flex;
    padding-bottom: 10px;
    position: relative;
    flex-direction: column;
    margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
.remote-maintenance-position {
    width: 100% ;
    float: left;
    position: relative;
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 0px;
    }
}

.remote-maintenance-position .title-box {
    border-width: 0px 0px 0px 50px;
    border-style: solid;
    padding: 1rem;
    color: #0093d7;
    margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
.remote-maintenance-position .title-box {
    border-width: 0px 0px 0px 1.8rem;
    }
}

.remote-maintenance-position .title-box h2{
    color: black;
    font-size:25px;
}

@media screen and (max-width: 850px) {
.remote-maintenance-position .title-box h2{
    font-size:16px;
    }
}

.remote-maintenance h2 {
    font-size:25px;
    font-weight: 600;
}
@media screen and (max-width: 850px) {
  .remote-maintenance h2 {
      font-size:16px;
  }
}

#remote-maintenance{
	scroll-margin-top: 200px;
}

.remote-maintenance-step {
    display: flex;
}

.remote-maintenance-step hr {
    width: 80%;
    border: 1px solid black;
}
.remote-maintenance-step .step {
    border-radius: 10px;
    border: none;
    background-color: white;
    padding: 12px 12px;
    margin: 20px 32px;
    width: calc(100%/ 3);
    font-size: 20px;
    transition: transform 0.3s;
    z-index: 1;
}

.remote-maintenance-step > .remote-maintenance-step2.step:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s, box-shadow 0.3s;
}

.remote-maintenance-step .step .no {
    color: #0093d7;
    font-size: 2rem;
    text-align: center;
    font-size: 30px;
    height: 50px;
}

.remote-maintenance-step > .remote-maintenance-step2.step:hover .no {
    transform: scale(1.4);
    transition: transform 0.3s; 
}

.remote-maintenance-step .step .upper-row {
    height: 120px;
}
.remote-maintenance-step1 div {
    align-items: center;
    text-align: center;
}
.remote-maintenance-step1 img {
    width: 30px;
}
.remote-maintenance-step1 .phone-no {
    font-weight: 600;
    font-size: 2.5rem;
    display: inline-flex;
    align-items: center;
}
.remote-maintenance-step1 .reception {
    font-size: 1.8rem;
}
.remote-maintenance-step2 div {
    text-align: center;
}
.remote-maintenance-step2 img {
    width: 130px;
}
.remote-maintenance-step2 .download_btn_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 20px 40px;
    background: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid #cacaca;
    border-radius: 30px;
    margin: 5px auto;
    transition: background-color 0.3s, transform 0.3s;
}

.remote-maintenance-step2 .download_btn_submit:hover {
    background-color: #0093d7;
    transform: scale(1.05);
}

@media screen and (max-width: 1130px) {
  .remote-maintenance-step .step .upper-row {
      margin: 0 15px;
      height: 200px;
  }
}
@media screen and (max-width: 850px) {
    .remote-maintenance-step .step {
        font-size: 16px;
    }
    .remote-maintenance-step .step .upper-row {
      margin: 0 15px;
      height: 180px;
    }
}
@media screen and (max-width: 750px) {
    .remote-maintenance-step {
        display: grid;
        justify-content: center;
    }
    .remote-maintenance-step .step {
        width: 80%;
        font-size: 16px;
        margin: 20px auto;
    }
    .remote-maintenance-step .step .upper-row {
      height: 100px;
    }
}
.download_btn_submit .icon_xcel {
    height: 30px;
/*     background: url("/ichibanboshiclub/img/download/icon_download_cloud-6e977112568cfc5fd602f4bba0e96f3c.svg") no-repeat left center/25px 25px; */
    padding: 6px 0 6px 35px;
}
.remote-maintenance-step3 div {
    text-align: center;
}
.remote-maintenance-step3 img {
    width: 200px;
}
.step-arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    margin: -10px;
}
.step-arrow::before,
.step-arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.right-arrow::before{
    left: 8px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #0093d7;
}
.right-arrow::after{
    left: -12px;
    width: 14px;
    height: 20px;
    border-left: 20px solid #0093d7;
}
@media screen and (max-width: 750px) {
    .step-arrow {
        margin: 0 auto;
    }
    .step-arrow::before,
    .step-arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .right-arrow::before{
        top: 18px;
        border-top: 20px solid #0093d7;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        left: -7px;
    }
    .right-arrow::after{
        top: -20px;
        width: 25px;
        height: 20px;
        border-top: 20px solid #0093d7;
    }
}
/** --- リモートメンテナンス関連 end ---. */

.product-slider {
	display: flex;
	flex-direction: column;
	justify-content: center;
	alifgn-items: center;
	margin: 50px;
}

.product-slider-heading{
	font-size: 28px;
	text-align: center;
}

.slider-pro .product-box {
	display: flex;
	flex-direction: column;
	width: 300px;
	height: 250px;
	padding: 50px 20px 20px 20px;
	margin:0px 20px;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 20px;
	position: relative;
	cursor: grab;
	background: white;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
	
}

.p-img-container{
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
}

.p-img a,
.p-img{
 	width:100%;
 	height: 100%;
 	display: flex;
 	flex-direction: column;
 	
}

.p-img a img{

 	max-height: 85px;
 	object-postioin: center;
 	object-fit: contain;
 	animation: fade 0.6s;
}

.p-img-back{
	display: none;
}

.p-img-container:hover .p-img-back{
	display: block;
}

.p-img-container:hover .p-img-front{
	display: none;
}

@keyframes fade{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.p-box-text{
	margin-top: 5px;
	width:100%;
}

.product-category{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.product-category span{
	color: #acacac;
	font-size: 0.9rem;
	margin: 5px 0px;
}

.product-title-box{
	text-align:center;
}

.product-title{
	color: #1c3776;
	font-weight: 600;
	text-decoration: none;
	transition: all ease 0.3s;
	font-size: 25px;
}

.product-title:hover{
	color: #111111;
	opacity: 0.7;
	transition: all ease 0.3s;
}

.p-status {
	position: absolute;
	left:18px;
	top:9px;
	width : 100px;
	height: 24px;
	color: #ffffff;
	background-color: #e63b3b;
	display: flex;
	justify-content : center;
	align-items: center;
	font-size: 0.6 rem;
	z-index:100;
}

.product-button-box{
	text-align: center;
    margin: 30px;
}

@keyframes button-shadow {
    from {
        transform: rotate(0);
        bottom: -5px;
        right: -5px;
        opacity: 1;
    }
    to {
        transform: rotate(40deg);
        bottom: 50px;
        right: -60px;
        opacity: 0;
    }
}

@keyframes button-arrow-rotate {
    0% {
        width: 15px;
        margin: -25px auto 0;
    }
    1% {
        width: 10px;
        height: 0px;
        margin-top: 15px;
        transform: rotate(45deg);
    }
    100% {
        width: 10px;
        margin-top: 0px;
        transform: rotate(45deg);
        height: 35px;
    }
}

@keyframes button-arrow-down {
    from {
        bottom: -25px;
        opacity: 1;
    }
    to {
        bottom: -40px;
        opacity: 0;
    }
}

@keyframes button-arrow-up {
    0% {
        height: 20px;
        transform: rotateZ(45deg);
        right: -7px;
    }
    1% {
        right: 0px;
        height: 10px;
        width: 0;
        transform: rotateZ(0);
    }
    100% {
        right: 0px;
        height: 10px;
        width: 20px;
        transform: rotateZ(0);
    }
}

.btn-download {
    background-color: #00ca33;
    width: 140px;
    height: 70px;
    border: none;
    outline: none;
    position: relative;
    border-radius: 30px;
    cursor: pointer;
    transition: all .3s;
}

.btn-download .download-arrow {
    height: 25px;
    width: 15px;
    background-color: #fff;
    border-radius: 2px;
    margin: -25px auto 0;
    position: relative;
    transition: all .5s;
}

.btn-download .download-arrow:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    transform: rotateZ(45deg) translate(1px,7px);
    bottom: 0;
    right: -7px;
    transition: all .5s;
    transition-delay: .5s;
}

.btn-download .download-arrow:before {
    content: '';
    background-color: #fff;
    width: 25px;
    height: 10px;
    position: absolute;
    left: -5px;
    bottom: -25px;
    border-radius: 2px;
    transition: all .5s;
}

.btn-download:after,
.btn-download:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #99f3bd;
    height: 100%;
    width: 100%;
    bottom: -2px;
    right: -2px;
    border-radius: 30px;
    transition: all .3s;
}

.btn-download:hover:after,
.btn-download:hover:before {
    bottom: 0px;
    right: 0px;
}

.btn-download:after {
    animation-play-state: paused; 
}

.btn-download:focus {
    &:after {   
        animation: button-shadow 1s;
    }

    .download-arrow {
        animation: button-arrow-rotate .5s forwards;
        animation-delay: .5s;

        &:after {
            animation: button-arrow-up .5s forwards;
            animation-delay: .5s;
        }

        &:before {
            animation: button-arrow-down .5s forwards;
        }
    }
}



.btn-download:hover .download-arrow:before {
    animation: up-and-down 1s ease-in-out infinite;
}

@keyframes up-and-down {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
}

.btn-download:active .download-arrow:before, .btn-download:focus .download-arrow:before {
    opacity: 0; 
    animation: none; 
}
