@charset "utf-8";
/* CSS Document */
/***********************************************************
	manageroncloud.css 連携ライブラリ manageroncloud
************************************************************/

#pagettl.sol_manageroncloud {
	color: #FFF;
	background-color: #48b875;
}

/* 追加 */
table , td, th {
	border-collapse: separate;
  width: 100%;
  text-align: left;
  line-height: 2.2rem;
  font-size: 1.3rem;
  white-space: nowrap;
}
table {
	min-width: 900px;
}
td, th {
  border: 1px solid #595959;
	padding: 10px;
  padding-left: 20px;
	width: 25px;
	height: 25px;
  font-weight: 700;
}
.even {
  font-size: 1.8rem;
  color: #3364b0;
  font-weight: 900;
  padding-top: 2%;
  border-bottom-color:#ffffff;
}

list_function{
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.list_function__item{
	width: 89%;
	padding: 0 20px 20px;
	border: solid 1px #595959;
}
.list_function__item_head{
	font-size: 1.8rem;
    color: #3364b0;
    font-weight: 900;
	padding: 20px 0;
}
.list_function__item_ul{
	list-style-type: none;
	font-size: 1.3rem;
	line-height: 2.2rem;
	font-weight: 700;
}
/*=================================================

==================================================*/

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
		.list_function{
	display: flex;
	gap: 20px;
	flex-direction: row;
  flex-wrap: wrap;
  width: 100%
}
.list_function__item{
	width: 45%;
}
}