@charset 'UTF8';

body {
	background: #eef2ef;
}

.lp-section {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #eef2ef;
}


section .container {
	margin: 25px;
}

section h1 {
	font-size: 3rem;
}

.wrap {
	width: 95%;
	max-width: 1236px;
	margin: 0 auto;
}

@media screen and (max-width: 900px) {
	section h1 {
		font-size: 2rem;
		text-align: center;
	}
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.visable {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
}

.visable.active {
	transform: translateY(0);
	opacity: 1;
}

.play-btn {
	position: relatvie;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 15px;
}

.play-icon {
	background: #0093d7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 15px 25px #60cbff;
	transition: 0.5s;
	position: absolute;
	z-index: 1;
	top: 38%;
	left: 50%;
	width: 80px;
	height: 80px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.play-icon:hover {
	background: #ff8000;
	box-shadow: 0 15px 25px #ff8040;
}

.play-icon::before {
	content: '';
	position: absolute;
	border: 25px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 0px solid transparent;
	transform: translateX(5px);
}

.movie_inner {
	display: flex;
	position: relative;
	margin: 0 auto;
	height: 100%;
	/*     min-height: 500px; */
	align-items: center;
	justify-content: center;
}

/* .btn-solution { */
/* 	display: inline-block; */
/* 	height: 20px; */
/* 	width: 150px; */
/* 	margin: 10px; */
/* 	background: #0093d7; */
/* 	cursor: pointer; */
/* 	transition: 0.7s; */
/* } */

/* .btn-solution::after { */
/*     content: ""; */
/*     position: absolute; */
/*     margin-top: -38px; */
/*     margin-left: -14px; */
/*     border-width: 15px; */
/*     border-style: solid; */
/*     border-color: transparent transparent #ffde5a transparent; */
/*    	opacity: 0; */
/*    	transition: 0.7s;  */
/* } */

/* .btn-solution:hover { */
/* 	transform: scale(1.15); */
/* 	transition: 0.8s; */
/* } */

/* .btn-location .btn-active { */
/* 	background: #ffde5a; */
/* 	width: 200px; */
/* 	transition: all 0.5s ease-out; */
	
/* } */

/* .btn-location .btn-active:after { */
/* 	opacity: 1; */
	
/* } */

/* .button-wrapper { */
/* 	text-align: center; */
/* 	display: inline-block; */
/* 	margin: 5px; */
/* 	color: black; */
/* } */

/* .button-wrapper p { */
/* 	font-size: 20px; */
/* 	font-weight: bolder; */
/* } */

.logo_img {
	max-width: 300px;
}

.btn-detail {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	font-size: 17px;
	line-height: 1.17648;
	font-weight: 400;
	letter-spacing: -.022em;
	min-width: 28px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 980px;
	background: #0071e3;
	color: #fff;
}

.btn-detail-container {
	display: flex;
	justify-content: center;
	margin-top: 35px;
	/* 	justify-content: space-evenly; */
	flex-direction: row;
}

.product-btn-container {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
}

.invoice_banner {
	height: auto;
	/* 	background: url(/ichibanboshiclub/img/application/function_banner-7ce2125d85a61d67e0eac65d5a02c7fe.png) no-repeat center */
	/* 		center/100% auto; */
	background-color: #0093d7;
	padding: 30px;
	border-radius: 20px;
}

.invoice_banner h1 {
	font-size: 100px;
	font-weight: bolder;
}

@media screen and (max-width: 850px) {
.invoice_banner h1 {
	font-size: 2.5rem;
	font-weight: bolder;
	}
}

.invoice_banner h2 {
	font-size: 50px;
	font-weight: bolder;
}

@media screen and (max-width: 850px) {
.invoice_banner h2 {
	font-size: 1.8rem;
	font-weight: bolder;
	}
}

.invoice_banner .text-box {
	text-align: center;
	color: #ffffff;
}

.invoice_banner .btn-box {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.invoice_banner .btn-detail {
	background-color: #ffffff;
	color: #0071e3;
	font-size: 50px;
	cursor: pointer;
}

@media screen and (max-width: 850px) {
.invoice_banner .btn-detail {
	font-size: 1.8rem;

	}
}

.btn-play {
	position: absolute;
	z-index: 1;
	top: 38%;
	left: 50%;
	width: 80px;
	height: 80px;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wrapper {
	position: relative;
	overflow: hidden;
}

.wrapper iframe {
	width: 939px;
	height: 528px;
}

@media screen and (max-width: 768px) {
	.wrapper iframe {
		width: 700px;
		height: 400px;
	}
}

@media screen and (max-width: 450px) {
	.wrapper iframe {
		width: 355px;
		height: 200px;
	}
}

.top-banner-placement{
	border-radius: 20px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
}

.top-banner-pic{
	display: block;
}

.mid_banner {
	background: url(../img/logistics_product/banner_truck.jpg) no-repeat
		center center/100% auto;
	background-color: #0071e3;
	padding: 30px;
	height: 500px;
}

.mid_banner .btn-box {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.tab_faq.tab-wrap {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	max-width: 1236px;
	margin: 0 auto;
	padding-bottom: 55px;
/* 	height:400px; */
	background: #fff;
	border-radius: 8px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1100px) {
	.tab_faq.tab-wrap {
		position: relative;
	}
}

@media screen and (max-width: 650px) {
	.tab_faq.tab-wrap {
		position: relative;
		padding: 1% 1% 55px 1%;
	}
}

@media screen and (max-width: 350px) {
	.tab_faq.tab-wrap {
		padding: 1% 1% 55px 1%;
	}
}

.tab_faq.tab-wrap:after {
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	order: -1;
}

.tab_faq.tab-wrap .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.tab_faq.tab-wrap .tab-faq-switch {
	display: none;
}

.tab_faq.tab-wrap .tab-faq-switch+.tab-label {
	position: relative;
	order: -1;
	width: 100%;
	padding: 12px 0;
	background: #fff;
	text-align: center;
	color: #0093d7;
	font-size: 2rem;
	font-weight: bold;
	white-space: nowrap;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.tab_faq.tab-wrap .tab-faq-switch+.tab-label.half {
	width: 50%;
}

@media screen and (max-width: 1100px) {
	.tab_faq.tab-wrap .tab-faq-switch+.tab-label {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 650px) {
	.tab_faq.tab-wrap .tab-faq-switch+.tab-label {
		flex: 1 0 100%;
		margin-bottom: 0;
		background: none;
		font-size: 1.5rem;
		z-index: 1;
		border-radius: 8px 8px 0 0;
	}
	.tab_faq.tab-wrap .tab-faq-switch+.tab-label:last-of-type {
		margin-bottom: 20px;
		border-radius: 0 0 8px 8px;
	}
}

.tab_faq.tab-wrap .tab-faq-switch+.tab-label:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 0.75em -5px 0;
	background: url("/ichibanboshiclub/img/common/arrow-Blue-da0aafbef088736c849b3d7502cb7a5d.svg") no-repeat center center/26px
		26px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

@media screen and (max-width: 768px) {
	.tab_faq.tab-wrap .tab-faq-switch+.tab-label:before {
		margin: 0 0.25em -8px 0;
		background-size: 18px 18px;
	}
}

.tab_faq.tab-wrap .tab-faq-switch+.tab-label:after {
	opacity: 0;
	content: "";
	position: absolute;
	bottom: -9px;
	display: block;
	width: 100%;
	height: 9px;
	background: #fff url("/ichibanboshiclub/img/common/arrow4tab-a2372c1b0a9d71d8bcd50db646182da0.svg") no-repeat center
		bottom/18px 9px;
	text-align: center;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media screen and (max-width: 650px) {
	.tab_faq.tab-wrap .tab-faq-switch+.tab-label:after {
		bottom: -17px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
}


.tab_faq.tab-wrap .tab-faq-switch+.tab-label.urgent span {
	padding-left: 29px;
	background: url("/ichibanboshiclub/img/common/icon-urgent-Red-3e8a94c6574a5225f0e573f78c4844bf.svg") no-repeat center
		left/23px 21px;
	font-size: 1.8rem;
}

.tab_faq.tab-wrap .tab-faq-switch+.tab-label.urgent:before {
	display: none;
}

.tab_faq.tab-wrap .tab-faq-switch+.tab-label.urgent:after {
	background-image: url("/ichibanboshiclub/img/common/arrow4tab-Red-9133796183dc6fa313c11f37a00b0379.svg");
}

.tab_faq.tab-wrap .tab-faq-switch:checked+.tab-label {
	color: #fff;
	background: #0093d7;
}

.tab_faq.tab-wrap .tab-faq-switch:checked+.tab-label:before {
	background: url("/ichibanboshiclub/img/common/arrow-White-f4c27b0ca90caa75750490c89578575f.svg") no-repeat center center/26px
		26px;
	transform: rotateZ(450deg);
}

@media screen and (max-width: 768px) {
	.tab_faq.tab-wrap .tab-faq-switch:checked+.tab-label:before {
		background-size: 18px 18px;
	}
}

.tab_faq.tab-wrap .tab-faq-switch:checked+.tab-label:after {
	opacity: 1;
}

.tab_faq.tab-wrap .tab-faq-switch:checked+.tab-label.urgent {
	color: #fff;
	background: #ff6347;
}

.tab_faq.tab-wrap .tab-faq-switch:checked+.tab-label.urgent span {
	background-image: url("/ichibanboshiclub/img/common/icon-urgent-White-693a31a0b64c8498e4c1a68ae9fd8f4d.svg");
}

.tab_faq.tab-wrap .tab-faq-switch:checked+.tab-label.urgent:before {
	display: none;
}

.tab_faq.tab-wrap .tab-faq-switch:checked+.tab-label+.tab-content {
	min-height: 470px;
	overflow: auto;
	padding: 40px 100px 0;
	opacity: 1;
	z-index: 0;
	background-color: #fff;
	margin-top: -4px;
}

@media screen and (max-width: 1100px) {
	.tab_faq.tab-wrap .tab-faq-switch:checked+.tab-label+.tab-content {
		width: 95%;
		margin: 0 auto;
		padding: 0;
	}
}

@media screen and (max-width: 650px) {
	.tab_faq.tab-wrap .tab-faq-switch:checked+.tab-label+.tab-content {
		height: auto;
	}
}

.tab_faq .list .date {
	color: #777;
	font-size: 1.3rem;
	font-weight: bold;
}

.tab_faq .list .date .tag {
	display: inline-block;
	margin-right: 0.5em;
	color: #0093d7;
}

.tab_faq .list .item {
	margin-bottom: 15px;
	padding-bottom: 7px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 2px dashed #0093d7;
}

@media screen and (max-width: 1100px) {
	.tab_faq .list .item {
		padding-bottom: 15px;
	}
}

.tab_faq .list .item a {
	display: inline-block;
	padding-left: 23px;
	background: url("/ichibanboshiclub/img/common/arrow-Blue-da0aafbef088736c849b3d7502cb7a5d.svg") no-repeat top 6px left/15px
		15px;
}

.tab_faq .list.urgent .item {
	/*   border-bottom: 2px dashed #ff6347;  */
	
}

.tab_faq .list.urgent .item .title {
	display: inline-block;
	padding-left: 23px;
	background: url("/ichibanboshiclub/img/common/arrow-Red-3bd1c1833a946b088bf9ebba9ff65336.svg") no-repeat top 6px left/15px
		15px;
	color: #ff6347;
	font-size: 1.5rem;
	font-weight: bold;
}

.tab_faq .standard_btn {
	justify-content: flex-end;
	padding-right: 80px;
}

@media screen and (max-width: 650px) {
	.tab_faq .standard_btn {
		margin-top: 55px;
		padding-right: 0;
		justify-content: center;
	}
}

.section_title {
	font-size: 50px;
	font-weight: bolder;
	color: #0093d7;
}

@media screen and (max-width: 850px) {
	.section_title {
	font-size: 25px;
	}
}


.side-btn-img {
	max-width: 150px;
}

#side-bar a {
	position: fixed;
	transition: 0.5s;
	width: 140px;
	text-decoration: none;
	font-size: 19px;
	visibility: visible;
	font-weight: 1000;
	text-shadow: -1px 0px black;
	color: #2773b9;
	z-index: 10;
}

@media screen and (max-width: 850px) {
	#side-bar a {
	display: none;
		
	}
}

.mini-text-box {
	padding : 20px;
	font-size: 1.9rem;
}

#download_btn {
	top: 120px;
}

@media screen and (max-width: 850px) {
	#download_btn {
		top: 153px;
	}
}

.points-box {
width: 90%;
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    /* border: solid 3px #FFC107;*/
}

.points-box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #80ffff;
    color: #096bc2;
    font-weight: bold;
}

.points-box p {
	margin: 0;
	padding: 0;
	font-weight: bolder;
}

.product_container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
/*     justify-content: space-evenly; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_card {
	display: flex;
	width: 22.9%;
	height: 32rem;
    background-color: #ffffff;
    border-radius: 20px;
    margin-bottom: 5rem;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 1300px) {
.product_card {
    width: 48.9%;
    border-radius: 2rem;
	}
}

@media screen and (max-width: 577px) {
.product_card {
    width: 100%;
    margin-bottom: 5.2rem;
	}
}

.smaller_ver{
	height: 24rem;
}

.product_card .main-content{
	width: 100%;
	height: 100%;
}

.product_card .overlay-content{
	width: 100%;
	height: 100%;
	background-color : #0093d7;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
    margin-bottom: 5rem;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0%;
    transition: 0.5s;
    opacity :50%;
    flex-direction: column;
}

.product_card:hover .overlay-content {
	top: 0%;
	opacity : 100%;
}

.product_card .overlay-content .support-text {
    font-size: 1.6rem;
}

.front_text {
	color: black;
    font-size: 3.5rem;
    font-weight: 300;
    position: absolute;
    left: 3.5rem;
    top: 1.75rem;
}

.front_icon_placer {
/* 	margin-top: 50px; */
	margin-top: 25px;	
    justify-content: center;
    display: flex;
}

 span.new-item {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    background: #e63b3b;
    padding: 0 15px 0 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
 span.new-item span {
    margin: 0;
    padding: 0 10px 0 10px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    font-size: 20px;
    line-height: 46px;
}
 span.new-item span::after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 25px 13px 25px 0px;
    border-color: transparent white transparent transparent;
    border-style: solid;
}
span.new-item.slide {
    border-radius: 20px 0 0 0;
}

.front_icon {
	height: 85px;
}

.front_subtitle {
    color: #1c3776;
    font-size: 2.5rem;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    line-height: 1.3;
}

.smaller_ver .front_subtitle {
	top: 61%;
}


.front_sub_text{
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 64%;
    bottom: 0.8rem;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 400;
    width: 100%;
    color: #096bc2;
}

.product_btn {
    width: 8rem;
    height: 4rem;
/*     background-color: #1c3776; */
    background-color : #0093d7;
    position: fixed;
    top: 99%;
    left: 10rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.5s;
    border-radius: 8rem 8rem 0 0;
    opacity: 75%;
    text-align: center;
}

@media screen and (max-width: 1300px) {
.product_btn {
	width: 100%;
    height: 8rem;
    left: 0;
    border-radius: 0 0 0 0;
    	}
}

@media screen and (max-width: 850px) {
.product_btn {
	width: 100%;
    height: 8rem;
    left: 0;
    border-radius: 0 0 0 0;
    	}
}

.product_btn h3{
	opacity: 0%;
}

@media screen and (max-width: 1300px) {
.product_btn h3 {
	opacity: 100%;
	color: #ffffff;
	font-size: 1.9rem;
	padding: 3px;
    	}
}

.arrow {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    opacity: 100%;
    margin-top: 10px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@media screen and (max-width: 1300px) {
.arrow {
    display: none; 
    	}
}


.product_card:hover .product_btn {
	top: 0%;
}

.overlay-btn {
    cursor: pointer;
	background-color: #71e5cc;
    width: 100%;
    text-align: center;
    padding: 3px;
    font-size: 1.9rem;
    bottom: 0px;
    position: absolute;
    font-weight: bolder;
    color: #eef2ef;
}

.customer_review_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.customer_review_container .customer{
	width: 48.15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*     border-radius: 20px; */
    background-color: #ffffff;
    margin-bottom: 5rem;
    overflow: hidden;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
    cursor: pointer;
}

@media screen and (max-width: 850px) {
.customer_review_container .customer{
    width: 100%;
	}
}


.customer_review_container .content{
	width: 70%;
    padding: 1.1rem 2rem 0.5rem 3.5rem;
    position: relative;
    background-color: #1c3776; 
}

.customer_review_container .logo{
	width: 30%;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;

}

.customer_review_container .customer .main-text{
    font-size: 1.6rem;
    color: white;
    text-align: justify;
}

.customer_review_container .customer .company-name{
	color: black;
    font-size: 1.9rem;
    font-weight: 400;
}

.overlay-content .status {
    position: absolute;
    left: 18px;
    top: 21px;
    width: 117px;
    height: 36px;
    color: #ffffff;
    background-color: #71e5cc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}

/*横向きの拡大画像のcss*/
.zoom-img {
  cursor: pointer;
}

/* モーダル背景 */
.img-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.img-frame {
  width: 90vw;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: grab;
}

/* 拡大画像 */
.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

/* 閉じるボタン */
.img-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
/*ここまで横向きの拡大画像のcss*/


