@charset "Shift_JIS";


/* tablet smartphone 768px */
@import url("syosai_sp.css") only screen and (max-width:768px);
/* pc 769px */
@import url("syosai_pc.css") print, screen and (min-width:769px);



/*=======================
  articleContentArea
=======================*/
#articleContentArea article h1{
  font-weight: normal;
  color: #002b79;
}

#articleContentArea article p.articleDate{
  border-bottom: 2px solid #002b79;
}


#articleContentArea article p.liabilities{
  color: #002b79;
}

/*=======================
  articleContentArea
=======================*/
#articleContentArea{
  overflow: hidden;
}

/*=======================
  conversionArea
=======================*/
#conversionArea{
  text-align: center;
}

#conversionArea h2{
  text-align: center;
}


/*=======================
  relationArea
=======================*/
#relationArea{
  background: #f5f5f7;
}

#relationArea h2{
  margin-bottom: 30px;
}

/*=======================
  recommend
=======================*/
#recommend{
  background: #fff;
}


.indentLists{
	margin-bottom:40px;
}