<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* contents
   ========================================================================== */

   h1.cp-h1 {
     font-size: 3rem;
     font-family: 'Shippori Mincho', serif;
     box-sizing: border-box;
     padding: 20px ;
     text-align: center;
     text-decoration: none;
     top:0;
     left: 40%;
     margin-top:-50px;
   }

   .top20{
     margin-top: 20px !important;
   }

/* aoi　===============　*/
#aoi{
  position:relative;
}
.aoi { /* 画面いっぱいに画像を表示する */
  width: 100%;
  height: 300px;
  background-image: url(../img/nagareimg.jpg);
  background-size: cover;
  background-position: center;
}
.aoi-in {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 300px;
  background-color: rgba(0,104,183,0.65);
  color: #0068b7;
  text-align: center;
}
 h1.aoi_main{
  position: absolute;
  font-size: 3rem;
  font-family: 'Shippori Mincho', serif;
  box-sizing: border-box;
  color: #fff;
  padding: 20px 40px ;
  margin:100px auto;
  text-align: center;
  text-decoration: none;
  border: 3px solid #fff;
}

/* story　===============　*/
section#topics {
  margin: auto;
  padding: 150px 0;
  text-align: center;
  max-width: 850px;
}

#news_box{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
  text-align: left;
}
#news_box ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	border-bottom:1px solid #cacaca;
}
#news_box li{
	list-style:none;
	font-size:12px;
	border-top:1px solid #cacaca;
	margin:0px;
	color:#000000;
}
#news_box li a{
	display:block;
	background-color:#ffffff;
	margin:0px;
	padding:20px;
	text-decoration:none;
	color:#000000;
  width: 850px;
}
#news_box li a:hover{
	display:block;
	background-color:#f3f0e9;
	background-repeat:no-repeat;
	background-position:700px 50%;
	margin:0px;
	padding:20px;
	text-decoration:none;
	color:#000000;
}
.cat-in{
    display: flex;
}
.cat-in::after {
    box-sizing: border-box;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    font-weight: 600;
    color: #0068b7;
    margin-top: 18px;
    margin-left: -30px;
}

#news_box li time,#news_box li a time{
	color:#333333;
}

.past{
  text-align: right;
  margin-top:10px;
  font-size: 12px;
}
.past::before {
    box-sizing: border-box;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    font-weight: 600;
    color: #0068b7;
}

/* textdecoration　===============　*/

span.deliver::after {
    font-family: "Font Awesome 5 Free";
    content: "納品情報";
    margin-left: 5px;
    color: #fff;
    background-color: #504946;
    border:1px solid #504946;
    padding: 1px 3px;
    font-size:12px;
}
span.vacation::after {
    font-family: "Font Awesome 5 Free";
    content: "休暇期間";
    margin-left: 5px;
    color: #fff;
    background-color: #008db7;
    border:1px solid #008db7;
    padding: 1px 3px;
    font-size:12px;
}
span.important::after {
    font-family: "Font Awesome 5 Free";
    content: "重要事項";
    margin-left: 5px;
    color: #fff;
    background-color: #d70035;
    border:1px solid #d70035;
    padding: 1px 3px;
    font-size:12px;
}
</pre></body></html>