﻿/* 調整用スタイル */

body {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	color: #2b2b2b;
}

/* HEADER */
header {
	margin-bottom: 80px;
}
.tit_img{
	width: 280px;
	padding-left: 10px;
}
.hp_spaces {
	max-width: 1400px;
	margin: 80px auto 0;
}


/* ANKER */
a {
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-color: #999;
	color: #2b2b2b;
}
a:hover {
	text-decoration: none;
	color:#e83929;
}

a.external:after {
	content: '\f35d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 5px;
}
a.product_tit {
	text-decoration: none;
	color: #FFF;
}
a.product_tit:hover {
	color:#e83929;
}




/* MAIN SPACE */

.main {
	align-items: baseline;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
}

h1.lead1{
	width: 95%;
	margin: 0px auto;
	margin-top: 100px;
	padding:13px 0px 15px;
	background-color: #2b2b2b;
	border-radius: 100vh;
	color: #FFF;
	font-size: 30px;
	text-align: center;
}
h2.lead2{
	width: 90%;
	margin: 40px auto 10px;
	padding:13px 0px 15px;
	background-color: #FFF;
	border: solid 1px #474a4d;
	color: #333;
	font-size: 20px;
	text-align: center;
}
h3.lead3{
	width: 95%;
	margin: 100px 20px 0px;
	padding: 0px 10px;
	color: #333;
	font-size: 20px;
	font-weight: normal;
}
h3.case3{
	width: 95%;
	margin: 80px 20px 0px;
	padding: 0px 10px;
	color: #333;
	font-size: 26px;
	font-weight: 500;
}
h4.lead4{
	width: 95%;
	margin: 0px;
	padding:13px 0px 15px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
h4.case4{
	width: 95%;
	margin: 20px;
	padding:40px 40px 15px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

h5.lead{
	width: 90%;
	margin: 40px auto 0px;
	padding:13px 0px 15px;
	background-color: #FFF;
	border-bottom: solid 1px #474a4d;
	color: #333;
	font-size: 22px;
	text-align: left;
}
h5.lead2{
	width: 90%;
	margin: 80px auto 0px;
	padding:13px 0px 15px;
	background-color: #FFF;
	border-bottom: solid 1px #474a4d;
	color: #333;
	font-size: 22px;
	text-align: left;
}



.imgmap {
	width: 100%;
	margin: 50px auto;
	padding: 0;
	text-align: center;
}
.imgmap img {
	max-width: 100%;
}




/* 分割 X対450px */
.parent_top {
	display: grid;
	grid-template-columns: 1fr 450px;
	grid-template-rows: repeat(1, 1fr);
	gap: 22px;
}
.div3{
	margin-top: 20px;
}
.div4{
	margin-top: 30px;
	width: 450px;
	text-align: center;
	line-height: 1.5em;
}

@media(max-width:1024px){
	.parent_top{
		display: inline;
	}
	.div3{
		width: 95%;
		margin: 40px auto;
	}
	.div4{
		width: 95%;
		margin: 40px auto;
	}
}


/* お知らせ内部 */
.notice_index{
	margin: 0;
	padding: 0;
}
.notice_index li{
	list-style: none;
	padding: 20px 12px;
	border-bottom: solid 1px #474a4d;
	vertical-align: text-bottom;
	line-height: 1.3em
}
.icon-text_list {
	display: flex;
	align-items: center;
	gap: 10px;
}
.notice_list{
	margin: 20px 20px 0px 0px;
	text-align: right;
}




/* 分割5対5 */
.parent {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 22px;
}
.div1{
	margin-top: 40px;
}
.div2{
	margin-top: 40px;
}
.icon-text1 {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #6bacff;
	height: 60px;
}
.icon-text1 img{
	margin-left: 20px;
}
.tit1{
	border: none;
	color: #000;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
}
.icon-text2 {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #3bc21e;
	height: 60px;
}
.icon-text2 img{
	margin-left: 20px;
}
.tit2{
	border: none;
	color: #000;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	}
.product_index{
	display: block;
	margin: 0;
	padding: 0;
}
.product_index li{
	list-style-position: inside;
	list-style-type: circle;
	margin: 0px;
	padding: 20px 10px 18px 40px;
	border-bottom: solid 1px #474a4d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em
}

h3.step{
	margin: 0px;
	padding: 9px 20px 10px 20px;
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.3em;
	border-bottom: solid 1px #474a4d;
	background-color: #fbfaf5;
	text-align: justify;
	text-justify: inter-character;
}


@media(max-width:1024px){
	.parent{
		display: inline;
	}
	.div1{
		width: 95%;
		margin: 20px auto;
	}
	.div2{
		width: 95%;
		margin: 20px auto;
	}
}



/* IMAGE */
.top_img{
	margin: 80px 0 40px;
	position: relative;/
}
.top_img img{
	width: 100%;
}
.top_img p {
	position: absolute;
	width: 90%;
	color: white;
	font-weight: bold;
	font-size: 3em;
	line-height: 1.4em;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	letter-spacing: 3px;
	text-shadow: 2px 2px 1px #000;
	text-align: center;
}
@media(max-width:1024px){
	.top_img p {
		font-size: 2em;
	}
}
.board1{
	width: 95%;
	margin: 0px auto;
	margin-top: 40px;
	padding:13px 0px 15px;
	background-color: #2b2b2b;
	border-radius: 25px;
	color: #FFF;
	font-size: 22px;
	text-align: center;
}



/* 分割ナシ */
.solution_box{
	width: 90%;
	margin: 50px auto 30px;
	padding: 50px 30px;
	border: solid 1px #afafb0;
}

.devideless {
	width: 100%;
	margin: 50px auto 0px;
	border-top: solid 1px #474a4d;
}
.devideloss {
	width: 100%;
	margin: 50px auto 0px;
}
.devideloss div {
	padding: 30px;
	font-size: 18px;
	line-height: 1.6em;
}

h1.solution{
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: solid 3px #afafb0;
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 300;
}
h2.solution{
	width: 100%;
	margin-top: 10px;
	padding: 7px 0 0 20px;
	line-height: 1.5em;
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 600;
}
h3.solution{
	width: 100%;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #474a4d;
	color: #007bbb;
	font-size: 24px;
	font-weight: 300;
}
h4.solution{
	margin: 70px 0 10px;
	padding-bottom: 10px;
	border-bottom: solid 3px #afafb0;
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 300;
}
h5.solution{
	width: 100%;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #474a4d;
	color: #2b2b2b;
	font-size: 24px;
	font-weight: 500;
}

/* FAQ内部 */
.faq_list {
	display: flex;
	align-items: top;
	gap: 10px;
}


/* 製品トップ */
.product_box{
	width: 90%;
	margin: 0px auto 30px;
	padding: 30px 0px;
	background-color: #eaf4fc;
	border-radius: 22px;
}

.product_order{
	width: 600px;
	margin: 20px auto 20px;
	padding:13px 0px 15px;
	background-color: #6bacff;
	border-radius: 100vh;
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
.product_logis{
	width: 600px;
	margin: 80px auto 20px;
	padding:13px 0px 15px;
	background-color: #3bc21e;
	border-radius: 100vh;
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
.product_order2{
	width: 600px;
	margin: 80px auto 20px;
	padding:13px 0px 15px;
	background-color: #6bacff;
	border-radius: 100vh;
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
.product_logis2{
	width: 600px;
	margin: 20px auto 20px;
	padding:13px 0px 15px;
	background-color: #3bc21e;
	border-radius: 100vh;
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
.product_study{
	width: 600px;
	margin: 80px auto 20px;
	padding:13px 0px 15px;
	background-color: #eb6ea5;
	border-radius: 100vh;
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
.product_list {
	width: 550px;
	margin: 30px auto;
	text-align: center;
}
.product_list li a {
	width: 500px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.4s;
	margin-bottom: 26px;
	padding: 20px 0px 23px;
	border: solid 1px #afafb0;
	background-color: #FFF;
	color: #2b2b2b;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
.product_list li a:hover {
	color: #e83929;
	background-color: #ffff7f;
	border: solid 1px #e83929;
}

@media(max-width:1024px){
	.product_order {
		width: 95%;
	}
	.product_study {
		width: 95%;
	}
	.product_list {
		width: 90%;
	}
	.product_list li a {
		width: 90%;
	}
}


/* 製品ページ */
.stock_box{
	width: 95%;
	margin: 0 auto;
	padding: 10px 0px 50px;
}
h1.stock{
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: solid 3px #afafb0;
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 600;
}
h2.stock{
	margin: 80px 10px 10px;
	padding:13px 0px 15px;
	background-color: #FFF;
	border: solid 1px #474a4d;
	color: #333;
	font-size: 24px;
	text-align: center;
}
.stg_head2 {
	color: #2b2b2b;
	font-size: 22px;
	font-weight: 600;
}

.stock_list {
	margin-top: 40px;
	margin-left: 40px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.stock_list p{
	padding: 0 20px;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-character;
	font-size: 20px;
}
.stock_list img{
	width: 250px;
}

.stock-center{
	width: 100%;
}
.stock-text {
	margin: 50px auto 0;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 10px;
}
.stock-text div {
	display: block;
	padding:20px 50px 22px;
	background-color: #e0ffc1;
	border-radius: 100vh;
	color: #2b2b2b;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.stock-merit {
	margin: 40px auto 0;
	width: fit-content;
}
.stock-merit p {
	width:100%;
	margin-top: 12px;
	text-align: center;
	line-height: 1.4em;
	font-size: 14px;
}
.stock-merit2 {
	margin: 40px 30px 0;
	width: fit-content;
}





.stock-crash{
	width: 90%;
	margin: 50px auto 0;
	padding: 12px;
	background-color: #e5e4e6;
	border-radius: 10px;
}
.stock-crash2{
	width: 90%;
	margin: 20px auto 0;
	padding: 12px;
	background-color: #e5e4e6;
	border-radius: 10px;
}
.stock-crash-space {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 20px;
}
.crash_space_p{
	width: 180px;
	margin-left: 30px;
	padding: 10px 20px;
	background-color: #FFF;
	border-radius: 100vh;
	white-space: pre;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.crash_text_p{
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4em;
	text-align: justify;
	text-justify: inter-character;
}


.stock-bingo{
	width: 80%;
	margin: 50px auto 0;
	padding: 12px;
	background-color: #eaf4fc;
	border-radius: 6px;
}
.stock-bingo2{
	width: 80%;
	margin: 20px auto 0;
	padding: 12px;
	background-color: #eaf4fc;
	border-radius: 6px;
}
.stock-bingo-space {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 0px;
}
.bingo_space_p{
	width: 150px;
	padding: 10px 30px;
	text-align: justify;
	text-justify: inter-character;
}
.bingo_text_p{
	padding: 10px 20px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4em;
	text-align: justify;
	text-justify: inter-character;
}



.stock-book{
	width: 90%;
	margin: 50px auto 0;
	padding: 12px;
	border-radius: 6px;
}
.stock-book2{
	width: 90%;
	margin: 10px auto 0;
	padding: 12px;
	border-radius: 6px;
}
.stock-book-space {
	width: fit-content;
	margin-left: 30px;
	display: flex;
	align-items: top;
	gap: 0px;
}
.book_space_p{
	width: 30px;
	padding: 10px 10px;
	text-align: justify;
	text-justify: inter-character;
}
.book_text_p{
	padding: 10px 10px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3em;
	text-align: justify;
	text-justify: inter-character;
}

.stock-inside{
	width: 800px;
	margin: 50px auto 0;
	padding: 12px;
}
.stock-inside_two{
	width: 90%;
	margin: 50px auto 0;
	padding: 12px;
}
.stock-inside-space {
	margin: 0 auto;
	display: flex;
	align-items: top;
	gap: 0px;
}
.book_inside_p{
	padding: 10px 10px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3em;
}

.stock-logis{
	width: 90%;
	margin: 50px auto 0;
	padding: 12px;
}
.stock-logistics{
	width: 90%;
	margin: 20px auto 0;
	padding: 12px;
}
.stock-logis-space {
	margin: 0 auto;
	display: flex;
	align-items: top;
	gap: 0px;
}
.book_logis_p{
	padding: 10px 10px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5em;
}
.book_logis_p2{
	padding: 10px 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
}

@media(max-width:1024px){
	.stock-inside{
		width: 100%;
	}
	.stock-inside_two{
		width: 100%;
	}
	.stock-logis{
		width: 100%;
	}
}



p.stock_pra {
	margin: 12px 20px 0;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-character;
	font-size: 19px;
	font-weight: 400;
	color: #2b2b2b;
}
p.stock_pra2 {
	margin: 12px 20px 0;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-character;
	font-size: 24px;
	font-weight: 400;
	color: #474a4d;
}


@media(max-width:1024px){
	.stock_box{
		width: 100%;
		margin: 0;
	}
	.stock-text {
		width: 100%;
	}
	.stock_list img{
		width: 150px;
	}
	.stock-text{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.stock-text li{
		padding-top: 20px;
		text-align: center;
	}
}



.logis-center{
	width: 100%;
}
.logis-text {
	margin: 50px auto 0;
	width: fit-content;
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	gap: 40px;
}
.logis-text div {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	color: #2b2b2b;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	line-height: 1.2em;
}
.logis-text div img{
	width: 400px;
}
.logis-text div p{
	margin-top: 10px;
	text-align: justify;
	text-justify: inter-character;
}

.logis-monitor {
	margin: 50px auto 0;
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	gap: 20px;
}
.logis-monitor div {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	color: #2b2b2b;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	line-height: 1.2em;
}
.logis-monitor div img {
	width: 250px;
}
.logis-monitor div p{
	margin-top: 10px;
	text-align: center;
}

@media(max-width:1024px){
	.logis-text {
		width: 100%;
		display: inline;
	}
	.logis-text div {
		width: 100%;
		margin: 20px auto;
		padding-left: 20px;
	}
.logis-text div {
	display: block;
	max-width: 400px;
	color: #2b2b2b;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	line-height: 1.2em;
}
}

@media(max-width:600px){
	.logis-monitor {
		width: 100%;
		margin: 30px auto 0;
		display: inline;
	}
	.logis-monitor div {
		width: 100%;
		margin: 20px auto;
		padding-left: 20px;
	}
	.logis-text div img{
		width: 100%;
	}
	.logis-monitor div img {
		width: 100%;
	}
}




.stockimage_center{
	margin: 100px auto 50px;
	text-align: center;
}

@media(max-width:1024px){
	.stockimage_center img{
		max-width: 100%;
	}
}


/* 導入事例 */
.example_box{
	width: 90%;
	margin: 50px auto 30px;
	padding: 50px 30px;
	border: solid 1px #afafb0;
}
h1.example{
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: solid 3px #afafb0;
	text-align: justify;
	text-justify: inter-character;
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 300;
}
h2.example{
	width: 100%;
	margin-top: 10px;
	padding: 7px 0 0 20px;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-character;
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 600;
}
h3.example{
	margin: 80px 0 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #afafb0;
	line-height: 1.3em;
	text-align: justify;
	text-justify: inter-character;
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 300;
}
h4.example{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 10px;
	color: #007bbb;
	line-height: 1.4em;
	text-align: justify;
	text-justify: inter-character;
	font-size: 20px;
	font-weight: 400;
}
h4.example_next{
	width: 100%;
	margin-top: 100px;
	padding-bottom: 10px;
	color: #007bbb;
	line-height: 1.4em;
	font-size: 20px;
	font-weight: 400;
}

.example_list {
	margin-top: 40px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.example_list p{
	padding: 0 20px;
	line-height: 1.5em;
	text-justify: auto;
	font-size: 18px;
}
.example_list img{
	width: 200px;
}
.example-text {
	margin-top: 100px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.example-text p {
	line-height: 1.4em;
	font-size: 16px;
	font-weight: 400;
}

p.example_pra {
	margin: 20px 20px 0;
	text-align: justify;
	text-justify: inter-character;
	line-height: 1.8em;
	font-size: 19px;
	font-weight: 300;
	color: #000;
}
@media(max-width:1024px){
	.example-text{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.example-text li{
		padding-top: 20px;
		text-align: center;
	}
}

.image_center{
	margin: 100px auto 50px;
	text-align: center;
}
.image_center2{
	margin: 20px auto 50px;
	text-align: center;
}
.image_center2 p{
	margin-top: 10px;
	font-size: 18px;
}

@media(max-width:1024px){
	.image_center img{
		max-width: 90%;
	}
	.image_center2 img{
		max-width: 90%;
	}
}



/*テーブル*/
table.globe{
	width: 90%;
	margin: 50px auto 20px;
}
table.globe th{
	width: 340px;
	padding:14px 10px;
	border: 1px solid #333;
	background-color: #666;
	font-size: 18px;
	color: #FFF;
	vertical-align: middle;
}
table.globe td{
	padding:14px 14px;
	border: 1px solid #333;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1.2em;
}

table.globe2{
	width: 90%;
	margin: 50px auto 20px;
}
table.globe2 th{
	width: 260px;
	padding:14px 10px;
	border: 1px solid #333;
	background-color: #666;
	font-size: 18px;
	color: #FFF;
	vertical-align: middle;
}
table.globe2 td{
	padding:14px 10px;
	border: 1px solid #333;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2em;
}

table.globe3{
	width: 90%;
	margin: 50px auto 20px;
}
table.globe3 th{
	width: 360px;
	padding:14px 10px;
	border: 1px solid #333;
	background-color: #666;
	font-size: 18px;
	color: #FFF;
	vertical-align: middle;
}
table.globe3 td{
	padding:14px 10px;
	border: 1px solid #333;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2em;
}

@media(max-width:1024px){
	table.globe th{
		width: auto;
	}
	table.globe2 th{
		width: auto;
	}
	table.globe3 th{
		width: auto;
	}
}



.atte {
	width: 95%;
}
.atte p {
	font-size: 14px;
	text-align: right;
}

.atte2 {
	width: 95%;
}
.atte2 p {
	font-size: 18px;
	text-align: right;
}




/* 装飾 */

.wbr{
	white-space: pre;
}

.stg {
	font-weight: bold;
}

.ctr{
	text-align: center;
}

.sml {
	font-size: 0.8em;
}

.redtxt{
	color: red;
}
