@charset "UTF-8";
/* all */
/* scroll */
/*メインビジュアルの指定*/
.mainvisual {
  position: relative;
  height: 100vh;
  background: url(../../../mias.kilo.jp/material/photo/img03.jpg) no-repeat center;
  background-size: cover;
}

/*スクロールボタンの指定*/
.scroll {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 99;
  line-height: 0;
}

.scroll a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 50px;
  /*矢印を作成する*/
}

#section01 {
  padding: 0;
}

#section01 .titleBox {
  padding: 100px 0 200px;
  background: url(../../lib/cmn_img/bg_milk01.jpg) no-repeat left top;
  background-size: cover;
}

header.pc_only nav#gNav ul:first-child {
  -webkit-box-shadow: 0 0 10px 0 #e7e7e7;
  -moz-box-shadow: 0 0 10px 0 #e7e7e7;
  box-shadow: 0 0 10px 0 #e7e7e7;
}

/* mv */
#maincontants {
  padding-top: 96px;
}

.mv.sub {
  background: url(../images/mv.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 300px;
}

.titleBox.main .wrapper .ttl {
  width: 100%;
  text-align: left;
}

.titleBox.main .wrapper .txt {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #f12837;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0;
}

/* #news */
#news .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#news .contents .titleBox {
  background-color: #f12837;
  width: 25%;
  padding: 3% 8%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#news .contents .titleBox p span.icon {
  width: 50px;
  display: block;
  margin: 0 auto 10px;
}

#news .contents .titleBox p {
  font-size: 38px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
}

#news .contents .titleBox p span.icon img {
  width: 100%;
}

#news .contents .listBox {
  height: 200px;
  overflow: scroll;
  padding: 2%;
  width: 75%;
  background-color: #fff;
}

/*
#news .contents .listBox {
  background-color: #fff;
  width: 78.9%;
  overflow: scroll;
}
*/
#news .contents .listBox ul li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #333;
}

#news .contents .listBox ul li .ymd {
  font-size: 14px;
  font-weight: 600;
  color: #054172;
  margin-right: 30px;
}

#news .contents .listBox ul li .title {
  width: 87%;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

#news .contents .listBox ul li .title a {
  color: #333;
}

#news .contents .listBox ul li .title a:hover {
  color: #f12837;
  opacity: 1;
  text-decoration: underline;
}

/*スクロール*/
#news .contents .listBox {
  height: 200px;
  overflow: auto;
  padding: 30px 30px 30px 41px;
}

/*スクロールバーの横幅指定*/
#news .contents .listBox::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
#news .contents .listBox::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
#news .contents .listBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #054172;
}

#news.alt .contents .titleBox {
  width: 100%;
  padding: 45px 0 5px;
  background-color: white;
}
#news.alt .contents .titleBox p {
  color: #f12837;
}
#news.alt .contents .listBox {
  width: auto;
  height: auto;
}
#news.alt .contents .listBox ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}