
.consapoNavi__tabText {
	display:table-cell;
	width:800px;
	height:40px;
	vertical-align:middle;
	font-size:1.2em;
	font-weight: bold;
	border: #c8c8c8 solid 1px;
}


.consapoDL__tabText{
	display:table-cell;
	width:800px;
	height:50px;
	vertical-align:middle;
	/*font-size:17px;*/
	font-size:1.2em;
	font-weight: normal;
	padding-left: 1em;
	/*background-color: #ECECEC;*/
	background-color: #fff;
	
	border:1px solid #CBCBCB;
}

.consapoDL__tabText_nolink{
	display:table-cell;
	width:800px;
	height:60px;
	vertical-align:middle;
	font-size:1.2em;
	font-weight: bold;
	padding-left: 1em;
	border: #c8c8c8 solid 1px;
}

/* 見出し「導入前の確認」の左に長方形を追加 */
#download .consapoDL__title::before {
  content: "";
  display: inline-block;
  width: 5px; /* 長方形の幅 */
  height: 1.5em; /* 長方形の高さ（文字の高さに合わせる） */
  background-color: #36a8de; /* 長方形の色 */
  vertical-align: middle;
  margin-right: 10px; /* 文字との間に余白を作る */
}

/*アコーディオンメニューを使用するキーワードのクラス名&大枠の設定*/
.accordion {
	height:auto;
	width:auto !important;
	/*width:680px;*/
	/*margin:0px 15px 0px 0px;*/
	text-align:left;
}

/*アコーディオンメニューを開閉する時、クリックする要素につけるクラス*/
.openKey{
	cursor:pointer;	
	background-color: #F1F1F1;
}

/*開閉のためクリックする要素の前に三角をつける*/
.openKey:before{
	position:relative;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    margin-top: -15px;
    top: 21px;
    right: 15px;
    border-left: 7px solid #36a8de;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;

}

.consapoDL__text:hover {
	text-decoration: underline;
}

/*マウスオーバーで色変え*/
.openKey:hover
{
	/*背景色の変更*/
	background-color:#FFF;
}


/*****アコーディオンメニューが開いている時のcss*****/

.open:before{
	/*三角を下向きにする*/
    top: 25px;
	right:20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #36a8de;
}

.download-list {
    list-style: none; /* 点を消す */
    padding: 0;
    margin: 0;
}

#download .consapoNavi__tabText.consapoDL__title {
  font-weight: bold;
  font-size: 1.5em;
  padding-left:0em;
  border: none;
  background-color: #FFFFFF;
}

#download .consapoDL__tabText.consapoDL__text {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.2em;
  background-color: #F1F1F1;
}

.download-section {
  margin-top: 10px;
}

#download .openKey.consapoDL__tabText {
  font-weight: bold;
  font-size: 1.2em;
}


#download .consapoDL__tabText {
  font-weight: normal;
  font-size: 1.2em;
}

.accordion .consapoDL__tabText {
  text-decoration: underline;
  font-weight: normal;
}

.main {
  margin-bottom: 60px;
}

/*各項目タイトルあしらい*/
.title{
	font-size: 20px;
	color:#323232;
	padding-left:20px;
	padding-bottom:0.3em;
	padding-top:5px;
	border-left:solid 10px #36a8de;
	border-bottom:solid 2px #36a8de;
	margin-top: 40px;
	margin-bottom: 20px;
}

/*注釈 */
.annotation {
    font-size: 1.2em;
    color: #666;
    margin-top: 10px;
    list-style: none;
}
