@charset "utf-8";
.clr01{
	color: #064382;
}
.clr02{
	color: #2f9146;
}
.clr03{
	color: #294b93;
}
.clr04{
	color: #c34141;
}



h2{
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 2.8rem;
	line-height: 1.1;
	font-weight: bold;
}
h3{
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 2.2rem;
	line-height: 1.1;
	font-weight: bold;
}
h4{
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 6px 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.1;
	border-bottom: none;
	color: #333;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
h6{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.1;
	border-bottom: none;
	color: #333;
	font-weight: bold;
}

.cp_hr {
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #cccccc;
    margin: 0 0 30px 0;
}
.inner_base{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.5rem;
}
@media all and (max-width: 600px) {
.inner_base{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.5rem;
}
h2{
	font-size: 2.2rem;
}
h3{
	font-size: 2.0rem;
}
}
.list01_set{
	
}
.cts > .inner_base > p{
	margin: 0 0 20px 0;
}
.scroll-table {
  width: 100%;
  box-sizing: border-box;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 10px 0;
}
/*table01*/
.scroll-table table.table01 {
  border-collapse: collapse;
  border: solid 1px;
  width: 810px;
  vertical-align: middle;
}
.scroll-table table.table01 th, table.table01 td {
  border: solid 1px;
  padding: 10px;
}
.scroll-table table.table01 th {
	font-size: 1.6rem;
	width: 180px;
	text-align: left;
	vertical-align: middle;
	background-color: #e3f1fd;
}
/*set01*/
.ul.list_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: column;
}
ul.list_set > li{
	width: 100%;
	margin: 0 0 6px 1em;
	padding: 0;
	list-style: disc;
}
/*set02*/
.ul.list_set_02{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: column;
}
ul.list_set_02 > li{
	width: 100%;
	margin: 0 0 6px 1em;
	padding: 0;
	list-style: decimal　;
}







.ta-c{
	text-align: center;
}
.ta-l{
	text-align: left;
}
.ta-r{
	text-align: right;
}








/*ul li*/
ul.list01_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: column;
}
ul.list01_set > li{
	width: 100%;
	margin: 0 0 2px 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
ul.list01_set > li:before{
	content: '●';
	color: #2f9146;
	width: 1em;
}
ul.list01_set.n02 > li:before{
	content: '●';
	color: #5e64b3;
	width: 1em;
}

ul.list01_set > li span{
	font-size: 1.4rem;
	display: block;
	padding: 0;
	text-indent: 0;
}

ul.list02_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.list02_set > li:first-child{
	width: 55%;
	margin: 0 0 60px 0;
	position: relative;
}
ul.list02_set > li:last-child{
	width: 40%;
}
ul.list02_set > li:first-child:after{
  content: url('data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDguMTggNy45NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkYzc1NjY7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuMDgsMFYzLjI4aDIuMXYwTDQuMDksOCwwLDMuM3YwSDIuMVYwWiIvPjwvc3ZnPg==');
	position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
}

