@charset "utf-8";
/* CSS Document */
/***********************************************************
	stellar.css
************************************************************/

/*==========================================================================
	Portable Inspectorシリーズの主な機能
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
table.typ01 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
	min-width: 640px;
	box-sizing: border-box;
	line-height: 1.4;
}
table.typ01 th,
table.typ01 td {
	padding:10px;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
table.typ01 th {
	background-color: #666666;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
table.typ01 td {
  background-color: #FFF;
  vertical-align: middle;
  text-align: center;
}
table.typ01 th.ttl {
	background-color: #f6f6f8;
}
table.typ01 td.ttl {
	background-color: #f6f6f8;
}
table.typ01 th.c1 {
	background-color: #aed250;
}
table.typ01 th.c2 {
	background-color: #81d0a2;
}
table.typ01 th.c3 {
	background-color: #80d2e1;
}
table.typ01 th.c4 {
	background-color: #6ba5dd;
}
table.typ01 th.c5 {
	background-color: #5b81d9;
}
table.typ01 td.c1 {
	background-color: #dfedb9;
}
table.typ01 td.c2 {
	background-color: #cdecda;
}
table.typ01 td.c3 {
	background-color: #cdedf3;
}
table.typ01 td.c4 {
	background-color: #c4dbf1;
}
table.typ01 td.c5 {
	background-color: #bdcdf0;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	table.typ01 {
		width:100%;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

/*=================================================
	ラインナップリスト ※削除コンテンツの為、未使用
==================================================*/
.lineupBoxList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.lineupBoxList > li {
	width: 100%;
	box-sizing: border-box;
	margin:0 0 20px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 10px;
	background-color: #FFF;
}
.lineupBoxList > li .ttl {
	color: #FFF;
	font-weight:600;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	margin-bottom: 10px;
	background-color: #2b2828;
	box-sizing: border-box;
}
.lineupBoxList > li .txt {
	background-color: #f7f7f8;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
	color: #d83e43;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: 600;
}
.lineupBoxList > li .wap {
	font-size: 14px;
	padding: 0 10px;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.lineupBoxList > li {
		padding: 20px;
	}
	.lineupBoxList > li .txt {
		font-size: 18px;
	}
	.lineupBoxList > li .wap {
		font-size: 16px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.lineupBoxList > li {
		width: 32%;
		box-sizing: border-box;
		margin:0;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		background-color: #FFF;
	}
	.lineupBoxList > li .txt {
		min-height: 125px;
	}
}

/*=================================================
	ライセンスリスト
==================================================*/
.licenseBoxList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.licenseBoxList > li {
	width: 100%;
	box-sizing: border-box;
	margin:0 0 20px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 10px;
	background-color: #FFF;
}
.licenseBoxList > li .ttl {
	color: #FFF;
	font-weight:600;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	margin-bottom: 10px;
	background-color: #d83e43;
	box-sizing: border-box;
}
.licenseBoxList > li .pic {
	text-align: center;
	margin: 0 auto 10px;
}
.licenseBoxList > li .txt {
	background-color: #d83e43;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: 600;
}
.licenseBoxList > li:nth-child(1) .txt {
	background-color: #9092dd;
}
.licenseBoxList > li:nth-child(2) .txt {
	background-color: #5577fe;
}
.licenseBoxList > li:nth-child(3) .txt {
	background-color: #3e71d8;
}


.licenseBoxList > li .wap {
	font-size: 14px;
	padding: 0 10px;
	letter-spacing: .1rem;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.licenseBoxList > li {
		padding: 20px;
	}
	.licenseBoxList > li .txt {
		font-size: 18px;
	}
	.licenseBoxList > li .wap {
		font-size: 16px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.licenseBoxList > li {
		width: 32%;
		box-sizing: border-box;
		margin:0;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		background-color: #FFF;
	}
	.licenseBoxList > li .txt {
		padding: 20px 15px;
	}
}

/*=================================================
	特徴リスト上段２下段３
==================================================*/
.featureBox2List {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px; /* ボックス間の溝 */
	list-style: none;
	padding: 0;
}
.featureBox2List > li {
	width: 100%;
	box-sizing: border-box;
	margin:0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 10px;
	background-color: #FFF;
}
.featureBox2List > li .number {
	color: #FFF;
	font-weight:600;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	margin-bottom: 10px;
	background-color: #d83e43;
}
.featureBox2List > li .pic {
	background-color: #f7f7f8;
	border-radius: 8px;
	padding: 15px;
	margin: 0 0 10px;
	text-align: center;
}
.featureBox2List > li .ttl {
	font-size: 16px;
	color:#FFF;
	background-color: #d83e43;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	padding: 10px 0;
	margin: 0 0 10px;
}
.featureBox2List > li .wap {
	font-size: 14px;
	padding: 0 10px;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.featureBox2List > li {
		padding: 20px;
	}
	.featureBox2List > li .ttl {
		font-size: 18px;
	}
	.featureBox2List > li .wap {
		font-size: 16px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.featureBox2List > li {
		width: calc((100% - 40px) / 3); 
		box-sizing: border-box;
		margin:0;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		background-color: #FFF;
	}
	/* 上段（1・2番目）を2カラムに */
	.featureBox2List > li:nth-child(1),
	.featureBox2List > li:nth-child(2) {
		width: calc((100% - 20px) / 2);
	}
	.featureBox2List > li .ttl {
		min-height: 70px;
	}
}

/*=================================================
アコーディオン
==================================================*/
.accordion {
	margin: 10px 0;
}
/* 白背景 */
.accordion .acc_wap { 
	background-color: #f5f9fe;
	border-radius: 10px;
}

/* 必須 */
.accordion-content {
  display: none;
}

.accordion-header {
  padding: 15px 10px;
  margin: 10px 0 0;
  transition:transform 0.3s;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
}
/* プラスマイナス */
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#E60012;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
	font-size: 14px;
	padding: 10x;
}

.accordion-content .innr {
  	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.accordion-content .innr .block {
	width: 100%;
}
/* hover */
.accordion-header:hover {
  background-color: #eeeeee;
}


/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.accordion-header {
 		padding: 20px;
  		margin: 15px 0 0;
		font-size: 22px;
  	}
	.accordion-content {
		padding: 20px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

/*=================================================

==================================================*/

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	
}