@charset "utf-8";
/* Google font Icon */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/*-- common --*/

body{
  overflow-x: hidden;
}

div.contents_wrapper{
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #2d2d2d;
  box-sizing: border-box;
  /*all:inherit;*/
  padding-bottom:30px;
}

div.contents_wrapper h2{
  font-size:3.2rem;
  margin:0 0 30px 0;
  padding:0;
  border-bottom: 0;
  text-align: center;
  font-weight: normal;
}

div.contents_wrapper h2::after{
  all:unset;
}

div.inner_box{
  margin:0 auto;
  max-width:1000px;
  width:90%;
  /*background: pink;*/
}

div.contents_wrapper ul{
  margin:0;
  padding:0;
  list-style: none;
}

/*-------Top ヘッダー----------*/

div.miral_header{
  background: url(img/mv_pc.jpg) ;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding:16px 0;
}

img.header_logo{
  max-width:300px;
  width:90%;
}

p.top_read{
  margin-top:16px;
}

/*-------新着情報----------*/
div.news_info{
  padding:60px 0px;
}

dl.news_list{
  margin:30px 0 0 0;
}

dl.news_list dt{
  font-weight:normal;
  margin:0;
  padding:0;
}

dl.news_list dt span{
  color:#fff;
  border-radius: 4px;
  padding:4px;
  margin-left:16px;
  font-size:1.4rem;
}

span.cat_01{
  background:#4C6AB1;
}

span.cat_02{
  background:#D49435;
}

dl.news_list dd{
  margin:8px 0 16px 0;
  padding:0;
}

/*----------
ピックアップ企業紹介
------------*/

div.pick_up{
  background-color: #f3f3f3;
  padding: 60px 0;
}

ul.campany_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:32px;
}

ul.campany_list li a{
  text-decoration: none;
}

ul.campany_list li a:hover{
  opacity: 0.8;
}

div.company_box img{
  width:100%;
  border: 1px solid #eee;
}

div.company_box ul{
  display: flex;
  flex-wrap: wrap;
  gap:8px;
}

div.company_box ul li{
  border-radius: 5px;
  padding: 4px 8px;
}

li.pref{
  border: 1px solid #733291;
  color:#733291;
  border-radius: 5px;
  padding: 4px;
}

li.industry_01{
	background:#197a4b;
	color:#fff;
}

li.industry_02{
	background:#0066BE;
	color:#fff;
}

li.industry_03{
	background:#c74700;
	color:#fff;
}

div.company_box dl{
  margin-top:8px;
}

div.company_box dl dt,
div.company_box dl dd{
  margin:0;
  padding:0;
}

div.company_box dl dt{
  margin-bottom: 8px;
  color:#733291;
  font-size: 1.8rem;;
}

div.company_box dl dd{
  font-weight: normal;
 color: #2d2d2d;
}

div.banner{
  margin-top:60px;
}

div.banner img{
 width:100%;
}

/*----------
地域未来牽引企業の選定について
------------*/

div.select_method{
  padding: 60px 0;
}

div.select_method h3{
  border-bottom:3px solid #733291;
  font-size:2.0rem;
}

div.select_method h4{
  border-bottom: none;
  padding:8px;
  border-radius: 8px;
}

.title_date{
  background:#733291;
  color:#fff;
}

.title_reco{
  background:#197a4b;
  color:#fff;
}

ul.section{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}

ul.section li dl dt{
  margin-bottom:8px;
}

ul.section li dl dd ul{
  list-style:disc;
}

li.section_01{
  background: #F0E6F5;
  border-radius: 8px;
  padding: 16px;
}

li.section_02{
  background: #DCF3EE;
  border-radius: 8px;
  padding: 16px;
}

/*----------
Pick UP 記事
------------*/

div.article_header{
  padding:15px 0;
  position: relative;
}

div.article_header h2{
  color:#733291;
  font-weight: bold;
  text-align: left;
  margin-bottom:16px;
  border-left:8px solid #733291;
  padding-left:16px;
}

p.header_img{
  text-align: center;
  margin-bottom:0;
}

p.header_img img{
  max-width:500px;
  width:100%;
}

ul.article_cat{
  display: flex;
  top:24px;
  right:10px;
  gap:4px;
  position: absolute;
  right:0px;
  top:24px;
}

ul.article_cat li{
  padding:4px 16px;
  border-radius: 8px;
  font-size:1.8rem;
}

div.article_box h3{
  border-bottom:2px solid #733291;
  font-size:2.2rem;
}

div.article_box dl dt,
div.article_box dl dd{
  margin:0;
  padding:0;
}

div.article_box dl dt{
  margin-bottom:8px;
}

div.article_box dl dd{
  margin-bottom:16px;
  margin-left:16px;
}

div.article_box table tr th{
  background:#f0e6f5;
  font-weight: bold;
}

div.article_box table tr th,
div.article_box table tr td{
  padding:8px;
}

div.img_box{
  margin-top:30px;
}

ul.img_list{
	display:flex;
	justify-content:center;
  flex-wrap: wrap;
  gap:16px;
}

ul.img_list li {
  flex:1;
  max-width:320px;
  aspect-ratio: 16/9;
}

ul.img_list li img {
    width:100%;
    height: 100%;
    object-fit: contain;
    /*border: 1px solid #d9d9d9;*/
}

p.bac_b{
text-align:center;
border:1px solid #733291;
max-width:400px;
margin:36px auto;
line-height:52px;
}

p.bac_b a{
display:block;
}

/*-----------
           -------------*/
@media (max-width:800px){

/*----------
ピックアップ企業紹介
------------*/

ul.campany_list{
  grid-template-columns: 1fr;
}

/*----------
地域未来牽引企業の選定について
------------*/

ul.section{
  grid-template-columns: 1fr;
}

/*----------
Pick UP 記事
------------*/

div.article_header{
  position: static;
}


ul.article_cat{
  position: static;
  margin-bottom:16px;
}

ul.article_cat li{
  padding:4px;
  border-radius: 8px;
  font-size:1.4rem;
}

ul.img_list{
	display:block;

}

ul.img_list li {
  max-width: fit-content;
  width:100%;
  aspect-ratio: auto;
  margin-bottom:16px;
}



}