<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 */
.ly-main{background-color:#fdfdfd;}

/*掲載日付*/
.date{
color:#666;
text-align:right;
padding-right:5px;
font-size:13px;
margin-bottom:30px;	
}
/*パートナー紹介*/
#introduce{margin-bottom:45px;}
.profile-box__tag {font-size:15px;
  background: #085631;
  color: #fff;
}
.profile-box {
background-color:#f6f2e9;
}
/*インタビュー*/
.interview{font-size:14px;
color:#444;
font-weight:bold;
 line-height: 1.75;
 margin-bottom:20px;
padding-left:30px;	
}
.interview::before{margin-right: 5px;
    display: inline-block;
    content: "■";
     width: 10px;
    height: 10px;
	font-weight:bold;
	color:#085631;
}

.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner {
    width: 90%;
}
.item_center_inner figure{text-align:center;}
.img100{width:350px;}

figcaption{font-seize:12px;
color:#777777;}

/*タイトル*/

.title-bg03 {
  margin-bottom: 30px;
  padding: 15px 10px;
  background-color: #085631;
  color: #EEEEEE;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
.headline08 {
  margin-bottom: 20px;
  padding-left: 8px;
  border-left: 8px solid #085631;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}


/*商品エリア*/
.col2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
    padding: 10px 5px;
    box-sizing: border-box;
}
.col2_inner {
    width: 48%;
    padding: 15px;
    margin-right: 2%;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color:#fff;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
    flex-grow: 1;
}
.col2_inner:nth-child(2n) {
    margin-right: 0px;
}
.inner_img img {
    margin-bottom: 10px;
    width: 100%;
}
.product-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-txt{font-size:13px;
line-height: 1.7;
margin-bottom:15px;}

.vis {
    visibility: visible;
    background-color:#fdfdfd;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0px;
}

a.item-link{
display:inline-block;
line-height:1.2;
font-size:14px;
font-weight:bold;
padding-bottom:0px;
border-bottom:1px #ccc solid;	
}

.age {
  position: relative;
font-size:15px;	
font-weight:bold;	
  line-height: 1.7;
  padding:0.25em 1em;
  display: inline-block;
  top:40px;
left:50%;	
-ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);	
}

.age:before, .age:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.age:before {
  border-left: solid 1px #085631;
  border-top: solid 1px #085631;
  border-bottom: solid 1px #085631;
  left: 0;
}
.age:after {
  content: '';
  border-top: solid 1px #085631;
  border-right: solid 1px #085631;
  border-bottom: solid 1px #085631;
  right: 0;
}

/*ネクスト*/
.next{display:flex;
justify-content: center;
align-items: center;}
.arrow{
text-align:center;
margin-right:30px;}

/*ボタン*/
.detail-btn01{margin-bottom:10px;
background-color:#0E614B;
border: 1px solid #0E614B;
color:#EEEEEE;}


/*画像を丸く*/
.circle{border-radius:50%;}
.kadomaru{border-radius:5px;}

/*シャドウ*/
.shadow{box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

/*背景*/
.bk_beige{padding:15px;
background-color: #faf0e7;
box-sizing: border-box;
}
.bk_wh{padding:10px;
background-color: #FFFFFF;
box-sizing: border-box;
}

/*動画*/
.youtube {
    display: block;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}
img {
    pointer-events: none;
}
/*dw-only*/

ul li{list-style: none;}

/*余白*/
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.p5{padding:0 10px;}


@media print, screen and (max-width: 767px){
.interview{
padding-left:15px;	
}
.item_center_inner {
    width: 95%;
}
.img100 {
    width: 300px;
}

}
</pre></body></html>