@charset "UTF-8";
/* CSS Document */
.roboto{
	margin:60px auto 20px;
	display: flex;
	justify-content: center;
}
.roboto p{
	font-family: 'Roboto';
	font-weight: 300;
	font-style: italic;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	display: inline-block;
	font-size: 562.5%;
	line-height: 1;
	background: linear-gradient(90deg, #00b6ff 0%, #0068b7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 10px;
}
h1{
	text-align: center;
	font-size: 150%;
	margin-bottom: 50px;
}
h2{
	font-size: 200%;
	text-align: center;
	margin: 50px 0;
}
h2:after{
	content:"";
	display: block;
	background: #0068b7;
	width: 60px;
	height: 3px;
	margin: 0 auto;
}
.jump{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.jump a{
	position: relative;
	color: #0068b7;
	border:2px solid #0068b7;
	border-radius: 100px;
	font-weight: 500;
	background: #fff;
	padding: 5px;
	text-align: center;
	transition: 0.3s all ease
}
.jump a:after{
	position: absolute;
	content: "";
	width:10px;
	height: 10px;
	border-bottom:2px solid #0068b7;
	border-right:2px solid #0068b7;
	transform: rotate(45deg);
	right: 20px;
	bottom: 45%;
}
.jump a:hover{
	color: #fff;
	background: #0068b7;
	letter-spacing: 0.1em;
}
.jump a:hover:after{
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
}
@media only screen and (max-width: 767.98px) {
	.roboto{
		margin:30px auto 0px;
	}
	.roboto p{
		font-size: 240%;
	}
	h1{
		font-size: 100%;
		margin-bottom: 50px;
	}
	h2{
		font-size: 130%;
		margin: 40px 0;
	}
	h2:after{
		width: 20px;
	}
}
/*Company*/
.compbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.compbox:not(:last-child){
	margin-bottom: 100px;
}
.compbox h3{
	width:15%;
	font-size: 150%;
	font-weight: 700;
	color: #0068b7;
}
.compbox .boxinner{
	width:85%;
}
.compbox .rinen{
	font-size: 150%;
	font-weight: 700;
	padding-bottom: 20px;
}
.compbox .rinen:after{
	content: "";
	width: 90px;
	height: 1px;
	background: #999;
	display: block;
	margin-top: 20px;
}
.compbox .boxinner .about{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.compbox .boxinner .about:not(:last-child){
	margin-bottom: 40px;
}
.compbox .boxinner .about h4{
	width: 20%;
	border-right: 1px solid #999;
	font-weight: 500;
}
.compbox .boxinner .about>p,
.compbox .boxinner .about .point{
	width: 78%;
}
.compbox .boxinner .about .point h5{
	font-weight: 700;
}
.compbox .boxinner .about .point h5:not(:first-child){
	margin-top: 15px;
}
.compbox .boxinner .history{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.compbox .boxinner .history:not(:last-child){
	margin-bottom: 30px;
}
.compbox .boxinner .history h4{
	width: 10%;
	font-weight: 700;
}
.compbox .boxinner .history h5{
	width: calc(10% - 20px);
	border-right: 1px solid #999;
	text-align: right;
	padding-right: 20px;
	color: #999;
}
.compbox .boxinner .history p{
	width: 78%;
}
@media only screen and (max-width: 767.98px) {
	.compbox{
		max-width: 100%;
	}
	.compbox:not(:last-child){
		margin-bottom: 50px;
	}
	.compbox h3{
		width:100%;
		text-align: center;
	}
	.compbox .boxinner{
		width:100%;
	}
	.compbox .rinen{
		font-size: 140%;
		padding-bottom: 10px;
	}
	.compbox p{
		text-align: center;
	}
	.compbox .rinen:after{
		width: 40px;
		margin: 10px auto 0;
	}
	.compbox .boxinner .about:not(:last-child){
		margin-bottom: 20px;
	}
	.compbox .boxinner .about h4{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #999;
		margin-bottom: 5px;
	}
	.compbox .boxinner .about>p,
	.compbox .boxinner .about .point{
		width: 100%;
	}
	.compbox .boxinner .about .point h5:not(:first-child){
		margin-top: 5px;
	}
	.compbox .boxinner .history:not(:last-child){
		margin-bottom: 15px;
	}
	.compbox .boxinner .history h4{
		width:20%;
	}
	.compbox .boxinner .history h5{
		width: 80%;
		border-right: none;
		text-align: left;
		padding-right: 20px;
		color: #999;
	}
	.compbox .boxinner .history p{
		width: 100%;
		border-top:1px solid #999;
		padding-top: 5px;
	}
}
/*download*/
.download .jump a{
	width:20%;
}
.download .catalog{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.download .catalog li{
	width:31%;
}
.download .catalog li:not(:last-child){
	margin-bottom: 70px;
}
.download .catalog li div{
	width:100%;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 20px;
	background: #f0f0f0;
}
.download .catalog li div figure{
	width:70%;
	margin: 20px auto 0;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.download .catalog li .series{
	font-size: 90%;
	font-weight: 500;
	margin-top: 10px;
}
.download .catalog li .catalogtitle{
	font-size: 115%;
	font-weight: 700;
}
.download .catalog li a{
	width: 100%;
	display: block;
	padding: 5px;
	border-radius: 100px;
	border:2px solid #0068b7;
	color: #0068b7;
	text-align: center;
	font-weight: 500;
	margin-top: 5px;
	transition: 0.3s all ease;
	position: relative;
}
.download .catalog li a:hover{
	color: #fff;
	letter-spacing: 0.1em;
	background: #0068b7;
}
.download .catalog li a:after{
	position: absolute;
	content:"";
	background: url("../img/download/download.svg");
	width:1.2em;
	height: 1em;
	right: 20px;
	bottom: 30%;
}
.download .catalog li a:hover{
	color: #fff;
	letter-spacing: 0.1em;
	background: #0068b7;
}
.download .catalog li a:hover:after{
	background: url("../img/download/downloadw.svg");
}
.download h3{
	font-weight: 700;
	font-size: 115%;
	margin-top:40px; 
}
.download table{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	width: 100%;
}
.download table tr:not(:last-child){
	border-bottom:1px solid #999;
}
.download table th{
	background: #f5f5f5;
	padding: 3px 0;
	text-align: center;
}
.download table td{
	background: #fff;
	text-align: center;
	line-height: 1.4;
	padding: 10px;
}
.download table th:not(:last-child),
.download table td:not(:last-child){
	border-right: 1px solid #999;
}
.download table .dlthtitle{
	width: 80%;
}
.download table .dlth{
	width: 20%;
}
.download table .katath{
	width: 20%;
}
.download table .sizeth{
	width: 10%;
}
.download table .dltitle{
	text-align: left;
	padding-left: 30px;
}

.download table .dl a{
	text-decoration: underline;
	color:#0068b7;
}
.download table .dl a:hover{
	text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
	.download .jump a{
		width:48%;
		margin: 5px 0;
	}
	.download .catalog li{
		width:100%;
	}
	.download .catalog li:not(:last-child){
		margin-bottom: 20px;
	}
	.download h3{
		font-size: 100%;
		margin-top:40px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	.download .overflow{
		overflow-x: auto;
	}
	.download .overflow table{
		min-width: 800px;
	}
	.download table .dlthtitle{
		width: 70%;
	}
	.download table .dlth{
		width: 30%;
	}
	.download table .katath{
		width: 20%;
	}
	.download table .sizeth{
		width: 10%;
	}
	.download table .dltitle{
		text-align: left;
		padding-left: 30px;
	}
}
/*FAQ*/
.faq .jump a{
	width:20%;
}
.faq h3{
	font-weight: 700;
	margin-top: 60px;
	font-size: 125%;
}
.faqbox{
	display: flex;
	flex-flow: column;
	gap:10px;
}
.faqbox>li{
	background: #f0f0f0;
	padding: 30px;
	border-radius: 10px;
}
.faqbox>li h4{
	font-weight: 700;
	color: #0068b7;
	font-size: 112.5%;
	position: relative;
	padding-left: 40px;
	line-height: 1.4;
}
.faqbox li h4:before{
	position: absolute;
	content:"Q";
	color: #fff;
	background: #0068b7;
	width:30px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	left:0;
	top:50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.7;
}
.faqbox>li p{
	margin-top: 20px;
	padding-left: 40px;
}
@media only screen and (max-width: 767.98px) {
	.faq .jump a{
		width:48%;
	}
	.faq h3{
		margin-top: 20px;
		font-size: 110%;
	}
	.faqbox>li{
		padding: 20px;
	}
	.faqbox>li h4{
		font-size: 100%;
	}
	.faqbox>li p{
		margin-top: 10px;
		padding-left: 0;
	}
	.faqbox>li p br{
		display: none;
	}
}