@charset "utf-8";
/* CSS Document */
/***********************************************************
	kintone.css 連携ライブラリ kintone
************************************************************/

#pagettl.sol_kintone {
	color: #FFF;
	background-color: #ffbf00;
}


/* 追加 */
table , td, th {
	border-collapse: separate;
  width: 100%;
  text-align: left;
  line-height: 2.2rem;
  font-size: 1.3rem;
}
table {
	min-width: 900px;
}
td, th {
  border: 2px solid #ffffff;
	padding: 10px;
  padding-left: 20px;
	width: 25px;
  font-weight: 700;
}
.even {
  font-size: 1.8rem;
  color: #FFF;
  background-color: #ebad00;
  font-weight: 900;
}


.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%;
}

}