@charset "utf-8";


/*---------------
 タイトル部分
-----------------*/
.titleWrap{
 padding-left: calc(8% + 413px);
 background: url("/product/marukei/images/kids_school/bg_title.png") no-repeat left 11% bottom 24px, url("/product/marukei/images/kids_school/bg_title_pattern.jpg");
}
.titleWrap h1{ color: #009ea7;}



/*--------------------
 主な製品ラインナップ部分
---------------------*/
.lineupList .descriptionArea .copy{
 font-size: 1rem;
 display: block;
 margin-top: 7px;
}

/*説明分あるエリア*/
.lineupList .descriptionArea .textWrap small{
 display: block;
 margin-top: 25px;
 font-size: 1.2rem;
 line-height: 2rem;
}
.lineupList .descriptionArea .textWrap small a{
 padding-bottom: 2px;
 color: #003f7e;
 border-bottom: 1px solid #003f7e;
 transition: border-color 0.1s;
}
.lineupList .descriptionArea .textWrap small a:hover{ border-color: rgba(255,255,255,0);}



