@charset "Shift_JIS";

/* **************************************************

Name: index.css

Description: index CSS

Create: 2024.01.17
Update: 2024.04.08

Copyright 2024 Hitachi Foods & Logistics Systems,Inc.

***************************************************** */

/* contents */
.flsH2Sub{
font-size: 22px;
font-weight: normal;
color: #0082c8;
}
h3.flsH3{
font-size: 16px;
color: #0082c8;
}
h3.flsH3 a{
font-size: 16px;
color: #0082c8;
}
h3.flsH3_s a{
font-size: 14px;
color: #0082c8;
}
.flsLinkListStyle li a{
color: #231815;
}

/* business field*/
#bussinessField{
margin-bottom: 130px;
}

/* corporate */
.flsIndexSustainableColumnSet{
display: flex;
flex-direction: row;
gap: 40px;
justify-content: left;
}

/* news & topics */
.indexNews{
border-bottom: 2px solid #717071;
position: relative;
margin-bottom: 30px;
}
.indexNewsLink{
position: absolute;
right: 100px;
bottom: 10px;
}
.indexNewsLink .LinkListStyle1{
margin-bottom: 0;
}
.flsDateListStyle dt{
color: #0082c8;
font-weight: bold;
font-size: 16px;
}
/*.comingsoon{
position: relative;
pointer-events: none;
}
.comingsoonText{
position: absolute;
top: 0;
left: 0;
}
.comingsoonText img{
opacity: 1;
}
.comingsoon h3.flsH3 a,
.comingsoon h3.flsH3 a:link,
.comingsoon h3.flsH3 a:visited{
color:#555;
background-image: none;
}
.comingsoon .ImgOnlyStyle img{
opacity: .5;
}*/

@media screen and (max-width: 767px){
.catchCopySub{
font-size: 18px;
font-weight: bold;
}
.flsH2Sub{
font-size: 20;
}
h3.flsH3 a{
font-size: 14px;
}
.flsLinkListStyle li a{
font-size: 14px;
}
#bussinessField{
margin-bottom: 40px;
}
.flsIndexSustainableColumnSet{
flex-direction: column;
gap: 0;
justify-content: left;
}
.flsIndexSustainableColumnSet .LinkListStyle1.flsLinkListStyle{
margin-bottom: 5px;
}
.indexNewsLink .LinkListStyle1{
font-size: 12px;
}
.flsColumnSet{
display: flex;
justify-content: center;
gap: 20px;
margin: 0 0 50px;
}
.indexNewsLink{
right: 0;
}
.secMW1200{
max-width: 600px;
margin: 0 auto;
}
.secMW1000{
max-width: 510px;
margin: 0 auto;
}
}

@media screen and (max-width: 500px){
.indexNewsLink{
position: relative;
text-align: right;
}
}