@charset "utf-8";
/* 共通設定：配置
--------------------------------------------------------------------*/
#maincts .tit {
  font-size: 100% !important;
}
#maincts .tit span.l {
  font-size: 118%;
}
#maincts .ctsblk .lead {
  padding-top: 15px;
  padding-bottom: 20px;
}
#maincts .tit {
  margin-bottom: 1px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 40px !important;
}

#maincts .ctsblk .exp.list_indent1 {
	margin-left: 19px;
}

/*------------------------

	リストインデント

------------------------*/
/* bubule */
#stage .listblk .list_bullet > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#stage .listblk .list_bullet > li + li {
  margin-top: .6em;
}
#stage .listblk .list_bullet > li::before {
  display: inline-block;
  content: '●';
  width: calc(2em * 1.5);
  color: #0039a6;
  font-size: 0.5em;
  text-indent: 0;
}
/* 1.5 */
#stage .listblk .list_indent1 > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#stage .listblk .list_indent1 > li + li {
  margin-top: .6em;
}
#stage .listblk .list_indent1 > li > span:first-of-type {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}

#stage .listblk .list_indent2 > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#stage .listblk .list_indent2 > li + li {
  margin-top: .6em;
}
#stage .listblk .list_indent2 > li > span:first-of-type {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}