
.link_main_ttl {
	width: 100%;
}
.link_main_ttl h2 {
	color: #930012;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 0 10px 0;
}
.link_main_ttl p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 -2px 0;
}
.link_under_line {
	text-align: center;
}
@media only screen and (min-width: 641px) {
	.link_main_ttl h2 {
		font-size: 40px;
	}
	.link_main_ttl p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) {
	.link_main_ttl h2 {
		font-size: 55px;
	}
	.link_main_ttl p {
		font-size: 20px;
	}
}

/*
メイン
*/

.supporting_m_main h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #000000;
}
.supporting_m_list_area {
}
.list_ttl01 {
  font-size: 13px;
		display: flex;
		flex-flow:column;
		justify-content:flex-start;
		flex-wrap: wrap;
}
.list_ttl01 li {
  width: 100%;
  padding: 15px 0 ;
  border-bottom: 1px solid #000000;
}
.list_ttl02 {
  width: 100%;
  font-size: 13px;
  margin: 0 0 0 0;
}
.list_ttl02 li {
  padding: 15px 0 ;
  border-bottom: 1px solid #000000;
}
.list_date {
  font-size: 13px;
  margin: 15px 0 0 0 ;
}
.list_date p {
  text-align: right;
}
@media only screen and (min-width: 641px) {
  .supporting_m_main h2 {
    font-size: 24px;
  }
  .supporting_m_list_area {
  }
  .list_ttl01 {
    font-size: 18px;
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		flex-wrap: wrap;
  }
  .list_ttl01 li{
    width: 48%;
	}
  .list_ttl02 {
    width: 48%;
    font-size: 18px;
    margin: 0 0 0 50px;
  }
  .list_date {
    font-size: 18px;
  }
}
