
.c_block_row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  overflow-x: scroll;
}

.c_block_column {
  display: flex;
  flex-direction: column;
}

.c_block_row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  overflow-x: hidden;
  padding-bottom: .5rem;
}

/* 起業・経営に役立つサポートをご用意しています */
.c_block_support {
  padding: 2rem 1.5rem 1rem;
  text-align: center;
  margin: 1rem 0 4rem;
}

.c_block_spaceAround {
  justify-content: space-around;
  align-items: center;
  display: flex;
  margin: 2rem 0;
  padding: 0;
}

.c_block_w28 {
  width: 28%;
  margin: 0 ;
  font-weight: 600;
  position: relative;
}

.c_block_radius {
  border-radius: 10px;
  display: block;
  background-color: #fff;
  padding: 1rem 0;
}

.c_block_radius:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/techo-web/images/renewal/top/arrow.webp');
  background-size: 20px;
  position: absolute;
  top: 40%;
  right: 10px;
}

/* 起業・経営を導く「創業手帳シリーズ」 */
.c_block_series {
  padding:2rem 0 0;
  text-align: center;
  margin:1rem 0 4rem;
}

.c_block_spaceEvenly {
  justify-content: space-evenly;
  align-items: center;
  display: flex;
  margin: 2rem 0 1rem;
  padding: 0;
}

.c_block_textButton {
  font-size: .8rem;
  font-weight: 600;
  margin: 1rem auto;
  position: relative;
}

.c_block_buttonArrow{
  display: block;
  padding: .3rem;
  border-radius: 5px;
  background-color: #fff;
}

.c_block_buttonArrow:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url('/wp-content/themes/techo-web/images/renewal/top/arrow.webp');
  background-size: 15px;
  position: absolute;
  right: 5px;
  top: 20%;
}

/* おすすめカテゴリー */
.c_block_osusume_category {
  display: flex;
  flex-wrap: wrap;
  margin:1.5rem auto 3rem;
  font-weight: 600;
  font-size: .9rem;
  text-align: center;
}

.c_block_fl6 {
  /* 6列：列間は5つのgap → (100% - 5*gap)/6 */
  flex:0 0 calc((100% - 5 * 12px) / 6);
}

/* 創業手帳が選ぶ　起業経営のニュース */
.c_block_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.c_block_newsCont {
  width: 48%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #adadad;
}

/* ニュースのカテゴリー */
.c_block_newsCategory {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-size: .8rem;
  line-height: 1.5;
}

.c_block_categoryList {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  text-align: center;
  color: #003399;
  min-width: 85px;
}

.c_block_categoryList a {
  display: block;
  padding: .1rem .8rem;
}

.c_block_newsCategory li a:hover{
  text-decoration: underline;
}

/* コーポレートニュース */
.c_block_corporateNews {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.c_block_corporateNewsList {
  border-bottom: 1px solid #e0e0e0;
  padding: .5rem .5rem .5rem 1rem;
  font-size: .9rem;
}

.c_block_corporateNewsList a:hover{
  text-decoration: underline;
}

/* マーケティング担当・広告代理店のご担当者様へ */
.c_block_adInquiry {
  text-align: center;
  margin: 3rem auto 5rem;
}

/* スポンサーロゴ */
.c_block_sponsor {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
.c_block_spaceAround {
  display: block;
}

.c_block_w28 {
  width: auto;
  margin-bottom: 1rem;
}

.c_block_osusume_category {
  justify-content: space-around;
  padding: 0;
}

.c_block_fl6 {
  flex:0 0 calc((100% - 5 * 12px) / 3);
}

.c_block_spaceEvenly {
  display: block;
}

.c_block_spaceEvenly img{
  display: none;
}

.c_block_textButton {
  font-size: 1rem;
  margin:0 2rem 1rem;
}

.c_block_textButton a {
  padding: 1rem;
}

.c_block_textButton a:after {
  width: 20px;
  height: 20px;
  background-size: 20px;
  right: 10px;
  top: 30%;
}

.c_block_news {
  display: block;
}

.c_block_newsCont {
  width: auto;
}

.c_block_newsCategory {
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.c_block_categoryList {
  margin-bottom: 1rem;
}

.c_block_adInquiry {
  margin-bottom: 3rem;
}

.c_block_sponsor {
  padding: 0;
}

.c_block_sponsor li {
  flex: 0 0 calc((100% - 2 * 5px) / 2);
}

.c_block_row {
  overflow-x: auto;
  padding-bottom: 1rem;
}

}

@media (min-width: 1024px) {
 
}