*{
  box-sizing:border-box;
}

ul{
margin:0;
padding:0;
}

.category-menu{
width:98%;
max-width: 760px;
list-style: none;
padding-bottom: 40px;
background-color: #fff;
/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
margin: 0 auto;
}

.category-menu li a{
  display: block;
  width: calc(100%/4);
  height: 50px;
border-top:1px solid #999;
border-left:1px solid #999;
border-right: 1px solid #999;
  border-bottom: 3px solid #339933;
  background-color: #FFF;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #565656;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}

.category-menu li a.no_right{
border-right: none;
}

.category-menu li.selected a{
background-color:#339933;
color: #fff;
}

.category-menu li a:hover{
  background-color: #FFC;
}

.category-menu li.selected a:hover{
background-color:#339933;
color: #fff;
}

.sp_br{
display: none;
}

.tab_content {
clear: both;
list-style: none;
width: 98%;
max-width: 760px;
margin:0 auto;
padding: 12px 20px;
  border:1px solid #666;
  height:160px;
  font-size: 16px;
  overflow: auto;
}

.katsudowaku {
list-style: none;
width: 98%;
max-width: 760px;
margin:20px auto;
padding: 12px 20px;
font-size: 16px;
}


.list_content{
list-style: none;
width: 98%;
max-width: 760px;
margin:0 auto;
padding: 12px 20px;
  overflow: auto;
}


div.sec_div{
flex:1;
/*margin-left: 140px;
text-indent: -75px;*/
}

.list_box{
padding: 20px 1em;
}

.icon0{
display:inline-block;
width: 80px;
height: 20px;
margin-top: 0.35em;
background-repeat: no-repeat;
background-position: left center;
}

.icon{
display:inline-block;
width: 40px;
height: 20px;
margin-top: 0.35em;
background-repeat: no-repeat;
background-position: left center;
}

.title0{
display:inline-block;
vertical-align: middle;
width: 80px;
height:20px;
background-repeat: no-repeat;
background-position: left top;
}

.title{
display:inline-block;
vertical-align: middle;
width: 50px;
height:20px;
background-repeat: no-repeat;
background-position: right center;
}

.category{
display:inline-block;
vertical-align: middle;
width: 80px;
height:20px;
background-repeat: no-repeat;
background-position: left center;
}

h3.title{
display:block;
width: auto;
height: auto;
margin-left: 85px;
text-indent: -85px;
}

span.yusyutsu{
padding-left: 85px;
background-image: url(../img/yusyutsu.png);
}
span.premium{
padding-left: 85px;
background-image: url(../img/premium.png);
}
span.kinousei{
padding-left: 85px;
background-image: url(../img/kinousei.png);
}

span.hozon_ryutu{
padding-left: 85px;
background-image: url(../img/hozon_ryutu.png);
}

span.foodtech{
padding-left: 85px;
background-image: url(../img/foodtech.png);
}

.new {
padding-left: 50px;
background-image: url(../img/new.png);
}

.important {
padding-left: 50px;
background-image: url(../img/important.png);
}

.gray{
background-color: #CCC;
}

.gray,
.white{
padding: 5px 10px;
}

.sugu-article-list .sugu-entry p{
margin-left: 1em;
}

/*月別トピックがない場合*/

.no_list{
text-align: center;
}

/* トピック内画像 */

.sugu-article img{
margin-bottom: 0px;
}

.sugu-article .top-img {
width: 95%;
max-width: 760px;
margin: 0 auto;
}

.sugu-article .top-img img{
width: 100%;
margin-bottom: 5px;
}

p.caption{
font-size: 12px;
font-weight: bold;
margin-top:0;
}

p.tume{
margin-top: -16px;
}

.sugu-article img.oncap{
margin-bottom: 0;
}

.years {
font-size: 12px;
}

.sugu-article-right{
display:flex;
gap: 10px 10px;
}

.flexbox{
display: flex;
align-items: center;
justify-content: center;
}

.flexbox_top{
display: flex;
align-items:flex-start;
justify-content:space-between;
}

.set3{
display: flex;
align-items: center;
justify-content:center;
gap:10px;
}

.set3 img{
width: 95%;
}

.left-set,
.right-set{
clear: both;
}

.sugu-article .left-set img{
margin-bottom: 0;
}

.left-image{
float:left;
width: 33vh;
min-width: 320px;
margin-right: 1em;
}

.center-box{
text-align: center;
}

.center-box img{
width: 98%;
}

.sugu-article .right-set img{
margin-bottom: 0;
}

.right-image{
float:right;
width: 33vh;
text-align: right;
min-width: 320px;
margin-left: 1em;
}

/*.migi{
display: inline-block;
text-align: right;
width: 300px;
}*/

.aki_left{
margin-left: 1em;
}

.aki_right{
margin-right: 1em;
}

.half{
display: flex;
justify-content:space-between;
align-items:flex-start;
}

.text-box{
width: 50%;
text-align: left;
}

.img-box{
max-width: 300px;
}

.img-box img{
width: 100%;
}

/*トピック内表組*/

table.keiari{
border: 1px solid #333;
}

table.keiari td{
padding: 10px 10px;
}

@media screen and (max-width: 700px){

/*　floatイメージ解除など　*/

.flexbox{
flex-direction: column;
align-items: center;
justify-content: flex-start;
}

.flexbox_top{
flex-direction: column;
align-items:center;
justify-content: flex-start;
}

.set3{
flex-direction: column;
align-items: center;
justify-content:flex-start;
gap:10px;
}

.left-set,
.right-set{
}

.left-image{
float:none;
clear: both;
width: 100%;
min-width: initial;
margin-right: 0px;
text-align: center;
}

.right-image{
float:none;
clear: both;
width: 100%;
min-width: initial;
margin-left: 0px;
text-align: center;
}

.half{
flex-direction: column;
justify-content:flex-start;
align-items:center;
}

.text-box{
width: 100%;
margin: 0 0;
}

.img-box{
width: auto;
max-width: initial;
margin: 10px 0;
}

.img-box img{
width: 100%;
}

.aki_left{
margin-left: 0;
}

.aki_right{
margin-right: 0;
}

@media screen and (max-width:540px){

.category-menu li a{
display: flex;
font-size: 14px;
line-height: 1.4;
justify-content: center;
align-items: center;
}

.sp_br{
display: inline;
}

.tab_content li{
display: flex;
flex-direction: column;
border-bottom: 1px solid #999;
padding-bottom: 3px;
}

}