<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 */
/*タイトル*/
h2.title{
margin-bottom: 20px;
  padding: 15px;
  background-color: #e5e5e5;
  color: #2BA638;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;}

#high-senior .title{
background-color: #edce87;
}

.title_lineup{
	border-top:4px double #aaaaaa;
	border-bottom:4px double #aaaaaa;
margin-bottom: 30px;
  padding:10px;

  color: #2BA638;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;}

.h3title{
	position: relative;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
    font-weight: bold;
    margin-bottom:20px;}


.h3title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.875rem;
    height: 1px;
    content: "";
    background:#2ba638;
}

.ribbon {
  position: relative;
  font-size:20px;
  padding: 15px;
  background: #2ba638;
  color: white;
  margin-bottom:40px;
}
.ribbon::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.howto-content__tit{background-color:#edce87;}
.headline07{font-size:15px;
color:#444444;
border-bottom:2px solid #444;
margin-bottom:30px;}

.headline08 {
  margin-bottom: 10px;
  padding-left: 8px;
  color: #444;
border-left:8px solid #2ba638;
  font-size: 15px;
  font-weight: bold;
}
.tit02_pfd {
    padding: 15px 10px;
    background-color: #005d31;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    border-left: 5px solid #fec934;
}
/*商品エリア*/
.product-name{font-weight:bold;
	color:#444444;
font-size:14px;
margin-bottom:10px;}

.image-container img{
  object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 4 / 3;/* ここにアスペクト比を入れる */ }

.line-up__name{font-size:12px;}
.product-content01__heading{font-size:15px;line-height: 1.75rem;
margin-bottom:0px!important;}

/*オリジナル定型*/

ul.col2{
	width:100%;
	display: flex;
	align-items: flex-start;
	justify-content:space-around;
	box-sizing: border-box;
	margin-bottom:50px;
}

.col2 .col2_innner{
margin-bottom:15px;
padding:10px;	
box-sizing: border-box;	

}

.col2 .col2_innner img{max-width:200px;
}

.shadow{box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
  border-radius: 6px;}

/*装飾*/
/*中央配置*/
.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner{width:90%;}

/*画像横並び*/
.img-flex {
    display: flex;
    justify-content: center;
}
.img-flex img {
        width: 100%;
        height: 250px;
	padding:1px;
        object-fit: cover;
    }

.article-list__item img{width:100%!important;}
.article-list__name {
  margin-top: 5px;
  color: #444;
  font-size: 12px;
}
.article-list__name span　{font-size: 10px;
}
.product-content03__img img{width:100%;}
.img-center {
    max-width: 50%;
    margin: 0 auto 20px;
}
.top-img02{width:180px;
margin: 0px auto;}
.top-img02 img{width:100%;}
/*タグ*/

.tag{
	display: inline-block;
    padding: 5px;
 	background-color:#2ba638;
    color: #fff;
    font-size: 15px;
    line-height: 1;
	}


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

/*背景*/
.bk_pfd {
    background-color: #ebe8e3;
    padding: 20px 15px;
}
.bk_wh {
    background-color: #fff;
    padding: 10px;
    margin: 0 auto 15px;
    border-radius: 8px;
    box-sizing: border-box;
}
.bk_gr {
    background-color: #e5e5e5;
    padding: 20px 15px;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.bk_gl {
    background-color: #edce87;
    padding: 20px 15px;
    margin: 0 auto 50px;
    box-sizing: border-box;
}



@media print, screen and (max-width: 767px){
.ribbon {font-size: 18px;
    padding: 10px 5px;}
.col2 .col2_innner img{max-width:100%;
}
.img-center {
    max-width: 100%;
}
	
}

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